/* common styling */

img {
  max-width: 100%;
  height: auto;
}

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

.primary {
  color: var(--primary);
}

.primary-dark{
	color:var(--primary-dark);
}

.button {
	cursor:pointer;
  display: inline-block;
  padding: 10px;
  background-color: transparent;
  color: var(--black);
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  min-width: 170px;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.4s ease;
}

.button-primary {
  background-color: var(--primary);
  color: var(--white);
}



.button-primary:hover {
  background-color: var(--primary-dark);
-webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: var(--white);
}

.button-primary:focus,.button-primary:active {
  color: var(--white);
}

.button-outline-primary{
  border: 1px solid var(--primary);
	background-color:transparent;
	color:var(--primary);
}

.button-outline-primary:hover{
  background-color:var(--primary);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	color:var(--white);
}

.button-outline-primary:not(:disabled):active {
  background-color: var(--primary) ;
  border-color: var(--primary);
  color: var(--white);
}
.section-padding {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 70px 0;
  }
}

.form input[type=text], .form input[type=password], .form input[type=number], .form input[type=email], .form input[type=search], .form input[type=tel], .form textarea, .form select {
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #757575 !important;
  font-size: 14px;
  border-radius: 4px !important;
  background-color: var(--white) !important;
  color: var(--black);
  font-weight: 500;
  width: 100%;
}

.form input[type=text], .form input[type=password], .form input[type=number], .form input[type=email], .form input[type=search], .form input[type=tel], .form select {
  height: 40px;
}

.form label {
  font-size: 12px;
  margin: 0;
  color: var(--black);
}


.background {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* accessibility services page styling */

.accessibility .hero-heading {
  color: var(--white);
  font-weight: 700;
  line-height: 1.3;
}

.accessibility {
  color: var(--black1);
  font-weight: 500;
}
.white-cta {
  background-color: var(--white);
  color: var(--primary);
  border-width: 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
	text-align:center;
}
.white-cta:hover {
  color: var(--white);
  background-color: var(--primary);
}

.accessibility h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
	.accessibility h2 {
	  font-size: 34px;
	  font-weight: bold;
	  margin-bottom: 10px;
	}
}
.accessibility p {
  font-size: 15px;
  line-height: 1.5;
}
@media (min-width: 992px) {
	.accessibility p {
	  font-size: 17px;
	  line-height: 1.25;
	}
}
@media (max-width: 360px){
	.accessibility.accessibility-hero{
		background-position:40% 35% !important;
	}
}
@media (max-width: 340px){
	.accessibility.accessibility-hero{
		background-position:40% 15% !important;
	}
}


.accessibility-hero .hero-heading {
  margin: 0 0 20px;
	font-weight: 900;
}
.accessibility-hero .btns-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .accessibility-hero .btns-holder {
    flex-direction: row;
    align-items: stretch;
  }
}
.accessibility-hero .btns-holder .white-cta:first-child {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .accessibility-hero .btns-holder .white-cta:first-child {
    margin: 0 15px 0 0;
  }
}
.accessibility-hero .btns-holder .white-cta {
  min-width:177px;
}

.access-req-demo, .access-req-audit, .access-download-checklist {
  padding: 15px 0;
  color: var(--white);
  text-align: center;
}
@media (min-width: 768px) {
  .access-req-demo, .access-req-audit, .access-download-checklist {
    text-align: left;
  }
}
.access-req-demo h2, .access-req-audit h2, .access-download-checklist h2 {
  color: var(--white);
}
@media (min-width: 768px) {
  .access-req-demo .btn-holder, .access-req-audit .btn-holder, .access-download-checklist .btn-holder {
    text-align: right;
  }
}
.access-req-demo .btn-holder .button, .access-req-audit .btn-holder .button, .access-download-checklist .btn-holder .button {
  font-size: 16px;
  padding: 14px 20px;
}
@media (min-width: 768px) {
  .access-req-demo .btn-holder .button, .access-req-audit .btn-holder .button, .access-download-checklist .btn-holder .button {
    font-size: 20px;
    padding: 15px 20px;
  }
}

.access-req-demo .btn-holder .button {
  color: var(--blue);
}

.access-req-demo .btn-holder .button:hover {
  color: var(--white);
}

	
.access-download-checklist .button {
  padding: 15px;
  font-size: 15px;
  border-radius: 8px;
}
.access-download-checklist p {
  margin: 0;
}
.access-download-checklist img {
  max-width: 260px !important;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .access-download-checklist img {
    max-width: 100% !important;
  }
}

