:root {
    --theme : #00897b;
    --theme-dark : #003466;
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: 'gilroyextrabold';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroylight';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.pointer {
    cursor: pointer;
}
.bg-theme {
    background: var(--theme);
}
body {
    font-family: 'gilroylight';
    position: relative;
    font-size: 14px;
    color: #212529;
}
header {
  border-bottom: 1px solid #dfe1e9;
}
.bg-scroll, .navbar {
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
a {
    text-decoration: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light .navbar-toggler {
    border: none;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link.active, {
    color: var(--theme);
}
#top .top {
    background: var(--theme);
}
#top .top a {
    color: #fff;
}
#l1,#l2,#l3,#l4,#l5,#l6,#l7 {
    fill: var(--theme);
}
#spotlight {
    width: 100%;
    overflow: hidden;
}
a.button {
    display: inline-block;
    background: var(--theme);
    color: #fff;
    padding: 10px 50px;
    margin-top: 20px;
    font-size: 16px;
    /* border-radius: 25px; */
}
.mask {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    bottom: -2px;
}
.mask img {
    width: 100%;
    height: auto;
    display: block;
    user-select: none;
    float: left;
}
.tt-card {
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    border-radius: 8px;
    overflow: hidden;
}
.tt-card small {
    color: #AFAEB1;
    font-weight: 600;
}
.tt-card h6 {
    color: var(--theme);
    font-family: 'gilroyextrabold';
}
.tt-card h3, .tt-card h5, .tt-card h4 {
    font-family: 'gilroyextrabold';
}
.head {
    font-family: 'gilroyextrabold';
    text-align: center;
}
#myTab .nav-item {
  display: block;
  width: 100%;
}
.nav-tabs button.nav-link {
    display: block;
    padding: 8px 20px;
    background: #E3E7EC;
    color: #212529;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    text-align: left;
}
.nav-tabs button.nav-link.active {
    background: var(--theme);
    color: #fff;
    position: relative;
    border-radius: 2px;
    font-weight: 800;
}
.nav-tabs button.nav-link.active:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  transform: rotate(90deg);
  transform-origin: center;
  position: absolute;
  right: -22px;
  top: 9px;
  top: calc((100% - 20px) / 2);
  z-index: 1000000;
  border-bottom: 20px solid var(--theme) !important;
}
#partners {
    background: #F7F9FB;
}

footer {
    background: url('../img/footer.jpg') no-repeat center ;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}
footer .sicon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s, border-color .3s;
}
footer .sicon:hover {
    border-color: var(--theme);
    background: var(--theme);
}
footer .bt-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.social {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;

}
.social a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
}
.social a:hover img {
    transform: rotate(360deg);
    transition: all 0.7s ease-in-out 0s;
}
footer p {
    font-size: 16px;
}
footer .copyright {
    font-size: 14px;
}
#spotlight.inner .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 80px 0;
}
.fw-bold {
    font-family: 'gilroyextrabold';
}
#spotlight.inner h2 {
    text-align: center;
    font-weight: 900;
    font-family: 'gilroyextrabold';
    color: #fff;
}
.inner.about {
    background: url('../img/spotlight-bg.jpg');
}

/*=================Filter Sidebar Modal==================*/
.pt-filter .modal .modal-dialog-aside{
    width: 350px;
    max-width:80%; height: 100%; margin:0;
    transform: translate(0); transition: transform .2s;
}
.pt-filter .modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.pt-filter .modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.pt-filter .modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.pt-filter .modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.pt-filter .modal.show .modal-dialog-aside{ transform: translateX(0);  }
/*=================Filter Sidebar Modal ends==================*/

.tabnavs {
    padding-left: 0;
}
.tabnavs li {
    list-style: none;
    padding: 0;
}
.tabnavs li a {
    display: block;
    padding: 5px 15px;
    margin-bottom: 2px;
    background: #f1f1f1;
    color: #212529;
    text-decoration: none;
}
.tabnavs li a:hover {
    font-weight: bold;
}
.tabnavs li a.active {
    background: var(--theme);
    color: #fff;
    font-weight: bold;
}
.breadcrumb-item {
    font-size: 14px;
}
.breadcrumb-item a {
    color: #212522;
}

/* the slides */
 .slick-slide {
   margin-left:27px;
 }
 /* the parent */
 .slick-list {
   margin-left:-27px;
 }



 /* contact card */
 #contact .visuallyhidden {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}
