 /********** Template CSS **********/
:root {
    --primary: #FF800F;
    --secondary: #001064;
    --light: #F6F7F8;
    --dark: #010A35;
}
a {
    color: #2078AF;
    text-decoration:none;
  }
  a:hover {
    color: #90c31f;
  }
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Logo ***/
.site_logo_area img{
  max-height: 60px;
}
/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: #2078AF;
    border-color: #2078AF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.nav-link{
    color: #2078AF;
}
.nav-link:hover{
    color: #23ac38;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 80px;

}

.navbar .navbar-nav .nav-link {
    /* margin-left: 25px; */
    margin-right: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 400;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #2078AF;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        /* right: 0; */
        /* left: 0; */
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.dropdown-item:hover{
    background-color: #2078AF;
    color: #FFFFFF;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}
#header-carousel .carousel-item img {
    object-position: top center;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#header-carousel .carousel-item {
    height: 100vh;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: #2078AF;
    border: 12px solid #2078AF;
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(24, 53, 1, 0.15), rgba(53, 50, 1, 0.1)), url(../image/carousel-1.jpg) center center no-repeat;
    /* background-size: cover; */
}
.rd-page-header {
    background: url(../image/rd.jpg) center center no-repeat;
    /* background-size: cover; */
    min-height: 300px;
}
.app-page-header {
  background: url(../image/carousel-2.jpg) center center no-repeat;
  background-size: cover;
  min-height: 300px;
}
.page-header-contact {
  background: url(../image/contact.jpg) center center no-repeat;
  /* background-size: cover; */
  min-height: 300px;
}
.page-header-contact a {
  color:#ffffff;
}
.page-header-1 {
    background: linear-gradient(rgba(24, 53, 1, 0.15), rgba(53, 50, 1, 0.1)), url(../picture/app1.jpg) center center no-repeat;
    /* background-size: cover; */
}
.page-header-2 {
    background: linear-gradient(rgba(24, 53, 1, 0.15), rgba(53, 50, 1, 0.1)), url(../picture/app2.jpg) center center no-repeat;
    /* background-size: cover; */
}
.page-header-3 {
    background: linear-gradient(rgba(24, 53, 1, 0.15), rgba(53, 50, 1, 0.1)), url(../picture/app3.jpg) center center no-repeat;
    /* background-size: cover; */
}
.page-header-4 {
    background: linear-gradient(rgba(24, 53, 1, 0.15), rgba(53, 50, 1, 0.1)), url(../picture/app4.jpg) center center no-repeat;
    /* background-size: cover; */
}
.page-header-5 {
    background: linear-gradient(rgba(24, 53, 1, 0.15), rgba(53, 50, 1, 0.1)), url(../picture/app5.jpg) center center no-repeat;
    /* background-size: cover; */
}
.page-header-6 {
    background: linear-gradient(rgba(24, 53, 1, 0.15), rgba(53, 50, 1, 0.1)), url(../picture/app6.jpg) center center no-repeat;
    /* background-size: cover; */
}
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--dark);
}

.breadcrumb-item a:hover,
.breadcrumb-item.active {
    color: #2078AF;
}

.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}

img.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}
/*** Facts ***/
.facts {
    background: rgba(144, 195, 31, .8);

}
.facts-blue {
    background: rgb(32 120 175);
    color: #ffffff;
}

/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .container.quote .quote-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.quote .quote-form {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.quote .quote-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.quote .quote-form  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.quote .quote-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.quote .quote-form  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.quote .quote-text {
    background: rgba(144, 195, 31, 0.8);
}

.container.quote .quote-form {
    background: rgba(255, 255, 255, .8);
}

.container.quote .quote-text .h-100,
.container.quote .quote-form .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}


/*** product ***/
.product-item{
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px rgb(5 17 69 / 8%);
  box-shadow: 0px 6px 20px rgb(5 17 69 / 8%);
}
.product-item .product-img::before,
.product-item .product-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(144, 195, 31, .8);
    transition: .5s;
}

.product-item .product-img::after {
    left: auto;
    right: 0;
}

.product-item:hover .product-img::before,
.product-item:hover .product-img::after {
    width: 50%;
}

.product-item .product-img .product-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}
.product-item .product-img .product-social ul{
    padding-left: 2rem;
}
.product-item .product-img .product-social li{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 180%;
    list-style-type: disc;

}
.product-item:hover .product-img .product-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    border-radius: 70px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #2078AF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #7F8499;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #7F8499!important;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn-link {
    
    color: #7F8499!important;
    
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7F8499;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #2078AF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: #2078AF;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #2078AF;
}

