h2.About-heading {
    color: #333333;
    font-size: 44px;
    margin: 0 0 22px 0;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins' !important;
        text-transform: capitalize;
}

section.slider-logos {
    margin-top: 40px;
    text-align: left;
}

section.slider-logos .About-heading {
    text-align: left;
}

section.slider-logos p {
    margin-bottom: 20px;
}

section.bg-section {
    text-align: center;
    background-color: #ddd;
    background-image: url(../images/designing/our-work-banner.jpg);
    background-size: 100% 100%;
}

section.bg-section ul.logo-list {
    list-style: none;
    margin-top: 30px;
}

section.bg-section ul.logo-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.8%;
    width: 31%;
}

h2.About-heading span {
    color: #0093fb;
}

section p {
    color: #666666;
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins' !important;
    line-height: 24px;
    line-height: 26px;
}

section button.btn {
    background: #0093FB;
    color: #ffffff !important;
    width: 205px;
    height: 55px;
    border: 2px solid #ffffff;
    margin: 0 8px 0 0;
    border-radius: 100px;
    padding: 0 8px 0 20px;
    font-weight: 700;
    outline: none !important;
    text-align: left;
    margin-top: 20px;
    transition: ease all 0.5s;
}

.request-section .inner:hover {
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.24);
}

.request-section .inner {
    padding: 40px;
    margin: 30px 0 0;
    text-align: center;
    transition: ease all 0.5s;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.05);
}

div#owl-demo {
    background-color: #ddd;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    background: url('../images/designing/Logo-BG.png');
    background-size: 100%;
    text-align: center;
}

section.banner {
    margin: 101px 0 0 0;
    background-color: gainsboro;
}

section {
    width: 100%;
    float: left;
    padding: 40px 0;
}

section.logo-design {
    background-image: url('../images/designing/logo-banner.jpg');
    color: white;
    background-size: 100% 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.logo-design p {
    color: white;
    font-size: 15px;
}
section.bg-section ul.logo-list li span img {
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
section button.btn span:last-child {
    width: 36px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 0 0 0 10px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding-top: 7px;
}

section.bg-section ul.logo-list li span {
    width: 100%;
    float: left;
    position: relative;
}

section button.btn span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.5px;
}

section button.btn span:last-child::before {
    content: "";
    width: 7px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/home/next.png);
    background-repeat: no-repeat;
}

section.banner button.btn span:last-child {
    background: #0093FB !important;
}

section.banner button.btn span:last-child::before {
    background-image: url(../images/home/next-2.png);
}

section.banner button.btn {
    background: white;
    color: #0093FB !important;
    width: auto;
}

section.banner h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins' !important;
        text-transform: capitalize;
}
div#owl-demo .owl-stage-outer {
    height: 100%;
}

div#owl-demo .owl-stage {
    height: 100%;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

div#owl-demo .who-top-icon {
    display: inline-block;
}

div#owl-demo .owl-nav.disabled {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: 0;
    text-align: center;
}

div#owl-demo .owl-nav.disabled .owl-prev {
    font-size: 0;
    background-image: url('../images/designing/left.png');
    height: 22px;
    width: 37px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

div#owl-demo .owl-nav.disabled .owl-next {
    font-size: 0;
    background-image: url('../images/designing/left.png');
    height: 20px;
    width: 37px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    -ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
}
section.banner button.btn:hover {
    background: #0093FB !important;
    border-color: #0093FB !important;
    color: white !important;
}

section.banner button.btn:hover span:last-child {
    background: white !important;
}

section.banner button.btn:hover span:last-child::before {
    background-image: url(../images/home/next.png);
}
section button.btn:hover {
    background: white;
    border-color: #0093FB;
    color: #0093FB !important;
}

section button.btn:hover span:last-child {
    background: #0093FB;
}

section button.btn:hover span:last-child::before {
    background-image: url(../images/home/next-2.png);
}

/*start facebook cover page*/
section.facebook-bg-section {
    padding-bottom: 100px;
}

section.facebook-cover-design {
    background-image: url('../images/designing/facebook-cover-banner.jpg');
    color: white;
    text-align: right;
    background-size: 100% 100%;
    padding: 60px 0;
}

