/* =================================
------------------------------------
	Labs - Design Studio
	Version: 1.0
 ------------------------------------ 
 ====================================*/

@font-face {
	font-family: 'pick';
	src: url('../fonts/pick/picoopic-Medium.woff');
	src: local('../fonts/pick'), url('../fonts/pick/picoopic-Medium.woff') format('woff'), url('../fonts/pick/picoopic-Medium.woff') format('truetype'), url('../fonts/Vazir.svg') format('svg');
}

@font-face {
	font-family: 'pick-bold';
	src: url('../fonts/pick/picoopic-Bold.woff');
	src: local('../fonts/pick'), url('../fonts/pick/picoopic-Bold.woff') format('woff');

}

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html,
body {
	height: 100%;
	direction: rtl;
	font-family: "pick";
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 36px;
}

p {
	font-size: 15px;
	color: #6c6e7e;
	line-height: 30px;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #0b1033;
}

li,
ul {
	margin: 0;
	padding: 0;
}

/*------------------------
	Helper css
--------------------------*/
.fix {
	overflow: hidden;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt60 {
	margin-top: 70px;
}

.mr20 {
	margin-left: 20px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.col-push {
	right: 50%;
}

.col-pull {
	left: 50%;
}

.nopad {
	padding-right: 0;
	padding-left: 0;
}

.spad {
	padding-top: 95px;
	padding-bottom: 95px;
}

.section-title {
	text-align: center;
	margin-bottom: 90px;
	padding-top: 50px;
	position: relative;
}

.section-title h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 420;
}

.section-title h2 span {
	background: #038fac;
	padding: 0 3px 5px;
	display: inline-block;
	color: #0b1033;
}

.section-title:after {
	content: "";
	position: absolute;
	right: 50%;
	top: 0;
	width: 5px;
	height: 30px;
	margin-right: -2.5px;
	background: #038fac;
}

.section-title.right {
	text-align: right;
}

.section-title.right:after {
	right: 0;
	margin-right: 0;
}

.section-title.dark h2 {
	color: #0b1033;
}

/*------------------------
	Common elements
--------------------------*/

.site-btn {
	font-size: 15px;
	color: #e0f6ff;
	display: inline-block;
	text-transform: uppercase;
	background: #038fac;
	padding: 15px 50px;
	font-weight: 500;
	letter-spacing: 0px;
	min-width: 170px;
	text-align: center;
	border: none;
}

.site-btn.btn-2 {
	background: #065e69;
	color: #fff;
	font-weight: 400;
}

.site-btn.btn-3 {
	background: transparent;
	color: #065e69;
	border: 1px solid #065e69;
	padding: 14px 50px;
}

.site-btn:hover,
.site-btn:focus {
	text-decoration: none;
	outline: none;
}

/*------------------
	Preloder
--------------------*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 999999;
	background: #f1f1f1;
	display: table;
}

.loader {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.loader img {
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.loader h2 {
	font-size: 14px;
	margin-top: 10px;
}

@keyframes loader {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}


/*------------------------
	Header css
--------------------------*/
.responsive {
	display: none;
}

.header-section {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 70px;
	z-index: 999;
	padding: 0 50px;
	background: white;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .logo {
	display: inline-block;
	float: right;
	padding-top: 6px;
	padding-left: 50px;

}

.header-section .logo img {
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 111px;
	height: 60px;
}

.header-section .menu-list {
	list-style: none;
	float: right;
}

.header-section .menu-list li {
	display: inline;

}

.header-section .menu-list li a {
	display: inline-block;
	height: 70px;
	padding: 25px 15px;
	margin-left: 15px;
	color: #222;
	position: relative;
	font-size: 15px;
	letter-spacing: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-section .menu-list li a:hover,
.header-section .menu-list li a.active {
	color: #065e69;
}

.header-section .menu-list li:last-child a {
	margin-left: 0;
}

.header-section .menu-list li.active a {
	background: #038fac;
	color: #e0f6ff;
}

.header-section .menu-list .current a:after {
	width: 10px;
	margin-right: -5px;
}

/*------------------------
	Hero section
--------------------------*/
.hero-section {
	direction: ltr;
	position: relative;
}

.hero-content {
	position: absolute;
	width: calc(100% - 210px);
	/* height: 100%; */
	margin-left: 105px;
	/* display: table; */
	text-align: center;
	z-index: 5;
}

/* image height in desktop view */
.hero-image {
	width: 100%;
	height: 800px;
}

.hero-content {
	/* display: table-cell;
	vertical-align: middle; */
	height: 800px;
}

.hero-center {
	display: flex;
	align-items: center;
	height: 100%;
}

/* image height in mobile view */
@media (max-width: 767px) {
	.hero-image {
		height: 450px;
	}

	.hero-content {
		height: 450px;
	}
}

.hero-content p {
	font-size: 24px;
	color: #0b1033;
	margin-bottom: 0;
	margin-top: 35px;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: inline-block;
	height: 50px;
	width: 100px;
	background: #065e69;
	color: #e0f6ff;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	cursor: pointer;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background: #038fac;
}

.owl-carousel .owl-nav .owl-next {
	float: right;
}

.owl-carousel #bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #038fac;
}

.owl-carousel #progressBar {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
}


/*------------------------
	About section
--------------------------*/
.about-section,
.team-section {
	background: #065e69;
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 3;
	background-image: url("../pics/overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/*Card Section*/
.card-section {
	position: relative;
	padding-bottom: 100px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lab-card {
	position: relative;
	margin-top: -50px;
	padding: 50px 25px;
	text-align: center;
	background: #ddf9ff;
	-webkit-box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
	box-shadow: 0 0 8px rgba(74, 74, 74, 0.1);
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;

}

.lab-card .icon {
	margin-bottom: 30px;
	font-size: 70px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card h2 {
	text-transform: uppercase;
	font-size: 18px;
	color: #2b1640;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card p {
	color: #6c6e7e;
	line-height: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.lab-card:hover {
	background: #038fac;
}

.lab-card:hover h2,
.lab-card:hover p,
.lab-card:hover .icon {
	color: #fff;
}

/* About contant */
.about-contant {
	position: relative;
	z-index: 5;
}

.about-contant p {
	color: #fff;
}

.intro-video {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	margin-top: 0px;
}

.intro-video img {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}

.intro-video video {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}

.intro-video a {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 50%;
	top: 50%;
	margin-right: -30px;
	margin-top: -30px;
	color: #065e69;
	background: #038fac;
	border-radius: 50%;
	text-align: center;
	padding-top: 20px;
	padding-left: 3px;
}


/*------------------------
  Testimonial section
--------------------------*/
.testimonial-section {
	padding-top: 60px;
	background: #164853;
	position: relative;

}
.testimonial img {
    width: 100%;
    height: 350px;   /* هر مقداری که می‌خواهی ارتفاع برابر شود */
    object-fit: contain;   /* بدون کراپ */
    object-position: center center; /* وسط‌چین */
    
}

.test-overlay {
	position: absolute;
	/* background-image: url("../pics/test-man.png"); */
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	bottom: 0;
	height: 78%;
	right: 50px;
}

.testimonial span {
	display: block;
	font-size: 48px;
	color: #065e69;
}

.testimonial p {
	font-style: italic;
	color: #fff;
	font-weight: 400;
	line-height: 36px;
	text-align: center !important;
}

.testimonial .avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	float: right;
	margin-left: 20px;
}

.testimonial .client-info {
	margin-top: 40px;
}

.testimonial .client-name {
	float: right;
	padding-top: 20px;
}

.testimonial .client-name h2 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}

.testimonial .client-name p {
	font-style: normal;
	font-size: 12px;
	color: #969696;
	text-align: center;
}

/* Testimonial carousel */
#testimonial-slide {
	position: relative;
	direction: ltr;

}

#testimonial-slide .owl-dots {
	position: absolute;
	width: 8px;
	top: 100px;
}

#testimonial-slide .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 15px;
	display: block;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#testimonial-slide .owl-dots .owl-dot:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	border: 2px solid #065e69;
	border-radius: 40px;
	right: -10px;
	top: -10px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

#testimonial-slide .owl-dots .owl-dot.active {
	background: #065e69;
	margin-bottom: 25px;
	margin-top: 25px;
}

#testimonial-slide .owl-dots .owl-dot.active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#testimonial-slide .owl-dots .owl-dot:first-child.active {
	margin-top: 15px;
}


