<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=========table of content start

    Template Name: Nexavision
    Template URI: https://theme.bitspecksolutions.com/nexavision/
    Author: Bitspeck Solutions
    Author URI: http://bitspeck.com/

==========================

CSS

===========================

*Common CSS

==============================


preloader


===============================
home page::

1. header section
2. Carousel section
3. Single section
4. About section
5. Services section
6. Contac section
7. Portfolio section
8. counter section
9. Testimonial section
10. Choose us section
11. Blog section
12. Client section
12. Footer section

=================================

Others Pages

==================================

=================================

Index Page

==================================

==============table of content end*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Rubik:wght@300;400;500;700;900&amp;display=swap');
/*====================================
 global area - start
====================================*/
*{
  padding: 0;
  margin: 0;
  outline: 0px;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  /*font-family: 'Rubik', sans-serif;*/
  font-family: 'PingFang SC', 'Microsoft YaHei', tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
.modal-open{
  padding: 0 !important;
  overflow: auto !important;
}

html, body, .wrapper {
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-color);
  font-weight: normal;
  line-height: 1.7rem;
  font-family: 'Poppins', serif;
  letter-spacing: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a img,
button,
iframe {
  border: none;
  text-decoration: none !important;
}

p {
  color: var(--primary-color);
  line-height: 1.5rem;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0px;
}

input:focus, textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
}

ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: var(--primary-color);
}

b, strong {
  font-weight: 900;
}

 .btn.focus,
 .btn:active:focus,
 .btn:active:hover,
 .btn:focus,
 .btn:hover {
  outline: 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -ms-box-shadow: inherit;
  -o-box-shadow: inherit;
  min-height: 50px;
}

/*====================================
 global area - end
====================================*/

/*====================================
 common css - start
====================================*/
section{
 	  /* padding: 80px 0px; */
    padding-top: 80px;
 }
.owl-carousel .owl-nav button:focus{
    outline: none !important;
 }
.owl-theme .owl-dots button:focus{
    outline: none !important;
 }
.section-tittle h3 {
    margin-bottom: 18px;
    position: relative;
    color: var(--secondary-color);
    line-height: 1.3;
}
.section-tittle small {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    line-height: .8;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
    color: var(--secondary-color);
}
.section-tittle .bottom-style{
    height: 10px;
    width: 10px;
    background: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 40px;
}
.section-tittle .bottom-style::after {
    position: absolute;
    content: "";
    background: var(--secondary-color);
    width: 50px;
    height: 2px;
    left: 45%;
}
.section-tittle .bottom-style::before {
    position: absolute;
    content: "";
    background: var(--secondary-color);
    width: 50px;
    height: 2px;
    right: 45%;
}


/*====================================
 common css - end
====================================*/

/*start preloader css*/

#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  overflow: visible;
  background: #fff url('../images/preloder.gif') no-repeat center center;
  animation: loader 5s infinite ease;
}

/*end preloader css*/


/*====================================
 header - start
====================================*/

.header_top_area{
  background: var(--primary-color);
  padding: 10px;
}
.header_wrapper ul li{
  color: #ffffff;
  margin-right: 20px;
}
.header_wrapper ul li i{
  margin-right: 10px;
}
.header_social{
  margin-right: 9%;
}
.header_social a{
  margin-right: 15px;
  color: #ffffff;
}

.sticky-header:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  position: absolute;
  background-color: transparent;
}
.sticky-header.stuck:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -webkit-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -moz-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -ms-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  -o-box-shadow: 0 2px 6px 1px rgba(48, 48, 48, 0.1);
  background-color: #00142e;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
.display-none{
  display: none;
  transition: opacity 1s ease-out !important;
  -webkit-transition: opacity 1s ease-out !important;
  -moz-transition: opacity 1s ease-out !important;
  -o-transition: opacity 1s ease-out !important;
  opacity: 0;
}

/*menu css start*/

.sticky-header{
	width: 100%;
	z-index: 999;
  position: fixed;
}
.navbar-nav .nav-item .nav-link{
	font-weight: 500;
}
.menu-sticky{
	background: #ffffff;
  border-bottom: 1px solid var(--secondary-color);
}
.nav-item{
	position: relative;
  top: 12px;
}
.navbar-nav{
	margin-bottom: 20px;
}
.navbar .navbar-collapse .navbar-nav li.active a,
.navbar .navbar-collapse .navbar-nav li a:hover {
  background: transparent;
  color: var(--secondary-color)
}
.navbar .navbar-collapse .navbar-nav li a:before {
  position: absolute;
  content: '';
  left: 8px;
  bottom: 0;
  right: 50%;
  height: 1px;
  background: #ffffff;
  border-bottom: 2px solid var(--secondary-color);
  visibility: hidden;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 1;
}

.navbar .navbar-collapse .navbar-nav li.active a:before,
.navbar .navbar-collapse .navbar-nav li a:hover:before {
  visibility: visible;
  right: 0;
  max-width: 50%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:before{
	display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	color: #000000 !important;
	border-bottom: 1px solid #ccc !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
  background-color: var(--secondary-color);
  color: #ffffff !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	left: -50px;
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu{
  transition: all 0.5s ease-in-out;
}
.dropdown-menu .dropdown-item{
  font-size: 14px;
}

/*====================================
 header - end
====================================*/

/*====================================
 banner - start
====================================*/

.carousel-item img{
	position: relative;
	height: 100vh;
  /*max-height: 780px;*/
}
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240,240,240,0.5);
}
.slider-text{
	position: absolute;
}
.slider-content {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-235%);
  -moz-transform: translateY(-235%);
  -ms-transform: translateY(-235%);
  -o-transform: translateY(-235%);
  transform: translateY(-235%);
  left: 0;
  width: 100%;
  padding-bottom: 50px;
}