section.facebook-cover-design p {
    color: white;
    padding-left: 20%;
}
section.bg-section ul.logo-list.facebook-page li {
    width: 33%;
    margin: 0;
    position: relative;
    text-align: center;
}

section.bg-section ul.logo-list.facebook-page li img.overlay {
    position: absolute;
    width: 150px;
    bottom: -70px;
    overflow: visible;
    z-index: 99;
    display: inline-block;
    margin: 0 auto;
    float: none;
    left: 0;
    right: 0;
    box-shadow: none;
}

section.bg-section ul.logo-list.facebook-page li span img {
    max-height: 295px;
    float: left;
    overflow: hidden;
}

section.bg-section ul.logo-list.facebook-page li:nth-child(2) {
    margin: 0 2.5%;
}

section.bg-section ul.logo-list.facebook-page li:nth-child(3) {width: 28%;}

/*end facebook cover page*/

/*Twiter cover page*/

section.banner.twiter-banner {
    background: url('../images/designing/twitter-banner.jpg');
    background-size: 100% 100%;
    padding: 60px 0;
}
section.banner.twiter-banner button.btn {
    background: #0093FB;
    border-color: #0093FB !important;
    color: #fff !important;
}

section.banner.twiter-banner button.btn span:last-child::before {
    background-image: url('../images/home/next.png');
}

section.banner.twiter-banner button.btn span:last-child {
    background: white !important;
}

section.banner.twiter-banner button.btn:hover {
    background: white !important;
    color: #0093FB !important;
}

section.banner.twiter-banner button.btn:hover span:last-child {
    background: #0093FB !important;
}

section.banner.twiter-banner button.btn:hover span:last-child::before {
    background-image: url('../images/home/next-2.png');
}

section.our-clients .inner {
    text-align: center;
}

section.our-clients .inner ul {
    list-style: none;
    margin: 30px 0 0;
}

section.our-clients .inner ul li {
    display: inline-block;
    vertical-align: middle;
    width: 24.5%;
    padding: 0 10px;
}

section.our-clients .inner ul li span:hover img {
    box-shadow: 0px 1px 4px #ddd;
}

section.our-clients .inner ul li span {
    float: left;
    width: 100%;
    border: 1px dashed #0093fb;
    padding: 8px;
    border-radius: 10px;
    transition: ease all 1.5s;
}

section.our-clients .inner ul li span img {
    border-radius: 10px;
    width: 100%;
}
.twit-logo img {
    width: 100%;
}

/*End of Twiter cover page*/

/*Business card design*/

section.banner.business-card {
    background: url('../images/designing/businessbanner.jpg');
    text-align: center;
    color: white;
    padding: 60px 0;
    background-size: 100% 100%;
}

section.banner.business-card .banner-inner {width: 600px;margin: 0 auto;}

section.banner.business-card .banner-inner p {
    color: white;
    font-size: 15px;
}
section.bg-section.business-bg-section .inner-details {
    text-align: left;
}

section.bg-section.business-bg-section .inner-details h2.About-heading {
    text-align: left;
    font-size: 34px;
}

section.bg-section.business-bg-section .inner-details ul {
    float: left;
    width: 100%;
    list-style: none;
    margin-top: 10px;
}

section.bg-section.business-bg-section .inner-details ul li {
    margin-bottom: 20px;
}

section.bg-section.business-bg-section .inner-details ul li span.left {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #0093fb;
    width: 50px;
    text-align: center;
    height: 50px;
    box-shadow: inset 0px 3px 9px 0px rgba(0, 0, 0, 0.2);
}

section.bg-section.business-bg-section .inner-details ul li .right {
    width: 89%;
    display: inline-block;
    vertical-align: top;
}

section.bg-section.business-bg-section .inner-details ul li .right h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-family: Montserrat;
    color: #000;
}

section.bg-section.business-bg-section .inner-details ul li .right p {
    font-size: 14px;
}

section.bg-section.business-bg-section .inner-details ul li span.left img {
    width: 81%;
    margin-top: 3px;
}