/*----------------------------------
	header and icon box element
------------------------------------*/
.service {
	margin-bottom: 90px;
}

.service,
.icon-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.service .icon,
.icon-box .icon {
	font-size: 40px;
	margin-left: 30px;
}

.service .service-text h2,
.service .icon-box-text h2,
.icon-box .service-text h2,
.icon-box .icon-box-text h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 400;
}

.service .service-text p,
.service .icon-box-text p,
.icon-box .service-text p,
.icon-box .icon-box-text p {
	font-size: 15px;
	margin-top: 0px;
}

.service.light h2,
.service.light p,
.service.light .icon,
.icon-box.light h2,
.icon-box.light p,
.icon-box.light .icon {
	color: #fff;
}

.service.right,
.icon-box.right {
	text-align: left;
}

.service.right .icon,
.icon-box.right .icon {
	margin-right: 30px;
	margin-left: 0;
}


/*------------------------
	Team section
--------------------------*/
.team-section .container {
	position: relative;
	z-index: 5;
}

.member {
	text-align: center;
}

.member img {
	margin-bottom: 60px;
}

.member h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
}

.member h3 {
	font-size: 14px;
	color: #038fac;
	font-weight: 400;
	text-transform: uppercase;
}


/*------------------------
	Promotion section
--------------------------*/
.promotion-section {
	background: #038fac;
	padding: 115px 0;
}

