/*------------------------------------------------------------------------------
[Master Stylesheet]

Project:        Corporate Technology Template
Version:        1.0
Last change:    17/03/2024
Primary use:    Corporate Templates 
Author:         bitspeck
URL:            https://theme.bitspecksolutions.com/html-template/ctech/
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
[Table of contents]
    * Common CSS
    * Preloader CSS
    * header CSS
        * Header SLider
        * Header Video
    * About Us
        * About- index page
        * About - video index page
    * Features 
    * Our Services
    * Team
        * our team - index page
        * our team- video index page
    * Counter
    * Blog
    * Testimonial 
        * testimonial - index page
        * testimonial - video index page
    * Pricing Plan
        * pricing plan - index page
        * pricing plan - video index page
    * Client logo carousel
    * Project/ Gallery
    * Contact Us
    * Footer
        * footer - index page
        * footer - video index page
    * Particle Js Page
        * header section
        * about us
        * our feature
        * our project
        * our team
        * pricing plan 
        * testimonial 
        * blog
    * About Us Page
        * about us 
        * join us
    * Blog Page
    * Gallery Page
------------------------------------------------------------------------------*/



/* Coomon CSS*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
p{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
a{
    color: #fff !important;
    text-decoration: none !important;
}
.clr {
    clear: both;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}

.btn{
    border: 2px solid #ffc107;
    position: relative !important;
}
section{
    padding: 60px 0;
}

h1{
    color: #282a66;
    line-height: 0.8;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}
h5{
    color: #555;
    font-weight: 600;
    line-height: 1.9;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
h4{
    text-align: center;
    color: #555;
    line-height: 1.9;
    font-family: 'Roboto', sans-serif;
}
.text-center {
    width: 100%;
}
ul{
    list-style: none;
    margin: 0;
}
section{
    padding: 100px 0px;
}

/* End Common CSS */

/*=====================================
 Preloader CSS START
=======================================*/

.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
}

.loading:after,
.loading:before {
    content: '';
    background: #fff;
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 1s;
}

.loading:after {
    top: 0;
}

.loading:before {
    bottom: 0;
}

.loading-end:after {
    top: -60%;
}

.loading-end:before {
    bottom: -60%;
}

.load-circle {
    margin: 50vh auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 10px solid #ffc107;
    border-top: 10px solid#282a66;
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*=====================================
 Preloader CSS END
=======================================*/

/*=====================================
 NAVIGATION CSS START
=======================================*/

/* Navigation bar & Menu*/
.navigation{
    position: fixed;
    left: 0;
    top: 0; 
    width: 100%;
    z-index: 9999999;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 0;
}
.navbar-nav{
    display: -webkit-box;
    padding: 0;
}
.navbar{
    display: block;
    padding: 0;
}
.navbar-nav{
    -webkit-box-orient: horizontal !important;
}
.navbar-brand{
    float: left;
    padding-top: 12px;
}
.navbar-brand img{
    height: 60px;
}
.nav-link{
    padding: 30px 15px !important;
    font-weight: 600;
}
.nav > li:last-child {
    margin-right: 0px;
}
.nav li{
    float: left;
}
.navigation.affix {
    background: #282a66;
}
.sticky{
    background: #282a66;
}
#navs{
    float: right;
    display: block;
} 
.nav-link:hover{
    background-color: #ffc107bd;
    color: white !important;
    transition: all 1s ease;
} 
.navigation .row{
    display: contents;
}
.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0px !important;
    margin: 0px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}
