h3 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}

.insp-logo img {
	max-width: 80%;
}

.link-drop {
	width: 84px;
	display: block;
	position: absolute;
	top: 7px;
	opacity: 0;
	height: 34px;
}

.link-drop a {
	display: block;
	height: 100%;
	width: 100%;
}

.dropdown-menu li a {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.insp-homebanner {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: start;
}

.insp-about-left-items-logo img {
	height: 40px;
	width: 40px;
}

.header-phn {
	height: 18px;
	width: 17px;
}

.execute {
	display: flex;
	justify-content: center;
}

.execute-head h3 {
	font-size: 26px;
}

.execute-head p {
	font-size: 14px;
	line-height: 16px;
}

#web-devp .right-cont {
	margin: 80px 0;
	padding: 0 30px;
}

#web-devp .right-cont p {
	font-size: 22px;
}

#web-devp {
	margin: 100px 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: #000;
	height: 42px;
	width: 42px;
	padding: 15px;
	background-size: 60%;
	border-radius: 50%;
	margin-top: 210px;
}

#web-devp .right-cont h3 {
	font-size: 34px;
	font-weight: 700;
	color: #FF8A00;
}

#web-devp .left-img img {
	max-height: 500px;
}

.service {
	font-size: 38px;
	font-style: normal;
	color: #123EAF;
}

h3.service {
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	color: #123EAF;
}

#portfolio {
	background: #fff;
}


#portfolio .port h1 {
	font-size: 82px;
	font-style: normal;
	font-weight: 700;
	color: #123EAF;
}

#portfolio .show {
	background: #FF8A00;
	color: #fff;
	border-radius: 40px;
}

#portfolio .light {
	border-radius: 40px;
}

.portfolio-card h6 {
	width: fit-content;
	padding: 10px;
	border-radius: 40px;
}

.portfolio-card .back {
	background: violet;
}

.portfolio-card .live {
	background: #FF8A00;
	border-radius: 40px;
}

#portfolio .hover-zoom {
	transform: none;
	transition: all .2s ease-in-out;

}

.badge-blue,
.badge-green,
.badge-purple {
	background-color: #396cf0;
	color: #fff;
	padding-right: .75rem;
	padding-left: .75rem;
	border-radius: 10rem;
	font-size: .75rem;
	font-weight: 600;
	padding: .375rem 1.4em;
	width: fit-content;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-green {
	background-color: #6bc61b;
}

.badge-purple {
	background-color: #c75ff8;
}

.portfolio-card .card-text {
	font-size: .875rem;
	line-height: 1.2;
	font-weight: 400;
}

.btn-preview--secondary:active,
.btn-preview--secondary:active:focus,
.btn-preview--secondary:focus,
.btn-preview--secondary:hover {
	color: #1c1c1c;
}

.btn-preview {
	padding: 0;
	border: 0;
	color: inherit;
	border-radius: 2rem;
	font-weight: 400;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-preview__shape {
	display: block;
	position: relative;
}

.btn-preview--secondary .btn-preview__shape::before {
	background-color: #ffc600;
}

.btn-preview__shape::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(1.5em + .75rem + 2px);
	height: calc(1.5em + .75rem + 2px);
	border-radius: 2rem;
	transition: all .2s ease-in-out;
}

.btn-preview__text {
	position: relative;
	display: block;
	border: 1px solid transparent;
	padding-top: .375rem;
	padding-bottom: .375rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

#testimonial {
	margin: 60px 0;
	background: url(../assets/img/wave2.png);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.wave {
	background: url(../assets/img/wave.png);
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	inset: 0% 0px;
}

.circle-img {
	width: 90px;
}

.circle-img img {
	margin-top: -52px;
	height: 90px;
	width: 100%;
	border-radius: 50%;
	border: 5px solid white;
}

.carousel-inner {
	padding: 30px;
}

#testimonial .carousel-card {
	position: relative;
	border-radius: 3%;
	margin-bottom: 70px !important;
}

.carousel-img {
	border-bottom-left-radius: 7%;
	border-bottom-right-radius: 7%;
}

#testimonial .carousel-cont {
	margin-top: 5px;
}

#testimonial .carousel-para {
	margin-bottom: 35px !important;
}

#testimonial .column {
	position: absolute;
	top: -26px;
	left: 12px;
	width: 55px;
}

#blog {
	position: relative;
	margin-top: 70px;
}

#blog .card.border-0.carousel-card.my-3 {
	margin-left: 15px;
	background: transparent;
}

.bgwave {
	background: url("../assets/img/pixelwave.svg");
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	inset: 0% 0px;
}

#blog .content .cont-small {
	font-size: 73%;
}

#blog .triangle img {
	max-width: 5% !important;
	margin-bottom: 30px;
}

