

/*
  Theme Name: Sakin - Portfolio HTML Template
  Author: webdesignsk0@gmail.com
  Support: https://themeforest.net/user/xqode
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header area
3. slider area
4. service area
5. skills area
6. about area
7. portfolio area
8. cta area
9. education area 
10. team area 
11. contact area 
12. counter area 
13. testimonial area 
14. blog area 
15. footer area
16. blog details area
*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Inter', 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: #ffb100;
	text-decoration: none;
}

.bakix-navigation span a {
	color: #062265;
}

.bakix-navigation span a:hover {
	color: #ffb100;
}

a,
button {
	color: #1696e7;
	outline: medium none;
	text-decoration: 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: 'Playfair Display', serif;
	font-weight: normal;
	color: #191919;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: inherit;
}

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: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #777777;
	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: 16px;
	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: 16px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 16px;
	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 */
.header-btn-main {
	-moz-user-select: none;
	background: #ffb100 none repeat scroll 0 0;
	border: medium none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 30px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 2px solid transparent;
}

.header-btn-main:hover {
	background: none;
	color: #ffb100;
	border-color: #ffb100;
}

.btn {
	-moz-user-select: none;
	background: #ffb100 none repeat scroll 0 0;
	border: medium none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 2px solid transparent;
}

.btn:hover {
	background: none;
	color: #ffb100;
	border-color: #ffb100;
}

.btn-border {
	background: none;
	color: #79819e;
	border-color: #e5e9ff;
}

.btn-border:hover {
	background: #004585;
	border-color: #004585;
	color: #fff;
}

.more-btn {
	-moz-user-select: none;
	background: #ffb100 none repeat scroll 0 0;
	border: medium none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 2px solid #ffb100;
}

.more-btn:hover {
	background: none;
	color: #ffb100;
}

.btn-other {
	background: transparent;
	color: #004585;
	border-color: #004585;
	margin-left: 15px;
}

.btn-other:hover {
	background: #004585;
	color: #fff;
	border-color: #004585;
}

.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:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.owl-carousel .owl-nav div:hover {
	background: #062265;
	color: #fff;
}

/*section-header start*/

.yellow-header {
	font-size: 70px !important;
	color: #ffb100;
	margin-bottom: 25px;
	font-weight: 700 !important;
	margin-right: 10px;
}

.section-header-education h2 {
	margin-left: -3px;
	font-size: 70px;
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 700;
	color: #062265;
	margin-top: 15px;
}

.section-header-education h2 {
	margin-left: -3px;
	font-size: 70px;
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 700;
	color: #062265;
	margin-top: 15px;
}

.section-header-education span {
	font-size: 16px;
	color: #ffb100;
	margin-bottom: 25px;
	font-weight: 500;
	margin-left: -1px;
}

.section-header-portfolio h2 {
	margin-left: -3px;
	font-size: 70px;
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 700;
	color: #062265;
	margin-top: 15px;
}

.section-header-portfolio span {
	font-size: 16px;
	color: #ffb100;
	margin-bottom: 25px;
	font-weight: 500;
	margin-left: -1px;
}

.section-header-testimonial h2 {
	margin-left: -3px;
	font-size: 70px;
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 700;
	color: #062265;
	margin-top: 15px;
}

.section-header-testimonial span {
	font-size: 16px;
	color: #ffb100;
	margin-bottom: 25px;
	font-weight: 500;
	margin-left: -1px;
}

.section-header {
	margin-left: 0px;
	position: relative;
}

.section-line-about>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: -35px;
	top: 11px;
}

.section-line-skill>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: -35px;
	top: 20px;
}

.section-header-qualification-line>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: -36px;
	top: 10px;
}

.section-line-portfolio>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: -35px;
	top: 11px;
}

.section-header-experience-line>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 42%;
	top: 10px;
}

.section-header-qualification-line>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: -36px;
	top: 10px;
}

.section-header-team-line>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 44.4%;
	top: 10px;
}

.section-header-contact-line>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 43.9%;
	top: 10px;
}

.section-header-testimonial-line>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: -36px;
	top: 10px;
}

.section-header-blog-line>span::before {
	content: "";
	background: #ffb100;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 45%;
	top: 10px;
}

.section-header>span {
	font-size: 16px;
	color: #ffb100;
	margin-bottom: 25px;
	font-weight: 500;
}

.section-header-about span {
	font-size: 16px;
	color: #ffb100;
	margin-bottom: 25px;
	font-weight: 500;
	margin-right: 10px;
}

.section-header h2 {
	font-size: 70px;
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 700;
	color: #062265;
	margin-top: 15px;
	margin-left: -3px;
}

.custom-header span {
	color: #ffb100;
	font-size: 70px;
	font-weight: 700;
}

.custom-header h2 {
	margin-left: 45px;
}

.section-header-opacity span.heading-fill {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	opacity: 0.3;
	color: #111;
	font-size: 70px;
	font-weight: 700;
}

/* scrollUp */
#scrollUp {
	background: #ffb100;
	height: 50px;
	width: 50px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 48px;
}

#scrollUp:hover {
	background: #004585;
}

/* sticky menu */
.sticky-menu {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 1030;
	right: 0;
	left: 0;
	width: 100%;
	transition: .4s;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

/* 2. header area*/

.header-area {
	padding: 0 15px;
	transition: .3s;
	z-index: 222222;
}

.logo {
	margin-left: 40px;
	margin-top: 0px;
}

.main-menu ul li {
	display: inline-block;
	position: relative;
}

.main-menu ul li a {
	color: #191919;
	font-weight: 500;
	padding: 45px 15px;
	display: block;
	position: relative;
	font-size: 16px;
}

.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	left: 0;
	min-width: 250px;
	background: #fff;
	border-top: 2px solid #062265;
	transition: .3s;
	text-align: left;
	padding: 15px 0;
	box-shadow: 0px 15px 30px 0px rgba(0, 3, 143, 0.1);
	opacity: 0;
	visibility: hidden;

}

.main-menu ul li:hover>ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 100%;

}

.main-menu ul li ul.submenu li {
	display: block;
	margin: 0;
}

.main-menu ul li ul.submenu li a {
	padding: 9px 25px;
	text-transform: capitalize;
}

.main-menu ul li:hover>a {
	color: #004585;
}

