@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");

.home-about {
	height: 100vh;
	position: relative;
}

.video {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6);
}

.logo {
	margin-top: 15px;
}

.landing-content {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	padding-bottom: 2.5%;
	color: #fff;
	padding-left: 6.8%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.5354516806722689) 56%,
		rgba(0, 0, 0, 0) 100%
	);
}

.play-btn {
	content: url(../../Assets/images/videoicon.svg);
	height: 20px;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	display: flex;
	margin-right: 19px;
	transition: content 1s;
}

.nav-link-sub {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	text-align: center;
	letter-spacing: 0.74px;
	color: #fff;
	opacity: 0.7;
	font-weight: 100;
	text-transform: uppercase;
	/* padding-left: 80px; */
	font-size: 12px;
	margin-left: 2%;
	margin-top: 2%;
	padding-bottom: 1%;
	text-decoration: none;

	position: obsolute;
}

.headers {
	position: fixed;
	z-index: 100;
	display: none;
	height: 100%;
	top: 0;
}

.header-list {
	color: #fff;
	background-color: #181818;
	width: 100%;
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
}

.header-icon {
	right: 50 !important;
	top: 24;
	position: absolute;
}

.menu-list {
	list-style: none;
	margin-top: 70px;
	/* justify-content: flex-end;
      align-items: right;
      position:absolute;
      right: 100; */
	float: right;
	margin-right: 100px;
}

.menu-list > li > a::before {
	content: url(../../../Assets/images/circle.svg);
	font-size: 17px;
	fill: #fff;
	margin: 0;
	color: #fff;
	opacity: 0;
}

.menu-list > li > a:hover::before {
	margin-right: 24px;
	opacity: 1;
	transition: all 1s;
}

.menu-list > li > a:hover {
	color: #fff;
	margin: 0;
}

.menu-list > li > a {
	font-size: 20px;
	color: #585858;
	margin-left: -20px;
	transition: margin 1s;
}

.menu-list {
	width: 200px;
}

.menu-list > p {
}

.menu-list {
	height: 830px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.menu-list > li {
	margin-top: 60px;
}

.social-container-icons > img {
	margin-right: 20px;
}

* {
	box-sizing: border-box;
}

.togg {
	position: fixed;
	z-index: 100;
	right: 0;
	animation: togg 1s linear;
	width: 50px;
	margin-top: 20px;
	margin-right: 118px;
	transition: all 2s;
}

@keyframes togg {
	0% {
		transform: translateX(200px);
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	70% {
		transform: translateX(0px);
		opacity: 1;
	}
}

#togg {
	display: none;

	transition: all 0.5s;
}

.nav-link-sub:hover {
	color: #fff;
	opacity: 1;
}

.play-btn:hover {
	content: url(../../Assets/images/videoicon2.svg);
}

.landing-content h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 3.125em;
}

.we-call {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	color: #d8d4ed;
	letter-spacing: 1.5px;
	font-size: 1.3rem;
	width: 40%;
	padding-bottom: 20%;
}

.overlay-inner {
	display: flex;
}

.notification-container > div > p {
	font-weight: 800;
	height: 51px;
	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

.overlay-inner button {
	color: #fff;
	background: transparent;
	width: 200px;
	height: 60px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	letter-spacing: 00.74px;
	font-weight: 500;
}

.overlay-inner button:hover {
	background-color: #fff;
	color: #000;
}

/* header */

/* 
  .logo {
      width: 96px;
      filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
  } */
.navbar-brand {
	display: flex;
	flex-direction: column;
}

.navbar-brand > img:nth-child(2) {
	margin-top: 10px;
	opacity: 0;
	transition: all 0.6s;
}

.navbar-brand > img:hover + img:nth-child(2) {
	opacity: 1;
	transform: scale(1.1);
}

.ca {
	border-right: none;
}

.active {
	border-bottom: 2px solid #0751bf;
	opacity: 1;
}

link {
	color: #fff;
}

.navbar-collapse {
	justify-content: center;
}

.navbar-brand {
}

/* section-1 */
.about-section-one {
	height: 40vh;
	background: #1d1f22 0% 0% no-repeat padding-box;
	opacity: 1;
}

@keyframes scroll {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	30% {
		transform: translateY(60px);
		opacity: 0.5;
	}
}

svg #wheel {
	animation: scroll ease 2s infinite;
}