.access-what-we-do {
  padding: 30px 0;
	font-weight:400;
}
@media (min-width: 768px) {
  .access-what-we-do {
    padding: 80px 0 30px;
  }
}
.access-what-we-do .section-head {
  text-align: center;
}
.access-what-we-do .section-head h2 {
  margin: 0 0 1rem;
  font-weight: 600;
}
.access-what-we-do .section-head p {
  font-size: 18px;
  line-height: 30px;
	font-weight:500;
  margin: 0;
}
@media (min-width: 992px) {
  .access-what-we-do .section-head p {
	  font-size: 22px;
	}
}
.access-what-we-do .orange {
  color: var(--primary-dark);
}
.access-what-we-do .blue {
  color: var(--blue);
}
@media (min-width: 768px) {
	.access-what-we-do p:last-child {
    	margin:0;
  	}
	.access-what-we-do .reverse-order .right{
		order:2;
	}
	.access-what-we-do .reverse-order .left{
		order:1;
	}
}

.access-resources {
  background-color: #f2f8ff;
  padding: 30px 0;
}
.access-resources h2 {
  font-weight: 600 !important;
  text-align: center;
  margin: 0 0 30px;
}
.access-resources .resource-link {
  background-color: var(--white);
  display: block;
}
.access-resources .resource-link img {
  max-width: 100%;
	width:100%;
  display: block;
  height: auto;
  transition: all 0.4s ease;
}
.access-resources .resource-link p {
  font-size: 17px;
  padding: 15px 10px;
  text-align: center;
  font-weight: 400;
  color: var(--black1);
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
	.access-resources .resource-link p {
	  font-size: 20px;
	}
}
.access-resources .resource-link:hover img {
  filter: opacity(0.8);
}
.access-resources .resource-link:hover p {
  -webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.3);
}

.access-works h2 {
  font-weight: 600 ;
  text-align: center;
  margin: 0 0 10px;
}
.access-works .work-info-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .access-works .work-info-wrapper {
    flex-direction: row;
    align-items: center;
    padding: 0 70px 0 0;
  }
  .access-works .work-info-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 150px;
    background-image: url("/wp-content/uploads/2020/11/orange-divider.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
}
.access-works .work-info-wrapper .img-block {
  position: relative;
  padding: 0 25px 0 0;
  margin: 0 0 10px;
}
.access-works .work-info-wrapper .img-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 80%;
  background-image: url("/wp-content/uploads/2020/11/orange-divider.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.access-works .work-info-wrapper .img-block img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .access-works .work-info-wrapper .img-block {
    max-width: 260px;
    padding: 0 40px 0 0;
    margin: 0 0 10px;
  }
  .access-works .work-info-wrapper .img-block::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .access-works .work-info-wrapper.reverse {
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 0 0 70px;
  }
  .access-works .work-info-wrapper.reverse::after {
    left: 0;
    right: auto;
    background-image: url("/wp-content/uploads/2020/11/blue-divider.png");
  }
}
.access-works .work-info-wrapper.reverse .img-block {
  padding: 0 0 0 25px;
}
.access-works .work-info-wrapper.reverse .img-block::after {
  left: 0;
  right: auto;
  background-image: url("/wp-content/uploads/2020/11/blue-divider.png");
}
@media (min-width: 768px) {
  .access-works .work-info-wrapper.reverse .img-block::after {
    padding: 0 0 0 40px;
  }
}
.access-works .work-info-wrapper.reverse h3 {
  color: var(--blue);
}
.access-works .work-info-wrapper h3 {
  font-size: 17px;
  color: var(--primary);
}
.access-works .work-info-wrapper p {
  font-size: 15px;
  font-weight: 400;
  color: var(--black1);
  margin: 0;
}
@media (min-width: 992px) {
	.access-works .work-info-wrapper p {
	  font-size: 17px;
	}
}



/* schedule a demo page styling &  request a audit page styling & download checklist page styling */
.schedule-demo-banner .hero-heading,.request-audit-banner .hero-heading,.download-checklist-banner .hero-heading{
  color: var(--white);
  font-weight: 700;
  line-height: 1.3;
	margin: 0;
}

.schedule-demo-content p,.request-audit-content p,.download-checklist-content p,.download-checklist-content p strong{
	font-size:15px;
	line-height:1.5;
	margin:0;
}

