/*
Theme Name: eastnight

*/

/*
* DIGGER BASIC STYLE
*/
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 {
    --BrownColor: #cc5600;
    --BlackColor: #191818;
    --LightBgColor: #e2e2ec;
    --headingColor: #191818;
    --textcolor: #575757;
    font-family: 'Roboto', sans-serif !important;
	background: #f0f0f5 !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Roboto', sans-serif !important;
}

.container {
    max-width: 1240px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}

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,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--BrownColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--BrownColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll li button:before,
.ourclients-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--BrownColor);
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--BrownColor);
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--BrownColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}



::selection {
    background: var(--BrownColor);
    color: #fff;
}

::-moz-selection {
    background: var(--BrownColor);
	color: #fff;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(204, 86, 0, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(204, 86, 0, 1);
}


.header-fixed-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1030;
}

.header-top-div{
    width: 100%;
    display: block;
    min-height: 35px;
    background: var(--BlackColor);
    transition-duration: 0.3s;
}

.header-top-div .socialmedia-icons{
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.header-top-div .socialmedia-icons li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-left: 1px solid #2d2c2c;
}

.header-top-div .socialmedia-icons li:last-child{
    border-right: 1px solid #2d2c2c;
}

.header-top-div .socialmedia-icons li a{
    width: 35px;
    height: 35px;
    background: none;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: #a3a3a3;
}

.header-top-div .socialmedia-icons li a:hover{
    background: var(--BrownColor);
    color: #fff;
}

.header-top-div .col-lg-6:last-child{
    text-align: right;
}

.header-top-div .col-lg-6:last-child h6{
    color: #a3a3a3;
    width: auto;
    display: inline-block;
    padding: 0px 20px;
    margin: 0;
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-left: 1px solid #2d2c2c;
}

.header-top-div .col-lg-6:last-child h6:last-child{
    border-right: 1px solid #2d2c2c;
}

.header-top-div .col-lg-6:last-child h6 i{
    margin-right: 8px;
}

.header-top-div .col-lg-6:last-child h6 a{
    color: #a3a3a3;
    text-decoration: none;
}

.header-fixed-wrapper .header-logo{
    width: 289px;
    height: 65px;
    display: block;
    background: url(../eastnight/images/eastnight-logo.png) no-repeat;
    transition-duration: 0.3s
}

.header-fixed-wrapper .header-con{
    margin-top: 25px;
    transition-duration: 0.3s;
}

.header-fixed-wrapper .header-con .col-lg-8{
    transition-duration: 0.3s;
    padding-top: 16px;
}

.header-fixed-wrapper .header-con .col-lg-8 .mega-menu-link{
    font-weight: 500 !important;
}

.f-nav .header-fixed-wrapper .header-top-div{
    margin-top: -35px;
}

.f-nav .header-fixed-wrapper{
    -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);
    background: rgba(255,255,255,0.95);
}

.f-nav .header-fixed-wrapper .header-con{
    margin-top: 8px;
    margin-bottom: 8px;
}

.f-nav .header-fixed-wrapper .header-logo{
    width: 200px;
    height: 45px;
    background-size: 100%;
}

.f-nav .header-fixed-wrapper .header-con .col-lg-8{
    padding-top: 6px;
}

.footer-wrapper-div{
    width: 100%;
    background: var(--BlackColor);
    display: inline-block;
}

.footer-credencials{
    border-top: 1px solid #2d2c2c;
    padding: 20px 0px;
}

.footer-credencials .col-lg-6:last-child p{
    text-align: right;
}

.footer-credencials p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #878686;
}

.footer-credencials p a{
    color: #878686;
}

.footer-credencials p a:hover{
    color: var(--BrownColor);
}

.footertop-download-div{
    width: 100%;
    background: var(--BrownColor);
    min-height: 100px;
    margin-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0px 30px;
}

.footerlinks h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 22px 0px;
    color: #878686;
    display: block;
    font-size: 20px;
}

.footerlinks .linklist ul{
    width: 100%;
    margin: 0px;
    padding: 0;
}

.footerlinks .linklist ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 0px;
    line-height: normal;
}

.footerlinks .linklist ul li:last-child{
    margin-bottom: 0px;
}

.footerlinks .linklist ul li a{
    color: #878686;
    font-size: 14px;
    line-height: normal;
}