*::before,
*::after {
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

.icon-scroll,
.icon-scroll:before {
	position: relative;
	left: 50%;
}

.icon-scroll {
	width: 20px;
	height: 30px;
	margin-left: -20px;
	bottom: 50px;
	margin-top: -35px;
	z-index: 4;
	border-radius: 25px;
	position: absolute;
	display: none;
}

.social-platform {
	text-align: center;
}

.social-platform > p {
	font-size: 10px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

.search-bar {
	width: 100%;
	height: 60px;
	background: #f5f5f5 0% 0% no-repeat padding-box;
	border-radius: 11px;
	border: none;
}

.search-bar {
	position: relative;
	padding-left: 50px;
	margin-left: 20px;
	margin-top: 34px;
}

.sidebar > img {
	position: absolute;
	z-index: 1;
	padding-top: 18px;
	padding-left: 15px;
	margin-left: 20px;
	margin-top: 34px;
}

.techtalk {
	width: 100%;
	background: #1c202b 0% 0% no-repeat padding-box;
	border-radius: 9px;
	opacity: 1;
}

.sidebar-title {
	font-size: 12px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-top: 30px;
}

.batch {
	width: 30px;
	height: 30px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 16px;
	opacity: 1;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.techtalk > .container {
	justify-content: space-between;
	padding-top: 20px;
}

.techtalk > .container > p {
	font-size: 14px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;
	font-weight: 600;
}
.techtalk > .container > p:nth-child(2) {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	padding: 5px 9px;
	border-radius: 50%;
}
.social-platform > img {
	padding-bottom: 10px;
}

.followers {
	margin-top: -10px;
	text-align: center;
}

.blogs-section {
	background-color: #fff;
}

.left-container {
	margin-left: 7.5%;
	margin-right: 7.5%;
}

.blogs-section h1 {
	width: 221px;
	padding-top: 61px;

	font-size: 30px;
	font-family: "Poppins", sans-serif;
	text-align: left;
	letter-spacing: 0.4px;
	color: #050505;
	text-transform: capitalize;
	opacity: 1;
}

.sep {
	font-size: 10px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.what-makes > div > span {
	width: 90px;
	height: 16px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
}

.what-makes > h5 {
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 26px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 2.6px;
	color: #050505;
	text-transform: uppercase;
	opacity: 1;
}

.what-makes > P {
	width: 500px;

	font-size: 18px;
	text-align: left;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
}

.zoom-container {
	width: 90%;
	height: 354px;

	overflow: hidden;
	margin-top: 118px;
	object-fit: contain;
}

.zoom-container img {
	transition: all 0.5s;
	height: 100%;
	width: 100%;
	aspect-ratio: 1/4;
}

.zoom-container:hover img {
	transform: scale(1.2);
}

.connect {
	width: 131px;
	height: 36px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	opacity: 1;
	background: transparent;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}

.connect:hover {
	background-color: #fff;
	color: #000;
}

.learn-more {
	color: #0751bf;
}

.learn-more > img {
	transform: rotate(180deg);
	transition: all 1s;
}

.learn-more > img:hover {
	translate: 10px;
}

.div-8 {
	margin-top: 30px;
	background: #f6f5ee 0% 0% no-repeat padding-box;
	position: relative;
}

.header {
	background: rgba(0, 0, 0, 0.9);
}

.career > button {
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	width: 221px;
	height: 69px;
	letter-spacing: 1.62px;
	color: #1d1f22;
	text-transform: uppercase;
	opacity: 1;
}

.career > button:hover {
	background: #1d1f22 0% 0% no-repeat padding-box;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	color: #fff;
}

.car > div {
	letter-spacing: 0.32px;
	color: #050505;
	opacity: 1;
	font-size: 32px;
	text-align: left;
	font-family: "Poppins", sans-serif;
}

.car > p {
	letter-spacing: 0px;
	color: #6a6a6a;
	opacity: 1;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	width: 60%;
}

.footer {
	position: relative;
	height: 50vh;
	background-color: #000;
}

@media only screen and (max-width: 1024px) {
	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px;
	}

	.menu-list > li {
		margin-top: 25px;
	}

	.connect-a {
		display: none;
	}

	.icon-scroll {
		display: none;
	}

	.home-about {
		height: 100vh;
	}

	.landing-content {
		margin-top: 45%;
	}

	.pip-component {
		display: none;
	}

	.pip-titles {
		display: none;
	}

	.landing-content > h2 {
		font-size: 30px;
	}

	.we-call {
		font-size: 18px;
		width: 100%;
	}

	.sidebar {
		display: none;
	}

	.blogs-section {
		margin-left: 4%;
	}

	.row > * {
		padding-left: 20px;
	}

	.what-makes > P {
		width: 300px;
	}

	.nav {
		height: 80px !important;
	}

	.nav-link-sub {
		display: block;
		margin-top: 30px;
		margin-bottom: auto;
		padding-bottom: 30px;
		margin-right: 30px;
	}

	/* .about-section-three>.row>.col>p{
      text-align: center;
  
    } */
}

.headers {
	position: fixed;
	z-index: 100;
	display: none;
}

.header-list {
	color: #fff;
	background-color: #181818;
	width: 100%;
	height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
}

.header-icon {
	right: 50 !important;
	top: 24;
	position: absolute;
}

.menu-list {
	list-style: none;
	margin-top: 70px;
	/* justify-content: flex-end;
        align-items: right;
        position:absolute;
        right: 100; */
	float: right;
	margin-right: 100px;
}

.menu-list > li > a::before {
	content: url(../../Assets/images/circle.svg);
	font-size: 17px;
	fill: #fff;
	margin: 0;
	color: #fff;
	opacity: 0;
}

.menu-list > li > a:hover::before {
	margin-right: 24px;
	opacity: 1;
	transition: all 1s;
}

.menu-list > li > a:hover {
	color: #fff;
	margin: 0;
}

.menu-list > li > a {
	font-size: 20px;
	color: #585858;
	margin-left: -20px;
	transition: margin 1s;
}

.menu-list {
	width: 200px;
}

.menu-list > p {
}

.menu-list {
	height: 830px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

.menu-list > li {
	margin-top: 60px;
}

.social-container-icons > img {
	margin-right: 20px;
}

* {
	box-sizing: border-box;
}

@media (-webkit-device-pixel-ratio: 1.5) {
	.navbar {
		height: 70px;
	}

	.nav-link {
		font-size: 8px;
		padding-bottom: 25px;
		margin-top: 40px;
	}

	.nav-link-sub {
		font-size: 12px;
		padding-bottom: 10px;
		margin-top: 25px;
	}

	.navbar {
		margin-left: 0px !important;
		padding-left: 6%;
	}

	.connect {
		width: 100px;
		height: 30px;
		font-size: 8px;
	}

	.nav {
		height: 60px !important;
	}

	.navbar-brand {
		width: 60px;
	}

	.landing-content {
		padding-bottom: 30px;
		width: 100%;
	}

	.landing-content > h2 {
		font-size: 30px;
	}

	.togg {
		width: 50px;
	}

	.we-call {
		font-size: 14px;
		width: 40%;
		padding-top: 00px;
		padding-bottom: 15px !important;
	}

	.section-three {
		height: 120vh;
	}

	.pip-component {
		margin-top: 8px;
	}

	.icon-scroll {
		display: none;
	}

	.menu-list > li > a {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		height: 10px;
		margin-top: 10px;
	}

	.menu-list > li {
		margin-top: 25px;
	}
}

@media (-webkit-device-pixel-ratio: 2) {
	.icon-scroll {
		display: none;
	}

	.landing-content {
		padding-bottom: 20px;
	}

	.navbar {
		height: 85px;
	}

	.nav-link {
		font-size: 12px;
		padding-bottom: 28px;
	}

	.connect {
		width: 110px;
		height: 40px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.navbar-brand {
		width: 70px;
	}
}

.header-icon {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 115px;
	margin-top: 20px;
}

.header-icon:hover {
	background-color: #000;
}

@media screen and (max-width: 1024px) {
	.header-icon {
		margin: 30px;
	}
}

@media (-webkit-device-pixel-ratio: 2) {
	.Navbar_links {
		/* width: 48% !important; */
	}
	.we-call {
		font-size: 16px;
		width: 40%;
		padding-top: 00px;
		padding-bottom: 15px !important;
	}

	.landing-content > h2 {
		font-size: 40px;
	}
}

@media screen and (width: 1366px) {
}

@media screen and (width: 1536px) {
}

.profile-picture {
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

.profile_section {
}

.profile_section p {
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
	margin-top: auto;
	margin-bottom: auto;
}
.Blog_para > h1 {
	font-size: 18px;
	margin-top: 2%;
	color: #000;
}
.Blog_para p {
	width: 80%;
	text-align: justify;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
}
.Blog_para img {
	width: 80%;
}
.Blog_para {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0px;
	color: #484848;
	opacity: 1;
}
.key_points {
	padding: 2% 5%;
	background-color: aliceblue;
}

.foot_of_page {
	background-color: #f8f8f8;
	font-family: "Poppins", sans-serif;
}
.foot_row {
	display: flex;
	padding: 5% 7%;
	justify-content: space-between;
}
.bor {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	margin: 0 7%;
}
.copyright {
	text-align: center;
	padding: 20px;
	justify-content: center;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.55);
}
.foot_col_two {
	display: flex;
}
.foot_col_two > ul:nth-child(2) {
	margin-left: 30px;
}
.foot_col_two > ul > li {
	list-style: none;
	padding-top: 20px;
	font-size: 12px;
}
.foot_col_two {
	margin-top: 3%;
}
.foot_col_two > ul > li > a {
	color: #000;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}
.foot_col_two > ul > li > a:hover {
	color: #0751bf;
}
.foot_mail > p {
	font-size: 12px;
}
.foot_social_links > p {
	font-size: 12px;
}
.foot_address > p {
	font-size: 12px;
	line-height: 20px;
}
.foot_col_three {
	margin-top: 5%;
}

.foot_social_links > a > img {
	width: 30px;
	height: 30px;
}
.foot_logo > img {
	width: 50px;
}
.foot_col_one > a {
	font-size: 12px;
	color: #0751bf;
}
@media screen and (max-width: 720px) {
	.foot_col_two {
		display: block;
	}
	.foot_row {
		display: block;
	}
	.foot_of_page {
		text-align: center;
	}
	.foot_col_two > ul:nth-child(2) {
		margin-left: 0px;
	}
}

.blogs_col_one {
	padding: 5% 1% 5% 7%;
	width: 75%;
}
.blogs_sec_img {
	width: 90%;
	height: 200px;
	overflow: hidden;
}
.blogs_sec {
	width: 50%;
	margin-bottom: 0.5rem;
}
.blogs_sec_img > img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.blogs_sec_img > img:hover {
	transition: all 0.5s;
	transform: scale(1.2);
}
.blog_inner_row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.blogs_sec > p {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 12px;
}
.blogs_sec > h5 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 16px;
}
.learn-more {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 10px;
}
.learn-more > img {
	width: 10px;
}
.blogs {
	display: flex;
}
.blogs_social_platform {
	display: flex;
}
.social-platform {
	margin: 20px;
}
.blogs_col_two {
	padding: 7% 7% 7% 1%;
	width: 25%;
}
.blogs_search > input {
	width: 100%;
	margin-top: 0px;
	margin-left: 0;
}
.blogs_search > img {
	margin-top: 0px;
	padding-left: 0;
}
.blogs_col_one > h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}
@media screen and (max-width: 900px) {
	.blogs_col_one {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 5% 7% !important;
	}
	.blogs_sec_img {
		width: 100%;
		height: 250px;
	}
	.blogs_sec {
		width: 100%;
	}
	.blog_inner_row {
		width: 100%;
		gap: 0.8rem;
	}
	.blogs_col_two {
		display: none;
	}
	.menu-list > li > a {
		font-size: 18px !important;
		margin-bottom: 5px !important;
		padding-bottom: 5px !important;
		height: 10px !important;
		margin-top: 10px !important;
	}
	.menu-list > li {
		margin-top: 25px !important;
	}
	.togg {
		margin: 20px;
	}
}

.Twitter_icon_blogs {
	content: url("../../Assets/icons/twitter_blogs_icon.svg");
	height: 30px;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.Twitter_icon_blogs:hover {
	content: url("../../Assets/icons/tw.svg");
	transition: all 1s;
}
.fb_icon_blogs {
	content: url("../../Assets/icons/fb_blogs_icon.svg");
	height: 30px;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.fb_icon_blogs:hover {
	content: url("../../Assets/icons/FB.svg");
	transition: all 1s;
}

.ln_icon_blogs {
	content: url("../../Assets/images/Blogs/icons/fb.svg");
	height: 30px;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.ln_icon_blogs:hover {
	content: url("../../Assets/icons/In.svg");
	transition: all 1s;
}

.togg {
	opacity: 50%;
}
.togg:hover {
	opacity: 100%;
}

.linked_in {
	content: url("../../Assets/images/linked-in\ normal.svg");
}
.linked_in:hover {
	content: url("../../Assets/icons/In.svg");
}

.Cut_shot {
	content: url("../../Assets/images/cut-shot.svg");
}
.Cut_shot:hover {
	content: url("../../Assets/icons/cut_shot_original.svg");
}

/* navbar */
.menu-list > li > a {
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 10px;
	margin-top: 10px;
}

.menu-list > li {
	margin-top: 25px;
}

@media screen and (max-width: 1536px) {
	.navbar {
		height: 75px;
	}
	.nav-link {
		font-size: 10px;
		padding-bottom: 30px;
		padding-top: 10px;
	}
	.connect {
		font-size: 10px;
		letter-spacing: 1px;
	}
	.navbar-brand {
		width: 60px;
	}
	.landing-content > h2 {
		font-size: 30px;
	}
	.we-call {
		font-size: 16px;
	}
}

@media screen and (width: 1366px) {
	.navbar {
		height: 75px;
	}
	.nav-link {
		font-size: 10px;
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.connect {
		font-size: 10px;
		letter-spacing: 1px;
	}
	.navbar-brand {
		width: 60px;
	}

	/* .design-section-two {
    zoom: 67%;
  } */

	.about-section-two > .row > .col {
		height: 84vh;
		padding-bottom: 20px;
		overflow: hidden;
	}

	.hidden-content {
		width: 100%;
		margin-top: 110px !important;
	}

	/* .Entrepreneurship {
    zoom: 67%;
  } */
}

/* Navbar */

.Navbar_new {
	z-index: 100;
	width: 100%;
	padding: 0% 7%;
	border-bottom: 1px solid rgba(230, 234, 238, 0.1);
	background: rgba(0, 0, 0, 0.4);
	position: relative;
}
.Navbar_brand > img {
	width: 60px;
	height: 55px;
	display: flex;
	flex-direction: column;
	transition: all 1s;
}
.Navbar_brand > img:nth-child(1) {
	transform: translateY(5px);
}
.Navbar_brand > img:nth-child(1) + img:nth-child(2) {
	height: 100%;
	opacity: 0;
}
.Navbar_brand > img:nth-child(1):hover {
	transform: translateY(0px);
}
.Navbar_brand > img:nth-child(1):hover + img:nth-child(2) {
	height: 100%;
	opacity: 1;
	transform: translateY(0px);
}
.Navbar_links {
	max-width: 100%;
}
.nav_link {
	display: flex;
	/* align-items: center; */
	font-size: 12px;
	padding: 4% 0%;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	letter-spacing: 0.74px;
	color: #fff;
	opacity: 1;
	font-weight: 100;
	text-transform: uppercase;
	opacity: 0.7;
	cursor: pointer;
	white-space: nowrap;
}
.nav_link > a {
	color: #fff;
}
.active {
	border-bottom: 2px solid #0751bf;
	opacity: 1;
}
.Navbar_button > a > button {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 10px 25px;
	border: 1px solid #f4f4f4;
	border-radius: 35px;
	opacity: 1;
	background: transparent;
	color: #fff;
	cursor: pointer;
}
.Navbar_toggler {
	width: 30px;
	display: none;
	cursor: pointer;
}
.nav_link:hover {
	opacity: 1 !important;
}
.Navbar_button > a > button:hover {
	background-color: #fff;
	color: #000;
}
@media screen and (max-width: 1200px) {
	.nav_link {
		font-size: 10px;
	}
}
@media screen and (max-width: 900px) {
	.Navbar_links {
		display: none !important;
	}
	.Navbar_button > a > button {
		display: none;
	}
	.Navbar_toggler {
		display: block;
	}
}
