html{
	margin-top:0px;
}

body{
    font-family: 'Montserrat', sans-serif;
}

.width-container{
	width:95%;
	max-width:1200px;
	margin:auto;
}

.width-container.page_content{
   padding-top:50px;
}

/************ HAMBURGER MENU ************/

.c-hamburger {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 67px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: -5px;
    left: 0px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
    margin-top:-66px;
    z-index:9000;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 33px;
    left: 18px;
    right: 18px;
    height: 5px;
    background: #000;
    width:105%;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 60%;
    height: 5px;
    background-color: #000;
    content: "";
}
.c-hamburger span::before {
    top: -10px;
}
.c-hamburger span::after {
    bottom: -10px;
}
.c-hamburger--htx {
    background-color: transparent;
    
}
.c-hamburger--htx span {
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}
/* active state, i.e. menu open */

.c-hamburger--htx.is-active {
    background-color: transparent;
    /*transparent*/
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}
/************ HAMBURGER MENU END ************/
/*SLIDING NAV*/

.pushmenu {
    background: #fff;
    width: 300px;
    height: 100%;
    top: 0px;
    z-index: 1000;
    position: fixed;
}
.active {
    /*left: 306px!important;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none;
    display: float;
    /*z-index:9000;*/
}
.pushmenu h3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0;
    background: #282522;
    height: 16px;
}
.pushmenu a.nav-link {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 14px;
    padding-left: 20px;
    font-weight:lighter;
}

.pushmenu a.nav-link:active {} .pushmenu-left {
    right: -300px;
}
.pushmenu-left.pushmenu-open {
    right: 0;
}
#pushmenu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
}
.pushmenu-push-toright {
    right: 300px!important;
}
/*Transition*/

.pushmenu,
#pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-logo {
    width: 100%;
    height: 90px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: 98px;
    background-position: center 0px;
    padding-bottom: 30px;
}
.green-menu-line {
    width: 90%;
    height: 1px;
    margin: auto;
    margin-top: 20px;
    background: #000;
    margin-bottom: 20px;
}
.pushmenu .social-icons {
    width: 150px;
    margin: auto;
    float: none;
}
.nav_close_x {
    display: block;
    width: 20px;
    height: 18px;
    text-align: center;
    color: #696969;
    font-weight: bolder;
    border-radius: 50%;
    border: 2px solid #696969;
    text-decoration: none;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 2px;
    cursor: pointer;
}
.pushmenu .instagram {
    margin-right: 0px;
}

.pushmenu a.header-number{
	margin-top:0px;
	float:right;
	margin-top: 11px;
    margin-right: 16px;
}

.pushmenu .social-icons a{
	width: 40px;
    height: 40px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0px;
    font-size: 22px;
    color: #fff;
   	margin-left:10px;
   }

.pushmenu .social-icons{
	float:left;
}

.pushmenu-push-toright .c-hamburger--htx.is-active {
    position: fixed;
    right: 0!important;
    left: initial!important;
    transition:all 0.3s;
        margin-right: 10px;
}

/*sliding nav end*/


/* TOP */


.page-title{
    color: #fff;
    background: #489dd4;
    width: 100%;
    font-weight: normal;
    position:relative;
}

.page-title h1{
    font-size:50px;
    margin:0px;
    position:absolute;
    z-index:2;
/*padding: 65px 0px 0px 0px;*/
    bottom: 15px;
font-weight: normal;
text-shadow: 0px 0px 11px #777;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: relative;
    z-index:1;
  width: 100%;
  height: 150px;
    background: #489dd4;
        border-bottom: 4px solid #2e7aab;
}


header{
    position: relative;
    z-index: 10;
}

header .header-top{
    width:100%;
    padding:10px 0px;
    background:#232323;
    color:#fff;
    position: relative;
    z-index: 1;
}

header .header-top .header--top__left{
    float:left;
}

header .header-top .header--top__left a.number{
    color:#fff;
    text-decoration:none;
}

header .header-top .header--top__right{
    float:right;
}

.header-top .header--top__right .quote{
    padding: 14px;
    background: #489dd4;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

header .header-bottom{
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
    height: 93px;
    position: relative;
    background:#fff;
    z-index: 1;
}


.box{
    width:100%;
    height:4000px;
}


header .scrolled-header{
    position:relative;
    top:0;
    transition: all 0.3s;
}

header .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 32px 20px;
    border-bottom: 5px solid transparent;
        color: #5a5a5a;
    text-transform: uppercase;
    font-weight: bold;
}

