

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
}






.header-btn {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 0;
    padding: 22px 30px 22px 10px !important;
    display: inline-block !important;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-btn {
        padding: 39px 27px !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-btn {
        padding: 39px 28px !important
    }
}

.header-btn i {
    padding-right: 9px;
    font-size: 17px;
    color: #FF5E14
}

.header-btn:hover {
    color: #fff !important;
  
}


.header-area .header-info-left .logo {
    background: #fff;
    padding-right: 0;
    padding-left: 35px;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 0;height:102px;
    margin-left: -12px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-info-left .logo {
        padding-right: 21px;
        padding-left: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-info-left .logo {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width: 575px) {
    .header-area .header-info-left .logo {
        padding-right: 29px;
        padding-left: 24px
    }
}

.header-area .header-info-left .logo img {
    width:auto;
    height:auto
}
.header-area .header-info-left .logo_cp {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 0
}
.header-area .header-info-left .main-menu{padding-left:50px;}
.header-area .header-info-left .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 15px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-info-left .main-menu ul li {
        margin: 0 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-info-left .main-menu ul li {
        margin: 0 5px
    }
}

.header-area .header-info-left .main-menu ul li a {
    color: #fff;
    font-weight: 500;
    padding: 38px 9px;
    display: block;
    font-size: 17px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: uppercase;

    position: relative
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-info-left .main-menu ul li a {
        padding: 40px 9px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-info-left .main-menu ul li a {
        padding: 40px 9px
    }
}

.header-area .header-info-left .main-menu ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 25px;
    right: 5px;
    left: -5px;
    height: 3px;
    z-index: 1;
    background: #fff;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.header-area .header-info-left .main-menu ul li:hover > a {
    color: #fff
}

.header-area .header-info-left .main-menu ul li:hover > a::after {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.header-area .header-info-left .main-menu ul li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-area .header-info-left .main-menu ul ul.submenu {
    position: absolute;
    width: 190px;
    background: #1E1E1E;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header-area .header-info-left .main-menu ul ul.submenu > li {
    margin-left: 7px;
}

.header-area .header-info-left .main-menu ul ul.submenu > li > a {
    padding: 6px 5px !important;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize
}

.header-area .header-info-left .main-menu ul ul.submenu > li > a::after {
    position: unset
}

.header-area .header-info-left .main-menu ul ul.submenu > li > a:hover {
    color: #fff;
    background: none;
    padding-left: 8px !important
}

.header-area .header-righ ul li {
    display: inline-block
}
.header-area .header-righ ul li img{width:auto;height:30px;padding:0 25px;}

.header-area .header-righ .search-form {
    position: relative
}

@media (max-width: 575px) {
    .header-area .header-righ .search-form {
        display: none
    }

}

.header-area .header-righ .search-form i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%)
}

.header-area .header-righ .search-form input {
    color: #ffff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 0;
    height: 35px;
    padding: 11px 20px;
    line-height: 1;
    position: relative;
    transition: width 400ms ease, background 400ms ease
}

.header-area .header-righ .search-form input::placeholder {
    color: #fff
}

.header-area .header-righ .search-form input:focus {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 30px;
    background-position: 5px 7px;
    cursor: text;
    outline: 0;
    width: 140px;
    box-shadow: none
}

.header-area .header-righ .header-right-btn {
    margin: 0;
    padding: 0;
    margin-right: -12px;
    margin-left: 17px
}

.header-area .header-righ .header-right-btn .header-btn::after {
    position: unset !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-righ .header-right-btn {
        margin-right: 63px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-righ .header-right-btn {
        margin-right: 63px
    }
		.header-area .header-righ{display:none;}
		
}

@media (max-width: 575px) {
    .header-area .header-righ .header-right-btn {
        display: none
    }
	.header-area .header-righ{display:none;}
	.header-area .header-info-left .logo_cp{display:none;}
	.header-area .header-info-left .logo img {height:40px}
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.header-sticky.sticky-bar {
    background: #0084cd;
    height: 102px
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
    padding: 20px 20px !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media (max-width: 575px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
	.header-sticky.sticky-bar {
    height: 70px
}
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}

.mobile_menu .slicknav_menu {
    background: transparent;
    margin-top: 0px !important
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -64px;
    right: 15px
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #fff !important
}

.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: -7px !important;
    background: #fff
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px;
    color: #000
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #FF1A35
}

.mobile_menu .slicknav_menu .slicknav_nav .header-btn:hover {
    color: #fff !important;
    background: #FF1A35
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_arrow {
    font-size: 32px;
    top: -13px;
    font-weight: 300;
    color: #FF1A35
}

/*--------------------------------------------------ban--------------------------------------------------*/

.slider-height2 {
    height: 400px;
    background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height2 {
        height: 350px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height2 {
        height: 260px
    }
}

@media (max-width: 575px) {
    .slider-height2 {
        height: 260px
    }
	.mobile_menu .slicknav_menu .slicknav_btn {
    top: -50px;
    right: 15px
}

}

.slider-bg1 {
    background-image: url(/static/default/assets/img/news.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
.slider-bg3 {
    background-image: url(/static/default/assets/img/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover
}
.slider-bg4 {
    background-image: url(/static/default/assets/img/products.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.slider-bg2 {
    background-image: url(/static/default/assets/img/01.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.slider-area {
    margin-top: -1px
}

.slider-area .hero-caption {
    position: relative
}

@media (max-width: 575px) {
    .slider-area .hero-caption {
        margin-top: 80px
    }
}

.slider-area .hero-caption span {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.03em;
    display: block;
    margin-left: 33px
}

.slider-area .hero-caption span::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 0;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff
}

.slider-area .hero-caption h1 {
    overflow: hidden;
    font-size: 95px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #fff;
    line-height: 1.1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero-caption h1 {
        font-size: 75px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption h1 {
        font-size: 65px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption h1 {
        font-size: 47px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption h1 {
        font-size: 29px;
        line-height: 1.5;
        margin-bottom: 20px
    }
}

.slider-area .hero-caption p {
    font-size: 18px;
    color: #fff;
    font-family: "Barlow", sans-serif;
    margin-bottom: 50px;
    padding-right: 35px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption p {
        padding-right: 13px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption p {
        padding-right: 0px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption p {
        padding-right: 0px;
        font-size: 15px
    }
}

.slider-area .hero-caption.hero-caption2 h2 {
    color: #fff;
    font-size:50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 80px;
}
.slider-area .hero-caption.hero-caption2 h2 p{font-size:15px;padding-top:12px;font-weight:normal; letter-spacing:0.5px;}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        font-size: 50px;
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        font-size: 35px;
        margin-bottom: 50px
    }
}

.slider-area .stock-text {
    position: absolute;
    left: 0px;
    top: -73px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .stock-text {
        top: -50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .stock-text {
        top: -46px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .stock-text {
        top: -30px
    }
}

@media (max-width: 575px) {
    .slider-area .stock-text {
        top: -11px
    }
}

.slider-area .stock-text h2 {
    font-size: 160px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    color: #fff;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    position: absolute
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .stock-text h2 {
        font-size: 125px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .stock-text h2 {
        font-size: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .stock-text h2 {
        font-size: 78px
    }
}

@media (max-width: 575px) {
    .slider-area .stock-text h2 {
        font-size: 44px;
        margin-bottom: 0
    }
}

.slider-area .stock-text h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent
}

.slider-area .stock-text h2:nth-child(2) {
    color: rgba(255, 255, 255, 0.1);
    -webkit-animation: animate 4s ease-in-out infinite;
    animation: animate 4s ease-in-out infinite
}

@keyframes animate {
    0%, 100% {
        clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)
    }
    50% {
        clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
    }
}


.hero-overly {
    position: relative;
    z-index: 1
}

.hero-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 162, 251, 0.82);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}

/*--------------------------------------------------ban--------------------------------------------------*/


.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}







.form-select {
    height: 40px;
    width: 100%
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px
}

.form-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: transparent
}

.form-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: transparent
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300
}

.form-select .nice-select::after {
    right: 20px
}

.mt-10 {
    margin-top: 10px
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.switch-wrap {
    margin-bottom: 10px
}