.rt-btn {
	position: relative;
	width: 150px;
	display: flex;
	align-items: center;
	height: 60px;
	margin-left: auto;
}

.rt-btn .carousel-control-prev,
.rt-btn .carousel-control-next {
	width: auto;
}

.blog-cont {
	padding-right: 60px;
}

.content img {
	border-radius: 10px;
	width: 100% !important;
	height: auto;
}

.shadow {
	box-shadow: 0 0 9px rgb(0 0 0 / 40%) !important;
}

.bnd {
	margin: 60px 0;
}

#brand .logo-side {
	padding: 0;
}

#brand h5 {
	font-size: 30px;
	font-weight: 500;
}

#brand h6 {
	font-size: 20px;
}

#brand p {
	font-size: 19px;
}

.logo-row {
	margin-bottom: 50px;
}

.logo1 {
	padding: 30px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.insp-contactform .insp-contact-us-content {
	width: calc(100% - 77px);
}

h3.sub-heading {
	font-size: 38px;
	color: #FF8A00;
}

.insp-contactform .insp-contact-form-inner {
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.insp-aboutteam {
	overflow-x: hidden;
}

.portfolio-card .card-body {
	background: #f6f6f6;
	border-radius: 0 0 4px 4px;
}

.portfolio-card .card {
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}

div#theCarousel {
	padding: 100px 30px;
}

.testimonial h1 {
	font-size: 52px;
}

#brand {
	padding-top: 30px;
	padding-bottom: 30px;
}

.insp-testimonial {
	background: url("../assets/img/testimonials-bg.png");
	padding: 280px 0px 80px;
	background-size: cover;
	background-repeat: no-repeat;
}

.insp-testimonialcarousel.insp-testimonialcarouselhome {
	overflow-x: hidden;
}

.insp-testimonialcarousel .carousel-inner {
	overflow: visible;
}

.insp-testimonialcarousel .carousel-indicators li {
	width: 15px;
	height: 8px;
	border-radius: 100px;
	background: #FF8A00;
	padding: 0;
	line-height: normal;
	border: none;
}

.insp-contact .container {
	z-index: 1;
}

.insp-contact .insp-contactlist li {
	list-style: none;
	font-weight: 300;
	padding-left: 35px;
}

.insp-contact .insp-contactlist li:before {
	content: "";
	background: url("../assets/img/list-icon.png");
	width: 24px;
	height: 24px;
	position: absolute;
	top: 6px;
	left: 0;
}

.insp-contact:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	background: #FF8A00;
	height: 86%;
}

.insp-home-contact-form .insp-mainheading {
	margin-top: 110px;
	font-weight: 300;
	font-size: 77px;
}

.insp-home-contact-form .insp-searchbutton {
	height: 60px;
	line-height: 60px;
}

.insp-home-contact-form .insp-contacticon {
	left: 15px;
	top: 8px
}

.insp-home-contact-form .insp-contact-email-icon {
	top: 14px;
}

footer .insp-footer-social-icons li a {
	color: rgba(0, 0, 0, 0.4);
	font-size: 1.3rem;
}

footer .insp-footermenu li a {
	font-weight: 300;
}

footer .insp-newsletterform .insp-newsletterbtn {
	background: none;
	border: none;
	top: 10px;
	right: 15px;
	padding: 0;
}

footer p {
	font-weight: 300;
}

.insp-header {
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	box-shadow: 0 0 0.188em rgb(0 0 0 / 20%);
}

.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a {
	padding: 10px 10px;
	color: #000;
	text-decoration: none;
}

