
body {
    --OrangeColor: #e97b1c;
    --OrangeColorLight: #f3922c;
    --BlueColor: #114575;
    --LightBgColor: #e7ecf1;
    --headingColor: #1a2f57;
    --textcolor: #575656;
    font-family: 'Roboto', sans-serif !important;
	background: #fff !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;
}


@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-top: 60px;
        width: 300px;
        height: 100%;
        z-index: 1050;

        background: rgba(17,69,117,1);
        background: -moz-linear-gradient(top, rgba(17,69,117,1) 0%, rgba(17,69,117,0.95) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,69,117,1)), color-stop(100%, rgba(17,69,117,0.95)));
        background: -webkit-linear-gradient(top, rgba(17,69,117,1) 0%, rgba(17,69,117,0.95) 100%);
        background: -o-linear-gradient(top, rgba(17,69,117,1) 0%, rgba(17,69,117,0.95) 100%);
        background: -ms-linear-gradient(top, rgba(17,69,117,1) 0%, rgba(17,69,117,0.95) 100%);
        background: linear-gradient(to bottom, rgba(17,69,117,1) 0%, rgba(17,69,117,0.95) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114575', endColorstr='#114575', GradientType=0 );

        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .navbar-collapse.collapsing {
        right: -300px;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        right: 0;
        transition: right 300ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 500ms ease-in-out;
    }

    .navbar-light .close_btn {
        color: var(--YellowColor) !important;
        right: 0px;
        top: 0px !important;
        margin-left: -20px;
        background-color: #cdab81;
        width: 40px;
        height: 40px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        color: #fff !important;
    }

    .menu-wrapper .navbar .navbar-nav {
        margin-top: 50px;
    }

    .menu-wrapper .navbar .navbar-nav a {
        padding: 10px 10px !important;
        line-height: 60px !important;
    }

    .menu-wrapper .navbar .dropdown .dropdown-menu {
        padding: 10px 10px !important;
    }

    .header-bar .navbar .nav-item {
        border-left: none !important;
        border-bottom: 1px dashed #dbb957;
    }

    .header-bar .navbar .nav-item .nav-link {
        text-align: center;
        padding: 20px 0px !important;
        color: #fff !important;
        font-weight: 500;
    }

    .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.5);
        margin-top: 6px;
    }

    .header-wrapper .nav-link{
        color: #fff !important;
        padding: 10px 10px !important;
        border-radius: 4px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    }

    .header-wrapper  .dropdown-item:last-child .nav-link{
        border-bottom: none;
    }

    .header-wrapper .nav-link:hover{
        background: var(--PrimaryColor);
        color: #fff !important;
    }

    .header-menu .navbar .nav-item{
        border-right: none !important;
        text-align: center;
    }

    .menuclose-btn{
        display: block !important;
        visibility: visible !important;
    }


}