.footerlinks .linklist ul li a:hover{
    color: var(--BrownColor);
}

.footerlinks h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: #878686;
    font-size: 14px;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-weight: 500;
    font-weight: normal;
}

.footerlinks h6 a{
    color: #878686;
    text-decoration: none;
}

.footerlinks h6 i{
    margin-right: 8px;
}

.footerlinks .col-lg-3:last-child p{
    color: #878686;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.footerlinks .col-lg-3:nth-child(1) img{
    width: auto;
    height: 54px;
    position: relative;
    top: 50%;
    margin-top: -27px;
}


.footerlinks .col-lg-3 .socialmedia-icons {
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px 0px;
    display: block;
}

.footerlinks .col-lg-3 .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footerlinks .col-lg-3 .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;
}

.footerlinks .col-lg-3 .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footerlinks .col-lg-3 .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footerlinks .col-lg-3 .socialmedia-icons li a.tw {
    background: #1c9be9;
}

.footerlinks .col-lg-3 .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footerlinks .col-lg-3 .socialmedia-icons li a.in {
    background: #f6523f;
}

.footerlinks{
    margin-top: 60px;
    margin-bottom: 60px;
}

.footertop-download-div .col-lg-9 div h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: var(--headingColor);
    font-size: 24px;
}

.footertop-download-div .col-lg-9 div{
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-left: 70px;
}

.footertop-download-div .col-lg-9 div::before{
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0px;
    top: 23px;
    background: url(../eastnight/images/download-icon.png) no-repeat;
    content: '';
}

.footertop-download-div .col-lg-9 div p{
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-size: 16px;
    opacity: 0.8;
}

.footertop-download-div .col-lg-3 a{
    float: right;
    padding: 6px 30px;
    margin: 33px 0px 0px 0px;
    border-radius: 3px;
    background: var(--BlackColor);
    color: var(--LightBgColor);
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.banner-wrapper{
    width: 100%;
    background: none;
    margin-top: 150px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.banner-wrapper .carousel-item{
    position: relative;
}

.banner-wrapper .carousel-item img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
    height: 550px;
    object-fit: cover;
}




.banner-bottom-div{
    width: 100%;
    background: var(--BlackColor);
    display: block;
    margin-top: -20px;
    position: relative;
    z-index: 999;
    border-radius: 3px;
}

.banner-bottom-div .row{
    margin-left: 0px;
    margin-right: 0px;
}

.banner-bottom-div .row .col-lg-3{
    border-right: 1px solid #373636;
    flex: 0 0 auto;
    width: 20%;
    padding: 35px 0px;
}

.banner-bottom-div .row .col-lg-3:last-child{
    border-right: none;
}

.banner-bottom-div .row .col-lg-3 h6{
    width: 100%;
    padding: 0;
    margin: 14px 0px 0px 0px;
    text-align: center;
    color: #878686;
    font-size: 15px;
    font-weight: 500;
}

.banner-bottom-div .row .col-lg-3 span{
    width: 100%;
    text-align: center;
    display: block;
}

.banner-bottom-div .row .col-lg-3 span img{
    width: auto;
    display: inline-block;
    height: 75px;
    opacity: 0.8;
}

.innerpage-banner{
    width: 100%;
    margin-top: 0px;
    text-align: center;
    height: auto;
    display: table;
    margin-top: 150px;
    padding: 45px 0px;
    background: var(--LightBgColor);
    border-bottom: 2px solid var(--BrownColor);
}

.innerpage-banner .header-text{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.innerpage-banner .header-text h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-family: "Oswald", sans-serif !important;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
}

.innerpage-content-con{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: inline-block;
}

.page-heading{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-family: "Oswald", sans-serif !important;
    font-size: 44px;
    font-weight: 300;
}

.ourservices-scroll{
    width: 100%;
    margin-top: 90px;
}

.product-itemdiv{
    width: 100%;
    display: block;
}

.product-itemdiv .product-heading{
    width: 100%;
    height: 70px;
    display: table;
    text-align: center;
    background: var(--BlackColor);
    padding: 0px 10px;
    transition-duration: 0.3s;
}

.product-itemdiv .product-heading h6{
    color: var(--LightBgColor);
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
}

.product-itemdiv .product-image{
    width: 100%;
    border: none;
    background: #fff;
    border-bottom: none;
    display: table;
    position: relative;
    /* height: 245px !important; */
    transition-duration: 0.3s;
    overflow: hidden;
}

.product-itemdiv .product-image span div{
    width: 100%;
    height: 245px;
}

.product-itemdiv .product-image span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product-itemdiv .product-image span img{
    max-width: 100%;
    max-height: 245px;
    display: inline-block;
    object-fit: contain;
}

.product-itemdiv:hover .product-image{
    border-color: var(--BrownColor);
}

.product-itemdiv:hover .product-heading{
    background: var(--BrownColor);
}

.product-itemdiv .hoverimage{
    width: 120px;
    height: 120px;
    
    position: absolute;
    background: rgba(185,148,79,0.9);
    left: 50%;
    margin-left: -60px;
    top: 80%;
    margin-top: -60px;
    border-radius: 50%;
    text-align: center;
    color: var(--headingColor);
    font-size: 22px;
    transition-duration: 0.3s;
    opacity: 0;
}

.product-itemdiv:hover .hoverimage{
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
    opacity: 1;
}

.product-itemdiv .hoverimage i{
    position: relative;
    top: calc(50% - 14px);
    margin-top: 0px;
    color: #fff;
}


.services-scroll{
    margin-left: -10px;
    margin-right: -10px;
}

.services-scroll .col-lg-3{
    padding-left: 10px;
    padding-right: 10px;
}

.welcome-wrapper{
    width: 100%;
    margin-top: 100px;
}

.welcome-wrapper .col-lg-7 h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-family: "Oswald", sans-serif !important;
    font-size: 44px;
    font-weight: 300;
}

