/*
  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=Noto+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');
 body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #111111;
}
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: #111;
	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: 'Noto Sans', sans-serif;
	font-weight: normal;
	color: #111111;
	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: #7e7e7e;
	margin: 0;
}
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: #0278f2;
    height: 45px;
    width: 40px;
    right: 40px;
    bottom: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    line-height: 40px;
	border: 1px solid transparent;
}
#scrollUp:hover {
	background: #fff;
	color: #0278f2;
	border: 1px solid #0278f2;
}

#scrollUp i {
    font-size: 16px;
}

.v-btn {
    background: #0278f2;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 5px;
	border: 1px solid #0278f2;
}

.v-btn:hover {
    background: #fff;
    color: #0278f2;
	border: 1px solid #0278f2;
}

.v-btn-white {
    background: #fff;
    color: #0278f2;
	border: 1px solid #0278f2;
}

.v-btn-white:hover {
    background: #0278f2;
    color: #fff;
}

/* section title */
.section-title span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #0278f2;
}

.section-title h2 {
    font-size: 31px;
    font-weight: 800;
    margin: 10px 0 30px;
}


/* header area start */

/* header top */

.header-top {
	background-color: #f5f5f5;
    padding: 20px 0;
}

.social a {
    font-size: 16px;
    color: #111;
    margin-left: 20px;
	transition: all 0.3s ease;
}

.social a:hover {
    color: #0278f2;
}

/* logo area */

.logo-area {
	padding: 30px 0 65px;
		box-shadow: 0px 16px 32px 0px rgb(0, 0, 0, 0.06);
}

.header-contact i {
    font-size: 22px;
    background: #f5f5f5;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
	color: #0278f2;
}

.header-contact span {
    display: block;
    text-align: center;
    margin-left: 15px;
    font-weight: 500;
}

.header-time span {
	text-align: left;
}

/* menu area */

.menu-area {
    margin-bottom: -36px;
    position: relative;
    z-index: 99;
}

.main-menu ul li {
    float: left;
}

.main-menu ul li a {
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    display: block;
    padding: 25px;
	transition: all 0.3s ease;
}

.main-menu ul li a:hover {
	background-color: #0278f2;
	color: #fff;
}

.active {
	background: #0278f2;
	color: #fff!important;
}

.menu-box {
    margin-top: -35px;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 6%);
    border-top: 2px solid #f5f5f5;
}

.search-bar input {
    border: none;
}

.search-bar i {
    color: #111;
    font-size: 16px;
}

/* header area end */

/* slider area start */

.slider-height {
	min-height: 700px;
}

.slider-content p {
    color: #0278f2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}

.slider-content h1 {
    font-size: 50px;
    font-weight: 800;
    margin: 10px 0 30px;
}

.slider-btn a {
    margin-right: 15px;
}

/* slider dots */

.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    text-indent: -99999px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    padding: 0;
    background: #000;
	border: none;
}

.slick-dots li.slick-active > button {
	background: #0278f2;
}


/* slider area end */

/* about area start */

.single-skill h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.progress {
    height: 7px;
    border-radius: 0;
	background-color: #e1e1e1;
}

.progress span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 800;
}

.progress-bar {
    background-color: #0278f2;
    transition: width .6s ease;
}

/* about area end */

/* service area start */

.single-service {
    padding: 40px 66px;
	transition: all 0.3s ease;
}

.single-service h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 25px 0 15px;
	transition: all 0.3s ease;
}

.single-service p {
	color: #fff;
	transition: all 0.3s ease;
}

.single-service:hover {
	background-color: #fff;
}

.single-service:hover > h4, .single-service:hover > p {
	color: #111;
}

/* service area end */

/* team area start */

.team-img img {
	width: 100%;
}

.team-content {
    padding: 30px;
    background: #717b85;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(48px);
	transition: all 0.3s ease;
}

.team-content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}

.team-content span {
    font-size: 15px;
    color: #fff;
}

.team-social a {
    margin: 0 8px;
    color: #fff;
}

.single-team:hover > .team-content {
    background: #4194ea;
    transform: translateY(0);
}

/* slick arrow */

.slick-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid #d7d7d7;
    background: transparent;
    border-radius: 5px;
    position: absolute;
    top: -92px;
    right: 15px;
	cursor: pointer;
}

.slick-prev {
	right: 75px;
}

.slick-arrow i {
    font-size: 16px;
    color: #888;
}

.slick-arrow:hover >i {
	color: #000;
}

/* team area end */

/* client area start */

.client-quote {
    position: absolute;
    top: 13px;
    right: 10px;
}

.client-quote i {
    color: #0278f2;
    font-size: 60px;
    opacity: 0.2;
}

.single-client p {
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    color: #111;
}

.client h5 {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin-bottom: 5px;
}

.rating i {
    color: #f7d726;
    font-size: 12px;
    margin-right: -2px;
}

/* client slider */

.client-area .slick-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid #d7d7d7;
    background: transparent;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 120px;
	z-index: 99999;
}

.client-area .slick-prev {
	right: 75px;
}

/* client area end */

/* cta area start */

.cta-area {
    padding: 50px 30px;
    background: #fff;
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 6%);
}

.cta-area h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 25px;
}

.cta-area input {
    width: 100%;
    padding: 15px 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.cta-area input::placeholder {
    color: #888;
}

.cta-btn a {
    width: 100%;
}

/* cta area end */

/* news area start */

.news-img img {
    width: 100%;
}

.news-content-box h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.news-date h3 {
    font-size: 14px;
    margin: 0;
}

.news-date span {
    font-size: 32px;
    font-weight: 800;
    color: #0278f2;
    display: block;
}

.news-date {
    background: #f5f5f5;
    padding: 10px 20px;
	text-align: center;
}

.news-author span {
    font-size: 13px;
    margin-right: 15px;
	color: #111;
}

.news-author span i {
    margin-right: 5px;
}

/* news area end */

/* brand area start */

.single-brand img {
    margin: auto;
}

.brand-box {
    border-top: 1px solid #ebebeb;
}

/* brand area end */

/* footer area start */

.footer-top-text h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.footer-number h3 {
    color: #0278f2;
    font-size: 36px;
    font-weight: 800;
	margin: 0;
}

.footer-area-border {
    border-top: 1px solid #253749;
    border-bottom: 1px solid #253749;
}

.single-widget h4 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 28px;
}

.single-widget ul li a {
    color: #c4c4c4;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

.single-widget p {
    color: #c4c4c4;
    font-size: 15px;
}

.footer-social a {
    color: #fff;
    margin-right: 25px;
}

.copyright-text p {
    color: #c4c4c4;
}

/* footer area end */