.main-menu ul li a.active::before {
	width: 100%;
}

.main-menu ul li:hover a::before {
	width: 100%;
}

.header-bar i {
	background: #fff7fa;
	height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
	color: #004585;
	font-size: 16px;
	box-shadow: 0px 8px 16px 0px rgba(255, 194, 200, 0.4);
	cursor: pointer;
}

.header-bar {
	margin-left: 20px;
}

.header-btn {
	margin-right: -60px;
}

/* 3. slider-area */

.slider-content h2 {
	font-size: 83px;
	font-weight: 700;
	line-height: 1.1;
	color: #f2f2f2;
	margin-bottom: 15px;
}

.single-slider {
	min-height: 840px;
}

.slider-content>span {
	font-size: 20px;
	color: #fdfdfd;
	display: block;
	margin-bottom: 30px;
}

.slider-content p {
	font-size: 20px;
	color: #f1f1f1;
	line-height: 30px;
	margin-bottom: 33px;
}

.slider-btn a {
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline-block;
}

.slider-btn a i {
	height: 60px;
	width: 60px;
	box-shadow: 0px 8px 16px 0px rgba(255, 194, 200, 0.3);
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	color: #004585;
	background: #fff;
}

.slider-btn a span {
	color: #fdfdfd;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 12px;
	letter-spacing: 1px;
}

.slider-content {
	background: #004585;
	padding: 50px 50px;
	opacity: .90;
}

.slider-left {
	background-size: cover;
	background-repeat: no-repeat;
}

/* 4. services area*/
.services-icon {
	margin-top: 20px;
}

.service-img img {
	width: 75% !important;
}

.service-img {
	height: 80px;
	width: 80px;
	margin-bottom: 20px;
}

.services-body {
	transition: .3s;
	padding: 50px 44px 50px 50px;
	border: 8px solid#f7f8ff;
}

.services-body:hover {
	transition: .3s;
	border: 8px solid #062265;
}

.services-content h4 {
	font-size: 24px;
	margin-bottom: 11px;
	font-weight: 700;
	color: #062265;
}

.services-content p {
	margin-bottom: 25px;
	line-height: 26px;
}

.services-icon li i {
	color: #004585;
	font-size: 16px;
	float: left;
	width: 35px;
}

.services-icon li span {
	display: block;
	overflow: hidden;
}

.services-icon li {
	font-size: 16px;
	color: #777777;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}

.services-icon li:last-child {
	margin-bottom: 0;
}

/*Services End*/


/* 5. skill area*/


.progess-wrapper {
	margin-left: 0px;
	margin-top: -7px;
}

.skill-left img {
	border: 12px solid #fff;
	box-shadow: 0px 16px 32px 0px rgba(167, 178, 219, 0.3);
	width: 100%;
}

.bd-about-img-two {
	margin-left: 20px;
}

.progress {
	background: #fff;
}

.progress-bar.color-yellow {
	background: #ffb100;
}

.progress-bar {
	background: #004585;
}

.progress-bar span {
	text-align: right;
	padding-right: 10px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}

.progress {
	background: #fff;
	border-radius: 6px;
	height: 20px;
}

.bar-title h4 {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 16px;
	color: #777777;
}

/*skill end*/

/*  6. about area */
.section-header img {
	float: right;
	margin-right: -28px;
	margin-top: -16px;
	position: relative;
}

.section-header img .skill-year {
	position: absolute;
	top: 60px;
	right: 30px;
}

.skill-year .bd-about-img-two-expe {
	position: absolute;
	left: 0px;
	bottom: 155px;
	-webkit-animation: hero-dot-1 5s linear 0s infinite alternate;
	-moz-animation: hero-dot-1 5s linear 0s infinite alternate;
	-o-animation: hero-dot-1 5s linear 0s infinite alternate;
	animation: hero-dot-1 5s linear 0s infinite alternate;
}

.about-right p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 32px;
}

.about-right p {
	margin-bottom: 32px;
	color: #777777;
	margin-top: 15px;
}

.about-right h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 52px;
	color: #191919;
}

.single-border {
	border: 1px solid #f0ecff;
	width: 100%;
	margin-top: 115px;
}

/*About end*/

/* 7. portfolio area*/

#portfolio {
	background: #F7F7FD;
}

.my-masonry {
	margin-bottom: -80px;
}

.button-group button {
	border: none;
	background: none;
	transition: .3s;
	font-size: 16px;
	margin: 0 15px;
	cursor: pointer;
	outline: none;
	color: #191919;
	font-weight: 500;
	position: relative;
}

.button-group button:hover {
	color: #004585;
}

.button-group button.active {
	color: #004585;
}

.button-group button:before {
	position: absolute;
	content: "";
	width: 0%;
	height: 2px;
	background: #004585;
	bottom: -17px;
	left: 0;
	transition: .3s;
}

.button-group button.active::before {
	width: 100%;
}

.button-group {
	border-bottom: 2px solid #f0ecff;
	padding-bottom: 15px;
}

.portfolio-item img {
	width: 100%;
}

.portfolio-item {
	position: relative;
}

.portfolio-item:hover .portfolio-text {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.portfolio-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	z-index: 2;
	background-color: #FFB100;
}

.portfolio-item:before {
	background: #004585;
	height: 100%;
	width: 100%;
	content: "";
	position: absolute;
	transition: .3s;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
}

.portfolio-item:hover::before {
	opacity: .82;
}