.welcome-wrapper .col-lg-7 p{
    text-align: justify;
}

.welcome-wrapper .col-lg-5 img{
    width: 100%;
    margin-top: 10px;
    object-fit: cover;
    border-radius: 4px;
    height: 495px;
}

.readmore-btn{
    width: auto;
    padding: 8px 30px;
    background: var(--BlackColor);
    color: #fff;
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    margin-top: 10px;
}

.readmore-btn:hover{
    background: var(--BrownColor);
    color: var(--LightBgColor);
    text-decoration: none;
}

.testimonials-wrapper-div{
    width: 100%;
    background: var(--LightBgColor);
    margin-top: 100px;
    padding: 90px 0px 140px 0px;
}

.testimonials-scroll .testimonials-item{
	width: 100%;
	padding: 0;
	margin: 0px;
	background: #fff;
	border: 1px solid var(--LightBgColor);
	border-radius: 3px;
	display: block;
}

.testimonials-scroll .testimonials-item .testimonials-footer{
	border-top: 1px solid #cccccc;
	width: 100%;
	display: block;
	position: relative;
	height: 80px;
	padding-left: 95px;
	transition-duration: 0.3s
}

.testimonials-scroll .testimonials-item .testimonials-footer h5{
	width: 100%;
	padding: 0;
	margin: 20px 0px 4px 0px;
	font-size: 16px;
	color: var(--textcolor);
	font-weight: 500;
}

.testimonials-scroll .testimonials-item .testimonials-footer h6{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--textcolor);
	font-weight: 400;
}

.testimonials-scroll .testimonials-item .testimonials-footer span{
	width: 60px;
	height: 60px;
	background: url(../eastnight/images/testimonial-image.png) no-repeat var(--LightBgColor);
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 10px;
	overflow: hidden;
}