@media (min-width: 992px){
	.schedule-demo-content p,.request-audit-content p,.download-checklist-content p,.download-checklist-content p strong{
		font-size:17px;
	}
}
.download-checklist-banner .hero-sub-heading{
	font-size:20px;
	line-height:22px;
	color:var(--white);
	font-weight:500;
	margin:10px 0 0;
}
@media (max-width: 991px){
	.download-checklist-banner .hero-sub-heading{
		width:265px;
	}
}
@media (max-width: 575px){
	.download-checklist-banner .hero-sub-heading{
		width:230px;
	}
}
.download-checklist-content strong{
	font-size:17px;
	line-height:1.5;
}

.contact-form input[type=text], .contact-form input[type=password], .contact-form input[type=number], .contact-form input[type=email], .contact-form input[type=search], .contact-form input[type=tel],.contact-form input[type=url], .contact-form textarea, .contact-form select {
  margin-bottom: 5px !important;
  padding: 12px 6px;
  border: 1px solid #757575 !important;
  font-size: 16px;
  border-radius: 0 !important;
  background-color: var(--white) !important;
  color: var(--black1) !important;
  font-weight: 400 !important;
  width: 100% !important;
  display: block;
}

.contact-form label {
  font-size: 13px;
  margin: 0;
  color: var(--black1);
	display:inline-block !important;
}

.contact-form button[type=submit] {
	cursor:pointer;
  background-color: var(--primary) !important;
  color: var(--white) !important;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  padding: 14px 25px;
  border-radius: 0;
  border: 0;
  font-size: 17px;
  line-height: 1.5;
  transition: all 0.4s ease;
  margin: 8px 0 0;
}

