@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

input::-moz-focus-inner{border:0;outline:none;}
button::-moz-focus-inner{border:0;outline:none;}
select::-moz-focus-inner{border:0;outline:none;}
option::-moz-focus-inner{border:0;outline:none;}
a::-moz-focus-inner{border:0;outline:none;}
button,a{border:0;outline:none;}
button:focus,
select:focus,
option:focus,
button:active,
select:active,
option:active,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner {
    outline: none;
    border: none;
}
input{outline:0 !important;}
body a:focus {
	outline:none;
	outline-offset: 0;
}
body .btn:focus,
body .btn.focus {
	outline: 0;
	box-shadow: none;
}
*{
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 -webkit-tap-highlight-color: transparent; /* For some Androids */
 
}

.design-development {
	position: relative;
	padding-top: 180px;
	padding-bottom: 130px;
}
.design-development:after {
	display: block;
	content: " ";
	background-image: url("../images/h1-rev2-img-1 1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -50px;
	right: -180px;
	width: 800px;
	height: 800px;
	z-index: -1;
}




.design-development .container {
	max-width: 1233px;
}

.design-development h1 {
    font-size: 72px;
    line-height: 85px;
    color: #000000;
}
.design-development .left-content p {
	font-family: Roboto;
	font-size: 22px;
	line-height: 28px;
	color: #020202;
	margin-top: 56px;
	max-width: 500px;
	margin-left: 10px;
}

.design-development .left-content p + .font-family-rubik {
	margin-top: 31px !important;
}
.design-development .left-content .btn {
	border: none;
	width: 339px;
	height: 59px;
	background: #FF0909;
	border-radius: 30px;
	font-family: Rubik;
	font-weight: 400;
	font-size: 20px;
	line-height: 39px;
	color: #FFFFFF;
}
.design-development .left-content .btn:hover{
	background: #000;
}
.design-development .mobile-right-side {
	position: absolute;
	right: 2.4%;
	bottom: -133px;
	max-width: 28.4%;
	width: 100%;
}
.design-development .mobile-right-side > img {
	width: 100%;
}

section.startup {
	padding-top: 187px;
	padding-bottom: 85px;
}
section.startup .container{
	max-width: 1225px;
}
section.startup .col-lg-6:last-child {
	flex: 0 0 47.1%;
	max-width: 47.1%;
}
section.startup .col-lg-6:first-child {
	flex: 0 0 52.9%;
	max-width: 52.9%;
}
section.startup .text-red {
	line-height: 59px;
	color: #FF0909;
	margin-bottom: 24px;
}
section.startup .red-overlay .text-22 {
	padding: 13px;
	background: rgba(244, 87, 87, 0.1);
	border-radius: 5px;
	font-family: Rubik;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #020202;
	max-width: 550px;
	width: 100%;
}

section.startup .blue-overlay .text-22 {
	max-width: 566px;
	width: 100%;
	background: rgba(29, 160, 215, 0.1);
	border-radius: 5px;
	width: 100%;
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #020202;
	padding: 23px 29px;
}
ul.blue-bullet,
ul.red-bullet {
	position: relative;
	padding: 0 7% 0 0px;
	margin: 35px 0 0 0;
	list-style: none;
}
ul.blue-bullet li,
ul.red-bullet li {
	position: relative;
	font-family: Roboto;
	font-size: 22px;
	line-height: 28px;
	color: #020202;
	padding-left: 24px;
	margin-bottom: 25px;
}
ul.blue-bullet li::before,
ul.red-bullet li::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 4px;
	height: 25px;
	width: 25px;
	background: url('../images/bullets.jpg') no-repeat 0 0;
	background-size: 8px;
}
ul.blue-bullet li::before {
	background: url('../images/bullets-blue.jpg')no-repeat 0 0;
	background-size: 8px;
}