.promotion-section h2 {
	font-weight: 400;
	color: #fff;
	font-size: 48px;
	margin-bottom: 18px;
}

.promotion-section p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 300;
}

.promotion-section .promo-btn-area {
	text-align: left;
	padding-top: 15px;
}


/*------------------------
	Contact section
--------------------------*/
.contact-section {
	position: relative;
}

.contact-section:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	left: -15px;
	top: 0;
	background: #065e69;
	z-index: -1;
}

.form-class input[type="text"] {
	width: 100%;
	margin-bottom: 26px;
	border: none;
	background: #d5e1e4;
	padding: 17px 20px;
}

.form-class input[type="text"]:focus,
.form-class input[type="text"]:hover {
	outline: none;
}

.form-class textarea {
	width: 100%;
	margin-bottom: 40px;
	border: none;
	background: #d5e1e4;
	padding: 15px 20px;
	height: 260px;
}

.form-class textarea:focus,
.form-class textarea:hover {
	outline: none;
}

.form-class ::-webkit-input-placeholder {
	font-style: italic;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

.form-class ::placeholder {
	font-style: italic;
}

.form-class :-ms-input-placeholder {
	font-style: italic;
}

.form-class ::-ms-input-placeholder {
	font-style: italic;
}

/* Contact Info*/
.contact-info .section-title {
	margin-bottom: 40px;
}

.contact-info p {
	color: #fff;
}

.contact-info h3 {
	font-weight: 400;
	color: #038fac;
	margin-bottom: 20px;
}

.contact-info .con-item {
	font-size: 14px;
}


/*------------------------
	Footer section
--------------------------*/
.footer-section {
	background: #164853;
	text-align: center;
}

.footer-section h2 {
	color: #065e69;
	font-size: 14px;
	padding: 18px 0;
}

/*=========================
	Other Pages
=========================*/

/*------------------------
	Page Top Section
--------------------------*/
.page-top-section {
	position: relative;
	height: 405px;
	background: #065e69;
}

.page-top-section .container {
	position: relative;
	z-index: 5;
}

.page-top-section .page-info {
	display: inline-block;
	padding-top: 200px;
}

.page-top-section .page-info h2 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}