.testimonials-scroll .testimonials-item .testimonials-footer span img{
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.testimonials-scroll .testimonials-item:hover{
	text-decoration: none;
	border-color: var(--BrownColor);
}

.testimonials-scroll .testimonials-item:hover .testimonials-footer{
	border-color: var(--BrownColor);
}

.testimonials-scroll .testimonials-item .testimonial-content{
	width: 100%;
	padding: 25px 25px 0px 25px;
	margin: 0px;
	min-height: 220px;
}

.testimonials-scroll .testimonials-item .testimonial-content p{
	padding: 0;
	margin: 0;
	font-style: italic;
	color: var(--textcolor);

	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 6; 
           line-clamp: 6; 
   -webkit-box-orient: vertical;
}

.testimonials-scroll{
    margin-left: -10px;
    margin-right: -10px;
}

.testimonials-scroll .col-lg-4{
    padding-left: 10px;
    padding-right: 10px;
}

.testimonial-bottom-div{
    width: 100%;
    height: auto;
    background: var(--BlackColor);
    border-radius: 4px;
    display: block;
    margin-top: -60px;
    position: relative;
    padding: 0px 0px;
}

.testimonial-bottom-div .col-lg-9{
    padding-right: 0px;
    border-right: 1px solid #2d2c2c;
    min-height: 120px;
    padding-left: 45px;
    padding-right: 45px;
}

.testimonial-bottom-div .col-lg-3{
    padding-left: 0px;
}

.testimonial-bottom-div .col-lg-3 a{
    width: 100%;
    height: 120px;
    border: none;
    outline: none;
    text-align: center;
    background: none;
    color: #878686;
    transition-duration: 0.3s;
    display: inline-block;
    padding-top: 35px;
}

.testimonial-bottom-div .col-lg-3 a:hover,
.testimonial-bottom-div .col-lg-3 a:hover h6,
.testimonial-bottom-div .col-lg-3 a:hover h2{
    color: var(--BrownColor);
}

.testimonial-bottom-div .col-lg-3 a div{
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 65px;
    text-align: center;
}

.testimonial-bottom-div .col-lg-3 a div i{
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 40px;
    transition-duration: 0.3s;
}

.testimonial-bottom-div .col-lg-3 a h6{
    color: #878686;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.testimonial-bottom-div .col-lg-3 a h2{
    color: #878686;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    transition-duration: 0.3s;
}

.testimonial-bottom-div .col-lg-9 div{
    width: 100%;
    position: relative;
    padding-left: 60px;
}

.testimonial-bottom-div .col-lg-9 div h3{
    width: auto;
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 26px;
    font-weight: 700;
    color: #e2dede;
}

.testimonial-bottom-div .col-lg-9 div h3 a{
    color: #e2dede;
    text-decoration: none;
}

.testimonial-bottom-div .col-lg-9 div p{
    width: auto;
    font-size: 16px;
    font-weight: normal;
    color: #878686;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.testimonial-bottom-div .col-lg-9 div h2{
    width: auto;
    font-size: 24px;
    font-weight: 500;
    color: #e2dede;
    padding: 0;
    margin: 32px 0px 0px 0px;
}

.testimonial-bottom-div .col-lg-9 div i{
    position: absolute;
    left: 0px;
    top: 8px;
    color: var(--BrownColor);
    font-size: 38px;
}

.whychooseus-wrapper .col-lg-8 h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-family: "Oswald", sans-serif !important;
    font-size: 44px;
    font-weight: 300;
}

.whychooseus-wrapper .col-lg-8 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.whychooseus-wrapper .col-lg-8 ul li{
    list-style: none;
    padding: 0px 0px 10px 30px;
    margin: 0;
    color: var(--textcolor);
    position: relative;
}

.whychooseus-wrapper .col-lg-8 ul li::before{
    width: 17px;
    height: 13px;
    position: absolute;
    left: 0px;
    top: 5px;
    background: url(../eastnight/images/tickicon.png) no-repeat;
    content: '';
}

.enquiry-wrapper-div{
    width: 100%;
    background: var(--BrownColor);
    border-radius: 3px;
    padding: 35px 35px;
    display: inline-block;
    margin-top: 8px;
}

.enquiry-wrapper-div .enquiry-con p{
    width: 100%;
    padding: 0;
    line-height: normal;
    margin: 0;
}

.enquiry-wrapper-div .enquiry-con input[type = text],
.enquiry-wrapper-div .enquiry-con input[type = email]{
    width: 100%;
    height: 42px;
    border: 1px solid #c7a972;
    border-radius: 3px;
    background: none;
    color: var(--LightBgColor);
    font-size: 15px;
    padding: 0px 15px;
    transition-duration: 0.3s;
}

.enquiry-wrapper-div .enquiry-con textarea{
    width: 100%;
    height: 105px;
    border: 1px solid #c7a972;
    border-radius: 3px;
    background: none;
    color: var(--LightBgColor);
    font-size: 15px;
    padding: 5px 15px 0px 15px;
    transition-duration: 0.3s;
}

.enquiry-wrapper-div .enquiry-con textarea:focus,
.enquiry-wrapper-div .enquiry-con input[type = text]:focus,
.enquiry-wrapper-div .enquiry-con input[type = email]:focus{
    border-color: var(--LightBgColor);
    outline: none;
}

