/*fish-banner*/
.fish-banner { height: 70vh; background-position: bottom !important; }
.fish-banner .slider-content-middle { top: 50%; }
.fish-banner .slider-content h1 { font-size: 60px; font-weight: 600; line-height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0ca1e6), color-stop(100%, #03e2dd)); background: -webkit-linear-gradient(-315deg, #0ca1e6 0%, #03e2dd 100%);  background: -webkit-linear-gradient(45deg, #0ca1e6 0%, #03e2dd 100%);  background: linear-gradient(45deg, #0ca1e6 0%, #03e2dd 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.fish-banner .slider-content { margin:  0 50px; }
.fish-banner .slider-content p { font-size: 25px; }
.fish-banner .fish-banner-content { padding-top: 50px; margin-top: 100px; }
.fish-banner .fish-banner-image { margin-right: 100px; margin-top: 200px;  }



@media (max-width: 1700px) {
.fish-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
}
}



.footer-wrap-clip {
    padding-top: 9.375rem;
    padding-bottom: 5.625rem;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    -webkit-clip-path: polygon(10% 0%,100% 10%,100% 100%,0 100%,0 14%);
    clip-path: polygon(10% 0%,100% 10%,100% 100%,0 100%,0 14%);
}


body {
  font-family: "Yantramanav", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #636363;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  color: #01248C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: normal;
}

h1 {
  font-size: 42px;
  line-height: 40px;
} /*42*/
h2 {
  font-size: 38px;
  line-height: 38px;
} /*-4 38*/
h3 {
  font-size: 34px;
  line-height: 32px;
} /*-4 34*/
h4 {
  font-size: 28px;
  line-height: 26px;
} /*-6 28*/
h5 {
  font-size: 24px;
  line-height: 18px;
} /*0 24*/
h6 {
  font-size: 22px;
  line-height: 18px;
} /*-2 22*/

a:focus,
a:hover {
  color: #014ba0;
}
a,
button,
input {
  color: #023f92;
}

*::-moz-selection {
  background: #030405;
  color: #fff;
}
::-moz-selection {
  background: #030405;
  color: #fff;
}
::selection {
  background: #030405;
  color: #fff;
}

#back-to-top .top {
  background: #01248C;
}