.page-top-section .page-info .page-links a,
.page-top-section .page-info .page-links span {
	font-size: 18px;
	color: #fff;
	margin-left: 12px;
	padding-left: 12px;
	font-weight: 400;
	position: relative;
}

.page-top-section .page-info .page-links a:after,
.page-top-section .page-info .page-links span:after {
	position: absolute;
	content: "|";
	left: -3px;
}

.page-top-section .page-info .page-links span {
	margin-left: 0;
	padding-left: 0;
	color: #038fac;
}

.page-top-section .page-info .page-links span:after {
	display: none;
}


/*------------------------
	Features Section
--------------------------*/
.features .icon-box .icon {
	color: #038fac;
	margin-top: -10px;
}

.features .icon-box:last-child {
	margin-bottom: 0;
}

.features .icon-box {
	margin-bottom: 90px;
}


/*------------------------
	Services Card Section
--------------------------*/
.sv-card .card-img {
	position: relative;
	display: block;
	overflow: hidden;
	max-height: 260px;
}

.sv-card .card-img img {
	min-width: 100%;
}

.sv-card .card-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	background: #038fac;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sv-card:hover .card-img:after {
	opacity: 0.8;
}

.sv-card .card-text {
	padding: 70px 45px;
	padding-left: 15px;
	background: #f5f9f8;
}

.sv-card .card-text h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 28px;
}

.sv-card .card-text p {
	font-size: 15px;
}


/*------------------------
	Newsletter Section
--------------------------*/
.newsletter-section {
	background: #038fac;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 400;
}

/* Newsletter form */
.nl-form {
	padding-top: 5px;
	text-align: left;
}

.nl-form input[type="text"] {
	border: none;
	padding: 15px 30px;
	height: 51px;
	float: right;
	margin-left: 30px;
	width: calc(100% - 211px);
	background: #19cc93;
	color: #fff;
}

.nl-form input[type="text"]:focus,
.nl-form input[type="text"]:hover {
	outline: none;
}

.nl-form ::-webkit-input-placeholder {
	color: #fff;
}

.nl-form :-ms-input-placeholder {
	color: #fff;
}

.nl-form ::-ms-input-placeholder {
	color: #fff;
}

.nl-form ::placeholder {
	color: #fff;
}

.nl-form :-ms-input-placeholder {
	color: #fff;
}

.nl-form ::-ms-input-placeholder {
	color: #fff;
}


/*------------------------
	Blog Page
--------------------------*/
.post-item {
	margin-bottom: 90px;
}

.post-thumbnail {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.post-thumbnail .post-date {
	position: absolute;
	width: 90px;
	height: 90px;
	background: #065e69;
	top: 17px;
	right: 17px;
	text-align: center;
	padding-top: 15px;
}

.post-thumbnail .post-date h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}

.post-thumbnail .post-date h3 {
	font-size: 15px;
	color: #038fac;
	font-weight: 400;
}

.post-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.post-meta {
	margin-bottom: 40px;
}

.post-meta a {
	color: #0b1033;
	font-size: 12px;
	padding-right: 20px;
	position: relative;
	margin-right: 10px;
}

.post-meta a:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	right: 0;
	top: 3px;
	background: #038fac;
	border-radius: 10px;
}

.post-meta a:first-child {
	margin-right: 0;
}

.read-more {
	font-size: 16px;
	color: #0b1033;
	position: relative;
	display: inline-block;
	clear: both;
	padding-bottom: 5px;
	margin-top: 40px;
}