section.bg-section.business-bg-section {
    background: url(../images/designing/business-background.jpg);
}

.inner-images {
    margin-left: -15px;
}

.inner-images img {
    width: 100%;
}
.with-hover {

    width: 100%;

}

/*End of Business card design*/

/*Brochure Design*/

section.banner.brochure-design {
    background: url('../images/designing/brochure-banner.jpg');
    color: white;
    padding: 70px 0 80px;
    background-size: 100% 100%;
}

section.banner.brochure-design p {
    color: white;
}

section.banner.brochure-design .banner-inner {
    padding-right: 9%;
}

section.bg-section.brochure-bg-design .wrapper {
    width: 100%;
    max-width: 1349px;
    overflow: hidden;
    margin-top: 30px;
}

section.bg-section.brochure-bg-design {
    background: none;
    background-color: transparent;
    padding-bottom: 0;
}

section.bg-section.brochure-bg-design .wrapper span {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

section.bg-section.brochure-bg-design .wrapper span img {
    float: left;
    width: 100%;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.15);
}
.custom:nth-child(odd) span img {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.custom:nth-child(even) span img {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
section.banner.brochure-design .banner-inner h4 {
    margin: 20px 0;
    font-weight: 400;
}
/*End of Brochure design*/

/*Landing page*/
section.banner.landing-page {
    padding: 140px 0;
    background: url('../images/designing/Landing-page-Banner.jpg');
    color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #292f53;
}

section.banner.landing-page .banner-inner p {
    color: white;
}
section.professional {
    padding-top: 80px;
}

section.professional .inner-details h2.About-heading {
    text-align: left;
    line-height: 55px;
}

section.professional .inner-img {
    margin-left: -15px;
}

.inner-customer .inner-main p {
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
}

.inner-customer .inner-main p span {
    display: inline-block;
    float: none;
    vertical-align: bottom;
}

.inner-customer .inner-main p span::before {
    content: "\f10d";
    font-family: fontawesome;
    margin-right: 8px;
    font-size: 24px;
    color: #dedede;
}

.inner-customer .inner-main .cust-name {
    text-align: right;
    float: left;
    width: 100%;
}

.inner-customer .inner-main .cust-name p {
    text-align: right;
    margin: 0;
}

.inner-customer .inner-main .cust-name h4 {
    margin: 5px 0 0;
}

.inner-customer .circle-img {
    width: 80px;
    height: 80px;
    background: white;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
    border-radius: 50%;
    margin-top: -60px;
}

#owl-customers {
}

.inner-customer .circle-img img {
    width: auto;
    max-width: 100%;
}
section.happy-customers {
    background-color: #ddd;
    background-image: url('../images/designing/Landing-page-BG.jpg');
}

section.happy-customers p {
    text-align: center;
}

.inner-customer {
    padding: 70px 20px 10px;
    float: left;
    width: 100%;
}

.inner-customer .inner-main {
    float: left;
    width: 100%;
    background: white;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.17);
    padding: 20px;
    min-height: 290px;
}
#owl-customers .owl-dots {
    text-align: center;
    margin-top: 10px;
}

#owl-customers .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

#owl-customers .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: white;
    display: block;
    border: 3px solid  #0093fb;
    border-radius: 50%;
}

#owl-customers .owl-dots .owl-dot.active span {
    background: #0093fb;
}
.inner-customer .circle-img::before {
    content: "";
    width: 95%;
    height: 55px;
    background: url('../images/designing/Landing-page-client-01-circle.png');
    background-repeat: no-repeat;
    margin: -7px 0 0 -2px;
    position: absolute;
    display: none;
}
section.professional .inner-img img {
    width: auto;
    max-width: 100%;
}

/*End of Landing page*/

/*linkedin page*/
section.linkedin-bg {
    background-image: url('../images/designing/linkedin-Banner.jpg');
    padding: 100px 0;
}
section.slider-logos.linkedin-sec {
    background: url('../images/designing/linkedin-Pattern.jpg');
    text-align: right;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 50px 0;
}

section.slider-logos.linkedin-sec h2.About-heading {
    text-align: right;
}