.footer .copyright a:hover {
    color: #FFFFFF;
}
.text-primary{
	color: #2078AF!important;
}
.text-green{
    color: #23ac38!important;
}
.btn-primary {
    color: #000;
    background-color: #2078AF;
    border-color: #2078AF;
}
.bg-primary {
    background-color: #2078AF !important;
}
.btn.btn-primary:hover {
    background: #90c31f;
    border-color: #90c31f;
}
.bg-black
{
	background-color: #000000;
}
.bg-green{
    border-color: #90c31f;
    background: #90c31f;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2078AF;
}
.btn-link {
    font-weight: 400;
    color: #2078AF !important;
    text-decoration: none;
}
.btn-link:hover{
    /* color:#90c31f !important; */
    color:#2078AF !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {

/*    font-family: "Arial",serif;*/
    font-weight: bold;

}
body{
    font-family: "Arial",serif;
}
/* .portfolio {
    padding: 2rem 0;
} */
.portfolio li{
    list-style: none;
}
.portfolio h1, .portfolio h2, .portfolio h3, .portfolio h4, .portfolio h5, .portfolio h6{
    margin-top: 1.5rem;
}
.portfolio h3,.portfolio h4 {
  margin: 0 0 25px;  
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid  #2078AF;
}

.portfolio h3,.portfolio h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 124px;
  height: 3px;
  content: "";
  background:  #2078AF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus {
        color: #7F8499;
        background-color: #fff;
        border-color: #ffc087;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(255, 128, 15, 0.25)
}
/* products */
.product_d_inner {
  padding: 20px 30px 27px;
  border: 1px solid #ebebeb;
}
.product_d_inner ul{
  /* padding: 0;
  margin: 0; */
}
@media only screen and (max-width: 767px) {
  .product_d_inner {
    padding: 20px 20px 27px;
  }
}

.product_info_button {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  padding-bottom: 10px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li {
    margin-bottom: 5PX;
  }
  .product_info_button ul li:last-child {
    margin-bottom: 0;
  }
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 20px;
  color: #555;
  font-weight: 600;
  margin-right: 35px;
  line-height: 26px;
  position: relative;
  padding: 5px 0;
}