.enquiry-wrapper-div .enquiry-con .submit-btn{
    width: 100%;
    height: 48px;
    border-radius: 3px;
    outline: none;
    background: var(--LightBgColor);
    text-transform: uppercase;
    color: var(--BrownColor);
    font-weight: 500;
    border: none;
    outline: none;
    margin-top: -6px;
    font-size: 15px;
    transition-duration: 0.3s;
}

.enquiry-wrapper-div .enquiry-con .submit-btn:hover{
    background: #fff;
}

.enquiry-wrapper-div .enquiry-con .col-lg-12{
    position: relative;
}

.enquiry-wrapper-div .enquiry-heading p{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--LightBgColor);
    font-size: 15px;
    line-height: 20px;
}

.enquiry-wrapper-div .enquiry-heading h3{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--LightBgColor);
    font-family: "Oswald", sans-serif !important;
    font-size: 40px;
    font-weight: 300;
}

.enquiry-wrapper-div .col-lg-12{
    padding-top: 12px;
}



.wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 6px;
    margin: 0px 0px 0px -12px;
}

.wpcf7-not-valid-tip{
    font-size: 12px;
    padding: 0;
    margin: 4px 0px 0px 0px;
    line-height: normal;
}

.wpcf7 form .wpcf7-response-output{
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
}

.whychooseus-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
}

.enquiry-wrapper-div .wpcf7-spinner{
    top: 18px;
}

.enquiry-wrapper-div .enquiry-con textarea::-webkit-input-placeholder,
.enquiry-wrapper-div .enquiry-con input::-webkit-input-placeholder { 
    color: #e2cfb0;
}

.enquiry-wrapper-div .enquiry-con textarea::-moz-placeholder,
.enquiry-wrapper-div .enquiry-con input::-moz-placeholder { 
    color: #e2cfb0;
}

.enquiry-wrapper-div .enquiry-con textarea:-ms-input-placeholder,
.enquiry-wrapper-div .enquiry-con input:-ms-input-placeholder { 
    color: #e2cfb0;
}

.enquiry-wrapper-div .enquiry-con textarea:-moz-placeholder,
.enquiry-wrapper-div .enquiry-con input:-moz-placeholder { 
    color: #e2cfb0;
}

.banner-caption {
    width: 100%;
    height: 550px;
    padding: 0px 25px 0px 0px;
    display: table;
}

.banner-caption .banner-caption-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.banner-caption .banner-caption-middlealign p{
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); 
    opacity: 0.8;
}

.banner-caption .banner-caption-middlealign h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-family: "Oswald", sans-serif !important;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2); 
}

.banner-caption .banner-caption-middlealign .readmore-btn{
    background: var(--LightBgColor);
    color: var(--headingColor);
}

.banner-caption .banner-caption-middlealign .readmore-btn:hover{
    background: #fff;
}

.mousescroll{
    width: 18px;
	height: 24px;
	position: absolute;
	left: 50%;
    content: '';
	margin-left: -9px;
	bottom: 0px;
	z-index: 1010;
	border: none;
	outline: none;
	animation: mouse-animation 1.5s infinite alternate;
	background: none;
	background: url(../eastnight/images/mouse-icon.png) no-repeat;
	transition-duration: 0.3s;
}

.mousescroll:hover{
	background-position-y: -24px;
}

@keyframes mouse-animation {
	0% {
		bottom: 40px;
	}

	70% {
		bottom: 40px;
	}

	71% {
		bottom: 40px;
	}

	100% {
		bottom: 65px;
	}
}

.contact-header-top{
    margin-top: 100px;
    display: block;
    width: 100%;
}

.contact-header-top .row{
    margin-left: -8px;
    margin-right: -8px;
}

.contact-header-top .row .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
}

.contact-item-con{
    width: 100%;
    text-align: center;
    border: none;
    background: #fff;
    padding: 30px 10px 30px 10px;
    border-bottom: 2px solid var(--BrownColor);
    min-height: 204px;
}

.contact-item-con i{
    color: var(--BrownColor);
    font-size: 24px;
}

.contact-item-con p{
    padding: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
}

.contact-item-con p a{
    color: var(--textcolor);
    text-decoration: none;
}

.contact-item-con h4{
    width: 100%;
    text-align: center;
    color: var(--headingColor);
    font-size: 16px;
    padding: 0;
    margin: 12px 0px 8px 0px;
}

