body {
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: var(--bg-1);
}
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{
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a,
button {
	outline: medium none;
	border-radius: 0;
	border: none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', sans-serif;
	font-weight: normal;
	color: var(--white-colur);
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 45px;
}
h3 {
	font-size: 38px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: var(--white-colur);
	margin-bottom: 15px;
	text-transform: capitalize;
}
label {
	color: var(--white-colur);
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--button2-colur);
	color: var(--white-colur);
	text-shadow: none;
}
::-moz-selection {
	background: var(--button2-colur);
	color: var(--white-colur);
	text-shadow: none;
}
::selection {
	background: var(--button2-colur);
	color: var(--white-colur);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--white-colur);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
*::placeholder {
	color: var(--white-colur);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
/* scrollUp */
#scrollUp {
	height: 35px;
	width: 35px;
	right: 16px;
	bottom: 77px;
	color: var(--white-colur);
	font-size: 15px;
	text-align: center;
	border-radius: 50%;
	line-height: 34px;
	transition: all .3s;
	border: 2px solid var(--white-colur);
}
#scrollUp:hover {
	background: var(--button2-colur);
}
/*button default*/
.f-btn {
	padding: 15px 30px;
	display: inline-block;
	border-radius: 20px;
	background: var(--button2-colur);
	color: var(--white-colur);
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.f-btn:hover{
	color: var(--white-colur);
}
.f-btn::before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	background: var(--bg-1);
	top: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: all .3s;
	z-index: -2;
}
.f-btn:hover::before{
	transform: scaleX(1);
}
/*defult-padding*/
.ptb{
	padding-top: 80px;
	padding-bottom: 60px;
}
/*defult-colur*/
:root {
	--bg-1: #3f444e;
	--button2-colur:#2d9ff3;
	--white-colur:#ffff;
	--black-color:#130f49;
	--section-bg:#77777712;
	--single:#2d343eb8;
	--overly:#2d9ff3b0;
	--black:#333;
}
/*page-preloader-start*/
#preloader{
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: url(../image/preloader.gif) no-repeat;
    background-size: cover;
    background-position: center;
    background-size: 20%;
    background-color: #fff;
}


.header_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
}