ul.red-bullet + p {
	font-family: Rubik;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #161616;
	padding-left: 11px;
	max-width: 505px;
	width: 100%;
}
.startup .btn-s {
	width: 191px;
	height: 59px;
	border: 1px solid #FF0909;
	box-sizing: border-box;
	border-radius: 30px;
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #EC1F36;
	margin-left: 15px;
	box-shadow: none;
}
.startup .btn-s:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}
.startup .insights-wrap {
	padding-left: 29px;
	margin-top: 33px;
}
.step-two > p,
.step-one > p,
.insights-wrap > p {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #1DA0D7;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.step-two > p{
	color: #FF0909;
}
.step-form {
	margin-top: 20px;
	max-width: 457px;
	width: 100%;
}
.step-form form br {
	display: none;
}
.step-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.step-form input {
	height: 59px;
	border: 1px solid #1DA0D7;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 0 170px 0 30px;
	width: 100%;
}
.step-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #ccc;
    font-family: Rubik;
}
.step-form input:-moz-placeholder {
    opacity: 1;
    color: #ccc;
    font-family: Rubik;
}
.step-form input::-moz-placeholder { 
    opacity: 1;  
    color: #ccc;
    font-family: Rubik;
}
.step-form input:-ms-input-placeholder {  
    opacity: 1;  
    color: #ccc;
    font-family: Rubik;
}



.step-two,
.step-one {
	position: relative;
}
.step-form input.wpcf7-submit,
.btn.blue-btn.next-step {
	top: 72px;
	right: 0;
	z-index: 10;
	position: absolute;
	width: 167px;
	height: 59px;
	background: #1DA0D7;
	padding: 16px 10px;
	border-radius: 30px;
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	cursor: pointer;
}
.step-form input.wpcf7-submit:hover,
.btn.blue-btn.next-step:hover{
	background: #000;
}
.step-form .wpcf7-not-valid-tip,
.step-form .wpcf7-response-output {
	display: none !important;
}
.step-form input.wpcf7-not-valid {
	border: 1px solid #ff0000;
}
.step-form div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 20px;
	right: -30px;
}


section.digital-markiting {
	background-image: url("../images/digital.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #F8F8F8;
	position: relative;
	padding: 175px 0 166px 0;
	background-size:contain;
}
.digital-markiting .col-lg-9 p {
	font-family: Rubik;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 44px;
	line-height: 52px;
	color: #020202;
	padding-left: 14.8%;
}
.digital-markiting .mobile-left-side {
	position: absolute;
	bottom: -27.6%;
	left: 0.7%;
	z-index: 1;
}

section.what-you-get {
	padding-top: 88px;
	position: relative;
	padding-bottom: 169px;
}
.what-you-get .container {
	max-width: 100%;
	padding: .0;
}
.what-you-get .row {
	margin: 0;
	justify-content: flex-end;
}
.what-you-get .col-lg-6:first-child {
	margin-top: 9.8%;
	float: right;
	padding-left: 9.4%;
	padding-right: 6.5%;
}
.what-you-get h2 {
	font-family: Rubik;
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 71px;
	color: #000000;
	margin-bottom: 14.2%;
}
.why-choose-us p,
.what-you-get p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	color: #020202;
	margin-left: 18px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(236, 31, 54, 0.2);
}
.why-choose-us p:last-child,
.what-you-get p:last-child{
	margin-bottom: 0px;
	padding-bottom:0px;
	border-bottom:none;
}
.what-you-get .col-lg-6 + .col-lg-6 {
	padding: 0;
	flex: 0 0 40.7%;
	max-width: 40.7%;
}
.what-you-get .col-lg-6 + .col-lg-6 > img{
	width: 100%;
}
.what-you-get .mobile-right-side {
	position: absolute;
	right: 0.8%;
	z-index: 1;
	bottom: 2.7%;
}

section.why-choose-us {
	padding-bottom: 65px;
}
.why-choose-us .container {
	max-width: 100%;
	padding: 0;
}
.why-choose-us .row {
	margin: 0;
}
.why-choose-us .col-lg-6:first-child {
	padding: 0;
	flex: 0 0 42%;
	max-width: 42%;
	margin-right: 5.2%;
}
.why-choose-us .col-lg-6:first-child > img {
	width: 100%;
}
.why-choose-us .col-lg-6 + .col-lg-6 {
	margin-top: 3%;
	flex: 0 0 38%;
	max-width: 38%;
}
.why-choose-us .col-lg-6 h2 {
	font-family: Rubik;
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 71px;
	color: #000000;
	margin-bottom: 11.8%;
}
.why-choose-us p {
	margin-left: 0;
}