.portfolio-text span {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

.portfolio-text h2 {
	color: #fff;
	font-weight: 700;
	margin-top: 14px;
	margin-bottom: 0;
}

.portfolio-text h2 a:hover {
	color: #222;
}

.media-main img {
	width: 100%;
}

/* Portfolio end */


/* 8. cta area */

.cta-box {
	margin-bottom: -165px;
	position: relative;
	z-index: 1;
	padding-left: 100px;
	padding-right: 100px;
	background-size: cover;
	background-position: center center;
	padding-top: 75px;
	padding-bottom: 60px;
}

.project-btn a {
	padding-left: 27px;
	padding-right: 45px;
	margin: 0 5px;
}

.project-btn {
	margin-top: 15px;
}

.project-btn i {
	margin-right: 5px;
}

.cta-text span {
	font-size: 16px;
	color: #278fce;
	margin-bottom: 15px;
	display: block;
}

.cta-text h2 {
	font-size: 60px;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 700;
}

.working-wrapp {
	padding: 40px;
	transition: .3s;
	border: 2px solid #f6f5ff;
	background: #fff;
	position: relative;
	z-index: 1;
	transition: all .45s ease;
}

.working-wrapp:hover:before {
	opacity: 1;
	height: 100%;
}

.working-wrapp h2,
.working-wrapp h4 .working-wrapp i,
.working-wrapp p {
	transition: all .45s ease;
}

.working-wrapp i {
	transition: all .45s ease;
}

.working-wrapp:hover h4 {
	color: #fff;
}

.working-wrapp:hover h2 {
	color: #fff;
}

.working-wrapp:hover p {
	color: #fff;
}

.working-wrapp:hover .read-more {
	color: #fff;
}

.working-wrapp:hover i {
	background: #fff;
	color: #004585;
	transition: all .45s ease;
}

.working-wrapp::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	background: #004585;
	width: 100%;
	height: 70%;
	opacity: 0;
	z-index: -1;
	transition: all .45s ease;
}

.title-icon {
	display: flex;
	align-items: center;
	margin: 12px 0px;
	flex-wrap: wrap;
	font-weight: 600;
	color: #191919;
}

.text-icon {
	color: #777777;
}

.work-text p {
	margin: 0;
}

.working-icon i {
	font-size: 24px;
	color: #fff;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #004585;
	margin-left: 1px;
	border-radius: 6px;
}

.working-icon {
	margin-right: 30px;
}

.work-title h4 {
	font-size: 16px;
	color: #004585;
	margin-bottom: 10px;
}

.work-title h2 {
	font-size: 26px;
	font-weight: 700;
}

/*Cta End*/

/* 9. education area*/

.education-header h4 {
	font-size: 16px;
	color: #004585;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.education-header h1 {
	font-size: 26px;
	margin-bottom: 22px;
	font-weight: 700;
}

.education-qualification-body {
	position: relative;
	padding-left: 30px;
}

.education-qualification-body:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	content: "";
	background: #ffe6e4;
}

.education-content {
	position: relative;
}

.education-content:before {
	position: absolute;
	content: "";
	box-shadow: 0px 4px 8px 0px rgba(255, 61, 79, 0.3);
	height: 13px;
	width: 13px;
	left: -34px;
	border-radius: 50%;
	background-color: rgb(255, 61, 79);
	border-style: solid;
	border-width: 4px;
	border-color: rgb(255, 255, 255);
}

.education-img1 {}

.education-images {
	margin-left: 25px;
	position: relative;
}

.education-img2 {
	position: absolute;
	top: 195px;
	left: 125px;
}

.icon-images img {
	width: 100%;
	height: 100%;
}

.education-img2 img {
	width: 100%;
	height: 100%;
}

.icon-images {
	position: relative;
}

.icon-images i {
	height: 80px;
	width: 80px;
	background-color: #004585;
	text-align: center;
	line-height: 80px;
	color: #fff;
	position: absolute;
	top: 280px;
	font-size: 20px;
	left: -40px;
	box-shadow: 0px 8px 16px 0px rgba(255, 61, 79, 0.3);
}

/* education end */


/* 10. team */

.team-contents {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 8px 0px rgba(209, 210, 226, 0.3);
	padding: 40px 0;
	margin: 0 20px;
	margin-top: -60px;
	z-index: 9;
	position: relative;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.team-contents h4 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}

.our-team-image img {
	width: 100%;
}

.team-contents span {
	color: #004585;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}

.tam-icon a {
	color: #c1bfd8;
	font-size: 16px;
	padding: 0 8px;
}

.tam-icon a:hover {
	color: #ffb100;
}

/* team end */


/* 11.contact */

#map {
	width: 100%;
	height: 710px;
	margin-left: 5px;
}

.bg-map {
	background-position: center center;
	background-size: cover;
}

.form-group label {
	font-size: 16px;
	color: #191919;
	font-weight: 500;
	margin-bottom: 15px;
	display: block;
}

.form-group label span {
	color: #004585;
}

.form-group input {
	border: 2px solid #dadceb;
	height: 66px;
	width: 100%;
	padding-left: 35px;
}

.form-group input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #777777;
	font-size: 16px;
}

.form-group input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #777777;
	opacity: 1;
	font-size: 16px;
}

.form-group input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #777777;
	opacity: 1;
	font-size: 16px;
}

.form-group input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #777777;
	font-size: 16px;
}

.form-group input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #777777;
	font-size: 16px;
}

.form-group input::placeholder {
	/* Most modern browsers support this now. */
	color: #777777;
	font-size: 16px;
}

.form-group textarea::-webkit-input-placeholder {
	color: #777777;
}

.form-group textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #777777;
}

.form-group textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #777777;
}

.form-group textarea:-ms-input-placeholder {
	color: #777777;
}

.form-group textarea::placeholder {
	color: #777777;
}

.form-group textarea {
	border: 2px solid #dadceb;
	height: 300px;
	width: 100%;
	padding-left: 35px;
	padding-top: 28px;
}

/* contact end */


/* 12. counter */

.counter-image {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 16px 0px rgba(210, 212, 255, 0.3);
	line-height: 120px;
	display: inline-block;
	margin-bottom: 20px;
}

.counter-image span {
	font-size: 40px;
	color: #ffb100;
}