/*end of linkedin page*/

/*Responsive start*/

@media only screen and (min-width:320px) and (max-width:479px){
.inner-customer .inner-main {
	min-height: 380px;
}
section.banner {
    margin: 0px 0 0 0;
}
section.logo-design {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-size: 215% 100%;
}
section.banner h3 {
    font-size: 20px;
}
section.logo-design p {
    font-size: 14px;
}
section p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
	text-align-last: center;
}
section button.btn {
    height: 50px;
	border: 1px solid #ffffff;
}
section.slider-logos {
    margin-top: 0;
    text-align: center;
}
section {
    text-align: center;
}
div#owl-demo {
    width: 250px;
    height: 250px;
    display: inline-block;
	float: none;
	margin-bottom: 30px;
}
div#owl-demo .who-top-icon {
    max-width: 200px;
}
section.slider-logos .About-heading {
    text-align: center;
}
h2.About-heading {
    font-size: 25px;
}
section.bg-section ul.logo-list li {
    margin: 0 0.5% 20px;
    width: 250px;
}
section.bg-section ul.logo-list li span {
    float: left;
    width: 100%;
}
section.bg-section ul.logo-list li span img {
    width: 100%;
}
.request-section .bottom {
    display: block;
}
.request-section .bottom {
    display: block;
    margin: 0;
}
.request-section .inner {
    padding: 14px;
    margin: 20px 0 0;
}
section.bg-section {
    padding-bottom: 0;
}

/*facebook cover*/
section.facebook-cover-design {
    padding: 20px 0;
    background: #03a9f5;
    text-align: center;
}
section.facebook-cover-design p {
    padding-left: 0%;
}
section.bg-section ul.logo-list.facebook-page li {
    width: 250px;
    margin-bottom: 65px;
}
section.bg-section ul.logo-list.facebook-page li:nth-child(3) {
    width: 250px;
}
section.bg-section ul.logo-list.facebook-page li:nth-child(2) {
    margin: 0 0 65px;
}
section.bg-section ul.logo-list.facebook-page li img.overlay {
    width: 90px;
    bottom: -42px;
}

/*end facebook cover*/

/*Twitter cover page*/

section.banner.twiter-banner {
    background-size: 210% 100%;
    padding: 30px 0;
}
.our-clients .row.bottom {
    display: block;
    margin: 0;
}
section.our-clients .inner ul li {
    width: 210px;
    margin-bottom: 15px;
}
section.bg-section .logo-list.facebook-page.twit-p li {
    margin-bottom: 35px !important;
}
section.bg-section .logo-list.facebook-page.twit-p li span img {
    max-height: 165px;
}

/*End of Twitter cover page*/

/*Business Card page*/

section.banner.business-card .banner-inner {
    width: 100%;
}
section.banner.business-card {
    padding: 20px 0;
    background: #0dabf4;
}

section.bg-section.business-bg-section .row .left {
    order: 2;
}

section.bg-section.business-bg-section .row {
    display: flex;
    flex-flow: column;
}

section.bg-section.business-bg-section .inner-details {
    text-align: center;
}

section.bg-section.business-bg-section .inner-details h2.About-heading {
    text-align: center;
    font-size: 25px;
}

section.bg-section.business-bg-section .inner-details ul li span.left {
    margin-right: 0px;
    margin-bottom: 15px;
}

section.bg-section.business-bg-section .inner-details ul li .right h3 {
    font-size: 16px;
}

section.bg-section.business-bg-section .inner-details ul li .right {
    width: 100%;
}

/*End of Business Card page */

/*Brochure Design*/

section.bg-section.brochure-bg-design .wrapper .custom {
    float: left;
    width: 100%;
}
section.bg-section.brochure-bg-design .wrapper {
    padding: 0 15px;
}
section.bg-section.brochure-bg-design ~ .request-section {
    padding-top: 0;
}
section.bg-section.brochure-bg-design .wrapper span img {
    border-radius: 6px;
}
section.banner.brochure-design {
    padding: 30px 0 30px;
}
section.banner.brochure-design .banner-inner {
    padding-right: 0;
}
/*End of Brochure Design*/