section.lasted-project {
	padding-top: 86px;
	background: #FCD4D1;
	padding-bottom: 310px;
}
section.lasted-project-slider {
	margin-top: -267px;
	padding-bottom: 87px;
}
section.lasted-project h2 {
	font-family: Rubik;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 71px;
	color: #020202;
	margin-bottom: 35px;
}
section.lasted-project h2 + p {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #020202;
}

.latest-project-wrap .lp-image {
	background: #000;
	margin: 5px;
	box-shadow:0px 0px 5px 1px rgba(0,0,0,0.2);
}
.latest-project-wrap .lp-image img{
	width: 100%;
}
.lasted-project-slider .slick-next,
.lasted-project-slider .slick-prev {
	position: absolute;
	top: 31.3%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -76px;
	width: auto;
	height: 28px;
	font-family: Rubik;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	background: transparent;
	border: none;
	cursor: pointer;
	padding-left: 20px;
}
.lasted-project-slider .slick-next::before,
.lasted-project-slider .slick-prev::before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	height: 25px;
	width: 3px;
	background: #000;
	transition: all 0.5s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lasted-project-slider .slick-next::after,
.lasted-project-slider .slick-prev::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 25px;
	width: 3px;
	background: #000;
	transition: all 0.5s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lasted-project-slider .slick-prev:hover::before {
	transform: rotate(35deg);
	transition: all 0.5s ease;
}
.lasted-project-slider .slick-prev:hover::after {
	transform: rotate(-35deg);
	transition: all 0.5s ease;
}


.lasted-project-slider .slick-next {
	right: -76px;
	left: auto;
	padding-right: 20px;
	padding-left: 0;
}
.lasted-project-slider .slick-next::before {
	right:0;
	left: auto;
}
.lasted-project-slider .slick-next::after {
	right:0;
	left: auto;
}
.lasted-project-slider .slick-next:hover::before {
	transform: rotate(-35deg);
	transition: all 0.5s ease;
}
.lasted-project-slider .slick-next:hover::after {
	transform: rotate(35deg);
	transition: all 0.5s ease;
}


.latest-project-wrap .lp-testimonial-text > span {
	font-family: Rubik !important;
	font-weight: 500 !important;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: #000000;
	display: block;
	max-width: 800px;
	margin: 130px auto 0 auto;
}
.latest-project-wrap .lp-testimonial-image {
	width: 75px;
	height: 75px;
	border-radius: 150px;
	display: block;
	margin: 21px auto 0 auto;
}
.lp-testimonial-role span {
	display: block;
	max-width: 386px;
	width: 100%;
	font-family: Roboto;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin: 15px auto 0 auto;
}

section.project-discuss {
	padding-bottom: 100px;
}
.project-discuss .btn {
	max-width: 339px;
	width: 100%;
	background: #FF0909;
	border-radius: 30px;
	border: none;
	padding: 16px;
	font-family: Rubik;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}
.project-discuss .btn:hover{
	background: #000;
	color: #fff;
}

.startup .modal-header .close {
	position: absolute;
	top: -15px;
	right: -18px;
	height: 35px;
	width: 35px;
	background: #FF0909;
	border: none;
	border-radius: 50px;
	padding: 0;
	margin: 0 !important;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
}
.startup .modal-header .close:hover{
	background: #000;
}
.startup .modal-header {
	padding: 0;
	border: none;
}