@media (min-width: 768px) {
  .contact-form button[type=submit] {
	  min-width:290px;
	}
	.padding-right-10{
		padding-right:10px;
	}
	.padding-left-10{
		padding-left:10px;
	}
}
.contact-form button[type=submit]:hover {
  background-color: var(--primary-dark)!important;
  color: var(--white) !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.download-checklist-content .contact-form{
	background: var(--light-gray);
	padding:15px 10px;
}
/* .download-checklist-content .contact-form input{
	border:none !important;
} */
.download-checklist-content .contact-form button[type=submit]{
	font-size:20px;
	line-height:24px;
	min-width:100%;
	
}
.download-checklist-content h2{
	color:var(--primary) !important;
	font-weight:600 !important;
}

.download-checklist-content ul{
	list-style-type:disc;
	padding:0 0 0 30px;
	font-size:15px;
	line-height:1.5;
	margin:0;
}
@media (min-width: 992px){
	.download-checklist-content ul{
		font-size:17px;
		padding:0 0 0 40px;
	}
}
.download-checklist-content li{
	margin:0 0 10px;
}
.download-checklist-content li:last-child{
	margin:0;
}
.download-checklist-content .dual{
	display:flex;
}

.download-checklist-content .dual ul{
	max-width:50%;
	flex:0 0 50%;
}

.elementor-message.elementor-message-success{
	display:none !important;
}
.elementor-message.elementor-message-danger{
	display:none !important;
}
span.error{
	color: #d60000;
	font-size: 14px;
}
.requiredMark{
	color: #d60000;
}
.bg-imgage-404 h1{
	font-size: 14px !important;
}
.error-page h1{
	font-size: 20px !important;
}


/* Friday Design System Page Styling */

.primary-color{
	color:#c84803;
	font-weight:700;
}
.primary-color-dark{
	color:#af3f03;
	font-weight:700;
}

.friday-banner h1{
		font-size:40px !important;
	line-height:1.1 !important;
}

.friday-banner p{
		max-width:500px;
}

.friday-banner .friday-btns-holder{
	display:flex;
	flex-wrap:wrap;
}
.friday-banner .friday-btns-holder .btn{
	background-color:#e2e2e2;
	color:var(--black);
	font-size:14px;
	line-height:20px;
	padding:4px 6px;
	min-width:80px;
	text-align:center;
	margin:5px 10px 5px 0;
}
.friday-banner .friday-btns-holder .btn:hover{
	box-shadow: inset 0 0 0 100vw rgb(0 0 0 / 10%);
}
@media (max-width:991px){
	.friday-banner .elementor-background-overlay{
		background-color:var(--white);
	}
}
@media (max-width:767px){
	.friday-banner h1{
		font-size:30px !important;
	}
	.friday-banner p{
		max-width:250px;
	}
	.friday-banner .friday-btns-holder{
		max-width:250px;
	}
	.friday-banner .friday-btns-holder .btn{
		font-size:11px;
		line-height:14px;
		min-width:60px;
	}
}

.what-section{
    position: relative;
    overflow: hidden;
}
.what-section::before{
    content:'';
    position: absolute;
    left:-240px;
    bottom:-200px;
    width:400px;
    height: 400px;
    border:45px solid #000000;
    border-radius: 50%;
    opacity: 0.3;
}
@media (max-width:1200px){
    .what-section::before{
            opacity: 0.1;
    }
}
@media (max-width:991px){
    .what-section::before{
        left:-175px;
        bottom:-175px;
        width:350px;
        height: 350px;
	}
}
@media (max-width:767px){
    .what-section::before{
        left:-210px;
        bottom:initial;
        top:75px;
    }
}

.why-section .icon-desc-wrap>.elementor-container>.elementor-row{
    flex-wrap: nowrap;
}
.why-section .icon-desc-wrap .icon-holder{
    width:90px;
    flex-shrink: 0;
    min-width: 90px;
}
.why-section .icon-desc-wrap .desc-holder{
    width:auto;
    flex-grow: 1;
    
}
@media (max-width:767px){
    .why-section .icon-desc-wrap .icon-holder{
        width:65px;
        min-width:65px;
        margin-right:5px;
    }
}

.who-section{
    position: relative;
    overflow: hidden;
}
.who-section::before{
    content:'';
    position: absolute;
    left:calc(50% - 60px);
    top:-400px;
    width:560px;
    height: 560px;
    border:45px solid #F48245;
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0
}

@media (max-width:767px){
    .who-section::before{
        width:340px;
        height:340px;
        border:30px solid #F48245;
        left:initial;
        top:-230px;
        right:-55px;
    }

}

.how-section .card-col .card-wrapper{
    border:1px solid #E2E2E2;
    height: 100%;
}
.how-section .card-wrapper .elementor-cta__bg-wrapper{
    min-height: 164px;
}
@media(max-width:1366px){
   .how-section .card-wrapper .elementor-cta__bg-wrapper{
    min-height: 140px;
}
}
@media(max-width:991px){
   .how-section .card-wrapper .elementor-cta__bg-wrapper{
    min-height: 125px;
}
}
@media(max-width:400px){
   .how-section .card-wrapper .elementor-cta__bg-wrapper{
    min-height: 105px;
}
}
.how-section .card-wrapper .elementor-cta__content{
    overflow: initial;
}

.how-section .card-wrapper.line-card .elementor-cta__content .elementor-cta__description .bottom-text{
    width: 100%;
    border-top:1px solid #c84803;
    padding-top: 10px;
    margin-top: 15px;
    color: #c84803;
}
.how-section .card-wrapper.line-card .elementor-cta__content .elementor-cta__description .bottom-text .link{
    text-decoration: underline;
}

@media (min-width:768px){
    .how-section .card-wrapper.line-card .elementor-cta__content .elementor-cta__description {
   min-height: 170px;
   position: relative;
   padding-bottom: 50px;
    }
.how-section .card-wrapper.line-card .elementor-cta__content .elementor-cta__description .bottom-text{
    position: absolute;
    left:0;
    bottom: 0;
    }
}
@media (min-width:992px){
    .how-section .card-wrapper.line-card .elementor-cta__content .elementor-cta__description {
   min-height: 150px;
    }
}
@media (min-width:1367px){
    .how-section .card-wrapper.line-card .elementor-cta__content .elementor-cta__description {
   min-height: 130px;
    }
}

.how-section .card-wrapper .elementor-cta__content .elementor-cta__image{
    position: absolute;
    width:80px;
    height: 80px;
    border:5px solid #c84803;
    margin: 0;
    border-radius: 50%;
    right:20px;
    top:-40px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-section .card-wrapper .elementor-cta__content .elementor-cta__image + h2{
    margin-right: 90px;
}
@media(max-width:767px){
   .how-section .card-wrapper .elementor-cta__content .elementor-cta__image{
		width:64px;
		height: 64px;
		top:-32px;
	}
}
.where-section{
    position: relative;
    overflow: hidden;
}

.where-section::before{
    content:'';
    position: absolute;
    left:-220px;
    top:-250px;
    width:440px;
    height: 440px;
    border:45px solid #FFFFFF;
    border-radius: 50%;
    opacity: 0.1;
}


@media (max-width:767px){
    .where-section::before{
        width:300px;
        height: 300px;
        left:-150px;
        top:-160px;
    }

}

.where-section>.elementor-container>.elementor-row{
    flex-wrap: wrap;
    justify-content: space-between;
}

@media(min-width:768px){
    .where-section>.elementor-container>.elementor-row .heading-col{
    width:100%;
}
    .where-section>.elementor-container>.elementor-row .content-col{
    width:33%;
    }
}
@media(min-width:992px){
    .where-section>.elementor-container>.elementor-row .content-col{
    width:25%;
    }
}

.where-section .icon-desc-wrap>.elementor-container>.elementor-row{
    flex-wrap: nowrap;
}
.where-section .icon-desc-wrap .icon-holder{
    width:80px;
    flex-shrink: 0;
    min-width: 80px;
}
.where-section .icon-desc-wrap .desc-holder{
    width:auto;
    flex-grow: 1;
    
}
@media (max-width:767px){
    .where-section .icon-desc-wrap .icon-holder{
        width:50px;
        min-width:50px;
    }

}
.when-section .when-row>.elementor-container>.elementor-row{
    flex-wrap: nowrap;
}
.when-section .when-row>.elementor-container>.elementor-row .heading-col,.when-section .when-row>.elementor-container>.elementor-row .img-col{
    width:150px;
    flex-shrink: 0;
    min-width: 150px;
}
.when-section .when-row>.elementor-container>.elementor-row .line-col{
    flex-grow: 1;
    width: auto;
    margin:0 15px 0 5px;
}
.when-section .when-row>.elementor-container>.elementor-row .line-col::before{
    content:"";
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:100%;
    height:2px;
    background-color: #ffffff
}
.when-section .when-row>.elementor-container>.elementor-row .line-col::after{
    content:"";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:-10px;
    border:5px solid transparent;
    border-left:20px solid #ffffff;
}

@media (max-width:767px){
    .when-section .when-row>.elementor-container>.elementor-row .heading-col,.when-section .when-row>.elementor-container>.elementor-row .img-col{
    width:100px;
    min-width: 100px;
}
.when-section .when-row>.elementor-container>.elementor-row .line-col::after{
		border-width:4px;
		border-left-width:15px;
	}
}

/* Luca Page Styling */

.luca-banner{
    background-size: auto 100%;
}

.luca-banner h1{
    font-size: 45px !important;
    max-width: 340px;
}
@media (max-width:767px){
	.luca-banner h1{
        font-size: 30px !important;
        margin:0 auto;
        max-width: 250px;
    }
}
@media (min-width:768px){
    .luca-profile-section>.elementor-container>.elementor-row{
        flex-wrap:nowrap;
    }
    .luca-profile-section .profile-img.elementor-column {
        width:250px;
        min-width:250px;
        flex-shrink:0;
        margin-right:25px;
    }
    .luca-profile-section .profile-desc.elementor-column {
        width:auto;
        flex-grow:1;
    }
}

@media(min-width:768px){
    .luca-history-section{
        background-size:auto 100%;
    }
    .luca-history-section .elementor-background-overlay{
        opacity:0.6 !important;
    }
}
.luca-gallery>.elementor-container>.elementor-row{
    flex-wrap: wrap;
}
.luca-gallery>.elementor-container>.elementor-row>.elementor-column{
    width:50%;
}
@media(min-width:768px){
    .luca-gallery>.elementor-container>.elementor-row>.elementor-column{
        width:33.33%;
    }
}
.luca-social-section .icon-desc-wrap>.elementor-container>.elementor-row{
    flex-wrap: nowrap;
}
.luca-social-section .icon-desc-wrap .icon-holder{
    width:32px;
    min-width: 32px;
    flex-shrink: 0;
    margin-right: 10px
}
.luca-social-section .icon-desc-wrap .desc-holder{
    width:auto;
    flex-grow: 1
}
@media(max-width:991px){
    .luca-social-section br{
        display: none;
    }
}
@media(max-width:480px){
    .luca-social-section .icon-desc-wrap.last-wrap>.elementor-container>.elementor-row{
        justify-content:center;
    }
    .luca-social-section .icon-desc-wrap.last-wrap .desc-holder{
        flex-grow:0;
    }
}
/* Staff augmentation page */

.cta-section .elementor-text-editor .img-holder {
	flex-shrink:0;
} 

.features-section h2,.team-section h2,.cta-section h2 {
	font-size:24px;
	font-weight:700 !important;
	line-height:1.4;
}
.features-section .features-heading-desc p{
	line-height:1.5;
}
.features .elementor-widget-wrap{
    background-color: #E9F0F8;
	padding:30px 25px 30px;
}
.features .elementor-text-editor{
	font-size:14px;
	line-height: 1.3;
}
.features h3 {
	color: #0E2D7C;
	font-size:18px;
	line-height:1.25;
	margin:0 20px 0 0;
	font-weight:700;
	width:calc(100% - 68px);
}
.features img {margin:0;display:block;}

.staff-banner .img-holder .mobile {display:none;}

.staff-banner h1 {
    color:#2152D0;
    font-size:45px !important;
	line-height:1.3;
    font-weight:800;
	margin:0 0 20px;
}
.staff-banner h2 {
    color:#606060;
    font-size:20px;
	line-height:1.25;
    font-weight:700;
	margin:0 0 20px;
}
.staff-banner ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:1.25;
}
.staff-banner ul + ul li:last-child{
	font-weight:bold;
}
.staff-banner ul + ul{
	margin-left:50px;
}
.staff-banner ul li{
	margin:0 0 5px;
}
.staff-banner .elementor-image {
	position:relative;
}
.staff-banner .elementor-image:before,.staff-banner .elementor-image:after{
	position:absolute;
	content:'';
}
.staff-banner .elementor-image:before {
	background-color:rgba(242, 130, 77, 0.68);
	width:139px;
	height:132px;
	top:-25px;
	right:-50px;
	z-index:1;
}
.staff-banner .elementor-image:after {
	background-color:#E9F0F8;
	right:-999px;
	top:10%;
	bottom:-35px;
	left:57px;
	z-index:-1;
}

.team-section .txt-wrap{
	max-width:73%;
}
.team-section .elementor-text-editor p{
	margin:0;
	line-height:1.5;
}
.team-section .elementor-image {
	position:relative;
}
.team-section .elementor-image:before,.team-section .elementor-image:after{
	position:absolute;
	content:'';
}
.team-section .elementor-image:before {
	background-color:rgba(242, 130, 77, 0.68);
	width:139px;
	height:132px;
	top:25px;
	right:-50px;
	z-index:1;
}
.team-section .elementor-image:after {
	background-color:rgba(33, 82, 208, 0.46);
	bottom:-25px;
	right:85px;
	z-index:1;
	width:57px;
	height:54px;
}

.expertise .elementor-spacer-inner {
	background-color: #bfbfbf;
}

.expertise ul {
	list-style:none;
	margin:0;
	padding:0;
}
.expertise ul li {
	display:flex;
	align-items:center;
	margin:0 0 15px;
	width:33.33%;
}
.expertise ul li img {
	max-width:25px;
	min-width:25px;
	width:25px;
	margin:0 10px 0 0;
}

.content p{
	line-height:1.5;
}
.content .img-holder img {width:100%;}

.content .txt-holder{
	min-height:132px;
	padding:20px;
	background-color:#fff;
	box-shadow:0 4px 4px rgba(0,0,0,0.15);
}

@media (min-width: 768px){
	.staff-banner .img-holder{
		order:2;
	}
	.staff-banner .txt-holder{
		order:1;
	}
	.features .elementor-text-editor > div {
		min-height:80px;
	}
}

@media (max-width: 991px){

	.features .elementor-widget-wrap{
		padding:20px;
	}
	
	.staff-banner h1 {
		font-size:35px !important;
	}
	
	.features h3 {
		font-size: 15px;
		margin: 0 14px 0 0;
		font-weight: 700;
		width: calc(100% - 60px);
	}
	.team-section .txt-wrap{
		max-width:85%;
	}
	
}
@media (max-width: 767px){
	.staff-banner ul{
		font-size:12px;
	}
	.staff-banner ul+ul{
		margin-left:20px;
	}
	.staff-banner .elementor-image:before{
		width: 69px;
		height: 66px;
		top: 12px;
		right: -15px;
	}
	.staff-banner .elementor-image:after{
		bottom:-25px;
	}
	.staff-banner .img-holder .mobile {
		display:block;
	}
	.staff-banner .img-holder .desktop {
		display: none;
	}
	.team-section .txt-wrap{
		max-width:100%;
	}
	.features .elementor-text-editor > div {
		min-height:50px;
	}
	.features h3 {
		width: calc(100% - 104px);
		font-size:18px;
		margin:0 14px 10px 0;
	}
	.expertise ul li {
		margin: 0 0 17px;
		width: 50%;
	}
	
	.content .img-holder{
		max-width:303px;
		margin:0 auto 30px;
	}
	.content .txt-holder{
		max-width:303px;
		margin:0 auto 15px;
	}
	.staff-banner .img-holder{
		max-width:296px;
		margin:0 auto 50px;
	}
	.staff-banner ul{
		width:50%;
	}
	
	.team-section .img-holder{
		max-width:300px;
		margin:0 auto 30px;
	}
	.cta-section .elementor-text-editor > div {
		justify-content:center;
		margin-bottom:10px;
	}
	.cta-section .elementor-button-wrapper {
		text-align:center;
	}
	
}
@media (max-width: 350px){
	.features h3 {
		width: calc(100% - 70px);
	}
}

/* Staff augmentation page end */


/* Design and Discovery Workshops */


.dd-banner-heading h1,.dd-banner-subheading h2{
	max-width:830px;
}

.dd-primary-underline{
	position:relative;
	z-index:0;
	display:inline-block;
	font-family: "Merriweather",Sans-serif;
}

.dd-primary-underline::before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	height:0.14em;
	z-index:-1;
	background-color:var(--primary-light);
	bottom:5px;
}
@media(min-width:768px){
	.dd-primary-underline::before{
		bottom:7px;
	}
}
@media(min-width:992px){
	.dd-primary-underline::before{
		bottom:12px;
	}
}