/*Landing page*/
section.banner.landing-page {
    padding: 30px 0;
    background-size: 300% 100%;
}
section.professional .inner-details h2.About-heading {
    text-align: center;
    line-height: 28px;
}
#owl-customers .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
.inner-customer .inner-main p {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}
.inner-customer .inner-main .cust-name {
    text-align: center;
}
.inner-customer .inner-main .cust-name h4 {
    margin: 10px 0 0;
    font-size: 16px;
}
.inner-customer .circle-img {
    margin: -60px auto 0;
    position: relative;
}
.inner-customer .circle-img::before {
    width: 100%;
    margin: -7px 0 0 0px;
    position: absolute;
    left: 0;
    background-size: contain;
}
section.slider-logos.linkedin-sec h2.About-heading {
    text-align: center;
    margin-top: 20px;
}



/*end of landing page */

}

@media only screen and (min-width:480px) and (max-width:767px){
section.banner {
    margin: 83px 0 0 0;
}
.twit-logo img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
section.bg-section ul.logo-list.twit-p li {
margin-bottom: 30px !important;
margin-left: 15px !important;
margin-right: 15px !important;
}
section.bg-section .logo-list.facebook-page.twit-p {
    padding-bottom: 8px;
}
section.bg-section ul.logo-list.twit-p li span img {
    max-height: 261px;
    height: 261px;
}
section.logo-design {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-size: 215% 100%;
}
section.banner h3 {
    font-size: 20px;
}
section.logo-design p {
    font-size: 14px;
}
section p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
	text-align-last: center;
}
section button.btn {
    height: 50px;
    border: 1px solid #ffffff;
}
section.slider-logos {
    margin-top: 0;
    text-align: center;
}
section {
    text-align: center;
}
div#owl-demo {
    width: 250px;
    height: 250px;
    display: inline-block;
	float: none;
	margin-bottom: 30px;
}
div#owl-demo .who-top-icon {
    max-width: 200px;
}
section.slider-logos .About-heading {
    text-align: center;
}
h2.About-heading {
    font-size: 25px;
}
section.bg-section ul.logo-list li {
    margin: 0 0.5% 20px;
    width: 250px;
}
section.bg-section ul.logo-list li span {
    float: left;
    width: 100%;
}
section.bg-section ul.logo-list li span img {
    width: 100%;
}
.request-section .bottom {
    display: block;
}
.request-section .bottom {
    display: block;
    margin: 0;
}
.request-section .inner {
    padding: 14px;
    margin: 20px 0 0;
}
section.bg-section {
    padding-bottom: 0;
}
/*facebook cover*/
section.facebook-cover-design {
    padding: 20px 0;
    background: #03a9f5;
    text-align: center;
}
section.facebook-cover-design p {
    padding-left: 0%;
}
section.bg-section ul.logo-list.facebook-page li {
width: 300px;
margin-bottom: 65px;
margin-left: 10px;
margin-right: 10px;
}
section.bg-section ul.logo-list.facebook-page li:nth-child(3) {
    width: 300px;
}
section.bg-section ul.logo-list.facebook-page li:nth-child(2) {
    margin: 0 10px 65px;
}
section.bg-section ul.logo-list.facebook-page li img.overlay {
    width: 90px;
    bottom: -42px;
}

/*end facebook cover*/
/*Twitter cover page*/

section.banner.twiter-banner {
    background-size: 210% 100%;
    padding: 30px 0;
}
.our-clients .row.bottom {
    display: block;
    margin: 0;
}
section.our-clients .inner ul li {
    width: 200px;
    margin-bottom: 25px;
}

/*End of Twitter cover page*/

/*Business Card page*/

section.banner.business-card .banner-inner {
    width: 100%;
}
section.banner.business-card {
    padding: 20px 0;
    background: #0dabf4;
}

section.bg-section.business-bg-section .row .left {
    order: 2;
}

section.bg-section.business-bg-section .row {
    display: flex;
    flex-flow: column;
}

section.bg-section.business-bg-section .inner-details {
    text-align: center;
}