.ff-Teko {
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-38 {
  font-size: 38px;
}
.fs-48 {
  font-size: 48px;
}
.fs-80 {
  font-size: 80px;
}

/*************************
/*section-title.css
*************************/

.section-title.line .title:before,
.section-title span.theme-bg,
.section-title:nth-child(odd) .title-effect::before,
.section-title.line-dabble .title:after {
  background: #ba893f;
}
.section-title.dark-bg span.theme-bg,
section:hover .title-effect:nth-child(even),
section:focus .title-effect:nth-child(even) {
  color: #ba893f;
}

.section-title {
  margin-bottom: 40px;
  position: relative;
}
.section-title .title {
  margin-top: 0px;
  position: relative;
}
.section-title .subtitle {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-title p {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
}

/*************************
Header
*************************/
.header.topbar-dark .topbar {
  background: #01248C;
}

/*************************
    blockquote
*************************/

.blockquote.gray-bg {
  border-left: 5px solid #686868;
}
.blockquote-right.gray-bg {
  border-right: 5px solid #686868;
}
.quote:before {
  color: #686868;
}

/***************************
        button
***************************/
.button {
  background: #014ba0;
  font-size: 16px;
  font-family: "Flexo", sans-serif;
  font-weight: 600;
  font-style: normal;
  border: 2px solid #014ba0;
}
.button.black:hover,
.button.black.active,
.button.black:focus,
.button.gray:hover,
.button.gray.active,
.button.gray:focus,
.button.button-border:hover,
.button.button-border:focus,
.button.button-border.gray:hover,
.button.button-border.gray:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
  background: #014ba0;
  border-color: #014ba0;
}
.button.white,
.button.button-border.white:hover,
.button.button-border.white:focus,
.button.arrow,
.button.icon-color,
.button.icon-color.white:hover i {
  color: #014ba0;
}
.button.button-border {
  border: 2px solid #014ba0;
}
.button.icon-color i {
  border: 1px solid #014ba0;
}

/*************************************
            Features all
 **************************************/

.feature-text.theme-icon .feature-icon span,
.feature-text.theme-icon .feature-icon i,
.feature-box .feature-border {
  background: #686868;
}
.feature-text.round:hover .feature-icon i,
.feature-text.round:hover .feature-icon span,
.feature-text.square:hover .feature-icon i,
.feature-text.square:hover .feature-icon span {
  background: #686868;
  border-color: #686868;
}
.feature-box i {
  color: #686868;
}

/*************************************
          Footer
**************************************/

.addresss-info.text-black i,
.footer-useful-link ul li a:hover,
.footer-widget a,
.footer-widget a:hover,
.footer .footer-nav ul li a:hover,
.footer .social ul li a i:hover,
.footer .usefull-link ul li a:hover,
.footer .copyright ul li a:hover,
.footer.light .social ul li a i,
.footer .footer-social ul li a:hover {
  color: #686868 !important;
}
.footer-widget-social a i:hover,
.footer .footer-tags li a:hover {
  background: #686868;
}

.footer dd,
.footer dt {
  font-size: 14px;
}

/*************************************
          List style
**************************************/

ul.list.theme-color li i {
  color: #82898f;
}
ul.list.theme-color li {
  color: #333333;
}
ul.list li:after {
  color: #82898f;
}

/*CONTENIDOS*/
.custom-content {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

/*************************************
          MENU
**************************************/

.header.fancy .mega-menu > section.menu-list-items {
  background: #FFF;
  padding: 0px 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}


.mega-menu .drop-down-multilevel a {
  font-size: 0.88em;
}

.header.fancy .mega-menu .menu-links > li > a:hover {
  color: #004EED;
  line-height: 20px;
  font-weight: 700;
}

.mega-menu .menu-links > li.active a,
.mega-menu .menu-links > li:hover,
.mega-menu .menu-links > li > a:hover,
.mega-menu .drop-down-multilevel li:hover > a,
.mega-menu .drop-down-multilevel li:hover > a i.fa {
  color: #004EED;
}

.mega-menu .menu-search-bar li:hover i.fa.fa-search,
.mega-menu .menu-search-bar input:focus {
  background: #004EED;
}

.mega-menu .drop-down-multilevel a {
  font-size: 0.98em;
}

.mega-menu .drop-down-multilevel{
  background: #EDEDED;
}

.mega-menu .menu-logo img { height: 60px; }
.header.fancy .mega-menu .menu-logo { padding: 15px 0px; }

/*about-image*/
.about-image {
  width: 100%;
  position: relative;
  height: 430px;
}
.about-image-01 {
  background-size: cover;
  display: table-cell;
  width: 30%;
  height: 440px;
  margin-top: 20px;
  position: absolute;
  right: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: cover;
  background-position: center;
}
.about-image-02 {
  background-size: cover;
  display: table-cell;
  width: 80%;
  height: 520px;
  position: absolute;
  left: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-size: cover;
  background-position: center;
}
.about-image .about-image-01:hover {
  width: 80%;
  height: 480px;
  margin-top: 0;
}
.about-image .about-image-01:hover + .about-image-02 {
  width: 30%;
  height: 440px;
  margin-top: 20px;
}

.bg-top-before,
.bg-bottom-before {
  position: relative;
}

.bg-bottom-before:before {
  background-image: url(images/bg/bg.png);
  bottom: 0;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 110px;
  width: 100%;
}

.step-portada.bg-bottom-before:before {
  background-image: url(images/bg/bg-04.png);
  z-index: 9;
  bottom: 0px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 110px;
  width: 100%;
}
.skateboard-about .bg-top-before:before {
  top: 80px;
}

/***************************
        Owl Carousel
***************************/
.owl-carousel .owl-nav i {
  background: #686868;
  border: 0px solid #3d3d3d;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #686868;
}

/*skateboard gallery*/
.skateboard-gallery {
  padding-top: 130px;
}
.skateboard-gallery .section-title h2 {
  font-size: 38px;
  line-height: 38px;
}
.skateboard-gallery {
  position: relative;
}
.skateboard-gallery .skateboard-gallery-top {
  position: relative;
}
.skateboard-gallery .owl-carousel {
  position: relative;
  bottom: -40px;
}
.skateboard-gallery .owl-carousel .owl-nav i {
  background: #01248C !important;
  color: #ffffff !important;
}

.skateboard-gallery.theme-bg {
  background: #292727;
}

.brand-gallery {
  padding-top: 130px;
}
.brand-gallery .section-title h2 {
  font-size: 38px;
  line-height: 38px;
}
.brand-gallery .section-title h6 {
  font-size: 16px;
  line-height: 16px;
}
.brand-gallery {
  position: relative;
}
.brand-gallery .brand-gallery-top {
  position: relative;
}
/* .brand-gallery .owl-carousel { position: relative;  bottom: -40px; }*/
.brand-gallery .owl-carousel .owl-nav i {
  background: #01248C !important;
  color: #ffffff !important;
}

.brand-gallery.theme-bg {
  background: #e8e8e9;
}

.bg-programa.bg-top-before:before {
  background-image: url(images/bg/bg-02.png);
  top: 0;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 110px;
  width: 100%;
}

.bg-cafe.bg-top-before:before {
  background-image: url(images/bg/bg-02.png);
  top: -80px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 110px;
  width: 100%;
}

.cafe-box {
  /*margin: 100px 0;*/
  background: #ffffff url(../../../demo-categories/cafe/images/cup-stain.png);
  padding: 50px;
  border-radius: 3px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.opening-time ul li {
  font-size: 20px;
  line-height: 40px;
  color: #2c2c2c;
  border-bottom: 2px dashed #ba893f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.opening-time ul li:last-child {
  border-bottom: 2px dashed #ba893f;
}

/**/
/*law-contact*/
.law-contact {
  padding: 0px 40px;
}
.law-contact .call {
  padding: 20px;
}
.law-contact .call h6 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
.law-contact .addresss-info p,
.addresss-info i,
.addresss-info li {
  color: #323232;
}

.contactBox_01 .contact-box {
  text-align: center;
  transition: transform 1s;
  z-index: 12;
}
.contactBox_01 .contact-box:hover {
  transform: scale(1.1);
}
.contactBox_01 .contact-box .contact-icon {
}
.contactBox_01 .contact-box .contact-icon:hover {
}
.contactBox_01 .contact-box .contact-icon i {
  background: transparent;
  color: #067321;
  margin-bottom: 10px;
}
.contactBox_01 .contact-box .contact-icon {
  display: block;
  padding-right: 0;
  color: #067321;
}
.contactBox_01 .contact-box .contact-info {
  display: block;
  background: none;
  padding: 0;
  width: 100%;
}
.contactBox_01 .contact-box .contact-info .section-title {
  margin-bottom: 0px;
  color: #636363;
}
.contactBox_01 .contact-box .contact-info h5 {
  color: #212121;
}
.contactBox_01 .contact-box .contact-info h5:hover {
  color: #212121;
}
.contactBox_01 .contact-box .contact-info span {
  color: #636363;
}

/*PRODUCTOS*/

.product {
  text-align: left;
  position: relative;
  background: #ededed;
  border: 1px solid #dddddd;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.product .product-title {
  margin: 5px 10px;
  min-height: 80px;
  text-align: left;
}

.product .product-title a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  display: block;
  color: #222d34;
}
.product .product-title a:hover {
  color: #014ba0;
}

.product .product-title p {
  color: #666666;
  font-size: 16px;
  margin-top: 5px;
  line-height: 17px;
}

.product .product-price del {
  background: transparent;
  color: #323232;
  font-size: 13px;
}
.product .product-price ins {
  text-decoration: none;
  color: #014ba0;
  font-size: 16px;
  font-weight: bold;
}
.product .product-rating {
  margin-bottom: 10px;
}
.product .product-rating i {
  color: #353535;
}
.product .product-image {
  position: relative;
  margin: 0 auto;
  padding: 15px 5px;
  background: #fff;
}

.product .product-image .product-overlay {
  opacity: 0;
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.product:hover .product-image .product-overlay {
  opacity: 1;
}
.product .product-image .add-to-cart a {
  background: #84ba3f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px;
}
.product .product-image .add-to-cart a:hover {
  background: #353535;
}

.top-rated .product.left .product-title a {
  font-size: 14px;
  font-weight: 500;
}
.shop-split-content .product-price del {
  background: transparent;
  color: #323232;
}

.product .product-des {
  margin: 10px 10px 5px;
  min-height: 83px;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
}
.product .product-des strong {
  font-family: "Oswald", sans-serif;
  color: #222d34;
  font-weight: 500;
  color: #222d34;
  text-transform: uppercase;
}
.product .product-des p {
  color: #666666;
  margin-top: 5px;
}

/*BLOG*/

.blog-entry .blog-detail .entry-title a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #222d34;
  line-height: 28px;
}
.blog-entry .blog-detail .entry-title a:hover {
  color: #014ba0;
}

/******************************/
/*SOMBRAS*/
/******************************/
.box-shadow-00 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.box-shadow-88 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
  margin-bottom: 30px;
  padding: 60px 0;
}

/*ANIMACIONES*/

.owl-carousel .owl-nav i {
  background: #ffffff !important;
  color: #323232 !important;
}

.team.team-list h5 {
  font-size: 20px;
}
.team.team-list .team-info span {
  font-size: 16px;
}

/*hotel css awards-certi*/
.book-now {
  background-size: cover;
}

.book-now .book-now-box {
  background: #050801;
  padding: 30px;
  width: 50%;
  min-height: 450px;
  z-index: 99;
  opacity: 0.9;
}
.book-now .book-now-box span {
  font-size: 18px;
  line-height: 18px;
}
.book-now .book-now-box h3 {
  font-size: 22px;
  line-height: 22px;
}

.book-now-slider {
  width: 100%;
  margin: 0 auto;
}
.book-now-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.book-now-slider .owl-carousel .owl-item {
  opacity: 0.2;
}
.book-now-slider .owl-carousel .owl-item.active {
  opacity: 1;
  height: 100%;
}

/*************************
 important
*************************/
.rev-color {
  color: #ba893f !important;
}
.rev-button,
.rev-btn,
.badge-primary,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.bg-primary {
  background: #ba893f !important;
}
.rev-button:hover,
.rev-btn:hover {
  background: #ffffff !important;
  color: #323232 !important;
}
.rev-bg {
  background: #ba893f !important;
}
.border-primary {
  border-color: #ba893f !important;
}
.footer .footer-social ul li a:hover,
.slider-content .typer {
  color: #ba893f !important;
}
.progress-bar-new,
.progress-bar {
  background-color: #ba893f;
}

/*.section-title p { font-size: 20px;}*/

.section-title p.fs-reey {
  font-size: 2em;
  text-align: center;
}

.process .process-step strong {
  background: #e9a628;
}
.process .border-area.gray-bg-03 {
  background: #eeeeee;
}

ul.menu-sidebar li a:hover,
ul.menu-sidebar li.active a {
  border-left-color: #e9a628;
}

ul.menu-sidebar li a {
  text-transform: capitalize;
  display: block;
  background: #f6f7f8;
  padding: 5px 30px;
  color: #323232;
  font-weight: 600;
  border-bottom: 1px solid #ffffff;
  border-left: 5px solid transparent;
}

.theme-color {
  color: #019726;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #2c2c2c;
}
.text-black-01 {
  color: #111111;
}
.text-gray {
  color: #82898f;
}
.text-gray-02 {
  color: #ededed;
}
.text-gray-03 {
  color: #e2e6e2;
}

.text-dorado {
  color: #e9a628;
}

.text-red-01 {
  color: #d6202d;
}

.text-blue-01 {
  color: #014ba0;
}

.text-blue-02 {
  color: #4CA5FF;
}

#div_cdirectivo ul {
  padding: 5px 0 10px 40px;
  list-style: none;
  margin-bottom: 30px;
  background: #eee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#div_cdirectivo li {
  padding: 2px 0 2px 3px;
}
#div_cdirectivo li:before {
  font-family: "FontAwesome";
  content: "\F046";
  margin: 0 2px 0 -20px;
  color: #e9a628;
}