[class^="ti-"],
[class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.counter-image img {
	height: 50px;
	width: 55px;
}

.counter-content span {
	font-size: 60px;
	font-weight: 300;
}

.counter-content h4 {
	font-size: 16px;
	color: #777777;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
}

/* counter end */

/* 13. testimonials */

.testimonials-wrapp {
	border: 2px solid #dadceb;
	padding: 50px 35px;
	position: relative;
	background: #fff;
	border-radius: 6px;
}

.testimonials-wrapp::before {
	position: absolute;
	content: "";
	border: 2px solid #f8f8fb;
	left: 20px;
	top: 50px;
	right: 20px;
	margin: auto;
	height: 100%;
	z-index: -1;
}

.testimonials-wrapp::after {
	position: absolute;
	content: "";
	height: 100%;
	border: 2px solid #f0f1f7;
	left: 40px;
	top: 25px;
	right: 40px;
	z-index: -1;
}

.testimonials-footer {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99;
}

.testimonials-footer-content {
	margin-left: 20px;
}

.testimonials-image img {
	height: 50px;
	width: 50px;
}

.testimonials-header i {
	color: #ffb100;
	font-size: 16px;
}

.testimonials-header span {
	float: right;
	font-size: 18px;
	display: block;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
}

.testimonials-header {
	margin-bottom: 30px;
}

.testimonials-body {
	margin-bottom: 20px;
}

.testimonials-footer-content h4 {
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 700;
}

.testimonials-footer-content span {
	font-size: 16px;
	color: #004585;
	font-weight: 500;
}

.testimonials-quote {
	position: absolute;
	right: 28px;
	bottom: 28px;
	width: 99px;
	height: 83px;
}

.owl-nav {
	display: none;
}

.testimonials-quote img {
	width: 100%;
}

.testimonial-active.owl-carousel .owl-stage-outer {
	padding-bottom: 50px;
}


/* testimonials end */


/* 14. blog area */

.newsfeed-img img {
	width: 100%;
}

.newsfeed-wrapp {
	background: #fff;
	padding: 35px 40px 40px 40px;
}

.newsfeed-header a {
	font-size: 16px;
	color: #ffb100;
	margin-right: 30px;
}

.newsfeed-header {
	margin-bottom: 20px;
}

.newsfeed-content h3 {
	margin-bottom: 0;
}

.newsfeed-content h3 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #191919;
	font-weight: 700;
	display: block;
}

.newsfeed-content h3 a:hover {
	color: #004585;
}

.read-more a {
	font-size: 16px;
	color: #004585;
	font-weight: 500;
	border-bottom: 1px solid#ffafb4;
}

.newsfeed-single-content {
	padding: 35px 35px 19px 40px;
	background: #fff;
}

/*blog end*/

/* 15.Footer */

.footer-text p {
	color: #777777;
	margin-bottom: 28px;
	margin-right: 70px;
}

.footer-logo {
	margin-bottom: 25px;
	margin-left: -2px;
}

.footer-icon a {
	color: #777777;
	margin-right: 13px;
}

.footer-icon a:hover {
	color: #004585;
}

.footer-right h2 {
	font-size: 37px;
	line-height: 50px;
	color: #191919;
	margin-bottom: 50px;
	font-weight: 700;
}

.footer-single-content span {
	color: #777777;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 6px;
	margin-bottom: 15px;
	font-family: 'Inter', sans-serif;
	display: block;
}

.footer-single-content a {
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	color: #777777 !important;
	display: block;
	font-weight: 500;
}

/* Footer end*/

.btn-menu-main {
	background: #152136;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 340px;
	z-index: 9999;
	transform: translateX(100%);
	padding-bottom: 40px;
}

.btn-menu-main-right {
	transform: translateX(0);
}

.crose {
	color: #fff;
	float: right;
	cursor: pointer;
}

/* extra info */

.extra-info>p {
	color: #ddd;
	font-size: 15px;
	line-height: 28px;
}

.instagram img {
	width: 100%;
}

.social-icon-right>a {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}

.social-icon-right>a:hover {
	color: #ff4a57;
}

.instagram {
	overflow: hidden;
	margin: 0 -4px;
}

.instagram>a {
	float: left;
	width: 33.33%;
	padding: 0 4px;
	margin-bottom: 7px;
}

.side-info {
	border-top: 1px solid #344159;
	padding-top: 25px;
}

.contact-list h4 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

.contact-list p {
	color: #fff;
	opacity: .5;
	margin: 0;
	margin-bottom: 2px;
}

/*breadcrumb*/
/* flat title page 
--------------------------------------------------------------*/

.flat-title-page {
	position: relative;
	background-image: url(../img/background-section/slider-page.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 294px 0 169px 0;
}

.flat-title-page.page-about {
	padding: 280px 0 169px 0;
}

.overlay-page {
	background-color: #111111;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.5;
}

.elip-header,
.flat-title-page .elip-header {
	position: absolute;
	top: 0;
	right: -9px;
	z-index: 2;
}

.flat-title-page .elip-header1 {
	position: absolute;
	top: 26.5%;
	left: 18.5%;
}

.flat-title-page .elip-header2 {
	position: absolute;
	top: 35.5%;
	left: 21.3%;
}

.elip-header3 {
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.elip-header4 {
	position: absolute;
	bottom: 24.5%;
	right: 4%;
	z-index: 2;
}

.elip-header5 {
	position: absolute;
	bottom: 8%;
	right: 4%;
	z-index: 2;
}

.elip-header6 {
	position: absolute;
	top: 22.5%;
	left: 13.6%;
	mix-blend-mode: multiply;
	z-index: 2;
}

.elip-header,
.flat-title-page .elip-header {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.flat-title-page .breadcrumbs {
	color: #fff;
	z-index: 50;
	text-align: center;
}

.breadcrumbs .style-color {
	color: #ffb100;
	padding-left: 1px;
}

.breadcrumbs .breadcrumb-trail {
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
}

.breadcrumbs .breadcrumb-trail>a,
.breadcrumbs .breadcrumb-trail>span {
	position: relative;
	display: inline-block;
	padding-right: 16px;
	margin-top: 17px;
	color: #062265;
}

.breadcrumbs .breadcrumb-trail>a,
.breadcrumbs .breadcrumb-trail>span:hover {
	color: #ffb100;
}

.breadcrumbs .breadcrumb-trail>span {
	padding-right: unset;
	color: #fff;
}

.fas.fa-chevron-right {
	color: #fff;
	margin-left: 15px;
}

.breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 37%;
	font-size: 70px;
	font-weight: 600;
}

.about-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 36%;
	font-size: 70px;
	font-weight: 600;
}

.blog-details-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 35%;
	font-size: 70px;
	font-weight: 600;
}

.blog-grid-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 33.3%;
	font-size: 70px;
	font-weight: 600;
}

.contact-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 35%;
	font-size: 70px;
	font-weight: 600;
}

.portfolio-details-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 30.6%;
	font-size: 70px;
	font-weight: 600;
}

.portfolio-grid-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 32.3%;
	font-size: 70px;
	font-weight: 600;
}

.service-single-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 32.5%;
	font-size: 70px;
	font-weight: 600;
}