header .main-navigation li ul li a:hover > header .main-navigation a
header .main-navigation a:hover,
header .main-navigation li.current-menu-item a{
    border-bottom: 5px solid #489dd4;
}

header .main-navigation li a.current-menu-parent{
    border-bottom: 5px solid #489dd4;
}


header .main-navigation li ul li.current-menu-item a{

border-bottom:5px solid transparent;

}

header .menu-menu-1-container{
    float:right;
}

.main-navigation li a:hover{
    background:#fafbfb;
    border-bottom:5px solid #fafbfb;
}




header .main-navigation li ul li{
    border-bottom:none;
    background:#fff;
}

header .main-navigation li.current-menu-item ul li a,
header .main-navigation li ul li a,
header .main-navigation li ul li a:hover
{
    min-width: 210px;
    font-size: 15px;
    padding: 10px 8px;
    border-bottom:5px solid transparent;

}

header .main-navigation li ul li a:hover > header .main-navigation a{
    border-bottom: 5px solid #489dd4;
}

header .main-navigation li ul li:hover > header .main-navigation li{
    border:bottom:5px solid;
}


.metaslider .caption-wrap {
    position: absolute;
    bottom: 60%!important;
    /* left: 0; */
    background: #ffffffab!important;
    color: black!important;
    opacity:1!important;
    margin: 0;
    font-size: 50px;
    display: block;
        width: initial!important;
    left: 5%!important;
    padding:10px!important;
    line-height: 1.4em;
}

/*WELCOME SECTION*/

.welcome-section{
    padding:95px 0px;
    background-color: #f2f2f2;
    color: #505050;
    border-top: 5px solid #489dd4;
/*    background-image:url('/wp-content/themes/abp/images/background-cement-concrete-242236.jpg');
    background-size:100%;
    background-repeat:no-repeat;*/
}

.welcome-section span{
    color: #489dd4;
}

/*home products section*/

.product-categories-section {
    padding: 150px 0px 150px 0px;
    background-image:url('/wp-content/themes/abp/images/allied.jpg');
    background-size:cover;
    min-height:500px;
    background-attachment: fixed;
    overflow: hidden;
}

.product-categories-section h1{
        text-transform: uppercase;
    font-size: 50px;
    margin: 0px;
}


.product-section-text{
        background: #ffffffe3;
    padding: 60px 30px;
    width: 60%;
    float: right;
    box-shadow: 0px 0px 50px -15px #000;
}

.product-section-inner{
    width: 100%;
    max-width: 600px;
}

.product-section-text a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background: #489dd4;
}

.product-category{
    text-align: center;
    border: 2px solid #489dd4;
            box-shadow: 0px 11px 30px -13px #000;
}

.product-category img{
        padding: 20px!important;
}



.product-category h2{
    background:#489dd4;
    color:#fff;
}

.product-category h2 mark{
    display:none;
}


/*.product-categories-section .slick-track{
    width:100%!important;
    transform:initial!important;
}*/

/* CONTACT PAGE */

.contact-left{
    width:calc(50% - 50px);
    margin-right:50px;
    float:left;}
.contact-right{
    width:calc(50% - 50px);
    margin-left:50px;
    float:left;
}

.contact-left i{
    font-size:20px;
    width:40px;
}

.contact-info{
    margin-top:15px;
    display:flex;
}

.contact-info-container{
	width: 90%;
    min-height: 400px;
    background-color: #ffffff;
    margin: auto;
    box-shadow: 0px 0px 22px -8px #000;
    margin-top: -100px;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
    z-index:9000;
    padding-bottom:20px;
}

.map-overlay-container{
	position:relative;
	width: 100%;
    height: 400px;
}
.map-overlay-container iframe{
	position:absolute;
}

.map-overlay-container .map-overlay{
	position:absolute;
	z-index:8000;
	background:transparent;
	width:100%;
	height:100%;
	transition:all 0.2s;
	display:flex;
	color:transparent;
	font-size:20px;
   vertical-align: middle;
    align-items: center;
    justify-content: center;

}