.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a.insp-headeremail {
	background: #FF8A00;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a.insp-headerphone {
	background: #0DCFF4;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}


.feature-icon {
	padding: 1rem;
	display: inline-block;
}

.feature-icon path {
	fill: currentColor;
}

.feature-icon--blue {
	color: #007bff;
	background-color: #cce5ff;
}

.feature-icon--indigo {
	color: #6610f2;
	background-color: #e0cffc;
}

.feature-icon--purple {
	color: #6f42c1;
	background-color: #e2d9f3;
}

.feature-icon--pink {
	color: #FC9BB4;
	background-color: #feebf0;
}

.feature-icon--red {
	color: #dc3545;
	background-color: #f8d7da;
}

.feature-icon--orange {
	color: #FF8A00;
	background-color: #ffe8cc;
}

.feature-icon--yellow {
	color: #020202;
	background-color: #cccccc;
}

.feature-icon--green {
	color: #28a745;
	background-color: #d4edda;
}

.feature-icon--teal {
	color: #20c997;
	background-color: #d2f4ea;
}

.feature-icon--cyan {
	color: #0DCFF4;
	background-color: #cff5fd;
}

.feature-icon--white {
	color: #fff;
	background-color: white;
}

.feature-icon--gray {
	color: #6c757d;
	background-color: #e2e3e5;
}

.feature-icon--gray-dark {
	color: #343a40;
	background-color: #d6d8d9;
}

.btn-rounded {
	border-radius: 300px;
}

.btn-md {
	font-size: 1.25rem;
	font-weight: 600;
}

.btn-gray {
	color: #212529;
	background-color: #C4C4C4;
	border-color: #C4C4C4;
}

.btn-gray:hover {
	color: #212529;
	background-color: #c4c4c4;
	border-color: #c4c4c4;
}

.btn-gray:focus,
.btn-gray.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(196, 196, 196, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(196, 196, 196, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
	color: #212529;
	background-color: #C4C4C4;
	border-color: #C4C4C4;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show>.btn-gray.dropdown-toggle {
	color: #212529;
	background-color: #C4C4C4;
	border-color: #c4c4c4;
}

.container {
	width: 100%;
	max-width: 1280px;
}

.insp-paragraph {
	color: rgba(0, 0, 0, 0.6);
	font-weight: 300;
}

.lh-paragaraph {
	line-height: 1.3;
}

.form-control {
	border: 1px solid #fff;
	height: 45px;
	line-height: 60px;
	padding: 0px 15px;
	font-size: 1rem;
	border-radius: 300px;
	background: none;
	padding-left: 48px;
}

.form-control::-webkit-input-placeholder {
	color: #fff;
}

.form-control::-moz-placeholder {
	color: #fff;
}

.form-control:-ms-input-placeholder {
	color: #fff;
}

.form-control::-ms-input-placeholder {
	color: #fff;
}

.form-control::placeholder {
	color: #fff;
}

.form-control::-ms-input-placeholder {
	color: #fff;
}

.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #fff;
}

.form-graygroup .form-control {
	border: 1px solid #C4C4C4;
}

.form-graygroup .form-control::-webkit-input-placeholder {
	color: #C4C4C4;
}

.form-graygroup .form-control::-moz-placeholder {
	color: #C4C4C4;
}

.form-graygroup .form-control:-ms-input-placeholder {
	color: #C4C4C4;
}

.form-graygroup .form-control::-ms-input-placeholder {
	color: #C4C4C4;
}

.form-graygroup .form-control::placeholder {
	color: #C4C4C4;
}

.form-graygroup .form-control::-ms-input-placeholder {
	color: #C4C4C4;
}

textarea.form-control {
	height: 145px;
	border-radius: 20px;
}

#EPMO {
	padding: 70px 0;
	background: aliceblue;
}

.serve {
	background: aliceblue;
}

#three {
	margin-bottom: 70px;
}

#three .web .cont-side1 {
	background: #3F69FF;
	color: #fff;
	width: 50%;
}

.web .cont-side2 {
	background: #76B925;
	color: #fff;
	width: 50%;
}

.web .cont-side3 {
	background: #FF4470;
	color: #fff;
	width: 50%;
}

.web .img-side {
	width: 50%;
}

.web .img-side img {
	max-height: 400px;
}

.web .learn {
	margin: 15px;
	border-radius: 40px;
}

#three .web h4 {
	font-size: 35px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0em;
	text-align: left;
}

#three .web p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: justify;
}

#three .web a {
	font-size: 14px;
}

#about_us {
	background-image: url(https://bmsinfotech.com.au/wp-content/uploads/2021/06/about-us.png);
	justify-content: center;
	position: relative;
	height: 60vh;
	display: flex;
	align-items: center;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}

.contact_b {
	background-image: url(https://bmsinfotech.com.au/wp-content/uploads/2021/06/contact.png) !important;
	background-position: bottom !important;
}

.part {
	background-image: url(https://bmsinfotech.com.au/wp-content/uploads/2021/06/service.png) !important;
}

#tymspent {
	background: #fff;
	margin: 70px 0;
}

#slider {
	background: #fff;
	margin: 70px 0;
}

#slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

#slider .carousel-indicators {
	bottom: -50px;
}

#slider .cardouter .icn {
	color: #559be8;
	font-size: 30px;
}

#slider .carousel-indicators li::before {
	background: black;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

#slider .team {
	max-width: 250px;
	border: none;
	box-shadow: 0 0 9px rgb(0 0 0 / 40%);
}

#measure {
	background: aliceblue;
	padding: 70px 0;
}

.progress--circle {
	position: relative;
	display: inline-block;
	margin: 1rem;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #ddd;
}

.progress--circle:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: white;
}

.progress--circle:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #63b8ff;
}