.dropdown ul li{
    padding: 15px;
}
.dropdown-menu li a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}
.dropdown ul li:hover{
    background: #ffc107e6;
    cursor: pointer;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
/* Mobile menu */
.navbar-toggle {
    display: none;
    float: right;
    margin-top: 20px;
    background: #ffc107;
    padding: 8px 4px;
    border: none;
    position: fixed;
    left: 80%;
}
.navbar-toggle .icon-bar {
    display: none;
    width: 34px;
    height: 5px;
    border-radius: 1px;
    background: #fff;
    margin: 3px;
}
/*=====================================
 NAVIGATION CSS END
=======================================*/

/*=====================================
 Header CSS START
=======================================*/

/* Head slider part css */
.carousel-item img{
    width:100%;
    height: 100vh;
}
.carousel-item .overlay{
    background: rgba(0, 0, 0, 0.95);
    opacity: 0.8;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.carousel-indicators .active{
    background-color: #ffc107;
}
.carousel-indicators li{
    opacity: 0.9;
}
.carousel-caption{
    position: absolute;
    top: 38%;
    left: 21%;
    text-align: left;
}
.carousel-caption p{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.carousel-caption span{
    font-size: 14px;
    margin: 10px 0px 30px 0px;
    padding-top: 0px;
}
.carousel-caption h2{
    font-size: 50px;
    color: #ffc107;
    position: relative;
    left: -4px;
    font-weight: 700;
}
.carousel-caption .btn{
    font-size: 13px;
    border: 1px solid #ffc107;
    margin-right: 10px;
    font-weight: 900;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 10px;
}
.carousel-caption .btn:after{
    width: 0%;
    height: 0;
    top: 0;
    left: 0;
    background: #ffc107;
    content: "";
    position: absolute;
    transition: all 0.7s;
    z-index: -1;
}
.carousel-caption .btn:hover:after{
    width: 100%;
    color: #000 !important;
    height: -webkit-fill-available;
}
.carousel-indicators{
    bottom: 40px;
}
/* end slider area */

/* Index-video Page */

/* Header Video */
.video-1{
  min-height: 100vh;
}
#myVideo {
    position: initial;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
.video-overlay{
    left: 0%;
    top: 0%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
}  
.video-overlay:before{
    content:"";
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:1;
    background:rgba(0, 0, 0, 0.57);
}
.content{
    position: absolute;
    top: 44%;
    left: 30%;
    text-align: center;
    z-index: 99;
}
.header-ani{
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
    animation: showup 7s infinite;
    color: #fff;
}
.header-ani h2 , .header-ani-1 h2{
    font-size: 45px;
    margin-bottom: 20px;

}
.header-ani h2{
    position: relative;
    left: -4px;
    font-weight: 700;
}
.header-ani-1{ 
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
    width: 0px;
    animation: reveal 7s infinite;
    color: #ffc107;
    text-align: left;
}
  
.header-ani-1 h2 {
    margin-left: -350px;
    animation: slidein 7s infinite;
}
  
  @keyframes showup {
      0% {opacity:0;}
      20% {opacity:1;}
      80% {opacity:1;}
      100% {opacity:0;}
  }
  
  @keyframes slidein {
      0% { margin-left:-800px; }
      20% { margin-left:-800px; }
      35% { margin-left:0px; }
      100% { margin-left:0px; }
  }
  
  @keyframes reveal {
      0% {opacity:0;width:0px;}
      20% {opacity:1;width:0px;}
      30% {width:355px;}
      80% {opacity:1;}
      100% {opacity:0;width:355px;}
  }
  
.content p{
    color: #fff;
    margin-bottom: 8px;
    font-size: 24px;
    animation: slideInRight 1s ease-in-out 0s forwards;
    text-align: left;
}
.third .btn{
    font-size: 13px;
    border: 1px solid #ffc107;
    font-weight: 900;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    padding: 0px;
    transition: all 0.7s;
}
.third .btn:after{
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ffc107;
    content: "";
    position: absolute;
    transition: all 0.7s;
    z-index: -1;
}
.third .btn:hover:after{
    height: 100%;
    color: #000 !important;
}
.first {
    animation-delay: 3s;
}
.second {
    animation-delay: 7s;
}
.third {
    animation-delay: 9s;
    text-align: left;
}

/* End Header Video */
/* End IndeX-video page */
/*=====================================
 Header CSS END
=======================================*/
/*=====================================
 ABOUT US START
=======================================*/

/* About Us- INDEX PAGE */
.about-image .img-fluid{
    max-width: 97%;
    height: auto;
    margin: auto;
    border: none;
}
.about-details h1{
    text-transform: uppercase;
    position: relative;
}
.about-details p{
    text-align: justify;
    line-height: 1.5;
    margin-right: 15px;
}
.about-details-1 .about-details p{
}
.about .btn{
    background: #ffc107 !important;
}
.about .btn:hover{
    color: #000 !important;
}
.about-2{
    position: absolute;
    left: -1px;
    bottom: -8px;
}
.about-3{
    position: absolute;
    left: 258px;
    top: -12px;
}
.about-1{
    position: relative; 
    height: 360px;
}
.about-image{
    top: 15px;
}
#about-us .main-title h1{
    position: relative;
}
.about-details h5{
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
    font-weight: 600;
}
.ab-icon{
    text-align: center; 
}
.ab-icon i{
    font-size: 30px;
    color: #ffc107;
}
.about-icons .about-icon-text{
    width: 30%;
    height: 400px;
    float: left;
    background: rgba(0,0,0,0.1);
    margin: 0 10px;
    padding: 20px;
    transition: all 0.7s;
}
.about-icons .about-icon-text:first-child{
    margin-left: 0;
}
.about-icons .about-icon-text:hover {
    background-color: #ffc107bd;
    color: #555;
    box-shadow: 5px 5px #0000002b;
}
.about-icons .about-icon-text:hover .ab-icon i{
    color: #fff;
}
.ab-icon h5{
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: center;
}
.ab-icon p{
    margin-bottom: 0px;
}
/* VIDEO INDEX PAGE */
/* Video index Page */
#about .main-title2 h1::before{
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 46%;
    top: 38px;
}
#about .main-title2{
    position: relative !important;
}
#about .main-title2 h1{
    margin-bottom: 60px;
    font-size: 36px;
}
.progress{
    height: 12px;
    position: relative;
}
.about-us-2 .progress-bar {
    width: 20%;
    background-color: #282a66;
}
.about-us-2-1 .progress-bar{
    width: 30%;
    background-color: #282a66;
}
.about-us-2-2 .progress-bar{
    width: 40%;
    background-color: #282a66;
}
.about-us-2 h5 , .about-us-2-1 h5, .about-us-2-2 h5{
    font-size: 16px;
    padding: 10px 0 0;
}
.about-us-2 p {
    width: 10%;
    float: right;
    position: absolute;
    right: -8%;
    bottom: 39%;
    font-size: 16px;
    color: #282a66;
    text-align: center;
    /*padding: 3px 6px;*/
}
.about-us-2-1 p{
    width: 10%;
    float: right;
    position: absolute;
    right: -8%;
    bottom: 26%;
    font-size: 16px;
    color: #282a66;
    text-align: center;
    padding: 3px 6px;
}
.about-us-2-2 p{
    width: 10%;
    float: right;
    position: absolute;
    right: -8%;
    bottom: 14%;
    font-size: 16px;
    color: #282a66;
    text-align: center;
    padding: 3px 6px;
}
.about-1-img img{
    box-shadow: 10px 10px #00000014;
}
.about-1-img:hover {
    animation: swing ease-in-out 1s infinite alternate;
}
@keyframes swing {
    0% { transform: rotate(1deg); }
    100% { transform: rotate(-1deg); }
}
/* End video index page */
/*=====================================
 ABOUT US CSS END
=======================================*/

/*=====================================
 FEATURE CSS START
=======================================*/
 #features{ 
    background: #f7f7f7;
}
#features .main-title h1{
    margin-bottom: 65px;
    position: relative;
}
.fa , .fas , .far{
    color: #fff;
    font-size: 20px;
}
.feature-details{
    border: 1px solid #282a661a;
    padding: 24px;
    background: #fff;
    padding-top: 40px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.15);
}
.feature-details p{
    text-align: center;
}
.feature-icon i{
    background: #282a66;
    padding: 12px 40px;
    position: absolute;
    left: 138px;
    top: -21px;
}
.feature-details h4{
    margin-bottom: 15px;
}
.main-title h1::before {
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 46%;
    top: 38px;
}
.card-row-1 , .card-row-2{
    margin-top: 0px;
}
.card-row-1:hover .feature-icon i , .card-row-2:hover .feature-icon i{
    background: #ffc107;
    animation: fadeIn 0.3s ease-in-out 0s forwards;
}
.card-row-1:hover .feature-details , .card-row-2:hover .feature-details{
    background: #282a66;
    color: #fff;
    transition: 0.7s ease-in-out;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
}
.card-row-1:hover .feature-details h4 , .card-row-2:hover .feature-details h4{
    color: #fff !important;
    transition: 0.4s ease;
}
/*=====================================
 FEATURE CSS END
=======================================*/
/*=====================================
 PRICING TABLE CSS
=======================================*/
/* Pricing table-INDEX PAGE*/
#price .col-md-4 {
    float: left;
    width: 33.3%;
}
#price{
    background: #f7f7f7;
}
#price .main-title h1{
    margin-bottom: 60px;
    position: relative;
}
.price {
    list-style-type: none;
    border: 1px solid #d9d7d7;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
  
.price:hover{
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    border: 1px solid #282a66;
    /*border: 1px solid #ffc107;*/
}
.price:hover .price-icon i{
      background: #282a66;
      color: #ffc107;
}
.price:hover .button{
    background: #282a66;
    color: #ffc107 !important;
}
.price .header {
    color: #282a66;
    font-size: 25px;
    padding-top: 40px;
    font-weight: 900;
    padding-bottom: 8px;
}
.price li {
    border-bottom: 1px solid #d9d7d7;
    padding: 20px;
    text-align: center;
}
.price .grey {
    font-size: 14px;
}
.button {
    border: none;
    color: #282a66 !important;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none !important;
    font-size: 13px;
    border: 1px solid #282a66;
    font-weight: 900;
    text-transform: uppercase;
}
.price-icon i{
    color: #282a66;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #282a66;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: 45%;
    background: #fff;
}
li.header p{
    color: #555;
    font-size: 20px;
    padding-top: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.grey span{
    font-size: 24px;
}
.button-p{
    padding: 28px !important; 
}
/* end Pricing plan */
/* Pricing Package Video-index page */
#pricing{
    position: relative;
    background: #f7f7f7;
}
#pricing .main-title2 h1:before{
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 47.5%;
    top: 18%;
}
#pricing .main-title2 h1{
    margin-bottom: 60px; 
}
 /* Tables */
