@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
img{
    max-width: 100%;
}

#main_slider .bg_dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
#grid .custom-grid-1{
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.stretched-link::after{
    pointer-events: none;
}
#grid .custom-grid-1 .col-lg-3{
    background-color: #fff;
}
#grid .custom-grid-1 .col-lg-3:nth-child(odd){
    background-color: #f4f4f4;
}
#grid .custom-grid-1-item {
    padding: 40px 0;
}
#grid .divider.divider-small hr{
    background: #d4d4d4;
}
#product_slider .testimonial blockquote{
    border: 1px solid #e5e5e5;
}
#product_slider .testimonial blockquote .img{
    position: relative;
}
#product_slider .testimonial blockquote .img .compare{
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    background: #6bba76;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #6bba76;
    opacity: 0;
    transition: all .4s;
}
#product_slider .testimonial blockquote:hover .img .compare{
    opacity: 1;
}
#product_slider .testimonial blockquote .img .compare:hover{
    border: 1px solid #6bba76;
    color: #6bba76;
    background-color: #fff;
}
#product_slider .testimonial blockquote .img img{
    padding: 20px;
    transform: scale(.8);
    transition: all .4s;
}
#product_slider .testimonial blockquote:hover .img img{
    transform: scale(1);
}
#product_slider .testimonial blockquote h2{
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    color: #fff;
    background: #203062;
    padding: 10px 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#product_slider .testimonial a{
    text-decoration: none;
    background: #f5f5f5;
}
#product_slider .testimonial blockquote .content .pro_details h3, #product_box blockquote .content .pro_details h3{
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    /* color: #fff; */
}
#product_slider .testimonial blockquote .content .pro_details h3 span:first-child, #product_box blockquote .content .pro_details h3 span:first-child{
    font-weight: 600;
}
#product_slider .testimonial blockquote .content .pro_details h3 span:last-child, #product_box blockquote .content .pro_details h3 span:last-child{
    text-align: left;
    width: 55%;
    flex: 0 0 55%;
}
#product_slider .testimonial blockquote .content{
    /* background: #36a549; */
    border-top: 1px solid #e5e5e5;
}
.overlay_banner:before{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #203062 ;
    opacity: 0;
    pointer-events: none;
    transition: ease opacity 300ms 100ms;
}
.about_page .img img{
    width: 100%;
}

.product_cate{
    margin-top: 50px;
    margin-bottom: 20px;
}
.product_cate ul.alpha-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    list-style: none;
    justify-content: center;
}
.product_cate ul.alpha-wrap li a{
    font-size: 15px;
    height: 30px;
    margin: 10px 10px 10px 0;
    text-align: center;
    width: 30px;
    line-height: 30px;
    display: block;
    border: 1px solid #777;
    color: #000;
    border-radius: 0px;
    transition: all .4s;
    font-size: 16px;
    text-decoration: none;
}
.product_cate ul:first-child li.active a, .product_cate ul:first-child li:hover a{
    background: #203062;
    color: #fff;
    border-color: #203062;
}
.Total_api h3{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
#pro_name_list{
    margin-top: 50px;
    margin-bottom: 20px;
}
#pro_name_list ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 20px 30px;
    margin-bottom: 30px;
    list-style: none;
}
#pro_name_list ul li{
    width: calc(25% - 23px);
}
#pro_name_list ul li a{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px;
    border: 1px solid #848484;
    color: #000;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .4s;
}
#pro_name_list ul li a:after{
    content: "\e606";
    font-family: simple-line-icons;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: #203062;
    border-radius: 100%;
    font-size: 10px;
    line-height: 1;
    position: relative;
    right: 0;
    color: #fff;
    transition: all 0.5s;
}
#pro_name_list ul li a:hover{
    background: #203062;
    color: #fff;
    border-color: #203062;
}
#pro_name_list ul li a:hover:after{
    background: #e9eeef;
    right: -25px;
    color: #203062;
}
#product_box blockquote .img{
    position: relative;
}
#product_box blockquote .img .compare{
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    background: #6bba76;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #6bba76;
    opacity: 0;
    transition: all .4s;
}
#product_box blockquote:hover .img .compare{
    opacity: 1;
}
#product_box blockquote .img .compare:hover{
    color: #6bba76;
    background-color: #fff;
    border: 1px solid #6bba76;
}
#product_box a {
    text-decoration: none;
}
#product_box blockquote {
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
}
#product_box blockquote h2{
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    color: #fff;
    background: #203062;
    padding: 10px 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#product_box blockquote .img img{
    padding: 20px;
    transform: scale(.8);
    transition: all .4s;
    width: 100%;
}
#product_box blockquote:hover .img img{
    transform: scale(1);
}
#product_box blockquote .content{
    border-top: 1px solid #e5e5e5;
}

