/*
Theme Name: pepper

*/


@font-face {
    font-family: 'Playfair Display';
    src: url('../pepper/fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../pepper/fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../pepper/fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../pepper/fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../pepper/fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../pepper/fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../pepper/fonts/Poppins-Bold.woff2') format('woff2'),
        url('../pepper/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../pepper/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../pepper/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../pepper/fonts/Poppins-Medium.woff2') format('woff2'),
        url('../pepper/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../pepper/fonts/Poppins-Regular.woff2') format('woff2'),
        url('../pepper/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../pepper/fonts/Poppins-Italic.woff2') format('woff2'),
        url('../pepper/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../pepper/fonts/Poppins-Light.woff2') format('woff2'),
        url('../pepper/fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


a:hover {
    text-decoration: none;
}

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #bdbdbd;
    margin: 1.5em 10px;
    padding: 1em;
    font-style: italic;
}

blockquote:before {
    color: #dfdfdf;
    content: "\201D";
    font-size: 7em;
    line-height: .1em;
    vertical-align: 0;
    float: right;
}

figcaption,
.wp-caption-text {
    font-size: 1em;
    margin: .9em 0;
    text-align: center;
    color: #777;
}

.wp-block-group__inner-container {
    padding: 1em;
}

.wp-caption {
    max-width: 100%;
}

.entry-title,
.hometitle {
    overflow-wrap: break-word;
}

.digger-blue-back {
    background-color: #f2f7fe;
}

/*
* BOOTSTRAP CHANGES
*/
.card-title a {
    text-decoration: none;
    color: #000;
}

.card-title a:hover {
    text-decoration: none;
    color: #454545;
}

/*
* DIGGER ARCHIVES
*/
.thumbnail-archive img {
    float: right;
    margin: 0 0 1em 1em;
    border-radius: 5px;
}

.hometitle {
    text-decoration: none;
    border: none;
    color: #000;
}

.hometitle:hover {
    text-decoration: none;
    border: none;
    color: #666;
}

.block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.archive-posts {
    position: relative;
}

.archive-posts:hover {
    border-color: #ababab !important;
}

.archive-posts small a,
.all-tags-link {
    z-index: 2;
    position: relative;
}

/*
* AUTHOR BLOCK
*/
.postauthor-wrap {
    width: 100%;
    clear: both;
}

.postauthor-wrap .fn {
    color: #000;
    font-size: .85em;
    font-weight: 700;
}

.postauthor-wrap .fn:hover {
    color: #000;
    text-decoration: none;
}

.avatar-100 {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 1em 1em 0;
    border-radius: 50%;
}

/*
* CODE AND PRE STYLES
*/
pre {
    padding: 1.3em;
    margin: 1em 0 2em;
    word-break: break-all;
    overflow: auto;
    background-color: #edf2f6;
    border-radius: 15px;
    color: #333;
    white-space: pre;
}

.wp-block-code code {
    white-space: pre;
    overflow-wrap: break-word;
}

p code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

/*
* COMMENTS STYLES
*/
#comments .comment-navigation {
    margin-bottom: 0;
}

#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}

#comments .media-list li .media {
    margin-top: 15px;
}

#comments .media-list li .media .media-body {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}

#comments .media-list ul.children {
    list-style: none;
    margin-left: 1em;
}

.comment-avatar {
    float: left;
}

.media-body {
    width: 10000px;
}

.comment-content {
    position: relative;
}

.comment-content pre {
    white-space: pre;
    overflow-x: auto;
    display: block;
    max-width: 860px;
}

.comment-content table {
    margin-bottom: 1.5em;
}

.comment-content table tr td,
.comment-content table tr th {
    padding: .5em;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.comment-reply-link {
    font-size: .85em;
}

#cancel-comment-reply-link {
    margin-left: .5em;
}

.comment-reply-title {
    margin-top: 1em;
    font-size: 1.3em;
}



/*
* FOOTER MENU
*/

