*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
         url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.woff2') format('woff2'),
         url('../fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.woff2') format('woff2'),
         url('../fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
         url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* global css start */
body{
    font-family: 'Poppins';
}
.container{
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}
a{
    text-decoration: none;
    transition: all 0.5s ease;
}
li{
    list-style: none;
}
h1,h2{
    font-family: 'Ubuntu';
}
p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 23px;
}
/* global css end*/
/* hero section start */
.toc_scroll {
    position: relative;
    top: -100px;
    width: 100%;
    float: left;
    z-index: -1;
}
.hero-section{
    background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding: 112px 0 100px 0;
}
.hero-heading-col {
    width: 42.5%;
    padding-right: 60px;
}

.hero-heading-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 109px;
}

.hero-content-col {
    width: 57.5%;
}

.hero-heading-col h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 46px;
}

p:last-child {
    margin-bottom: 0px;
}

.btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #000000;
    border-radius: 27px;
    padding: 18px 29.158px;
    border: 1px solid #000000;
    display: inline-block;
}
.btn:hover {
    background: transparent;
    color: #000000;
}
.hero-detail-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
}

.hero-detail-col {
    width: calc(100% / 3);
    padding: 0 19px;
}

.hero-about-us-image ,.hero-our-service-image {
 margin-bottom: 21px;
 height: 265px;
}

.hero-about-us-image img ,.hero-our-service-image img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;
   
}
.hero-about-us-content {
   padding:  0 20px;
}

.hero-about-us-content h2 ,.hero-our-service-content h2 ,.hero-connect-us h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hero-about-us-content p , .hero-our-service-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 28px;
}

.hero-about-us-content a ,.hero-our-service-content a {padding: 13px 35.9px;color: #000000;background: transparent;}
.hero-our-service-content a {
    padding: 13px 24.2px;
}
.hero-our-service-content{
    padding: 0 20px 0 10px;
}
.hero-connect-us {
    height: 100%;
    
}

.hero-connect-us h2 {
    color: #fff;
    margin-bottom: 20px;
}

.hero-connect-us a {
    border-color: #ffffff;
    background: transparent;
    padding: 13px 28.50px;
}


.hero-about-us-content a:hover, .hero-our-service-content a:hover {
    background: #000000;
    color: #ffffff;
}

.hero-connect-us a:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}


.hero-connect-us-wrap {
    position: relative;
}

.hero-connect-us-content-wrap {
    position: absolute;
    top: 32px;
    left: 40px;
}

.hero-connect-us-wrap img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-connect-us:hover img, .hero-our-service:hover img, .hero-about-col-part:hover img {
    scale: 1.1;
}
.hero-detail-col img {
    transition:all 0.5s ease;
}

.hero-connect-us-wrap {
    overflow: hidden;
}
.hero-about-us-image, .hero-our-service-image{
    overflow: hidden;
}
/* hero section end */

/* header css start */
#wrapper {
    margin-top: 110px;
}
.header {
    background: #292929;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: 0.5s;
}
.header.header-down {
    top: -100%;
    transition: 0.5s;
}

.header.header-up {
    transition: 0.5s;
}
.header.oppacity{
    background: transparent;
}
.logo_head.logo-head-new.oppacity{
    opacity: 0;
}

.header-menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 10px;
}


.header-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #fff;
    width: 0;
    transition: all .4s;
}

.header-menu ul li a:hover::before {
    width: 100%;
}
.header-menu ul li:last-child a::before {
    content: none;
}


