@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
:root {
	--primary-font: 'Quicksand', sans-serif;
	--primary-p-font: 'Quicksand', sans-serif;
	--h1-font: 'Quicksand', sans-serif;
	--h1-size: 4.5rem;
	--h1-weight: 900;
	--margin-b: 30px;
	--margin-zero: 0px;
	--h2-size: 2.2rem;
	--margin-10: 10px;
	--h2-weight: 600;
	--p-size: 15px;
	--black: #000000;
    --theme-white: #FDFDFD;
    --body-gray: #252525;
    --romance: #717171;
	--p-weight: 300;
	--primary-font-size: 1.3rem;
	--text--margin: 1.5rem 0;
	--header-bg-color: #f5f5f5;
	--nav-item-color: #2f323a;
	--hero-bg-color: #111111;
	--hero-secondary-bg-color: #161616;
	--primary-color: #144F89;
	--white-color: #fff;
	--black-color: #191919;
	--dark-grey-color: #191919;
	--primary-t-color: #2f323a;
	--secondary-t-color: #f5f5f5;
	--primary-p-color: #888;
	--primary-b-color: #f5f5f5;
	--primary-l-color: rgba(0, 0, 0, 0.25);
	--secondary-l-color:rgb(153 149 149 / 93%);
	--valid-color: #007a4d;
	--invalid-color: #e34f4f;
	--primary-bg-color: #f5f5f5;
	--primary-bg-color-2: #eeeeee;
	--primary-bg-color-3: #e5e5e5;
	--secondary-bg-color: #030302;
	--secondary-bg-color-2: #111111;
	--secondary-bg-color-3: #191919;
	--card-bg-color: #f5f5f5;
	--footer-bg-color: #000000;
	--gradient-color: rgb(0 0 0 / 85%);
	--section-1-bg-color: #fff;
	--section-2-bg-color: #F7F7F7;
}