.card {
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: 5px 5px #00000012;
  box-shadow: 5px 5px #00000012;
  transition: all .3s ease-in-out;
  padding: 2.25rem 0;
  position: relative;
  background: #282a66
}  
.card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    transition: 0.5s;
}
.card:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08);
}   
.card:after {
      width: 100%;
}
.card-header {
    background-color: #282a66;
    padding-left: 2rem;
    border-bottom: 0px;
    padding-top: 0;
    text-align: center;
}
.card-header .card-title {
    margin-bottom: 1rem;
}
.card-header .card-block {
    padding-top: 0;
}
.card-header .list-group-item {
    border: 0px;
    padding: .25rem;
}
.display-2 {
    font-size: 5rem;
  letter-spacing: -.5rem;
  color: #fff;
}
.display-2 .currency {
    font-size: 2.75rem;
    position: relative;
    top: -45px;
    letter-spacing: 0px;
    color: #ffc107;
    font-weight: 900;
}
.display-2 .period {
    font-size: 1rem;
    letter-spacing: 0px;
    color: #ffc107;
}
.card-block{
    text-align: center !important;
    border-top: 1px solid;
    padding-top: 10px;
}
.card-title {
    margin-bottom: .75rem;
    color: #FFF;
}
.list-group-item{
    color: #282a66;
    text-align: center;
}
.btn {
  text-transform: uppercase;
  font-size: .75rem;
  border-radius: 0;
  padding: .75rem 1.25rem;
  letter-spacing: 1px;
}
.btn-gradient { 
  background-color: #f2f2f2;
  transition: background .3s ease-in-out;
  color: #282a66 !important;
  font-size: 14px;
  font-weight: 600;
  margin-top: 36px !important;
} 
.btn-gradient:hover {
    color: white;
}
/* end pricing package */
/*=====================================
 PRICING PLAN CSS END
=======================================*/
/*=====================================
 OUR TEAM CSS START
=======================================*/

/* Our team -index page*/
#our-team{
    /* background-image: url("../images/team-background.png"); */
    position: relative;
    /*padding-bottom: 84px;*/
}
.team .main-title h1::before {
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 46%;
    top: 38px;
}
.team-back{
    display: none;
    background: #ffc107;
    position: absolute;
    top: 0%;
    color: #282a66;
    width: 100%;
    left: 0;
    height: 96%;
}
.team-back p{
    padding-top: 30%;
    padding-left: 20px;
    padding-right: 20px;
}
.team-back h5{
    color: #282a66 !important;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
/* .flip-box-front {
    padding-bottom: 70px;
} */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box:hover .flip-box-back {
    transform: rotateY(180deg);
    display: block;
}
.flip-box:hover .flip-box-front {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.team-details{
    background: #f2f2f2;
    width: 100%;
    border-top: 1px solid #33333338;
}
.team-details h5{
    margin-bottom: 0;
}
.team-details p{
    padding-bottom: 15px;
    line-height: 1;
}
.team-card img{
    width: 100%;
    height: auto;
}
#our-team .main-title h1{
    color: #282a66;
    position: relative;
}
.icons .icon i{
    float: left;
    overflow: hidden;
}
.icons .icon i {
    float: left;
    overflow: hidden;
    border: 1px solid #282a66;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 8px;
    color: #282a66 !important; 
}
.icons{
    width: 48%;
    margin: auto;
}
.icons .icon:hover a{
    cursor: pointer;
}
.team .main-title h1{
    margin-bottom: 60px;
}
/* Video index page team */
#team1{
    position: relative;
    background: #f7f7f7;
}
#team1 .main-title2 h1::before {
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 47.5%;
    top: 20%;
}
#team1 .main-title2 h1{
    margin-bottom: 60px;
}
.our-team1{
    text-align: center;
}
.our-team1 .pic{
    position: relative;
}
.our-team1 .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.our-team1 .pic:after{
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.our-team1:hover .pic:before,
.our-team1:hover .pic:after{
    opacity: 1;
}
.our-team1 .pic img{
    width: 100%;
    height: auto;
}
.our-team1 .social-links{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team1:hover .social-links{
    opacity: 1;
}
.our-team1 .social-links li{
    display: inline-block;
    margin-right: 10px;
}
.our-team1 .social-links li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
}
.our-team1 .social-links li .fa-twitter:hover{
    background: #00aced;
    border-color: #00aced;
}
.our-team1 .social-links li .fa-google-plus:hover{
    background: #c03c30;
    border-color: #c03c30;
}
.our-team1 .social-links li .fa-linkedin:hover{
    background: #0177b5;
    border-color: #0177b5;
}
.our-team1 .social-links li .fa-facebook:hover{
    background: #4867aa;
    border-color: #4867aa;
}
.our-team1 .team-content{
    padding: 20px 0;
    background: #323232;
    border-top: 2px solid #ffc107;
    overflow: hidden;
    position: relative;
}
.our-team1 .team-content:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #ffc107;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.our-team1:hover .team-content:before{
    top: 0;
}
.our-team1 .title{
    font-size: 20px;
    color: #ffc107;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    line-height: 0.8;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.our-team1 .post{
    display: block;
    font-size: 14px;
    color: #f5f5f6;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    line-height: 0.8;
}
.our-team1:hover .title,
.our-team1:hover .post{
    color: #fff;
}
.team-slider .prev1 {
    color: #282a66;
    font-size: 30px;
    position: absolute;
    top: 40%;
    left: -20%;
}
.team-slider .next1{
    color: #282a66;
    font-size: 30px;
    position: absolute;
    top: 40%;
    right: -20%;
}
.team-slider .next1:hover , .team-slider .prev1:hover{
    cursor: pointer;
}
/* End Video index page team */
/*=====================================
 OUR TEAM CSS END
=======================================*/
/*=====================================
 TESTIMONIAL CSS START
=======================================*/
/* Testimonial- index page */
#testimonial {
    background-image: url("https://image.yulangsoft.com/tuipin/images/testimonial-background.png");
    position: relative;
}
#testimonial::before{
    background-color : #282a66 !important;
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#testimonial .main-title h1{
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}
#testimonial .main-title h1::before {
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before-1.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 46%;
    top: 38px;
}
.inner-img {
    padding: 10px 0;
}
.testimonial .col-md-5{
    background: #fff;
    padding: 25px 18px;
    margin-top: 60px;
    max-width: 97%;
}
.inner-icon{
    text-align: center;
    margin-top: -10px;
    width: 8%;
    margin: auto;
}
.inner-content p{
    color: #fff;
    text-align: center;
    width: 83%;
    margin: auto;
    display: inline-block;
    padding-bottom: 45px;
}
.quote-left{
    float: left;
}
.quote-left i{
    padding-left: 45px;
}
.quote-right{
    float: right;
}
.test-1 .inner-icon ul li{
    float: left;
    padding: 4px;
}
.inner-icon i{
    color: #ffc107;
    font-size: 12px;
}
.inner-img img{
    height: 60px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
}
.inner-content .inner-p{
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding-bottom: 0px;

}
.inner-icon ul li{
    float: left;
    padding: 7px;
}
.inner-content h5{
    text-align: center;
    color: #ffc107;
    font-weight: 900;
    margin-bottom: 0;
}
.inner-icon ul li:last-child{
    float: none;
}
.t-icons{
    width: 10%;
    margin: auto;
    margin-top: 0;
}
.t-icons .icon:hover a i{
    -ms-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.t-icons .icon a i{
    float: left;
    color: #282a66; 
    border: 1px solid transparent;
    padding: 5px;
    background: #ffc107;
    border-radius: 50%;
    line-height: 18px;
    height: 30px;
    width: 30px;
    margin-right: 6px;
    position: relative;
    transition: .7s;
}
.testimonial .col-md-5:hover {
    background: #282a66;
    color: #fff;
    transition: 0.5s ease;
}
.testimonial .col-md-5:hover .inner-content h5{
    color: #fff;
}
.testimonial .prev1{
    position: absolute;
    top: 15%;
    left: -20%;
}
.testimonial .next1{
    position: absolute;
    top: 15%;
    right: -20%;
}
.testimonial .prev1:hover , .testimonial .next1:hover {
    cursor: pointer;
}
.testimonial.slick-initialized .slick-slide {
    display: block !important;
}
/* End testimonial */
/* video-index page testimonial */
#testimonial-1{
    position: relative;
}
#testimonial-1 .main-title2 h1::before {
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 47.5%;
    top: 28%;
}
#testimonial-1 .main-title2 h1{
    margin-bottom: 60px;
}
.testimonial.testimonial-2 .quote-left i , .testimonial.testimonial-2 .quote-right i{
    color: #ffc107;
}
.testimonial.testimonial-2  .inner-content p ,.testimonial.testimonial-2 .prev1 , .testimonial.testimonial-2 .next1 {
    color: #282a66;
}
.testimonial.testimonial-2 .inner-p{
    color: #282a66;
}
/*=====================================
TESTIMONIAL CSS END
=======================================*/
/*=====================================
 OUR BLOG CSS START
=======================================*/
#our-blog .main-title h1{
    margin-bottom:  45px;
    position: relative;
}
.grid {
    display: grid;
    grid-template-rows: repeat(2, 270px);
    grid-gap: 5px;
}
  