section.bg-section.business-bg-section .inner-details h2.About-heading {
    text-align: center;
    font-size: 25px;
}

section.bg-section.business-bg-section .inner-details ul li span.left {
    margin-right: 0px;
    margin-bottom: 15px;
}

section.bg-section.business-bg-section .inner-details ul li .right h3 {
    font-size: 16px;
}

section.bg-section.business-bg-section .inner-details ul li .right {
    width: 100%;
}

/*End of Business Card page */

/*Brochure Design*/

section.bg-section.brochure-bg-design .wrapper .custom {
    float: left;
    width: 100%;
}
section.bg-section.brochure-bg-design .wrapper {
    padding: 0 15px;
}
section.bg-section.brochure-bg-design ~ .request-section {
    padding-top: 0;
}
section.bg-section.brochure-bg-design .wrapper span img {
    border-radius: 6px;
}
section.banner.brochure-design {
    padding: 30px 0 30px;
}
section.banner.brochure-design .banner-inner {
    padding-right: 0;
}

/*End of Brochure Design*/

/*Landing page*/
section.banner.landing-page {
    padding: 30px 0;
    background-size: 300% 100%;
}
section.professional .inner-details h2.About-heading {
    text-align: center;
    line-height: 28px;
}
#owl-customers .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
.inner-customer .inner-main p {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}
.inner-customer .inner-main .cust-name {
    text-align: center;
}
.inner-customer .inner-main .cust-name h4 {
    margin: 10px 0 0;
    font-size: 16px;
}
.inner-customer .circle-img {
    margin: -60px auto 0;
    position: relative;
}
.inner-customer .circle-img::before {
    width: 100%;
    margin: -7px 0 0 0px;
    position: absolute;
    left: 0;
    background-size: contain;
}
section.slider-logos.linkedin-sec h2.About-heading {
    text-align: center;
    margin-top: 20px;
}



/*end of landing page */

}

@media only screen and (min-width:768px) and (max-width:1023px){
section.banner {
    margin: 83px 0 0 0;
}
.inner-customer .inner-main {
    min-height: 305px;
}
section.logo-design {
	padding-top: 30px;
	padding-bottom: 30px;
}
section.bg-section ul.logo-list.twit-p li {
margin-bottom: 30px !important;
margin-left: 15px !important;
margin-right: 15px !important;
}
section.bg-section .logo-list.facebook-page.twit-p {
    padding-bottom: 8px;
}
section.bg-section ul.logo-list.twit-p li span img {
    max-height: 261px;
    height: 261px;
}
section.bg-section {
    padding-bottom: 10px;
}
section p {
    font-size: 15px;
    line-height: 24px;
}
section.bg-section ul.logo-list li {
    margin: 0 15px 30px;
    width: 300px;
}
.request-section .bottom {
    margin: 0;
}
h2.About-heading {
    font-size: 35px;
}
section.bg-section ul.logo-list li span {
    float: left;
    width: 100%;
}
section.bg-section ul.logo-list li span img {
    width: 100%;
}
div#owl-demo {
    width: 300px;
    height: 300px;
}
/*Facebook cover page*/
section.bg-section ul.logo-list.facebook-page li span img {
    max-height: 215px;
}
section.facebook-bg-section {
    padding-bottom: 100px;
}

/*End of facebook cover page*/

/*Buisnrss card*/

section.banner.business-card {
    background-position: 52% 0;
    background-size: 200% 100%;
}

.with-hover {
    width: auto;
}
.with-hover {
    width: 100%;
}
section.bg-section.business-bg-section .inner-details ul li .right {
    width: 82%;
}
section.banner.brochure-design {
    padding: 30px 0 50px;
}

/*End of Business csrd*/

}

@media only screen and (min-width:768px) and (max-width:991px){
.inner-customer .inner-main {
	min-height: 375px;
}
section.slider-logos {
    text-align: center;
}
section.bg-section.brochure-bg-design .wrapper .inner .custom {
    width: 50%;
    float: left;
}
section.bg-section.brochure-bg-design ~ .request-section {
    padding-top: 0;
}
section.banner.brochure-design {
    background-size: 190% 100%;
}
section.facebook-cover-design p {
    padding-left: 0%;
}
section.logo-design {
	background-size: 250%;
	text-align: center;

}
.twit-logo img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
section.slider-logos .About-heading {
    text-align: center;
}
div#owl-demo {
    display: inline-block;
    margin-bottom: 30px;
}

