/* *****===================={{{{{{{Home 9}}}}}}}}}===================** */
/*our expertise blurb color changed*/
    .mp_m_blurb_change_color, .mp_m_blurb_change_color h4, .mp_m_blurb_change_color .et-pb-icon {
            transition: all 0.4s ease-in 0s;
            -webkit-transition: all 0.4s ease-in 0s;
            -o-transition: all 0.4s ease-in 0s;
            -moz-transition: all 0.4s ease-in 0s;}
    .mp_m_blurb_change_color {
        padding: 20px;
            border-radius: 5px;
background-color: rgba(var(--black), 1)!important}
    .mp_m_blurb_change_color h4 {
            color: #fff!important;
        font-weight:700;} 
    .mp_m_blurb_change_color:hover {
        background-color: rgba(var(--orange), 1)!important;
        color: #fff;} 
    .mp_m_blurb_change_color:hover h4 {
            color: #fff!important;}
/*number counter style css*/
.da-counter-style-1{
    background: #fff;
    text-align: center;
    padding: 0px 0 30px;
    margin-top: 30px;
    position: relative;
  box-shadow: 0 0 1px 10px rgba(var(--black), 1);
border-radius: 10px;
  -webkit-transition: all 0.6s;
        transition: all 0.6s; }
.da-counter-style-1:hover{
   -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 1px 5px 14px hsla(0,0%,0%,3);
        z-index: 1;
    box-shadow: 0 0 1px 10px rgba(var(--black), 1);
border-radius: 10px; }
.da-counter-style-1 .percent .percent-value{
    width: 150px;
    height: 100px;
    line-height: 100px;
    background: rgba(var(--black), 1);
    margin: 0 auto;
    box-shadow: 0 8px 6px -6px #4d485e;  
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0; }
.da-counter-style-1 .percent .percent-value:before,
.da-counter-style-1 .percent .percent-value:after{
    content: "";
    border-right: 20px solid rgba(var(--black), 1);
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -40px; }
.da-counter-style-1 .percent .percent-value:after{
    border-right: 20px solid transparent;
    border-left: 20px solid rgba(var(--black), 1);
    left: auto;
    right: -40px; }
.da-counter-style-1 .title{
    font-size: 20px;
    font-weight: 600;
    color: #fff ;
    margin: 0; }
#da-counter-style-1 .et_pb_column:first-child {
    background: rgba(255,255,255,0.7); }
#da-counter-style-1.et_pb_column:first-child .et_pb_module{
	position: relative; }
#da-counter-style-1 .et_pb_column:first-child .et_pb_module::before,
#da-counter-style-1 .et_pb_column:first-child .et_pb_module::after {
	content: "";
	position: absolute;
	right: 0px;
	width:15px;
	height:90px;
	background: rgba(var(--black), 1); }
#da-counter-style-1 .et_pb_column:first-child .et_pb_module::before {
	top: 0px; }
#da-counter-style-1  .et_pb_column:first-child .et_pb_module::after {
	bottom: 0px; }
/*our best qualities Style 8 */
#service-style-8 .et_pb_column .et-pb-icon {
    box-shadow: 0 0 40px rgba(0,0,0,0.05) !important;
	transition: all 0.4s ease; }
#service-style-8 .et_pb_blurb:hover .et-pb-icon {
    transform: translateY(12px);
  color: rgba(var(--orange), 1) }
#service-style-8 .et_pb_blurb::after {
	content: '';
	position: absolute !important;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 3px;
	background-color: rgba(var(--orange), 1);
	transform: translateX(-50%); }
#service-style-8 .et_pb_blurb .et_pb_module_header:hover {
	color: rgba(var(--orange), 1); }
#service-style-8 .et_pb_blurb:hover::after {
	width: 100%; }
#service-style-8 .et_pb_blurb::after {
	transition: all 0.4s ease;  }
/*choose your plan*/
.pricing-item-cursor {
cursor: pointer;
padding: 10px 5px;
width: 50%;
text-align: center;
transition: 0.4s ease;
text-transform: uppercase;
font-weight: bold;
line-height: 16px;
position: relative;  }
.pricing-toggle {
display: flex;
background: #fff; /* Price Toggle background color */
box-shadow: 0 0 30px rgba(110,130,200,0.2);
border: 1px solid rgba(0,24,48,0.37);
border-radius: 50px;
width: 300px;
padding: 10px;
justify-content: space-between;
position: relative;  }
.pricing-toggle:before {
content: "";
width: 50%;
height: calc(100% - 10px);
top: 5px;
position: absolute;
background:rgba(var(--orange), 1); /* Active toggle background color */
  color: #fff!important;
left: 5px;
border-radius: 50px;
transition: 0.4s ease; }
.pricing-toggle.year:before {
left: calc(50% - 5px); }
.active-pricing-plan {
color: #fff !important; /* Active Toggle Font Color */ }
.price-panel.fade.active {
    position: relative;
    z-index: 5;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    width: 370px !important;
    opacity: 1; }
.price-panel.fade {
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all .7s ease;
    -webkit-transform: scale(.8,.8) translateX(180px);
    transform: scale(.8,.8) translateX(180px);
    width: 370px !important;
    opacity: .4;  }
@media only screen and (min-width: 1024px) {
#kh-pricing .et_pb_row {
display: flex;
align-items: center;  }}
@media only screen and (max-width: 768px) {
.pricing-toggle {
margin: auto;  }}  
/* Visual Builder Only */
.et-fb-root-ancestor .kh-price-code {
display: block;
background: #f1f1f1;
border: 1px dashed rgba(var(--black), 1);
padding: 20px;
text-align: center; }
.kh-price-code {
display: none; }
@media screen and (max-width: 640px) {
	#da-counter-style-1 .et_pb_text_2 h1 {font-size: 58px;line-height: 70px;}
	#architecture-firm-counter .et_pb_column:nth-child(2) .et_pb_module {
		width: 100%;
		float: none;
		margin: 0px auto;
		margin-top: 0px;
		margin-top: 85px;	}}
@media (min-width: 767px) {
	/*set the width of the button*/
	.agency-newsletter
	.et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
		flex-basis: 150px !important;	}
	/*set the width of the input field minus the width of the button*/
	.agency-newsletter
	.et_pb_newsletter_form .et_pb_newsletter_field {
		flex-basis: calc(100% - 165px) !important;	}}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 	/*set the width of the button*/
	.agency-newsletter
	.et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
		flex-basis: 100% !important;	}
	/*set the width of the input field minus the width of the button*/
	.agency-newsletter
	.et_pb_newsletter_form .et_pb_newsletter_field {
		flex-basis: calc(100% - 5px) !important;	}}
/*Link Style 5*/
.dp-link-style5{
    display: inline-block;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;}
.dp-link-style5:hover{ color: #fff; }
.dp-link-style5:before{
    content: "";
    width: 100%;
    height: 5px;
    border-radius: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;}
.dp-link-style5:hover:before{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;}