html, body {
	scroll-behavior: smooth;
	font-family: var(--primary-p-font);
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.fix {
	overflow: hidden;
}
a, .button {
	transition: all 0.3s ease-out 0s;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input, textarea, select {
	width: 100%;
	height: 43.48px;
	background: no-repeat;
	box-shadow: none;
	padding: 0.7rem 1rem;
	border-color: var(--primary-l-color);
	border-width: 1px;
	border-radius: 2px;
	color:#fff;
}
input:focus, textarea:focus, select:focus {
	background: no-repeat;
	color: #fff! important;
	outline: none;
	border-color: inherit;
	box-shadow: none;
}
input {
	border: 2px solid var(--white-color);
}
input:focus {
	border: 2px solid var(--white-color);

}
.form-control:focus {
	color: #fff;
	background-color: rgb(255, 255, 255);
	border-color: var(--primary-color);
	outline: 0px;
	box-shadow: rgba(198, 156, 109, 0) 0px 0px 0px 0.2rem !important;
}
input[type="radio"] {
	height: initial;
}
input[type="submit"] {
	border: 1px solid;
	padding: 2.5px 10px;
	display: block;
	width: fit-content;
	max-width: 200px;
	text-align: center;
	color: var(--primary-color);
}
input[type="submit"]:hover {
	background-color: var(--primary-color);
	color: var(--primary-b-color);
	border-color: var(--primary-color);
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
textarea {
	height: 200px;
	resize: none;
	border: 2px solid var(--white-color);
}
textarea:focus {
	border: 2px solid var(--white-color);
	color: var(--white-color);
}
input:focus{
color:#fff! important;
}

select {
	appearance: none;
	text-indent: 1px;
	line-height: 1.2;
	border-color: var(--primary-l-color);
	color: var(--primary-t-color);
}
select:focus {
	border-color: var(--primary-t-color);
	color: var(--primary-t-color);
}
select option {
	color: rgb(47, 50, 58);
}
.n_hover a:hover {
     color: #6c757d; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	margin-bottom: 0.5rem;
	font-size: var(--h1-size);
	font-weight: var(--h1-weight);
	line-height: 1.2;
	letter-spacing: 2px;
	font-family: var(--h1-font);
	color: var(--primary-color);
	overflow-wrap: break-word;
}
h2 {
	margin: 1rem 0px;
	font-size: var(--h2-size);
	font-weight: var(--h2-weight);
	line-height: 1.2;
	font-family: var(--primary-font);
	color: var(--primary-t-color);
	overflow-wrap: break-word;
	position: relative;
}
h3 {
	margin: 1rem 0px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--primary-font);
	color: var(--primary-t-color);
	overflow-wrap: break-word;
}
h4 {
	margin: 1rem 0px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	font-family: var(--primary-font);
	color: var(--primary-t-color);
	overflow-wrap: break-word;
}
h5 {
	margin: 1rem 0px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	font-family: var(--primary-font);
	color: var(--primary-t-color);
	overflow-wrap: break-word;
}
h6 {
	margin: 1.5rem 0px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--primary-font);
	color: var(--primary-t-color);
	overflow-wrap: break-word;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0.5rem 0px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
p {
	/* color: var(--primary-p-color); */
	margin: 0.5rem 0px;
	font-size: var(--p-size);
	font-weight: var(--p-weight);
	line-height: 1.7;
	font-family: var(--primary-p-font);
}
span {
	font-size: var(--p-size);
	font-weight: var(--p-weight);
}
hr {
	border-bottom: 1px solid rgb(236, 239, 248);
	border-top: 0px none;
	margin: 30px 0px;
	padding: 0px;
}
label {
	color: rgb(126, 126, 126);
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
::selection {
	background: rgb(68, 68, 68);
	color: rgb(255, 255, 255);
	text-shadow: none;
}
input::placeholder {
	font-family: var(--primary-font);
	color: var(--white-color) !important;

}
::placeholder:focus {
	font-family: var(--primary-font);
	color: var(--white-color) !important;

}

textarea::placeholder {
	font-family: var(--primary-font);
	color: var(--white-color) !important;
}
.theme-overlay {
	position: relative;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.theme-overlay::before {
	background: none 0px 0px repeat scroll rgb(22, 150, 231);
	content: "";
	height: 100%;
	left: 0px;
	opacity: 0.6;
	position: absolute;
	top: 0px;
	width: 100%;
}
.separator {
	border-top: 1px solid rgb(242, 242, 242);
}
.btn {
	background: transparent;
	border: medium none;
	border-radius: 2px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0px;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.breadcrumb>.active {
	color: rgb(136, 136, 136);
}
.owl-carousel .owl-nav div {
	background: none 0px 0px repeat scroll rgba(255, 255, 255, 0.8);
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: rgb(43, 150, 204);
	color: rgb(255, 255, 255);
}
/*----------- Header Section ------------*/
.navbar {
	width: 100%;
	z-index: 999;
	padding: 30px 0px;
	font-family: Ubuntu, sans-serif;
	transition: all 0.3s ease 0s;
}
.header__sticky {
	position: fixed;
	z-index: 9999;
	left: 0px;
	right: 0px;
}
a.menu-btn.tab.active {
	color: var(--primary-color);
}
nav.navbar.header__sticky.sticky {
	background-color: var(--section-1-bg-color);
	padding: 1rem 0px;
	box-shadow: 0px -28px 23px 17px;
}
.menu li a::after {
	position: absolute;
	content: "";
	background: #596066;/*var(--primary-color);*/
	width: 0px;
	height: 2px;
	left: 0px;
	bottom: -5px;
	transition: all 0.5s ease 0s;
}
section#work {
    padding-top: 170px;
}
section#resume {
    padding-top: 170px;
}

.menu-btn i {
	color:var(--header-bg-color);
}
.navbar .menu li a:hover::after {
	width: 100%;
}
.navbar .max-width {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar .logo a {
	color: rgb(255, 255, 255);
	font-size: 35px;
	font-weight: 600;
}
.logo h2 {
	color: var(--black-color);
}
.logo a{
	text-decoration: none;
}
.logo h2 b {
	color: var(--primary-color);
}
.navbar .logo a span {
	color: var(--theme--bg-color);
	transition: all 0.3s ease 0s;
}
.sticky .menu li a{
	color:var(--black-color);
}
.sticky .logo h2{
	color: var(--black-color);
}
.navbar.sticky .logo a span {
	color: rgb(255, 255, 255);
}
.sticky .menu-btn i {
	color: var(--black-color);
}
.navbar .menu li {
	list-style: none;
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
.navbar i {
    color: var(--white-color);
}
i.fa-solid.fa-bars.active{
	color: var(--white-color);
}
.navbar .menu li a {
	display: block;
	font-size: 20px;
	transition: color 0.3s ease 0s;
	text-decoration: none;
	font-weight: var(--h2-weight);
	font-family: var(--primary-font);
	position: relative;
}
.navbar .menu li a:hover {
	color:#596066; /*var(--theme--bg-color);*/
}
.navbar.sticky .menu li a:hover {
	color: rgb(255, 255, 255);
}
.menu li a:hover {
	color: #596066!important;/*var(--primary-color) !important;*/
}
.menu-btn {
	color: rgb(255, 255, 255);
	font-size: 23px;
	cursor: pointer;
	display: none;
}
.fa-x:before {
    content: "\58";
}
.scroll-up-btn:hover {
	filter: brightness(90%);
}
@media (max-width: 992px) {
	.menu-btn {
		display: block;
		z-index: 999;
   }

	.menu-btn i.active::before {
		content: "\58";
   }
	.navbar .menu {
		position: fixed;
		height: 100vh;
		width: 100%;
		left: -100%;
		top: 0px;
		background: rgb(17, 17, 17);
		text-align: center;
		padding-top: 80px;
		transition: all 0.3s ease 0s;
   }
	.navbar .menu.active {
		left: 0px;
   }
	.navbar .menu li {
		display: block;
   }
	.navbar .menu li a {
		display: inline-block;
		margin: 15px 0px;
		font-size: 25px;
		color: var(--white-color) !important;
   }
}
.hero {
	position: relative;
}
.hero__header {
	position: absolute;
	inset: 0px;
}
.hero::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0px;
}
span.typed__text {
	color: var(--primary-color);
	font-size: 3rem;
	font-weight: 600;
	font-family: var(--primary-font);
}
span.typed-cursor {
	color: var(--primary-color);
}
.header__area__box h2 {
	font-size: 3rem;
	font-weight: 700;
	color: var(--white-color);
}
.header__area__box h3 {
	font-size: 2rem;
	font-weight: 700;
	color: var(--white-color);
}
.background__image {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.section__padding{
	padding-bottom: 100px;
	padding-top: 100px;
}
.header__area__box h4 {
	color: var(--black-color);
	font-weight: 300;
	font-size: var(--h2-size);
}
.header__social__icon a i {
	font-size: 15px;
	color: var(--primary-color);
	margin-left: 20px;
	transition: all 0.5s;
}
.about__box__img img {
    border-radius: 10px;
	margin-bottom: 20px;
}
nav.navbar.header__sticky .logo h2 {
    color: var(--white-color);
}
nav.navbar.header__sticky .navbar .menu li a{
	color: var(--white-color);
}
nav.navbar.header__sticky.sticky .logo h2 {
    color: var(--black-color);
}
.header__social__icon a i:hover {
	color: var(--primary-color);
}
/*-------- About Section -------*/
.about {
	background-color: var(--section-1-bg-color);
	position: relative;
	z-index: 2;
}

.section__title h2 {
	font-weight: 600;
	font-size: 35px;
	text-transform: uppercase;
}

.home__box img {
	border-radius: 10px;
	margin-bottom: 20px;
}
.home__box p {
    font-size: 20px;
    line-height: 40px;
	text-align: justify;
}
.about__img img {
    width: 40% !important;
    float: right;
    height: 250px;
    padding-left: 20px;
    margin-top: 25px;
}
.about__box__img img {
    height: 250px;
}
.about__img img {
    border-radius: 10px;
}
.about__box p {
    font-size: 20px;
	line-height: 40px;

	text-align: justify;
}
.main__btn a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	border: 2px solid var(--primary-color);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-radius: 50px;
	color: var(--primary-color);
	padding: 15px 30px;
}
.main__btn a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	border-radius: 50px;
	padding: 15px 30px;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.main__btn a:hover, .main__btn a:focus, .main__btn a:active {
	color: white;
}
.main__btn a:hover:before, .main__btn a:focus:before, .main__btn a:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}



/* header button*/
.header-buttom {
    background: #596066;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
	position: relative;
    top: -45px;
}
.header-buttom h4{
	color: var(--white-color);
	text-align: center;
	font-size: 20px;
}
button.send_button {
    position: relative;
    left: 15%;
}
/* About Section*/
.meist__services .icon i {
    font-size: 35px;
	color: var(--primary-color);
}

.meist__services {
    text-align: center;
	margin-bottom: 30px;
}

.meist__services h4 {
    font-size: 25px;
}

.meist__services p {
    font-size: 21px;
    font-weight: 500;
}
.meist__footer h3{
	font-weight: bold;
	margin: 50px 0px;
}

/*Services Section Strat */
.teenused__box{
	background: #596066;
	padding: 10px 0px;
}
.teenused__box h3{
	font-weight: bold;
	text-align: center;
	color: var(--white-color);
}
.teenused__title h5{
	color: var(--romance);
	text-align: center;
}
.services_wrapper
{	padding: 20px;
	/*text-align: center;*/
	margin-bottom: 30px;
}
.services_wrapper img{
	margin-bottom: 20px;
}
.services_wrapper span {
    color: #596066;
    font-weight: 700;
	line-height: 30px;
	font-size: 20px;
}



/*Images Section End */
.galery{
	background: linear-gradient(to right, var(--body-gray)15%, var(--body-gray) 25.12%);
}
.galery__title h3{
	color: var(--white-color);
}
img.w-100.responsive {
    height: 252px;
}
.galery_img{
	margin-bottom: 30px;
}


/*Contact Section*/

.contact{
	background: linear-gradient(to right, var(--body-gray)15%, var(--body-gray) 25.12%);
}
button.btn {
    background: var(--primary-color);
    color: var(--white-color) !important;
    border-radius: 10px;
}
.contact__info .icon i {
    background: #596066;
    padding: 26px;
    border-radius: 50px;
    color: white;
    font-size: 27px;
}

.media-body h6 {
    margin-top: -10px;
	font-size: 17px;
	color:var(--white-color)
}

.media-body h5 {
    margin-top: 9px !important;
	font-size: 17px;
	color:var(--white-color)
}

.media-body {
    margin-left: 10px;
}
.contact__footer h6 {
	margin: 0.5rem 0px;
    color: var(--white-color);
}
span.service {
    font-size: 25px;
    font-weight: 500;
    color: var(--white-color);
}
.footer {
	background-color: #596066;
}
.footer P{
	color: var(--white-color);
	font-size: 15px;
	font-weight: 400;
}