/*Facebook cover */
section.facebook-cover-design {
    text-align: center;
    padding: 30px 0;
    background: #16adf2;
}
section.bg-section ul.logo-list.facebook-page li {
    width: 300px;
    margin: 0 10px 90px;
    text-align: center;
}
section.bg-section ul.logo-list.facebook-page li:nth-child(2) {
    margin: 0 10px 60px;
}
section.bg-section ul.logo-list.facebook-page li:nth-child(3) {
    width: 300px;
}
section.bg-section ul.logo-list.facebook-page li span img {
    max-height: 200px;
}
section.facebook-bg-section {
    padding-bottom: 10px;
}



/*End of Facebook cover*/

/*Twitter cover page*/
section.banner.twiter-banner {
    background-size: 210% 100%;
    padding: 30px 0;
    text-align: center;
}


/*End ofTwitter cover page*/


/*Business Card design*/
section.bg-section.business-bg-section .row .left {
    order: 2;
}

section.bg-section.business-bg-section .row {
    display: flex;
    flex-flow: column;
}

section.bg-section.business-bg-section .inner-details h2.About-heading {
    text-align: center;
    font-size: 34px;
}
.inner-images {
    margin-left: -15px;
    text-align: left;
}
.inner-images img {
    width: auto;
}
.with-hover {
    width: auto;
}

section.bg-section.business-bg-section .inner-details ul li .right {
    width: 88%;
}
section.banner.brochure-design .banner-inner {
    padding-right: 0;
    text-align: center;
}
/*End of buisness card design*/

/*landing page*/
section.banner.landing-page {
    padding: 60px 0;
    background-size: 250% 100%;
    text-align: center;
}
section.professional .inner-details h2.About-heading {
    text-align: center;
    line-height: 45px;
}
section.professional {
    padding-top: 30px;
    text-align: center;
}
section.professional .inner-img {
    text-align: left;
}
section.slider-logos.linkedin-sec h2.About-heading {
    text-align: center;
    margin-top: 20px;
}
section.slider-logos.linkedin-sec {
    text-align: center;
}


/*End of landing page*/

}

@media only screen and (min-width:1024px) and (max-width:1279px){
.inner-customer .inner-main {
    min-height: 300px;
}
h2.About-heading {
    font-size: 40px;
}
div#owl-demo {
	width: 300px;
	height: 300px;
}
section p {
    font-size: 15px;
    line-height: 24px;
}
section.bg-section ul.logo-list.facebook-page li span img {
    max-height: 225px;
}

/*Business card page*/

section.bg-section.business-bg-section .inner-details ul li .right {
    width: 85%;
}
section.banner.business-card {
    background-size: 130% 100%;
    background-position: 50% 0;
}

/*End of Business card page*/
section.banner.brochure-design {
    background-size: 100% 100%;
}

}

@media only screen and (min-width:2101px){
section.bg-section ul.logo-list {
    max-width: 1240px;
    margin: 30px auto 0;
}
section.bg-section.brochure-bg-design .wrapper {
    max-width: 1240px;
}
.inner-images img {
    width: auto;
    max-width: 100%;
}
section.logo-design p {
    font-size: 18px;
}
section.banner h3 {
    font-size: 36px;
}
section p {
    font-size: 18px;
    line-height: 30px;
}
section .container-fluid {
    max-width: 1240px;
}
section.banner {
    background-size: 100% 100% !important;
}
section.banner.business-card .banner-inner p {
    font-size: 18px;
}
section.bg-section.business-bg-section .inner-details ul li .right h3 {
    margin: 0 0 10px;
    font-size: 20px;
}
section.bg-section.business-bg-section .inner-details ul li .right p {
    font-size: 17px;
}

}

/*End of responsive*/