#div_cdirectivo strong:nth-child(1) {
  width: 150px;
  display: inline-block;
}
#div_cdirectivo h4 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #050801;
}

#div_cdirectivo h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  background: rgba(234, 234, 234, 1);
}
#div_cdirectivo h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  z-index: 2;
  background: #edb64f;
}

/*************************************
Background
**************************************/
/*images background*/
.white-bg {
  background: #fff;
}

.theme-bg {
  background: #01248C;
}
.green-01-bg {
  background: #067321;
}

.blue-bg-01 {
  background: #014ba0;
}

.black-bg {
  background: #323232;
}
.dark-theme-bg {
  background: #050801;
}

.button-dorado-bg {
  background: #edb64f;
  border-color: #edb64f;
}

.border-dorado-bg {
  border: 7px solid #edb64f !important;
}

.gray-bg {
  background: #f7f7f7;
}
.gray-bg-02 {
  background: #e6e7e9;
}
.gray-bg-03 {
  background: #eeeeee;
}
.gray-bg-04 {
  background: #dddddd;
}
.gray-bg-05 {
  background: #e8e8e9;
}

.dark-gray-bg {
  background: #666666;
}

.blockquote.gray-bg-04 {
  border: 0px;
  color: #111111;
  padding: 70px 30px 30px;
  border-radius: 6px;
}