.dd-heading-underline .dd-primary-underline::before{
	height:0.3em;
	bottom:5px;
}
@media(min-width:992px){
	.dd-heading-underline .dd-primary-underline::before{
		bottom:8px;
	}
}

.dd-workshops-icon-list ul li .elementor-icon-list-icon i{
	line-height:1.5;
}

.dd-case-studies-column>.elementor-column-wrap>.elementor-widget-wrap{
	box-shadow:0 4px 50px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 4px 50px 0px rgba(0, 0, 0, 0.10);
   -webkit-box-shadow: 0 4px 50px 0px rgba(0, 0, 0, 0.10);
	border-radius:8px;
	overflow:hidden;
}

/* .dd-case-studies-column .btn-underline-primary a.elementor-button-link{
	border-bottom:none;
}

.dd-case-studies-column .btn-underline-primary a.elementor-button-link:after{
	content:none;
} */

.dd-plans-section>.elementor-container>.elementor-row{
	align-items:flex-start;
}

.dd-plans-section .dd-plan-bagde>.elementor-widget-container{
	max-width:150px;
	margin:0 auto;
}

@media(min-width:768px){
	.dd-plans-section .dd-plans-icon-title-section{
		min-height:70px;
	}
}

.dd-plans-section .dd-plan-list ul li.elementor-icon-list-item .elementor-icon-list-icon{
	width:20px;
}
/* .dd-social-icons .elementor-social-icons-wrapper .elementor-grid-item{
	margin-right:22px;
} */