.slider-content p{
	margin-bottom: 40px;
  color: var(--primary-color);
}
.slider-content h2{
  margin-bottom: 30px;
  color: var(--primary-color) !important;
  font-family: 'PingFang SC', 'Microsoft YaHei', tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}
.slider-content h2 span{
  color: var(--secondary-color)
}

.carousel-indicators {
  position: absolute;
  bottom: 5%;
  z-index: 9;
  right: 0%;
  transform: rotate(180deg);
}
.carousel-indicators li{
	width: 10px;
	height: 10px;
	background: var(--primary-color);
	border-radius: 500px;
	transform: rotate(180deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.carousel-indicators li.active{
	background: var(--secondary-color);
	width: 12px;
	height: 12px;
	margin-top: -1px;
}
.carousel-item.active
.slider-content .slidp1{
  font-size: 18px;
  font-weight: 500;
  color: #259ed9;
}
.slider-content h2{
	font-size: 50px;
	font-weight: bolder;
	color: #ffffff;
	line-height: 4rem;

}
.slider-content .slidp2{
    color: #ffffff;
}
.slider-content a{
	background: var(--secondary-color);
	border: none;
	padding: 15px 30px;
	border-radius: 50px;
	color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.slider-content a:hover{
  background: #ffffff;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}


/*====================================
 banner - end
====================================*/

/*====================================
 single - start
====================================*/
.single-box i{
  background-color: rgba(69, 90, 100, 0.08);
  color: var(--secondary-color);
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  margin: 20px 0 20px;
  text-decoration: none;
  -webkit-border-radius: 70px;
  -khtml-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  border-radius: 70px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.single-box:hover i{
  color: #ffffff;
  background-color: var(--secondary-color);
  margin-top: 10px;
}
.single-box-text h4{
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-size: 20px;
}
.single-box-text p{
  color: #5a5a5a;
}
.single-box1{
  background-color: rgba(69, 90, 100, 0.08);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.single-box1:hover{
  background-color: var(--secondary-color);
}
.single-box1:hover i{
  color: #ffffff;
}
.single-box1:hover h4{
  color: #ffffff;
}
.single-box1 i{
  color: var(--secondary-color);
  font-size: 40px;
  margin: 20px 0 20px;
  text-decoration: none;
}


/*====================================
 single - end
====================================*/

/*====================================
 about us - start
====================================*/

#about-section,
#about-sections2{
  background-color: rgba(69, 90, 100, 0.08);
}
.about_details .about-header h3{
   color: var(--secondary-color);
   margin-bottom: 20px;
}
.about-header h3:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 100px;
  height: 2px;
  bottom: 89%;
}
.about-header h3:after {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 75px;
  height: 2px;
  bottom: 90%;
  left: 15px;
}
.about_details p{
  padding: 20px 0px;
  color: #5a5a5a;
}
.about_list .about-icon{
  float: left;
  padding: 5px 10px;
  border: 1px dashed #bfb4b4;
}
.about_list .about-icon i{
  font-size: 32px;
  color: var(--secondary-color);
}
.about_list h5 {
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: var(--primary-color);
  margin: 0 auto;
  margin-left: auto;
  padding: 12px 0px 00px;
  margin-left: 65px;
  font-weight: 600;
}
.about_para {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: left;
  color: #5a5a5a;
}

.embed-responsive-item {
  border: none;
}

.about-video {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 99.9%;
}
.about-video .img-responsive {
    width: 100%;
}
.overlay-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.overlay-video .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(240,240,240,0.5);
}
.overlay-video .video i{
  font-size: 32px;
  color: var(--secondary-color);
  padding: 14px 22px;
}
.video-play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.video-play-button:focus{
  outline-color: var(--secondary-color);
}


.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 99.9%;
  margin-bottom: 20px;
}
.item-img-wrap .img-responsive {
  width: 100%;
}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay .about {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13%;
  background: rgba(85, 85, 85, 0.3);
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.btn-transparent-sm {
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.05);
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding: 0 13px;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-transparent-sm i {
  margin-right: 2px;
}
.item-img-wrap:hover .item-img-overlay div {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.about2-text{
  color: #5a5a5a;
}



/*====================================
 about us - end
====================================*/

/*====================================
 service - start
====================================*/

.service_img{
  position: relative;
  /* custom */
  max-height: 230px;
  overflow: hidden;
  /* custom */
}

.service-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: rgba(0,0,0,0.5);
}
.service_contant:hover .service-overlay{
  opacity: 1;
}
.service-icon{
  float: left;
  padding: 5px 10px;
  border: 1px dashed #bfb4b4;
}
.service-icon i{
  font-size: 32px;
  color: var(--primary-color)
}
.serv_item{
  padding: 20px;
  background-color: rgba(69, 90, 100, 0.08);
}
.serv_item p{
  padding: 20px 0px 0px;
  color: #5a5a5a;
}
.serv_item h5 {
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: var(--primary-color);
  margin: 0 auto;
  margin-left: auto;
  padding: 12px 0px 00px;
  margin-left: 65px;
  font-weight: 600;
}
.ser-det{
  margin-bottom: 30px;
}


/*====================================
 service - end
====================================*/

/*====================================
 contact us - start
====================================*/

#contact-section{
	padding: 100px 0px;
	/*background-image: url(../images/contact-sec.jpg);*/
	background-image: linear-gradient(90deg, var(--primary-color) 0, #204B5F 100%);
	background-size: cover;
  background-attachment: fixed;
	background-repeat: no-repeat;
	/*position: relative;*/
	background-position: center;
  z-index: -1;
}
.overlay-contact{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(240,240,240,0.7);
  z-index: -1;
}
.contact-details{
  z-index: 2;
}
.contact-details h3{
  font-size: 36px;
  font-weight: bolder;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
}
.contact-details p{
  color: #ffffff;
  padding: 0px 265px;
  margin-bottom: 30px;
}
.contact-details a{
  background: var(--secondary-color);
  border: none;
  border-radius: 5px;
  padding: 15px 35px;
  color: #ffffff;
}
.contact-details h4{
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.4;
  font-family:
          'Microsoft YaHei',      /* 寰蒋闆呴粦锛圵in锛� */
          'Heiti SC',              /* 榛戜綋-绠€锛坢acOS/iOS锛� */
          'WenQuanYi Zen Hei',     /* 鏂囨硥椹垮井绫抽粦锛圠inux锛� */
          'SimHei',                /* Windows 澶囩敤 */
          sans-serif;              /* 鏈€缁堝洖閫€ */
}
.map iframe{
	width: 100%;
}


/*====================================
 contact us - end
====================================*/


/*====================================
 portfolio - start
====================================*/

.portfolio-title .bottom-style{
   margin: 0px 10px 15px 10px;
}
.portfolio-details{
	border-radius: 10px;
	position: relative;
}
.portfolio-btn{
  margin-left: 50%;
  transform: translateX(-50%);
  background: var(--secondary-color);
  color: #ffffff;
}
.portfolio-contant{
  text-align: center;
  margin-top: 50%;
  transform: translateY(-50%);
}
.portfolio-contant h5{
  color: #ffffff;
  margin-bottom: 10px;
}
.portfolio-contant p{
  color: #ffffff;
}
.port-overlay::before {
  background: #181715;
  content: "";
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.port-overlay{
  opacity: 0;
  position: absolute;
  transform: scale(0);
  transition: all .3s ease 0s;
  visibility: hidden;
  z-index: 1;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
}
.portfolio-details:hover .port-overlay{
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: scale(1);
}
.portfolio-btn:hover{
  color: #ffffff;
}
.nav-pills li a{
	background: none !important;
	color: var(--primary-color);
	font-weight: 600;
}
.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
  color: var(--secondary-color);
}

/*====================================
 portfolio - end
====================================*/

/*====================================
 counter - start
====================================*/

#counter-section{
	background-image: url(../images/counter.jpg);
	background-size: cover;
  background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: -2;
	background-position: center;
}
.overlay-counter{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(184,152,65,0.8);
  z-index: -1;
}
.number-icons{
  width: 100px;
  height: 100px;
  display: inline-block;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  margin-bottom: 30px;
}
.number-icons i{
  color: var(--secondary-color);
  margin-top: 50%;
  transform: translateY(-50%);
  font-size: 40px;

}
.number-no {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.number-title{
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}


/*====================================
 counter - end
====================================*/

/*====================================
 client say - start
====================================*/

.clientsay .owl-dots .owl-dot{
	margin-top: 40px;
}
.clientsay .owl-dots .owl-dot span{
	background: transparent !important;
	border: 1px solid var(--secondary-color);
}
.clientsay .owl-dots .owl-dot.active span{
	background: var(--secondary-color) !important;
}
.client-details{
	background-color: rgba(69, 90, 100, 0.08);
	border-radius: 10px;
	margin: 0px 10px;
}
.client-details p{
  color: #5a5a5a;
  margin-bottom: 16px;
}
.client-details h5{
	font-size: 18px;
	font-weight: bold;
	position: relative;
  color: var(--primary-color);
}
.client-details h5::before{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	left: 20px;
  top: 22px;
	background: var(--secondary-color);
}

/*====================================
 client say - end
====================================*/

/*====================================
 chose - start
====================================*/

#chose-us-section{
  background-color: rgba(69, 90, 100, 0.08);
}
.chose-img img{
  height: 615px;
}
.choose-title .choose-header h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
}
.choose-header h3:before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 100px;
  height: 2px;
  bottom: 93%;
}
.choose-header h3:after {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 75px;
  height: 2px;
  bottom: 94%;
  left: 15px;
}
.choose-title p {
  padding: 20px 0px;
  color: #5a5a5a;
}
.choose_item{
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.choose_item:hover{
  box-shadow: 0px 5px 5px 0px #e7e7e7;
}
.choose_item .choose-icon{
  float: left;
}
.choose_item .choose-icon i{
  font-size: 32px;
  color: var(--secondary-color);
}
.choose_item h5{
  display: block;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: capitalize;
  color: var(--primary-color);
  margin: 0 auto;
  margin-left: auto;
  padding: 0px 0px 00px;
  margin-left: 48px;
  font-weight: 600;
}
.choose_item p{
  padding: 20px 0px 0px;
  color: #5a5a5a;
  margin-left: 48px;
}

/*====================================
 chose - end
====================================*/

/*====================================
 blog - start
====================================*/

.blog-section2{
  background-color: rgba(69, 90, 100, 0.08);
}
.blog-img{
	position: relative;
}
.blog-img-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: rgba(0,0,0,0.5);
}
.blog-contant:hover .blog-img-overlay{
   opacity: 1;
}
.blog-details{
  background-color: rgba(69, 90, 100, 0.08);
  padding: 20px;
}
.blog-details p{
	color: #5a5a5a;
  margin-bottom: 20px;
}
.blog-details2 {
  background-color: #ffffff;
}
.blog-details h4{
	font-size: 22px;
	font-weight: bold;
	color: var(--primary-color);
	line-height: 1.9rem;
  padding: 10px 0px 20px;
}
.blog-details span{
	color: #8b8b8b;
}
.blog-details .blog_btn{
  font-size: 14px;
  letter-spacing: .5px;
  color: #424242;
  display: block;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.blog-details .blog_btn:hover{
  letter-spacing: 2px;
}
.blog-details .blog_btn span{
   margin-left: 5px;
}
.col-blog{
  margin-bottom: 30px;
}


/*====================================
 blog- end
====================================*/


/*====================================
 brand - start
====================================*/
#brand-section{
  padding: 80px 0px;
}
.client .owl-item img {
  display: block;
  width: 70%;
}
.client .client-img{
  display: flex;
  justify-content: center;
  max-width: 200px;
}
.client .owl-nav .owl-prev{
  position: absolute;
  left: -5%;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary-color) !important;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-prev:hover{
  background: var(--secondary-color) !important;
  cursor: pointer;
}
.client .owl-nav .owl-prev span{
  color: var(--secondary-color) !important;
  font-size: 32px;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-prev:hover span{
  color: #ffffff !important;
}
.client .owl-nav .owl-next{
  position: absolute;
  right: -5%;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary-color) !important;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-next:hover{
  background: var(--secondary-color) !important;
  cursor: pointer;
}
.client .owl-nav .owl-next span{
  color: var(--secondary-color) !important;
  font-size: 32px;
  transition: all 0.5s ease-in-out;
}
.client .owl-nav .owl-next:hover span{
  color: #ffffff !important;
}

/*====================================
  brand- end
====================================*/


/*====================================
  footer- start
====================================*/
#footer{
	background-image: url(../images/footer_img.jpg);
	background-size: cover;
  background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: -2;
	background-position: center;
}
.overlay-footer{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(184,152,65,0.9);
  z-index: -1;
}