.border-none {
  border: none;
}

/*************************************
TAMAÑOS DE IMAGENES
**************************************/

.imgBrands {
  width: 100%;
  height: 103px;
  object-fit: contain;
  -o-object-fit: contain;
  display: block;
}
.imgProducto {
  width: 100%;
  height: 262px;
  object-fit: contain;
  -o-object-fit: contain;
  display: block;
}

.img-round-8x {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.imgProductCover {
  width: 100%;
  height: 232px;
  object-fit: contain;
  -o-object-fit: contain;
  display: block;
}

.imgProductCover {
  width: 100%;
  height: 232px;
  object-fit: cover;
  -o-object-fit: cover;
  display: block;
}

.imgProductCoverScroll {
  width: 100%;
  height: 232px;
  object-fit: contain;
  -o-object-fit: contain;
  display: block;
}

.imgCategoriaIcon {
  width: 85%;
  height: 85%;
  padding: 10%;
  margin: 10%;
  object-fit: contain;
  -o-object-fit: contain;
  display: block;
}
.imgCategoriaIcon__02 {
  width: 80%;
  height: 80%;
  padding: 10%;
  margin: 10%;
  object-fit: contain;
  -o-object-fit: contain;
  display: block;
}
.imgCategoriaIcon__03 {
  width: 100%;
  height: 50px;
  object-fit: contain;
  -o-object-fit: contain;
  display: block;
}

.imgCover {
  object-fit: cover;
  -o-object-fit: cover;
  display: block;
}

.counter .group { margin: 20px 0 5px;}

.counter .timer {
    display: inline;
    font-size: 44px;
    font-weight: 600;
    line-height: 40px;
    margin: 20px 0 5px;
}

.counter .timer2 {
    display: inline;
    font-size: 44px;
    font-weight: 600;
    line-height: 40px;
    margin: 20px 0 5px;
}


.topbar-social ul li a span {
    margin-right: 5px;
    font-size: 18px;
}

.form-control { border-radius: 3px; font-size: 13px; height: auto; line-height: 1.33333; padding: 10px 10px 10px 15px; background: #f6f7f8; color: #323232; border: 0px solid transparent; box-shadow: none; }

.form-label { font-weight: 700; color:#212121}

.contact-form.border-form .form-control { background: transparent; color: #aaaaaa; border:2px solid #e0dfdf; }
.contact-form.border-form .form-control { box-shadow: none; color: #aaaaaa; }
.contact-form.border-form .form-control::-moz-placeholder { color: #aaaaaa; }
.contact-form.border-form .form-control::-ms-input-placeholder { color: #aaaaaa; }
.contact-form.border-form .form-control::-webkit-input-placeholder { color: #aaaaaa; }
.contact-form.border-form .form-control:focus { background: #f6f7f8; }
.contact-form.border-form .nice-select { background: transparent; color: #aaaaaa; border:2px solid #e0dfdf; }
.contact-form.border-form .nice-select .option { color: #323232; }
.contact-form.border-form .nice-select:after { border-color: #aaaaaa; }