/* Design and Discovery Workshops page end*/


/* AWS Page Starts */

.aws-banner-subheading {
	max-width:500px;
}
.aws-banner-subheading .orange-underline{
	text-decoration:underline;
	text-decoration-color: #F18345;
	text-underline-offset:7px;
	text-decoration-thickness:3px;
}
.aws-bullets-points ul li span.elementor-icon-list-icon{
	line-height:1;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.how-it-works-cols-wrap>.elementor-container>.elementor-row{
		justify-content:center;
	}
}

.aws-how-it-works-col {
	height:100%;
}
.aws-how-it-works-subheading{
	max-width:700px;
	margin:0 auto;
}
.aws-architecture-heading h2{
	max-width:700px;
	margin:0 auto;
}
.aws-modernize-confidence-headings{
	max-width:250px;
}
.aws-modernize-confidence-headings span{
	font-family: 'Merriweather', serif;
	color: #F18345;
	font-weight:700;
}

.aws-contact-form-section {
	max-width:750px;
	margin:0 auto;
}


/* AWS Page Ends */

/* 2025 Roundup Pages Starts */

.roundup-2025-product-banner-title h1{
	max-width: 700px;
}

.roundup-2025-banner-subheading p {
	max-width: 780px;
}

.roundup-2025-content-subheading h3{
	max-width: 750px;
	margin:0 auto;
}
body.popUp-noscroll {
	overflow: hidden;
}
body.popUp-noscroll header{
	margin-right:15px;
}

