@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');

* {
	padding: 0px;
	margin: 0px;
	color: #fff;
}

body {
	font-family: 'Poppins', sans-serif;
}

.monochromic_view {
	filter: grayscale(100%);
}

.bg-grey {
	background-color: #858585;
}

.bg-dark-grey {
	background-color: #6e6e6e;
}

.bg-light-grey {
	background-color: lightgrey;
}

.bg-btn-grey {
	background-color: #9b9b9b;
}

.bg-fix {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fs-sm-1 {
	font-size: 16px;
}

.fs-sm-2 {
	font-size: 12px;
	opacity: 0.7;
}

.clr-black {
	color: #231f20;
}

hr {
	border-top: 2px solid #fff;
}

.clr-light-grey {
	color: #a2a2a2;
}

.navbar-btn {
	color: #fff;
	border-color: #858585;
	border-radius: 0px;
	font-size: 18px;
	padding: 7px 15px;
}

.navbar-brand img {
	height: 55px;
}

.case-box {
	position: absolute;
	bottom: 40px;
	right: 0px;
	padding: 7px;
	width: 170px;
	border-left: 5px solid #9b9b9b;
}

.case-box h4 {
	font-size: 11px;
	font-weight: 600;
}

.right-arrow i {
	font-size: 15px;
	color: #a2a2a2;
	margin-left: 5px;

}

.case-box p {
	font-size: 10px;
}

.view-case {
	font-size: 9px;
	cursor: pointer;
}

.py-8 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.divider {
	position: relative;
}

.divider::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 47px;
	height: 6px;
	border-radius: 2px;
	background-color: #a2a2a2;
	left: calc(50% - 23px);
}

.section-1 {
	/* height: 550px; */
	height: 450px;
	background-image: url(../image/nasa2.png);
	box-shadow: inset 0 0 0 2000px rgb(22 20 20 / 35%);
}

/* .section-1:before{
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(81,81,81,.5);
} */
.inner-logo {
	/* margin-top: -125px; */
}

.flex-1 {
	flex: 1;
}

.headTitle {
	font-size: 30px;
	line-height: 50px;
	width: 665px;
}

.innerTitle {
	font-size: 35px;
}

.inner-btn {
	min-width: 200px;
}

.inner-text {
	width: 700px;
	margin: auto;
}

.right-text {
	width: 655px;
}

.ptext {
	width: 430px;
}

.section-2 {
	height: 500px;
}

.sec2-para {
	width: 830px;
}

.section-2-right,
.section-3-right {
	width: 650px;
}

.section-2-right {
	background-image: url(../image/img_work_bradsdeals.png);
	filter: grayscale(100%);
}

.section-3 {
	height: 100vh;
}

@media all and (max-width: 991px){
	.section-3 {
    height: 470px;
	}
}

.section-3-left {
	background-image: url(../image/img_work_connectsense.png);
	width: 100%;
	filter: grayscale(100%);
}

.icn-outer {
	width: 700px;
	margin: auto;
	justify-content: space-between;
}

.icn-inner-img img {
	height: 40px;
	width: auto;
}

.sec6-img img {
	width: 90px;
	height: auto;
}

.sec3-rtop {
	background-image: url(../image/work_img3.png);
	filter: grayscale(100%);
}

.sec3-rbottom {
	background-image: url(../image/img_work_parkwhiz.png);
	filter: grayscale(100%);
}




.section-7 {
	height: 40rem;
}

.sec7-img {
	background-image: url(../image/img_hashrocket_team.png);
	width: 100%;
	height: 20rem; 
	filter: grayscale(100%);
}


.sec7-bleft,
.sec7-bright {
	height: 20rem;
}
@media all and (max-width:600px) {
	.section-7 {
		height: 800px;
	}
	
	.sec7-img {
		background-image: url(../image/img_hashrocket_team.png);
		width: 100%;
		height: 500px;
	}
	
	.sec7-bleft,
	.sec7-bright {
		height: 300px;
	}
	.add-box {
	    width: 163px !important;
	    margin: auto !important;
	}
	.contact-img{
/*		margin-left: -45px;*/
	}
}