.startup .modal-content {
	padding: 30px;
	background: #f4f4f4;
}
.startup .modal-content form label {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.startup .modal-content form input,
.startup .modal-content form textarea {
	height: 42px;
	border: none;
	background: #fff;
	width: 100%;
	display: block;
	border-radius: 5px;
	font-size: 15px;
	padding: 0 15px;
	border: 1px solid #e1e1e1;
}
.startup .modal-content form textarea {
	height: 100px;
	padding: 15px;
	resize: none;
}
.startup .modal-content form br {
	display: none;
}
.startup .modal-content form p {
	position: relative;
	margin-top: 0;
}
.startup .modal-content input.wpcf7-submit {
	background: #ff0909;
	color: #fff;
	font-size: 21px;
	height: auto;
	padding: 4px;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
.startup .modal-content form input.wpcf7-submit:hover{
	background: #000;
}
.startup .modal-content div.wpcf7 .ajax-loader {
	position: absolute;
	top: 10px;
	right: 13px;
	background-color: #fff;
	border-radius: 50px;
	height: 25px;
	background-repeat: no-repeat;
	width: 25px;
	background-position: center;
}
div.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
	display: block !important;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}
div.modal.show {
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease;
}
.modal div.modal-dialog,
.startup.modal.show .modal-dialog,
.startup .modal.show .modal-dialog {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.success-form,
div.error-form,
body .wpcf7 form .wpcf7-response-output{
  clear: both;
  margin: 20px 0 0;
  width: 100%;
  border: 2px solid #333;
  text-align: center;
  background: #fff;
  color: #333;
  line-height: 120%;
  font-size: 15px;
  padding: 10px 15px;
}
div.error-form,
body .wpcf7-response-output.wpcf7-validation-errors,
body .wpcf7-response-output.wpcf7-mail-sent-ng,
body .wpcf7-response-output.wpcf7-spam-blocked,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output{
  border-color: #ff0000;
  color: #ff0000;
}
div.success-form,
body .wpcf7 form  .wpcf7-response-output.wpcf7-mail-sent-ok{
  border-color: #008000;
  color: #008000;
}
div.error-form,
div.success-form{
	border-radius: 50px;
}
body div.wpcf7 .ajax-loader {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 #333;
  height: 20px;
  width: 20px;
}

.slick-initialized .slick-slide::after {
	content: "";
	display: block;
	clear: both;
}
.resp-mar-padd.sections-slider  .slick-track > .row {
	margin: 0 !important;
	padding-top: 0 !important;
	overflow: hidden;
}
.resp-mar-padd #feature_project_luckybansko .custom-img img,
.resp-mar-padd.sections-slider .slick-track > .row .custom-img img {
	max-width: unset !important;
	left: 0;
	top: 0 !important;
	width: 160% !important;
	margin-left: -45% !important;
	margin-right: 0 !important;
}
.resp-mar-padd.sections-slider .slick-track > .row > div:last-child .custom-img img {
	margin-left: 0 !important;
	margin-top: 0 !important;
}
.resp-mar-padd.sections-slider .slick-track > .row > div {
	padding: 0;
	margin: 0 !important;
	width: 100%;
	float: left;
	max-width: 54.747%;
	padding-left: 90px;
	padding-right: 110px;
}
.resp-mar-padd.sections-slider .slick-track > .row > div:last-child {
	width: 100%;
	max-width: 40%;
	margin-left: -5.4% !important;
	margin-top: 0px !important;
	padding-left: 0;
	padding-right: 0;
}
div#feature_project_luckybansko,
div#feature_project_sutherland {
	margin-top: 0px !important;
	border: none;
}
.testimonial-wrap > div {
	max-width: 765px;
	margin: 20px auto;
	display: block;
}
.testimonial-wrap > div:last-child {
	margin-bottom: 0;
}
.testimonial-wrap > div.lp-testimonial-text span {
	text-align: center;
	font-size: 28px;
	line-height: 130%;
	color: #000000;
	display: block;
}
.testimonial-wrap > div.lp-testimonial-image > img {
	margin: 0 auto;
	width: 75px;
	height: 75px;
	border-radius: 160px;
	overflow: hidden;
}
.lp-testimonial-role span {
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
}

.testimonial .slick-next,
.testimonial .slick-prev {
	position: absolute;
	top: 31.3%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 40px;
	width: auto;
	height: 28px;
	font-family: Rubik;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	background: transparent;
	border: none;
	cursor: pointer;
	padding-left: 20px;
	z-index: 3
}
.testimonial .slick-next::before,
.testimonial .slick-prev::before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	height: 25px;
	width: 3px;
	background: #000;
	transition: all 0.5s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.testimonial .slick-next::after,
.testimonial .slick-prev::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 25px;
	width: 3px;
	background: #000;
	transition: all 0.5s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.testimonial .slick-prev:hover::before {
	transform: rotate(35deg);
	transition: all 0.5s ease;
}
.testimonial .slick-prev:hover::after {
	transform: rotate(-35deg);
	transition: all 0.5s ease;
}

.testimonial .slick-next {
	right: 40px;
	left: auto;
	padding-right: 20px;
	padding-left: 0;
}
.testimonial .slick-next::before {
	right:0;
	left: auto;
}
.testimonial .slick-next::after {
	right:0;
	left: auto;
}
.testimonial .slick-next:hover::before {
	transform: rotate(-35deg);
	transition: all 0.5s ease;
}
.testimonial .slick-next:hover::after {
	transform: rotate(35deg);
	transition: all 0.5s ease;
}
#feature_project_digitalocto div.brands img {
	width: 200px;
}
.ecommerce-empire-homepage {
	margin-top: 94px;
}