.popUp-container{
    opacity: 0;
    visibility: hidden;
}
.popUp-container.show{
    opacity: 1;
    visibility: visible;
}
.popUp-container .popUp-box{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    width: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
	z-index:999999999999;
	background-color:#00000080;
}
.popUp-container .popUp-box .popUp-wrapper{
	width:100%;
	max-height:100%;
	overflow:auto;
	padding:20px;
}

.popUp-container .popUp-box .popUp-inner{
    background-color: white;
    width: 100%;
    max-width: 600px;
    position: relative;
    padding: 40px 25px;
    border-radius: 5px;
	z-index:9999999999999;
	margin:auto;
}

.popUp-container .popUp-box .popUp-inner .close-popUp{
	font-family:'Lato', sans-serif;
    position: absolute;
    display: inline-block;
  top: 10px;
  right: 15px;
  font-size: 25px;
  line-height: 25px;
  padding: 0 5px;
  color: #02271F;
  cursor: pointer;
  border: none;
  background: none;
}

@media(min-width:768px){
    .popUp-container .popUp-box .popUp-inner{
        padding:40px;
    }
}

/* 2025 Roundup Pages Ends */

/* Executive Dinner Page Start*/

@media(min-width:768px){
	.exec-dinner-banner-logos>.elementor-container>.elementor-row {
		justify-content:flex-end;
	}
}

