<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #686868;
  --bs-gray-dark: #2b2b35;
  --bs-primary: #ffb300;
  --bs-secondary: #2b2b35;
  --bs-default-color: #666666;
  --bs-light: #ffffff;
  --bs-matterhorn: #4d4d4d;
  --bs-gray: #f7f7f7;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.929;
  color: #666666;
  background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h1, .h1 {
  font-size: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.1875rem;
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.27812rem + 0.3375vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.53125rem;
  }
}

h4, .h4 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3125rem;
  }
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 0rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ul li {
    list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #ffb300;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a &gt; code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #2e2e2e;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #686868;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  white-space: normal;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}




.phone-app {position: fixed; width: 50px; height: 50px; bottom: 120px; background-color: #275eab; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 3px 4px 3px #999; left: 15px; z-index: 100;}
.whats-app {position: fixed; width: 50px; height: 50px; bottom: 40px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 30px; box-shadow: 3px 4px 3px #999; left: 15px; z-index: 100;}
.my-float {margin-top: 10px;}

/* OFFER SECTION CSS START */
.one-section {
	color:#fff;
    background-position: center center;
    padding: 100px 0px;
	background-attachment: fixed;
    position: relative;

    background-size: cover;
    display: flex;
}

.one-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg,#000,#000);
    background-color: #333;
    opacity: .5;
}

.one-section &gt; * {z-index: 100;}

.one-section h4{font-size:44px;}
.one-section p{font-size:22px; display:block;}
.one-section span{display:block;}



.Cpr-Button {border: 2px solid #ffffff;border-radius: 2px;color: #ffffff; font-size: 18px;  font-weight: 500; line-height: 24px; padding: 6px 17px; text-transform: uppercase; transition: 0.5s;}
.Cpr-Button:hover i{    color: #fff;}
.Cpr-Button:focus{  color: #fff;}

#home {background-color:#fff;}
ul {margin: 0; padding: 0;}


.content img {min-width:100%; max-width:100% !important; height:auto;}

.widget {margin-bottom: 30px;    padding: 30px;    background: #f0f7fa;    border-radius: 10px;}
.widget-title {  margin-bottom: 1.6em;  border-bottom: 1px solid #e8f2f7;  padding-bottom: .5em;}
.widget .list-group {}
.widget .list-group .list-group-item {padding:0px; border:none;}
.widget .list-group a {display:block; padding:.6rem 1rem;}


.normal-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

	color:#fff;
}

.subheader:before {
    content: '';
    background-color: #14212b;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.subheader .subheader-content{
    position: relative;
    padding: 205px 0 160px;
}
.subheader .subheader-content .page-title{
    font-size: 54px;
    margin-bottom: 5px;
}
.subheader .subheader-content .breadcrumb{
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
.subheader .subheader-content .breadcrumb li,
.subheader .subheader-content .breadcrumb li a{
    color: #fff;
    font-size: 14px;
}
.subheader .subheader-content .breadcrumb li a{
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
.subheader .subheader-content .breadcrumb li a:hover{
    color: #ff4815;
}
.subheader .subheader-content .breadcrumb li a:after{
    content: '';
    height: 80%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: 4px;
    right: 0;
}

.bgc-1 {background-color:#BD1239;}
#big-slider p {color:#fff;}
#big-slider .slide {position: relative; max-height:770px;}
#big-slider .one-slide {min-height:770px;}
#big-slider .swiper-slide {color:#fff;   font-size: 18px; max-height:770px;}
#big-slider {}
#big-slider div img {width:100%; height:auto;}

#big-slider .slide .textarea {position: absolute; top:24%; left:10%; max-width:80%;}
#big-slider .swiper-slide h4 {color: white; font-size: 34px; -webkit-transition: all 300ms ease;  transition: all 300ms ease; text-transform: uppercase; margin:0px;}
#big-slider .swiper-slide p {margin:0px;}
#big-slider .swiper-button-next, #big-slider .swiper-button-prev {color:#fff; opacity:.2}

.rating .mdi-star {color:#E3A728; font-size:1.2rem;}


nav li ul{display:none}
nav li:hover ul{display:inline}
nav li li{float:none}

nav .mega-dropdown{width:100%;position:absolute;left:0;background:#fff;overflow:hidden;padding:20px 35px;}
nav li .mega-dropdown a{color:#333;display:block;padding:.2rem .4rem; margin:.2rem 0; border-radius:3px;font-size:12px !important; border:1px solid #ccc;}


.calendarrow{white-space: nowrap; overflow: hidden;}

.dropdown li {cursor: pointer;}
.dropdown &gt; a {position: relative;}
.dropdown &gt; ul, .dropdown-menu &gt; ul {box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17); list-style: none; padding: 0; margin: 0; border: none; min-width: 200px;}
ul.dropdown-menu a {padding:.8rem 1rem; color:inherit;}
ul.dropdown-menu a:hover {color:#fff; background-color: #03BFCB !important;}
ul.mega-dropdown a:hover {color:#fff; background-color: #03BFCB !important;}
.nav-link:hover {color: #03BFCB !important;}

.section-title {margin:1rem 0;}
.section-title h4{font-size:2rem; margin-bottom:0px;}


.nav-item {position: relative;}
.nav-item &gt; ul {position: absolute; top: 100%;  left: 0;}
.nav-item:last-of-type &gt; ul {right: 0;  left: auto;}

.main-menu ul li a {
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
	overflow:hidden;
}


.dropdown-menu a {
    font-size: 14px !important;
    line-height: 18px !important;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}




.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

	
background-color: rgba(0,0,0,0.3);
  
  
}

.bg-overlay &gt; * {
    z-index: 100;
}





.header-inner{position: absolute;

width:100%;
z-index: 99;
background-color: transparent;
}




.navbar-scroll{background-color: #ffffff;
padding: 0;
position: fixed;
top:0;
z-index: 99;
box-shadow:0px 1px 10px rgba(0,0,0,0.4);
transition-duration: 0.6s; }

.navbar-scroll .navbar-brand img{height:30px;}

.bg-secondary {
    background-color: #2b2b35 !important;
}


.socials img {height: 24px;}
.socials a {margin-right: 15px;}





.call-center {}





@media(max-width: 1024px) {
    .contacts {
        display:block
    }
}

@media(max-width: 1024px) {
    .contacts .contacts-item {
        margin-bottom:25px
    }
}

.contacts .contacts-item .icon {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 30px
}

.contacts .contacts-item img {
    float: left;
    margin: auto 30px auto auto
}

.contacts .contacts-item .content {
    margin-left: auto;
    overflow: hidden
}

.contacts .contacts-item .content .title {
    font-size: 24px
}

@media(max-width: 1024px) {
    .contacts .contacts-item .content .title {
        font-size:13px
    }
}

.contacts .contacts-item .content .title:hover {
    color: #4cc2c0
}

.contacts .contacts-item .content .sub-title {
    font-size: 16px
}

@media(max-width: 1024px) {
    .contacts .contacts-item .content .sub-title {
        font-size:13px
    }
}

.contacts-shadow {
    -webkit-box-shadow: 40px 0 80px rgba(0,0,0,.15);
    box-shadow: 40px 0 80px rgba(0,0,0,.15)
}



textarea {
    width: 100%;
    min-height: 140px
}

.contact-form {
    margin-top: 30px;
    position: relative
}

.contact-form abbr {
    text-decoration: none
}

.contact-form .checked {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    margin-top: -15px
}

.contact-form .checked-icon {
    position: relative;
    display: block
}

.contact-form .checked-icon:after {
    content: "\e908";
    font-family: seosight;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    margin-top: -15px;
    color: #4cc2c0
}

.contact-form .focus-white:focus {
    background-color: #fff
}

.contact-form textarea {
    min-height: 200px
}

.contact-form input {
    margin-bottom: 30px
}


.list&gt;li {
    margin-bottom: 5px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.footer {padding-top: 50px; background-color: #151414; color: #fff}

.footer .infoCpr {padding: 40px 0;  display: -webkit-box;  display: -webkit-flex;    display: -ms-flexbox;    display: flex; justify-content: space-between!important;}
.footer .info {padding: 40px 0;  display: -webkit-box;  display: -webkit-flex;    display: -ms-flexbox;    display: flex}
.footer .end{border-top:1px solid #2B2B2B;}
.footer .end span{margin-right:1rem;}
#home {padding-top:6rem;}

@media(max-width: 768px) {
    .footer {padding-top:40px}
	.header-inner {top:0;}
	.section-title h4 {font-size:1.3rem;}
	.blm-2 {padding:3rem 1rem;}
	.blm-2 h4{font-size:24px;}
	.blm-2 p{font-size:18px;}
	.blm-2 .Cpr-Button {margin-top:.5rem !important;}
	    #big-slider {margin-top:6rem; margin-bottom:1rem !important; padding-bottom:1rem !important;}

	
}

.footer .info {padding-bottom: 110px;border-bottom: 2px solid rgba(255,255,255,.1); overflow: hidden}
.footer h3 {font-size:1rem;}

@media(max-width: 1024px) {
    .footer .info {padding-bottom:40px}
}

.footer .infoCpr .heading {margin-bottom: 23px}
.footer .infoCpr .heading .heading-title {color: #fff}
.footer .infoCpr .heading .heading-text {font-size: 16px; line-height: 1.6; opacity: .4}


@media(max-width: 1024px) {
    .footer .info .services ul {width:100%}
	


	#big-slider .slide .textarea {position: absolute; top:24%; left:10%; max-width:80%;}

    #big-slider .slide .textarea p{font-size:.8rem; line-height:1rem;}
    #big-slider .swiper-slide h4{font-size:16px}
    #big-slider .Cpr-Button {margin-top:.5rem !important;}
	.footer .services, .footer .maps {border-top:1px solid #313131; padding-top:2rem; margin-top:2rem;}
	
}

.footer .infoCpr .services .list--primary&gt;li i {margin-right: 15px; margin-top: 3px; color: #acacac}
.footer .infoCpr .services .list--primary&gt;li a {font-size: 14px; opacity: 1}
.footer .infoCpr .services .list--primary&gt;li:hover i {color: #4cc2c0; margin-left: 10px}
.footer .infoCpr .services .list--primary&gt;li:hover a {color: #4cc2c0}

@media(max-width: 1024px) {
    .footer .info .socials {margin-bottom:30px}
	
}

.footer .contacts {padding: 40px 0; display: -webkit-box; display: -webkit-flex;  display: -ms-flexbox; display: flex}


@media(max-width: 570px) {
    .footer .contacts {display:block}
}

.footer .contacts a {font-size: 24px; color: #fff}
.footer .contacts .contacts-item .content .sub-title {opacity: .4}
.footer a {color: rgba(255,255,255,.35); -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease}
.footer a:hover {color: #4cc2c0}
.footer .sub-footer {background-color: #121111; padding: 20px 0; position: relative}

@media(max-width: 768px) {
    .footer .sub-footer {padding:30px 0}
	#home {padding-top:1rem;}
}

.footer .sub-footer span {font-size: 14px; color: #504d4e}

@media(max-width: 980px) {
    .footer .sub-footer span {margin-right:0; margin-left: 0; margin-bottom: 10px; display: block
    }
}


.contact-section-01 {}
.contact-section-01 p {font-size:16px; margin-bottom:.5rem;}
.contact-section-01 .contact-info-title {font-size:24px; font-weight:bold;}



main {background-color:#fff;}

.text-red {
  color: red; }





#testimonial {background-color: #eee !important;}
#testimonial .swiper-pagination {position:static;}
#product .swiper-pagination {position:static;}
#testimonial .swiper-slide {    background: #fff;    padding: 2rem;    color: #000}


.name {
    font-weight: 700;
    font-size: 14px;
	line-height:14px;
    margin-bottom: -3px
}

.place {
    font-size: 13px;
    color: #988c8c
}

.place-2 {
    font-size: 13px;
    color: #ffffff
}



.testimonial-1{padding:2rem;}


.ttitem {padding: 15px 15px 30px;}
.slick-list {margin:-30px;}



.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d8d8d8;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #d8d8d8;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    position: relative;
    outline: none;
    margin-right: 20px;
    margin: 0 8px !important;	
}
	
.swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/* ======== 2.1 Header Top ========*/
.header-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top {
    display: none;
  }
}

/*-- Links --*/
.header-top-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .header-top-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.header-top-links li {
  color: #ffffff;
  padding: 0 30px;
  border-left: 1px solid #41414a;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-links li {
    padding: 0 12px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .header-top-links li {
    padding: 0 12px;
    font-size: 13px;
    border-left: 0px;
    margin-bottom: 5px;
  }
}

.header-top-links li:first-child {
  border-left: 0px;
  padding-left: 0px;
}

.header-top-links li a {
  color: #ffffff;
}

.header-top-links li a:hover {
  color: #ffb300;
}

.header-top-links li i {
  margin-right: 10px;
  font-size: 22px;
}

/*-- Header Top Action --*/
.header-top-action {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .header-top-action {
    width: 290px;
    margin: 0 auto;
  }
}

.header-top-action .action-search {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border: 1px solid #41414a;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding-right: 35px;
  background: transparent;
  outline: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .header-top-action .action-search {
    width: 100%;
  }
}

.header-top-action .action-search:focus {
  border: 1px solid #ffb300;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top-action .action-search::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-top-action .action-search::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-top-action .action-search:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-top-action .action-search::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-top-action .action-search::placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-top-action .action-btn {
  position: absolute;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  right: 0;
  color: #ffffff;
  font-size: 16px;
  border: none;
  padding-right: 15px;
  padding-left: 5px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top-action .action-btn:hover {
  color: #ffb300;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}





</pre></body></html>