.sec7-bleft {
	background-image: url(../image/img_hashrocket_ceo.png);
	filter: grayscale(100%);
}

.sec7-bright {
	background-image: url(../image/img_hashrocket.png);
	filter: grayscale(100%);
}

.form-group input {
	background-color: transparent;
	border: 0px;
	border-bottom: 2px solid #fff;
	padding: 10px 0px;
	outline: none;
	color: #fff;
	width: 450px;
}

.form-group input::placeholder {
	color: #fff;
}

.footer-logo {
	position: absolute;
	top: -25px;
}

.footer-menu {
	width: 600px;
	justify-content: space-around;
	margin: auto;
}

.footer-logo img {
	height: 75px;
}

.contact-img img {
	height: 30px;
/*	margin: 0px 20px 0px 0px;*/
}

.copy-right-text {
	margin: 12px 0px 0px -20px;
	font-size: 12px;
}

.send-btn {
	min-width: 190px;
	border-radius: 0px;
}

.no-rounded {
	border-radius: 0px;
}

.btn:hover {
	background-color: #a7a7a7;
}

.add-box {
	width: 200px;
	margin: auto;
}


@media all and (max-width:1440px) {
	.sec2-para {
		width: 100%;
	}

	.section-2-right,
	.section-3-right {
		width: 570px;
	}
}

@media all and (max-width:1224px) {

	.section-2-right,
	.section-3-right {
		width: 400px;
	}

	.headTitle,
	.right-text {
		width: 100%;
	}
}

@media all and (min-width: 992px) {

	.navbar-brand,
	.tab-mob-img {
		display: none;
	}
}