.map-overlay-container .map-overlay:hover{
	background:rgba(000,000,000,0.5);
	transition:all 0.2s;
	color:#fff;
}


/* contact form */


.wpcf7-form p:nth-child(2) {
    margin: 0px;
    float: left;
    width: 49%;
    padding: 0px;
    display: inline-block;
    margin-right: 2%;
}
.wpcf7-form p:nth-child(3) {
    margin: 0px;
    width: 49%;
    padding: 0px;
    display: inline-block;
}
.wpcf7-form p:nth-child(2) input,
.wpcf7-form p:nth-child(3) input,
.wpcf7-form p:nth-child(4) input {
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea{
	box-sizing:border-box;
	padding:15px;
	border-radius:0px;
	outline:0;
    background:#eee;
    border:none;
    outline:0;
}

.wpcf7-form textarea{
	    height: 250px;
}

.wpcf7-form p:nth-child(5) {
	margin-bottom:0px;
}


.wpcf7-form input[type="submit"]{
    color: #fff;
    background-color: #489dd4;
    padding: 9px 50px;
    font-size: 20px;
    margin-top: 0px;
    border-radius: 50px;
}

.wpcf7-form label{
	font-family: 'Cormorant Garamond', serif;
	color:#000;
	font-size:19px;
}

.wpcf7-form label br{
    display:none;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: 2px solid #c1c1c1!important;
    background: #f4f4f4;
    margin: 0px;
    padding: 15px;
}




/*case studies*/

.page-template-template-home .case-studies{
    padding: 100px 0px 100px 0px;
}

.case-study {
    width: 48%;
    float: left;
    margin: 1%;
    height: 200px;
    overflow: hidden;
    background: #fbfafa;
    color:#333!important;

}

.case-study:hover{

}


.case-study-left-cont {
    width: 200px;
    height: 200px;
    float: left;
    position:relative;
}

.case-study-left {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top:0;
    left:0;
}

.case-study-left-overlay{
    width:200px;
    height:200px;
    position:absolute;
    top:0;
    left:0;
    background:rgba(000,000,000,0.7);
    opacity:0;
    transition:all 0.3s;
    display:flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.case-study-left-overlay .fa{
    color:#fff;
    font-size:1px;
    transition:all 0.3s;
}

.case-study-left-cont:hover > .case-study-left-overlay .fa{
    font-size:35px;
    transition:all 0.3s;
     transition-delay: 0.3s;
}

.case-study-left-cont:hover > .case-study-left-overlay{
    opacity:1;
    transition:all 0.3s;
}

.case-study-right{
    width: calc(100% - 200px);
    float: left;
    padding:20px;
    box-sizing:border-box;
}

.case-study-right span {
    font-weight: lighter;
    font-size: 12px;
    margin: 0;
}

.case-study-right h3{
    margin: 0px;
}

.case-study-right p{
    margin: 0px;
    font-size: 14px;
    margin-top: 5px;
}

.view-more{
    margin: auto;
    text-align: center;
    width: 300px;
    display: block;
    padding: 20px;
    border: 4px solid #489dd4;
    font-size: 20px;
    text-decoration: none;
    color: #489dd4!important;
    margin-top: 65px;
}


/* case studies listing */

.width-container.case-studies{
    padding:50px 0px;
}

/*brands slider*/

.brands{
    padding: 100px 0px;
    background: #f7f7f7;
    overflow:hidden;
    padding-bottom:50px;
}

.brands .brands-slider img{
    max-width:150px;
    margin:auto;
}


/*promo banner*/

.promo-banner{
    background: #489dd4;
    color: #fff;
    padding: 70px 0px;
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    border-top: 10px solid;
}

.promo-banner a{
color: #ffffff;
    text-decoration: none;
    background: #1b5377;
    padding: 15px 20px;
    margin-left: 30px;
}

/*cta banner*/

.call-to-action-banner{
    width:100%;
    background:#262626;
}

.call-to-action-banner i{
    color:#489dd4;
    font-size: 30px;
    margin-right: 10px;
}

.call-to-action-banner .left-side,
.call-to-action-banner .right-side{
    width:50%;
    float:left;
    display:flex;
    vertical-align:middle;
    justify-content: center;
    align-items:center;
    text-align:center;
    padding:35px;
    font-size:20px;
    color:#fff;
    text-transform: uppercase;
    text-decoration:none;
    transition:all 0.3s;
}

.call-to-action-banner .left-side:hover,
.call-to-action-banner .right-side:hover{
    background:#333;
    transition:all 0.3s;
}



/*FOOTER*/
footer{
    border-top: 4px solid #d2d2d2;
    margin-top:120px;
}
footer .footer-top {
    border-bottom: 3px solid #000;
    padding: 30px 0px;
}

footer .footer-top .footer-top-section {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
}


footer .footer-top .footer-top-section h3{
    color:#000;
}

footer .footer-top .footer-top-section h3::after{
    width:40px;
    height:3px;
    content:'';
    display:block;
    background:#489dd4;
}

footer .footer-top .footer-top-section ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

footer .footer-top .footer-top-section ul a{
    width:50%;
    float:left;
    border-bottom:1px solid #d5d5d5;
    text-decoration:none;
    padding: 21px 0px;
    color:#000;
}

footer .footer-top .footer-top-section.footer-contact ul a{
    width:100%!important;
}  

footer ul li ul{
    display:none;
}

footer .footer-bottom{
    padding:30px 0px;
}

footer .footer-bottom .dev-by{
    float:left;
}
footer .footer-bottom .dev-by{
    text-decoration:none;
    color:#000;
    font-size:12px;
}

.footer-bottom span{
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

footer .footer-bottom .footer-nav{
    float:right;
    margin-top:-25px;
}

footer .footer-bottom ul{
    list-style-type:none;
}

footer .footer-bottom ul li{
    display:inline-block;
}

footer .footer-bottom ul li a{
    text-decoration:none;
    color:#000;
    font-size:12px;
    padding: 0px 12px;
}



/* shop categories page */

.woocommerce .woocommerce-breadcrumb{
    display:block;
    margin-bottom: 60px;
    margin-top:-20px;
}


/* shop product page */

.woocommerce-tabs.wc-tabs-wrapper{
    display:none;
}
.woocommerce-variation-add-to-cart.variations_button{
    display:none;
}

form.cart{
    display:none;
}
.related.products h2{
    border-bottom: 4px solid #d2d2d2;
    padding-top: 100px;
    margin-top: 50px;
    display: block;
    margin-bottom: 60px;
    padding-bottom: 20px;
}

.product-page-contact-section {
    background: #ececec;
    padding: 20px;
    margin-bottom:20px;
}

.product-page-contact-section a{
    background:#489dd4;
    color:#fff;
    padding:10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    display:none;
}

/*single blog post page*/

.blog-post.width-container{
padding-top:50px;
}


.bawmrp ul{
    margin:0px;
    padding:0px;
    list-style-type: none;
}

.bawmrp ul li{
    padding: 10px;

}

.bawmrp ul li:nth-child(odd) {
    background: #f9f9f9;
}
.bawmrp ul li a{
    color: #333;
    text-decoration: none;
}

span.service-help{
    background: #f9f9f9;
    display: block;
    padding: 20px;
}

span.service-help a{
    padding: 10px 20px;
    display: inline-block;
    background: #489dd4;
    color: #fff;
    text-decoration: none;
    margin-top:10px;
}


/*body button#responsive-menu-button{
    display:none!important;
}*/



header img{
    width: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    margin-top: 20px;
    position: absolute;
}

/*.stickyheader{
    position: fixed;
    top: -100%;
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    z-index: 999;
    -webkit-box-shadow: 0 8px 5px -6px #ccc;
    -moz-box-shadow: 0 8px 5px -6px #ccc;
    box-shadow: 0 8px 5px -6px #ccc;
}*/

.fixed {
    position:fixed;
    top:-190px;
    left: 0;
    right: 0;
    z-index:999;
  transition:0.4s top cubic-bezier(.3, .73, .3, .74);
    
    }
    .fixed.slideDown {
    top:0;
    
    }

    .StickyHeader.fixed .header-top{
        display:none;
    }

    .StickyHeader.fixed img{
            width: 57px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    margin-top: 5px;
    position: absolute;
    }


    .StickyHeader.fixed .header-bottom{
        height:68px;
        background:#fffc;
    }

    .StickyHeader.fixed .main-navigation a {
    padding: 20px 20px;
}



.slider-home .image{
  position:relative;
  max-height:500px;
}
.slider-home .image img{
    width:100%;
}

.hero-container{
    position:relative;
}
.hero-contact{
    position: absolute;
    z-index: 1;
    background: #ffffffc9;
    padding: 20px;
    right: 30px;
    top: 20px;
    font-size: 30px;
    box-shadow: 0px 0px 30px -8px #000;
}
.hero-contact a{
    display: inline-block;
    background: #489dd4;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin-left: 10px;
}

.overlay-text{
  position: absolute;
    color: #fff;
    bottom: 0px;
    z-index: 9000;
    padding: 30px;
    font-size: 40px;
    transition:all 1.2s;
}

.slick-current .overlay-text{
  bottom:30px;
  transition:all 1.2s;
  transition-delay: 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-home{
        max-height: 500px;
    overflow: hidden;
}

.menu-fixed{
    position:fixed!important;
    top:5px!important;
    transition:all 0.3s;
}










/* RESPONSIVE */


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

    header a.logo{
    	font-size:42px;
    }

   /* ul#primary-menu{
    	width: 436px;
        margin-top: -40px;
    }*/


    a.header-number{
    	margin-top: -40px;
    }


    .main-navigation li {
        position: relative;
       /* margin: 0px 9px;*/
    }

    body button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 65px;
    right: 5px;
    /* background: #000000; */
      transition:all 0.3s;
    }

}

@media screen and (max-width: 950px) {
.case-study{
    width:100%;
    margin:1% 0px;
}

}

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

    header a.header-number{
    	display:none;
    }
    .c-hamburger {
    	display:block;
    	float:right;
    }



    header #primary-menu{
    	display:none;
    }

    .hero-container .hero-text {
        padding: 20px;
        font-size: 30px;
    }

    header .menu-menu-1-container{
        display:none;
    }

    footer .footer-bottom ul{
        display:none;
    }




    .product-categories-section{
        background-attachment: initial;
            padding: 80px 0px 80px 0px;
    }



    .contact-right,
    .contact-left{
        width:100%;
        float:none;
        margin:initial;
    }

      .contact-right{
        margin-top:80px;
      }





    body .blog-post.width-container .left-side{
        width:300px;
    }
    body .blog-post.width-container .right-side{
        width: calc(100% - 350px);
    }

}