/*--07-10-2020--*/
.section-slider-heading {
    font-size: 65px;
    line-height: 1.2;
    font-weight: 700;
    margin: 80px 0 6px;
    text-transform: uppercase;
}
.section-slider-subheading {
    max-width: 710px;
    margin: 0 auto;
    line-height: 160%;
    font-size: 20px;
}
.sections-slider ul.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.sections-slider ul.slick-dots > li {
    display: inline-block;
    vertical-align: top;
}
.sections-slider ul.slick-dots > li > button {
    font-size: 0;
    padding: 0;
    background: #C4C4C4;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 0 3px;
}
.sections-slider ul.slick-dots > li.slick-active > button {
    background: #EC1F36;
}
.testimonial.slick-slider {
    margin-top: 50px;
}


@media screen and (max-width:1250px){
	.design-development {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.design-development .left-content p + .font-family-rubik {
		margin-top: 10px !important;
	}
	.design-development h1 {
		font-size: 5vw;
		line-height: 120%;
	}
	.design-development .left-content p {
		font-size: 18px;
		line-height:140%;
		margin-top: 25px;
		max-width: 450px;
		margin-left: 0;
	}
	.design-development .left-content .btn {
		width: 270px;
		height: 50px;
		font-size: 16px;
		line-height: 29px;
	}
	.design-development .mobile-right-side {
		right: 3%;
		max-width: 35%;
		width: 100%;
		bottom: -90px;
	}
	.design-development .mobile-right-side img {
		width: 100%;
	}
	section.startup {
		padding-top: 120px;
		padding-bottom: 60px;
	}
	section.startup h5,
	section.startup .text-red {
		font-size: 26px;
		line-height: 130%;
		margin-bottom: 15px;
	}
	section.startup .blue-overlay .text-22,
	section.startup .red-overlay .text-22 {
		padding: 10px;
		font-size: 16px;
		line-height: 140%;
	}
	ul.blue-bullet li,
	ul.red-bullet li {
		font-size: 16px;
		margin-bottom: 20px;
	}
	ul.red-bullet + p {
		font-size: 16px;
		line-height: 140%;
	}
	.step-two > p,
	.step-one > p,
	.insights-wrap > p {
		font-size: 16px;
		line-height: 140%;
		letter-spacing: 0px;
	}
	.startup .insights-wrap {
		padding-left: 25px;
		margin-top: 0;
	}
	.step-form {
		margin-top: 10px;
	}
	.step-form input.wpcf7-submit,
	.btn.blue-btn.next-step {
		width: 100px;
		height: 59px;
		padding: 16px 10px;
		font-size: 16px;
		top: auto;
		bottom: 0;
	}
	.step-form div.wpcf7 .ajax-loader {
		right: 0;
		z-index: 14;
	}
	.step-form input {
		padding: 0 105px 0 20px;
		width: 100%;
		font-size: 16px;
	}

	section.digital-markiting {
		padding: 100px 0 100px 0;
	}
	.digital-markiting .col-lg-9 p {
		font-size: 24px;
		line-height: 120%;
		padding-left: 33%;
	}
	.digital-markiting .mobile-left-side {
		bottom: -86px;
		left: 0.7%;
		z-index: 1;
		width: 15%;
	}
	.digital-markiting .mobile-left-side > img {
		width: 100%;
	}
	section.what-you-get {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.what-you-get .col-lg-6:first-child {
		margin-top: 50px;
		float: right;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 50%;
		width: 100%;
	}
	.what-you-get .col-lg-6 + .col-lg-6 {
		padding: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.what-you-get h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.why-choose-us p,
	.what-you-get p {
		font-size: 16px;
		line-height: 140%;
		margin-left: 0;
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.what-you-get .mobile-right-side {
		right: 0.8%;
		z-index: 1;
		top: 38%;
		max-width: 19%;
		width: 100%;
		bottom: auto;
	}
	.what-you-get .mobile-right-side img {
		width: 100%;
	}
	.why-choose-us .col-lg-6:first-child {
		flex: 0 0 44%;
		max-width: 44%;
		margin-right: 2%;
	}
	.why-choose-us .col-lg-6 + .col-lg-6 {
		margin-top: 30px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.why-choose-us .col-lg-6 h2 {
		font-weight: bold;
		font-size: 36px;
		line-height: 140%;
		color: #000000;
		margin-bottom: 20px;
	}
	section.lasted-project h2 {
		font-size: 42px;
		line-height: 140%;
		margin-bottom: 15px;
	}
	section.lasted-project h2 + p {
		font-size: 18px;
		line-height: 140%;
	}
	.lasted-project-slider .latest-project {
		max-width: 80%;
		margin: 0 auto;
		width: 100%;
	}
	section.lasted-project {
		padding-top: 60px;
		padding-bottom: 150px;
	}
	section.lasted-project-slider {
		margin-top: -130px;
		padding-bottom: 50px;
	}
	.latest-project-wrap .lp-testimonial-text > span {
		font-size: 18px;
		line-height: 140%;
		margin: 30px auto 0 auto;
	}
	section.project-discuss {
		padding-bottom: 60px;
	}
	.project-discuss a.btn {
		max-width: 290px;
		font-size: 16px;
	}

	div.resp-mar-padd {
		margin-left: 0px !important;
		padding-right: 0px !important;
		max-width: 100%;
		margin-top: 50px !important;
	}
	.resp-mar-padd.sections-slider .slick-track > .row > div {
		padding: 0;
		width: 100%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.resp-mar-padd.sections-slider .slick-track > .row > div:last-child {
		width: 100%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0 !important;
		margin-left: -1% !important;
	}
	.resp-mar-padd.sections-slider .text-40 {
		font-size: 24px;
	}
	.resp-mar-padd.sections-slider p {
		font-size: 14px;
		line-height: 140%;
	}
	.resp-mar-padd .custom-img {
		margin-top: 20px;
	}
	#feature_project_sutherland .custom-img img {
		max-width: 1000px;
		top: 0;
		left: -17%;
	}
	.resp-mar-padd .section-parag {
		padding: 0px;
		max-width: 100%;
	}
	#feature_project_luckybansko .section-parag {
		max-width: calc(100% - 45px);
	}
	div.last-sec-custom-padd-resp {
		padding-top: 0;
		margin-top: 0;
	}
	.resp-mar-padd.sections-slider .slick-track > .row > div:first-child .custom-img {
		margin-top: 0;
	}
	div.brands {
		margin-top: 0;
	}
	.testimonial-wrap > div {
		max-width: 500px;
	}
	.testimonial-wrap > div.lp-testimonial-text span {
		font-size: 18px;
	}
	.testimonial .slick-prev {
		left: 20px;
		font-size: 0;
	}
	.testimonial .slick-next{
		right: 20px;
		font-size: 0;
	}
	.section-slider-heading {
	    font-size: 48px;
	    margin: 60px 0 0;
	}
	.section-slider-subheading {
	    font-size: 18px;
	}
}


@media screen and (max-width:767px){
	.design-development {
		padding-top: 5%;
		padding-bottom: 265px;
		background-image: url("../images/mobile-welcome-commerce.png");
		background-repeat: no-repeat;
		background-size: 265px auto;
		background-position: 85% bottom;
	}
	.design-development .left-content {
		text-align: center;
	}
	.design-development h1 {
		font-size: 36px;
		line-height: 100%;
		margin-bottom: 30px;
	}
	.design-development .left-content p {
		font-size: 18px;
		line-height: 140%;
		margin-top: 10px;
		max-width: 100%;
	}
	.design-development .left-content .btn {
		width: 100%;
		height: 52px;
		font-size: 15px;
		line-height: 24px;
		max-width: 339px;
	}
	.design-development .mobile-right-side {
		right: 18px;
		max-width: 160px;
		width: 100%;
		bottom: 0px;
		height: 151px;
	}
	section.startup {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	section.startup .col-lg-6:last-child,
	section.startup .col-lg-6:first-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
	section.startup .col-lg-6:first-child {
		margin-bottom: 20px !important;
	}
	section.startup .blue-overlay .text-22,
	section.startup .red-overlay .text-22 {
		font-size: 14px;
		line-height: 140%;
	}
	section.startup .col-lg-6:first-child .btn-s {
		margin-top: 5px !important;
	}
	ul.blue-bullet, ul.red-bullet {
		padding: 0px;
		margin: 15px 0 0 0;
	}
	ul.blue-bullet li, ul.red-bullet li {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 140%;
	}
	ul.blue-bullet li::before,
	ul.red-bullet li::before {
		left: 7px;
		top: 3px;
	}
	ul.red-bullet + p {
		font-size: 14px;
		line-height: 120%;
	}
	.startup .btn-s {
		width: 150px;
		height: 45px;
		font-size: 16px;
		line-height: 26px;
		margin-left: 8px;
	}

	.startup .insights-wrap {
		padding-left: 0;
		margin-top: 0;
	}
	.step-form input {
		padding: 0 105px 0 20px;
		font-size: 14px;
		height: 50px;
	}
	.step-form input.wpcf7-submit,
	.btn.blue-btn.next-step {
		width: 110px;
		height: 48px;
		padding: 10px 10px;
		font-size: 16px;
		top: auto;
		bottom: 1px;
		right: 1px;
	}
	section.digital-markiting {
		padding: 35px 0 35px 0;
	}
	.digital-markiting .col-lg-9 p {
		font-size: 3.6vw;
		line-height: 120%;
		padding-left: 35%;
	}
	section.what-you-get {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.what-you-get .col-lg-6:first-child {
		margin-top: 0;
		float: none;
		max-width: 100%;
		width: 100%;
		order: 2;
	}
	.what-you-get .col-lg-6 + .col-lg-6 {
		padding: 0;
		flex: 0 0 100%;
		max-width: 265px;
		width: 100%;
		margin: 0 auto;
	}
	.what-you-get h2 {
		font-size: 26px;
		margin-bottom: 15px;
		line-height: 100%;
		margin-top: 20px;
	}
	.why-choose-us p, .what-you-get p {
		font-size: 14px;
	}
	.why-choose-us .col-lg-6:first-child {
		flex: 0 0 100%;
		max-width: 265px;
		margin: 10px auto 0 auto;
	}
	.why-choose-us .col-lg-6 + .col-lg-6 {
		margin-top: 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.why-choose-us .col-lg-6 h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	section.why-choose-us {
		padding-bottom: 35px;
	}
	section.lasted-project {
		padding-top: 30px;
		padding-bottom: 30%;
	}
	section.lasted-project h2 {
		font-size: 26px;
		line-height: 140%;
		margin-bottom: 15px;
	}
	section.lasted-project h2 + p {
		font-size: 14px;
		line-height: 140%;
	}
	section.lasted-project-slider {
		margin-top: -23%;
		padding-bottom: 20px;
	}
	.latest-project-wrap .lp-testimonial-text > span {
		font-size: 14px;
		margin: 15px auto 0 auto;
	}

	.lasted-project-slider .slick-next,
	.lasted-project-slider .slick-prev {
		font-size: 0;
		left: -20px;
	}
	.lasted-project-slider .slick-next {
		right: -20px;
		left: auto;
	}

	.lasted-project-slider .slick-prev:before,
	.lasted-project-slider .slick-prev:hover::before {
		transform: rotate(35deg);
		transition: all 0.5s ease;
	}
	.lasted-project-slider .slick-prev::after,
	.lasted-project-slider .slick-prev:hover::after {
		transform: rotate(-35deg);
		transition: all 0.5s ease;
	}

	.lasted-project-slider .slick-next:before,
	.lasted-project-slider .slick-next:hover::before {
		transform: rotate(-35deg);
		transition: all 0.5s ease;
	}
	.lasted-project-slider .slick-next::after,
	.lasted-project-slider .slick-next:hover::after {
		transform: rotate(35deg);
		transition: all 0.5s ease;
	}
	.lp-testimonial-role span {
		font-size: 14px;
	}
	.startup .modal-content {
		padding: 20px;
		width: 92%;
		margin: 0 auto;
	}
	.ecommerce-empire-homepage {
		margin-top: 40px;
	}
	.resp-mar-padd.sections-slider .slick-track > .row {
		display: flex;
	}
	.resp-mar-padd.sections-slider .slick-track > .row > div {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		float: none;
	}
	.resp-mar-padd.sections-slider .slick-track > .row > div:last-child {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 15px !important;
		margin-left: auto !important;
	}
	.resp-mar-padd #feature_project_luckybansko .custom-img img,
	.resp-mar-padd.sections-slider .slick-track > .row .custom-img img {
		max-width: unset !important;
		left: auto;
		top: auto !important;
		width: 100% !important;
		margin-left: auto !important;
		margin-right: 0 !important;
	}
	div#feature_project_luckybansko,
	div#feature_project_sutherland {
		margin-top: 0px !important;
		border: none;
		padding: 0 !important;
	}
	.resp-mar-padd .custom-img {
		margin-top: 0;
	}
	.resp-mar-padd.sections-slider .slick-track > .row > div.order-2 {
		margin-top: 20px !important;
	}
	#feature_project_sutherland .custom-img img {
		max-width: 100%;
		top: 0;
		left: auto;
	}
	.testimonial-wrap > div {
		max-width: 100%;
		margin-top: 0;
	}
	.testimonial-wrap > div.lp-testimonial-text span {
		font-size: 14px;
		padding: 0 40px;
	}
	.testimonial  .slick-prev:before,
	.testimonial  .slick-prev:hover::before {
		transform: rotate(35deg);
		transition: all 0.5s ease;
	}
	.testimonial .slick-prev::after,
	.testimonial .slick-prev:hover::after {
		transform: rotate(-35deg);
		transition: all 0.5s ease;
	}
	.testimonial .slick-next:before,
	.testimonial .slick-next:hover::before {
		transform: rotate(-35deg);
		transition: all 0.5s ease;
	}
	.testimonial .slick-next::after,
	.testimonial .slick-next:hover::after {
		transform: rotate(35deg);
		transition: all 0.5s ease;
	}
	.step-form div.wpcf7 .ajax-loader {
		right: 11px;
		bottom: 15px;
		visibility: visible;
	}
	.step-two > p,
	.step-one > p,
	.insights-wrap > p {
		font-size: 18px;
	}
	.section-slider-heading {
	    font-size: 36px;
	    margin: 50px 0 6px;
	}
	.section-slider-subheading {
	    font-size: 14px;
	    line-height: 140%;
	}
}



@media screen and (max-width:1450px){
	.design-development:after {
		width: 720px;
		height: 720px;
		right: -200px;
	}
	.design-development .mobile-right-side {
		bottom: -20px;
	}
}
@media screen and (max-width:1250px){
	.design-development:after {
		width: 600px;
		height: 600px;
		right: -150px;
	}
	.design-development .mobile-right-side {
		bottom: -12px;
	}
	section.startup {
		padding-top: 80px;
	}
}
@media screen and (max-width:1000px){
	.design-development:after {
		width: 500px;
		height: 500px;
	}
	.design-development .mobile-right-side {
		bottom: -12px;
	}
	section.startup {
		padding-top: 50px;
	}
}
@media screen and (max-width:767px){
	.design-development:after {
		display: none;
	}
}