.main-gradient {
    background: -webkit-linear-gradient(45deg, #0d6efd, #68a4fd);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.da-footer-menu {
    color: #232323;
}

.da-footer-menu ul,
ul.da-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.da-footer-menu ul li,
ul.da-footer-menu li {
    margin-bottom: 1.3em;
}

.da-footer-menu a {
    color: #232323;
    text-decoration: none;
    border-bottom: 1px solid #232323;
}

.da-footer-menu a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.da-footer-menu .sub-menu {
    margin: 1em 0 1em 1.5em;
}

.da-footer-menu .sub-menu li {
    margin-bottom: .5em;
}

/*
* NAVBAR STYLES
*/

.custom-logo {
    margin-right: .6em;
    vertical-align: middle;
}

/*
* ALIGN
*/

.wp-block-gallery:not(.has-nested-images) {
    margin-bottom: 2em;
}

.wp-block-cover__inner-container p {
    margin-bottom: 0;
}

.wp-block-button,
.wp-block-cover,
.wp-block-archives,
.wp-block-calendar,
.wp-block-categories,
.wp-block-group,
.wp-block-media-text {
    margin-bottom: 1.5em;
}

.alignnone {
    margin: .3em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: .3em auto .3em auto;
}

.alignright {
    float: right;
    margin: .3em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .3em 1em 1em 0 !important;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0;
}

/*
* PAGINATION
*/

.nopage {
    padding: .2em 1em;
}

/*
* OTHER STYLES
*/

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p cite {
    font-size: .8em;
}

.entry-content>table {
    margin-bottom: 1.5em;
}

.entry-content>table tr td,
.entry-content>table tr th {
    padding: .5em;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}

.edit-block {
    font-size: .8em;
    clear: both;
}

.edit-block a {
    color: #777777;
}

.edit-block a:hover {
    color: #777777;
}

.page-block,
.page-links {
    clear: both;
}

.bypostauthor {
    background-color: #FF1100;
}

.bypostauthor .avatar {
    border: 1px dotted #FF1100;
}

.gallery-caption {
    color: #565656;
}

.footer-copyright {
    color: #676767;
    text-decoration: none;
}

.footer-copyright:hover {
    color: #000000;
    text-decoration: none;
}

/* 
* Text meant only for screen readers
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*
* MEDIA AND MOBILE
*/

@media (min-width: 992px) {
    .text-xl {
        font-size: 4.5rem !important;
    }

    .display-1 {
        font-size: 6rem;
    }

    .entry-title {
        font-size: 3.6em;
    }

    article {
        font-size: 1.2em;
    }

    p {
        margin-bottom: 1.5em;
    }

    .content-area article h2,
    .content-area article h3,
    .content-area article h4 {
        font-weight: bold;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }

    pre {
        font-size: 1.1em;
    }

    .da-footer-menu a {
        font-size: 1.2em;
    }

    .h1,
    h1 {
        line-height: 1.25em;
    }

    p.wp-caption-text {
        font-size: 1em !important;
    }
}



body {
    --RedColor: #ea2227;
    --RedColorDark: #ea2227;
    --BlackColor: #101210;
    --LightBgColor: #eef2f4;
    --headingColor: #101210;
    --textcolor: #504e4e;
    --Borderlinecolor: #b1b5b7;
    font-family: "Poppins", sans-serif !important;
	background: url(../pepper/images/bg.jpg) repeat-y;
    background-size: 100%;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: "Poppins", sans-serif !important;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;}

a{
	text-decoration: none;
	transition-duration: 0.3s;
}

a:hover{
	text-decoration: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.services-scroll .slick-dots,
.ourclients-scroll .slick-dots,
.projects-scroll .slick-dots {
	bottom: -25px !important;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.projects-scroll .slick-dots li button {
	border: 2px solid var(--BlackColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.projects-scroll .slick-dots li button {
	border: 2px solid var(--BlackColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll li button:before,
.ourclients-scroll li button:before,
.projects-scroll li button:before {
	display: none;
	visibility: hidden;
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.projects-scroll .slick-dots li.slick-active button {
	background: var(--BlackColor);
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.projects-scroll .slick-dots li.slick-active button {
	background: var(--BlackColor);
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.projects-scroll .slick-dots li button {
	border: 2px solid var(--BlackColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}



::selection {
    background: var(--RedColor);
    color: #fff;
}

::-moz-selection {
    background: var(--RedColor);
	color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(234, 34, 39, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(234, 34, 39, 1);
}


.header-wrapper-fixed{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 40px;
    z-index: 1030;
    transition-duration: 0.3s;

}

.header-wrapper-fixed .header-logo{
    width: 244px;
    height: 103px;
    transition-duration: 0.3s;
    display: inline-block;
    background: url(../pepper/images/pepper-logo.png) no-repeat;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-weight: 500 !important;
}

.header-wrapper-fixed .col-lg-6{
    transition-duration: 0.3s;
    padding-top: 33px;
}



.header-wrapper-fixed .header-menu-con{
    width: 100%;
    position: relative;
    text-align: right;
    transition-duration: 0.3s;
    margin-top: 21px;
}

.header-wrapper-fixed .header-menu-con::before{
    width: 1px;
    height: 50px;
    
    position: absolute;
    left: 0px;
    top: 5px;
    background: var(--textcolor);
    content: '';
    opacity: 0.3;
}

.header-wrapper-fixed .header-menu-con .burger-menu{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: var(--RedColor);
    border: none;
    outline: none;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
}

.header-wrapper-fixed .header-menu-con a{
    color: var(--headingColor);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    margin-right: 20px;
    transition-duration: 0.3s;
}

.header-wrapper-fixed .header-menu-con a:hover i{
    color: var(--RedColor);
}

.header-wrapper-fixed .header-menu-con a i{
    font-size: 16px;
    margin-right: 5px;
    transition-duration: 0.3s;
}

.f-nav .header-wrapper-fixed{
    background: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);

}

.f-nav .header-wrapper-fixed .header-menu-con{
    margin-top: 4px;
    margin-bottom: 4px;
}

.f-nav .header-wrapper-fixed .col-lg-6{
    padding-top: 16px;
}

.f-nav .header-wrapper-fixed .header-logo{
    width: 180px;
    height: 50px;
    background-size: 100%;
    margin-top: 8px;
}

.f-nav .header-wrapper-fixed{
    top: 0px;
}

.home-banner-wrapper{
    margin-top: 180px;
    overflow: hidden;
    width: 100%;
}

.banner-caption-wrapper {
    width: 100%;
    height: 580px;
    display: table;
    text-align: center;
    padding-bottom: 80px;
}

.banner-caption-wrapper .banner-caption-middlealign {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.banner-caption {
    width: 100%;
    text-align: center;
}

.banner-caption h2{
    text-align: center;
    padding: 0;
    margin: 0px 0px 35px 0px;
    font-size: 56px;
    font-family: "Playfair Display", serif;
    color: var(--headingColor);
    font-weight: 500;
}

.banner-caption h2 b{
    font-weight: 500;
    color: var(--RedColor);
}

.banner-caption h2 .caption-dots{
    display: inline-block;
    width: auto;
    position: relative;
    height: 55px;
    top: 7px;
}

.banner-caption h2 .caption-dots span{
    width: 54px;
    height: 54px;
    background: var(--LightBgColor);
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 3px solid #fffcf5;
    overflow: hidden;
    padding: 0;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.banner-caption h2 .caption-dots span img{
    width: 48px;
    height: 48px;
    object-fit: cover;
    display: block;
}

.banner-caption h2 .caption-dots span:nth-child(1){
    z-index: 3;
}

.banner-caption h2 .caption-dots span:nth-child(2){
   
    z-index: 2;
    animation: 4s linear infinite proanimone;
}

@keyframes proanimone {
    0% {
        right: 0px;
    }
    15% {
        right: 35px;
    }
    30% {
        right: 35px;
    }
    45% {
        right: 35px;
    }
    60% {
        right: 35px;
    }
    75% {
        right: 35px;
    }
    90% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}

.banner-caption h2 .caption-dots span:nth-child(3){
    
    z-index: 0;
    animation: 4s linear infinite proanimtwo;
}

@keyframes proanimtwo {
    0% {
        right: 0px;
    }
    15% {
        right: 35px;
    }
    30% {
        right: 70px;
    }
    45% {
        right: 70px;
    }
    60% {
        right: 70px;
    }
    75% {
        right: 35px;
    }
    90% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}

.banner-caption p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 45px 0px;
    color: var(--textcolor);
    line-height: 28px;
}

.more-button{
    width: 170px;
    height: 44px;
    background: var(--BlackColor);
    border-radius: 3px;
    color: #fff;
    line-height: 44px;
    font-size: 15px;
    display: inline-block;
}

.more-button:hover{
    background: var(--RedColor);
    color: #fff;
}

.banner-text-scroll{
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}




.scrolling_textgreen {
    width: calc(100% + 100px);
    overflow: hidden;
    display: flex;
    white-space: nowrap;
	padding: 0px 0px 0px 0px;
    background: var(--BlackColor);
    transform: rotate(1deg);
    left: -50px;
}

.scrolling_textgreen .text {
    font-size: 15px;
	text-transform: inherit;
    font-weight: 400;
    color: #fff;
	animation: animate_textgreen 60s linear infinite;
}

.scrolling_textgreen .text span{
    width: auto;
    height: auto;
    line-height: 48px;
    display: inline-block;
    padding: 0px 80px 0px 0px;
    margin: 0px 40px 0px 0px;
    color: #fff;
    font-size: 22px;
    line-height: 65px;
    font-weight: 300;
    position: relative;
}

.scrolling_textgreen .text span:after{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    content: '';
    position: absolute;
    top: 12px;
    right: 0px;
    border-radius: 50%;
    opacity: 0.25;
}

@keyframes animate_textgreen {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}



.scrolling_textred {
    width: calc(100% + 100px);
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    background: var(--BlackColor);
    transform: rotate(8deg);
    position: relative;
    top: -90px;
    left: -50px;
}

.scrolling_textred .text {
    font-size: 15px;
    text-transform: inherit;
    font-weight: 400;
    color: #fff;
    animation: animate_textred 80s linear infinite;
}

.scrolling_textred .text span{
    width: auto;
    height: auto;
    line-height: 48px;
    display: inline-block;
    padding: 0px 80px 0px 0px;
    margin: 0px 40px 0px 0px;
    color: #fff;
    font-size: 22px;
    line-height: 65px;
    font-weight: 300;
    position: relative;
}

.scrolling_textred .text span:after{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    content: '';
    position: absolute;
    top: 12px;
    right: 0px;
    border-radius: 50%;
    opacity: 0.25;
}

@keyframes animate_textred {
    from {
        transform: translate3d(-100%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}



.banner-image-right{
    width: 230px;
    height: 290px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    border-top-left-radius: 115px;
    border-top-right-radius: 115px;
    left: 40px;
    position: relative;
}

.banner-image-right img{
    width: 230px;
    height: 290px;
    object-fit: cover;
}

.home-banner-wrapper .col-lg-2{
    position: relative;
}

.home-banner-wrapper .col-lg-2 .pepper-more-button{
    top: 75px;
    left: -60px;
}

.pepper-more-button{
    width: 180px;
    height: 180px;
    display: inline-block;
    border: 1px solid var(--Borderlinecolor);
    border-radius: 50%;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
}

.pepper-more-button:hover{
    border-color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(234,34,37,0.2);
-moz-box-shadow: 0px 0px 12px 0px rgba(234,34,37,0.2);
box-shadow: 0px 0px 12px 0px rgba(234,34,37,0.2);

}

.pepper-more-button img{
    width: 180px;
    height: 180px;
    position: relative;
    animation: 6s linear infinite pepperanim;
    transform: rotate(20deg);
}

@keyframes pepperanim {
    0% {
        transform: rotate(-20deg);
    }
    15% {
        transform: rotate(20deg);
    }
    30% {
        transform: rotate(-20deg);
    }
    45% {
        transform: rotate(20deg);
    }
    60% {
        transform: rotate(-20deg);
    }
    75% {
        transform: rotate(20deg);
    }
    90% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(-380deg);
    }
}

.pepper-more-button span{
    width: 180px;
    height: 180px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../pepper/images/digitalmarketing-text.png);
    animation: 6s linear infinite cogwheelanim
}


@keyframes cogwheelanim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}

.banner-image-left{
    width: 180px;
    height: 180px;
    background: var(--BlackColor);
    display: block;
    overflow: hidden;
    border-radius: 5px;
    left: -20px;
    position: relative;
    margin-top: 75px;
}

.banner-image-left img{
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.page-heading-con{
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.page-heading-con h2{
    text-align: center;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-size: 48px;
    font-family: "Playfair Display", serif;
    color: var(--headingColor);
    font-weight: 500;
    line-height: 54px;
}

.page-heading-con h2 b{
    font-weight: 500;
    color: var(--RedColor);
}

.page-heading-con p{
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 26px;
}

.page-heading-con .col-lg-6:first-child{
    text-align: right;
    padding-right: 25px;
}

.page-heading-con .col-lg-6:last-child{
    padding-left: 25px;
    position: relative;
}

.page-heading-con .col-lg-6:last-child::before{
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: var(--Borderlinecolor);
}


.page-heading-con .col-lg-6:first-child img{
    display: inline-block;
    width: auto;
    height: 40px;
    top: 5px;
    position: relative;
}

.ourservices-item{
    width: 100%;
    display: block;
    border-radius: 3px;
    border: 1px solid var(--Borderlinecolor);
    padding: 20px;
    position: relative;
}

.ourservices-item h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--headingColor);
    font-size: 20px;
}

.ourservices-item p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.ourservices-item .service-icon{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.ourservices-item .service-text{
    width: 100%;
    height: 145px;
}

.ourservices-item .service-icon img{
    width: auto;
    height: 55px;
}

.ourservices-item  .service-image{
    width: 100%;
    background: var(--RedColor);
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.ourservices-item  .service-image img{
    width: 100%;
    height: 80px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.ourservices-item  .service-image span{
    width: 60px;
    height: 60px;
    position: absolute;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    transition-duration: 0.3s;
    transform: rotate(-20deg);
}

.ourservices-item  .service-image span img{
    width: 60px;
    height: 60px;
}

.ourservices-item:hover  .service-image span{
    transform: rotate(0deg);
    background: rgba(255, 255, 255, 1);
}

.service-image span img{
    transition-duration: 0.3s;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.ourservices-item .count-icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--BlackColor);
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.ourservices-item:hover{
    border-color: var(--RedColor);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(234,34,37,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(234,34,37,0.2);
    box-shadow: 0px 0px 12px 0px rgba(234,34,37,0.2);
}

.ourservices-item:hover .service-image img{
    opacity: 0.4;
    transform: scale(1.1);
}

.services-scroll,
.projects-scroll,
.ourclients-scroll{
    margin-left: -10px;
    margin-right: -10px;
}

.services-scroll .col-lg-4,
.projects-scroll .col-lg-4,
.ourclients-scroll .col-lg-3{
    padding-left: 10px;
    padding-right: 10px;
}

.start-project{
    width: 100%;
    border-radius: 3px;
    background: var(--BlackColor);
    min-height: auto;
    padding: 75px 75px;
}

.start-project h2{
    text-align: left;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-size: 48px;
    font-family: "Playfair Display", serif;
    color: #fff;
    font-weight: 500;
    line-height: 54px;
}

.start-project h2 b{
    font-weight: 500;
    color: var(--RedColor);
}

.start-project p{
    text-align: left;
    padding: 0px 0px 0px 100px;
    margin: 0;
    line-height: 26px;
    position: relative;
    color: #8d8e8d;
}

.start-project p img{
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
}

.start-project p::before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 70px;
    top: 0px;
    content: '';
    opacity: 0.4;
    background: var(--Borderlinecolor);
}


.start-project .pepper-more-button{
    float: right;
}

.start-project .col-lg-8{
    position: relative;
}

.start-project .col-lg-8:after{
    width: 44px;
    height: 144px;
    position: absolute;
    top: 25px;
    right: -45px;
    content: '';
    background: url(../pepper/images/kickstart-icon.png) no-repeat;
}

.footer-credencials{
    width: 100%;
    border-top: 1px solid var(--Borderlinecolor);
    padding: 25px 0px;
}

.footer-credencials .col-lg-6:first-child img{
    width: auto;
    height: 75px;
    float: left;
    display: inline-block;
}

.footer-credencials .col-lg-6:first-child p{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 18px 0px 0px 30px;
    font-size: 15px;
    line-height: 22px;
    color: #777474;
}

.footer-credencials .socialmedia-icons {
    width: auto;
    padding: 0;
    margin: 18px 0px 0px 0px;
    display: inline-block;
}

.footer-credencials .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footer-credencials .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-credencials .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footer-credencials .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footer-credencials .socialmedia-icons li a.tw {
    background: #1c9be9;
}

.footer-credencials .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footer-credencials .socialmedia-icons li a.in {
    background: #f6523f;
}

.footer-credencials .backto-top{
    background: var(--BlackColor);
    color: #fff;
    height: 40px;
    float: right;
    font-size: 15px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 20px;
    transition-duration: 0.3s;
    margin-top: 18px;
}

.footer-credencials .backto-top:hover{
    background: var(--RedColor);
}

.footer-credencials .backto-top i{
    margin-left: 6px;
}

.footer-links .col-lg-7 .col-lg-4 h4,
.footer-links .col-lg-7 .col-lg-8 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--headingColor);
    font-size: 22px;
}

.footer-links .col-lg-7 .col-lg-4 ul,
.footer-links .col-lg-7 .col-lg-8 ul{
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.footer-links .col-lg-7 .col-lg-4 ul li{
    list-style: none;
    padding: 0;
    margin: 2px 0px;
    width: 100%;
    display: inline-block;
    line-height: normal;
}

.footer-links .col-lg-7 .col-lg-8 ul li{
    list-style: none;
    padding: 0;
    margin: 2px 0px;
    width: 50%;
    display: inline-block;
    line-height: normal;
}

.footer-links .col-lg-7 .col-lg-4 ul li a,
.footer-links .col-lg-7 .col-lg-8 ul li a{
    font-size: 15px;
    line-height: normal;
    color: #777474;
}

.footer-links .col-lg-7 .col-lg-4 ul li a:hover,
.footer-links .col-lg-7 .col-lg-8 ul li a:hover{
    color: var(--RedColor)
}

.footer-links .col-lg-5 h3{
    text-align: left;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-size: 38px;
    font-family: "Playfair Display", serif;
    color: var(--headingColor);
    font-weight: 500;
    line-height: 48px;
}

.footer-links .col-lg-5 h3 b{
    color: var(--RedColor);
    font-weight: 500;
}

.footer-links .col-lg-5 p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #777474;
}

.footer-links .col-lg-5 h6{
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 28px 0px 0px 0px;
}

.footer-links .col-lg-5 h6 a{
    color: #777474;
    margin-right: 20px;
}

.footer-links .col-lg-5 h6 a i{
    color: var(--RedColor);
    margin-right: 5px;
}

.footer-links{
    margin-top: 80px;
    margin-bottom: 80px;
}

.start-project .pepper-more-button span{
    background: url(../pepper/images/getstarted-text.png) no-repeat;
}

.redbars-wrapper{
    width: 100%;
    min-height: 145px;
    background: var(--RedColor);
}

.redbars-wrapper .row{
    margin-left: 0px;
    margin-right: 0px;
}

.redbars-wrapper .row .col-lg-3{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.redbars-wrapper .row .col-lg-3::before{
    width: 10px;
    height: 98px;
    position: absolute;
    left: 0px;
    top: 24px;
    content: '';
    background: url(../pepper/images/seperation-line.png) no-repeat;
}

.redbars-wrapper .row .col-lg-3:last-child:after{
    width: 10px;
    height: 98px;
    position: absolute;
    right: 0px;
    top: 24px;
    content: '';
    background: url(../pepper/images/seperation-line.png) no-repeat;
}

.redbars-wrapper .redbar-item{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 42px 0px 0px 0px;
    display: block;
}

.redbars-wrapper .redbar-item span{
    text-align: left;
    display: inline-block;
    width: auto;
    position: relative;
}

.redbars-wrapper .redbar-item span h6{
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.8;
}

.redbars-wrapper .redbar-item span h3{
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
}

.redbars-wrapper .redbar-item span img{
    position: absolute;
    left: 0px;
    top: 7px;
    height: 50px;
}

.redbars-wrapper .row .col-lg-3:nth-child(1) .redbar-item span{
    padding-left: 63px;
}

.redbars-wrapper .row .col-lg-3:nth-child(2) .redbar-item span{
    padding-left: 68px;
}

.redbars-wrapper .row .col-lg-3:nth-child(3) .redbar-item span{
    padding-left: 68px;
}


.redbars-wrapper .row .col-lg-3:nth-child(4) .redbar-item span{
    padding-left: 68px;
}

.ourprojects-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
}

.projects-post-item{
    width: 100%;
    height: 370px;
    background: var(--RedColor);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.projects-post-item img{
    width: 100%;
    height: 370px;
    transition-duration: 0.3s;
    object-fit: cover;
}

.projects-post-item:hover img{
    opacity: 0.3;
    transform: scale(1.1)
}

.projects-post-item i{
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 40%;
    margin-top: -11px;
    z-index: 100;
    font-size: 22px;
    color: #fff;
    transition-duration: 0.3s;
    opacity: 0;
}

.projects-post-item:hover i{
    opacity: 1;
    top: 50%;
}

.welcome-wrapper-div{
    width: 100%;
    background: rgba(234, 34, 39, .06);
    padding: 100px 0px;
    margin-top: 100px;
    overflow: hidden;
}

.trusted-companies{
    margin-top: 80px;
}

.trusted-companies h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 500;
}

.trusted-companies .trusted-item{
    width: 100%;
    height: 115px;
    border: 1px solid #b6aca3;
    border-radius: 3px;
    background: #fff;
    display: table;
    text-align: center;
}

.trusted-companies .trusted-item:hover{
    border-color: var(--RedColor);
}

.trusted-companies .trusted-item span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.trusted-companies .trusted-item span img{
    max-width: 90%;
    max-height: 100px;
    object-fit: contain;
    display: inline-block;
}

.welcome-wrapper-div .col-lg-5{
    padding-right: 0px;
}

.welcome-wrapper-div .col-xl-8 .col-xl-8 p{
    text-align: justify;
    padding: 0;
    margin: 0;
}

.welcome-wrapper-div .col-xl-8 .col-xl-8 h2{
    text-align: left;
    padding: 0;
    margin: 45px 0px 35px 0px;
    font-size: 48px;
    font-family: "Playfair Display", serif;
    color: var(--headingColor);
    font-weight: 500;
    line-height: 54px;
}

.welcome-wrapper-div .col-xl-8 .col-xl-8 h2 strong{
    color: var(--RedColor);
    font-weight: 500;
}

.welcome-wrapper-div .col-xl-8 .learnmore-btn{
    width: 170px;
    height: 44px;
    background: var(--BlackColor);
    border-radius: 3px;
    color: #fff;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin-top: 35px;
}

.welcome-wrapper-div .col-xl-8 .learnmore-btn:hover{
    background: var(--RedColor);
}

.about-welcome-image{
    width: 100%;
    height: 500px;
    background: var(--BlackColor);
    border-radius: 3px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    overflow: hidden;
}

.about-welcome-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.curvelines{
    width: 100%;
    display: block;
    margin-top: 25px;
}

.curvelines .st0{fill:#0C0C0C;}


.welcome-wrapper-div .welcome-image-two{
    width: 100%;
    height: 290px;
    background: var(--BlackColor);
    border-radius: 4px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    overflow: hidden;
    margin-top: 300px;
    position: relative;
    z-index: 10;
}

.welcome-wrapper-div .welcome-image-two img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.welcome-wrapper-div .col-xl-8 .col-xl-4{
    position: relative;
}

.welcome-wrapper-div .col-xl-8 .col-xl-4:after{
    width: 255px;
    height: 255px;
    background: url(../pepper/images/welcome-image-circle.png) no-repeat;
    position: absolute;
    right: -100px;
    top: 150px;
    content: '';
    z-index: 0;
}

.welcome-wrapper-div .col-xl-8 .col-xl-4::before{
    width: 135px;
    height: 135px;
    position: absolute;
    left: -70px;
    top: 70px;
    background: url(../pepper/images/sun-icon.png) no-repeat;
    content: '';
    animation: 12s linear infinite sunanim;
}

@keyframes sunanim {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(180deg)
    }
}


.welcome-wrapper-div .pepper-more-button span{
    background: url(../pepper/images/igniteyour-reach.png);
}

.ourworks-button{
    width: 220px;
    position: relative;
    padding-left: 80px;
    display: block;
    left: -20px;
    margin-top: 80px;
}

.ourworks-button:hover h6,
.ourworks-button:hover h4{
    color: var(--RedColor);
}

.ourworks-button::before{
    width: 63px;
    height: 63px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../pepper/images/ourworks-icon.png) no-repeat;
    content: '';
}

.ourworks-button h6{
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    display: inline-block;
    transition-duration: 0.3s;
}


.ourworks-button h4{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 0.3s;
}

.banner-right-area{
    position: relative;
}

.banner-right-area:after{
    width: 62px;
    height: 98px;
    background: url(../pepper/images/down-arrow.png) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 165px;
    content: '';
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #11bb19;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.menu-wrapper-div{
    width: 100%;
    position: fixed;
    left: 0px;
    height: 100vh;
    top: -100vh;
    transition-duration: 0.3s;
    z-index: 1035;
    opacity: 0;
}

.showmenu .menu-wrapper-div{
    top: 0px;
    opacity: 1;
}

.showmenu{
    overflow: hidden;
    
}

.menu-wrapper-div .row{
    margin-left: 0px;
    margin-right: 0px;
}

.menu-wrapper-div .row .col-lg-6,
.menu-wrapper-div .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

.menu-wrapper-div .row .col-lg-6:first-child{
    background: rgba(0,0,0,0.9);
    -webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}

.menu-wrapper-div .row .col-lg-6:last-child{
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
}

.menu-wrapper-div .menu-wrapper-holder{
    width: 100%;
    height: 100vh;
    display: table;
}

.menu-wrapper-div .menu-wrapper-holder .menu-middle-align{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.menu-wrapper-div .menu-wrapper-holder .menu-middle-align ul{
    width: 100%;
    padding: 0px 0px;
    margin: 0;
}

.menu-wrapper-div .menu-wrapper-holder .menu-middle-align ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.menu-wrapper-div .menu-wrapper-holder .menu-middle-align ul li a{
    color: var(--LightBgColor);
    font-size: 1.8vw;
    font-weight: 300;
    padding: 10px 0px;
    display: block;
}

.menu-wrapper-div .menu-wrapper-holder .menu-middle-align ul li a:hover{
    color: var(--RedColor);
}


.menu-wrapper-div .menu-right-holder{
    width: 100%;
    height: 100vh;
    display: table;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}





.menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons {
    width: auto;
    padding: 0;
    margin: 18px 0px 0px 0px;
    display: inline-block;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons li a.tw {
    background: #1c9be9;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons li a.li {
    background: #0e72a3;
}
.menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons li a.in {
    background: #f6523f;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align .col-md-8 hr{
    padding: 0;
    margin: 30px 0px;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align  h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align  h5 a{
    color: var(--textcolor);
    text-decoration: none;
    font-weight: 400;
    padding: 0;
    margin: 0px 25px;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align  h5 a i{
    color: var(--RedColor);
    margin-right: 5px;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align  h3{
    text-align: center;
    padding: 0;
    margin: 45px 0px 20px 0px;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    color: var(--headingColor);
    font-weight: 500;
    line-height: 40px;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align  h3 b{
    font-weight: normal;
    color: var(--RedColor);
}


.menu-wrapper-div .menu-right-holder .menu-middle-align .menu-logo-holder{
    width: 100%;
    text-align: center;
    display: block;
}

.menu-wrapper-div .menu-right-holder .menu-middle-align .menu-logo-holder img{
    height: 90px;
    display: inline-block;
}

.menu-wrapper-div  .menuclose-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    padding: 0px 0px;
    margin: 0;
    border: none;
    color: #fff;
    outline: none;
    font-size: 15px;
    background: var(--RedColor);
    transition-duration: 0.3s;
    z-index: 100;
}

.menu-wrapper-div  .menuclose-btn:hover{
    background: var(--BlackColor);
}

.innerpage-header{
    width: 100%;
    height: auto;
    padding-top: 180px;
    text-align: center;
}

.innerpage-header h2{
    text-align: center;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 44px;
    font-family: "Playfair Display", serif;
    color: var(--headingColor);
    font-weight: 500;
    line-height: 52px;
}

.innerpage-header h6{
    width: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: var(--RedColor);
    font-size: 15px;
    font-weight: 600;
}

.innerpage-content-con{
    margin-top: 60px;
    margin-bottom: 100px;
    width: 100%;
    display: inline-block;
}

.ourservices-page .row{
    margin-left: -8px;
    margin-right: -8px;
}

.ourservices-page .row .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.ourservices-page .ourservices-item .count-icon{
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.ourservices-page .ourservices-item .service-icon img{
    height: 55px;
}

.ourservices-page .ourservices-item h3{
    font-size: 20px;
}

.ourservices-page .ourservices-item p{
    line-height: 22px;
}

.ourservices-page .ourservices-item .service-text{
    height: 145px;
}

.ourservices-page .ourservices-item .service-image span{
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
}

.ourservices-page .ourservices-item .service-image span img{
    width: 60px !important;
    height: 60px !important;
}

.ourservices-page .ourservices-item .service-image{
    height: 80px;
}

.ourservices-page .ourservices-item .service-image img{
    height: 80px;
}

.contact-item-con{
    width: 100%;
    display: block;
    border-radius: 3px;
    border: 1px solid var(--Borderlinecolor);
    padding: 20px 15px;
    position: relative;
    min-height: 320px;
}

.contact-item-con p{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}

.contact-item-con p:last-child{
    margin-bottom: 0px;
}

.contact-item-con p a{
    color: var(--textcolor);
    text-decoration: none;
}

.contact-item-con h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 14px 0px;
    font-size: 18px;
}

.contact-content-top{
    margin-top: 60px;
}

.contact-content-top .row{
    margin-left: -8px;
    margin-right: -8px;
}

.contact-content-top .row .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
}

.contact-content-top .row .col-lg-3 span{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.contact-content-top .row .col-lg-3 span img{
    height: 20px;
    width: auto;
}

.contact-content-middle{
    background: rgba(234, 34, 39, .06);
    padding: 80px 0px;
    margin-top: 80px;
}

.contact-content-bototm{
    margin-top: 80px;
    margin-bottom: 100px;
}

.googlemap-wrapper {
	position: relative;
	padding-bottom: 360px;
	height: 0;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.googlemap-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.contact-content-middle .col-lg-7 h2{
    text-align: left;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 38px;
    font-family: "Playfair Display", serif;
    color: var(--headingColor);
    font-weight: 500;
    line-height: 46px;
}

.contact-content-middle .col-lg-7 .col-lg-6 p,
.contact-content-middle .col-lg-7 .col-lg-12 p,
.contact-content-middle .col-lg-7 .col-lg-4 p{
    padding: 0;
    margin: 0;
}

.contact-content-middle .col-lg-7 .col-lg-6{
    padding-bottom: 15px;
}

.contact-content-middle .col-lg-7 .col-lg-12{
    padding-bottom: 6px;
}

.contact-content-middle .col-lg-7 .col-lg-6 input{
    width: 100%;
    height: 44px;
    border: 1px solid var(--Borderlinecolor);
    font-size: 15px;
    background: none;
    padding-left: 10px;
    border-radius: 3px;
    transition-duration: 0.3s;
}

.contact-content-middle .col-lg-7 .col-lg-12 textarea{
    width: 100%;
    height: 110px;
    border: 1px solid var(--Borderlinecolor);
    font-size: 15px;
    background: none;
    padding-left: 10px;
    border-radius: 3px;
    transition-duration: 0.3s;
}

.contact-content-middle .col-lg-7 .col-lg-6 input:focus,
.contact-content-middle .col-lg-7 .col-lg-12 textarea:focus{
    outline: none;
    border-color: var(--RedColor);
}

.contact-content-middle .col-lg-7 .col-lg-4{
    position: relative;
}


.contact-content-middle .col-lg-7 .col-lg-4 .submit-btn{
    width: 100%;
    height: 44px;
    background: var(--BlackColor);
    border-radius: 3px;
    color: #fff;
    line-height: 44px;
    font-size: 15px;
    display: inline-block;
    border: none;
    outline: none;
    transition-duration: 0.3s;
}

.contact-content-middle .col-lg-7 .col-lg-4 .submit-btn:hover{
    background: var(--RedColor);
}

.wpcf7-not-valid-tip{
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.wpcf7 form .wpcf7-response-output{
    padding: 5px 10px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.wpcf7-spinner{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 10px;
}

.contact-content-middle .col-lg-5 img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 3px;
    margin-top: 10px;
}


.ourclients-page .trusted-item{
    width: 100%;
    height: 115px;
    border: 1px solid #b6aca3;
    border-radius: 3px;
    background: #fff;
    display: table;
    text-align: center;
}

.ourclients-page .trusted-item span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourclients-page .trusted-item span img{
    max-width: 90%;
    max-height: 100px;
    object-fit: contain;
    display: inline-block;
}

.ourclients-page .row{
    margin-left: -8px;
    margin-right: -8px;
}

.ourclients-page .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.single-services-page .col-lg-7 p{
    text-align: justify;
}

.single-services-page .col-lg-7 p:last-child{
    margin-bottom: 0px;
}

.single-services-page .col-lg-5 img{
    width: 100%;
    height: 380px;
    border-radius: 4px;
    object-fit: cover;
    margin-top: 5px;
}

.about-content-top{
    margin-top: 60px;
    text-align: justify;
}

.about-content-top p:last-child{
    margin-bottom: 0px;
}

.about-content-top .col-lg-5 img{
    width: 100%;
    border-radius: 3px;
    margin-top: 8px;
    object-fit: cover;
    height: 550px;
    border-top-left-radius: 245px;
    border-top-right-radius: 245px;
}

.ourteam-wrapper-div .ourteam-wrapper{
    background: rgba(234, 34, 39, .06);
    padding: 0px 0px;
    position: relative;
}

.ourteam-wrapper-div .ourteam-wrapper p{
    text-align: justify;
}

.ourteam-wrapper-div .ourteam-wrapper .col-lg-5 img{
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.ourteam-wrapper-div .ourteam-wrapper .col-lg-7 h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 32px;
    font-weight: 400;
}

.ourteam-wrapper-div .ourteam-wrapper .col-lg-7{
    padding-right: 75px;
    padding-top: 100px;
    padding-bottom: 60px;
}


.about-content-top .col-lg-7{
    position: relative;
}

.about-content-top .col-lg-7 .pepper-more-button{
    position: absolute;
    right: 15px;
    bottom: -60px;
    
}

.about-content-top .col-lg-7 .pepper-more-button span{
    background: url(../pepper/images/igniteyour-reach.png);
}

.ourteam-wrapper-div{
    width: 100%;
    margin-bottom: 100px;
}

.enquiry-form-wrap h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.enquiry-form-wrap .row{
    margin-left: -10px;
    margin-right: -10px;
}

.enquiry-form-wrap .row .col-lg-6,
.enquiry-form-wrap .row .col-lg-12,
.enquiry-form-wrap .row .col-lg-4{
    padding-left: 10px;
    padding-right: 10px;
}

.enquiry-form-wrap .row .col-lg-6{
    position: relative;
    margin-bottom: 15px;
}

.enquiry-form-wrap .col-lg-6 p,
.enquiry-form-wrap .col-lg-12 p,
.enquiry-form-wrap .col-lg-4 p{
    padding: 0;
    margin: 0;
}

.enquiry-form-wrap .col-lg-6 input,
.enquiry-form-wrap .col-lg-6 select{
    width: 100%;
    height: 44px;
    border: 1px solid var(--Borderlinecolor);
    font-size: 15px;
    background: none;
    padding-left: 10px;
    border-radius: 3px;
    transition-duration: 0.3s;
    color: var(--textcolor);
}

.enquiry-form-wrap .col-lg-12 textarea{
    width: 100%;
    height: 120px;
    border: 1px solid var(--Borderlinecolor);
    font-size: 15px;
    background: none;
    padding-left: 10px;
    border-radius: 3px;
    transition-duration: 0.3s;
}


.enquiry-form-wrap .col-lg-6 input:focus,
.enquiry-form-wrap .col-lg-6 select:focus,
.enquiry-form-wrap .col-lg-12 textarea:focus{
    outline: none;
    border-color: var(--RedColor);
}

.enquiry-form-wrap .col-lg-6 label,
.enquiry-form-wrap .col-lg-12 label{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.enquiry-form-wrap .col-lg-4 .submit-btn{
    width: 100%;
    height: 44px;
    background: var(--BlackColor);
    border-radius: 3px;
    color: #fff;
    line-height: 44px;
    font-size: 15px;
    display: inline-block;
    border: none;
    outline: none;
    transition-duration: 0.3s;
    margin-top: 5px;
}

.enquiry-form-wrap .col-lg-4 .submit-btn:hover{
    background: var(--RedColor);
}

.enquiry-form-img img{
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 550px;
    border-top-left-radius: 240px;
    border-top-right-radius: 240px;
}


.ourservices-wrapper,
.welcome-wrapper-div,
.ourprojects-wrapper{
    overflow: hidden;
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}




@media screen and (max-width: 1400px) {
    .banner-image-right{
        left: auto;
        right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .header-wrapper-fixed .header-menu-con a font,
    .banner-caption p br,
    .welcome-wrapper-div .col-lg-7 .col-lg-1,
    .about-content-top .col-lg-7 .pepper-more-button{
        display: none;
        visibility: hidden;
    }

    .banner-caption h2{
        font-size: 44px;
    }

    .banner-image-left{
        left: 0px;
    }

    .ourworks-button{
        left: 0px;
    }

    .banner-caption p{
        padding-left: 45px;
        padding-right: 45px;
    }

    .banner-image-right{
        width: 100%;
        border-radius: 4px;
        height: 150px;
        margin-top: 60px;
    }

    .banner-image-right img{
        height: 150px;
        width: 100%;
    }

    .home-banner-wrapper .col-lg-2 .pepper-more-button{
        left: -120px;
        top: 120px;
    }

    .banner-right-area:after{
        right: 30px;
        bottom: 160px;
    }

    .ourservices-item h3{
        font-size: 20px;
    }

    .banner-caption-wrapper{
        height: 520px;
    }

    .home-banner-wrapper{
        margin-top: 130px;
    }

    .start-project{
        padding: 75px 35px;
    }

    .footer-credencials .col-lg-6:first-child p{
        margin-left: 0px;
    }
}

@media screen and (max-width: 980px) {
   .header-wrapper-fixed .col-lg-6,
   .header-wrapper-fixed .header-menu-con::before,
   .home-banner-wrapper .col-lg-2,
   .scrolling_textred,
   .page-heading-con .col-lg-6:first-child,
   .curvelines,
   .welcome-wrapper-div .pepper-more-button,
   .start-project .col-lg-8:after,
   .start-project p img,
   .start-project p::before,
   .footer-links .col-lg-7,
   .footer-credencials .backto-top,
   .footer-credencials .col-lg-6:first-child p br,
   .menu-wrapper-div .menu-right-holder .menu-middle-align .menu-logo-holder,
   .enquiry-form-img{
        display: none;
        visibility: hidden;
   }

   .scrolling_textgreen{
    transform: rotate(0deg);
   }

   .banner-caption-wrapper{
        height: auto;
   }

   .home-banner-wrapper{
    margin-top: 200px;
   }

   .banner-caption-wrapper{
    padding-bottom: 100px;
   }

   .banner-text-scroll{
    margin-bottom: 0px;
   }

   .ourservices-wrapper{
    margin-top: 100px;
   }

   .page-heading-con .col-lg-6 p{
    text-align: center;
   }

   .about-welcome-image{
    border-radius: 3px;
    height: auto;
   }

   .about-welcome-image img{
    height: auto;
   }

   .welcome-wrapper-div .col-xl-8 .col-xl-8 h2{
    text-align: center;
   }

   .welcome-wrapper-div .col-xl-8 .learnmore-btn{
    left: 50%;
    position: relative;
    margin-left: -85px;
   }

   .redbars-wrapper .redbar-item span{
    padding-left: 0px !important;
    text-align: center;
   }

   .redbars-wrapper .redbar-item span img{
    position: relative;
    top: 0px;
    margin-bottom: 10px;
   }

   .redbars-wrapper{
    min-height: auto;
   }

   .redbars-wrapper .redbar-item{
    margin: 40px 0px;
   }

   .redbars-wrapper .row .col-lg-3::before{
    top: 50%;
    margin-top: -49px;
   }

   .projects-post-item,
   .projects-post-item img{
    height: 240px;
   }

   .start-project h2{
    text-align: center;
   }

   .start-project p{
    padding-left: 0px;
    text-align: center;
   }

   .start-project .pepper-more-button{
    position: relative;
    right: 50%;
    margin-right: -90px;
    margin-top: 45px;
   }

   .footer-links .col-lg-5,
   .footer-links .col-lg-5 h3{
    text-align: center;
   }

   .footer-credencials .socialmedia-icons{
    width: 100%;
    text-align: center;
   }

   .footer-credencials .col-lg-6:first-child p{
    width: 100%;
    text-align: center;
   }

   .footer-credencials .col-lg-6{
    text-align: center;
   }

   .footer-credencials .col-lg-6 img{
    display: inline-block;
    float: none !important;
    clear: both !important;
   }

   .menu-wrapper-div .menu-wrapper-holder{
    width: 100%;
    height: 70vh;
   }

   .menu-wrapper-div .menu-right-holder{
    height: 30vh;
   }

   .menu-wrapper-div .menu-right-holder .menu-middle-align h3{
    margin-top: 0px;
   }

   .menu-wrapper-div .menu-wrapper-holder .menu-middle-align ul li a{
    font-size: 4vw;
   }

   .contact-content-middle .col-lg-5 img{
    margin-top: 0px;
    height: auto;
    margin-bottom: 45px;
   }

   .contact-content-middle .col-lg-7 h2,
   .contact-content-middle .col-lg-7 p{
    text-align: center;
   }

   .contact-item-con{
    margin: 8px 0px;
   }

   .ourclients-page .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .single-services-page .col-lg-5 img{
        height: auto;
        margin-top: 45px;
    }

    .about-content-top .col-lg-5 img{
        height: auto;
        border-radius: 3px;
    }

    .ourteam-wrapper-div .ourteam-wrapper{
        margin-top: 45px;
    }

    .ourteam-wrapper-div .ourteam-wrapper .col-lg-5 img{
        height: auto;
    }

    .ourteam-wrapper-div .ourteam-wrapper .col-lg-7{
        padding: 60px 45px;
    }

    .ourteam-wrapper-div .ourteam-wrapper p:last-child{
        margin-bottom: 0px;
    }

    .enquiry-form-wrap h2,
    .enquiry-form-wrap p.paratext{
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .caption-dots,
    .page-heading-con h2 br,
    .page-heading-con p br,
    .redbars-wrapper .row .col-lg-3::before,
    .redbars-wrapper .row .col-lg-3::after,
    .page-heading-con .col-lg-6:last-child::before,
    .footer-links .col-lg-5 h3 br,
    .start-project p br,
    .menu-wrapper-div .menu-right-holder .menu-middle-align h3,
    .innerpage-header h2 br{
        display: none !important;
        visibility: hidden !important;
    }
    .header-wrapper-fixed .header-menu-con a{
        margin-right: 14px;
    }

    .header-wrapper-fixed .header-menu-con .burger-menu{
        width: 45px;
        height: 45px;
    }

    .header-wrapper-fixed .header-logo{
        width: 180px;
        height: 76px;
        background-size: 100%;
    }

    .header-wrapper-fixed{
        top: 20px;
    }

    .f-nav  .header-wrapper-fixed .header-menu-con .burger-menu{
        top: 6px;
        position: relative;
    }

    .f-nav .header-wrapper-fixed .header-menu-con a{
        position: relative;
        top: 5px;
    }

    .banner-caption h2{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .banner-caption p{
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner-caption p{
        font-size: 15px;
        line-height: 24px;
    }

    .home-banner-wrapper{
        margin-top: 150px;
    }

    .banner-caption-wrapper{
        padding-bottom: 80px;
    }

    .page-heading-con h2,
    .welcome-wrapper-div .col-xl-8 .col-xl-8 h2,
    .start-project h2{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .ourservices-wrapper,
    .welcome-wrapper-div,
    .trusted-companies,
    .ourprojects-wrapper,
    .footer-links{
        margin-top: 70px;
    }

    .ourprojects-wrapper,
    .footer-links{
        margin-bottom: 70px;
    }

    .welcome-wrapper-div{
        padding: 70px 0px;
    }

    .trusted-companies h5{
        font-size: 16px;
        text-align: center;
    }

    .trusted-companies .trusted-item{
        height: 100px;
    }

    .trusted-companies .trusted-item span img{
        max-height: 80px;
    }

    .redbars-wrapper .col-lg-3:nth-child(1),
    .redbars-wrapper .col-lg-3:nth-child(2){
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .redbars-wrapper .col-lg-3:nth-child(1),
    .redbars-wrapper .col-lg-3:nth-child(3){
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .redbars-wrapper .redbar-item{
        margin: 25px 0px;
    }

    .footer-links .col-lg-5 h3{
        font-size: 28px;
        line-height: 38px;
    }

    .start-project{
        padding: 45px 15px;
    }

    .menu-wrapper-div .menu-wrapper-holder{
        width: 100%;
        height: 60vh;
       }
    
       .menu-wrapper-div .menu-right-holder{
        height: 40vh;
       }

    .menu-wrapper-div .menu-right-holder .menu-middle-align .socialmedia-icons{
        margin-top: 0px;
    }

    .menu-wrapper-div .menu-right-holder .menu-middle-align h5 a{
        width: 100%;
        margin: 6px 0px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
    }

    .menu-wrapper-div .menu-right-holder .menu-middle-align h5 a:first-child{
        margin-top: 0px;
    }

    .innerpage-header h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .innerpage-header{
        padding-top: 135px;
    }

    .innerpage-content-con{
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .ourservices-page .ourservices-item h3{
        font-size: 18px;
    }

    .ourservices-page .ourservices-item .service-text{
        height: auto;
        padding-bottom: 20px;
    }

    .contact-content-top,
    .about-content-top{
        margin-top: 50px;
    }

    .contact-content-middle{
        margin-top: 70px;
        padding: 60px 0px;
    }

    .contact-content-middle .col-lg-7 h2{
        font-size: 28px;
        line-height: 34px;
    }

    .contact-content-bototm{
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .ourclients-page .col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .ourteam-wrapper-div .ourteam-wrapper .col-lg-7 h3{
        font-size: 28px;
        text-align: center;
    }

    .ourteam-wrapper-div .ourteam-wrapper .col-lg-7 {
        padding: 45px 30px;
    }

    .ourteam-wrapper-div{
        margin-bottom: 70px;
    }

    .enquiry-form-wrap h2{
        font-size: 24px;
        line-height: 32px;
    }

    .whatsapp-iconbtn{
        right: 15px;
        bottom: 15px;
    }
}