#contact h2 {
   margin: 0;
   font-weight: 600;
}
#contact .button {
   color: #ffffff;
   background-color: #00897b;
   padding: 12px 25px;
   font-size: 12px;
   letter-spacing: 1px;
   text-transform: uppercase;
   border: 0;
   border-radius: 2px;
   outline: 0;
   box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
   transition: all .2s;
}
#contact .button:hover, .button:active, .button:focus {
     -ms-transform: scale(1.1);
         transform: scale(1.1);
}
#contact .button--transparent {
   background: transparent;
   border: 0;
   outline: 0;
}
#contact .button--close {
   position: absolute;
   top: 10px;
   left: 10px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
       align-items: center;
   -ms-flex-pack: center;
       justify-content: center;
   width: 30px;
   height: 30px;
   color: #ffffff;
   border-radius: 50%;
   transition: all .25s;
   z-index: 10;
}
#contact .button--close svg {
     width: 20px;
     height: 20px;
}
#contact .button--close svg * {
       fill: currentColor;
}
#contact .button--close:hover, .button--close:active, .button--close:focus {
    color: #fbcf34;
    background-color: #ffffff;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}
#contact .button--info {
    position: absolute;
    top: 0;
    right: 0;
}
#contact input,  #contact textarea {
    width: calc(100% - 10px);
    min-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: .5px;
    border: 0;
    border-bottom: 2px solid #f0f0f0;
}
/* #contact input:valid, #contact textarea:valid {
    border-color: #24cf5f;
} */
#contact input:focus, #contact textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #fbcf34;
}
#contact .form-list {
   padding-left: 0;
   list-style: none;
}
#contact .form-list__row {
     margin-bottom: 25px;
}
#contact .form-list__row label {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .5px;
    color: #939393;
}
#contact .form-list__row--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#contact .form-list__row--inline > :first-child {
    -ms-flex: 2;
     flex: 2;
    padding-right: 20px;
}
#contact .form-list__row--inline > :nth-child(2n) {
    -ms-flex: 1;
     flex: 1;
}
#contact .form-list__input-inline {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: justify;
         justify-content: space-between;
}
#contact .form-list__input-inline > * {
       width: calc(50% - 10px - 10px);
}
#contact .form-list__row--agree {
     margin-top: 30px;
     margin-bottom: 30px;
     font-size: 12px;
}
#contact .form-list__row--agree label {
       font-weight: 400;
       text-transform: none;
       color: #676767;
}
#contact .form-list__row--agree input, #contact .form-list__row--agree textarea {
       width: 100%;
       margin-right: 5px;
}


#contact .ttmodal {
    width: 100%;
 }
#contact .ttmodal__container {
     display: -ms-flexbox;
     display: flex;
     max-width: 675px;
     min-height: 400px;
     margin: 0 auto;
     background-color: #ffffff;
     border-radius: 5px;
     box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
 }
#contact .ttmodal__featured {
     position: relative;
     -ms-flex: 1;
         flex: 1;
     min-width: 230px;
     padding: 20px;
     overflow: hidden;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
 }
#contact .ttmodal__circle {
     position: absolute;
     top: 0;
     left: 0;
     height: 200%;
     width: 200%;
     /* background-color: #fbcf34; */
     background: url('../img/tools.jpg') no-repeat 0 0;
     -webkit-background-size: cover;
     background-size: cover;
     border-radius: 50%;
     -ms-transform: translateX(-50%) translateY(-25%);
         transform: translateX(-50%) translateY(-25%);
}
#contact .ttmodal__product {
     position: absolute;
     top: 0;
     left: 50%;
     max-width: 85%;
     -ms-transform: translateX(calc(-50% - 10px));
         transform: translateX(calc(-50% - 10px));
}
#contact .ttmodal__content {
     -ms-flex: 3;
         flex: 3;
     padding: 40px 30px;
 }

/* Contact card end */


@media only screen and (max-width: 768px) {
    #mixit-buttons {
        text-align: center;
    }
    #mixit-buttons button {
        display: inline;
        width: auto;
        font-size: 12px;
        margin-right: 10px;
        padding: 0;
        background: transparent;
    }
    #mixit-buttons button.active {
        background: transparent;
        color: var(--theme);
    }
    #mixit-buttons button.active:after {
        border-color: transparent;
        border: none !important;
        z-index: 0;
    }
}