.item:nth-child(1) {
    grid-row: 2 / 4;
    grid-column : 1/3;
}
 
.item:nth-child(2) {
    grid-row: 1 / 4;
}
#headerPopup , #headerPopup1{
    width:75%;
    margin:0 auto;
}
#headerPopup iframe , #headerPopup1 iframe{
    width:100%;
    margin:0 auto;
}
/* styling code */
  
.grid {
    margin:20px auto;
    width: 97%;
}
  
.grid > .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mt-5{
    top: 14%;
    position: relative;
}
.mt-5 .btn{
    border: none;
    background: none;
}
.item-1 .video{
    position: relative;
    top: 34%;
    left: 18%;
}
.item-4 .video{
    position:relative;
    top: 40%;
    left: 0%;
}
.item{
    position: relative;
}
.item:hover.item-1::before , .item:hover.item-4::before{
    background-color : #282a668f !important;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: fadeIn  1s ease-in-out 0s forwards;
}
.blog-1 , .blog-3{
      display: none;
}
.blog-1 h4 , .blog-3 h4{
      font-size: 20px;
      font-weight: 900;
      color: #ffc107;
}
.blog-1 a.btn , .blog-3 a.btn{
    width: auto;
    transition: all 0.7s;
}
.blog-1 a.btn:hover , .blog-3 a.btn:hover{
    background: #ffc107;
    box-shadow: 3px 3px #dee2e630;
}
.item:hover .blog-3{
    display: block;
    background: #282a6691;
    height: -webkit-fill-available;
    color: #fff;
    position: absolute;
    padding: 50px;
    text-align: center;
    padding-top: 28%;
    animation: fadeIn  1s ease-in-out 0s forwards;
}
.item:hover .blog-1{
    display: block;
    background: #282a6691;
    height: -webkit-fill-available;
    color: #fff;
    position: absolute;
    padding: 50px;
    text-align: center;
    padding-top: 110%;
    animation: fadeIn  1s ease-in-out 0s forwards;
}
/*=====================================
OUR BLOG CSS END
=======================================*/
/*=====================================
 CLIENT LOGO CAROUSEL
=======================================*/
/* Client logo */
#client{
    background-image: url("https://image.yulangsoft.com/tuipin/images/client-background.png");
    position: relative;
}
#client .main-title h1::before {
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before-1.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 46%;
    top: 40px;
}
#client .col img{
    width: 100px;
    height: 40px;
}
#client::before{
    background-color : #000 !important;
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#client .main-title h1{
    position: relative;
    color: #fff;
    margin-bottom: 80px;
}
/* End Client */
/*=====================================
 CLIENT LOGO CAROUSEL CSS END
=======================================*/
/*=====================================
 CONTACT US CSS start
=======================================*/
/* Index slider Page */
#contact-1{
    background: #f7f7f7;
    position: relative;
}
#contact-1 .main-title h1::before {
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 48%;
    top: 22%;
}
#contact-1 .main-title h1{
    margin-bottom: 60px;
}
.form-control{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 0.75rem .75rem;
}
.form-control:focus{
    box-shadow: 0 0 0 0.2rem #ffc10738;
}
.input-group>.form-control:not(:first-child){
    margin-right: 5px;
}
.form-group .btn {
    font-size: 14px;
    border: 1px solid #ffc107;
    margin-right: 10px;
    font-weight: 900;
    width: 150px;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 10px;
    transition: all 0.7s ease;
}
.form-group .btn:hover{
    background: #ffc107;
    color: #fff;
}
.input-group-text i{
    color: #ffc107;
}
.input-group-text{
    background-color: #fff;
}
.contact-icon i{
    color: #ffc107;
    padding-right: 30px;
}
.contact-content{
    width: 80%;
    display: inline-block;
}
.contact-inner{
    padding: 11px 15px 0;
    border: 1px solid #ced4da;
    margin: 10px 0;
    transition: 0.5s;
}
.contact-inner:first-child{
    margin-top: 0;
}
.contact-content h5{
    line-height: 1.2;
}
.contact-inner:hover{
    cursor: pointer;
    box-shadow: 3px 3px #33333338;
}
.embed-responsive{
    height: 340px;
    max-height: -webkit-fill-available;
}
/* Index-video */
.contact-2{
    background: #fff !important;
}
/*=====================================
 CONTACT US CSS END
=======================================*/
/*=====================================
 FOOTER CSS
=======================================*/
/* Footer - index page*/
#footer{
    position: relative;
    background-image: url(https://image.yulangsoft.com/tuipin/images/footer-background.jpg);
}
#footer::before {
    background-color: #282a66 !important;
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer-1{
    text-align: left;
}
.footer-1 h2{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}
.footer-1 h2 span{
    color: #f8f9fa91;
}
.footer-1 p , .footer-4 p{
    color: #fff;
    font-size: 14px;
}
.footer-4 ul li a i{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 26px;
    color: #282a66;
    background: #fff;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-right: 7px;
}
.footer-2-inner p , .footer-3-inner p{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #ffc107;
    padding-bottom: 5px;
}
.footer-3-inner p{
    text-transform: uppercase;
}
.footer-5 p{
    border-bottom: 1px solid #ffc107;
}
.footer-2-inner .foot-4-1 p, .footer-2-inner .foot-4-3 p, .footer-2-inner .foot-4-2 p{
    color: #fff;
    font-size: 14px;
    text-align: left;
    border: none;
    text-transform: none;
}
.footer-5 p{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}
.footer-5 input::placeholder{
    font-size: 16px;
    text-transform: capitalize;
}
.footer-p p{
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: left;
    line-height: 1.5;
    text-transform: none;
}
.footer-5-1{
    width: 100%;
    padding: 10px;
    background: #ffc107;
    height: 55px;
}
.footer-5-1 input{
    width: 82%;
    height: 36px;
    padding-left: 16px;
}
.footer-5-1 i{
    font-size: 24px;
    border: 1px solid;
    height: 35px;
    width: 18%;
    text-align: center;
    padding-top: 4px;
}
.footer-5-1 i:hover{
    cursor: pointer;
}
.footer-5 input{
    padding: 9px;
    position: relative;
    padding-left: 20px;
    float: left;
    top: -13px;
    left: -16px;
}
.footer-5 img{
    top: 50px;
    position: absolute;
    float: right;
    right: 27px;
    width: 15.3%;
    border: 1px solid #00005538;
    padding: 7px;
}
.footer-logo{
    margin-bottom: 16px;
}
.footer-logo img{
    width: 190px;    
}
.footer-2-inner{
    position: static;
    visibility: visible;
    display: inline-block;
    transform: rotate(0deg);
    max-width: 96%;
    width: 100%;
    min-width: 190px;
    margin-bottom: 0px;
}
.footer-icons{
    width: 55%;
}
.footer-icon{
    width: 30%;
    float: left;
    margin: auto;
}
.footer-icon i{
    border: 1px solid;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    display: inline-block;
    transition: 0.7s;
}
.footer-icon:hover i{
    color: #ffc107;
    cursor: pointer;
    background: rgba(0,0,0,.075);
}
.footer-2.foot-3 p{
    border-bottom: 1px solid #ffc107;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 1.5;
}
.footer-2.foot-3 ul {
    position: relative;
    padding-top: 7px;
}
/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 32%;
}
  
  /* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.footer-3 .column img{
    width: 100%;
    height: 65px;
    padding: 2px;
}
#copyright{
    padding: 10px 0;
    background: #032141;
}
#copyright p{
    margin: 0;
    color: #fff;
    font-size: 14px;
}
#copyright span{
    color: #ffc107
}
/* footer-end */
/* Index-video page's Footer */
#footer-1{
    position: relative;
    background-image: url("https://image.yulangsoft.com/tuipin/images/footer-background.jpg"); 
}
#footer-1::before {
    background-color: #282a66 !important;
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer-post-item img{
    width: 80px;
    float: left;
    padding-right: 12px;
    height: 40px;
}
.foot-2 h5{
    color: #fff;
    font-weight: 600;
}
.foot-1{
    color: #fff;
    max-width: 30%;
    text-align: left;
}
.foot-1 h2{
    font-size: 16px;
    font-weight: 600; 
    text-align: left;
}
.foot-1 p{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.foot-3 h5{
    color: #fff;
    position: relative;
}
.foot-3 ul{
    position: relative;
}
.foot-2{
    max-width: 33%;
    padding-right: 25px;
}
.fpc-date a{
    font-size: 14px;
}
.fpc-title a{
    font-size: 14px;
}
.foot-3{
    width: 20%;
    text-align: left; 
}
.foot-4{
    position: relative; 
    width: 20%;
}
.foot-4 h5{
    color: #fff;
}
.foot-4-1 i{
    float: left;
    color: #fff;
    padding-right: 12px;
    padding-left: 0;
    padding-bottom: 10px;
}
 .foot-4-1 p , .foot-4-3 p , .foot-4-2 p{
    color: #fff;
    font-size: 14px;
}
.foot-4-2 i , .foot-4-3 i{
    float: left;
    color: #fff;
    padding-right: 12px;
    padding-left: 0;
    padding-bottom: 10px;
}
.fp-content:hover .fpc-date a , .fp-content:hover .fpc-title a{
    color: #ffc107 !important;
}
.foot-3 ul li a{
    font-size: 14px;
    padding: 10px;
    padding-left: 0;
}
.foot-3 ul li:hover a{
    color: #ffc107 !important;
}
.foot-4-1:hover i , .foot-4-2:hover i , .foot-4-3:hover i{
    color: #ffc107 !important;
}
.foot-3 ul li i{
    padding-right: 12px;
}
.foot-icon .footer-icons{
    padding-top: 0px;
}


/* Index-particle Page */
/*=====================================
 FOOTER CSS END
=======================================*/
/*=====================================
 OUR SERVICE START
=======================================*/

/* Video Index Page: our Services */
#service{
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 58px;
}
#service::before {
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#service .main-title2 h1::before{
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 48%;
    top: 38px;
}
#service .main-title2 h1{
    color: #282a66;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    margin-bottom: 60px;
}
.service-icon{
    width: 100px;
    position: absolute;
    left: 12px;
    top: 0px;
}
.service-icon i{
    padding: 30px;
    font-size: 36px;
    color: #ffc107;
}
.service-details{
    padding: 16px;
    padding-top: 0;
    padding-left: 100px;
    text-align: left;
    padding-right: 10px;
    color: #fff; 
}
.service-details h3{
    color: #282a66;
    line-height: 0.8;
    text-align: left;
    margin-bottom: 16px;
    font-size: 20px;
}
.service-details p {
    text-align: left;
    color: #333;

}
/* End Our Services */
/*=====================================
 OUR SERVICE END
=======================================*/
/*=====================================
 COUNTER CSS
=======================================*/ 
/* Counter */
#counter{
    background-image: url("https://image.yulangsoft.com/tuipin/images/counter-background.jpg");
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#counter::before {
    background-color: #282a66 !important;
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.counter {
    display: table-cell;
    margin: 1.5%;
    font-size: 48px;
    background-color: transparent;
    width: 240px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    color: #ffc107;
    font-weight: 600;
}
.count-1{
    border-right: 2px dashed #fff;
}
.count-1:last-child{
    border-right: 0px dashed #fff;
}
.count-1 p{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 6px; 
}
.count-1 i{
    color: #fff;
    width: 100px;
    padding-left: 44%;
    font-size: 25px;
}
/* End Counter */
/*=====================================
 COUNTER CSS END
=======================================*/
/*=====================================
 PROJECT/GALLERY CSS START
=======================================*/
/*Projects */
#portfolio .mix {
    width: 33%;
    float: none;
    display: inline-block;
}
#portfolio .mix img{
    width: 100%;
    margin: 15px;
    height: 220px;
}
#filter-list{
    width: 55%;
    margin: auto;
    margin-bottom: 35px; 
    position: relative;
}
#projects{
    position: relative;
    background: #fff;
    padding-bottom: 60px;
}
#projects .main-title2 h1{
    position: relative;
    color: #282a66;
    margin-bottom: 60px;
}
#projects .main-title2 h1::before {
    content: "";
    background: url(https://image.yulangsoft.com/tuipin/images/before.png) no-repeat;
    width: 70px;
    height: 12px;
    position: absolute;
    left: 46%;
    top: 38px;
}
#filter-list .btn{
    color: #282a66;
    border: 1px solid #282a66;
    transition: all .9s ease;
}
#filter-list .btn:hover , #filter-list .btn:active , #filter-list .btn.active {
    color: #fff !important;
    background: #282a66 ;
}
#portfolio .mix{
    text-align: left;
    margin-bottom: 0%;
    display: none; 
}
#portfolio li .overlay{
    position: absolute;
    overflow: hidden;
    width: 85%;
    height: 80%;
    left: 12%;
    top: 10%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    background: #e9ecef52;
}
#portfolio li:hover .overlay{
    opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(40, 42, 102, 0.4);
}
.overlay h2{
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.overlay p{
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffc107;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}
/*=====================================
 PROJECT/GALLERY CSS END
=======================================*/

/*=====================================
 PARTICLE JS PAGE
=======================================*/
/* Header Particle */
#particle {
    background-image: url('https://image.yulangsoft.com/tuipin/images/header-background.jpg');
    position: relative;
    overflow: hidden;
    z-index: 99;
    height: 100vh;
}
#particle:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}
.header-text{
    position: relative;
    top: 30%;
}
.header-text p{
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    animation: fadeInUp 1s ease-in-out 0s forwards;
}
.header-text h1{
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
    animation: tracking-in-expand 5s infinite;
    margin-top: 16px;
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
	        animation: tracking-in-expand 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
}
@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
.header-btn .btn{
    font-size: 14px;
    border: 1px solid #ffc107;
    margin-right: 10px;
    font-weight: 900;
    width: 470px;
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
    padding: 0px;
    animation: fadeInUp 2s ease-in-out 0s forwards;
    text-align: center;
}
.header-btn .btn:after{
    width: 0%;
    height: 0;
    top: 0;
    left: 0;
    background: #ffc107;
    content: "";
    position: absolute;
    transition: all 1s;
    z-index: -1;
}
.header-btn .btn:hover:after{
    width: 100%;
    color: #000 !important;
    height: -webkit-fill-available;
}
/* End header particle */
/* About Us */
.about-v-1 img{
    box-shadow: 10px 10px #3333331a;
}
.about-v-1 img:hover {
    cursor: pointer;
    box-shadow: 12px 12px #3333331a;
    transition: all 0.7s;
}
 .square {
    width: 10px;
    height: 10px;
    background-color: #282a66;
    border-width: 1px;
    border-style: solid;
    border-color: #282a66;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    left: 49.5%;
    top: -63px;
}
.square .separator-left {
    left: -80px;
}
.square .separator-left, .square .separator-right {
    height: 1px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: -1px;
    margin-bottom: 0;
}
.square .separator-right {
    right: -80px;
}
.bg-theme {
    background-color: #282a66;
}
.about-v-2 h5{
    color : #333;
    line-height: 1.2;
    font-weight: 500;
}
.about-v-2 p{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.about-v-2 ul li a{
    color: #777 !important;
    display: flex;
}
.about-v-2 ul li a i{
    color: #282a66; 
    padding-right: 15px;
    padding-bottom: 15px;
}
.about-v-2 ul{
    padding-bottom: 32px;
}
.about-v-3 .counter{
    color: #282a66;
    font-weight: 900;
}
.about-v-3 .col{
    width: 30%;
    max-width: 25%;
    float: left;
    overflow: hidden;
    margin-right: 12px;
    height: 136px;
}
.ab-border{
    border: 1px solid;
    width: 30%;
    margin: auto;
}
.about-v-3 .box{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.about-v-3 .box p{
    padding-top: 0;
}
.feat-1 h3{
    color: #555;
}
.about-v-3 .box:before,
.about-v-3 .box:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.about-v-3 .box:after{
    border-color: #ffc107bd #e6e5e5 #e6e5e5 #ffc107bd;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.about-v-3:hover .box:after{
    transform: rotate(350deg); 
}
.about-v-3 .counter{
    font-size: 20px;
    padding: 35px;
    padding-bottom: 5px;
}
/* Our Features */
#our-feature{
    background: #f7f7f7;
}
.feature-inne{
    text-align: center;
}
.feature-inner .col-md-4 i{
color: #ffc107;
text-align: center;
width: 100%;
font-size: 28px;
margin-bottom: 1rem;
}
.feat-1 a{
    color: #777 !important;
}
.feat-1 a:before {
display: block;
content: "";
width: 9%;
height: 17%;
position: absolute;
bottom: -3px;
right: -3px;
border-bottom: 3px solid #ffc107;
border-right: 3px solid #ffc107;
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
}
.feat-1 a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #ffc107;
    border-left: 3px solid #ffc107;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.feat-1 a:hover:before, .feat-1 a:hover:after {
    width: 95%;
    height: 90%;
}
.feat-1 a{
    display: block;
    border: 3px solid rgba(0,0,0,0.1);
    border-radius: 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
}
.feat-1{
    margin-bottom: 30px;
}
/* Our Project */
#our-project{
    position: relative;
}
#our-project .main-title3{
    position: relative;
}
#portfolio .caption{
    position: absolute;
    top: 15px;
    left: 8%;
    width: 92%;
    height: 88%;
}