.read-more:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	right: 0;
	bottom: 0;
	background: #038fac;
	border-radius: 10px;
}

.page-pagination a {
	display: inline-block;
	font-size: 16px;
	color: #0b1033;
	padding: 6px 10px;
	margin-left: 5px;
}

.page-pagination a.active {
	background: #038fac;
}

/* Sidebar */
.widget-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.widget-item .widget-title {
	font-size: 18px;
	margin-bottom: 45px;
}

.widget-item ul {
	list-style: none;
}

.widget-item ul li a {
	color: #6c6e7e;
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
}

.widget-item ul li a:hover {
	color: #038fac;
}

.widget-item ul li:last-child a {
	margin-bottom: 0;
}

.widget-item ul.instagram {
	margin-right: -5px;
	margin-left: -5px;
}

.widget-item ul.instagram li {
	width: 33.33%;
	float: right;
	padding: 5px;
}

.widget-item ul.instagram li img {
	min-width: 100%;
}

.widget-item ul.tag li {
	display: inline-block;
	background: #038fac;
	padding: 10px 24px;
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

.widget-item ul.tag li a {
	color: #065e69;
	margin-bottom: 0;
}

.widget-item .quote .quotation {
	display: block;
	color: #038fac;
	font-size: 60px;
	line-height: normal;
	margin-bottom: -20px;
}

.search-form {
	position: relative;
}

.search-form input[type="text"] {
	width: 100%;
	border: none;
	background: #038fac;
	padding: 15px 20px;
}

.search-form input[type="text"]:focus,
.search-form input[type="text"]:hover {
	outline: none;
}

.search-form .search-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	left: 0;
	top: 0;
	border: 0;
	background: #065e69;
	color: #038fac;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
	outline: none;
}


/*------------------------
	Single Post
--------------------------*/
.single-post .post-content {
	margin-bottom: 90px;
}

.single-post .post-content p {
	margin-bottom: 40px;
}

.single-post .author {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 100px;
}

.single-post .author .avatar {
	margin-left: 40px;
}

.single-post .author .avatar img {
	min-width: 117px;
}

.single-post .author .author-info h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.single-post .author .author-info h2 span {
	color: #8e8f9b;
}

/* Comments css*/
.comments h2,
.comment-from h2 {
	font-size: 18px;
	margin-bottom: 70px;
}

.comment-list {
	list-style: none;
	margin-bottom: 90px;
}

.comment-list li {
	margin-bottom: 60px;
}

.comment-list li .avatar {
	width: calc(100% - (100% - 80px));
	float: right;
	margin-left: 40px;
}

.comment-list li .commetn-text h3 {
	font-size: 15px;
	margin-bottom: 30px;
	font-weight: 600;
}

/* Contact page Map */
.map {
	height: 750px;
}


/*------------------------
	Elements
--------------------------*/
.element {
	margin-bottom: 90px;
}

.element h4 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 70px;
}

/*===  Progress Bar Element ===*/
.single-progress-item {
	margin-bottom: 15px;
	position: relative;
}

.single-progress-item p {
	color: #333;
	margin-bottom: 12px;
	font-weight: 500;
}

.progress-bar-style {
	display: block;
	height: 5px;
	position: relative;
	width: 100%;
	background: #f4f8fc;
}

.bar-inner {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background: #038fac;
}

.bar-inner span {
	position: absolute;
	left: 0;
	font-weight: bold;
	top: -35px;
	color: #333;
	font-weight: 500;
}

/*===  Accordions Element ===*/
.site-accordions {
	margin-top: 40px;
}

.site-accordions .panel {
	margin-bottom: 24px;
}

.site-accordions .panel-heading {
	background: #065e69;
	color: #fff;
	position: relative;
	padding: 16px 50px;
	border: none;
	border-radius: 0;
}

