#contInfo .elementor-icon-box-description a {
    font-size: 18px;
	color:#000;
}
#contInfo h3.elementor-icon-box-title {
    font-size: 26px;
}
#contInfo .elementor-icon-box-description a:hover {
    color:#E9754C;
}
.topInfo span span {
    font-weight: 400;
    font-size: 14px;
}
#heroBanner .swiper-slide-inner {
    max-width: 1240px;
}
#projectSlider .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#heroBanner .swiper-slide-contents {
    position: absolute;
    max-width: 750px;
    height: auto;
    background-color: rgb(25 25 25 / 77%);
    padding: 30px 70px 30px 30px;
    left: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    top: 19%;
    margin-left: -375px;
}
#heroBanner .swiper-slide-contents:after {
    content: "";
    position: absolute;
    height: auto;
    left: -120px;
    top: 0;
    border-bottom: 384px solid rgb(25 25 25 / 77%);
    border-left: 120px solid transparent;
    box-shadow: 1px 0 0 #0000008a;
	display:none;
}
#heroBanner .elementor-slide-heading {
    font-size: 37px;
    margin-bottom: 20px;
}
#heroBanner .elementor-button.elementor-slide-button {
    padding: 12px 20px 16px;
	    margin-bottom: 15px;
}
#heroBanner .elementor-slide-description {
    font-size: 18px;
	    margin: 0 0 24px;
}
div#exp {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    position: absolute;
    left: 100px;
    bottom: -110px;
    background-color: #e9754cfa;
}
div#exp {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #e9754c;
  }
  100% {
    box-shadow: 0 0 0 20px #e9754c00;
  }
}

#projectSlider .swiper-slide p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	    margin: 0;
}
#testimonials .qodef-e-content {
    padding: 20px;
    background: #ffffffed;
    border-radius: 10px;
    text-align: center;
}
#testimonials .qodef-e-bottom-info {
    align-items: center;
    justify-content: center;
}
.whaiteAnchor a:hover, .whaiteAnchor a:focus {
    color: #f47549;
    transition: 0.6s;
}
.whaiteAnchor a {
    color: #f47549;
    transition: 0.6s;
    font-size: 17px;
}
#footSocial a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px 11px 0;
}
/** common form css **/
.commonForm label {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-family: "Muli Regular", Sans-serif;
}
.commonForm input.form-control, .commonForm select.form-control {
    border: 1px solid #b4b4b4;
    margin-top: 12px;
    height: 46px;
    outline: none;
    color: #000;
    width: 100%;
    font-family: "Muli Regular", Sans-serif;
    background: transparent;
}
.commonForm textarea.form-control {
    border: 1px solid #b4b4b4;
    margin-top: 12px;
    outline: none;
    color: #000;
    width: 100%;
	font-family: "Muli Regular", Sans-serif;
	background: transparent;
}
.commonForm .submitBtn .wpcf7-submit, .commonForm .submitBtn button {
    background: #e9754c;
    background-repeat: no-repeat;
    background-position: 87%;
    background-size: 26px;
    padding: 8px 0 10px;
    position: static;
    color: #FFF;
    border-color: #e9754c;
    width: 100%;
    font-family: "Muli Regular", Sans-serif;
    font-size: 20px;
	font-weight:600;
    transition: 0.5s;
}
.commonForm .submitBtn .wpcf7-submit:hover,.commonForm .submitBtn button:hover,  .commonForm .submitBtn .wpcf7-submit:focus,.commonForm .submitBtn button:focus {
    background: #000;
    color: #FFF;
    border-color: #FFF;
    transition: 0.5s;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #FFF;
    text-align: center;
    font-size: 18px;
}
.commonForm p {
    margin: 0 0 5px;
}
.commonForm .flexRow:last-child .flexCol12 {
    margin: 0;
}
.commonForm .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 5px 0 0;
    position: absolute;
}
.commonForm .submitBtn span.wpcf7-spinner {
    position: absolute;
    bottom: -20px;
    left: 46%;
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted  .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 0;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    color: #333;
    text-align: center;
    padding: 4px 0 6px;
	margin-top:15px;
}
.commonForm .flexCol12 {
    width: 100%;
    margin: 0 0 20px;
}
.commonForm .flexCol06 {
    width: 50%;
    margin: 0 0 20px;
}
.commonForm .flexRow {
    display: flex;
    align-items: center;
    gap: 20px;
}

.commonForm.reviewForm .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0d5970;
}
.commonForm.reviewForm .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #0d5970;
}
.commonForm.reviewForm .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #0d5970;
}
.commonForm.reviewForm .form-control:-moz-placeholder { /* Firefox 18- */
  color: #0d5970;
}
/** common form css end **/

@media only screen and (min-width: 768px) {div#exp.exps {    width: 200px;    height: 200px;    border-radius: 100px;    position: absolute;    left: 220px;    bottom: 65px;    background-color: #e9754cfa;}	}@media only screen and (max-width: 767px) {
	
div#mainMenu {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: transparent;
}
div#mainMenu .hfe-nav-menu__toggle.elementor-clickable {
	position: absolute;
	top: 28px;
	right: 15px;
	z-index: 33;
}
.whaiteAnchor a {
    font-size: 12px;
}
div#mainMenu .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu .hfe-nav-menu-icon svg {
	fill: #e9754c;
	width: 30px;
	height: 30px;
}
div#mainMenu .hfe-nav-menu__layout-horizontal {
	left: 0;
}
div#mainMenu ul.hfe-nav-menu {
    padding: 20px 0 30px;
}
    #heroBanner .elementor-slide-heading {
        font-size: 19px;
        margin-bottom: 9px;
        line-height: 27px;
    }
#heroBanner .elementor-slide-description {
    font-size: 13px;
    margin: 0 0 17px;
}
#heroBanner .swiper-slide-contents {
	width: 100%;
	min-width: 100%;
	height: auto;
	padding: 20px 15px 60px 15px;
	text-align: center;
	bottom: 0;
	left: 0;
	margin-left: 0;
	top: auto;
}
#heroBanner .elementor-button.elementor-slide-button {
    padding: 9px 15px 13px;
    margin-bottom: 15px;
    font-size: 14px;
	margin: 0 auto 15px;
}
div#exp {
    width: 170px;
    height: 170px;
    left: 50%;
    bottom: -30px;
    margin-left: -85px;
}
.commonForm .flexCol06 {
    width: 100%;
    margin: 0 0 20px;
}
.commonForm .flexRow {
    gap: 0px;
    flex-direction: column;
}
.commonForm textarea.form-control {
    height: 120px;
}
body, html {
    overflow-x: hidden;
}
}