.footer-text{
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 1.9rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.footer-about p{
	color: #ffffff;
}

.footer-about ul li:hover a i{
	color: #ffffff;
}
.footer-about ul li a i{
  font-size: 18px;
  color: var(--primary-color);
}
.footer-service ul li a{
	color: #ffffff;
}
.footer-service ul li{
	margin-bottom: 10px;
}
.media img{
	width: 35%;
}
.media-body h5{
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7rem !important;
}
.media-body span{
    color: var(--primary-color);
}
.footer-contact p{
	color: #ffffff;
  margin-bottom: 10px;
}
.footer-contact ul li{
	color: #ffffff;
}
.footer-contact ul li i{
	color: var(--primary-color);
}

footer .scrollToTop {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 25px;
  bottom: 6px;
  background-color: rgba(69, 90, 100, 0.08);
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  padding: 6px 16px;
}
footer .scrollToTop i {
  color: var(--secondary-color);
  font-size: 30px;
}


/*====================================
  footer- start
====================================*/

/*====================================
  Other pages start
====================================*/


#page-breadcrumb {
  height: 400px;
  position: relative;
  z-index: 1;
  background: url(../images/commonimg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#page-breadcrumb-product {
  height: 400px;
  position: relative;
  z-index: 1;
  background: url(../images/index/product-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

#page-breadcrumb-solution {
  height: 400px;
  position: relative;
  z-index: 1;
  background: url(../images/index/solution-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

#page-breadcrumb-success-case {
  height: 400px;
  position: relative;
  z-index: 1;
  background: url(../images/index/success-case-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.common-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.breadcrumb-menu {
  color: #ffffff;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
  text-align: center;
  padding-top: 40px;
}
.breadcrumb-menu h3 {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 15px;
}
.breadcrumb-menu .breadcrumb {
  background-color: transparent;
  border-style: none;
  border-radius: 0px;
  padding: 0;
}
.breadcrumb&gt;li {
    display: inline-block;
}
.breadcrumb .active{
	color: var(--secondary-color) !important;
}
.breadcrumb li a{
	color: #ffffff;
}


#about-sections{
	background: rgba(227,239,247,0.8);
}
.about-testimonial{
  background-color: rgba(69, 90, 100, 0.08);
}

.about-testimonial-1{
  background-color: #FFFFFF;
}

.team-img img{
  display: inline-block;
  transform: scale(1);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.team-img{
  position: relative;
  overflow: hidden;
}
.team-img::after {
  background: #333;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: scale(0);
  opacity: .7;
}
.team-box:hover .team-img::after {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: scale(1.2);
}
.team-social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  z-index: 9;
}
.team-box:hover .team-social{
  opacity: 1;
}
.team-social ul li{
  background: #ffffff;
  border: 1px solid var(--secondary-color);
  border-radius: 500px;
  width: 40px;
  height: 40px;
}
.team-social ul li i{
  color: var(--secondary-color);
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 12px 0px;
}
.team-details{
  background: #f5f5f5;
  padding: 20px 0px;
  border-bottom: 1px solid var(--secondary-color);
}
.team-details h6{
  color: var(--primary-color);
  font-weight: 500;
}
.team-details span{
  color: #5a5a5a;
}


.navigation{
	margin-left: 50% !important;
  transform: translateX(-50%) !important;
  margin-top: 60px;
}
.pagination .page-item .page-link{
	border-radius: 50%;
  height: 40px;
  width: 40px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.pagination .page-link.active{
  background: #259ed9;
  color: #ffffff;
}


.post-head{
	margin-top: 20px;
}
.post-head span{
	color: #8b8b8b;
}

.blog-details-title h4{
	font-size: 22px;
  font-weight: bold;
  color: var(--primary-color);
  line-height: 1.9rem;
  margin: 10px 0px 20px 0px;
}
.blog-content-details p{
  color: #5a5a5a;
  margin-bottom: 20px;
}
.blockquote{
	padding: 40px;
	margin-bottom: 20px;
	background-color: rgba(69, 90, 100, 0.08);
	border-left: 2px solid var(--secondary-color);
}
.blockquote p{
	font-size: 16px;
	color: #5a5a5a;
  font-style: italic;
}
.blog-tags-share-wrap{
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.blog-tags h6{
	font-size: 20px;
	font-weight: 500;
  color: var(--primary-color);
}
.share-list a{
	padding: 8px;
	background-color: rgba(69, 90, 100, 0.08);
	color: #7a7a7a;
	margin-right: 15px;
}
.bottom-border-title h5{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
  color: var(--primary-color);
}
.blog-commenter-name{
    margin-bottom: 15px;
}
.blog-commenter-name h5{
	font-weight: 600;
}
.blog-commenter-name span{
	color: #8b8b8b;
}
.blog-author-paragraph{
	color: #5a5a5a;
}
.reply-btn{
	position: absolute;
	right: 0;
	background-color: rgba(69, 90, 100, 0.08);
	color: var(--secondary-color);
	padding: 10px 30px;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.reply-btn:hover{
	color: var(--secondary-color);
}
.blog-commenter-name h5{
  color: var(--primary-color);
}
.blog-comments-div{
	border-bottom: 1px solid #e8e8e8;
}
.blog-commenter-img{
  border-radius: 50px;
  position: relative;
  width: 100px;
  height: 100px;
  top: -10px;
}
.blog-from .contact-text{
	font-size: 30px;
	font-weight: bold;
}
.blog-from p{
	color: #8b8b8b;
	margin-bottom: 60px;
}
.blog-from input{
  border: none;
  background-color: rgba(69, 90, 100, 0.08);
}
.blog-from textarea{
	border: none;
	background-color: rgba(69, 90, 100, 0.08);
  padding: 30px 30px;
}
.from-button{
	background: var(--secondary-color);
	color: #ffffff;
}
.form-control.input-field {
  float: left;
  width: calc(100% - 70px);
  border: none !important;
  background: rgba(69, 90, 100, 0.08);
}
.form-control:focus{
  border-color: var(--secondary-color) !important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}
.single-right-sidebar-from button.search-btn {
  font-size: 22px;
  height: 50px;
  width: 70px;
  border: none;
  background: var(--secondary-color);
  color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.single-right-sidebar-from{
	margin-bottom: 30px;
}
.catagory-border-title h5{
	font-size: 20px;
	font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.categories-list ul li{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.categories-list ul li a,i{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.categories-list ul li:hover{
  color: var(--secondary-color);
}
.categories-list ul li:hover a{
  color: var(--secondary-color);
}
.categories-list ul li:hover a i{
  color: var(--secondary-color);
}
.rightbar_post a img{
  width: 100px;
  height: 75px;
}
.recent-post .recent-border-title h5{
	font-size: 20px;
	font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.rp-text h6{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7rem;
  color: var(--primary-color);
}
.rp-text small{
	font-size: 14px;
	color: #8b8b8b;
}
.rp-thumb{
	border-bottom: 1px solid #e8e8e8;
}
.tag-border-title h5{
	font-size: 20px;
	font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.tag-list li {
  padding: 5px 24px;
  margin: 0px 0px 3px 0px;
  display: inline-block;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  transition: all 0.5s ease-in-out;
}
.tag-list li a{
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.tag-list li:hover{
  background-color: transparent;
}
.tag-list li:hover a{
  color: var(--primary-color);
}


.contact-from{
  padding: 0px 0px 80px;
}
.contact_details{
	box-shadow: 0px 10px 20px 5px #ececec;
	 -webkit-box-shadow: 0px 10px 20px 5px #ececec;
  -moz-box-shadow: 0px 10px 20px 5px #ececec;
  -ms-box-shadow: 0px 10px 20px 5px #ececec;
  -o-box-shadow: 0px 10px 20px 5px #ececec;
	padding: 60px 30px;
}
.contact_details i{
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--secondary-color);
}
.contact-icon img{
	width: 42% !important;
  display: inline-block !important;
  margin-top: 50%;
  transform: translateY(-50%);
}
.contact-icon1{
  background: #ffe4e3;
}
.contact-icon2{
  background: #e3eff7;
}
.contact-icon3{
  background: #dcf9f0;
}
.contact-text h5{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.contact-text span{
	display: block;
	color: #8b8b8b;
}

.testimonial-box .testi_images img{
  width: 100px;
  display: inline-block;
  border-radius: 500px;
  border: 3px solid var(--secondary-color);
}
.testimonial-box .testi_images{
  margin-bottom: 40px;
}
.testimonial-box {
  padding: 0px 190px 30px 190px;
}
.testimonial_content{
  margin-bottom: 20px;
}
.testimonial_content p{
  padding: 0 10px;
  color: #5a5a5a;
}
.testimonial-box .cus-title .tes-nam{
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
}
.testimonial-box .cus-title .tes-degree{
  color: #5a5a5a;
}
.clientsay2 .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid var(--secondary-color);
}
.clientsay2 .owl-dots .owl-dot.active span {
  background: var(--secondary-color) !important;
}


/*====================================
  Other pages end
====================================*/

/*===============index page css start==================*/

.indexlink{
  background: #f26522;
  color: #fff !important;
}
.preview-desc p{
  color: #fff;
}

.preview-button a{
  color: #fff;
}
.preview-button a i{
  margin-left: 5px;
}

.preview-item-img{
   background-color: var(--secondary-color);
}
.preview-content{
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-content-preview .title h1{
	font-weight: 700;
}
.preview-content a {
  background: #ffffff;
  border: none;
  padding: 20px 42px;
  border-radius: 5px;
  color: var(--secondary-color);
}
.image-container span img {
  height: auto;
  max-width: 50%;
}
.features-item{
  background-color: #eee;
  padding: 30px;
}
.features-item .title-text{
  font-size: 18px;
  margin-top: 16px;
}
#preview-section .section-tittle::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #f26522;
}
.image-container a img{
  position: relative;
}
.overlay-preview{
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(184,152,65,0.44);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.overlay-preview:hover{
  background-color: rgba(184,152,65,0.88);
  cursor: pointer;
}
.overlay-preview .title-text{
  color: #fff !important;
  align-items: center;
  transform: translateY(215px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.overlay-preview:hover .title-text{
  font-size: 36px;
}
.banner-content-preview{
   transform: translateY(500px);
}
.preview-h1{
  color: #fff;
  background: none !important;
}
.preview-item-img{
    min-height: 500px;
}


/*====================================
 custom - start
====================================*/
:root { /* 鍏ㄥ眬浣滅敤鍩� */
  --primary-color: rgba(30, 78, 89, 1);    /* 涓昏壊 */
  --secondary-color: rgb(223, 148, 36);  /* 杈呰壊 */
}

.connection a{
	background: var(--secondary-color);
	border: none;
	/* padding: 15px 30px; */
	border-radius: 50px;
	color: #ffffff;
  transition: all 0.5s ease-in-out;
  text-decoration: none; /* 娣诲姞杩欒纭繚娌℃湁涓嬪垝绾� */
  display: inline-block; /* 娣诲姞杩欒纭繚瀹藉害涓€鑷� */
  border: 1px solid transparent; /* 娣诲姞閫忔槑杈规锛岄槻姝㈡偓鍋滄椂瀹藉害 */
}
.connection a:hover{
  background: #ffffff;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  text-decoration: none; /* 纭繚鎮仠鏃朵篃娌℃湁涓嬪垝绾� */
  /* visibility:hidden !important; */
}

/* 娣诲姞鐗瑰畾鐨勯€夋嫨鍣ㄦ潵瑕嗙洊瀵艰埅鏍忕殑 hover 鏁堟灉 */
.navbar .navbar-collapse .navbar-nav li.connection a:hover:before {
  visibility: hidden !important; /* 寮哄埗闅愯棌涓嬪垝绾挎晥鏋� */
}

/* 鐢ㄦ埛澶村儚鏍峰紡 */
.user-avatar {
  display: flex;
  align-items: center;
}

.user-avatar .nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--secondary-color);
  transition: all 0.3s ease;
}

.avatar-img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.avatar-text {
  display: none; /* 榛樿闅愯棌鏂囧瓧 */
  margin-left: 8px;
  color: var(--primary-color);
}

.service_img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.section-tittle .section-desc {
  max-width: 800px;
  margin: 20px auto;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.8;
}

.section-tittle .section-desc span {
  color: var(--secondary-color);
}

/* 鍚堜綔鏂瑰悜鏉垮潡鏍峰紡 */
.cooperation-section .coop-item {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  width: 100%;  /* 纭繚姣忎釜椤圭洰鍗犳弧瀹瑰櫒瀹藉害 */
}

.cooperation-section .coop-content {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.cooperation-section .coop-img {
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooperation-section .coop-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

/* 娣诲姞钂欏眰鏁堟灉 */
.cooperation-section .coop-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: rgba(0,0,0,0.5);
}

/* 鎮仠鏃舵樉绀鸿挋灞� */
.cooperation-section .coop-content:hover .coop-img::after {
  opacity: 1;
}

.cooperation-section .coop-text {
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;  /* 纭繚鏂囨湰鍖哄煙瀹藉害涓€鑷� */
  padding: 30px;
  min-height: 300px;  /* 璁剧疆鏈€灏忛珮搴︾‘淇濊瑙変竴鑷存€� */
  background-color: rgba(69, 90, 100, 0.08);
}

.cooperation-section .coop-text h5 {
  display: inline-block;
  margin: 0 0 15px 10px;
  vertical-align: top;
}

.coop-text-h5-center {
  display: block !important;
  text-align: center;
}

.cooperation-section .coop-icon {
  display: flex;
  margin-bottom: 15px;
  vertical-align: top;  /* 鏀逛负椤堕儴瀵归綈 */
  padding-top: 3px;  /* 寰皟鍥炬爣浣嶇疆 */
}

.cooperation-section .coop-icon i {
  font-size: 24px;
  color: #5a5a5a;
}

.cooperation-section h5 {
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--primary-color);
}

.cooperation-section p {
  margin-bottom: 10px;
  color: #5a5a5a;
}

/* 杞挱鏍峰紡 */
#blog-section, #link-section {
  position: relative;
  overflow: hidden; /* 闃叉鍐呭婧㈠嚭 */
}

#blog-section .row, #link-section .row {
  position: relative;
}

.blog-prev, .blog-next, .link-prev, .link-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--secondary-color);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.blog-prev:hover, .blog-next:hover, .link-prev:hover, .link-next:hover {
  background: var(--secondary-color);
  opacity: 1;
}

.blog-prev, .link-prev {
  left: -20px;
}

.blog-next, .link-next {
  right: -20px;
}

.blog-carousel .item {
  padding: 10px;
}

.blog-carousel .owl-stage {
  display: flex;
}

.blog-carousel .blog-contant {
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/* 娣诲姞杞挱鎸囩ず鍣ㄦ牱寮� */
.blog-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.blog-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.blog-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

.blog-carousel .owl-dots .owl-dot.active span,
.link-carousel .owl-dots .owl-dot.active span {
  background: var(--secondary-color);
}

#link-section {
  padding: 60px 0px;
  background-color: #f9f9f9;
}

.link-carousel .item {
  padding: 15px;
}

.link-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 15px;
  transition: all 0.3s ease;
}

.link-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.link-img img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.link-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary-color) !important;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}

.link-carousel .owl-nav .owl-prev:hover {
  background: var(--secondary-color) !important;
  cursor: pointer;
}

.link-carousel .owl-nav .owl-prev span {
  color: var(--secondary-color) !important;
  font-size: 32px;
  transition: all 0.5s ease-in-out;
}

.link-carousel .owl-nav .owl-prev:hover span {
  color: #ffffff !important;
}

.link-carousel .owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary-color) !important;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}

.link-carousel .owl-nav .owl-next:hover {
  background: var(--secondary-color) !important;
  cursor: pointer;
}

.link-carousel .owl-nav .owl-next span {
  color: var(--secondary-color) !important;
  font-size: 32px;
  transition: all 0.5s ease-in-out;
}

.link-carousel .owl-nav .owl-next:hover span {
  color: #ffffff !important;
}

/* 绉诲姩绔€傞厤 */
/* @media (max-width: 991px) {
  .user-avatar {
    margin-top: 10px;
  }

  .avatar-img {
    width: 35px;
    height: 35px;
  }
} */

@media (max-width: 768px) {

  .user-avatar .nav-link {
    padding: 5px;
  }

  .avatar-text {
    display: inline-block; /* 鍦ㄧЩ鍔ㄧ鏄剧ず鏂囧瓧 */
  }

  .connection .nav-link {
    max-width: 100px; /* 璁剧疆鏈€澶у搴� */
  }

  .cooperation-section .coop-content {
      flex-direction: column;  /* 鏀逛负绾靛悜鎺掑垪 */
  }

  .cooperation-section .coop-img {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;  /* 娣诲姞瀹藉害100% */
      margin: 0;    /* 绉婚櫎鍙兘鐨勫杈硅窛 */
      padding: 0;   /* 绉婚櫎鍙兘鐨勫唴杈硅窛 */
  }

  .cooperation-section .coop-img img {
      width: 100%;      /* 纭繚鍥剧墖瀹藉害100% */
      /*height: 200px;    !* 淇濇寔鍥哄畾楂樺害 *!*/
      object-fit: cover; /* 纭繚鍥剧墖濉厖婊″鍣� */
  }

  .cooperation-section .coop-text {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;      /* 娣诲姞瀹藉害100% */
      padding: 20px;
      box-sizing: border-box; /* 纭繚padding涓嶄細瀵艰嚧婧㈠嚭 */
  }

  .blog-nav-buttons {
    text-align: center;
  }

  .blog-prev, .blog-next, .link-prev, .link-next {
    display: none; /* 鍦ㄧЩ鍔ㄧ闅愯棌宸﹀彸鍒囨崲鎸夐挳 */
  }

  /* 纭繚绉诲姩绔彧鏄剧ず涓€涓」鐩� */
  .blog-carousel .owl-item {
    width: 100% !important;
  }

  /* 澧炲己绉诲姩绔疆鎾寚绀哄櫒鍙鎬� */
  .blog-carousel .owl-dots, .link-carousel .owl-dots {
    margin-top: 15px;
  }

  .blog-carousel .owl-dots .owl-dot span, .link-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }

  .blog-carousel .item {
    padding: 10px;
  }

  .link-carousel .owl-nav .owl-prev {
    left: -3%;
  }

  .link-carousel .owl-nav .owl-next {
    right: -3%;
  }
}

@media (max-width: 576px) {
  .link-carousel .owl-nav .owl-prev,
  .link-carousel .owl-nav .owl-next {
    display: none;
  }

  .link-img {
    height: 80px;
  }

  .link-img img {
    max-height: 50px;
  }
}

/* 娣诲姞灏忓睆骞曢€傞厤 */
@media (max-width: 480px) {
  .connection .nav-link {
    max-width: 115px; /* 璁剧疆鏈€澶у搴� */
  }

  .cooperation-section .coop-img img {
      /*height: 180px;  !* 鏇村皬灞忓箷杩涗竴姝ラ檷浣庡浘鐗囬珮搴� *!*/
  }

  .cooperation-section .coop-text {
      min-height: 200px;
      padding: 15px;  /* 鏇村皬灞忓箷鍑忓皯鍐呰竟璺� */
  }
}

.footer-bottom {
  height: 150px;
  background-color: var(--primary-color);
}

.footer-bottom-text {
  padding: 40px 0px;
  font-size: .9rem;
  font-weight: 300;
}
.footer-bottom-text p {
	color: #999;
}

.footer-bottom-text a {
	color: #999;
}

.title-divider {
  border: none;
  height: 2px;
  background-color: var(--secondary-color);
  margin: 0px 0 10px;
}

.contact_now {
  padding-bottom: 20px;
  padding-top: 0px;
}



.content-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    position: relative;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--secondary-color), transparent);
    opacity: 0.2;
}

.content-item {
    margin-bottom: 50px;
    position: relative;
    transition: transform 0.3s ease;
}

.content-item:hover {
    transform: translateY(-5px);
}

.content-item:last-child {
    margin-bottom: 0;
}

.content-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.content-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0.1), rgba(0,0,0,0.05));
    z-index: 1;
}