.site-accordions .panel-heading .panel-title {
	font-size: 15px;
	text-transform: none;
	margin: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a {
	position: absolute;
	display: block;
	height: 100%;
	width: 48px;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.site-accordions .panel-heading a:after {
	position: absolute;
	content: "+";
	color: #fff;
	right: 20px;
	font-size: 15px;
	padding-top: 15px;
}

.site-accordions .panel.active .panel-heading {
	background: #038fac;
	color: #065e69;
}

.site-accordions .panel.active .panel-heading a {
	background: #065e69;
}

.site-accordions .panel.active .panel-heading a:after {
	content: "-";
	color: #038fac;
	right: 23px;
	padding-top: 13px;
}

/*===  Progress Circle Element ===*/
.circle-progress {
	text-align: center;
	position: relative;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 30%;
}

.circle-progress .progress-info p {
	color: #7c8d93;
	font-size: 14px;
	font-weight: 600;
}

/*===  Facts Element ===*/
.facts .fact {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.facts .fact .icon {
	margin-left: 20px;
	color: #065e69;
	font-size: 45px;
	padding-top: 10px;
}

.facts .fact .fact-text h2 {
	font-size: 72px;
	color: #038fac;
	font-weight: 600;
	margin-bottom: 5px;
}

.facts .fact .fact-text h3 {
	font-size: 16px;
	font-weight: 500;
}



/* ===========================
	Responsive
==============================*/

/* Desktop :768px. */
@media only screen and (min-width: 1550px) {
	#testimonial-slide .owl-dots {
		left: -100px;
	}

	.test-overlay {
		width: 500px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1549px) {
	#testimonial-slide .owl-dots {
		left: -40px;
	}

	.test-overlay {
		width: 400px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
	#testimonial-slide .owl-dots {
		left: -25px;
	}
}

@media only screen and (max-width: 1254px) {
	#testimonial-slide .owl-dots {
		top: 95%;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		right: 50%;
		margin-right: -4px;
	}
}


/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.test-overlay {
		display: none;
	}

	#testimonial-slide .owl-dots {
		top: 95%;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		right: 50%;
		margin-right: -4px;
	}

	.card-section {
		padding-bottom: 0;
	}

	.lab-card {
		margin-bottom: 80px;
	}

	.promotion-section .promo-btn-area {
		text-align: right;
	}

	.contact-section::after {
		width: 100%;
		left: 0;
	}

	.contact-info {
		margin-bottom: 95px;
	}

	.col-push {
		right: 0;
	}

	.col-pull {
		left: 0;
	}

	.sv-card {
		margin-bottom: 30px;
	}

	.newsletter-section h2 {
		margin-bottom: 30px;
	}

	.circle-progress {
		margin-bottom: 40px;
	}

	.icon-box {
		margin-bottom: 30px;
	}

	.facts .fact {
		margin-bottom: 40px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	.header-section .logo {
		padding-top: 6px;
		padding-bottom: 5px;
	}

	.header-section .logo img {
		margin-top: 0px;
	}

	.header-section .menu-list {
		display: none;
		float: none;
		clear: both;
		border-top: 1px solid #ddd;
	}

	.header-section .menu-list li {
		display: inline;
	}

	.header-section .menu-list li a {
		display: block;
		padding: 10px;
		margin-left: 0;
	}

	.header-section .menu-list li a:after {
		right: 0%;
	}

	.header-section .menu-list li a:hover:after {
		width: 10px;
		margin-right: 10px;
	}

	.header-section .menu-list .current a:after {
		margin-right: 10px;
	}

	.responsive {
		display: block;
		color: #333;
		font-size: 34px;
		position: absolute;
		left: 30px;
		padding-top: 10px;
	}

	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		width: 50px;
	}

	.hero-content img {
		/* max-width: 280px; */
	}

	.test-overlay {
		display: none;
	}

	#testimonial-slide .owl-dots {
		top: 86%;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		right: 50%;
		margin-right: -4px;
	}

	.card-section {
		padding-bottom: 0;
	}

	.lab-card {
		margin-bottom: 80px;
	}

	.testimonial-section {
		padding-top: 60px;
	}

	.member {
		margin-bottom: 60px;
	}

	.promotion-section .promo-btn-area {
		text-align: right;
	}

	.contact-section::after {
		width: 100%;
		left: 0;
	}

	.contact-info {
		margin-bottom: 95px;
	}

	.col-push {
		right: 0;
	}

	.col-pull {
		left: 0;
	}

	.devices {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.sv-card {
		margin-bottom: 30px;
	}

	.newsletter-section h2 {
		margin-bottom: 30px;
	}

	.nl-form {
		text-align: center;
	}

	.nl-form input[type="text"] {
		margin-bottom: 30px;
		width: 100%;
	}

	.circle-progress {
		margin-bottom: 40px;
	}

	.page-pagination,
	.blog-posts {
		margin-bottom: 90px;
	}

	.buttons button {
		margin-bottom: 20px;
	}

	.icon-box {
		margin-bottom: 30px;
	}

	.facts .fact {
		margin-bottom: 40px;
	}
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
	.header-section {
		padding: 0 20px;
	}

	.hero-content {
		display: none;
	}

	.intro-video {
		margin-top: -30px;
	}

	.post-thumbnail .post-date {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: right top;
		-ms-transform-origin: right top;
		transform-origin: right top;
	}

	.single-post .author .avatar {
		margin-left: 20px;
	}

	.single-post .author .avatar img {
		min-width: 60px;
	}

	.buttons button {
		margin-bottom: 20px;
	}
}