.service-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 34.5%;
	font-size: 70px;
	font-weight: 600;
}

.team-details-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 33.6%;
	font-size: 70px;
	font-weight: 600;
}

.team-breadcrumbs h2 {
	color: #fff;
	position: absolute;
	top: 40%;
	display: inline-block;
	left: 36.4%;
	font-size: 70px;
	font-weight: 600;
}

/* 16. blog details */
.post-meta span a {
	background: #ffb100;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
}

.post-meta span {
	margin-right: 15px;
}

.post-caption {
	padding: 35px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 50px;
}

.post-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	transition: 0.3s;
}

.post-title:hover {
	color: #ffb100;
}

.post-image {
	overflow: hidden;
}

.post-image img {
	width: 100%;
	transition: 0.3s;
}

.post-wrapper:hover .post-image img {
	transform: scale(1.1);
}

.black-soft-bg .post-meta span {
	color: #ffffff;
}

.black-soft-bg .post-title {
	color: #ffffff;
}

.black-soft-bg .post-caption p {
	color: #ffffff;
}

.black-soft-bg .post-caption {
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
}

.blog-std .post-caption {
	padding: 40px 35px 57px;
}

@media (max-width: 767px) {
	.blog-std .post-caption {
		padding: 40px 20px 57px;
	}
}

.blog-std .post-title {
	font-size: 35px;
	margin-bottom: 21px;
	color: #111111;
}

@media (max-width: 767px) {
	.blog-std .post-title {
		font-size: 26px;
	}
}

.search-form {
	position: relative;
}

.search-form input {
	width: 100%;
	height: 80px;
	border: 1px solid #d7d7d7;
	padding: 0 20px;
	font-size: 18px;
	color: #111111;
	font-weight: 600;
}

.search-form input::-moz-placeholder {
	font-size: 16px;
	color: #111111;
}

.search-form input::placeholder {
	font-size: 16px;
	color: #111111;
}

.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #ffb100;
	padding: 0 30px;
	color: #ffffff;
	line-height: 60px;
	border: 0;
}

.search-form button:hover {
	background: #ffb100;
}

.widget {
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.widget-2 {
	box-shadow: none;
}

.widget-title {
	font-size: 22px;
	position: relative;
	display: block;
	padding-bottom: 20px;
	border-bottom: 2px solid #ededed;
	margin-bottom: 35px;
	font-weight: 700;
	color: #111111;
}

.widget-title::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background: #ffb100;
}

.about-me img {
	margin-bottom: 25px;
	border-radius: 50%;
}

.about-me h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

button {
	cursor: pointer;
}

.service-list li {
	margin-bottom: 7px;
}

.service-list li a {
	background: #f6f6f6;
	display: block;
	padding: 17px 30px;
	color: #666;
	position: relative;
	font-weight: 500;
}

.service-list li a:hover {
	background: #ffb100;
	color: #ffffff;
}

.service-list li a::before {
	content: "";
	display: inline-block;
	padding-bottom: 0;
	position: absolute;
	top: 15px;
	right: 30px;
	font-family: "Font Awesome 5 Pro";
	color: #666;
	font-size: 18px;
	transition: 0.3s;
}

.service-list li a:hover::before {
	color: #ffffff;
}

.widget-social-icon a {
	display: inline-block;
	margin: 0 8px;
	color: #ffb100;
}

.widget-social-icon a:hover {
	color: #ffb100;
}

.banner-widget img {
	width: 100%;
}

.widget .recent-posts li {
	border-top: 1px solid #eaedff;
	padding: 20px 0;
	overflow: hidden;
}

.widget .recent-posts li:first-child {
	border: 0;
	padding-top: 0;
}

.widget .recent-posts li:last-child {
	padding-bottom: 0;
}

.widget-posts-image {
	float: left;
}

.widget-posts-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 15px;
}

.widget-posts-body {
	overflow: hidden;
}

.widget-posts-title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	color: #111111;
}

.widget-posts-title a:hover {
	color: #ffb100;
}

.widget-posts-meta {
	font-size: 12px;
}

ul.cat li {
	border-top: 1px solid #eaedff;
	padding: 15px 0;
	overflow: hidden;
}

ul.cat li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.cat li :last-child {
	padding-bottom: 0;
}

ul.cat li a {
	display: block;
	color: #647589;
}

ul.cat li a:hover {
	color: #ffb100;
}

.social-profile a {
	height: 50px;
	width: 50px;
	text-align: center;
	background: #062265;
	line-height: 50px;
	margin-right: 2px;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 5px;
}

.social-profile a:hover {
	background: #ffb100;
}

.tag a {
	display: inline-block;
	line-height: 1;
	padding: 12px 18px;
	background: #f5f5f5;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #5f5b5b;
	border-radius: 2px;
}

.tag a:hover {
	background: #ffb100;
	color: #ffffff;
}

.bg-none {
	background: none;
}

.blog-post-tag span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 17px;
	font-family: 'Playfair Display', serif;
	color: #062265;
}

.blog-post-tag a {
	color: #646974;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #eaedff;
	padding: 12px 24px;
	margin-right: 10px;
	transition: 0.3s;
	border-radius: 5px;
	margin-bottom: 10px;
}

.blog-post-tag a:hover {
	color: #ffffff;
	background: #ffb100;
	border-color: #ffb100;
}

.blog-post-tag a:last-child {
	margin-right: 0;
}

.basic-pagination ul {
	display: block;
	margin: 0;
}

.basic-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}

.basic-pagination ul li a {
	height: 70px;
	width: 70px;
	background: #ffffff;
	color: #9990b8;
	font-size: 16px;
	font-weight: 500;
	line-height: 70px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}

.basic-pagination ul li.active a {
	color: #ffb100;
	border-color: #ffb100;
}

.basic-pagination ul li:hover a {
	color: #ffb100;
	border-color: #ffb100;
}

@media (max-width: 767px) {
	.basic-pagination ul li {
		margin-bottom: 10px;
	}
}

.basic-pagination-2 ul li a {
	background: transparent;
	color: #6a6a6a;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: 500;
	border: 2px solid #dddddd;
}

.basic-pagination-2 ul li.active a {
	color: #ffb100;
	border-color: #ffb100;
}