@media all and (max-width:992px) {

	.left-logo {
		display: none;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar {
		padding: 10px 0px 10px 0px !important;
	}

	.section-1,
	.section-2 {
		height: auto;
	}

	.section-2-right,
	.case-box {
		display: none;
	}

	.sec1-top {
		align-items: inherit !important;
		/* margin-top: 30px; */
		padding-top: 120px;
		padding-bottom: 50px;
	}

	.sec2-inner {
		padding: 40px 0px;
	}

	.innerTitle {
		font-size: 29px;
	}

	.section-3-right {
		width: 260px;
	}

	.tab-mob-img {
		background-image: url(../image/img_work_bradsdeals.png);
		filter: grayscale(100%);
	}

	.sec6-img img {
		width: 75px;
	}

	.py-8,
	.sec7-right {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.headTitle {
		font-size: 24px;
		line-height: 45px;
	}

	.inner-text {
		width: 100%;
	}

	.section-7 {
		flex-direction: column;
		height: auto;
	}

	.contact-form {
		flex-direction: column;
	}

	.sec7-right {
		background-color: #858585;
	}

	.section-8 {
		background-color: #6e6e6e;
	}

	.add-outer {
		margin-top: 50px;
		width: 100%;
		margin-bottom: 50px;
	}

	.section-9 {
		background-color: #858585;
	}

	.footer-menu {
		width: 100%;
	}

	.sec9-outer {
		flex-direction: column-reverse;
		align-items: center;
	}

	.footer-logo {
		position: inherit !important;
/*		top: inherit;*/
		margin-top: 15%;
		text-align: center;
	}

	.footer-logo img {
		height: 5vh;
		margin-bottom: 11px;
	}

	.copy-right-text {
		margin: 0px;
		margin-bottom: 11px;
	}

	.navbar-nav {
		text-align: center;
	}
	.navbar-nav .nav-item {
		margin-right: 0.8rem; 
		margin-left: 0.8rem;
	}

	.section-1 {
		position: relative;
	}

	.header {
		position: absolute;
		width: 100%;
		top: 0px;
		height: 100%;
	}
	/* @media only screen and (max-width: 767px) {
		.header {
			background-color: rgb(119 119 119 / 80%);
		}
	} */

	.show-nav {
		background-color: rgb(119 119 119 / 80%);
	}

	.nav-item {
		font-size: 18px;
	}

	/* .navbar-collapse{
    top: 105px;
    position: absolute;
    background-color: rgba(119, 119, 119, 0.6);
    left: -50px;
    right: -50px;
    padding-bottom: 20px;
  } */
}

@media all and (max-width:768px) {
	.icn-outer {
		width: 100%;
	}
}

@media all and (max-width:600px) {
	.navbar-btn {
		font-size: 16px;
	}

	.header,
	.sec1-top,
	.sec2-inner,
	.sec4-outer,
	.sec5-outer,
	.sec6-outer,
	.sec7-right,
	.sec8-outer {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.icn-outer {
		flex-wrap: wrap;
		margin-bottom: 0px !important;
	}

	.section-3 {
		height: 290px;
	}

	.section-3-right {
		width: 120px;
	}

	.icn-inner-img {
		width: 50%;
		margin-bottom: 30px;
	}

	.sec6-outer {
		flex-wrap: wrap;
	}

	.sec6-box {
		width: 100%;
		flex: inherit;
	}

	.sec6-box br {
		display: none;
	}

	.headTitle,
	.innerTitle {
		font-size: 26px;
		line-height: 35px;
	}

	.sec1-top p,
	.sec2-para,
	.inner-text,
	.sec6-box p,
	.ptext {
		/* font-size: 14px !important; */
		line-height: 25px;
	}

	.headTitle,
	.sec2-inner .innerTitle {
		margin-bottom: 20px !important;
		/* margin-top: 20px; */
	}

	.sec4-outer .inner-text {
		padding-top: 30px !important;
	}

	.sec7-img {
		height: 260px;
	}

	.sec7-bleft,
	.sec7-bright {
		height: 150px;
	}

	.ptext,
	.form-group input,
	.contact-form-inner {
		width: 100%;
	}
	.connectify-img{
        padding-right: 30px;
	}
	.ecom-img{
       padding-right: 50px;
	}

}

/* Edit By Umesh */


/* @media all and (max-width:600px){
	.flex-1{
		flex: inherit;
	}
} */

.py-5{
	padding-bottom: 1% !important;
}
/* For mobile devices */
@media only screen and (max-width: 767px) {
    .send-btn {
        min-width: 100px; 
		padding-right: 1.5rem !important;
    	padding-left: 1.5rem !important;
    }
}

/* For iPad devices */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .send-btn {
        min-width: 130px; 
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
}

/* For desktop devices */
@media only screen and (min-width: 1025px) {
    .send-btn {
        min-width: 190px; 
    }
}

.send-btn {
    border-radius: 0px;
}


@media screen and (max-width: 600px) and (max-height: 1000px) {
	.sec7-bottom.d-flex {
		display: block !important;
	}
}
.form-group{
	margin-bottom: 2rem !important;
}
.menufont{
	font-size: 12px;
	font-family: 'Poppins';
}
.addphone{
	font-size: 14px;
	font-family: 'Poppins';
}

.pop-sem{
	font-weight: normal;
}
.pop-mid{
	font-weight: 100;
	opacity: 0.7;
}


.header {
   position: sticky;
   top: 0;
   width: 100%;
   background: #000000; 
   z-index: 1000;
   padding: 0px 0;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px; /* Reduce the gap slightly */
}

.contact-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; 
    height: 30px;
}

/*.contact-img1 img {
   margin-right: 50px;
}*/

.contact-text {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
}

h3.addphone, p.addphone {
    margin: 0;
}


.navbar-left-logo.hidden {
    display: none !important;
}

.navbar-left-logo img {
    height: 50px; 
    width: auto;
}

@media (max-width: 991px) {
    .navbar-left-logo {
        display: none;
    }
}

.text-color{
  color: #ffaa3a;
}