.progress__number {
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: 1;
	margin-top: -0.75rem;
	text-align: center;
	font-size: 1.5rem;
	color: #777;
}

.progress--circle.progress--0:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--5:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(108deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--10:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(126deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--15:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(144deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--20:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(162deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--25:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(180deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--30:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(198deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--35:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(216deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--40:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(234deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--45:after {
	background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(252deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--50:after {
	background-image: linear-gradient(-90deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--55:after {
	background-image: linear-gradient(-72deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--60:after {
	background-image: linear-gradient(-54deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--65:after {
	background-image: linear-gradient(-36deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--70:after {
	background-image: linear-gradient(-18deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--75:after {
	background-image: linear-gradient(0deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--80:after {
	background-image: linear-gradient(18deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--85:after {
	background-image: linear-gradient(36deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--90:after {
	background-image: linear-gradient(54deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--95:after {
	background-image: linear-gradient(72deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

.progress--circle.progress--100:after {
	background-image: linear-gradient(90deg, #63b8ff 50%, transparent 50%, transparent), linear-gradient(270deg, #63b8ff 50%, #ddd 50%, #ddd);
}

#team {
	display: none;
	margin: 70px 0;
}

.team-cont h3 {
	font-size: 22px;
}

.team-cont h6 {
	font-size: 19px;
}

.team-img img {
	max-width: 80%;
}

#top-card {
	margin-top: -30px;
}

#top-card .card {
	border: none;
	box-shadow: 0 0 9px rgb(0 0 0 / 40%);
	;
}

#site {
	background: aliceblue;
	margin: 70px 0;
}

#site .imp {
	margin-top: -50px;
	font-size: 200px;
	color: white;
}

#site h3 {
	margin-top: -170px;
}

#site .site-cont {
	max-width: 300px;
	background: darkorange;
}

#project .preview-outer {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	grid-gap: 34px;
	grid-auto-flow: dense;
}

.preview-img {
	display: block;
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 0 9px rgb(0 0 0 / 40%);
	transform: translate3d(0, 0, 0);
}

.insp-contactform {
	margin: 70px 0;
}

.insp-contactform .insp-contact-us-icon {
	width: 77px;
	height: 77px;
}

.insp-contactform .insp-contact-us-content {
	width: calc(100% - 77px);
}

.insp-contactform .insp-contact-form-inner {
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}



#testimonial .carousel-card {
	margin-bottom: 0 !important;
}

#web-devp .rerow {
	display: flex;
	flex-wrap: wrap-reverse;
}

.prt {
	margin: 0 25px;
}

.abt-us {
	margin-top: 8px;
}

#testimonial .column {
	position: absolute;
	top: -14px;
	left: 12px;
	width: 55px;
}

.insp-aboutbanner {
	padding: 150px 0px 40px 0px;
}

.hover-shadow:focus-within,
.hover-shadow:hover {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.hover-zoom:focus-within,
.hover-zoom:hover {
	transform: scale(1.1);
}

.btn-preview--secondary .btn-preview__shape::before {
	background-color: #ffc600;
}

.btn-preview:active .btn-preview__shape::before,
.btn-preview:active:focus .btn-preview__shape::before,
.btn-preview:focus .btn-preview__shape::before,
.btn-preview:hover .btn-preview__shape::before {
	width: 100%;
}

#testimonial .card h5 {
	min-height: 77px;
	margin-bottom: 0 !important;
	padding-bottom: 5px !important;
	margin-top: 20px;
}

#testimonial .card .carousel-para {
	max-height: 160px;
	overflow: hidden;
}

.foter .ico .medias1 {
	color: white;
	border-radius: 10px;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -19px;
}

.soc1 {
	background: #3b5998;
}

.soc2 {
	color: white;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -19px;
}

.soc3 {
	background: #00acee;
}

.soc4 {
	background: #0e76a8;
}

svg#Capa_1 {
	height: 19px;
}

.plan {
	background: aliceblue !important;
	margin: 0px 0px !important;
	padding: 70px 0px !important;
}

#prtab {
	background: aliceblue;
	margin: 70px 0px;
	padding: 60px 0;
}

.pricn svg {
	width: 90px;
	fill: #5336ca;
}

.precom {
	border-radius: .187em;
	box-shadow: 0 0 0.188em rgb(0 0 0 /20%);
}

.preuni {
	background: linear-gradient(to top, #fe5c55 0, #f09719 100%);
	box-shadow: 0 0 2em rgb(0 0 0 / 20%);
	z-index: 1;
	padding-bottom: 2.0625em;
	padding-top: 3.5625em;
	color: #fff;
	border-radius: .187em;
	animation: 1s kote-scale infinite;
}

.foter .footlogo img {
	max-width: 140px;
}

.profile-tab {
	border: none;
}

.profile-tab .nav-item a {
	border-radius: 40px;
	border: none;
	margin-right: 10px;
	background: #f8f9fa;
	color: #000;
}

.profile-tab .nav-item .nav-link:hover {
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.profile-tab .nav-item .nav-link.active {
	background-color: #FF8A00;
	color: #fff !important;
}

.portfolio-card {
	background: #fff;
}

.portfolio-card .card {
	color: #000;
}

.portfolio-btn {
	background: #fff;
}

.blg {
	background: #eaeaea;
	padding-top: 70px;
}

.category_box_wrap a {
	text-decoration: none;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-t-10 {
	margin-top: 10px;
}

.inner_sidebar_wrap {
	float: left;
	width: 100%;
}

.category_box_wrap {
	width: 30%;
}

.category_box_wrap h5 {
	font-size: 22px;
	font-weight: 600;
	color: #222222;
}

.category_box_wrap span {
	font-size: 14px;
	color: #898989;
	text-transform: uppercase;
}

.category_box_wrap p {
	font-size: 16px;
	color: #232323;
	line-height: 23px;
}

.category_box_wrap span a {
	font-size: 14px;
	color: #898989;
}

.category_box_wrap span a:hover {
	text-decoration: underline;
}

.category_box_wrap a.idea_read_btn {
	font-size: 14px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
}

.category_box_wrap a.idea_read_btn:hover {
	text-decoration: underline;
	color: #63b260;
}

.category_box_wrap a:hover {
	text-decoration: none;
}

.category_box_wrap img {
	width: 100% !important;
	height: auto;
}

.sidebar_category_wrap {
	margin-bottom: 60px;
	float: left;
	width: 100%;
	z-index: 99;
}

.sidebar_box_title {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 2px solid #d5d5d5;
	padding-bottom: 10px;
	position: relative;
}

.sidebar_category_wrap a {
	color: #232323;
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	float: left;
	padding: 18px 0;
	position: relative;
	padding-left: 20px;
}

.sidebar_box_title:after {
	border-bottom: 2px solid #63b260;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 47px;
	height: 2px;
}

.sidebar_category_wrap a:after {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../assets/img/dot.png) no-repeat;
	top: 25px;
	left: 0px;
	position: absolute;
	display: inline-block;
}

.sidebar_publications_wrap,
.sidebar_tags_wrap,
.sidebar_signup_cta_wrap {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.sidebar_publications_wrap .sidebar_box_title {
	margin-bottom: 20px;
}

.sidebar_box_title {
	font-size: 22px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600;
	border-bottom: 2px solid #d5d5d5;
	padding-bottom: 10px;
	position: relative;
}

.publication_box_wrap {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}

.publication_box_wrap .media-body span {
	font-size: 16px;
	color: #4d4d4d;
	font-weight: 600;
}

.media img {
	width: 100px;
}

.cbw {
	width: 100%;
}

.cbw img {
	width: 100%;
}

.m-t-20 {
	margin-top: 20px;
}

.insp-logo img {
	max-width: 140px !important;
}

#theCarousel3 a {
	text-decoration: none;
	color: black;
}

.insp-about {
	padding: 30px 0px 150px;
}

.insp-homebanner .insp-homebannercontent {
	margin-left: 10px;

}

.rt-btn .carousel-control-prev-icon,
.rt-btn .carousel-control-next-icon {
	background-color: #000;
	height: 42px;
	width: 42px;
	padding: 15px;
	background-size: 60%;
	border-radius: 50%;
	margin-top: 30px;
}

#EPMO img {
	width: 40% !important;
}

footer .insp-footermenu li a {
	font-size: 14px;
}

footer p {
	font-size: 14px;
}

.logo1 {
	display: flex;
	justify-content: center;
}

.logo-row {
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: space-around;
}

.logo1 {

	width: 25%;
}

.error-page {
	background-color: aliceblue;
}

.st0 {
	fill: #4C423B;
}

.st1 {
	opacity: 0.2;
}

.st2 {
	fill: #123EAF;
}

.st3 {
	fill: rgb(220 224 228);
}

.st4 {
	fill: #424242;
}

.st5 {
	fill: #123EAF;
}

.st6 {
	fill: #BDBDBD;
}

.st7 {
	opacity: 0.64;
	fill: #212121;
}

.st8 {
	fill: #123EAF;
}

.st9 {
	opacity: 0.8;
	fill: #cc6e00;
}

.error-head h1 {
	color: #123EAF;
}

.error-p p span {
	color: #cc6e00;
}

#error-404-img {
	max-width: 700px;
	display: block;
	margin: 0 auto;
}

#loupe {
	animation: bounceInUp 2s ease forwards;
}

#ombre-loupe {
	animation: fadeIn 2s 3s ease forwards;
}

#_x34_-gauche,
#_x34_-droite,
#ombre-loupe,
#decorations {
	opacity: 0;
}

#_x34_-gauche,
#_x34_-droite {
	animation: fadeIn 2s ease forwards;
}

#_x34_-gauche {
	animation-delay: 1s;
}

#_x34_-droite {
	animation-delay: 2s;
}

#decorations {
	transform-origin: center;
	animation: fadeIn 2s ease forwards, rotate-grow 50s linear infinite alternate;
	animation-delay: 4s;
}

@-webkit-keyframes rotate-grow {
	from {
		-webkit-transform: rotate(0) scale(.8);
		transform: rotate(0) scale(.8);
	}

	to {
		-webkit-transform: rotate(360deg) scale(1.5);
		transform: rotate(360deg) scale(1.5);
	}
}

@keyframes rotate-grow {
	from {
		-webkit-transform: rotate(0) scale(.8);
		transform: rotate(0) scale(.8);
	}

	to {
		-webkit-transform: rotate(360deg) scale(1.5);
		transform: rotate(360deg) scale(1.5);
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

#wpcf7-f686-o1 {
	width: 50%;
}

.insp-home-contact-form .insp-contacticon {
	top: 34px !important;
}

.insp-home-contact-form .insp-contact-email-icon.insp-contacticon {
	top: 37px !important;
}

.wpcf7 .ajax-loader {
	display: none !important;
}

.wpcf7-submit {
	border: 0 !important;
}

.form-control:focus {
	background: transparent !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: red !important;
	color: red !important;
}

.form-graygroup .form-control {
	padding: 8px 15px !important;
}

.serve:after {
	content: "";
	position: absolute;
	width: 100% !important;
	right: 0;
	height: 100%;
	background: url("https://bmsinfotech.com.au/wp-content/uploads/2021/06/bgbanner.png") !important;
	background-size: contain !important;
	top: 0;
	background-repeat: no-repeat !important;
	background-position: top right !important;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 6px) !important;
}

.logo1 img {
	width: unset;
	height: unset;
	max-width: 80%;
}

#menu-item-597 ul li a {
	color: #000 !important;
}

.part {
	margin-top: -4px;
}
div#wpcf7-f686-o2 {
    width: 50%;
}
@media screen and (max-width: 375px) {
	section#about_us p {
    margin-bottom: 0;
}
	.web-page{
		margin-top: -12px !important;
	}
	.part {
    margin-top: 12px;
}
}
@media screen and (max-width: 425px) {
	p.insp-paragraph.fs-18.lh-paragaraph.mb-0{
		    word-break: break-all;
	}
	.fs-18 {
    font-size: 1rem;
}
	.insp-contactform {
    margin: 0;
}
	div#wpcf7-f686-o2 {
    width: 100%;
}
.blg {
    padding-top: 40px;
}
	.big h3{
		padding-bottom: 20px !important;
	}
	.sidebar_category_wrap {
    margin-bottom: 35px;
}
	.category_box_wrap {
    width: 100%;
}
	.category_box_wrap h5 {
    font-size: 20px;
}
	.category_box_wrap a.bg-tertiary{
		margin-top: 0 !important;
		margin-bottom: 10px !important;
	}
	.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a {
		width: 100%;
		display: flex;
		color: #fff !important;
		align-items: center;
		font-size: 12px;
	}

	.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a.insp-headeremail,
	.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a.insp-headerphone {
		border: 1px solid #fff;
		margin: 8px;
	}

	.insp-homebanner {
		padding: 30px 15px 40px;
	}

	.btnfive #myTab li {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.multi-item-carousel .carousel-item h5 {
		padding: 24px 0 5px 0px !important;
	}

	.insp-homebanner {
		margin-top: 100px !important;
	}

	.logo1 {
		width: 100%;
	}

	.logo1 img {
		max-width: 40%;
		height: unset;
		width: unset;
	}

	.insp-homebannercontent h4 {
		font-size: 28px;
	}

	h3.sub-heading,
	h3.service {
		font-size: 30px;
	}

	.insp-homebannercontent p {
		font-size: 17px;
		line-height: 24px;
	}

	a.bg-tertiary,
	.btn-md {
		font-size: 14px !important;
		font-weight: 300;
	}

	.insp-about {
		padding: 30px 0px 60px;
	}

	#EPMO {
		padding: 40px 0;
	}

	.execute-head h3,
	#web-devp .right-cont p {
		font-size: 18px;
	}

	.execute-head p {
		font-size: 12px;
	}

	#web-devp .right-cont h3 {
		font-size: 25px;
	}

	#tymspent p {
		margin-top: 20px !important;
	}

	#three .web {
		flex-wrap: wrap;
	}

	#three .web .cont-side1,
	.web .img-side,
	.web .cont-side2,
	.web .cont-side3 {
		width: 100%;
	}

	.web-reverse {
		flex-direction: column-reverse;
	}

	#three .web h4 {
		font-size: 22px;
	}

	#tymspent,
	#site {
		margin: 30px 0;
	}

	.service {
		font-size: 22px;
	}

	#project .preview-outer {
		grid-template-columns: 2fr;
	}

	#top-card {
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.multi-item-carousel .carousel-inner .carousel-item {
		margin-right: inherit;
	}

	.multi-item-carousel .carousel-inner .carousel-item.active+.carousel-item,
	.multi-item-carousel .carousel-inner .carousel-item.active+.carousel-item+.carousel-item {
		display: block;
	}

	.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
	.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
		transition: none;
	}

	.multi-item-carousel .carousel-inner .carousel-item.active+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -33.33333333%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	.multi-item-carousel .carousel-inner .carousel-item-next,
	.multi-item-carousel .carousel-inner .carousel-item-prev {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	.multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	.multi-item-carousel .active.carousel-item-left+.carousel-item-next.carousel-item-left,
	.multi-item-carousel .carousel-item-next.carousel-item-left+.carousel-item,
	.multi-item-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
	.multi-item-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	.multi-item-carousel .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
	.multi-item-carousel .carousel-item-prev.carousel-item-right+.carousel-item,
	.multi-item-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
	.multi-item-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		display: block;
		visibility: visible;
	}
}
@media (max-width: 768px) {
	#top-card {
    margin-top: 35px !important;
}
	div.insp-home-contact-form .insp-mainheading {
    font-size: 60px !important;
}
	.logo1 {

		width: 40%;
	}

	.logo1 {
		padding: 10px;
	}

	#top-card .card {
		width: 11rem !important;
	}

	.pro-cont p {
		font-size: small;
		margin: 0 14px
	}

	#brand {
		padding-top: 60px;
	}

	#brand .logo-side {
		padding: 42px;
	}

	#brand {

		padding-bottom: 0px;
	}

	.team-group {
		display: flex;
		flex-wrap: inherit;
	}

	.insta-feed .feed img {
		max-width: 100%;
	}

	.insp-homebanner {
		padding: 0px 15px 40px !important;
		margin-top: 70px !important;
	}

	.insp-homebanner.serve {
		margin-top: 0 !important;
		padding: 25px 15px 40px !important
	}

	.carousel-item .line {
		flex-wrap: wrap;
	}

	div.logo1 {
		padding: 30px 10px !important;
	}

	#three .web h4 {
		font-size: 30px;
		line-height: 38px;
	}

	#wpcf7-f686-o1 {
		width: 100% !important;
	}

	.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a {
		font-size: 8px;
	}

	.btnfive {
		margin-top: 10px !important;
	}

	.btnfive .btn {
		margin-right: 10px !important;
		font-size: 12px;
	}

	.carousel-inner {
		padding: 0;
	}
}
@media (max-width: 767.98px) {
	.insp-homebanner {
		min-height: 0vh;
	}

	#web-devp {
		margin-bottom: 20px;
	}

	.mobile-img img {
		margin: 0 !important;
	}

	#testimonial .card h5 {
		min-height: 24px;
	}

	#testimonial .card h5 {
		margin: 38px 26px !important;
	}

	#testimonial .card .carousel-para {
		margin-top: 0 !important;
	}

	#testimonial .carousel-control-prev,
	#testimonial .carousel-control-next {
		bottom: -155px !important;
	}

	#prtab {
		margin: 0 !important;
	}

	.insp-home-contact-form .insp-mainheading {
		font-size: 49px !important;
	}

	.insp-home-contact-form .insp-mainheading {
		margin-top: 45px;
	}

	.insta-feed .feed img {
		max-width: 100%;
	}

	#about_us {
		height: 52vh;
	}

	.about-right {
		margin: 30px 0;
	}

	.about-bg {
		background-size: 100%;
	}

	#slider {
		margin-top: 30px !important;
		margin-bottom: 60px !important;
	}

	#team {
		margin-bottom: 30px !important;
	}

	#brand {
		padding-top: 50px;
	}

	#brand {
		padding-top: 50px;
	}

	#blog {

		margin-top: 20px;
	}

	.rt-btn {
		margin-bottom: 20px;

		height: 36px;
	}

	#brand .logo-side {
		padding: 25px;
	}

	.insp-contactform {
		margin: 50px 0;
	}

	.team-group {
		flex-wrap: wrap;
	}

	.prrow {
		padding: 0 30px;
	}

	#site .site-cont {
		margin: 0 15px;
	}

	#top-card {
		margin-top: -15px;
	}

	#top-card .card {
		margin-bottom: 30px;
		width: 69% !important;
	}

	.insp-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.insp-header .navbar {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.insp-header .navbar .navbar-collapse {
		position: fixed;
		top: 58px;
		background-color: #FF8A00;
		left: 0;
		width: 100%;
	}

	.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a {
		color: #403535 !important;
		border-bottom: 1px solid #fff;
		padding: 8px;
	}

	.insp-header .insp-navigation .navbar-expand-md .navbar-nav li a.insp-headerphone {
		background: none;
	}

	.insp-header .navbar-toggler {
		background: #FF8A00;
		color: #fff;
		padding: 8px 15px;
		font-size: 1.3rem;
		float: right;
	}

	.insp-header .insp-logo {
		width: 50%;
	}

	.insp-logo img {
		max-width: 140px;
	}

	.insp-header .insp-navigation {
		width: 50%;
	}

	.insp-about .insp-aboutlogo li {
		margin-bottom: 15px;
		width: 50%;
	}

	.insp-homebanner {
		padding: 0 15px 0;
	}

	.insp-about-left-items {
		position: static !important;
		width: 100% !important;
	}

	.insp-about-left-items-inner {
		padding-left: 40px;
	}

	.insp-about-left-items-inner .insp-about-left-items-logo {
		left: 0;
	}

	.insp-approach:before {
		display: none;
	}

	.insp-approach .insp-approachitems .insp-approachitemsinner {
		width: 100%;
	}

	.insp-explore .insp-exploreinner {
		margin-top: 40px;
	}

	.insp-explore .insp-exploreinner .insp-explore-inner-content .insp-explore-inner-logo {
		top: 0;
		margin: 15px 0px;
	}

	.insp-careertable td {
		width: 100%;
		display: inline-block;
	}

	.insp-careertable td:nth-child(1) {
		width: 100%;
	}

	.insp-careertable td:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 991.98px) {
	.insp-homebanner {
		min-height: 0vh;
	}

	.insp-vector-mobile-none {
		display: none;
	}

	.insp-homebanner:after {
		display: none;
	}

	.insp-homebanner .insp-homebannercontent {
		width: 100%;
	}

	.insp-about-left-items {
		right: 0;
	}

	.insp-about {
		padding: 0px 0px 40px;
	}

	.insp-about .insp-about-left-inner {
		margin-bottom: 20px;
	}

	.insp-approach .insp-approachitems .insp-approachitemsinner {
		width: 33.33%;
	}

	.insp-contact:after {
		display: none;
	}

	.insp-home-contact-form {
		background: #FF8A00;
		margin-top: 20px;
		padding: 15px;
	}

	.insp-home-contact-form .insp-mainheading {
		font-size: 77px !important;
	}
}
@media only screen and (max-width: 992px) {
	.progress--circle {
		margin: 32px;
	}

	#top-card .card {
		width: 15rem !important;
	}
    .insp-header .insp-navigation .navbar-expand-md .navbar-nav li a {
		font-size: 13px;
		padding: 15px 10px;
	}
}
@media screen and (max-width: 1024px) {
	.insp-homebanner {
		margin-top: 18px;
	}

	#testimonial .card .carousel-para {
		max-height: 170px;
	}

	#brand {
		padding: 0 !important;
	}

	.logo1 {
		padding: 10px 30px !important;
	}

	.hey {
		max-width: 30%;
	}

	.insp-home-contact-form .insp-mainheading {
		font-size: 64px;
	}
}
/* cpcha css start here */
.insp-home-contact-form .form-group .form-group {
    padding: 0;
    margin-top: 25px;
	margin-bottom: 0 !important;
}
.insp-home-contact-form .form-group .form-group p{
	color: #fff;
	margin-bottom: 0 !important;
}
.insp-home-contact-form .form-group .form-group p img{
filter: invert(1);
}
span.wpcf7-form-control-wrap.dscf7captcha-177 input {
       border: 1px solid #fff;
    height: 45px;
    line-height: 60px;
    padding: 0px 15px;
    font-size: 1rem;
    border-radius: 300px;
    background: none;
    padding-left: 20px;
	background: transparent;
	width: 100% !important;
	margin-top:10px;
}
span.wpcf7-form-control-wrap.dscf7captcha-177 input::placeholder {
  color: #fff;
}
.insp-contactform span.wpcf7-form-control-wrap.dscf7captcha-177 input {
	 border: 1px solid #C4C4C4;
}
.insp-contactform span.wpcf7-form-control-wrap.dscf7captcha-177 input::placeholder{
  color: #C4C4C4;
}

/* cpcha css end here */