.ip-banner{
    display: none;
}

.ip-custom-banner-content-holder {
    background: #a9c8fe;
    position: relative;
    padding: 220px 0 0;
    padding: 11.458vw 0 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#content-sidebar, #content-full {
    margin-top: 0;
}

.ip-custom-banner-content {
    width: 85.417vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.ip-custom-banner-content-inner {
    width: 58.903%;
    padding: 37px 0 0;
    padding: 1.927vw 0 0;
}

.ip-custom-banner-content-form {
    width: 41.097%;
    padding-bottom: 30px;
}

.ip-dt-title {
    font-size: 70px;
     font-size: 3.646vw; 
    color: #493fe2;
    font-weight: 700;
    line-height: 80px;
    line-height: 4.167vw;
    font-family: var(--font-family-default);
    margin-bottom: 69px;
}

.ip-dt-process-icon {
    width: 97px;
    width: 5.052vw;
    height: 97px;
    height: 5.052vw;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(17, 41, 106, 0.1);
    margin: 0 auto;
    padding: 24px;
    padding: 1.25vw;
}

.ip-dt-process {
    display: flex;
    flex-wrap: wrap;
    max-width: 915px;
    max-width: 47.656vw;
    left: -30px;
    left: -1.563vw;
    position: relative;
    margin-bottom: 72px;
    margin-bottom: 3.75vw;
}

.ip-dt-process-list {
    width: 25%;
    position: relative;
    z-index: 2;
}

.ip-dt-process-label {
    font-size: 24px;
    font-size: 1.25vw;
    color: #363636;
    line-height: 30px;
    line-height: 1.563vw;
    text-align: center;
    font-weight: 600;
    font-family: var(--font-family-default);
    margin-top: 29px;
    margin-top: 1.51vw;
}

.ip-dt-process::after {
    content: '';
    position: absolute;
    top: 44px;
    top: 2.292vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 35vw;
    height: 10px;
    height: 0.521vw;
    background: #f2f4ff;
    box-shadow: 0px 5px 10px 0px rgba(17, 41, 106, 0.1);
}

.ip-dt-team {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -23px -59px;
    margin: 0 -1.198vw -3.073vw;
    max-width: 870px;
    max-width: 45.313vw;
}

.ip-dt-team-list {
    width: calc(100% / 3);
    padding: 0 23px;
    padding: 0 1.198vw;
}

.ip-dt-team-list a {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 5px 10px 0px rgba(17, 41, 106, 0.1);
}

.ip-dt-team-photo {
    position: relative;
    background: #e0e6f4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-dt-team-list a:hover .ip-dt-team-photo{
	background: #a9c8fe;
}

.ip-dt-team-photo canvas {
    display: block;
    width: 100%;
}

.ip-dt-team-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-dt-team-position {
    font-size: 20px;
    font-size: 1.042vw;
    color: #363636;
    text-align: center;
    font-weight: 500;
    font-family: var(--font-family-default);
    line-height: 1;
    padding: 18px 0 11px;
    padding: 0.938vw 0 0.573vw;
}

.ip-dt-form {
    max-width: 640px;
    max-width: 33.333vw;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 2.969vw 1.823vw;
}

.ip-dt-form-title {
	font-size: 50px;
	font-size: 2.604vw;
	color: #493fe2;
	font-weight: 700;
	line-height: 69px;
	line-height: 3.594vw;
	font-family: var(--font-family-default);
	margin-bottom: 7px;
	text-align: center;
}

.ip-dt-form .fsSectionHeader {
    display: none;
}

.ip-dt-form .fsBody .fsLabel, .ip-dt-form .fsBody label {
    font-size: 20px;
    font-size: 1.042vw;
    color: #363636;
    font-family: var(--font-family-default);
    line-height: 1;
    margin-bottom: 8px;
}

.ip-dt-form .fsForm select.fsRequired, 
.ip-dt-form .fsForm textarea.fsRequired, 
.ip-dt-form .fsRowBody input[type=email].fsRequired, 
.ip-dt-form .fsRowBody input[type=number].fsRequired, 
.ip-dt-form .fsRowBody input[type=tel].fsRequired, 
.ip-dt-form .fsRowBody input[type=text].fsRequired {
    border: none;
    background-color: #ecf0fb !important;
    height: 50px;
    height: 2.604vw;
    border-radius: 5px;
}

.ip-dt-form form {
    margin-top: 0 !important;
    padding: 0 !important;
}

.ip-dt-form .fsBody .fsFieldRow {
    margin-bottom: 6px!important;
}

.ip-dt-form .fsFieldRow .fsFieldCell.fsSpan50 {
    width: calc(50% - 11px);
    width: calc(50% - 0.573vw);
}

.ip-dt-form .fsFieldRow .fsFieldCell {
    margin: 0 11px;
    margin: 0 0.573vw;
}

.ip-dt-form .fsForm textarea {
    background: #ecf0fb;
    resize: none;
    border: none;
    border-radius: 5px;
    height: max(5.156vw, 100px) !important;
}

.ip-dt-form .fsSubmit input.fsSubmitButton {
    background: #4544e3 !important;
    width: 182px;
    height: 60px;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font-family-default);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-dt-form .fsSubmit input.fsSubmitButton:hover {
    background: #ee8140 !important;
}

.ip-dt-form .fsForm .fsSubmit {
    margin-top: 0;
    padding: 10px 0;
}

.ip-dt-form .fsValidationError {
    background: none;
    border: none;
    box-shadow: none;
}

.ip-dt-form div.fsError {
    display: none;
}

.ip-dt-form.fsValidationError .fsSignature, 
.ip-dt-form .fsValidationError input[type=email], 
.ip-dt-form .fsValidationError input[type=number], 
.ip-dt-form .fsValidationError input[type=tel], 
.ip-dt-form .fsValidationError input[type=text], 
.ip-dt-form .fsValidationError select,
.ip-dt-form .fsValidationError textarea {
	border: solid 1px #ce5f6d !important;
}

.ip-dt-status-area {
    position: relative;
    padding: 202px 15px;
    padding: 10.521vw 15px;
}

.ip-dt-status-content {
    width: 71.042vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ip-dt-status-content > div {
    width: calc(50% - 24px);
    width: calc(50% - 1.25vw);
    position: relative;
    border-radius: 10px;
    padding: 84px 15px 61px;
    padding: 4.375vw 15px 3.177vw;
}

.ip-dt-outsourcing {
    background: #4a3fe3;
}

.ip-dt-diy {
    background: #f2f4ff;
}

.ip-dt-status-inner {
    max-width: 490px;
    max-width: 25.521vw;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.ip-dt-status-title {
	font-size: 50px;
	font-size: 2.604vw;
	color: #493fe2;
	font-weight: 700;
	line-height: 60px;
    line-height: 3.125vw;
	font-family: var(--font-family-default);
	margin-bottom: 45px;
	margin-bottom: 2.344vw;
}

.ip-dt-outsourcing .ip-dt-status-title,
.ip-dt-outsourcing .ip-dt-status-list span,
.ip-dt-outsourcing .ip-dt-status-list p {
    color: #fff;
}

.ip-dt-status-list span {
    display: block;
    font-size: 35px;
    font-size: 1.823vw;
    color: #363636;
    font-weight: 700;
    font-family: var(--font-family-default);
    line-height: 1;
    margin-bottom: 18px;
    margin-bottom: 0.938vw;
}

.ip-dt-status-list p {
    font-size: 28px;
    font-size: 1.458vw;
    font-family: var(--font-family-default);
    color: #363636;
    margin: 0 !important;
    line-height: 39px !important;
    line-height: 2.031vw !important;
}

.ip-dt-status-list {
    margin-bottom: 39px;
    margin-bottom: 2.031vw;
    max-width: 475px;
    max-width: 24.74vw;
}

.ip-dt-outsourcing::after{
	content: '';
	position: absolute;
    width: 27.5vw;
    height: 26.979vw;
    left: 0;
    bottom: 0;
    background: url(../../images/dedicated-teams/status-accent1.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}

.ip-dt-diy::after{
	content: '';
	position: absolute;
    width: 27.031vw;
    height: 27.031vw;
    left: 0;
    bottom: 0;
    background: url(../../images/dedicated-teams/status-accent2.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}

.ip-dt-services-area {
    position: relative;
    background: #F2F5FF;
    background: -webkit-linear-gradient(to right, #F2F5FF 0%, #e8edff 100%);
    background: -moz-linear-gradient(to right, #F2F5FF 0%, #e8edff 100%);
    background: linear-gradient(to right, #F2F5FF 0%, #e8edff 100%);
    padding: 205px 15px 188px;
    padding: 10.677vw 15px 9.792vw;
}

.ip-dt-services-content {
    width: 75vw;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.ip-dt-services-title {
	font-size: 50px;
	font-size: 2.604vw;
	color: #493fe2;
	font-weight: 700;
	line-height: 69px;
	line-height: 3.594vw;
	font-family: var(--font-family-default);
	margin-bottom: 48px;
	text-align: center;
}

.ip-dt-services-feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ip-dt-services-list {
    width: 25%;
    padding: 24px;
    padding: 1.25vw;
    margin-bottom: 4px;
}

.ip-dt-services-inner {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 31px 15px 30px;
}

.ip-dt-services-section.services1 {
    width: 64.167vw;
    margin: 0 auto 76px;
    margin: 0 auto 3.958vw;
}

.ip-dt-services-icon {
    min-height: 118px;
    min-height: 6.146vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.875vw;
    margin: 0 auto;
}

.ip-dt-services-label {
    font-size: 28px;
    font-size: 1.458vw;
    color: #363636;
    font-weight: 500;
    font-family: var(--font-family-default);
    line-height: 1;
    margin-top: 33px;
    margin-top: 1.719vw;
}

.ip-dt-services-section.services1 .ip-dt-services-list:last-child .ip-dt-services-inner, 
.ip-dt-services-section.services1 .ip-dt-services-list:nth-child(5) .ip-dt-services-inner, 
.ip-dt-services-section.services1 .ip-dt-services-list:nth-child(6) .ip-dt-services-inner {
    min-height: 268px;
    min-height: 13.958vw;
}

.ip-dt-services-section.services2 .ip-dt-services-list {
    width: 20%;
    padding: 17px;
    padding: 0.885vw;
    margin-bottom: 6px;
}

.ip-dt-services-section.services2 .ip-dt-services-feed {
    margin: 0 -17px;
    margin: 0 -0.885vw;
}

.ip-dt-services-section.services2 .ip-dt-services-icon{
	min-height: auto;
}

.ip-dt-services-section.services2 .ip-dt-services-title {
    margin-bottom: 44px;
}

.ip-dt-services-feed .clearfix{
	width: 100%;
}

.ip-dt-services-left-accent{
	position: absolute;
    width: 46.354vw;
    height: 44.271vw;
    left: 0;
    bottom: 0;
    background: url(../../images/dedicated-teams/services-accent1.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}

.ip-dt-services-right-accent{
	content: '';
	position: absolute;
    width: 45.99vw;
    height: 45.99vw;
    top: 0;
    right: 0;
    background: url(../../images/dedicated-teams/services-accent2.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}


.ip-dt-cta-area {
    position: relative;
    padding: 0 0;
    background: #493fe2;
}

    .ip-dt-cta-accent1,
    .ip-dt-cta-accent2{
        position: absolute;
        width: 22.552vw;
        height: 22.552vw;
        left: 0;
        top: 0;
        background: url(../../images/cta-accent1.png) no-repeat;
        background-position: center;
        background-size: 100% 100%;
        pointer-events: none !important;
        opacity: .3 !important;
    }

        .ip-dt-cta-accent2{
            width: 24.323vw;
            height: 24.323vw;
            right: 0;
            left: auto;
            top: auto;
            bottom: 0;
            background: url(../../images/cta-accent2.png) no-repeat;
            background-position: center;
            background-size: 100% 100%;
            pointer-events: none !important;
        }

            .ip-dt-cta-holder {
                position: relative;
                padding: 140px 0 148px;
                padding: 7.292vw 0 7.708vw;
            }

                .ip-dt-cta-content{
                    position: relative;
                    z-index: 5;
                }

                .ip-dt-cta-title {
                    font-size: 70px;
                    font-size: 3.646vw;
                    color: #fff;
                    font-weight: 700;
                    line-height: 81px;
                    line-height: 4.219vw;
                    font-family: var(--font-family-default);
                    margin-bottom: 34px;
                    text-align: center;
                }

                    .ip-dt-cta-link a:hover {
                        background: #4544e3;
                    }

                        .ip-dt-cta-link a {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background: #ee8140;
                            color: #fff;
                            font-size: 20px;
                            text-transform: uppercase;
                            font-weight: 500;
                            font-family: var(--font-family-default);
                            width: 273px;
                            height: 70px;
                            border-radius: 10px;
                            -webkit-transition: all 0.3s ease-in-out;
                            -moz-transition: all 0.3s ease-in-out;
                            -o-transition: all 0.3s ease-in-out;
                            transition: all 0.3s ease-in-out;
                            margin: 0 auto;
                        }

                            .ip-dt-cta-link a img{
                                margin-left: 13px;
                            }

.ip-dt-testimonials-area{
	position: relative;
	padding: 155px 0 123px;
	padding: 8.073vw 0 6.406vw;
}

.ip-dt-testi-title {
    font-size: 70px;
    font-size: 3.646vw;
    color: #493fe2;
    font-weight: 700;
    line-height: 81px;
    line-height: 4.219vw;
    font-family: var(--font-family-default);
    margin-bottom: 34px;
    text-align: center;
}

.ip-dt-testi-list {
   /* max-width: 950px;
    max-width: 49.479vw;*/
    margin: 0 auto;
    padding: 0 25px;
    padding: 0 1.302vw;
    opacity: .35;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-dt-testi-list-inner {
    background: #f2f4ff;
    border-radius: 10px;
    padding: 75px 15px 79px;
    padding: 3.906vw 15px 4.115vw;
    position: relative;
}

.ip-dt-testi-list-inner::after,
.ip-dt-testi-list-inner::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15.156vw;
	height: 13.385vw;
	background: url(../../images/dedicated-teams/testi-quote-l.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}

.ip-dt-testi-list-inner::before{
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	background: url(../../images/dedicated-teams/testi-quote-r.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none !important;
}

.ip-dt-testi-text p {
    font-size: 28px;
    font-size: 1.458vw;
    text-align: center;
    color: #6a6a6a;
    margin: 0 0 !important;
    line-height: 38px !important;
    line-height: 1.979vw !important;
    padding-bottom: 30px;
}

.ip-dt-testi-text {
    max-width: 700px;
    max-width: 36.458vw;
    margin: 0 auto 5px;
    position: relative;
    z-index: 5;
}

.ip-dt-testi-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.ip-dt-testi-author-photo {
    width: 114px;
    width: 5.938vw;
    position: relative;
    margin-right: 30px;
    margin-right: 1.563vw;
}

.ip-dt-testi-author-photo canvas {
    display: block;
    width: 100%;
}

.ip-dt-testi-author-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ip-dt-testi-author-name {
    font-size: 28px;
    font-size: 1.458vw;
    font-weight: 700;
    color: #4a3fe3;
    font-family: var(--font-family-default);
    line-height: 1;
}

.ip-dt-testi-author-name span {
    display: block;
    font-weight: 400;
    color: #363636;
    margin-top: 11px;
}

.ip-dt-testi-slider .slick-list {
    padding: 0 23.75vw;
}

.ip-dt-testi-slider .slick-current.slick-active .ip-dt-testi-list{
	opacity: 1;
}

.ip-dt-testi-dots ul.slick-dots{
    text-align: center;
    margin: 0 !important;
    line-height: 1 !important;
}

.ip-dt-testi-dots ul.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}

.ip-dt-testi-dots ul.slick-dots li span {
    display: block;
    width: 16px;
    height: 16px;
    background: #d1cff7;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
}

.ip-dt-testi-dots ul.slick-dots li.slick-active span{
    background: #4840e3;
}

.ip-dt-testi-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
    margin-top: 3.385vw;
}

.ip-dt-testi-dots {
    margin: 0 62px;
}

.ip-dt-testi-arrow > span {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-dt-testi-arrow > span:hover {
	opacity: .6;
}

.fsFieldFocused:not(.fsValidationError).fsSpan100 {
    padding: 0 !important;
    margin: 0 0 20px !important;
}

@media only screen and (max-width: 1199px) {
	.ip-dt-services-section.services1 .ip-dt-services-list:last-child .ip-dt-services-inner, 
	.ip-dt-services-section.services1 .ip-dt-services-list:nth-child(5) .ip-dt-services-inner, 
	.ip-dt-services-section.services1 .ip-dt-services-list:nth-child(6) .ip-dt-services-inner {
	    min-height: 17.958vw;
	}	
}

@media only screen and (max-width: 991px) {
	.ip-custom-banner-content-holder {
	    padding: 50px 0 0;
	}

	.ip-custom-banner-content {
	    width: 100%;
	    padding: 0 15px;
	}

	.ip-custom-banner-content-inner {
	    width: 100%;
	    padding: 0 0 0;
	    text-align: center;
	}

	.ip-dt-title {
	    font-size: 35px;
	    line-height: 1;
	    margin-bottom: 40px;
	}

	.ip-dt-process {
	    max-width: 100%;
	    left: 0;
	    margin: 0 auto 30px;
	}

	.ip-dt-process-icon {
	    width: 97px;
	    height: 97px;
	    padding: 24px;
	}

	.ip-dt-process-label {
	    font-size: 20px;
	    line-height: 1;
	    margin-top: 20px;
	}

	.ip-dt-process::after {
	    top: 43px;
	    width: 85%;
	    height: 10px;
	}

	.ip-dt-team {
	    margin: 0 auto 30px;
	    max-width: 870px;
	}

	.ip-custom-banner-content-form {
	    width: 100%;
	}

	.ip-dt-form {
	    max-width: 640px;
	    margin: 0 auto 30px;
	    padding: 30px 15px;
	}

	.ip-dt-form-title {
	    font-size: 30px;
	    line-height: 1;
	}

	.ip-dt-form .fsBody .fsLabel, .ip-dt-form .fsBody label {
	    font-size: 16px;
	}

	.ip-dt-form .fsForm select.fsRequired, 
	.ip-dt-form .fsRowBody input[type=email].fsRequired, 
	.ip-dt-form .fsRowBody input[type=number].fsRequired, 
	.ip-dt-form .fsRowBody input[type=tel].fsRequired, 
	.ip-dt-form .fsRowBody input[type=text].fsRequired {
	    height: 50px;
	}

	.ip-dt-status-area {
	    padding: 50px 15px 10px;
	}

	.ip-dt-status-content {
	    width: 100%;
	    max-width: 500px;
	}

	.ip-dt-status-content > div {
	    width: 100%;
	    padding: 30px 15px;
	    text-align: center;
	    margin-bottom: 30px;
	}

	.ip-dt-status-inner {
	    max-width: 100%;
	}

	.ip-dt-status-title {
	    font-size: 30px;
	    line-height: 1;
	    margin-bottom: 30px;
	}

	.ip-dt-status-list {
	    margin-bottom: 30px;
	    max-width: 100%;
	}

	.ip-dt-status-list span {
	    font-size: 20px;
	    line-height: 1;
	    margin-bottom: 15px;
	}

	.ip-dt-status-list p {
	    font-size: 16px;
	    line-height: 1 !important;
	}

	.ip-dt-services-area {
	    padding: 50px 15px 30px;
	}

	.ip-dt-services-content {
	    width: 100%;
	}

	.ip-dt-services-section.services1 {
	    width: 100%;
	    margin: 0 auto 30px;
	}

	.ip-dt-services-title {
	    font-size: 30px;
	    line-height: 1;
	    margin-bottom: 30px;
	}

	.ip-dt-services-list {
	    padding: 15px;
	}

	.ip-dt-services-icon {
	    min-height: 118px;
	    width: 100%;
	    max-width: 100px;
	}

	.ip-dt-services-label {
	    font-size: 15px;
	    margin-top: 5px;
	}

	.ip-dt-services-section.services1 .ip-dt-services-list:last-child .ip-dt-services-inner, 
	.ip-dt-services-section.services1 .ip-dt-services-list:nth-child(5) .ip-dt-services-inner, 
	.ip-dt-services-section.services1 .ip-dt-services-list:nth-child(6) .ip-dt-services-inner {
	    min-height: 214px;
	}

	.ip-dt-cta-holder {
	    padding: 50px 0;
	}

	.ip-dt-cta-title {
	    font-size: 35px;
	    line-height: 1;
	}

	.ip-dt-testimonials-area {
	    padding: 50px 0 0;
	}

	.ip-dt-testi-title {
	    font-size: 35px;
	    line-height: 1;
	}

	.ip-dt-testi-slider .slick-list {
	    padding: 0 0;
	}

	.ip-dt-testi-list-inner {
	    padding: 50px 15px;
	}

	.ip-dt-testi-text {
	    max-width: 100%;
	}

	.ip-dt-testi-text p {
	    font-size: 20px;
	    line-height: 1.5 !important;
	    padding-bottom: 30px;
	}

	.ip-dt-testi-author-photo {
	    width: 114px;
	    margin-right: 30px;
	}

	.ip-dt-testi-author-name {
	    font-size: 20px;
	}

	.ip-dt-testi-dots {
	    margin: 0 62px;
	    display: none;
	}

	.ip-dt-testi-arrow > span {
	    margin: 0 10px;
	}

	.ip-dt-testi-arrow {
	    max-width: 130px;
	    margin: 30px auto 0;
	}

	.ip-dt-testi-list {
	    opacity: 1;
	    padding: 0 15px;
	}

	.ip-dt-cta-content {
	    padding: 0 15px;
	}

    .ip-dt-team-position {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
	.ip-dt-process::after {
	    display: none;
	}

	.ip-dt-process-list {
	    width: 50%;
	    margin-bottom: 30px;
	}

	.ip-dt-team-list {
	    width: 100%;
	    padding: 0 0;
	}

	.ip-dt-team-list a {
	    max-width: 250px;
	    margin: 0 auto 30px;
	}

	.ip-dt-form .fsFieldRow .fsFieldCell.fsSpan50 {
	    width: 100%;
	    margin: 0;
	}

	.ip-dt-services-list {
	    width: 50%;
	}

	.ip-dt-services-section.services2 .ip-dt-services-list {
	    width: 50%;
	    padding: 15px;
	}

	.ip-dt-services-feed .clearfix {
	    width: 100%;
	    display: none;
	}
}

@media only screen and (max-width: 480px) {
    .ip-dt-testi-author-photo {
        width: 95px;
    }

	.ip-dt-testi-author-photo {
	    margin-right: 15px;
	    margin-bottom: 15px;
	}

	.ip-dt-title {
	    font-size: 30px;
	}

	.ip-dt-process-list {
    	width: 100%;
	    margin-bottom: 30px;
	}

	.ip-dt-process-label br {
	    display: none;
	}

	.ip-dt-services-list {
	    width: 100%;
	}

	.ip-dt-services-section.services2 .ip-dt-services-list {
	    width: 100%;
	}

	.ip-dt-cta-title {
	    font-size: 30px;
	}
}