/*==============menu-area-start===============*/
.header-menu-area {
	padding: 20px 0px;
}
.mean-menu ul{
	float: right;
}
.mean-menu ul li {
	display: inline-block;
	margin-left: 40px;
}
.mean-menu ul li:first-child {
	margin-left: 0;
}
.mean-menu ul li a {
	color: var(--white-colur);
	font-size: 18px;
	text-transform: capitalize;
	padding-bottom: 5px;
}
.header-middle.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	z-index: 999;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	background: var(--button2-colur);
}
.mean-menu ul li.current > a {
	border-bottom: 2px solid;
}
/*==============menu-area-end===============*/
/*==============hero-area-start===============*/
.hero-left img {
	width: 100%;
}
.white-title {
	color: var(--white-colur);
}
.white-title span {
	color: var(--);
	background: var(--button2-colur);
	padding: 7px 12px;
	border-radius: 20px 20px 20px 0px;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
}
.white-title h2 {
	font-weight: 700;
	text-transform: capitalize;
}
.white-title h4 {
	text-transform: capitalize;
	font-weight: 500;
}
.white-info span {
	display: block;
	line-height: 35px;
	color: var(--white-colur);
	font-size: 16px;
}
.white-info i {
	margin-right: 10px;
	color: var(--white-colur);
	font-size: 14px;
}
.white-social ul li {
	display: inline-block;
	margin-right: 10px;
}
.white-social ul li a {
	height: 45px;
	width: 45px;
	border: 1px solid var(--white-colur);
	display: block;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	transition: all .3s;
}
.white-social ul li a:hover{
	background: var(--button2-colur);
	border: 1px solid transparent;
}
.white-social ul li a i{
	color: var(--white-colur);
	transition: all .3s;
}
.white-social ul li a:hover i{
	font-size: 25px;
}
.about-white a {
	margin-top: 20px;
}
/*==============hero-area-end===============*/
/*==============about me-area-start===============*/
.about-white h3 {
	text-transform: capitalize;
	color: var(--white-colur);
	margin-bottom: 15px;
}
.single-service {
margin-top: 40px;
}
.details {
	padding: 60px;
	background: var(--single);
	position: relative;
}
.details span {
	position: absolute;
	top: -35px;
	left: 20%;
	height: 70px;
	width: 70px;
	background: var(--button2-colur);
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: var(--white-colur);
	font-size: 25px;
}
.total-slide .owl-nav div {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: var(--white-colur);
	position: absolute;
	transform: translatey(-50%);
	border-radius: 50%;
	transition: .3s;
	border: 2px solid var(--white-colur);
	top: 50%;
}
.total-slide .owl-nav div:hover{
	background: var(--button2-colur);
	border: 2px solid transparent;
} 
.total-slide .owl-nav .owl-next {
	right: -38px;
}
.total-slide .owl-nav .owl-prev {
	left: -38px;
}
/*==============about me-area-end===============*/
/*==============my-skills-area-start===============*/
.skill-knob {
	color: #ffff !important;
}
.skill-item h4 {
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 20px;
}
/*==============my-skills-area-end===============*/
/*==============my-education-area-start===============*/
.single-education {
	padding: 40px;
	background: var(--single);
	height: 100%;
}
.single-education span.year {
	color: var(--button2-colur);
	font-weight: 500;
}
.single-education span {
	color: var(--white-colur);
	margin-bottom: 15px;
	display: inline-block;
}
/*==============my-education-area-end===============*/
/*==============my-portfolio-area-start===============*/
.filter {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 5px;
	border: 2px solid var(--white-colur);
	color: var(--white-colur);
	cursor: pointer;
}
.filter.active {
	background: var(--button2-colur);
	border: 2px solid transparent;
}
.portfolio_item .mix{
	display: none;
}
.portfolio-img {
	position: relative;
}
.portfolio-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--overly);
	border-radius: 20px;
	transform: scale(0);
	transition: all .3s;
}
.portfolio-img:hover::before{
	transform: scale(1);
}
.portfolio-img img {
	border-radius: 20px;
}
.hover-link {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-70%);
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}
.portfolio-img:hover .hover-link{
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	visibility: visible;
}
.inner-title ul li a {
	padding: 13px 20px;
	display: inline-block;
	background: var(--white-colur);
	color: var(--black);
	border-radius: 50px;
	transition: all .3s;
}
.inner-title ul li a:hover{
	background: var(--button2-colur);
	color: var(--white-colur);
}
.modal-content {
	padding: 20px;
	background: var(--bg-1);
	border-radius: 20px;
}
.modal-body img {
	border-radius: 20px;
	margin-bottom: 30px;
}
.modal-dialog {
	pointer-events: auto;
}
.modal-body ul li {
	color: var(--white-colur);
	font-size: 14px;
}
.modal-body ul li label {
	margin-right: 10px;
}
.modal-body ul li a{
	color: var(--button2-colur);
	font-size: 14px;
}
/*==============my-portfolio-area-end===============*/
/*==============pricing-area-start===============*/
.single-pricing {
	padding: 30px;
	background: var(--single);
	padding-top: 0;
	height: 100%;
}
.amount p {
	font-size: 18px;
	margin: 0;
}
.amount h2 {
	font-weight: 700;
	margin-bottom: 15px;
}
.amount span {
	font-size: 18px;
	font-weight: 500;
}
.amount {
	margin: 30px 0px;
	margin-top: 0;
}
.pr-label {
	border-radius: 0px 0px 0px 10px;
	background: var(--button2-colur);
	padding: 3px 23px;
	color: var(--white-colur);
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
}
.pricing-content ul li {
	color: var(--white-colur);
	margin-bottom: 10px;
}
.pricing-content ul {
	margin-bottom: 25px;
}
.pricing-content a{
	font-size: 16px;
}
/*==============pricing-area-end===============*/
/*==============latest-news-area-start===============*/
.single-latest {
	padding: 20px;
	background: var(--single);
	border-radius: 10px;
	height: 100%;
}
.latest-img{
	position: relative;
	overflow: hidden;
}
.latest-img img {
	border-radius: 10px;
	transition: all .3s;
	transform: scale(1);
	transform-origin: center;
}
.latest-img:hover img {
	transform: scale(1.1);
}
.news-date span {
	background: var(--button2-colur);
	padding: 7px 16px;
	border-radius: 0px 16px 16px 0px;
	color: var(--white-colur);
}
.news-date {
	position: absolute;
	bottom: 10%;
	left: 0;
}
.news-content a {
	font-size: 22px;
	color: var(--button2-colur);
	font-weight: 600;
}
.news-content p {
	margin: 0;
}
.news-content {
	margin: 25px 0px;
}
/*==============latest-news-area-end===============*/
/*==============Testimonial-area-start===============*/
.Review-content{
	background: var(--single);
	padding: 20px 30px;
}
.Clients-img {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.Clients-img img{
	border-radius: 50%;
}
.Feedback {
	overflow: hidden;
}
.Feedback i {
	color: #f0a500;
}
.name {
	display: block;
	color: var(--white-colur);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
/*==============Testimonial-area-end===============*/
/*==============contact-area-start===============*/
.form-control {
	background: var(--single);
	border: none;
	margin-bottom: 20px;
	padding: 15px 15px;
	border-radius: 39px;
}
.form-control:focus {
	border: none;
	box-shadow: none;
}
.massage-fild {
	border: none;
	border-radius: 11px;
	min-height: 180px;
	height: 180px;
}
/*==============contact-area-end===============*/
/*==============map-area-start===============*/
.map iframe {
	width: 100%;
	min-height: 400px;
	height: 400px;
}
.map-content {
	background: var(--single);
	height: 400px;
	padding: 123px 65px;
}
/*==============map-area-end===============*/
/*==============footer-area-start===============*/
.footer-menu ul {
	text-align: center;
}
.footer-menu ul li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu ul li a {
	color: var(--button2-colur);
	padding-bottom: 10px;
}
.footer-menu ul li a:hover{
	border-bottom: 2px solid var(--button2-colur);
}
/*==============footer-area-end===============*/