#product_details{
    margin-top: 50px;
    margin-bottom: 50px;
}
#product_details .product_img{
    border: 1px solid #d3d3d3;
    padding: 50px;
    background: #f5f5f5;
}
#product_details .product_img img{
    max-width: 100%;
}
#product_details .prod_content h1{
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 20px;
    padding: 0px 0 10px;
    border-bottom: 1px solid #d3d3d3;
}
#product_details .prod_content .des h3{
    margin-bottom: 10px;
    display: flex;
}
#product_details .prod_content .des h3 span:first-child{
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    flex: 0 0 140px;
}
#product_details .prod_content .des h3 span:last-child{
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
}
#product_details .prod_content  .share_option{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
#product_details .prod_content  .share_option ul{
    list-style: none;
    margin: 0;
    padding: 0 10px;
}
#rfq_p_d .img_content img{
    border: 1px solid #d3d3d3;
        min-height: 260px;
    object-fit: contain;
    padding: 20px;
}
#rfq_p_d .content_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#rfq_p_d .content_box ul li{
    display: flex;
    flex-wrap: wrap;
}
#rfq_p_d .content_box ul li h5{
    flex: 0 0 110px;
}
#product_overview {
    margin-bottom: 100px;
}
#product_overview .title h2{
    margin-bottom: 0px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: normal;
}
#product_overview .title hr{
    margin-top: 10px;
}
#product_box .title h2{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
}

.feature-box .feature-box-info a{
    text-decoration: none !important;
}

#footer a img{
    max-width: 300px;
}
#footer a:not(.btn):not(.no-footer-css).link-hover-style-1{
    color: #fff;
}
#footer p, #footer span, #footer li, #footer a:not(.btn):not(.no-footer-css){
    color: #fff;
}
#footer .footer-copyright p{
    color: #fff;
}


/*============== chat icon ================*/
.adminActions {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 111;
    animation: bounce 2s infinite;
}

.adminActions a {
  color: #fff;
}

.adminButton {
  height: 50px;
  width: 50px;
  background-color: #36a549;
  border-radius: 50%;
  display: block;
  color: #fff;
  line-height: 55px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.adminButton i {
  font-size: 20px;
}

.adminButtons {
  position: absolute;
  width: 300px;
  bottom: 120%;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
  padding: 10px 0;
  padding-top: 0;
  left: 0;
  border: 1px solid #333;
}

.adminButtons .menu-header {
  padding: 18px 15px;
  color: #FFFFFF;
  background: #333333;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  line-height: 1.4;
  text-transform: capitalize;
  border-radius: 3px 3px 0 0;
}
.adminButtons .menu-header span{
  color: #fff;    
}
.adminButtons a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none !important;
}

.adminButtons a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  margin: 0px 0 0px 0;
  line-height: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.adminButtons a .item {
  padding-left: 10px;
}

.adminButtons a .item h4 {
  text-transform: capitalize;
  font-size: 18px;
  margin: 0;
  letter-spacing: normal;
  color: #222;
  font-weight: 600;
  line-height: normal;
}

.adminButtons a .item p {
  margin: 0;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
}

.adminButtons a:hover {
  background-color: #EEEEEE;
}

.adminButtons a:nth-child(1) i {
  background-color: #333333;
  transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(2) i {
  background-color: #333333;
  transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(3) i {
  background-color: #333333;
  transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(4) i {
  background-color: #333333;
  transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}

.adminToggle {
  -webkit-appearance: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 2;
  transition: box-shadow .2s ease-in-out;
  box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
  box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked~.adminButtons a,
.adminToggle:checked~.adminButtons {
  opacity: 1;
  visibility: visible;
}

.adminToggle:checked~.adminButton i:before {
  content: "\f00d";
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-7px);
    }
}







@media (max-width: 991px){
    .about_page .img{
        margin-top: 30px;
    }
    #pro_name_list ul li{
        width: calc(33% - 23px);
    }
}
@media (max-width: 767.9px){
    #pro_name_list ul li{
        width: calc(50% - 23px);
    }
    #product_details .prod_content{
        margin-top: 30px;
    }
    #header.header-effect-shrink .header-container{
        min-height: auto;
    }
}
@media (max-width: 440px){
    #pro_name_list ul li{
        width: calc(100% - 23px);
    }
    #header .header-nav-features .header-nav-features-dropdown.show{
        top: -35px;
    }
}

@media (max-width: 767.9px){
    #custom_header .header-top-three .right-column,
    #custom_header .top-inner .top_text:after{
        display: none;
    }
    #custom_header .top-inner .top_text p{
        color: #fff;
        text-align: center;
    }
    #custom_header .top-inner .top_text{
        width: 100%;
    }
    
    .shop-block-one .inner-box .js-compare{
        visibility: visible !important;
    }
    .js-compare {
        visibility: visible !important;
        opacity: 100% !important;
    }
}