#portfolio li:hover .caption{
    display: block;
    background: #00000063;
}
#portfolio li:hover .caption h2, #portfolio li:hover .caption p{
    display: block;
}
#portfolio .caption:before, #portfolio .caption:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
}
.caption::before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1); 
}
.caption::after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
#portfolio li:hover .caption:before, #portfolio li:hover .caption:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.caption h2{
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}
.caption p{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}
/* Our team */
#team-v{
    background: #f7f7f7;
}
.our-team-3{ 
    text-align: center; 
}
.our-team-3 .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.our-team-3 .pic:before,
.our-team-3 .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.our-team-3 .pic:after{
    border-color:#ffc107a6 #e6e5e5 #e6e5e5 #ffc107a6;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.our-team-3:hover .pic:after{ 
    transform: rotate(350deg); 
}
.our-team-3 img{
    width: 100%;
    height: auto;
}
.our-team-3 .title{
    font-weight: bold;
    color: #282a66;
    padding-bottom: 5px;
    margin: 16px 0 8px 0;
    position: relative;
}
.our-team-3 .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #ffc107;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-team-3 .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #777;
}
.our-team-3 .icon{
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}
.our-team-3 .icon li{ display: inline-block; }
.our-team-3 .icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
}
.our-team-3 .icon li a:hover{
    background: #ffc107;
    color: #fff;
}
.team-slider-3 .prev1{
    color: #282a66;
    position: absolute;
    top: 36%;
    left: -17%;
    background: #aaaaaa70;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.team-slider-3 .next1{
    color: #282a66;
    position: absolute;
    top: 36%;
    right: -17%;
    background: #aaaaaa70;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.team-slider-3 .prev1:hover , .team-slider-3 .next1:hover{
    cursor: pointer;
    background: #aaa;
}
/* Pricing plan */
.pricing .card:after{
    background-color: #ffc107;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    transition: 0.5s;
}
.pricing:hover .card:after{
    width: 100%; 
}
/* Testimonial */
.orange-text i{
    color: #ffc107;
    font-size: 14px;
}
#testimonial-3{
    position: relative;
    background-color: #fff;
}
#testimonial-3 .main-title3{
    position: relative;
}
.testimonial-3 h4{
    color: #282a66;
    margin: 10px !important;
}
.testimonial-3 h6 , .testimonial-3 p{
    color: #282a66;
}
.pr-2{
    color: #ffc107;
    font-size: 36px;
}
.img-fluid {
    max-width: 25%;
    height: 80px;
    margin: auto;
    border: 1px solid #ffc107;
    padding: 5px
}
.testimonial-slider-3 .prev1{
    color: #282a66;
    position: absolute;
    top: 36%;
    left: -17%;
    background: #aaaaaa70;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 3px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.testimonial-slider-3 .next1{
    color: #282a66;
    position: absolute;
    top: 36%;
    right: -17%;
    background: #aaaaaa70;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding-left: 3px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.testimonial-slider-3 .prev1:hover , .testimonial-slider-3 .next1:hover{
    cursor: pointer;
    background: #aaa;
}
/* Blog  */
.blog-grid-img img{
    width: 350px;
    height: 260px;
}
.blog-grid-text {
    padding: 0px;
    background: #f7f7f7;
    padding-bottom: 50px;
}
.blog-inner:hover .blog-grid{
    box-shadow: 2px 2px #77777740;
    transition: all 0.2s;
}
.blog-inner:hover .blog-ul ul .li-1 a i{
    color: #ffc107 !important;
} 
.blog-inner:hover .blog-ul ul .li-2 a i{
    color: #282a66 !important;
} 
.blog-inner:hover .blog-ul ul .li-3 a i{
    color: #3498db !important;
} 
.blog-grid-text h4 a{
    color: #333!IMPORTANT;
    font-size: 18px;
    font-weight: 600;
}
.blog-grid-text h4{
    text-align: left;
}
.blog-grid-text ul .li-1{
    float: left;
    width: 38%; 
    padding-top: 10px;
}
.blog-grid-text ul .li-2 , .blog-grid-text ul .li-3{
    float: left;
    width: 20%; 
    padding-top: 8px;
}
.blog-grid-text ul li a{
    color: #777 !important;
    font-size: 14px;
}
.blog-grid-text ul li a i{
    color: #aaa !important;
    font-size: 14px;
}
/* Particle js page end */
/*=====================================
 PARTICLE JS PAGE CSS END
=======================================*/
/*=====================================
 ABOUT US PAGE
=======================================*/
/* About-us*/
#myabout{
    background-image: url(https://image.yulangsoft.com/tuipin/images/header-background.jpg);
    background-position: 100% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    position: relative;
    z-index: 0;
    height: 40vh;
}
#myabout:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}
.about-text{
    top: 45%;
    position: absolute;
    left: 45%;
}
.about-text h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
/* Join Us */
.join-team .our-team{
    color: #ffffff;
    padding: 10% 0;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-image: url(https://image.yulangsoft.com/tuipin/images/slider-2.jpg);
    opacity: 0.8;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 337px;
}
.overlays {
    position: relative;
    top: -45px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 137%;
    width: 100%;
    opacity: 0.8;
    transition: 0.5s ease;
    background-color: #282a66;
    z-index: -1;
}
.about-page.testimonial-slider-3 .testimonial-3 .mx-auto{
    margin-top: 2px !important;
}
.join-team .our-team h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 2.5px;
}
.about-team{
    background: #f9f9f9;
}
.join-team .third{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.join-team h3{
    color: #fff;
    position: absolute;
    top: 35%;
    left: 50%;  
    transform: translate(-50%,-50%);
}
/* Pricing */

/*=====================================
 ABOUT US PAGE CSS END
=======================================*/
/*=====================================
 BLOG PAGE CSS START
=======================================*/
#blog-3{
    background: #fff;
}
#myblog{
    background-image: url(https://image.yulangsoft.com/tuipin/images/header-background.jpg);
    background-position: 100% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    position: relative;
    z-index: 0;
    height: 40vh;
}
#myblog:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}
.blogpost_details img{
    width: 96%;
}
.blog-contact{
    padding-left: 0;
}
.blog-contact h4{
    text-transform: capitalize;
    text-align: left;
}
.blog-icons .footer-icon i {
    border: 1px solid #282a66;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    color: #282a66;
    position: relative;
    display: inline-block;
    transition: 0.7s;
}
.blg_dtls_content h5 {
    line-height: 1.5;
    padding: 30px 0 20px;
    text-transform: capitalize;
    word-spacing: 2.5px;
    font-weight: bold;
}
.blg_dtls_content ul{
    display: flex;
    padding-bottom: 10px;
}
.blg_dtls_content ul li a i.far{
    color: #ffc107 !important;
    font-size: 14px;
}
.blg_dtls_content h4 span {
    float: right;
    color: #000000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}
.blg_dtls_content ul li:first-child,
.blg_dtls_content ul li:nth-child(2) {
    float: left;
}
.blg_dtls_content ul li a {
    margin-right: 15px;
}
.blg_dtls_content ul li a i.fa {
    color: #fec722;
    font-size: 14px;
}
.blg_dtls_content ul li a span {
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 6px;
    color: #000000;
}
.blg_dtls_content p {
    text-align: justify;
    line-height: 1.6;
    word-spacing: 2.5px;
}
.blg_dtls_content p:first-child {
    padding-bottom: 0;
}
.time-mrg {
    margin: 10px 0;
}
.blg_dtls_content .blog_highlights p {
    background-color: #ffffff;
    padding: 26px 0 26px 30px;
    border-left: 3px solid #fec722;
    font-style: italic;
    font-weight: 600;
}
.blog-detail-img{
    float: right;
    padding-top: 11px;
}
.blog_comments h4 {
    line-height: 24px;
    padding: 40px 0 10px;
    text-transform: capitalize;
    text-align: left;
}
.blog_comments .media {
    padding: 15px 0;
}
.media_first {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.blog_comments .media .media-left img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
}
.blog_comments .media .media-left {
    padding-right: 30px;
}
.blog_media .media-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    font-weight: 600;
}
.blog_media .media-heading span {
    float: right;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}