.product_info_button >ul >li> a::before{
  background: #2078AF;
  bottom: -12px;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: 50%;
  top: auto;
  width: 0;
  z-index: 9;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.product_info_button ul > li:hover > a::before {
  left: 0;
  right: 0;
  width: 100%;
}
.product_info_button ul > li > a.active::before {
  left: 0;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li a {
    margin-right: 25px;
    font-size: 17px;
  }
}
.product_info_button ul li a.active {
  color: #333333;
  color: #2078AF;
}
.product_info_button ul li a:hover {
  color: #333333;
  color: #2078AF;
}
.product_info_button ul li:last-child a {
  margin-right: 0;
}

.product_ratting ul{
  padding-left: 0;
}
.product_ratting ul li {
  display: inline-block;
}
.product_d_right h1 {
  text-transform: capitalize;
  line-height: 20px;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right h1 {
    margin-bottom: 17px;
    font-size: 18px;
  }
}
.product_d_right .product_ratting {
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_ratting {
    margin-bottom: 12px;
  }
}
.product_d_right .product_ratting ul li.review a {
  color: #5a5a5a;
  margin-left: 10px;
}
.product_d_right .product_ratting ul li.review a:hover {
  color: #2078AF;
}
.product_d_right .price_box {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box {
    margin-bottom: 9px;
  }
}
.product_d_right .price_box span.current_price {
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box span.current_price {
    font-size: 18px;
  }
}
.product_d_right .price_box span.old_price {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .price_box span.old_price {
    font-size: 17px;
  }
}
.product_d_right .product_desc {
  margin-bottom: 19px;
  padding-bottom: 24px;
/*  border-bottom: 1px solid #ebebeb;*/
}
.product_info_content ul{
  margin: 0;
  padding-left: 20px; 
}
.product_d_right .product_desc ul li{
  list-style: disc;
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_desc {
    margin-bottom: 15px;
    padding-bottom: 18px;
  }
}
.product_d_right .product_desc::before {
  display: none;
}
.product_d_right .product_desc p {
  font-size: 14px;
  line-height: 26px;
}
.priduct_social ul{
  padding-left: 0;
}
.product_d_right .priduct_social ul li {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_d_right .priduct_social ul li {
    margin-right: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li {
    margin-right: 2px;
  }
}
.product_d_right .priduct_social ul li:last-child {
  margin-right: 0;
}
.product_d_right .priduct_social ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 3px;
  text-transform: capitalize;
  display: block;
}
@media only screen and (max-width: 767px) {
  .product_d_right .priduct_social ul li a {
    padding: 0 4px;
  }
}
.product_d_right .priduct_social ul li a:hover {
  opacity: 0.8;
}
.product_d_right .priduct_social ul li a.facebook {
  background: #3B5999;
}
.product_d_right .priduct_social ul li a.twitter {
  background: #1DA1F2;
}
.product_d_right .priduct_social ul li a.pinterest {
  background: #CB2028;
}
.product_d_right .priduct_social ul li a.google-plus {
  background: #fe6d4c;
}
.product_d_right .priduct_social ul li a.linkedin {
  background: #010103;
}
.product_d_right .product_timing {
  position: inherit;
  margin-bottom: 22px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .product_timing {
    margin-bottom: 16px;
    margin-top: 25px;
  }
}
.product_d_right .countdown_area {
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  .product_d_right .countdown_area {
    max-width: 190px;
  }
}

.product_carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
  }
  .product_carousel .owl-nav div {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -35px;
    font-size: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #b0b0b0;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .product_carousel .owl-nav div {
      left: 0;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product_carousel .owl-nav div {
      left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product_carousel .owl-nav div {
      left: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .product_carousel .owl-nav div {
      left: 0;
    }
  }
  .product_carousel .owl-nav div:hover {
    color: #2078AF;
  }
  .product_carousel .owl-nav div.owl-next {
    right: -35px;
    left: auto;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .product_carousel .owl-nav div.owl-next {
      right: 0;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product_carousel .owl-nav div.owl-next {
      right: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .product_carousel .owl-nav div.owl-next {
      right: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .product_carousel .owl-nav div.owl-next {
      right: 0;
    }
  }
  .single_product {
    padding: 20px 15px;
    border: 2px solid transparent;
    border-radius: 3px;
    background: #ffffff;
  }
  .single_product:hover {
    border-color: #ebebeb;
  }
  .single_product:hover .product_thumb a.secondary_img {
    opacity: 1;
    visibility: visible;
  }
  .single_product:hover .action_links {
    opacity: 1;
    visibility: visible;
  }
  .single_product:hover .add_to_cart {
    opacity: 1;
    visibility: visible;
  }
  .section_title {
    margin-bottom: 30px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ebebeb;
}
.product_thumb {
  position: relative;
}
.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.product_content {
  margin-top: 16px;
  text-align: center;
}
.product_content h3 {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
}
.product_content h3 a:hover {
  color: #E07F00;
}
.add_to_cart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.5s ease;
}
.add_to_cart a {
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  padding: 12px 40px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease;
  background: #E07F00;
  color: #ffffff;
  border-radius: 5px;
}
.add_to_cart a:hover {
  background: #E05F00;
}
@media only screen and (max-width: 767px) {
  .add_to_cart a {
    font-size: 12px;
    padding: 10px 30px;
    line-height: 15px;
  }
}
.product_meta{
  margin-bottom: 24px;
}
.single-zoom-thumb ul li a {
  width: 100%;
}

/* .sidebar_widget .widget_inner {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
  box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
} */
/*---------------------------
        Sidebar CSS
 ---------------------------*/
 .sidebar .sidebar-widget {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
          box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
}

.sidebar .sidebar-widget.style2 {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid  #2078AF;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 24px;
  height: 3px;
  content: "";
  background:  #2078AF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}
.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}

/* .search-box .form-group input:focus {
  border-color: #888888;
} */

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background:  #2078AF;
}

.search-box .form-group button i {
  color: #fff;
  font-size: 20px;
  position: relative;
}

.search-box.style2 .form-group {
  position: relative;
}

.search-box.style2 .form-group input {
  background: #ECF0F2;
  border: none;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box.style1 li {
  display: block;
  margin-bottom: 12px;  
}

.category-box.style1 li:last-child {
  margin: 0;
}

.category-box.style1 li a {
  display: block;
  padding: 18px 25px;
  -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
          box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box.style1 li a:hover {
  background-color:  #2078AF;
  color: #fff;
}

.category-box.style1 li a i {
  float: right;
  font-size: 13px;
  line-height: 0.8;
  position: relative;
  top: 7px;
}

.category-box.style2 li {
  position: relative;
}

.category-box.style2 li a {
  color: #54595F;
  padding: 8px 10px 8px 20px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: .85rem;
}

.category-box.style2 li a:before {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color:  #2078AF;
}

.category-box.style2 li a span {
  float: right;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 16px;
  color: #54595F;
}

.category-box.style2 li a:hover {
  color:  #90c31f;
  padding-left: 20px;
}

.category-box.style2 li:first-child a {
  padding-top: 0;
}

.category-box.style2 li:first-child a:before {
  top: 8px;
}

.category-box.style2 li:last-child a {
  padding-bottom: 0;
}

.homPanleTop {
    min-height: 250px;
    /*padding: 0px 20px 0px 20px;*/
        position: relative;
    margin-top: -320px;
}

.newsEv{background-color: #1E4D96; color: #FFF; min-height: 240px; padding-bottom: 30px; padding-left: 30px;position: relative;margin-top: -180px;}
.newsEv a,.newsEv h3{
    color: #ffffff;
}
.newsEv a:hover{
    text-decoration: underline;
}
/*margin-top: 140px;*/
.paddTopBan{padding: 140px 20px 0px 20px;}
.padToBN{padding-top: 220px}
.topBan{background-color: #0193F1; color: #FFF; min-height: 180px;  
padding: 20px 20px 10px 30px; 

}


.neswBtn{
-webkit-border-radius: 30;
-moz-border-radius: 30;
border-radius: 30px;
color: #ffffff;
font-size: 15px;
font-weight: bold;
font-family: Raleway;
background: #0C7DCD;
padding: 10px 20px 10px 20px;
border: solid #ffffff 2px;
text-decoration: none;
font-weight: bold;
}
.pR30 {
    padding-right: 30px;
}
.h3marg{margin-bottom: 30px;}
.h3MrTop{margin-bottom: 20px; padding-top: 30px;}
.topBanPage{
    color: #FFF;
/*    min-height: 180px;*/
    padding: 20px 20px 20px 30px;
}
.topBanPage a{
    color: #fff;
}
.topBanPage a:hover{
    text-decoration: underline;
    color:#fff;
}
.topBanPage li{
  line-height: 180%;
}
.topBanPage h1,.topBanPage h3,.topBanPage p{
    color: #fff;
}
 
.topPrdSrchPage h1, .topPrdSrchPage p{
    color: #fff;
}
    .app-icon {
        display: flex;
        align-items: center;
        padding-bottom: 1rem;
    }
    .app-icon img {
        max-width: 50px; /* 调整图片的最大宽度 */
        height: auto;
    }
    .app-icon h2 {
        margin: 0; /* 移除默认的顶部和底部边距 */
    }
    .app-icon a {
        text-decoration: none; /* 移除链接的下划线 */
        
    }
    .app-icon a:hover {
        text-decoration: underline; /* 鼠标悬停时显示下划线 */
    }
    .app-icon2 a {
        color: #ffffff;
        text-decoration: none; /* 移除链接的下划线 */
        
    }
    .app-icon2 a:hover {
        text-decoration: underline; /* 鼠标悬停时显示下划线 */
    }
.cursorPointer{
    cursor: pointer;
}
.ahome{
  padding-left: 5px;
}
.ahome li{
    list-style: none;
    line-height: 180%;
}

.ahome i {
    color: #00B600;
    margin-right: 5px;
}
.topBanSolu{

color: #FFF; 
min-height: 380px !important;  
padding: 20px 20px 20px 30px; 
margin: 20px 0px 20px 0px;
opacity: 0.8;

}
.soluBtn{
-webkit-border-radius: 30;
-moz-border-radius: 30;
border-radius: 30px;
color: #ffffff;
font-size: 15px;
font-weight: bold;
font-family: Raleway;
/*background: #0193F1;*/
padding: 10px 20px 10px 20px;
margin: 10px 0px 0px 0px;
border: solid #ffffff 1px;
text-decoration: none;
font-weight: bold;
}
.text-white{
  color: #ffffff;
}

#productContainer table th,
#productContainer table td {
  font-size: 13px;
  width: 9.09%; /* 100% / 11 列 */
}
#productContainer th.sticky {
  position: fixed;
    top: 200;
    left: 0;
    right: 0;
    z-index: 999998;

}
.productContainer table th,
.productContainer table td {
  font-size: 13px;
  width: 9.09%; /* 100% / 11 列 */
}