.basic-pagination-2 ul li:hover a {
	color: #ffb100;
	border-color: #ffb100;
}

@media (max-width: 767px) {
	.blog-details {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-details {
		margin-right: 0;
	}
}

.blog-details .blog-text {
	box-shadow: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

.post-text blockquote {
	background: #f5f5f5;
	padding: 40px 50px;
	position: relative;
	border-left: 5px solid #ffb100;
	color: #444;
	margin-top: 30px;
	margin-bottom: 30px;
}

.post-text blockquote p {
	font-size: 23px;
	margin-bottom: 20px;
	color: #222;
	font-weight: 500;
	line-height: 1.3;
}

.post-text blockquote footer {
	font-size: 16px;
	letter-spacing: 2px;
	color: #222;
	font-weight: 500;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.post-text blockquote {
		padding: 30px;
	}
}

.blog-post-tag span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 17px;
	font-family: 'Playfair Display', serif;
	color: #062265;
}

.blog-post-tag a {
	color: #646974;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #eaedff;
	padding: 12px 24px;
	margin-right: 10px;
	transition: 0.3s;
	border-radius: 5px;
	margin-bottom: 10px;
}

.blog-post-tag a:hover {
	color: #ffffff;
	background: #ffb100;
	border-color: #ffb100;
}

.blog-post-tag a:last-child {
	margin-right: 0;
}

.blog-share-icon span {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	color: #062265;
	display: block;
	margin-bottom: 17px;
}

.blog-share-icon a {
	color: #6f7172;
	font-size: 18px;
	transition: 0.3s;
	margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.blog-share-icon a {
		margin-right: 10px;
	}
}

.blog-share-icon a:hover {
	color: #ffb100;
}

.blog-share-icon a:last-child {
	margin-right: 0;
}

.blog-details-border {
	border-top: 1px solid #eaedff;
	border-bottom: 1px solid #eaedff;
	padding-top: 33px;
	padding-bottom: 23px;
	margin-bottom: 42px;
}

.b-author {
	padding: 35px;
	border: 1px solid #e4e4e4;
	border-left: 5px solid #ffb100;
}

@media (max-width: 767px) {
	.b-author {
		padding: 0 30px 44px 30px;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.b-author {
		padding: 20px 30px 44px 30px;
	}
}

.author-img {
	float: left;
}

@media (max-width: 767px) {
	.author-img {
		float: none;
		text-align: center;
	}
}

.author-text {
	overflow: hidden;
	padding-left: 30px;
}

@media (max-width: 767px) {
	.author-text {
		padding-left: 0;
		text-align: center;
		margin-top: 15px;
	}
}

.author-text h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 600;
}

.author-text p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 28px;
}

.author-icon a {
	font-size: 16px;
	margin-right: 10px;
	transition: 0.3s;
	color: #444;
}

.author-icon a:hover {
	color: #ffb100;
}

.post-comments {
	border-bottom: 1px solid #eaedff;
	margin-bottom: 42px;
	padding-bottom: 46px;
}

.blog-coment-title h2 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 700;
}

.bakix-navigation a {
	font-weight: 700;
}

.comments-avatar {
	float: left;
}

.comments-avatar img {
	width: 100px;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.comments-avatar {
		float: none;
	}
}

.latest-comments li:first-child .comments-box {
	border-top: 0;
	padding-top: 0;
}

.latest-comments li:last-child .comments-box {
	border-bottom: 0;
	padding-bottom: 0;
}

.latest-comments li.children {
	margin-left: 100px;
}

@media (max-width: 767px) {
	.latest-comments li.children {
		margin-left: 0;
	}
}

.comments-box {
	border-top: 1px solid #e4e4e4;
	padding: 30px 0;
}

.comments-text {
	overflow: hidden;
	padding-top: 4px;
}

.comments-text p {
	margin-bottom: 0;
	margin-top: 8px;
}

@media (max-width: 767px) {
	.comments-text {
		margin-top: 15px;
	}
}

.avatar-name {
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
}

.avatar-name h5 {
	font-size: 18px;
	margin-bottom: 7px;
	font-weight: 700;
}