.blog_media .media-heading p{
    font-size: 16px;
}
.blog_media .media-heading a i{
    font-size: 14px;
}
.blog_media a {
    color: #282a66 !important;
    font-size: 14px;
    font-weight: 600;
}
.blog_media a i{
    color: #fec722;
}
.blog_media a:hover i{
    color: #fec722;
}
.blogdetails_form h4 {
    padding: 15px 0 30px !important;
    font-size: 24px;
}
/* contact form */
.blogdetails_form form .form-group.col-sm-12 textarea {
    width: 100%;
    height: 120px;
    padding: 5px 10px;
    border-color: #dee2e6;
}
.form-group{
    float: left;
}
.form-control:focus{
    border-color: #dee2e6;
}
.blogdetails_form form .form-group input,
.blogdetails_form form .form-group textarea {
    text-transform: capitalize;
    resize: none;
    font-weight: 400;
    border-radius: 0px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}
.blogdetails_form form .form-group input:focus,
.blogdetails_form form .form-group textarea:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.blogdetails_form .book_btn {
    width: 100%;
}
.blog_form{
    background: #f9f9f9;
    padding: 30px 70px;
}
.browser-btn2 {
    text-align: center;
    background-color: #fec722;
    padding: 10px 0;
    border: 1px solid #fec722;
    width: 30%;
    transition: padding 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53),
        margin 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 99;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.7s;
}
.browser-btn2:hover{
    box-shadow: 5px 5px #00000012;
}
.grid_right_row {
margin-top: 20px;
}
.grid_right_row .single_blog {
margin-bottom: 30px;
transform: translateY(0);
}
.blog-grid-right {
margin-left: -20px;
}
.sidebar_search {
margin-bottom: 20px;
margin-top: -20px;
}
.sidebar_search .form-control {
background: none;
border-radius: 0;
height: 35px;
font-size: 14px;
color: #000000;
font-weight: 400;
box-shadow: none;
margin-top: 20px;
}
.tag h2,
.sidebar_categori h2 {
font-size: 20px;
text-transform: capitalize;
line-height: 24px;
font-weight: 700;
color: #002147;
padding-bottom: 0;
margin: 20px 0;
}
.sidebar_categori tr td a {
font-size: 14px;
color: #777 !important;
line-height: 2;
text-align: left;
text-transform: capitalize;
text-decoration: none;
}
.sidebar_categori table {
border: none;
width: 100%;
}
.sidebar_categori table td {
color: #444444;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
padding: 2px 0;
}
.cat_right {
text-align: right;
}
.cat_right:hover {
color: #444444;
font-weight: 600;
}
.sidebar_categori table tr:hover td,
.sidebar_categori table tr:hover td a,
.sidebar_categori table tr td a:focus {
color: #fec722 !important;
font-weight: 400;
margin-left: 15px;
transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
}
side_tab ul li {
border: none;
}
.side_tab ul li a {
    font-size: 16px;
    color: #777 !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 0 10px 0 0;
    background: none;
    text-align: center;
}
.nav-tabs .nav-item {
    width: 33.33%;
}
.side_tab ul li a:hover,
.side_tab ul li a:active {
    border: none;
    background: #fff !important;
    cursor: pointer;
    color: #777 !important;
}
.side_tab .nav-tabs .nav-item .nav-link{
    padding: 13px 15px !important;
}
.side_tab ul li:hover {
    border: transparent;
    background: none;
    color: #002147 !important;
}
.nav-tabs {
    border: 1px solid #dee2e6;
    background: rgba(0,0,0,.075);
}
.nav-tabs li {
    border: none;
}
.nav-tabs li.active{
    background: #fff !important;
}
.tab-content .active{
    background: #fff !important;
}
.nav-tabs > li > a:hover {
    border: none;
    background: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #777 !important;
    cursor: pointer;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 0;
}
.tab-content .media {
    border-bottom: 1px solid rgba(0,0,0,.075);
    padding: 30px 0;
    margin-top: 0;
    background: #fff;
}
.tab-content .media:last-child {
    border-bottom: none;
}
.tab-content .media-left {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-right: 0;
}
.tab-content .media-left .overlay {
    box-shadow: 0 0 0 5px rgba(129, 130, 135, 0.5) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(129, 130, 135, 0.5) inset;
}
.tab-content .media-left .img_inner {
    width: 100%;
}
.img_inner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.blog-content h6 {
    text-align: center;
    font-size: 14px;
    color: #000000;
}
.tab-content .media-heading {
    font-size: 14px;
    color: #777 !important;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}
.tab-content .media-body {
    width: 250px;
    padding-left: 30px;
}
.tab-content .media-body span {
    font-size: 14px;
    color: #777 !important;
    padding-right: 5px;
    text-transform: initial;
    font-weight: 400;
}
.tab-content .media-body span i {
    padding-right: 5px;
    color: #fec722;
    font-size: 14px;
}
.tab-content .media:hover .overlay-side,
.home_gallary_img:hover .overlay-side,
.home_blog_div:hover .home_gallary_img .overlay-side {
    height: 100%;
    opacity: 1;
}
.tab_img_div {
position: relative;
z-index: 9;
}
.tab-content .media:hover .media-heading {
color: #002147 !important;
}
.home_gallary_img img {
width: 100%;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-ms-transition: all 0.4s;
}
.tab-content .media:hover img {
transform: scale(1.2);
transition: all 0.4s linear;
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
}
.overlay-side {
position: absolute;
width: 100%;
height: 0%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.36);
opacity: 0;
}
.over_link {
position: relative;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
top: 44%;
left: 45%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
.nav-tabs li:hover ,  .nav-tabs li:active{
    background: #fff !important;
}
.over_link a i{
    color: #282a66;
    font-size: 14px;
}

.over_link:hover i{
    background: #282a66;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
}
.tag a {
    height: 30px;
    padding: 0 15px;
    border: 1px solid #dee2e6;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 10px 0 0;
    font-size: 14px;
    color: #777 !important;
    outline: 0;
    transition: all 0.7s;
}
.tag a:hover {
    color: #ffffff !important;
    background: #ffc107;
}
.fade:not(.show) {
    opacity: 1;
}
/*=====================================
 BLOG PAGE CSS END
=======================================*/
/*=====================================
 GALLERY PAGE CSS START
=======================================*/
#mygallery{
    background-image: url(https://image.yulangsoft.com/tuipin/images/header-background.jpg);
    background-position: 100% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    position: relative;
    z-index: 0;
    height: 40vh;
}
#mygallery:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}
.gallery{
    background-color: #f9f9f9 !important;
}
#filter-list.gallery-row .btn {
    color: #000;
    font-weight: 600;
}
/*=====================================
 GALLERY PAGE CSS END
=======================================*/
/*=====================================
 CONTACT CSS
=======================================*/
#contact-1.contact-3 .main-title3 .square{
    left: 0;
}
/*=====================================
 CONTACT CSS END
=======================================*/


section.featured {
    position: relative;
}
.highlights.image-right .image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.pre-title {
    width: fit-content;
    margin: auto;
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.abt-1 .featured {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: var(--primary-color);
}
.abt-1 {
    margin: 1.5rem 0;
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: var(--h2-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.highlights p {
    white-space: pre-wrap;
}
.abt-1 .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: var(--primary-color);
    opacity: 0.15;
}