.contact-header-middle{
    margin-top: 80px;
    padding: 80px 0px;
    background: var(--LightBgColor);
}


.contact-header-bottom{
    margin-top: 80px;
    margin-bottom: 100px;
}

.googlemaps-div {
    position: relative;
    padding-bottom: 360px;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.googlemaps-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-header-middle .col-lg-7 .contact-heading{
    margin-bottom: 30px;
}

.contact-header-middle .col-lg-7 .contact-heading h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-family: "Oswald", sans-serif !important;
    font-size: 36px;
    font-weight: 300;
}

.contact-header-middle .col-lg-7 .contact-heading p{
    padding: 0;
    margin: 0;
    line-height: 26px;
}

.contact-header-middle .col-lg-7 .col-lg-6 p,
.contact-header-middle .col-lg-7 .col-lg-12 p,
.contact-header-middle .col-lg-7 .col-lg-3 p{
    padding: 0;
    margin: 0;
}

.contact-header-middle .col-lg-7 .col-lg-6 input{
    border: none;
    font-size: 15px;
    height: 42px;
    padding-left: 10px;
    border-radius: 3px;
    width: 100%;
    background: #fff;
    transition-duration: 0.3s;
}

.contact-header-middle .col-lg-7 .col-lg-12 textarea{
    border: none;
    background: #fff;
    font-size: 15px;
    height: 100px;
    padding-left: 10px;
    border-radius: 3px;
    width: 100%;
    transition-duration: 0.3s;
}

.contact-header-middle .col-lg-7 .col-lg-6 input:focus,
.contact-header-middle .col-lg-7 .col-lg-12 textarea:focus{
    outline: none;
    border-color: var(--BrownColor);
}

.contact-header-middle .col-lg-7 .col-lg-6{
    padding-bottom: 14px;
}

.contact-header-middle .col-lg-7 .submit-btn{
    width: auto;
    padding: 8px 30px;
    background: var(--BlackColor);
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: none;
    outline: none;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    margin-top: 3px;
    transition-duration: 0.3s;
}

.contact-header-middle .col-lg-7 .submit-btn:hover{
    background: var(--BrownColor);
}

.contact-header-middle .col-lg-5 img{
    width: 100%;
    border-radius: 3px;
    margin-top: 8px;
    height: 395px;
    object-fit: cover;
}

.aboutimage-wrap p{
    text-align: justify;
}

.aboutimage-wrap h4{
    width: 100%;
    padding: 0;
    margin: 20px 0px 5px 0px;
    font-size: 22px;
    display: block;
}

.aboutimage-wrap  .row:nth-child(1) img{
    width: 100%;
    border-radius: 3px;
    margin-top: 5px;
    object-fit: cover;
    height: 460px;
}

.aboutimage-wrap  .row:nth-child(2){
    margin-top: 55px;
}

.aboutimage-wrap  .row:nth-child(2) h4:first-child{
    margin-top: 0px;
}

.aboutimage-wrap  .row:nth-child(2) p:last-child{
    margin-bottom: 0px;
}

.aboutimage-wrap  .row:nth-child(2) img{
    width: 100%;
    border-radius: 3px;
    margin-top: 5px;
    object-fit: cover;
    height: 410px;
}

.product-cat-wrapper .row{
    margin-left: -8px;
    margin-right: -8px;
}

.product-cat-wrapper .row .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.modelproduct-style {
    max-width: 600px;
}

.modelproduct-style .modal-body{
    padding: 0px 0px;
    position: relative;
}

.modelproduct-style .modal-body img{
    width: 100%;
    height: auto;
}

.modelproduct-style .modal-body .btn-close{
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    z-index: 1050 !important;
    background: #fff;
    color: var(--headingColor);
    padding: 0 !important;
    margin: 0;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: none;
    font-size: 12px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);

}

.modelproduct-style .modal-body h6{
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 20px 20px;
    margin: 0px 0px;
    background: var(--LightBgColor);
    color: var(--headingColor);
}

.carousel-control-prev,
.carousel-control-next{
    background: none;
    color: var(--headingColor);
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
    color: var(--BrownColor);
}

.testimonials-page .col-lg-4{
    padding-top: 10px;
    padding-bottom: 10px;
}

.testimonials-page .testimonials-scroll .testimonials-item{
    border:1px solid #f0f0f5;
}

