@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:wght@300;400;500;700;900&family=Solway:wght@300;400;500;700;800&display=swap');

/* font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Solway', serif; */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 1.2;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 8px;
}

h3 {
    font-size: 18px;
    line-height: 21px;
    color: #171817;
    font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

h5 {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin: 0 0 16px;
}

ul {
    background: none;
    margin: 0px;
    padding: 0;
    list-style-type: none;
}


ol li {
    font-weight: 600;
    list-style: decimal;
    padding-left: 0;
}

ol li:before {
    content: "";
    width: 0;
    display: inline-block;
}

ol {
    padding: 0px;
}

ol li {
    list-style-position: inside;
}

em {
    font-style: italic;
}

a {
    color: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

a:active,
a:hover,
a:focus {
    color: #408d87;
    text-decoration: none !important;
    outline: 0px none !important;
}

img,
a img {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
}

strong {
    font-weight: 700;
}

button:focus {
    outline: none;
}

input:focus,
textarea:focus {
    outline: 0px none !important;
}

input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    height: 54px;
    background: #FFF;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    line-height: 1;
    padding: 10px 17px;
    border-radius: 0;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    width: 100%;
    height: 145px;
    background: #FFF;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    padding: 17px 20px;
    border: none;
    text-transform: capitalize;
    margin-bottom: 15px;
    resize: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bttn {
    color: #ffffff;
    background: #408d87;
    font-size: 15px;
    height: 45px;
    line-height: 1;
    border: none;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    padding: 15px 25px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.bttn:hover,
.bttn:focus,
.bttn:active {
    background: goldenrod;
    color: #fff;
}



/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
    text-transform: uppercase;
}

:-moz-placeholder {
    color: #000 !important;
    opacity: 1;
    text-transform: uppercase;

}

::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
    text-transform: uppercase;

}

:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
    text-transform: uppercase;

}


/*-----bootstrap style reset-----*/

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1200px;
    }
}



/*-----bootstrap style reset-----*/

.main-outercon {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mobile-visible {
    display: none;
}


/*--------------- Header Section ----------*/

.header-container {
    width: 100%;
    /* position: absolute; */
    z-index: 2;
    top: 0;
}

.header-top {
    width: 100%;
    background: #408d87;
    padding: 13px 0 13px;
}

.header-bottom {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background-color: #fff;
}

.header-bottom.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0px 0px 9px rgba(68, 68, 68, 0.6)
}

.header-bottom.fixed .navbar-brand img {
    width: 75px;
}

.header-bottom.fixed .nav-link {
    font-size: 16px;
}

.header-bottom.fixed .nav-item {
    padding: 0 9px;
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
}