@media screen and (max-width: 820px) {
    .page-title h1{
        font-size: 25px;
    }
}
@media screen and (max-width: 820px) {

    footer .footer-top .footer-top-section{
        padding:0px!important;
        width:100%;
        float:none;
        margin-bottom:60px;
    }

    .product-section-text{
        width:98%;
    }

}


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

    body .blog-post.width-container .left-side{
        width:100%;
        float:none;
    }
    body .blog-post.width-container .right-side{
        width:100%;
        float:none;
        margin-left:0px;
        margin-top:70px;
    }

    .hero-contact{
        display:none;
    }

    .overlay-text{
        font-size:20px;
    }

}


@media screen and (max-width: 710px) {
.promo-banner a {
    margin-left: 0px;
    display: block;
    width: 250px;
    margin: auto;
    margin-top: 40px;
}
}


@media screen and (max-width: 685px) {
    .call-to-action-banner .left-side, .call-to-action-banner .right-side{
        font-size:12px;
    }
    .call-to-action-banner i{
        font-size:18px;
        display: block;
        margin-bottom: 8px;
    }
}



@media screen and (max-width: 600px) {
.case-study{
    height:auto;
}
.case-study-left-cont {
    width: 100%;
    height: 100px;

}

.case-study-left {
    width: 100%;
    height: 100px;
}

.case-study-left-overlay{
    width:100%;
    height:100px;
}

.case-study-right{
    width:100%;
}
}

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

}

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

}

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

}





body button#responsive-menu-button{
    background:none!important;
}

.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after{
    background:#000!important;
}

.responsive-menu-open #responsive-menu-container{
        box-shadow: 0px 0px 300px 0px #000;
        padding-top:40px;
}

.slick-dots li button{
width: 5px;
    height: 5px;
    background: #d8d8d8;
    border-radius: 50px;
    content: '';
    margin: auto;
    color: transparent;
}

.slick-dots li.slick-active button{
    background:#489cd4;
}

.slick-dots li button:before{
    display:none;
}
.slick-slider .slick-track{
    margin-bottom:50px;
}