.box-shadow,
.card-blog,
.work-box,
.service-box,
.paralax-mf {
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

/*------/ Ul resect /------*/
.ul-resect,
.widget-tags ul,
.widget-sidebar .list-sidebar,
.box-comments .list-comments,
.blog-wrapper .post-meta ul,
.list-ico,
.socials ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
	.card-blog {
		margin-bottom: 3rem;
	}
}

.card-blog .card-body {
	position: relative;
}

.card-blog .card-category-box {
	position: absolute;
	text-align: center;
	top: -16px;
	left: 15px;
	right: 15px;
	line-height: 25px;
	overflow: hidden;
}

.card-blog .card-category {
	display: inline-block;
	color: #fff;
	padding: 0 15px 5px;
	overflow: hidden;
	background-color: #ff7100;
	border-radius: 4px;
}

.card-blog .card-category .category {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 0.1px;
	margin-bottom: 0;
}

.card-blog .card-title {
	font-size: 1.3rem;
	margin-top: 0.6rem;
}

.card-blog .card-description {
	color: #4e4e4e;
}

.card-blog .post-author {
	display: inline-block;
}

.card-blog .post-date {
	color: #4e4e4e;
	display: inline-block;
	float: right;
}

/*--------------------------------------------------------------
  # Blog Single
  --------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
	padding: 2rem;
	background-color: #fff;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.post-box,
	.form-comments,
	.box-comments,
	.widget-sidebar {
		padding: 3rem;
	}
}

.blog-wrapper .article-title {
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	.blog-wrapper .article-title {
		font-size: 1.9rem;
	}
}

.blog-wrapper .post-meta {
	margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
	border-left: 4px solid #ff7100;
	margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
	display: inline-block;
	margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
	color: #ff7100;
}

.blog-wrapper .post-meta ul span {
	color: #1e1e1e;
}

.blog-wrapper .blockquote {
	border-left: 4px solid #ff7100;
	padding: 18px;
	font-style: italic;
}


/* pop up */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.popup-content {
	background-color: white;
	width: 300px;
	padding: 20px;
	margin: 100px auto;
	text-align: center;
}

.popup-content h2 {
	margin-top: 0;
}

.popup-content button {
	margin-top: 10px;
}