.avatar-name span {
	color: #ffb100;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.reply {
	color: #6f7172;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	transition: 0.3s;
	line-height: 1;
	margin-top: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

.reply:hover {
	color: #ffb100;
}

.reply i {
	margin-right: 5px;
}

.post-comments-title {
	margin-bottom: 39px;
}

.post-comments-title h2 {
	font-size: 26px;
	color: #140a20;
	margin-bottom: 0;
	font-weight: 700;
}

.conatct-post-form {
	background: #f5f5f5;
	padding: 50px;
}

.conatct-post-form input {
	border: none;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 30px;
	width: 100%;
	font-size: 16px;
	color: #696969;
}

.conatct-post-form textarea {
	border: none;
	height: 150px;
	margin-bottom: 20px;
	padding: 30px;
	width: 100%;
	color: #696969;
	font-size: 16px;
}

@media (max-width: 767px) {
	.conatct-post-form {
		padding: 20px;
	}
}

.conatct-post-form input::-moz-placeholder {
	color: #696969;
	font-size: 16px;
}

.conatct-post-form input::placeholder {
	color: #696969;
	font-size: 16px;
}

.conatct-post-form textarea::-moz-placeholder {
	color: #696969;
	font-size: 16px;
}

.conatct-post-form textarea::placeholder {
	color: #696969;
	font-size: 16px;
}

.conatct-post-form button {
	border: none;
	padding: 22px 40px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1;
	background: #111111;
	transition: 0.3s;
}

.conatct-post-form button:hover {
	background: #ffb100;
}

.contact-icon {
	position: relative;
}

/* case study */
.flat-case .button-case {
	margin-top: 48px;
	margin-bottom: 15px;
}

.flat-case .button-case .button {
	padding: 19.5px 48px;
}

.flat-case .work-wrap {
	display: inline-flex;
	width: 49.7%;
}

.flat-case .work-wrap .work-post.item1 {
	margin-right: 12.5px;
}

.flat-case .work-wrap .work-post.item2 {
	margin-left: 12.5px;
}

.flat-case .title-item {
	font-size: 12px;
	font-weight: 600;
}

/* case details  */
.flat-case-img {
	padding: 120px 0 30px 0;
}

.flat-case-details .post {
	padding-top: 4px;
	padding-left: 1px;
}

.flat-case-details .post .tags {
	margin-bottom: 28px;
}

.flat-case-details .post .tags span {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
	padding: 3px 20px 3px 14px;
	margin-left: 2px;
	background-color: #004585;
	color: #fff;
	z-index: 2;
}

.flat-case-details .post h2 {
	font-size: 32px;
	margin-bottom: 16px;
	font-weight: 700;
}

.flat-case-details .post .box-img {
	display: flex;
	margin-bottom: 40px;
}

.flat-case-details .post .box-img .image-2 {
	margin-left: 30px;
}

.flat-case-details .post .text {
	margin-bottom: 40px;
}

.flat-case-details .post .text-2 {
	margin-bottom: 38px;
}

.flat-case-details .post .text-4 {
	margin-bottom: 39px;
}

.flat-case-details .post .title-style {
	margin-bottom: 17px;
	font-weight: 700;
}

.flat-case-details .post h3 span {
	font-weight: 400;
}

.flat-case-details .wrap-pogress {
	margin-bottom: 18px;
	display: flow-root;
}

.flat-case-details .progress-box {
	margin: 0;
	float: left;
	text-align: center;
	width: 25%;
}

.flat-case-details .progress-box.style-1 {
	padding-right: 25px;
}

.flat-case-details .progress-box.style-2 {
	padding-right: 10px;
}

.flat-case-details .progress-box.style-3 {
	padding-right: 5px;
}

.flat-case-details .progress-box.style-4 {
	padding-left: 10px;
}

.flat-work.page-detail .work-heading h2,
.flat-case-details .content h3 {
	margin: 0;
}

.flat-work.page-detail {
	padding: 110px 0 90px;
}

/* contact */
.flat-contact {
	padding: 116px 0 120px;
}

.flat-contact .box {
	padding-left: 1px;
}

.flat-contact .box .sub-title-contact {
	font-size: 18px;
	font-weight: 400;
	color: var(--primary-color6);
	margin: 1px 0 14px 2px;
}

.flat-contact .box .title-contact {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 60px;
	margin-bottom: 7px;
}

.flat-contact .box .heading {
	padding-bottom: 20px;
	border-bottom: solid 1px #1C1E221A;
}

.flat-contact .box ul {
	padding-top: 52px;
}

.flat-contact .box ul li {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	margin-bottom: 29px;
}

.flat-contact .box ul li .meta-mail {
	text-decoration: underline;
}

.flat-contact .post .text {
	margin-left: 3px;
	margin-bottom: 37px;
}

.side-bar {
	margin-left: 50px;
}


/* side bar */
.side-bar {
	background-color: var(--primary-color5);
	padding: 59px 29.5px 56px 29px;
	border-radius: 5px;
}

.flat-case-details .side-bar {
	padding: 56px 25.5px 49px 25px;
}

.flat-case .side-bar {
	padding-bottom: 40px;
}

.flat-service-details .side-bar {
	padding-bottom: 14px;
}

.side-bar .widget-title h3 {
	margin-bottom: 25px;
	margin-left: 1px;
}

.side-bar .widget-title.item h3 {
	margin-bottom: 23px !important;
}

.side-bar .search {
	margin-bottom: 47px;
}

.side-bar .widget-categories {
	margin-bottom: 42px;
}

.side-bar .widget.author {
	text-align: center;
}

.side-bar .widget.author .post {
	margin-bottom: 22px;
}

.side-bar .widget.author .content h3 {
	font-size: 18px;
	letter-spacing: -0.6px;
	margin-bottom: 16px;
}

.side-bar .widget.author .content p {
	font-size: 16px;
	padding: 0 10px;
	margin-bottom: 22px;
}

.side-bar .widget.author .widget-socials .twitter {
	color: var(--primary-color2);
}

.title-imformation {
	margin-bottom: 25px;
}

.flat-blog-details .post-meta {
	margin-bottom: 27px;
}

.flat-blog-details .post .media.img-1 {
	margin-bottom: 30px;
}

.flat-blog-details .post .media.img-1 .tags {
	left: 46px;
	background-color: var(--primary-color6);
}

.flat-blog-details .post .media.img-1 .tags::before {
	border-top: 6px solid var(--primary-color6);
}

.flat-blog-details .post .media.img-2 {
	margin-bottom: 50px;
}

.flat-blog-details .post .meta {
	margin-bottom: 15px;
}

.flat-blog-details .post .title {
	font-size: 32px;
	line-height: 46px;
	margin-bottom: 8px;
}

.flat-blog-details .post .text {
	margin-bottom: 40px;
}

.flat-blog-details .post h3 {
	margin-bottom: 17px;
	margin-top: -2px;
}

.flat-blog-details .post h3 span {
	font-weight: 400;
}

.flat-blog-details .post .post-image {
	display: flex;
	margin-bottom: 42px;
	background-color: var(--primary-color5);
	padding: 30px 0 42px 0;
	border-radius: 5px;
}

.flat-blog-details .post .post-image .thumb {
	width: 38%;
	padding-left: 50px;
}

.flat-blog-details .post .post-image .texts {
	padding-left: 5px;
}

.flat-blog-details .post .post-image h4 {
	margin-bottom: 23px;
	margin-left: 2px;
}

.flat-blog-details .post .post-image .texts p {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	color: var(--primary-color2);
}

.flat-blog-details .post .infor-row {
	justify-content: space-between;
	margin-top: 52px;
	margin-bottom: 70px;
}

.flat-blog-details .post .infor-row h5 {
	margin-right: 19px;
	margin-top: 1px;
}

.flat-blog-details .post .infor-row .tags {
	display: flex;
}

.flat-blog-details .post .infor-row .tags a {
	padding: 11px 19.5px;
	border-radius: 5px;
	background-color: var(--primary-color5);
	font-size: 12px;
	font-weight: 400;
	color: var(--primary-color4);
	margin-right: 5px;
}

.flat-blog-details .post .infor-row .tags a:hover,
.flat-blog-details .post .infor-row .tags a.active {
	background-color: var(--primary-color6);
	color: #fff;
}

.flat-blog-details .post .title-comment {
	text-transform: uppercase;
	margin-left: -2px;
	margin-bottom: 13px;
}

.flat-blog-details .post h2 span {
	font-weight: 400;
}

#comments .text {
	margin-left: 3px;
	margin-bottom: 37px;
}