.content-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.content-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.content-image:hover .image-overlay {
    opacity: 1;
}

.content-text {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start; /* 纭繚鍐呭浠庨《閮ㄥ紑濮� */
}

.content-text h4 {
    /* font-size: 32px; */
    color: var(--primary-color);
    margin: 0; /* 绉婚櫎鎵€鏈夎竟璺� */
    padding: 0 0 15px 0; /* 鍙繚鐣欏簳閮ㄥ唴杈硅窛 */
    font-weight: 600;
    position: relative;
    align-self: flex-start; /* 纭繚鏍囬浠庡乏渚у紑濮� */
}

.content-text h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
}

.content-divider {
    width: 60px;
    height: 3px;
    background-color: var(--secondary-color);
    margin: 25px 0;
    position: relative;
}

.content-divider::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.content-text p {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.8;
    font-size: 16px;
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0; /* 鍙繚鐣欓《閮ㄥ杈硅窛 */
}

.content-list li {
    margin-bottom: 15px;
    color: #666;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    /*background: rgba(0,0,0,0.02);*/
    border-radius: 8px;
    transition: all 0.3s ease;
}

.content-list li:hover {
    background: rgba(0,0,0,0.05);
    transform: translateX(5px);
}

.content-list li i {
    color: var(--secondary-color);
    margin-right: 15px;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

@media (max-width: 991px) {
    .content-item {
        margin-bottom: 30px;
    }

    .content-image img {
        height: 300px;
    }

    .content-text {
        padding: 30px;
    }

    .content-text h4 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .content-section {
        padding: 60px 0;
    }

    .content-image img {
        height: 250px;
    }

    .content-text h4 {
        font-size: 24px;
    }

    .content-list li {
        padding: 8px 12px;
    }
}

.text-content {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.text-content.expanded {
    max-height: none;
}

.text-toggle {
    text-align: center;
    margin-top: 15px;
}

.toggle-btn {
    background: none;
    border: none;
    color: var(--theme-color);
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    transition: all 0.3s ease;
}

.toggle-btn:hover {
    opacity: 0.8;
}

.toggle-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.text-content.expanded + .text-toggle .toggle-btn i {
    transform: rotate(180deg);
}

.coop-text .text-content {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.coop-text .text-content.expanded {
    max-height: none;
}

.coop-text .text-toggle {
    text-align: center;
    margin-top: 15px;
}

.coop-text .toggle-btn {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    transition: color 0.3s;
}

.coop-text .toggle-btn:hover {
    color: #333;
}

.coop-text .toggle-btn i {
    margin-left: 5px;
    transition: transform 0.3s;
}

.coop-text .text-content.expanded + .text-toggle .toggle-btn i {
    transform: rotate(180deg);
}


.contact-dropdown {
  position: relative;
}
.contact-dropdown-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.contact-dropdown-content.show {
  display: block;
  opacity: 1;
}
.contact-dropdown-content::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
.contact-dropdown-content img {
  max-width: 200px;
  height: auto;
  display: block;
}
/* 搴曢儴鎸夐挳鐨勭壒娈婃牱寮� */
.conani.contact-dropdown {
  display: inline-block;
}
.conani .contact-dropdown-content {
  margin-top: 10px;
}

/*====================================
 custom - end
====================================*/</pre></body></html>