.navbar-brand img {
    width: 104px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.social-icon ul {
    display: flex;
}

.social-icon ul li {
    padding: 0 5px;
}

.social-icon ul li:first-child {
    padding-left: 0;
}

.social-icon ul li a:hover i {
    color: #000;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #408d87;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #408d87;
}

.nav-item {
    padding: 0 15px;
}

.nav-item:last-child {
    padding-right: 0;
}

.nav-link {
    font-size: 18px;
    font-weight: 600;
}

.navbar-light .navbar-brand {
    padding: 0;
    margin: 0;
}

.info-blk ul {
    display: flex;
}

.info-blk ul li a:hover,
.info-blk ul li a:focus {
    color: #000;
}

.info-blk ul li {
    padding: 0 0 0 15px;
}

.info-blk ul li a:hover i {
    color: #000;
}

.info-blk ul li:first-child {
    padding: 0;
}

.info-blk ul li a i {
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

/* banner */
.banner-container {
    position: relative;
}

.banner-image {
    height: 690px;
    position: relative;
}

.banner-image::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(69, 135, 133, 0.6);
}

.banner-inner {
    max-width: 790px;
}

.banner-inner h1 {
    color: #fff;
    margin: 0 0 30px;
}

.banner-inner h4 {
    margin: 0 0 30px;
    color: #fff;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.banner-content .bttn {
    background-color: goldenrod;
    text-transform: uppercase;
}

.banner-content .bttn:hover,
.banner-content .bttn:focus,
.banner-content .bttn:active {
    background: #408d87;
    color: #fff;
}



/*--footer--*/

.footer-container {
    width: 100%;
    background: #408d87;
    border-top: 1px solid #fff;
}

.footer-top {
    width: 100%;
    padding: 148px 0 79px;
}

.footer-single-outer {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer-single {
    width: 27.1%;
}

.footer-single:first-child {
    padding-left: 50px;
}

.footer-single:first-child p {
    margin: 0 0 15px;
    line-height: 24px;
}

.footer-single.contact-blk {
    width: 23.85%;
}

.footer-single.hours {
    width: 23.85%;
}

.footer-single.downloads {
    width: 20.09%;
}

.footer-single.downloads ul.toplist {
    margin: 0 0 49px;
}

.footer-single.sociallinks {
    width: 5.11%;
}

.footer-bottom {
    width: 100%;
    padding: 25px 0 21px;
}

.footer-bottom-inner {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.footer-single h4 {
    padding-bottom: 15px;
}

.footer-single ul li {
    padding-left: 0;
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 5px;
}

.footer-single ul li strong {
    font-weight: normal;
    font-family: 'SoleilW01SemiBold';
}

.footer-single ul li:before {
    display: none;
}

.footer-single.hours ul li {
    margin: 0px;
}

.footer-single.hours ul li:first-child {
    margin: 0 0 20px;
}

.social-icon li a i {
    font-size: 22px;
}

.footer-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer-links ul li:before {
    display: none;
}

.footer-links ul li {
    padding-left: 15px;
    position: relative;
}

.footer-links ul li:after {
    position: absolute;
    content: "";
    left: 8px;
    top: 8px;
    background-color: #fff;
    height: 15px;
    width: 1px;
}

.footer-links ul li:first-child {
    padding-left: 0;
}

.footer-links ul li:first-child::after {
    display: none;
}

.footer-links ul li a {
    font-size: 14px;
}

.footer-links ul li a:hover {
    color: #000;
}

.credit p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.scroll-top {
    position: fixed;
    bottom: 24px;
    right: 20px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 23px;
    background-color: #fff;
    z-index: 1;
    display: flex;
    padding: 0 14px;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 1px 15px -1px rgb(71, 137, 131);
}

.scroll-top img {
    width: 20px;
}

/* about us */

.about-container {
    width: 100%;
    position: relative;
    padding: 60px 0;
}

.title-text {
    text-transform: capitalize;
    position: relative;
    color: #478985;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

.title-text:after {
    position: absolute;
    content: "";
    width: 100px;
    bottom: 0;
    height: 4px;
    left: 0;
    background-color: #478985;
}

.about-bg img {
    width: 450px;
}

/* services */
.service-container {
    width: 100%;
    padding: 60px 0;
    background-color: rgba(71, 137, 133);
}

.service-container .title-text {
    color: #fff;
}

.service-container .title-text:after {
    background-color: #fff;
    right: 0;
    margin: 0 auto;
}

.service-container p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.inner-wrap {
    max-width: 700px;
    margin: 0 auto;
}

.service-list {
    width: 100%;
    margin: 60px 0 0 0;
}

.service-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service-list ul li {
    width: 25%;
    text-align: center;
    margin: 0 0 60px;
    padding: 0 20px;
}

.service-list ul li h3 {
    margin: 0 0 15px;
}

.icon-div {
    min-height: 120px;
}

.icon-div img {
    width: 100px;
}

.service-list a:hover,
.service-list a:focus {
    color: #000;
}

/* portfolio */

.portfolio-container {
    width: 100%;
    padding: 60px 0;
}

.text-center.common-line .title-text::after {
    right: 0;
    margin: 0 auto;
}

.image-div {
    height: 200px;
    position: relative;
    width: 100%;
    margin: 0 0 25px;

}

.portfolio-list ul {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-list ul li {
    width: 31%;
    margin: 0 1.05%;
    position: relative;
}


.portfolio-list video {
    width: 100%;
    height: 200px;
}

.portfolio-list ul li h3 {
    text-transform: uppercase;
    margin: 0 0 5px;
}

.portfolio-list ul li h3 a {
    color: #000;
}

.portfolio-list ul li h3 a:hover,
.portfolio-list ul li h3 a:focus {
    color: #478985;
}

input[type="text"] .select-outer {
    float: left;
    width: 100%;
}

.sbHolder {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    height: 54px;
    ;
    position: relative;
    width: 100%;
    border: none;
    background: rgba(71, 137, 133, 0.7);
    border-radius: 0px;
}

.sbSelector {
    display: block;
    height: 54px;
    ;
    left: 0;
    line-height: 54px;
    ;
    outline: none;
    overflow: hidden;
    position: absolute;
    padding: 0 10px;
    top: 0;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.sbSelector:focus {
    color: #000;
}

.sbSelector:hover {
    color: #000;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    display: block;
    height: 54px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}

.sbToggle:after {
    content: "";
    position: absolute;
    background: url('../images/down-arw.png') no-repeat;
    width: 12px;
    height: 10px;
    color: #000;
    top: 50%;
    background-size: 12px 10px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 99;
}

.sbOptions {
    border: none;
    background: none;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    border: 1px solid #478985;
    z-index: 1;
    overflow-y: auto;
    width: 100%;
}

.sbOptions li {
    background: none;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    background: #fff;
}

.sbOptions li:first-child a {
    border: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #478985;
}

.sbOptions li.last a {
    border-bottom: none;
}

.career-left h2 {
    text-transform: uppercase;
    font-size: 25px;
}

.career-right h2 {
    text-transform: uppercase;
    padding: 0 0 15px;
    font-size: 23px;
}

.select-outer {
    width: 85.9%;
}

.single-div {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.single-div.btn-blk {
    justify-content: flex-end;
  }
.single-div label {
    width: 150px;
}

.single-div input {
    background-color: rgba(71, 137, 133, 0.7);
    margin: 0;
    width: 85%;
}

.bottom-div {
    margin: 15px 0 0;
}


.it .btn-orange {
    background-color: transparent;
    border-color: #777 !important;
    color: #777;
    text-align: left;
    width: 100%;
}

.it input.form-control {
    height: 54px;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.it .form-control:focus {
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}

.fileUpload {
    position: relative;
    margin: 10px;
    background-color: rgba(71, 137, 133, 0.7);
    display: flex;
    width: 165px;
    align-items: center;
    margin: 0;
}

.uploadDoc {
    float: right;
}

#upload {
    position: absolute;
    top: 100%;
    z-index: 999;
    text-transform: uppercase;
    font-size: 14px;
}

.fileUpload img {
    width: 17px;
    margin: 0 5px 0 0;
}

.uploadtxt {
    color: #fff;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.it .btn-new,
.it .btn-next {
    margin: 30px 0px;
    border-radius: 0px;
    background-color: #333;
    color: #f5f5f5;
    font-size: 16px;
    width: 155px;
}

.it .btn-next {
    background-color: #ff4d0d;
    color: #fff;
}

.it .btn-check {
    cursor: pointer;
    line-height: 54px;
    color: red;
}

.it .uploadDoc {
    margin-bottom: 20px;
}

.it .uploadDoc {
    margin-bottom: 20px;
}

.it .btn-orange img {
    width: 30px;
}



.it #uploader .docErr {
    position: absolute;
    right: auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.2);
    display: none;
}

.it #uploader .docErr:after {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: -40px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.upload-div label {
    width: 144px;
}


/* clients */

.clients-container {
    width: 100%;
    padding: 60px 0;
    background-color: rgba(71, 137, 133);
}

.clients-container .title-text {
    color: #fff;
}

.clients-container p {
    color: #fff;
}

.clients-container .title-text::after {
    background-color: #fff;
}

/* career */

.career-container {
    width: 100%;
    padding: 60px 0;
}

/* contact */

.contact-container {
    width: 100%;
    padding: 60px 0;
    background-color: rgba(71, 137, 133);
}

.contact-container .title-text {
    color: #fff;
    margin: 0 0 10px;
}

.contact-container .title-text:after {
    background-color: #fff;
}

.contact-container span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.contact-left {
    padding-right: 50px;
}

.contact-left .bttn {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
}

.contact-left .bttn:hover,
.contact-left .bttn:focus {
    color: #478985;
}

.contact-right a:hover {
    color: #000;
}

.contact-right h4 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 15px;
}

.contact-right h5 {
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.contact-right p {
    color: #fff;
    margin: 0;
}

.single-row {
    margin: 0 0 15px;
}



/* video portfolio */



.video-block {
    width: 100%;
    height: 260px;
    position: relative;
    z-index: 2;
    margin: 40px auto 0;
}



.video-block .img-block {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    ;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.video-block .img-block.fadeout {
    opacity: 0;
    visibility: hidden
}

.video-block video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-block .play-button {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

.video-block .play-button img {
    width: 50px;
    height: 50px;
}

.video-block .play-button.playing {
    opacity: 0;
    visibility: hidden
}

.video-block iframe {
    width: 100%;
    height: 100%;
    border-radius: 35px;
}

.video-block .img-block {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.video-block .play-button1,
.video-block .play-button2,

.video-block .play-button3,

.video-block .play-button4 {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

.video-block .play-button1 img,
.video-block .play-button2 img,
.video-block .play-button3 img,
.video-block .play-button4 img {
    width: 50px;
    height: 50px;
}

.video-block .play-button1.playing,
.video-block .play-button2.playing,
.video-block .play-button3.playing,
.video-block .play-button4.playing {
    opacity: 0;
    visibility: hidden
}



.clients-logo ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;


}

/* .clients-logo ul:after{
    position: absolute;
    content: "";
    right: 0;
    background: #464646;
    width: 10px;
    height: 100%;
    top: 0;
} */

.clients-logo ul a {
    height: 100%;
}

.clients-logo .logo-img {
    position: relative;
}

.clients-logo ul li:before {
    display: none;
}

/* .clients-logo .logo-img:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 64px;
    top: 50%;
    left: -12px;
    background: #fff;
    border-radius: 3px;
    transform: translateY(-50%);
} */

/* .clients-logo .slick-slide.slick-current.slick-active:before {
    display: none;
} */

.clients-logo ul li {
    padding-left: 0;
}

.clients-logo .slick-slide img {
    display: inline-block;
    text-align: center;
    float: none;
    width: 120px;
    vertical-align: middle;
}

.clients-logo .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
}

.slick-arrow {
    background: transparent;
    cursor: pointer;
    width: auto;
    height: auto;
    /* border: 2px solid #c76c8b; */
    text-decoration: none;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
    position: absolute;
    z-index: 9999;
    top: 50%;
    font-size: 0;
    /* border-radius: 50%; */
    margin: 0;
    transform: translateY(-50%);
    padding: 0;
    border: none;
}

.slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 15px
}

.slick-arrow.slick-prev {
    left: -20px;
}

.slick-arrow.slick-next {
    right: -20px;
}

.slick-arrow.slick-prev:before {
    background: url(../images/prev-arw.png) no-repeat center;
    width: 13px;
    height: 20px;
    background-size: 100% 100%;
}

.slick-arrow.slick-next:before {
    background: url(../images/next-arw.png) no-repeat center;
    width: 13px;
    height: 20px;
    background-size: 100% 100%;
}