.header-menu ul li.current-menu-item a::before {
    width: 100%;
}
.header-menu ul li > a.btn {
    border-color: #fff;
    font-weight: 700;
    padding: 13px 25px;
    margin-top: 0;
    background: #292929;
    transition: all 600ms ease-out;
    padding: 0;
    width: 133px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-menu ul li > a.btn:hover{
    background-color: #fff;
    color: #000;
}
.logo_head.logo-head-new {
    display: none;
}


.header-menu ul li {
    padding-left: 40px;
}

.header-menu ul li:first-child {
    padding-left: 0px;
}
.header-menu ul li {
    padding-left: 34px;
}

.header-menu ul li:first-child {
    padding-left: 0px;
}

li.menu-item.menu-item-logo {
    padding: 0 133px 0 125px;
    line-height: 0;
}

.header-menu ul li#menu-item-64 {
    padding-left: 0px;
}


li.menu-item.menu-item-logo a {
    margin: 0;
    padding-bottom: 0px;
}

li.menu-item.menu-item-logo a::before {
    content: none;
}
.hemburger-box{
    display: none;
}
body.sidebar-overlay{
    overflow: hidden;
}
body.sidebar-overlay::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.527);
    z-index: 99;
    backdrop-filter: blur(10px);
}
/* header-css end */
/* our service section start */
.Our-service-section {
    /* background: blanchedalmond; */
    padding: 88px 0 90px 0;
}


.our-service-main h2 {
    text-align: center;
    margin-bottom: 28px;
}

.our-service-col {
    text-align: center;
    padding: 0px 40px;
}

.our-service-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
}

.our-service-main-row {
    /* padding: 20px 0; */
    position: relative;
}

.our-service-main-row  button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    left: -49px;
    cursor: pointer;
}

.our-service-main-row  button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    right: -49px;
    cursor: pointer;
}

.our-service-inner h3 {
    margin-bottom: 14px;
}


.our-service-inner p {
    margin-bottom: 23px;
    font-size: 16px;
}
a.btn-new {
    color: #292929;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

a.btn-new svg {
    position: absolute;
    top: 8px;
    right: -25px;
    transition: all 0.2s;
}
.our-service-row {
    margin: 0px -40px;
    padding: 0 18px;
}
  .our-service-inner:hover .our-service-logo img {
    transform: rotateY(180deg);
  }
  
  .our-service-logo img {
    transition: all 0.6s ease;
  }

a.btn-new:hover svg {
    right: -30px;
}
.our-service-main-row button.slick-prev.slick-arrow:hover i svg path,.our-service-main-row button.slick-next.slick-arrow:hover i svg path  {opacity: 0.7;}



.our-service-main-row button.slick-next.slick-arrow i svg path,.our-service-main-row button.slick-prev.slick-arrow i svg path {
    transition: all 0.5s ease;
}

.our-service-main-row button.slick-prev.slick-arrow,.our-service-main-row button.slick-next.slick-arrow {
    height: 40px;
    width: 21px;
}

.our-service-main-row button.slick-prev.slick-arrow i ,.our-service-main-row button.slick-next.slick-arrow i {
    display: block;
    height: 100%;
    width: 100%;
}

.our-service-main-row button.slick-prev.slick-arrow i svg,.our-service-main-row button.slick-next.slick-arrow i svg {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}
/* our service section end */


/* our customer section start */

section.our-customer-section {
    padding: 88px 0 100px 0;
    background: #f2f2f2;
    margin-bottom: 97px;
}

.our-customer-main h2 {
    text-align: center;
    margin-bottom: 60px;
}

.our-customer-row.slick-slide {
    display: flex;
    flex-wrap: wrap;
}

.our-customer-col1 {
    width: 60%;
    padding-left: 45px;
}

.our-customer-col2 {
    width: 40%;
}

.our-customer-content p {
    font-size: 20px;
    line-height: 40px;
}
.customer-name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.customer-designation {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.customer-profile-row {
    position: relative;
    padding-left: 23px;
}


.customer-profile-row::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 3px;
    background: #000;
}

.our-customer-logo-image {
    height: 187px;
    width: 320px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
}

.our-customer-profile-image {
    position: absolute;
    bottom: -73px;
    left: -80px;
    height: 172px;
    width: 142px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
        display: flex;
    align-items: center;
    justify-content: center;
}
.our-customer-logo-image .our-customer-profile-image img.author_img {
    width: 80px;
    height: auto;
}
.our-customer-logo-image .our-customer-profile-image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our-customer-logo-image img {
    width: 135px;
    height: auto;
}
.our-customer-image-content {
    display: flex;
    justify-content: flex-end;
    padding-right: 42px;
}
.our-customer-content{
    position: relative;
    padding: 55px 0 0 0;
    padding-right: 0px;
}
.our-customer-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 43px;
    background: url('https://gridpower.ie/wp-content/uploads/2024/08/leftquote.png') no-repeat;
    background-size: contain;
}

