@media screen and (max-width: 1199px) {
	.center-wr{ width: 95%; }
	#logo {
	    width: 220px;
	}
	#logo img {
	    width: auto;
	    max-width: 100%;
	}
	.menu a {
		margin: 0 0.6em;font-size: 15px;
	}
	.header-menu {
		width: 75%;
	}
	.fixedheader .header-menu {
		padding-top: 30px;
	}
	.bannertext {
		padding: 107px 0 96px;
	    background-size: 100% 100%;
	}
	.bannertext h1 {
		font-size: 52px;
	}
	.bannertitle {
		font-size: 68px;
		line-height: 30px;
	}
	.section-heading-wr, .pages-title-wr {
		font-size: 19px;
		background-size: 150% auto;
    	background-position: center;
	}
	.tab_slide_section_wr, .first-section-content {
		width: 100%;
	}
	.left_image_wr, .right_image_wr {
	    width: 32.33%;
	    padding: 29px 12px 58px;
	    box-sizing: border-box;
	    background-size: 100% 100%;
	}
	.middle_image_wr {
	    width: 35.33%;
	    padding: 35px 14px 58px;
	    box-sizing: border-box;
	    background-size: 100% 100%;
	}
	.scroll_image_container {
	    height: 486px;
	}
	.image-wr-left, .service-image-wr-left, .image-wr-right, .service-image-wr-right {
	    width: 100%;
	    box-sizing: border-box;
	}
	.content-wr {
		width: 50%;
	}
	.content-wr > h5 {
		font-size: 31px;
	}
	.readmore-button .readmore {
		padding: 17px 0;
	}
	.readmore-button .readmore span {
		top: 6px;
	}
	.fourth-left-content-wr {
		padding-right: 0;
	}
	.fourth-left-content-wr ul li, .fourth-right-content-wr ul li {
		font-size: 23px;
	}
	.fourth-middle-content-wr {
	    width: 25%;
	    padding: 70px 19px;
	    margin: 0 8.5%;
	}
	.sixth-right-content-wr {
		width: 387px;height: 284px;
		padding: 17px 51px 39px 64px;
	}
	.eight-left-wr {
		font-size: 38px;
		background-size: 100% 100%;
	}
	.eight-left-wr > h6 {
		padding: 108px 0;
	}
	.eight-right-wr {
		width: 80%;
	}
	.eight-right-content-wr {
		padding: 60px 0;
	}
	.clientname {
		margin: 32px 0;
	}
	.clientImage {
		margin: 0 auto 37px;
	}
	.eight-right-wr .bx-wrapper {
		margin: 0;
	    height: auto;
	}
	.eight-right-wr .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -50px;
	}
	.joinus, .getaquote, .doenquiry {
		width: 32%;
	}
	.joinus, .getaquote {
	    margin-right: 2%;
	}
	.footer-contact-info-wr {
		padding: 24px 0 35px;
	}
	.planning-right-border  {
		left: 20.5%;
	    width: 23.5%;
	}
	.testing-right-border {
		left: 57.8%;
	}
	 @-webkit-keyframes leftranslate {
	    0% {
	    	-webkit-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-webkit-transform:translateY(198px) skewY(-23deg);
	    }
	    100% {
	    	-webkit-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	     @-moz-keyframes leftranslate {
	    0% {
	    	-moz-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-moz-transform:translateY(198px) skewY(-23deg);
	    }
	    100% {
			-moz-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	     @-o-keyframes leftranslate {
	    0% {
	    	-o-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-o-transform:translateY(198px) skewY(-23deg);
	    }
	    100% {
	      	-o-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	    @keyframes leftranslate {
	    0% {
	    	-ms-transform:translateY(0px) skewY(-23deg);
	      	transform:translateY(0px) skewY(-23deg);    
	    }
	    50% {
	    	-ms-transform:translateY(198px) skewY(-23deg);
	      	transform:translateY(198px) skewY(-23deg);
	    }
	    100% {
	      	-ms-transform:translateY(0px) skewY(-23deg);
	      	transform:translateY(0px) skewY(-23deg);
	    }
	  }
	  @-webkit-keyframes rightranslate {
	    0% {
	      -webkit-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -webkit-transform: translateY(198px) skewY(23deg);
	    }
	    100% {
	      -webkit-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @-moz-keyframes rightranslate {
	    0% {
	      -moz-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -moz-transform: translateY(198px) skewY(23deg);
	    }
	    100% {
	      -moz-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @-o-keyframes rightranslate {
	    0% {
	      -o-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -o-transform: translateY(198px) skewY(23deg);
	    }
	    100% {
	      -o-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @keyframes rightranslate {
	    0% {
	      -ms-transform: translateY(0px) skewY(23deg);    
	      transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -ms-transform: translateY(198px) skewY(23deg);
	      transform: translateY(198px) skewY(23deg);
	    }
	    100% {
	      -ms-transform: translateY(0px) skewY(23deg);
	      transform: translateY(0px) skewY(23deg);
	    }
	  }
	.gridpopupimage {
		top: 20%;
		transform: translateY(-20%);
	}
	#commentform input, #commentform textarea {width: 69%;}
	#commentform #submit {width: 35%;}
	.post-entry {

    padding: 6px 0 13px;
}
#pings, #comments
{
	font-size: 17px;
}
.single_wr {
    padding: 49px 0 51px;
}
.single-cnt-wr .single-title h5 {
    padding: 18px 0 22px;
}

.sixth-inner-wr {
    padding: 60px 0;
}
.sixth-left-wr .bx-wrapper {
    height: auto;
    margin: 0;
}
.sixth-left-content-wr {
	min-height: auto;
}
.sixth-inner-wr {
	width: 90%;
}
.business-pro-desc {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
}
.eight-left-content-wr {
    padding: 60px 0;
}
.seventh-section-wr {
    padding-top: 15px;
}
.gridview {
    padding: 15px 0 50px;
}
.box {
    width: 100%;
}
.third-section-wr {
    padding: 20px 0;
}
.third-odd-post-wr, .third-even-post-wr {
    padding: 30px 0;
}
.third-section-wr {
    padding: 20px 0 30px;
}
.leftimageandbarwr, .rightimageandbarwr {
    width: 46%;
}
.fourth-section-wr {
    padding-top: 15px;
}
.fourth-content-wr {
    padding: 30px 0 65px;
}
.fifth-section-wr {
    padding: 15px 0;
}
.sixth-left-content-wr > h6 {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.business-pro-desc p {
    margin: 0;
    padding-bottom: 15px;
}
.sixth-left-content-wr > a {
	display: inline-block;
}
.image_container {
	height: 410px;
}
/* Default Page */
.not-found #searchform {
    width: 40%;
}
.pagination .nav-links > * {
	display: inline-block;
    padding: 10px;
    margin: 5px 2px;
    font-size: 14px;
    line-height: 14px;
}
/* Category Page */
.blog-wr {
    width: 30.6%;
}
.blog-title-wr h5 {
    line-height: 26px;
    font-size: 18px;
}
.blog-content-wr {
    font-size: 15px;
    line-height: 22px;
    height: unset;
    margin-bottom: 10px;
}
/*26 December 2019*/
.ourvision, .qualityassurance, .reserch, .minimizecost {
    width: 86%;
}
.page-template-template-about-us .leftimageandbarwr, .page-template-template-about-us .rightimageandbarwr {
    width: 94%;
}
.polygonbackground {
    margin: 0 18px;
}
.brandicons:nth-child(2n), .brandicons:nth-child(4n){
    background-image: none;
}
.brandicons.Squarespace:nth-child(3n){
	background-image: url(../images/line.png);
}
.brandicons {
    width: 38%;
}
.portfolio-taber, .portfolio-cat-tab {
    width: 80%;
}
/*Carrer Page*/
.career-first-right-wr h1 {
    font-size: 24px;
    line-height: 29px;
}
.career-first-right-wr p {
    font-size: 15px;
    line-height: 19px;
    margin: 4px 0px;
}
.career-first-content-wr {
	top: 15px;
    left: 14px;
    width: 95%;
}
/*.section-heading-wr h3 {
    margin: 0px;
}*/
.website-design-single-wr {
    padding: 0px;
}
.four-box-wr .portfolio-image-blc:nth-child(1), .four-box-wr .portfolio-image-blc:nth-child(4) {
    width: 500px;
}
.portfolio-images-wr {
    padding: 63px 0 0px;
}
.four-box-wr .portfolio-images-inner, .four-box-wr.brochure-inner .portfolio-images-inner, .four-box-wr.tshirt-inner .portfolio-images-inner {
    width: 873px;
    margin: 0 auto;
}
.four-box-wr .portfolio-image-blc:nth-child(2), .four-box-wr .portfolio-image-blc:nth-child(3), .four-box-wr .portfolio-image-blc:nth-child(1), .four-box-wr .portfolio-image-blc:nth-child(4) {
    width: 372px;
}
.portfolio-images-inner::before {
	height: 83%;
}
.website-design-first-left, .website-design-third-left-wr, .mobile-app-first-left-wr, .seo-and-smm-second-left-wr, .seo-and-smm-third-right-wr{
    width: 100%;
    float: none;
}
.website-design-third-first-wr, .website-design-third-second-wr, .website-design-third-fourth-wr, .website-design-third-third-wr {
    width:80%;
    float: none;
    margin-bottom: 10px;
    height: unset;
}
.website-design-first-right, .website-design-third-right-wr, .mobile-app-first-right-wr, .website-design-right-image-wr, .mobile-app-first-section-wr .mobile-app-image-wr, .seo-and-smm-second-wr, .seo-and-smm-second-right-wr, .seo-and-smm-image-wr{
	float:none;
}
.getaquote-left-wr {
    width: 60%;
}
.getaquote-right-wr {
    width: 35%;
}
.graphic-design-second-right {
    width: 40%;
}
.graphic-design-second-right ul li {
    font-size: 25px;
    line-height: 29px;
}
.graphic-design-third-right {
    width: 437px;
}
.graphic-design-wr {
    padding: 32px 0 60px;
}
.leftimagebar, .rightimagebar{
	display: none;
}
.website-design-fourth-wr h5 {
    margin-top: 14px;
    margin-bottom: 5px;
}
.mobile-app-second-section-wr h4 {
    text-align: left;
}
.mobile-app-second-wr {
    padding: 0px 0 32px;
}
.mobile-app-second-right-wr {
    width: 100%;
    margin-top: 17px;
}
.mobile-app-first-section-wr {
    padding: 34px 0;
}
.seo-and-smm-third-image-wr{
	float:none;
}
.seo-and-smm-third-left-wr{
	float:none;
}
.seo-and-smm-third-right-wr h4 {
    font-size: 35px;
    margin-bottom: 0px;
    margin-top: 33px;
}
.seo-and-smm-fourth-section-wr h4{
	font-size: 35px;
}
.seo-and-smm-fourth-left-wr {
	float:none;
    box-shadow: none;
}
.seo-and-smm-fourth-left-wr{
	width:100%;
}
.portfolio-images-inner::before{
	display:none;
}
.four-box-wr .portfolio-image-blc:nth-child(2), .four-box-wr .portfolio-image-blc:nth-child(3),.four-box-wr .portfolio-image-blc:nth-child(1), .four-box-wr .portfolio-image-blc:nth-child(4), .four-box-wr.four-box-eq-wr.brochure-inner .portfolio-image-blc, .four-box-wr.four-box-eq-wr.tshirt-inner .portfolio-image-blc{
    width: 375px;
}
.portfolio-images-inner {
    width: 100%;
}
.four-box-wr.corp-brand .portfolio-images-inner, .portfolio-images-wr.four-box-wr.corp-brand:nth-child(2n) .portfolio-images-inner {
    background-size: 26px 100%;
    width: 700px;
}
.four-box-wr.corp-brand .portfolio-image-blc:nth-child(1){
	width: 575px;
}
/*17/02/2020*/
.homepg-testimonial-inner {
    width: 95%;
}
.testimonial-left-wr {
    float: none;
    width: 66%;
    margin: 0 auto;
}
.client-prograsbar {
    position: relative;
}
.client-prograsbar {
    padding: 20px 0px 25px;
    position:relative;
    float: none;
    width: 100%;
}
.progress-box {
    display: inline-block;
    width: 23%;
}
.tm-clientname {
    margin-top: 22px;
}
.testimonial-left-wr h3 {
    font-size: 38px;
    line-height: 62px;
}
.progress-box h3.tmcount{
	margin-top: 18px;
	display: block;
}
/*19/02/2020*/
.test-clientsays::after {
	bottom: 82px
}
/*20/02/2020*/
    .testimonial-left-wr .bx-wrapper .bx-pager {
    	bottom: -20px;
	}
}

/*1024*/

@media screen and (max-width: 1179px) {
.planning-right-border {
    width: 21.5%;
    left: 22.6%;
}
.testing-right-border {
    left: 59.8%;
    width: 21%;
}
.delivery-right-border {
    width: 22%;
    left: 22%;
}
.joinus > a, .getaquote > a, .doenquiry > a {
    padding-right: 20px;
}
.sixth-right-content-wr {
    width: 100%;
    height: 300px;
    padding: 17px 45px 39px 55px;
    box-sizing: border-box;
    background-size: 100% 100%;
}
.second-content-wr {
    width: 100%;
}
.mediumletter, .boldletter {
    font-size: 42px;
    line-height: 50px;
}
.field.file-upload .wpcf7-form-control-wrap.your-file {
    left: 35px;
}
.uploadfiles{
	padding: 0px 8px 0; 
}
.portfolio-image-blc{
	margin: 18px 15px 18px 0;
}
}
@media screen and (max-width: 1023px){
	.fixedheader .header-menu {
		padding-top: 23px;
	}	
	.image_container {
		height: 335px;
	}
	.scroll_image_container {
		height: 403px;
	}
	.content-wr > h5 {
		font-size: 29px;
	}
	.fourth-middle-content-wr {
		margin: 0 8.4%;
	}
	.planning-right-border, .delivery-right-border {
		width: 19.8%;left: 23.7%;
	}
	.testing-right-border {
		width: 20.8%;left: 60.8%;
	}
	.joinus > .join, .getaquote > .quote, .doenquiry > .enq {
		width: 0;
	}
	.join .contact-icon {
		left: 17px;
	}
	.contact-icon {
		left: 28px;
	}
	.fourth-left-content-wr ul li, .fourth-right-content-wr ul li {
	    padding-top: 18px;
	    padding-bottom: 18px;
	}
	.sixth-left-content-wr > h6 {
	    padding-bottom: 10px;
	    font-size: 30px;
	}
	.business-pro-desc {
	    font-size: 15px;
	    line-height: 22px;
	    padding-bottom: 10px;
	}
	.eight-left-wr {
	    width: 85%;
	}
	.clientthought, .footer-menu-content-wr a {
	    font-size: 16px;
	}
	.eight-right-content-wr {
	    padding: 34px 0;
	}
	.eight-right-wr .bx-wrapper .bx-pager {
	    bottom: -25px;
	}
	.footer-content-wr {
		width: 45%;
	}
	.joinus, .getaquote, .doenquiry, .footer-content-wr ul li .content, .footer-content-wr ul li .title, .first-section-content, .content-wr > p {
		font-size: 16px;
	}
	.menu a {
		margin: 0 7px;
	}
	.graphic-title {
    font-size: 27px;
    line-height: 37px;
	}
	.graphic-readmore {
   		 width: 31%;
   	}
   	.tech-cnt-title {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 25px;
	}
    .graphics-image-wr{
	float:none;
	}
	.graphic-first-right-wr {
	    float: none;
	    margin-left: 0px;
	}
	.rightimagebar, .leftimagebar{
	    display: none;
	}
	.graphic-design-second-right {
    	width: 100%;
	}
	.seo-and-smm-first-inner-wr {
    	width: 86%;
    }
    .seo-and-smm-second-section-wr .subtitles h4, .seo-and-smm-third-right-wr h4, .seo-and-smm-fourth-section-wr h4 {
    margin: 10px 0px;
	}
	.uploadfiles {
    padding: 0px 6px 0;
    border-radius: 5px;
    font-size: 14px;
    width: 130px;
    height: 39px;
    line-height: 37px;
	}
	.field.file-upload .wpcf7-form-control-wrap.your-file {
    	left: 15px;
    }
    #website::before {
   		width: 19px;
    	height: 19px;
    	background-size: 19px 19px;
	}
	/*17/02/2020*/
	.service-box-container {
   		background-position: top center;
	}
	ul.service-box-container {
    	padding: 0px 0px 40px;
    }
    /*19/02/2020*/
    .test-clientsays::after {
    	bottom: 97px;
	}
	.tm-clientacquisition.clearfix {
    	padding: 55px 11px 17px;
    }
}
/*980*/

@media screen and (max-width: 979px) {
	.tag_wrp .section_right_wr {
	    width: 98%;
	    margin: 32px auto;
	}
	.first-section-wr, .third-section-wr, .fourth-section-wr, .fifth-section-wr, .seventh-section-wr {
		padding-top: 29px;
	}
	.socialcontact::before {
	    right: 105px;
	}
	.gridview {
	    -moz-column-count: 3;
	    -webkit-column-count: 3;
	    column-count: 3;
	}
	.menu a, .fixedheader .menu a {
		font-size: 12px;
		margin: 0 0.4em;
	}
	#logo {
		width: 160px;
	}
	.header-menu {
		width: 76%;
		padding-top: 3px;
	}
	.bannertext {
		padding: 70px 0 68px;
	}
	.bannertext h1 {
		font-size: 40px;
	}
	.bannertitle {
		font-size: 54px;
	}
	.section-heading-wr, .pages-title-wr {
		font-size: 15px;
	}
	.left_image_wr, .right_image_wr {
		padding: 21px 9px 30px;
	}
	.image_container {
		height: 254px;
	}
	.middle_image_wr{
		padding: 24px 11px 38px;
	}
	.scroll_image_container {
		height: 306px;
	}
	.mediumletter, .boldletter {
		font-size: 34px;
	}
	.second-content-wr {
		padding: 35px 0;
	}
	.leftimageandbarwr, .image-wr-left, .rightimageandbarwr, .image-wr-right, .content-wr {
	    float: none;
	    width: 95%;
	    margin: 0 auto;
	}
	.image-wr-left, .image-wr-right {
		margin: 0 auto;
	}
	.content-wr {
	    width: 100%;
	    margin-top: 30px;
	}
	.fourth-middle-content-wr {
	    margin: 0 5.3%;
	    width: 30%;
	}
	.fourth-left-content-wr ul li, .fourth-right-content-wr ul li {
		font-size: 16px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.circles [class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
		font-size: 60px;
	}
	.planning-right-border, .delivery-right-border {
		left: 25.7%;width: 17.8%;
	}
	.testing-right-border {
		left: 63.8%;width: 16.8%;
	}
	.circles {
		font-size: 22px;
	}
	.delivery > span {
		left: 2px;
	}
	.testing > span {
		left: 14px;
	}
	.sixth-right-content-wr {
		height: 250px;
		width: 380px;
		padding: 17px 42px 39px 52px;
		float: none;
	}
	.sixth-left-content-wr > p {
		font-size: 15px;
	}
	.eight-left-content-wr {
		padding: 56px 0 61px;
	}
	.eight-left-wr > h6 {
		font-size: 0.9em;
	}
	.eight-left-wr{
		width: 73%;
	}
	.clientthought{
		font-size: 14px;width: 93%;
	}
	.footer-content-wr ul li .title, .footer-content-wr ul li .content {
		font-size: 15px;
	}
	.footer-content-wr {
	    width: 90%;
	    float: none;
	    margin: 0 auto;
	}
	.leftimagebar, .rightimagebar {
		width: 2%;
	}
	.leftimagebar {
		left: 3px;
	}
	.rightimagebar {
		right: 3px;
	}
	.joinus {
		margin-right: 0;
	}
	.footer-first-wr {
		margin: 0 auto;
		width: 49%;
	}
	.joinus, .getaquote, .doenquiry {
		float: none;
	}
	.getaquote {
		margin: 29px 0;
	}
	.joinus, .getaquote, .doenquiry {
	    width: 270px;
	    margin: 0 auto 30px;
	}
	.doenquiry {
	    margin-bottom: 0;
	}
	.joinus > .join, .getaquote > .quote, .doenquiry > .enq {
		padding: 53px 72px 26px 33px;
	}
	.joinus .join, .getaquote .quote, .doenquiry .enq {
	    width: 90px;
	}
	.join .contact-icon {
		left: 22px;
	}
	.footer-contact-info-wr {
		background-size: cover;padding: 0;
	}
	.overlay-wr {
	    background-color: rgba(0, 0, 0, 0.73);
	    padding: 30px 0 44px;
	}
	.joinus span, .doenquiry span {
	    padding-right: 24px;
	}
	.gridpopupimage {
		top: 40%;
		transform: translateY(-40%);
	}
	.section_left_wr {
		margin: 0  auto;
		width: 100%;
		float: none;
	}
	.single-quotation-block {
		width: 75%;
	}
	.post-entry {
		padding: 0px 0 10px;
	}
	.single-contact-wr form {
		width: 67%;
	}
	.section_right_wr {

    float: none;
    width: 52%;
    margin: 32px auto 0;

}
#recent-posts-2 {

    margin-bottom: 0;

}
#commentform input, #commentform textarea {width: 85%;}
	#commentform #submit {width: 49%;}
.fourth-left-content-wr, .fourth-right-content-wr {
    padding-top: 60px;
}
.footer-menu-content-wr, .footer-social-links-wr {
	float: none;
    width: 100%;
    text-align: center;
}
#footer_social {
    float: none;
    margin: 0;
    border: none;
}
.footer-social-links-wr {
	padding-top: 20px;
}
.footer-menu > li:first-child > a {
    padding-left: 12px;
}
.eight-left-content-wr {
    width: 100%;
    float: none;
    padding: 40px 0;
}
.eight-left-inner {
    padding: 60px 0 30px;
}
.eight-left-content-wr, .eight-right-content-wr {
    width: 100%;
    float: none;
    padding: 40px 0;
}
.eight-left-wr h6, .section-heading-wr h3 {
    font-size: 30px;
    line-height: 38px;
}
.sixth-left-wr, .sixth-right-wr {
    float: none;
    width: 90%;
    margin: 0 auto;
}
.sixth-left-wr {
    padding-top: 15px;
}
.sixth-section-wr::after {
	display: none;
}
.fancybox-slide .fancybox-image-wrap {
    width: 70% !important;
    margin: 0 auto !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}
.fancybox-slide .fancybox-image-wrap .fancybox-image {
    width: unset;
    height: auto;
    max-width: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.fixedheader .header-menu {
    padding-top: 12px;
}
.eight-right-content-wr {
    padding-bottom: 70px;
}
.eight-right-wr .bx-wrapper .bx-pager {
    bottom: -50px;
}
/* Default Page */
.comm_sect h1 {
    font-size: 35px;
    line-height: 40px;
}
.not-found #searchform {
    width: 55%;
}
.default_cont p {
    font-size: 16px;
    line-height: 22px;
}
.sear_post h3 a, .default_page_wrp h3 {
    font-size: 22px;
}
/* Category Page */
.blog-wr {
    width: 47%;
    margin: 10px !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.blog-section-wr .wp-pagenavi {
	margin-top: 30px;
}
.blog-section-wr {
	text-align: center;
}
/*26 December 2019*/
.about-us-fifth-section-wr  .about-us-slider .bx-wrapper {
    margin: 0 auto 0px;
    height: auto;
}
.about-us-slider{
	padding:0px;
}
/*.about-us-slider .bx-wrapper img {
   max-width: unset;
    display: block;
    width: auto;
}*/
.portfolio-taber ul li a, .portfolio-cat-tab ul li a {
        font-size: 17px;
    line-height: 23px;
}
.portfolio-taber, .portfolio-cat-tab {
    padding-bottom: 17px;
}
.highlight-tab::after{
	bottom: -19px;
}
.all-webdesign-post {
    padding-top: 34px;
}
.graphic-title {
    font-size: 20px;
    line-height: 29px;
}
.graphic-cnt.graphic-cnt-even {
    padding-left: 10px;
}
.graphic-readmore {
    width: 50%;
    padding: 9px 10px;
}
.graphic-posts-blogs {
    margin: 0 auto 39px;
}
.graphic-cnt.graphic-cnt-odd {
    padding-right: 20px;
}
.portfolio-taber ul li, .portfolio-cat-tab ul li {
    padding: 0 15px 0;
}
.portfolio-taber, .portfolio-cat-tab {
    width: 88%;
}
/*Carrer Page*/
.career-first-left-wr {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.career-first-right-wr {
    width: 100%;
    float: none;
    text-align: center;
}
.career-first-right-wr h1 {
    font-size: 29px;
    line-height: 33px;
}
.career-first-right-wr p {
    font-size: 16px;
    line-height: 29px;
}
.career-first-content-wr {
    top: 32px;
    left: 0px;
    width: 74%;
    right: 0px;
    margin: 0 auto;
}
.career-first-right-wr h1 {
    font-size: 37px;
    line-height: 47px;
}
.career-second-left-wr {
    width: 84%;
    float: none;
    margin: 0 auto;
}
.career-second-right-wr {
    width: 84%;
    float: none;
    margin: 0 auto;
}
.graphic-title {
    margin-bottom: 16px;
}
.website-siderbar-section {
    padding: 6px 12px 0px;
}
.tech-cnt-title {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 19px;
}
.live-preview{
    margin-bottom: 27px;
    width: 78%;
    padding: 8px 0;
}

.portfolio-image-blc {
    margin: 13px 0px;
}

.getaquote-left-wr, .getaquote-right-wr {
    width: 100%;
    float: none;
}
.getaquote-right-wr {
    width: 51%;
    float: none;
    padding-top: 69px;
}
.graphic-design-third-left {
    width: 100%;
    float: none;
}
.graphic-design-third-right {
    float: none;
}
.subtitles h4 {
    margin: 10px 0px;
}
.website-design-second-left-wr {
    width: 100%;
    float: none;
}
.website-design-second-right-wr {
    width: 100%;
}
.website-design-second-right-wr h4, .website-design-third-section-wr .subtitles h4 {
    font-size: 32px;
    line-height: 38px;
}
.website-design-third-left-wr {
    padding-bottom: 20px;
}
.mobile-app-second-section-wr h4 {
    font-size: 31px;
 }
 .seo-and-smm-second-section-wr .subtitles h4,  .seo-and-smm-fourth-section-wr h4 {
    font-size: 29px;
    line-height: 36px;
}
.seo-and-smm-third-right-wr h4 {
    font-size: 29px;
    margin: 19px 0px 0px;
    line-height: 36px;
}
.seo-and-smm-third-content-wr {
    padding: 75px 0 10px;
}
.subpages-subtitle {
    background-size: 34% 4px;
}
.four-box-wr .portfolio-images-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.four-box-wr.four-box-eq-wr .portfolio-image-blc:nth-child(2), .four-box-wr.four-box-eq-wr .portfolio-image-blc:nth-child(4) {
    margin-top: 20px;
}
.four-box-wr .portfolio-image-blc:nth-child(3n) {
    margin-right: 0px;
}
.portfolio-images-wr {
    padding: 20px 0 0px;
}
.portfolio-images-wr.four-box-wr:nth-child(2n) .portfolio-images-inner, .four-box-wr .portfolio-images-inner{
	background:none;
}
.portfolio-images-inner, .portfolio-images-wr:nth-child(2n) .portfolio-images-inner, .portfolio-images-wr.four-box-wr.tshirt-inner:nth-child(2n) .portfolio-images-inner, .four-box-wr.tshirt-inner .portfolio-images-inner{
    background: none;
}
.portfolio-images-wr {
    text-align: center;
}
.portfolio-images-inner, .portfolio-images-wr:nth-child(2n) .portfolio-images-inner {
    text-align: center;
}
.portfolio-image-blc, .portfolio-image-blc:nth-child(3n), .four-box-wr.four-box-eq-wr.tshirt-inner .portfolio-image-blc, .four-box-wr.four-box-eq-wr.brochure-inner .portfolio-image-bl{
    margin: 13px 0px;
}
.four-box-wr .portfolio-images-inner, .four-box-wr.brochure-inner .portfolio-images-inner, .four-box-wr.tshirt-inner .portfolio-images-inner {
    width: 100%;
    margin: 0 auto;
}
.four-box-wr.four-box-eq-wr.brochure-inner .portfolio-image-blc, .four-box-wr.four-box-eq-wr.tshirt-inner .portfolio-image-blc{
	width:100%;
}
.portfolio-images-wr.four-box-wr.four-box-eq-wr.corp-brand:nth-child(2n) {
    text-align: center;
}
/*17/02/2020*/
.service-box:nth-child(odd), .service-box:nth-child(even) {
    float: none;
    width: 100%;
    clear: none;
    text-align: center;
}
.service-box-container {
    background-position: top center;
    background-size: 37% auto;
}
ul.service-box-container{
	 padding: 44% 0px 40px;
}
.service-box .service-icon {
    display: block;
    position: static;
    width: 32px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
}
.testimonial-left-wr {
    width: 85%;
}
.progress-box h3.tmcount {
    font-size: 40px;
    line-height: 50px;
}
/*19/02/2020*/
.video_iframe{
	width: 600px;	
}
/*20/02/2020*/
.tmclientImage-full {
    border: 6px solid #fff;
}
.test-clientsays::after {
    bottom: 96px;
}
} /* 768 */

@media screen and (max-width: 767px) {
	.section-heading-wr {
		background-image: none;
		font-size: 15px;
	}
	.sixth-left-content-wr > img {
		margin: 0 auto;
	}
	.header-menu {
		padding: 0;
		width: auto;
	}
	.header-social-icons ul li a {
		font-size: 13px;
	}
	.contact_number::before {
		margin-left: 36px;
	}
	.menu a {
		font-size: 13px;
	}
	.bannertext h1 {
		font-size: 32px;
	}
	.bannertitle {
		font-size: 41px;
		line-height: 34px;
	}
	.bannertext {
		padding: 55px 0 54px;
	}
	.tab_slide_section_wr {
		width: 100%;
	}
	.mediumletter, .boldletter {
		font-size: 24px;
	    line-height: 32px;
	}
	.fourth-middle-content-wr {
		margin: 0 5%;
	}
	.design-right-border {
	    width: 18%;
	}
	.development-top-border, .development-bottom-border {
		right: 18.8%;
	}
	.testing-right-border {
	    width: 12.8%;
	}
	.angle {
		font-size: 73px;
	}
	.eight-left-wr > h6 {
		font-size: 1.1em;
	}
	.fixedheader .menu a {
		font-size: 11.8px;
	}
	.content-wr > h5 {
		font-size: 27px;
	}
	.footer-first-wr {
		width: 54%;
	}
	.third-section-wr {
		padding-bottom: 15px;
	}
	.single-quotation-block-wr {
		background-position: left center;
	}
	#commentform input, #commentform textarea {width: 100%;}
	#commentform #submit {

    width: 56%;

}
.post-entry p {
	font-size: 15px;

line-height: 28px;
}
.eight-left-wr p {
    margin-top: 10px;
}
.header-second-section-wr {
    position: relative;
}
.header-menu .main-nav {
    display: none;
}
.header-menu .slicknav_menu {
    display: block;
}
.header-menu .slicknav_menu {
    background: none;
    display: block;
    padding: 0;
    margin-top: 25px;
}
.header-menu ul {
	padding: 0;
	text-align: left;
}
.header-menu .slicknav_btn {
    background: none;
    margin: 0;
    padding: 0;
}
.slicknav_menu .slicknav_menutxt {
    font-size: 0;
}
.header-menu .slicknav_menu .slicknav_icon {
    height: 30px;
    margin: 0;
    width: 30px;
}
.header-menu .slicknav_menu .slicknav_icon-bar {
    background-color: #FA4100;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin: 4px 0;
    width: 100%;
}
.slicknav_nav {
    background-color: #FA4100;
    position: absolute;
    right: 15px;
    top: 100%;
    z-index: 9999;
    width: 230px;
}
.slicknav_menu ul li {
    border-bottom: 1px solid #F58220;
}
.slicknav_menu ul li:last-child {
    border: none;
}
.slicknav_menu ul li a {
    margin: 0;
    padding: 11px 15px 8px;
    text-shadow: 0 0 0;
    width: 100%;
}
.header-menu .slicknav_nav a:hover, .slicknav_menu ul li.current-menu-item>a, .slicknav_menu ul li.current-menu-parent>a {
    background-color: #000;
    border-radius: 0;
}
.header-menu ul li a:after {
	display: none;
}
/* Default Page */
.search_img,.search_cont.right {
    width: 95%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
.sear_post h3 {
    margin: 20px 0 0;
}
.sear_post,.comm_sect h1 {
	text-align: center;
}
.default_page_wrp h2 {
    font-size: 35px;
    line-height: 40px;
}
/* Category Page */
.blog-wr {
    width: 45%;
}
/* 25 December 2019*/
.belowcontent-wr, .aboutus-second-left-wr, .aboutus-second-right-wr{
    float: none;
}
.aboutus-second-left-wr, .aboutus-second-right-wr, .aboutus-second-right-wr{
    width: 90%;
}
.polygonbackground {
    margin: 10px 18px;
}
.polygonbackground {
    display: inline-block;
    float: none;
    width: 30%;
    margin: 10px 18px;
}
.brandicons > h4 {
    font-size: 26px;
    line-height: 30px;
}
/**/
.career-first-content-wr {
    width: 96%;
}
.website-design-cnt {
    padding-top: 32px;
 }
 .website-siderbar-wr {
    width: 39%;
}
.subpages-subtitle {
    background-size: 35% 4px;
}
.website-design-fourth-wr h5 {
    font-size: 26px;
    line-height: 31px;
}
.website-design-first-wr {
    padding: 37px 0 31px;
}
.website-design-third-wr, .website-design-fourth-wr {
    padding-bottom: 36px;
}
.seo-and-smm-first-inner-wr {
    width: 100%;
}
.seo-and-smm-wr {
    padding: 32px 0;
}
.subpages-subtitle {
    background-size: 30% 4px;
}
.seo-and-smm-third-content-wr {
    padding: 37px 0 8px;
}
.four-box-wr.corp-brand .portfolio-image-blc:nth-child(1) {
    width: 100%;
}
.four-box-wr.corp-brand .portfolio-images-inner, .portfolio-images-wr.four-box-wr.corp-brand:nth-child(2n) .portfolio-images-inner{
	width: 100%;
}
/*17/02/2020*/
ul.service-box-container {
    padding: 44% 0px 0px;
}
.testimonial-left-wr {
    width: 100%;
}
.test-clientsays::before, .test-clientsays::after{
	display:none;
}
/*19/02/2020*/
.video_iframe {
    width: 450px;
}
.testimonial-left-wr .bx-wrapper .bx-pager {
    bottom: -22px;
}
}/*650*/

@media screen and (max-width: 667px) {
.fourth-left-content-wr, .fourth-right-content-wr, .fourth-middle-content-wr {
    float: none;
    width: 256px;
    margin: 0 auto;
}
.fourth-middle-content-wr {
    margin: 50px auto;
}
.fourth-left-content-wr, .fourth-right-content-wr {
    padding-top: 0;
}
}

@media screen and (max-width: 649px) {
	.fixedheader, .testing-right-border, .design-right-border  {
		display: none;
	}
	.header-social-icons ul li a {
		font-size: 10px;
	}
	.info_mail::before, .hr_mail::before, .contact_number::before {
		font-size: 11px;
	}
	.info_mail {
	    margin-right: 25px;
	}
	.contact_number::before {
		margin-left: 9px;
	}
	.socialcontact::before {
		display: none;
	}
	.bannertext {
		padding: 39px 0 35px;
	}
	.second-content-wr {
		padding: 38px 0;
	}
	.left_image_wr, .right_image_wr, .middle_image_wr {
	    float: none;
	    margin: 0 auto;
	    width: 250px;
	    position: static;
	}
	.image_container {
		height: 284px;
	}
	.image_container img {
	    transform: translateY(0px);
	    transition: all 12s ease 0s;
	}
	.image_container:hover img, .scroll_image_container:hover img{
		transform: translateY(calc(-100% + 284px))
	}
	.tab_slide_section_wr {
	    padding: 20px 0;
	}
	.content-wr > h5 {
		font-size: 22px;
		line-height: 30px;
	}
	.content-wr > .readmore, .readmore {
		font-size: 11.8px;
	}
	.fourth-middle-content-wr, .fourth-right-content-wr, .fourth-left-content-wr, .footer-menu-content-wr, .footer-social-links-wr {
		float: none;
	}
	.fourth-section-wr, .fifth-section-wr {
		padding-top: 15px;
	}
	.fourth-right-content-wr, .fourth-left-content-wr {
		width: 81%;
	}
	.fourth-content-wr {
		margin: 0 auto;width: 65%;
		padding: 19px 0 43px 0;
	}
	.fiftn-process-wr {
		margin: 0 auto;width: 42%;
	}
	.planning, .designing, .development, .testing, .delivery {
	    left: 0;
	    right: 0;
	    text-align: center;
	    width: 150px;
	    height: 150px;
	    line-height: 150px;
	    padding: 0;
	    margin: 0 auto;
	}
	.designing {
		top: 22.6%;
	}
	.development {
		top: 41.8%;
	}
	.testing {
		top: 61.6%; bottom: 28%;
	}
	.delivery {
		bottom: 100px;
	}
	.planning-right-border, .delivery-right-border {
		transform: rotate(90deg);left: 35.9%;border-top: 3px dashed #959595;width:32.5%;
	}
	.planning-right-border  {
		top: 19%;
	}
	.delivery-right-border {
		bottom: 21.3%;width: 45.5%;left: 28.9%;
	}
	.development-top-border, .development-bottom-border {
	   	border-color: #959595 -moz-use-text-color -moz-use-text-color;
		border-style: dashed none none;border-width: 3px medium medium;
		height: 0;right: 31.1%;transform: rotate(90deg);width: 35.5%;
	}
	.development-top-border {
		top: 38.4%;
	}
	.development-bottom-border {
		bottom: 42%;
	}
	.fiftn-process-wr {
		height: 1265px;
	}
	.eight-left-wr > h6 {
		padding: 56px 0 46px;
	}
	.eight-left-wr {
		padding: 60px 0;
	}
	.footer-content-wr {
		width: 80%;
	}
	.footer-menu-list-wr {
		text-align: center;
	}
	.footer-social-links-wr {
		padding-top: 30px;
	}
	#footer_social, .footer-menu-content-wr, .footer-social-links-wr {
		width: 100%;
	}
	.sixth-left-content-wr {
		text-align: center;
	}
	.sixth-left-content-wr > img {
		margin: 0 auto;
	}
	.footer-first-wr {
		width: 76%;
	}
	@-webkit-keyframes leftranslate {
	    0% {
	    	-webkit-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-webkit-transform:translateY(132px) skewY(-23deg);
	    }
	    100% {
	    	-webkit-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	     @-moz-keyframes leftranslate {
	    0% {
	    	-moz-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-moz-transform:translateY(132px) skewY(-23deg);
	    }
	    100% {
			-moz-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	     @-o-keyframes leftranslate {
	    0% {
	    	-o-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-o-transform:translateY(132px) skewY(-23deg);
	    }
	    100% {
	      	-o-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	    @keyframes leftranslate {
	    0% {
	    	-ms-transform:translateY(0px) skewY(-23deg);
	      	transform:translateY(0px) skewY(-23deg);    
	    }
	    50% {
	    	-ms-transform:translateY(132px) skewY(-23deg);
	      	transform:translateY(132px) skewY(-23deg);
	    }
	    100% {
	      	-ms-transform:translateY(0px) skewY(-23deg);
	      	transform:translateY(0px) skewY(-23deg);
	    }
	  }
	  @-webkit-keyframes rightranslate {
	    0% {
	      -webkit-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -webkit-transform: translateY(132px) skewY(23deg);
	    }
	    100% {
	      -webkit-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @-moz-keyframes rightranslate {
	    0% {
	      -moz-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -moz-transform: translateY(132px) skewY(23deg);
	    }
	    100% {
	      -moz-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @-o-keyframes rightranslate {
	    0% {
	      -o-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -o-transform: translateY(132px) skewY(23deg);
	    }
	    100% {
	      -o-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @keyframes rightranslate {
	    0% {
	      -ms-transform: translateY(0px) skewY(23deg);    
	      transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -ms-transform: translateY(132px) skewY(23deg);
	      transform: translateY(132px) skewY(23deg);
	    }
	    100% {
	      -ms-transform: translateY(0px) skewY(23deg);
	      transform: translateY(0px) skewY(23deg);
	    }
	  }
	.middle_image_wr {
	    margin: 25px auto;
	}
	.first-section-wr {
		padding-top: 0;
	}
	.single_wr {

    padding: 46px 0 28px;

}
.section_right_wr {width: 67%;}
.single-quotation-block-wr {background-image: none;margin: 17px 0;}
.single-quotation-block {

    margin: 16px auto;
    }
    #pings, #comments {

    font-size: 17px;padding-top: 4px;
    line-height: 29px;

}
.single-contact-wr form {

    width: 100%;

}
.single-cnt-wr .single-title h5 {

    padding: 8px 0 11px;
}
.single-cnt-wr .single-title h5 {
	font-size: 22px;line-height: 30px;
}
.commentlist li {
	padding: 13px 0px;
}
.header-social-icons span {
	font-size: 0;
}
.third-section-wr {
    padding: 15px 0;
}
.sixth-right-content-wr {
    margin: 0 auto;
}
.sixth-inner-wr {
    padding: 40px 0;
}
.seventh-section-wr {
    padding-top: 15px;
}
.footer-menu li {
    display: block;
    margin-bottom: 10px;
}
.footer-menu li a::before {
	display: none;
}
.footer-menu li a {
    padding: 0 !important;
}
.borders {
    display: none;
}
.circles > span {
    left: 0;
    right: 0;
    bottom: -105px;
}
.business-pro-desc::before {
	display: none;
}
.eight-left-inner {
    padding: 20px 20px 0;
}
/* Default Page */
.comm_sect h1 {
    font-size: 25px;
    line-height: 30px;
}
.default_cont p {
    font-size: 15px;
}
.not-found #searchform {
    width: 75%;
}
.sear_post p, .default_page_wrp p, .default_page_wrp ul li, .entry-content,.default_page_wrp .page_content blockquote {
	font-size: 15px;
    line-height: 22px;
}
.sear_post h3 a {
    font-size: 20px;
    line-height: 25px;
} 
.sear_post h3 {
    margin: 10px 0 0;
}
.sear_post p {
	font-size: 15px;
    line-height: 22px;
}
/* Category page */
.blog-wr {
    width: 90%;
    margin: 30px auto !important;
    display: block;
}
.blog-section-wr {
	padding-top: 30px;
}
/*26 december 2019*/
.aboutus-first-wr {
    padding: 34px 0 34px;
}
.aboutus-first-left-wr {
    float: none;
    width: 100%;
}
.aboutus-first-right-wr, .belowcontent-wr, .aboutus-second-section-wr {
    line-height: 27px;
}
.aboutus-first-right-wr {
    margin-top: 18px;
    text-align: center;
    padding-top: 0px;
}
.ourvision, .qualityassurance, .reserch, .minimizecost {
    width: 100%;
}
.polygonbackground {
    margin: 0px 8px 12px;
    width: 40%;
}
.aboutus-third-wr {
    padding: 40px 0 40px;
}
.aboutus-fourth-section-wr {
    padding-top: 20px;
}
.brandicons {
    width: 86%;
    background-image:none;
	height: unset;
}
.brandicons {
    width: 100%;
    margin: 0 auto;
   	padding: 0px;
}
.brandicons > a {
    width: 36%;
    margin: 0 auto;
}
.brandicons.Squarespace:nth-child(3n) {
    background-image: none;
}
.brandicons img {
    width: 100%;
}
.section-heading-wr h3 {
    margin-bottom: 15px;
    margin-top: 17px;
}
.ourtemslideleft, .ourtemslideright {
    font-size: 55px;
}
/*Contact us Page*/
.contactus-contact-wr {
    width: 95%;
}
.contactus-contact-wr form {
    padding: 2px 40px;
}
.Email, .fullname {
    float: none;
    width: 100%;
}
span.wpcf7-form-control-wrap.fullname {
    margin: 1.6em 0;
}
.contactus-contact-wr form{
	margin-top: 0px;	
}
/*28 December Carrer Page*/
.colorwhite {
    width: 80%;
    margin: 0 auto;
    line-height: 31px;
}
.career-first-right-wr h1 {
    font-size: 27px;
    line-height: 39px;
    padding: 0px 29px;
    margin: 17px 0px 7px;
}
.career-first-content-wr {
    top: 0px;
}
.career-first-content-wr {
    width: 100%;
}
.career-first-right-wr p {
    font-size: 16px;
    line-height: 26px;
}
.career-first-right-wr {
    background-image: url(../images/join-right-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.career-first-content-wr {
    padding-top: 2px;
    padding-left: 0px;
    width: 94%;
    padding-bottom: 30px;
    position: static;
}
img.carrer-bg{
	display: none;
}
.career-second-left-wr, .career-second-right-wr {
    width: 100%;
}
.panel h1 {
    font-size: 17px;
    line-height: 36px;
}
.jobsummery span {
    font-size: 16px;
    line-height: 22px;
}
.career-second-content-wr {
    padding: 16px 0 44px;
}
.jobtools {
    font-size: 23px;
    margin-right: 12px;
}
p.form-content.clearfix {
    margin-bottom: 0px;
}
/*dd*/
.all-webdesign-posts {
    padding-top: 35px;
}
.portfolio-taber, .portfolio-cat-tab {
    width: 100%;
}
.portfolio-taber ul li, .portfolio-cat-tab ul li {
    padding: 0 4px 0;
}
.portfolio-taber ul li a, .portfolio-cat-tab ul li a {
    font-size: 15px;
    line-height: 23px;
}
.portfolio-taber ul li, .portfolio-cat-tab ul li {
    border-right: 2px solid #FF7C0D;
}
.graphic-title {
    font-size: 15px;
    line-height: 24px;
    padding-top: 20px;
}
 .graphic-readmore {
    width: 63%;
    padding: 7px 10px;
}
/*webdesign*/
.webdesign-posts-blogs a img {
    width: 402px !important;
    left: 25px;
}
.webdesign-posts-blogs{
	width:100%;
	background-position: center center;
}
.webdesign-posts-blogs{
	margin-bottom: 28px;
}
.website-slider-wr, .website-siderbar-wr {
    width: 100%;
    float: none;
}
.website-design-single {
    padding: 0px 0px 26px;
}
.portfolio-blogs {
    padding-top: 33px;
}
.portfolio-blogs ul li {
    margin-bottom:31px;
}
.form-field .wpcf7-form-control-wrap, .half-width-wr .form-field .wpcf7-form-control-wrap {
    width: 100%;
}
.getaquote-main-wr {
    padding: 19px 0 41px;
}
.getaquote-left-wr h4 {
    font-size: 25px;
    line-height: 30px;
    padding-top: 15px;
    margin-bottom: 0px;
}
.form-field {
    margin-bottom: 26px;
}
.getaquote-main-wr {
    font-size: 15px;
    line-height: 23px;
}
.getaquote-right-wr {
    width: 78%;
}   
.getaquote-left-wr p {
    margin: 10px 0px;
}
.form-fields-wr {
    padding-top: 15px;
    margin-bottom: 30px;
} 
img.wp-post-image{
    width: 100%;
}
.graphic-first-right-wr, .mobile-app-first-right-wr, .mobile-app-second-left-wr{
    float: none;
    margin: 0px auto;
    width: 343px;
}
.graphic-design-second-left{
	float: none;
    width: 343px;
}
.subtitles h4 {
    font-size: 23px;
    line-height: 27px;
}
.graphic-design-second-right ul li {
    font-size: 21px;
    line-height: 23px;
}
.graphic-design-third-right, .website-design-first-right, .website-design-third-right-wr{
    width: 300px;
}
.website-design-second-right-wr h4, .website-design-third-section-wr .subtitles h4 {
    font-size: 32px;
    line-height: 38px;
    margin: 13px 0px 13px;
}
.subpages-subtitle {
    background-size: 18% 4px;
}
.mobile-app-second-wr .mobile-app-image-wr {
	float:none;
}
.mobile-app-second-right-wr{
	text-align:center;
}
.seo-and-smm-first-content {
    background-image: none;
}
.seo-and-smm-first-content {
    background-image: url(../images/graphicframe.png);
    margin: 0 auto;
    padding: 18px 0px;
    width: 94%;
 }
 .seo-and-smm-first-content {
    background-image: none;
}
.seo-and-smm-second-right-wr, .seo-and-smm-third-left-wr, .seo-and-smm-fourth-right-wr{
	width: 343px;
    margin: 0 auto;
}
.first-section-content p:first-child {
    margin: 11px 0px;
}
/*17/02/2020*/
.testimonial-left-wr h3 {
    font-size: 30px;
    line-height: 53px;
}
.tmclientImage {
    float: none;
    margin: 0 auto;
}
.testimonial-left-wr .clientthought {
    float: none;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.tm-clientacquisition.clearfix {
    padding: 15px 11px 29px;
}

.tmclientImage {
    width: 140px;
}
.progress-box {
    display: block;
    width: 29%;
    margin: 0 auto;
    padding-bottom: 19px;
}
/*19/02/2020*/
.video_iframe {
    width: 380px;
}
.tmclientImage-full::before {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    top: 37%;
    left: 52%;
    background-size: 45px 42px;
    padding: 23px 30px;
    background-image: url(../images/video-icn.png);
    background-repeat: no-repeat;
}
.testimonial-left-wr .bx-wrapper .bx-pager {
    bottom: -46px;
}
.test-clientsays .bx-wrapper .bx-pager, .test-clientsays .bx-wrapper .bx-controls-auto {
    position: static;
}
.test-clientsays .bx-wrapper{
	padding-bottom: 47px;
}
}/* 480 */

@media screen and (max-width: 567px){
.home_post_entry {
    padding: 60px 0;
}
.bannertext h1, .bannertitle {
    float: none;
    width: 100%;
    text-align: center;
}
.bannertitle {
	line-height: 48px;
}
.second-content-wr {
    text-align: center;
    padding: 25px 0;
}
.boldletter.agencytextwr {
    display: block;
}
.fourth-middle-content-wr {
    box-sizing: border-box;
}
.sliderleft {
    left: 10px;
}
.slideright {
    right: 10px;
}
.gridview {
    -moz-column-count: unset;
    -webkit-column-count: unset;
    column-count: unset;
}
.box {
    width: 300px;
    display: block;
    margin: 0 auto 12px;
}
.box a img {
	width: 100%;
}
.eight-right-wr {
    width: 95%;
}
.contactus-contact-wr > p:first-child{
	margin-bottom:0px;
}

}

@media screen and (max-width: 479px){
	.tab_slide_section_wr {
		width: 59%;
	}
	.sixth-right-content-wr {
	    width: 100%;
	    padding: 20px 20px 20px 30px;
	    height: 260px;
	}
	.fiftn-process-wr {
		width: 50%;
	}
	.eight-left-wr {
		width: 78%;
	}
	.eight-left-wr > h6 {
		font-size: 0.9em;
	}
	.copyright-wr {
		font-size: 13px;
	}
	.footer-first-wr {
		width: 85%;
	}
	.contact_number::before {
		margin-left: -19px;margin-top: -13px;
	}
	.socialcontact::before{
		right: 57px;
	}
	.footer-menu-content-wr a {
		font-size: 16px;
	}
	.single-quotation-block {
	    width: 85%;  
	}
	#logo {
	    width: 140px;
	}
	.scroll-top {
	    right: 8px;
	}
	.slicknav_nav {
	    right: 10px;
	}
	.header-menu .slicknav_menu {
	    margin-top: 20px;
	}
	/* Default Page*/
	.not-found #searchform {
	    width: 90%;
	}
	/*26 december*/
.section-description {
	width: 100%;
    margin: 0 auto;
    text-align: center;
    /* padding: 10px 0px; */
}
.ourvision, .qualityassurance, .reserch, .minimizecost{
	height: auto;
	padding: 15px 22px 42px 15px;
}
.polygonbackground {
    width: 60%;
}
/*27 December 2019*/
.contactus-contact-wr form {
    padding: 2px 14px;
}
.contactus-contact-wr > p {
    padding: 0 12px;
}
/*Carrer Page*/
.career-first-right-wr h1 {
    font-size: 27px;
    line-height: 32px;
}
.career-second-section-wr {
    padding-top: 27px;
}
.panel h1:before {
    font-size: 22px;
    line-height: 25px;
    right: 14px;
}
.panel h1 {
	 font-size: 18px;
    line-height: 22px;
    text-indent: 2px;
    min-height: 40px;
    cursor: pointer;
    padding: 5px 3px 9px 5px; 
}
.career-contact-form input[type="text"], .career-contact-form input[type="email"], .career-contact-form .your-designation select {
    width: 95%;
}
.career-contact-form span.your-designation::after{
right: 30px;
}
.uploadfiles {
    width: 60px;
    height: 37px;
}
.field.file-upload .wpcf7-form-control-wrap.your-file {
    left: 4px;
}
.field.file-upload input[type="file"] {
    font-size: 18px;
}
.career-contact-form .wpcf7-not-valid-tip {
    left: 10px;
}
.career-contact-form div.wpcf7-response-output {
    position: absolute;
    font-size: 13px;
    bottom: -55px;
}
.career-contact-form {
    padding: 2px 0 47px;
}
.career-contact-form > h3 {
    font-size: 30px;
}
.field.file-upload .wpcf7-form-control-wrap.your-file {
    left: 6px;
    right: 0px;
}.uploadfiles {
    width: 93px;
    height: 34px;
}
.field.file-upload {
    width: 95%;
}
.field.file-upload input[type="file"]{
	padding:0px;
}
.uploadfiles {
    padding: 0px 8px;
    font-size: 13px;
    line-height: 34px;
}
/*DD*/
.webdesign-posts-blogs a img {
    width: 330px !important;
    left: 13px;
}
.portfolio-taber.portfolio-tab ul li{
    width: 47%;
    vertical-align: middle;
}
.graphic-readmore {
    width: 81%;
    padding: 5px 0px;
    font-size: 12px;
}
.graphic-cnt-even {
    width: 58%;
}
.graphic-readmore {
    width: 58%;
 }
 .graphic-cnt-odd {
    width: 50%;
}
.cat-index-22 .highlight-tab::after {
    bottom: -19px;
}
.website-design-single-wr{
	padding:0px;
}


.field.file-upload .wpcf7-form-control-wrap.your-file {
    left: -4px;
}
.uploadfiles {
    padding: 0px 14px;
 }
 .getaquote-right-wr .widget-wrapper .widget-title h3 {
    margin-bottom: 13px;
}
.subpages-subtitle {
    background-size: 36% 4px;
}
.seo-and-smm-first-inner-wr {
    padding: 0px;
}
.seo-and-smm-second-section-wr .subpages-subtitle, .seo-and-smm-fourth-section-wr .subpages-subtitle{
	background-image:none;
}
.seo-and-smm-third-right-wr h4 {
    font-size: 23px;
    margin: 19px 0px 0px;
    line-height: 27px;
}
.field.file-upload .wpcf7-form-control-wrap.your-file {
    left: 16px;
}
.four-box-wr .portfolio-image-blc:nth-child(2), .four-box-wr .portfolio-image-blc:nth-child(3), .four-box-wr .portfolio-image-blc:nth-child(1), .four-box-wr .portfolio-image-blc:nth-child(4) {
    width: 100%;
}
/*19/02/2020*/
	.video_iframe {
    	width: 280px;
	}
	.testimonial-left-wr .bx-wrapper .bx-pager {
    bottom: -60px;
	}
	/*21/02/2020*/
	.testimonial-left-wr h3 {
    font-size: 26px;
    line-height: 49px;
}
.test-clientsays {
    margin-top: 11px;
}
.tm-clientname {
    margin-top: 10px;
    line-height: 24px;
}
}/*414*/
/*@media all and (min--moz-device-pixel-ratio:0) and (min-resolution:649px) {

.field.file-upload .wpcf7-form-control-wrap.your-file {
    left: 9px;
}

}*/
@media screen and (max-width: 413px) {
	.readmore-button-size {
		width: 58%;
	}
	.third-odd-post-wr {
		padding-top: 23px;
	}
	.fourth-content-wr {
		width: 74%;
	}
	.fiftn-process-wr {
		width: 64%;
	}
	.sixth-right-content-wr {
		height: 225px;
	}
	.home .slicknav_menu {
		display: block;
		top: 116px;
	}
	.tab_slide_section_wr {
		width: 77%;
	}
	.header-social-icons ul li a {
		font-size: 13px;
	}
	.info_mail::before, .hr_mail::before {
		font-size: 14px;
	}
	.header-social-icons .socialcontact ul li a, .contact_number::before {
		font-size: 18px;
	}
	.socialcontact::before {
		display: none;
	}
	.contact_number::before {
		margin-left: 62px;
		top: -14px;
	}
	.bannertext h1 {
		font-size: 26px;
	}
	.bannertitle {
	    font-size: 32px;
	    line-height: 40px;
	}
	.bannertext {
		padding: 20px 0 16px;
	}
	.section-heading-wr  h3 {
		line-height: 37px;
	}
	.eight-left-wr {
		padding: 35px 0;
	}
	.eight-left-wr > h6 {
		font-size: 0.8em;
	}
	.footer-first-wr {
		width: 100%;
	}
	.copyright-wr {
		font-size: 12px;
	}
	 @-webkit-keyframes leftranslate {
	    0% {
	    	-webkit-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-webkit-transform:translateY(80px) skewY(-23deg);
	    }
	    100% {
	    	-webkit-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	     @-moz-keyframes leftranslate {
	    0% {
	    	-moz-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-moz-transform:translateY(80px) skewY(-23deg);
	    }
	    100% {
			-moz-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	     @-o-keyframes leftranslate {
	    0% {
	    	-o-transform:translateY(0px) skewY(-23deg);
	    }
	    50% {
	    	-o-transform:translateY(80px) skewY(-23deg);
	    }
	    100% {
	      	-o-transform:translateY(0px) skewY(-23deg);
	    }
	  }
	    @keyframes leftranslate {
	    0% {
	    	-ms-transform:translateY(0px) skewY(-23deg);
	      	transform:translateY(0px) skewY(-23deg);    
	    }
	    50% {
	    	-ms-transform:translateY(80px) skewY(-23deg);
	      	transform:translateY(80px) skewY(-23deg);
	    }
	    100% {
	      	-ms-transform:translateY(0px) skewY(-23deg);
	      	transform:translateY(0px) skewY(-23deg);
	    }
	  }
	  @-webkit-keyframes rightranslate {
	    0% {
	      -webkit-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -webkit-transform: translateY(80px) skewY(23deg);
	    }
	    100% {
	      -webkit-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @-moz-keyframes rightranslate {
	    0% {
	      -moz-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -moz-transform: translateY(80px) skewY(23deg);
	    }
	    100% {
	      -moz-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @-o-keyframes rightranslate {
	    0% {
	      -o-transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -o-transform: translateY(80px) skewY(23deg);
	    }
	    100% {
	      -o-transform: translateY(0px) skewY(23deg);
	    }
	  }
	  @keyframes rightranslate {
	    0% {
	      -ms-transform: translateY(0px) skewY(23deg);    
	      transform: translateY(0px) skewY(23deg);
	    }
	    50% {
	      -ms-transform: translateY(80px) skewY(23deg);
	      transform: translateY(80px) skewY(23deg);
	    }
	    100% {
	      -ms-transform: translateY(0px) skewY(23deg);
	      transform: translateY(0px) skewY(23deg);
	    }
	  }
	  .single-cnt-wr {

    padding: 23px 29px 34px;

}
.section_right_wr {

    width: 100%;

}
.scroll-top {
    bottom: 45px;
}
}/*320*/

@media screen and (max-width: 374px) {
.mediumletter, .boldletter {
    font-size: 20px;
}
.clientImage::before, .clientImage::after {
    background-size: 50% auto;
}
.clientImage::before {
    left: -55px;
}
.clientImage::after {
	right: -55px;
}
.leftimagebar, .rightimagebar {
    height: 80px;
    background-size: 100% 100%;
}
.fourth-middle-content-wr {
    max-width: 100%;
    background-size: 100% auto;
}
/*.sixth-right-content-wr {
    height: 190px;
}*/
.ourvision, .qualityassurance, .reserch, .minimizecost {
    width: 98%;
}
/*Carrer Page*/
.section-heading-wr h3 {
	font-size: 24px;
    line-height: 30px;
}
.panel h1 {
    font-size: 15px;
    line-height: 19px;
    min-height: 43px;
    padding: 10px 3px 4px 5px;
}
.panel h1:before {
    font-size: 17px;
    line-height: 14px;
    width: 14px;
    height: 14px;
}
.field.file-upload {
    width: 95%;
}
.uploadfiles {
	font-size: 14px;
}
.career-contact-form .wpcf7-submit{
	padding: 10px 45px;
	font-size: 16px;
}
.career-contact-form {
    padding: 2px 0 41px;
}
.career-contact-form input[type="text"], .career-contact-form input[type="email"], .career-contact-form .your-designation select {
    padding: 11px 14px;
}
.webdesign-posts-blogs a img {
    width: 280px !important;
    left: 13px;
}
.graphic-title {
    margin-bottom: 1px;
}
.getaquote-right-wr {
    width: 90%;
}
.getaquote-right-wr .widget-wrapper {
    margin-top: 20px;
    padding-top: 20px;
}
.graphic-first-right-wr, .graphic-design-second-left, .graphic-design-third-right,.website-design-first-right, .website-design-third-right-wr {
    width: 250px;
}
.subpages-subtitle {
    background-size: 27% 4px;
}
.website-design-third-first-wr, .website-design-third-second-wr, .website-design-third-fourth-wr, .website-design-third-third-wr {
    width: 68%;
}
 .mobile-app-first-right-wr, .mobile-app-second-left-wr, .seo-and-smm-second-right-wr, .seo-and-smm-third-left-wr, .seo-and-smm-fourth-right-wr{
 	width: 250px;
 }
 .mobile-app-second-section-wr h4 {
    font-size: 21px;
}
.mobile-app-second-left-wr{
	width: 250px;
}
.field.file-upload .wpcf7-form-control-wrap.your-file {
    left: 7px;
}
.uploadfiles {
    font-size: 11px;
    padding: 0px 6px;
    width: 89px;
    height: 28px;
    line-height: 27px;
}
.field.file-upload input[type="file"] {
    font-size: 15px;
}
.testimonial-left-wr .clientthought {
    font-size: 15px;
}
}