.testimonials-page .testimonials-scroll .testimonials-item:hover{
    border-color: var(--BrownColor);
}

.testimonials-page .testimonials-scroll .testimonials-item .testimonial-content{
    min-height: auto;
    padding: 25px;
}

.testimonials-page .testimonials-scroll .testimonials-item .testimonial-content p{
    overflow: visible;
    height: auto;
    display: block;
}

.noproducts-found{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.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);
	}
}

.ourclients-wrapper{
    width: 100%;
    background: var(--LightBgColor);
    padding: 70px 0px 80px 0px;
    text-align: center;
}

.partners-logo{
    width: 100%;
    display: table;
    height: 110px;
    border-radius: 3px;
    border: none;
    background: #fff;
}

.partners-logo span{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.partners-logo span img{
    max-height: 90px;
    max-width: 90%;
    object-fit: contain;
    display: inline-block;
}

.partners-scroll{
    margin-left: -10px;
    margin-right: -10px;
}

.partners-scroll .col-lg-3{
    padding-left: 10px;
    padding-right: 10px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}




@media screen and (max-width: 1024px) {
    .banner-caption .banner-caption-middlealign h2 br{
        display: none;
        visibility: hidden;
    }

    .banner-caption .banner-caption-middlealign h2{
        font-size: 42px;
    }

    .banner-wrapper .carousel-item img,
    .banner-caption{
        height: 450px;
    }
}

@media screen and (max-width: 980px) {


    .page-heading,
    .welcome-wrapper .col-lg-7 h2,
    .whychooseus-wrapper .col-lg-8 h2{
        font-size: 34px;
        text-align: center;
    }

    .ourservices-scroll{
        margin-top: 80px;
    }

    .welcome-wrapper .col-lg-5 img{
        margin-top: 0px;
        height: auto;
        margin-bottom: 45px;
    }
    .testimonial-bottom-div .col-lg-9{
        border-right: none;
        padding-right: 15px;
    }

    .testimonial-bottom-div .col-lg-3{
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonial-bottom-div .col-lg-9{
        padding-left: 45px;
        padding-right: 45px;
    }

    .testimonial-bottom-div .col-lg-3 a{
        border-top: 1px solid #2d2c2c;
    }

    .testimonials-wrapper-div{
        margin-top: 80px;
        padding: 60px 0px 110px 0px;
    }

    .whychooseus-wrapper{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .enquiry-wrapper-div{
        margin-top: 60px;
    }

    .footertop-download-div .col-lg-9 div p{
        line-height: 20px;
    }

    .footertop-download-div .col-lg-9 div{
        padding-bottom: 20px;
    }

    .footerlinks .col-lg-3:nth-child(1){
        display: none;
        visibility: hidden;
    }

    .contact-item-con{
        margin-bottom: 20px;
    }

    .contact-header-middle .col-lg-5 img{
        height: auto;
        margin-bottom: 45px;
    }

    .contact-header-middle .col-lg-7 .contact-heading,
    .contact-header-middle .col-lg-7 .contact-heading h2{
        text-align: center;
    }

    .aboutimage-wrap .row:nth-child(1) img,
    .aboutimage-wrap .row:nth-child(2) img{
        height: auto;
    }

    .aboutimage-wrap  .row:nth-child(2) p:last-child{
        margin-bottom: 30px;
    }

    .product-page .col-lg-3{
        margin-top: 8px ;
        margin-bottom: 8px ;
    }

    .banner-caption .banner-caption-middlealign p,
    .banner-caption .banner-caption-middlealign .readmore-btn{
        display: none;
        visibility: hidden;
    }

    .banner-caption .banner-caption-middlealign h2{
        width: 100%;
        text-align: center;
        font-size: 36px;
    }

    .banner-caption .banner-caption-middlealign{
        vertical-align: bottom;
    }

    .banner-caption .banner-caption-middlealign h2{
        background: rgba(204, 86, 0, .9);
        padding: 15px 0px;
    }

    .banner-caption{
        padding-right: 0px;
    }
}

@media screen and (max-width: 520px) {
   .header-top-div .col-md-7,
   .mousescroll,
   .testimonial-bottom-div .col-lg-9 div i,
   .footertop-download-div .col-lg-9 div::before,
   .footerlinks .col-lg-3:nth-child(1),
   .footerlinks .col-lg-3:nth-child(2),
   .footerlinks .col-lg-3:nth-child(3){
    display: none;
    visibility: hidden;
   }

   .header-top-div .col-md-5{
    text-align: center;
   }

   .header-fixed-wrapper .header-logo {
        width: 200px;
        height: 45px;
        background-size: 100%;
    }


    .header-fixed-wrapper .header-con .col-lg-8{
        padding-top: 0px;
    }

    .banner-caption .banner-caption-middlealign h2{
        font-size: 28px;
    }

    .banner-caption .banner-caption-middlealign p{
        line-height: 24px;
        margin-bottom: 20px;
    }

    .banner-bottom-div .row .col-lg-3 {
        border-right: 1px solid #373636;
        border-bottom: 1px solid #373636;
        flex: 0 0 auto;
        width: 50%;
        padding: 30px 0px;
    }

    .banner-bottom-div .row .col-lg-3:last-child{
        flex: 0 0 auto;
        width: 100%;
    }

    .banner-bottom-div .row .col-lg-3 span img{
        height: 60px;
    }

    .banner-bottom-div .row .col-lg-3 h6{
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 8px;
    }

    .page-heading, .welcome-wrapper .col-lg-7 h2, 
    .whychooseus-wrapper .col-lg-8 h2 {
        font-size: 26px;
        text-align: center;
    }

    .ourservices-scroll,
    .welcome-wrapper,
    .testimonials-wrapper-div,
    .whychooseus-wrapper,
    .enquiry-wrapper-div,
    .contact-header-top,
    
    .contact-header-bottom{
        margin-top: 60px;
    }

    .contact-header-bottom{
        margin-bottom: 60px;
    }

    .contact-header-middle{
        margin-top: 40px;
    }

    .contact-header-middle{
        padding: 60px 0px;
    }

    .contact-header-middle .col-lg-7 .contact-heading h2{
        font-size: 28px;
    }


    .banner-caption{
        height: 320px;
    }

    .testimonial-bottom-div .col-lg-9 div h3{
        position: relative;
        top: 0px;
        right: auto;
    }

    .testimonial-bottom-div .col-lg-9{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .testimonial-bottom-div .col-lg-9 div{
        padding-left: 0px;
    }

    .testimonial-bottom-div .col-lg-9 div p{
        line-height: 22px;
        margin-top: 5px;
    }

    .testimonial-bottom-div .col-lg-9 div h3{
        margin-bottom: 25px;
        margin-top: 15px;
        font-size: 22px;
    }

    .testimonial-bottom-div .col-lg-9 div h2{
        font-size: 22px;
        margin-top: 25px;
    }

    .footertop-download-div .col-lg-9 div{
        padding: 0px 0px;
        text-align: center;
    }

    .footertop-download-div .col-lg-3 a{
        float: none;
        clear: both;
        display: inline-block;
    }

    .footertop-download-div{
        text-align: center;
    }

    .footertop-download-div{
        padding: 30px 10px;
    }

    .footertop-download-div .col-lg-3 a{
        margin-top: 20px;
    }

    .footertop-download-div .col-lg-9 div p{
        font-size: 15px;
    }

    .footertop-download-div .col-lg-9 div h3{
        font-size: 22px;
    }

    .footer-credencials p,
    .footer-credencials .col-lg-6:last-child p{
        text-align: center;
        font-size: 14px;
    }

    .footerlinks .col-lg-3:nth-child(4){
        text-align: center;
    }

    .innerpage-banner .header-text h2{
        font-size: 28px;
    }



    .innerpage-content-con{
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .aboutimage-wrap h4{
        font-size: 20px;
    }

    .product-cat-wrapper .product-itemdiv .product-heading h6{
        font-size: 14px;
    }

    .product-cat-wrapper .product-itemdiv .product-heading{
        height: 55px;
    }

    .product-cat-wrapper .product-itemdiv .product-image{
        height: 150px;
    }

    .product-cat-wrapper .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .product-cat-wrapper .row .col-lg-3{
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .banner-caption .banner-caption-middlealign h2{
        font-size: 20px;
        padding: 8px 8px;
    }

    .banner-wrapper .carousel-item img, .banner-caption {
        height: 320px;
    }

    .banner-wrapper{
        margin-top: 130px;
    }

    .ourclients-wrapper{
        padding-top: 50px;
        padding-bottom: 60px;
    }

    
}