.exec-dinner-banner-title h1{
	max-width:675px;
}

/* Executive Dinner Page Ends*/


/* SDD New Landing Page Start */

.sdd-hero-subtitle p{
	max-width:1000px;
}

.sdd-audit-pack-title h2{
	max-width: 750px;
}
.sdd-accelerating-subtitle p{
	max-width:750px;
}

.sdd-feedback-col>.elementor-column-wrap>.elementor-widget-wrap{
	padding:20px 40px;
	border:1px solid #00000033;
	border-left:4px solid #F87733;
	border-radius:4px;
	flex-direction:column;
	background-color:#fff;
}
.sdd-feedback-col>.elementor-column-wrap>.elementor-widget-wrap .feedback-para{
	flex-grow:1;
}

.sdd-audit-gap-subtitle p{
	max-width:650px;
}

.sdd-six-dimensions-section.elementor-section.elementor-section-boxed>.elementor-container{
	padding:50px 0px;
	background-color:#0F2747;
}

@media(min-width:768px){
	.sdd-six-dimensions-section.elementor-section.elementor-section-boxed>.elementor-container{
		max-width:1140px;
		padding:50px 30px;
		border-radius:27px;
	}
}

.sdd-maturity-title h2{
	max-width:700px;
}
.sdd-maturity-subtitle p{
	max-width:770px;
}

.sdd-governed-title h2,.sdd-governed-subtitle p{
	max-width:740px;
}
.sdd-governed-section .sdd-governed-left-column>.elementor-column-wrap::before,.sdd-governed-section .sdd-governed-right-column>.elementor-column-wrap::before{
	content:"";
	position:absolute;
	left:35px;
	right:35px;
	height:7.5px;
	top:-7.5px;
	border-radius:40px 40px 0 0; 
	background-color:#A7A7A7;
}
.sdd-governed-section .sdd-governed-right-column>.elementor-column-wrap::before{
	background-color:#F87733;
}
.sdd-governed-section{
	z-index:0;
}

.sdd-governed-section .sdd-governed-center-column{
		align-self:center;
		padding:50px 0 60px;
		overflow:hidden;
		margin:0 auto;
}

.sdd-governed-section .sdd-governed-center-column>.elementor-column-wrap::before{
	content:'';
	position:absolute;
	left:50%;
	top:-50px;
	transform:translateX(-50%);
	width:2px;
	height:49px;
	background:#898686;
}
.sdd-governed-section .sdd-governed-center-column>.elementor-column-wrap::after{
	content:'';
	position:absolute;
	left:50%;
	bottom:-53px;
	transform:translateX(-50%);
	width:12px;
	height:80px;
	background-image: url('/wp-content/uploads/2026/05/sdd-arrow-down.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index:-1;
}

@media(min-width:768px){
	.sdd-governed-section .sdd-governed-center-column{
		padding:0 25px;
		margin:0;
	}
	
	.sdd-governed-section .sdd-governed-center-column>.elementor-column-wrap::before{
		left:-25px;
		top:50%;
		transform:translateY(-50%);
		width:24px;
		height:2px;
		
	}
	.sdd-governed-section .sdd-governed-center-column>.elementor-column-wrap::after{
		right:-25px;
		top:50%;
		bottom:initial;
		left:initial;
		transform:translateY(-50%);
		width:80px;
		height:12px;
		background-image: url('/wp-content/uploads/2026/05/sdd-arrow.png');
	}
}

@media(min-width:992px){
	.sdd-governed-section .sdd-governed-center-column{
		padding:0 40px;
	}
	.sdd-governed-section .sdd-governed-center-column>.elementor-column-wrap::before{
		left:-40px;
		width:39px;
	}
	.sdd-governed-section .sdd-governed-center-column>.elementor-column-wrap::after{
		right:-40px;
	}
}

.sdd-governed-spec-section>.elementor-container>.elementor-row{
	align-items:flex-start;
}
.sdd-icon-image img{
	display:block !important;
}

.sdd-is-list ul li span.elementor-icon-list-icon{
	padding-top:3px;
	line-height:1;
}

.sdd-footer-title h2{
	max-width:530px;
	margin: 0 auto;
}


/* SDD New Landing Page End */