.our-customer-content::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 48px;
    height: 43px;
    background: url('https://gridpower.ie/wp-content/uploads/2024/08/rightquote.png') no-repeat;
    background-size: contain;
}
.our-customer-main h2 {
    margin-bottom: 31px;
}

.our-customer-image-content {
    padding-top: 30px;
}
.our-customer-main-row.slick-slider {
    position: relative;
}

.our-customer-main-row.slick-slider ul.slick-dots {
    /* position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

.our-customer-main-row.slick-slider ul.slick-dots li button {
    font-size: 0;
    width: 30px;
    height: 1px;
    background: black;
    opacity: 40%;
    outline: none;
    display: inline-block;
    border: 0;
    box-shadow: 0 0 0 1px #0000;
    cursor: pointer;
    margin-top: 39px;
}
.slick-dots > li:only-child {
    display: none !important;
  }


.our-customer-main-row.slick-slider ul.slick-dots li.slick-active button {box-shadow:0 0 0 1px #000; opacity: 100%;}
/* our customer section end */
/* <!-- why choose us section start --> */
.why-choose-row {
    display: flex;
    flex-wrap: wrap;
}

.why-choose-col1 {
    width: 40%;
}

.why-choose-col2 {
    width: 60%;
}
.why-choose-image{
    position: sticky;
    top: 120px;
}
.why-choose-image img {
    display: block;
  width: 100%;
}

.why-choose-main-row .why-choose-row:nth-child(odd) .why-choose-col2{
    /* background: red; */
    padding-left:60px;
}
.why-choose-main-row .why-choose-row:nth-child(even) .why-choose-col2{
    /* background: red; */
    padding-right:60px;
}
.why-choose-main-row .why-choose-row:nth-child(odd){
    flex-direction:row;
}
.why-choose-main-row .why-choose-row:nth-child(even){
    flex-direction:row-reverse;
}

.why-choose-main-row {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}

.why-choose-us-main-section {
    margin-bottom: 100px;
}

.why-choose-content h2 {
    padding-bottom: 20px;
}

.service-page-form .get_in_touch_sec {
    background: #80808029;
    padding: 100px 0;
    margin-bottom: 0;
}
/* <!-- why choose us section end --> */

/* media query start */
@media screen and (max-width:1520px){
    .our-service-col {
        padding: 0px 15px;
    }
    
    .our-service-row {
        margin: 0px -15px;
        padding: 0 30px;
    }
    
    .our-service-main-row button.slick-next.slick-arrow {
        right: -20px;
    }
    
    .our-service-main-row button.slick-prev.slick-arrow {
        left: -20px;
      
    }
    

}


@media screen and (max-width:1339px){

    li.menu-item.menu-item-logo {
        padding: 0 60px 0 60px;
    }
    
    .header-menu ul li {
        padding-left: 34px;
    }
    .our-customer-image-content {
        padding-right: 0px;
    }
}
    

@media screen and (max-width:1199px){

    .logo_head.logo-head-new {
        display: block;
    }
    .hemburger-box{
        display: block;
    }

.hemburger-box {
    height: 40px;
    width: 40px;
    display: block;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hemburger-box svg path {
    fill: #ffffff;
}
.header-menu {
    background: black;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: 422px;
    z-index: 999;
    transition: all 0.6s ease;
    overflow-y: scroll;
}
.header-menu.active{
    right: 0;
} 

.header-menu ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}


.header-menu ul li {
    padding-left: 0px;
}

.header-menu ul li a::before {
    content: none;
}

.header-menu ul li a {
    display: block;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #e0e0e040;
}

.header-menu ul li {
    width: 100%;
}

.header-menu ul li:last-child {width: auto;padding: 20px 0px;}
.header-menu ul li:first-child {
    display: flex;
    justify-content: flex-end;
    padding: 6px 0;
    align-items: baseline;
}

.header-menu ul li:first-child .close-button {
    display: block;
    height: 30px;
    width: 30px;
    background: transparent;
    border: none;
}

.header-menu ul li:first-child .close-button svg path {
    fill: #ffffff;
}
.header-menu .current-menu-item a {
    opacity: 0.7;
}
/* power section start */
.hero-section {padding: 71px 0 80px 0;}

.hero-heading-col h1 {
    font-size: 60px;
    margin-bottom: 40px;
    line-height: 70px;
}

.hero-heading-row {
    padding-bottom: 71px;
}

.hero-about-us-content {
    padding: 0 10px;
}

.hero-our-service-content {
    padding: 0 10px;
}

.hero-about-us-content h2, .hero-our-service-content h2, .hero-connect-us h2 {
    font-size: 32px;
    line-height: 42px;
}
.hero-detail-col {
    padding: 0 15px;
}

.hero-detail-row {
    margin: 0 -15px;
}
/* power section end */
/* our service section start */
.Our-service-section {
    padding: 68px 0 70px 0;
}

.our-service-logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 21px;
}

.our-service-inner h3 {
    font-size: 22px;
    line-height: 32px;
}
.our-service-main-row button.slick-prev.slick-arrow, .our-service-main-row button.slick-next.slick-arrow {
    height: 30px;
}
/* our service section end */
/* our customer section start */
section.our-customer-section {
    padding: 68px 0 77px 0;
    margin-bottom: 77px;
}

.our-customer-content::before {
    height: 30px;
    width: 30px;
}

.our-customer-content::after {
    height: 30px;
    width: 30px;
    bottom: 40px;
}

.our-customer-content {
    padding: 35px 0 0 0;
}

.our-customer-content p {
    font-size: 18px;
    line-height: 34px;
}

.our-customer-col1 {
    width: 55%;
    padding-left: 0;
}

.our-customer-col2 {
    width: 45%;
}

.customer-name {
    font-size: 20px;
    line-height: 30px;
}

.our-customer-main h2 {
    margin-bottom: 20px;
}
.hero-connect-us-content-wrap {
    left: 20px;
}
/* our customer section end */
/* seervice page start*/
.why-choose-main-row .why-choose-row:nth-child(odd) .why-choose-col2 {
    padding-left: 40px;
}

.why-choose-content h2 {
    padding-bottom: 15px;
}

.why-choose-main-row {
    row-gap: 80px;
}

.why-choose-main-row .why-choose-row:nth-child(even) .why-choose-col2 {
    padding-right: 40px;
}

.why-choose-us-main-section {
    margin-bottom: 80px;
}
.service-page-form .get_in_touch_sec {
    padding: 80px 0;
    margin-bottom: 0;
}
/* service page end */
}
@media screen and (max-width:992px){
    .toc_scroll {
        top: -40px;
    }
    #wrapper {
        margin-top: 80px;
    }
    
    
    .logo_head.logo-head-new a {
        display: block;
        height: 70px;
    }
    
    .logo_head.logo-head-new a img {
        display: inline-block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .hemburger-box {
        height: 30px;
        width: 30px;
        display: block;
    }
    .header-menu ul li:first-child .close-button {
        height: 25px;
        width: 25px;
    }
    .hero-heading-col {
        width: 100%;
        padding-right: 70px;
    }
    
    .hero-heading-col h1 {
        margin-bottom: 30px;
    }
    
    .hero-heading-row {
        row-gap: 40px;
    }
    
    .hero-content-col {
        width: 100%;
    }
    
    .hero-detail-row {
        row-gap: 40px;
    }
    
    .hero-detail-col {
        width: 50%;
    }
 
    
    .hero-about-us-content p, .hero-our-service-content p {
        margin-bottom: 15px;
    }
    .our-customer-col1 {
        width: 100%;
        padding-left: 0px;
    }
    
    .our-customer-col2 {
        width: 100%;
    }
    
    .our-customer-row.slick-slide {
        flex-direction: column-reverse;
        row-gap: 100px;
    }
    
    .our-customer-image-content {
        justify-content: center;
        padding-top: 0px;
    }
    
    .our-customer-main h2 {
        margin-bottom: 28px;
    }
    /* .our-service-inner {
        padding: 0 20px;
    } */
     /* service page start */
     .why-choose-col1 {
        width: 100%;
    }
    
    .why-choose-col2 {
        width: 100%;
    }
    
    .why-choose-image {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    
    .why-choose-main-row .why-choose-row:nth-child(odd) .why-choose-col2 {
        padding-left: 0;
    }
    
    .why-choose-main-row .why-choose-row:nth-child(even) .why-choose-col2 {
        padding-right: 0px;
    }
    .why-choose-main-row {
        row-gap: 71px;
    }
    .why-choose-us-main-section {
        margin-bottom: 70px;
    }
    /* service page end */
   
}
@media only screen and (max-width: 767px) {
  
 p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
 }
 .hero-heading-col h1 {
    font-size: 40px;
    line-height: 50px;
}

.hero-section {padding: 48px 0 60px 0;background-position: center;}

.hero-heading-row {
    padding-bottom: 52px;
}
.hero-section {
    background-image: url(../../../../../wp-content/uploads/2024/08/hero-banner-mobile.png) !important;
}
.Our-service-section {
    padding: 52px 0 15px 0;
}
.hero-heading-col {
        padding-right: 0px;
        max-width: 500px;
    }
section.our-customer-section {
    padding: 52px 0 57px 0;
    margin-bottom: 60px;
}

.our-customer-content p {
    font-size: 16px;
    line-height: 28px;
}

.our-customer-main-row.slick-slider ul.slick-dots {
    bottom: -30px;
}


.our-service-logo {
    height: 70px;
    width: 70px;
    margin-bottom: 15px;
}

.our-service-inner p {
    margin-bottom: 14px;
}

.our-service-main h2 {
    margin-bottom: 20px;
}

.Our-service-section {
    padding: 52px 0 48px 0;
}
.hero-detail-col {
    width: 100%;
}
.hero-about-us-image, .hero-our-service-image {
    height: auto;
}
.our-service-row {
    padding: 0 20px;
}
.header-menu ul li > a.btn {
    font-size: 15px;
    height: 43px;
}
.btn {
    font-size: 15px;
    padding: 13px 25px;
}
.our-customer-content::before,.our-customer-content::after {
    display: none;
}
.our-customer-content {
    padding: 0;
}
.our-customer-main-row.slick-slider ul.slick-dots li button {
    margin-top: 30px;
}
/* service page strat */
.why-choose-main-row {
    row-gap: 52px;
}

.why-choose-us-main-section {
    margin-bottom: 52px;
}
.service-page-form .get_in_touch_sec {
    padding: 60px 0;
    margin-bottom: 0;
}
/* service page end*/

}

@media only screen and (max-width: 576px) {
 
    .our-customer-profile-image {
        bottom: -80%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .our-customer-row.slick-slide {
        row-gap: 180px;
    }
}

@media only screen and (max-width: 479px) {
 
}

/* media query end */