/* 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,
.services-scroll-con .slick-dots,
.testimonials-scroll .slick-dots,
.products-scroll .slick-dots {
	bottom: -25px !important;
}

.services-scroll .slick-dots li button,
.services-scroll-con .slick-dots li button,
.testimonials-scroll .slick-dots li button,
.products-scroll .slick-dots li button {
	border: 2px solid var(--OrangeColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll .slick-dots li button,
.services-scroll-con .slick-dots li button,
.testimonials-scroll .slick-dots li button,
.products-scroll .slick-dots li button {
	border: 2px solid var(--OrangeColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll li button:before,
.services-scroll-con li button:before,
.testimonials-scroll li button:before,
.products-scroll li button:before {
	display: none;
	visibility: hidden;
}

.services-scroll .slick-dots li.slick-active button,
.services-scroll-con .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button,
.products-scroll .slick-dots li.slick-active button {
	background: var(--OrangeColor);
}

.services-scroll .slick-dots li.slick-active button,
.services-scroll-con .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button,
.products-scroll .slick-dots li.slick-active button {
	background: var(--OrangeColor);
}

.services-scroll .slick-dots li button,
.services-scroll-con .slick-dots li button,
.testimonials-scroll .slick-dots li button,
.products-scroll .slick-dots li button {
	border: 2px solid var(--OrangeColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}



::selection {
    background: var(--OrangeColor);
    color: #fff;
}

::-moz-selection {
    background: var(--OrangeColor);
	color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(243, 146, 44, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(243, 146, 44, 1);
}





.header-wrapper-con{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
}

.header-menu{
    width: 100%;
    background: var(--OrangeColor);
    min-height: 44px;
    display: block;
}

.header-menu .socialmedia{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    display: inline-table;
}

.header-menu .socialmedia li{
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 1px;
    width: auto;
    list-style: none;
}

.header-menu .socialmedia li:first-child{
    margin-left: 0px;
}

.header-menu .socialmedia li a{
    width: 44px;
    height: 44px;
    line-height: 45px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.1);
}

.header-menu .navbar{
    padding: 0;
    margin: 0;
}

.header-menu .navbar .nav-item{
    border-right: 1px solid #ed9549;
}

.header-menu .navbar .nav-item:last-child{
    border-right: none;
}

.header-menu .navbar .nav-link{
    padding: 0px 28px;
    margin: 0;
    color: #fff;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 15px;
}

.header-menu .navbar .nav-link:hover{
    background: var(--OrangeColorLight);
}

.header-logo{
    width: 230px;
    display: inline-block;
    height: 144px;
    background: url(../img/apollo-logo.png) no-repeat;
    position: relative;
    z-index: 990;
    margin-bottom: -45px;
}

.header-wrapper-div .col-lg-6 img{
    float: right;
    padding: 0;
    margin: 22px 0px 0px 0px;
    width: 361px;
    height: 63px;
}


.header-wrapper-div .header-phone{
    text-align: right;
}

.header-wrapper-div .header-phone div{
    text-align: left;
    width: auto;
    position: relative;
    display: inline-block;
    padding-left: 54px;
    margin-top: 32px;
}

.header-wrapper-div .header-phone div::before{
    width: 39px;
    height: 39px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: url(../img/phoneicon.jpg) no-repeat;
}

.header-wrapper-div .header-phone div h6{
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-weight: 500;
}

.header-wrapper-div .header-phone div h3{
    font-size: 22px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-weight: 500;
}

.header-wrapper-div .header-phone div h3 a{
    color: var(--headingColor);
    text-decoration: none;
}

.bannerwrapper-div{
    width: 100%;
    min-height: auto;
    background: none;
    position: relative;
    margin-top: 150px;
}

.bannerwrapper-div .banner-left-caption{
    width: 100%;
    min-height: 550px;
    display: table;
}

.bannerwrapper-div .banner-left-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.bannerwrapper-div .banner-left-middlealign h1{
    font-family: "Poppins", sans-serif !important;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 58px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);

}

.bannerwrapper-div .banner-left-middlealign h1 font{
    color: var(--OrangeColorLight);
}

.bannerwrapper-div .banner-left-middlealign p{
    padding: 0;
    margin: 10px 0px 36px 0px;
    color: var(--LightBgColor);
    font-family: "Poppins", sans-serif !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    opacity: 0.8;
}

.bannerwrapper-div .col-lg-6 img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.bannerwrapper-div .apollobg{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 550px;
    z-index: -1;
}

.button-style{
    background: var(--OrangeColor);
    padding: 0px 30px;
    border-radius: 30px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.button-style:hover{
    color: #fff;
    background: var(--OrangeColorLight);
}



.footer-credits{
    width: 100%;
    background: var(--BlueColor);
    padding: 25px 0px;
}

.footer-credits p{
    padding: 0;
    margin: 0;
    color: var(--LightBgColor);
    line-height: normal;
    font-size: 15px;
}

.footer-credits .col-lg-6:last-child{
    text-align: right;
}

.footer-credits .col-lg-6:last-child a{
    color: var(--LightBgColor);
    text-decoration: none;
}

.footer-credits .col-lg-6:last-child a:hover{
    color: var(--OrangeColorLight);
}

.googlemaps-div {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 80px 0px 0px 0px;
}

.googlemaps-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-left-wrapper{
    width: 100%;
    background: var(--BlueColor);
    border-radius: 3px;
    position: relative;
}

.contact-left-wrapper .contact-left-item{
    width: 100%;
    border-bottom: 1px solid #416a91;
    min-height: 130px;
    padding-left: 0px;
    display: table;
}

.contact-left-wrapper .contact-left-item span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 120px;
}

.contact-left-wrapper .contact-left-item span img{
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -26px;
}

.contact-left-wrapper .contact-left-item:last-child{
    border-bottom: none;
}

.contact-left-wrapper .contact-left-item p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #b8c8d6;
}

.contact-left-wrapper .contact-left-item p a{
    color: #b8c8d6;
    text-decoration: none;
}

.contact-left-wrapper .contact-left-item h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: #fff;
    text-transform: uppercase;
}

.sendusmessage h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 28px;
}

.sendusmessage p{
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
}

.sendusmessage .col-lg-6{
    padding-bottom: 15px;
}

.sendusmessage .col-lg-12{
    padding-bottom: 8px;
}

.sendusmessage .col-lg-6 input{
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    background: var(--LightBgColor);
    border-radius: 3px;
    font-size: 15px;
    padding-left: 15px;
    color: var(--textcolor);
}

.sendusmessage .col-lg-12 textarea{
    width: 100%;
    height: 105px;
    border: none;
    outline: none;
    background: var(--LightBgColor);
    border-radius: 3px;
    font-size: 15px;
    padding-left: 15px;
    color: var(--textcolor);
}

.sendusmessage .col-lg-3 button{
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    background: var(--OrangeColor);
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
}

.page-heading-style{
    width: 100%;
    margin: 0px 0px 40px 0px;
}

.page-heading-style h6{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: var(--OrangeColor);
    font-size: 15px;
}

.page-heading-style h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    font-size: 46px;
    font-family: "Poppins", sans-serif !important; 
    font-weight: 300;
}

.contactus-section{
    margin-bottom: 100px;
    margin-top: 100px;
}

.header-wrapper-con .header-wrapper-div{
    transition-duration: 0.3s;
}

.header-menu .headermenu-logo{
    width: 97px;
    height: 44px;
    float: left;
    background: url(../img/apollo-logo-menu.png) no-repeat;
    opacity: 0;
}

.f-nav .header-menu .headermenu-logo{
    opacity: 1;
}



.f-nav .header-wrapper-con .header-wrapper-div{
    margin-top: -151px;
}

.f-nav .header-wrapper-con .header-wrapper-div .header-logo{
    margin-bottom: 0px;

}

.eurofridge-text{
    width: 100%;
    line-height: 46px;
    background: var(--OrangeColor);
    text-transform: uppercase;
    padding: 0px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    position: relative;
    margin-top: -23px;
}

.aboutus-container .page-heading-style h6,
.aboutus-container .page-heading-style h2{
    text-align: left;
}

.aboutus-container .col-lg-7 p{
    text-align: justify;
}



.aboutus-container .col-lg-7 a{
    margin-top: 15px;
}

.aboutus-container .col-lg-5 img{
    width: 100%;
    border-radius: 3px;
    height: 590px;
    object-fit: cover;
}

.aboutus-container{
    width: 100%;
    margin-top: 100px;
}

.ourservices-wrapper{
    background: var(--LightBgColor);
    width: 100%;
    margin-top: 100px;
    padding: 80px 0px 145px 0px;
}

.service-item-con{
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}

.service-item-con .service-image{
    width: 100%;
    display: block;
}

.service-item-con .service-image img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.service-item-con .service-text{
    width: 100%;
    text-align: center;
    height: 65px;
    background: #fff;
    display: table;
}

.service-item-con .service-text h6{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}

.services-scroll-con,
.products-scroll{
    margin-left: -10px;
    margin-right: -10px;
}

.services-scroll-con .col-lg-3,
.products-scroll .col-lg-3{
    padding-left: 10px;
    padding-right: 10px;
}

.downloadbrochure-wrapper{
    width: 100%;
    background: var(--BlueColor);
    border-radius: 3px;
    min-height: auto;
    margin-top: -65px;
    padding: 0px 45px;
}

.download-brochure-wrap{
    width: 100%;
    min-height: 130px;
    display: table;
}

.download-brochure-wrap span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 80px;
}

.download-brochure-wrap span::before{

    width: 62px;
    height: 58px;
    position: absolute;
    left: 0px;
    top: 34px;
    content: '';
    background: url(../img/download-icon.png) no-repeat;
}   

.download-brochure-wrap span p{
    padding: 0;
    margin: 0;
    color: var(--LightBgColor);
    opacity: 0.8;
}

.download-brochure-wrap span h3{
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 24px;
    font-weight: 400;
    color: var(--LightBgColor);
}

.downloadbrochure-wrapper .button-style{
    float: none;
    clear: both;
    float: right;
    margin: 45px 0px 0px 0px;
}

.ourproducts-wrapper{
    margin-top: 100px;
    width: 100%;
}

.product-item-div{
    width: 100%;
    display: block;
}

.product-item-div .product-image{
    width: 100%;
    height: 220px;
    border: 1px solid #cccccc;
    display: table;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.product-item-div .product-image img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.product-item-div  .product-text{
    width: 100%;
    text-align: center;
    display: table;
    background: var(--BlueColor);
    height: 75px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product-item-div  .product-text h6{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    color: var(--LightBgColor);
    text-transform: uppercase;
    padding: 0px 15px;
    margin: 0px;
    font-size: 15px;
    line-height: 22px

}

.ourtestimonials-wrapper{
    margin-top: 100px;
}

.ourtestimonials-wrapper .testimonials-item{
	width: 100%;
	padding: 0;
	margin: 0px;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	display: block;
}

.ourtestimonials-wrapper .testimonials-item .testimonials-footer{
	border-top: 1px solid #cccccc;
	width: 100%;
	display: block;
	position: relative;
	height: 80px;
	padding-left: 95px;
	transition-duration: 0.3s
}

.ourtestimonials-wrapper .testimonials-item .testimonials-footer h5{
	width: 100%;
	padding: 0;
	margin: 20px 0px 4px 0px;
	font-size: 16px;
	color: var(--textcolor);
	font-weight: 500;
}

.ourtestimonials-wrapper .testimonials-item .testimonials-footer h6{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--textcolor);
	font-weight: 400;
}

.ourtestimonials-wrapper .testimonials-item .testimonials-footer span{
	width: 60px;
	height: 60px;
	background: url(../img/testimonial-bg.png) no-repeat var(--LightBgColor);
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 10px;
	overflow: hidden;
}

.ourtestimonials-wrapper .testimonials-item .testimonials-footer span img{
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.ourtestimonials-wrapper .testimonials-item:hover{
	text-decoration: none;
	border-color: var(--OrangeColor);
}

.ourtestimonials-wrapper .testimonials-item:hover .testimonials-footer{
	border-color: var(--OrangeColor);
}

.ourtestimonials-wrapper .testimonials-item .testimonial-content{
	width: 100%;
	padding: 25px 25px 0px 25px;
	margin: 0px;
	min-height: 220px;
}

.ourtestimonials-wrapper .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;
}


.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);
	}
}


.menuclose-btn{
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    position: absolute;
    top: 0px;
    right: 0px;
    color: var(--headingColor);
    display: none;
    visibility: hidden
}

.brandlogos-div{
    margin-top: 20px;
    display: none;
    visibility: hidden;
}

.brandlogos-div img{
    width: 80%;
    left: 10%;
    position: relative;
}


.popup-modals{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}

.popup-modals img{
	width:142px;
	height:141px;
	position:relative;
}

.popup-modals h2{
	padding:0px;
	margin:20px 0px 0px 0px;
	width:100%;
	text-align:center;
	font-weight:700;
	font-size:20px;
    color: var(--headingColor);
}

.popup-modals h4{
	padding:0px;
	margin:10px 0px 0px 0px;
	width:100%;
	font-size:16px;
	text-align:center;
    color: var(--textcolor);
}

.grecaptcha-badge { 
    visibility: hidden;
    display: none;
}

.popup-modals{
    position: relative;
}

.popup-modals .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: none !important;
    font-size: 12px;
}



@media screen and (max-width: 1024px) {
    .header-menu .navbar .nav-link {
        padding: 0px 16px;
    }

    .bannerwrapper-div .banner-left-middlealign h1{
        font-size: 48px;
    }

    .page-heading-style h2{
        font-size: 42px;
    }

    .contact-left-wrapper .contact-left-item span{
        padding-left: 90px;
        padding-right: 15px;
    }

    .contact-left-wrapper .contact-left-item span img{
        left: 15px;
    }
}

@media screen and (max-width: 980px) {
    .header-wrapper-div .header-phone,
    .bannerwrapper-div .banner-left-middlealign br{
        display: none;
        visibility: hidden;
    }

    .navbar-toggler{
        position: absolute;
        top: 0px;
        right: 0px;
        box-shadow: none !important;
        outline: none !important;
        height: 44px;
        border: none;
    }

    .bannerwrapper-div .apollobg{
        height: 100%;
    }

    .bannerwrapper-div .banner-left-middlealign{
        text-align: center;
        padding-left: 45px;
        padding-right: 45px;
    }

    .bannerwrapper-div .banner-left-middlealign h1{
        font-size: 38px;
    }

    .bannerwrapper-div .banner-left-caption{
        min-height: 320px;
    }

    .bannerwrapper-div .col-lg-6{
        text-align: center;
    }

    .bannerwrapper-div .col-lg-6 img{
        width: auto;
        height: 350px;
        display: inline-block;
    }

    .aboutus-container .page-heading-style h6, .aboutus-container .page-heading-style h2 {
        text-align: center;
    }

    .aboutus-container .col-lg-5 img{
        height: auto;
        margin-top: 45px;
    }

    .downloadbrochure-wrapper{
        padding: 35px 15px;
        text-align: center;
    }

    .download-brochure-wrap{
        min-height: auto;
    }

    .download-brochure-wrap span{
        padding-left: 0px;
        padding-top: 75px;
    }

    .downloadbrochure-wrapper .button-style{
        margin-top: 25px;
        float: none;
        clear: both;
    }

    .download-brochure-wrap span::before{
        left: 50%;
        top: 0px;
        margin-left: -31px;
    }

    .sendusmessage h4{
        text-align: center;
        margin-top: 45px;
    }

    .sendusmessage p{
        text-align: center;
    }

    .footer-credits,
    .footer-credits p{
        text-align: center;
        line-height: 22px;
    }
}

@media screen and (max-width: 520px) {
    .header-wrapper-div .col-lg-6,
    .header-menu .col-md-3,
    .aboutus-container .page-heading-style h2 br{
        display: none;
        visibility: hidden;
    }

    .bannerwrapper-div .banner-left-middlealign{
        padding-left: 0px;
        padding-right: 0px;
    }

    .bannerwrapper-div .banner-left-middlealign h1{
        font-size: 26px;
    }

    .bannerwrapper-div .banner-left-middlealign p{
        font-size: 15px;
    }

    .bannerwrapper-div .col-lg-6 img{
        height: 290px;
    }

    .bannerwrapper-div .banner-left-caption{
        min-height: 280px;
    }

    .eurofridge-text{
        line-height: 24px;
        font-size: 15px;
        padding: 15px 10px;
        border-radius: 3px;
    }

    .aboutus-container,
    .ourservices-wrapper,
    .ourtestimonials-wrapper,
    .ourproducts-wrapper,
    .contactus-section,
    .googlemaps-div{
        margin-top: 60px;
    }

    .contactus-section{
        margin-bottom: 60px;
    }

    .page-heading-style h6{
        font-size: 14px;
    }

    .page-heading-style h2{
        font-size: 28px;
    }

    .ourservices-wrapper{
        padding: 60px 0px;
    }

    .downloadbrochure-wrapper{
        margin-top: 0px;
    }

    .whatsapp-iconbtn{
        right: 15px;
        bottom: 15px;
    }

    .navbar-collapse{
        width: 100%;
    }

    .brandlogos-div{
        display: block;
        visibility: visible;
    }

}