#comments .comment-list {
	margin-bottom: 47px;
}

#comments .comment-list li {
	display: flex;
}

#comments .comment-list .comment-avatar {
	width: 21%;
	margin-right: 28px;
	margin-top: 2px;
}

#comments .comment-list .comment-01 {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(28, 30, 34, 0.07);
	margin-bottom: 47px;
}

#comments .comment-list .comment-content .comment-meta {
	margin-bottom: 19px;
}

#comments .comment-list .comment-content h4 {
	font-size: 18px;
	letter-spacing: -0.6px;
	margin-bottom: 11px;
}

#comments .comment-list .comment-content .comment-meta {
	display: flex;
}

#comments .comment-list .comment-content .comment-meta h5 {
	margin-right: 43px;
}

#comments .comment-list .comment-content .comment-meta .star i {
	font-size: 11px;
	margin-right: -2.6px;
	color: #FCC65D;
}

.flat-blog-details #contactform fieldset {
	position: relative;
	margin-bottom: 9px;
}

.flat-blog-details #contactform input {
	padding: 13px 19px;
}

.flat-blog-details #contactform input::placeholder,
.flat-blog-details #contactform textarea::placeholder {
	color: rgba(119, 119, 119, 0.7);
}

.flat-blog-details #contactform fieldset img {
	position: absolute;
	right: 27px;
	top: 22px;
}

.flat-blog-details #contactform .style-text {
	width: 50%;
	float: left;
}

.flat-blog-details #contactform .phone-wrap,
.flat-blog-details #contactform .name-wrap {
	padding-right: 15px;
}

.flat-blog-details #contactform .email-wrap,
.flat-blog-details #contactform .site-wrap {
	padding-left: 15px;
}

.flat-blog-details #contactform textarea {
	padding: 7px 19px 0px;
}

.flat-blog-details #contactform .btn-submit-comment {
	margin-top: 50px;
}

.flat-blog-details #contactform button#comment-reply {
	text-transform: uppercase;
	padding: 15.9px 30px;
}

/* blog */
.flat-blog .blog-wrap {
	display: inline-flex;
	width: 49.7%;
}

.flat-blog .blog-wrap .grid-post.post-1 {
	margin-right: 12.5px;
}

.flat-blog .blog-wrap .grid-post.post-2 {
	margin-left: 12.5px;
}

.flat-blog .side-bar {
	padding-bottom: 12px;
}

.flat-blog .grid-post.style-post {
	display: flex;
}

.flat-blog .grid-post.style-post {
	margin-bottom: 7.3px;
}

.flat-blog .grid-post.style-post .img-box {
	width: 35.1%;
}

.flat-blog .grid-post.style-post .content {
	width: 64.9%;
	padding: 31px 30px 20px 29px;
}

.flat-blog .grid-post.style-post .content .title-item {
	border: unset;
	padding: 0;
	margin-bottom: 11px;
}

.flat-blog .grid-post.style-post .content p {
	text-transform: capitalize;
	margin-left: 1px;
	border-bottom: solid 1px #F6F6F6;
	padding-bottom: 20px;
	margin-bottom: 19px;
}

.service-details-section {
	padding: 100px 0px;
}

.service-details-item {
	padding: 50px 15px;
	background-color: #f6fcff;
}

.service-details-item h3 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 10px;
}

.service-details-item li {
	position: relative;
}

.service-details-item li:after {
	content: '+';
	top: 6px;
	right: 15px;
	font-size: 20px;
	position: absolute;
}

.service-details-item li a {
	display: block;
	font-weight: 500;
	padding: 10px 15px;
	color: #666;
}

.service-details-item li a:hover {
	background-color: #ffb100;
	color: #fff;
}

.service-details-item li:hover::after {
	color: #fff;
}

.service-details-sidebar .appointment-form {
	padding: 30px;
	margin-top: 40px;
	border-radius: 5px;
	background-color: #004585;
}

.service-details-sidebar .appointment-form h4 {
	font-size: 25px;
	font-weight: 800;
	color: #fff;
	margin: -5px 0 23px;
	text-align: center;
}

.service-details-sidebar .appointment-form form input {
	width: 100%;
	border: 1px solid #ddd;
	background: #004585;
	height: 50px;
	padding: 0 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #fff;
}

.service-details-sidebar .appointment-form form input::-webkit-input-placeholder {
	color: #fff;
}

.service-details-sidebar .appointment-form form input:-ms-input-placeholder {
	color: #fff;
}

.service-details-sidebar .appointment-form form input::-ms-input-placeholder {
	color: #fff;
}

.service-details-sidebar .appointment-form form input::placeholder {
	color: #fff;
}

.service-details-sidebar .appointment-form form button {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 5px;
	background: #fff;
	color: #222;
	font-weight: 600;
	outline: none;
}

.service-details-text-wrap {
	padding-left: 30px;
}

.service-details-img {
	margin-bottom: 30px;
}

.service-details-text-wrap h2 {
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 15px;
}

.service-details-text-wrap article {
	padding-bottom: 30px;
}

.service-details-item-box {
	padding: 40px 30px;
	border: 2px solid #e3e3e5;
}

.service-details-innerbox {
	margin: 30px 0px;
}

.service-details-item-box h3 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px;
}

.service-details-img img {
	width: 100%;
	height: auto;
}

.team-details-section {
	padding: 100px 0px;
}

.pr-team-details-content {
	box-shadow: 0px 8px 16px 0px rgba(82, 122, 187, 0.1);
}

.pr-team-details-text {
	padding: 100px 80px 40px;
}

.pr-team-details-text .title-tag {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.pr-team-details-text h3 {
	font-size: 24px;
	font-weight: 700;
	color: #062265;
	padding: 10px 0px;
}

.pr-team-details-text p {
	font-size: 18px;
	padding-bottom: 30px;
}

.pr-team-details-text ul li {
	margin-bottom: 20px;
}

.pr-team-details-text ul li i {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	border-radius: 100%;
	background-color: #ffb100;
}

.pr-team-details-text ul li span {
	font-size: 18px;
	font-weight: 600;
}

.fas.fa-angle-double-right {
	float: right;
	margin-top: 4px;
}

