@charset "utf-8";
/* CSS Document */

/*@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);
*/
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap);

h1, h2, h3, h4, h5, h6, .success-item .count-text, .pricing-header .price, body{
    font-family: 'Raleway',sans-serif;
}

body.fixed-header {
    padding-top: 0px !important;
}
.container {
    max-width: 1400px;
}
.container.large{
    max-width: 1400px;
}

.hero-content{
    text-shadow: 0px 0px 30px rgb(0 0 0 / 90%);
}
.hero-content p{
    font-size: 24px;
    letter-spacing: 1px;
}

body:not(.fixed-header):not(.white-header) .main-header.trans .header-upper{
    background-color: transparent !important;
    background-color_null: rgba(0,0,0,0.45) !important;
    
    background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 90%);
}
body:not(.fixed-header):not(.white-header) .main-header.trans .main-menu > div > ul > li > a{
    color: #fff !important;
}

body:not(.fixed-header):not(.white-header) .main-header.trans .main-menu .logo{
    position: relative;
}
body .main-header.trans .main-menu .logo img{
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body .main-header.trans .main-menu .logo img.dark{
    position: absolute;
    left: 0;
    top: 0;
    widows: 100%;
    height: 100%;
    opacity: 0;
}
body.fixed-header .main-header.trans .main-menu .logo img.dark, body.white-header .main-header.trans .main-menu .logo img.dark{
    opacity: 1;
}
body.fixed-header .main-header.trans .main-menu .logo img.light, body.white-header .main-header.trans .main-menu .logo img.light{
    opacity: 0;
}

body.fixed-header .main-menu .logo img {
    height: 50px;
}
body.fixed-header .main-menu .logo img.small-on-scroll {
    height: 28px;
}
body.fixed-header .main-menu > div > ul > li {
    padding: 20px 24px;
}


p.large, .large > p{
    font-size: 138%;
    line-height: 1.5;
    font-weight: 300;
}

.row.compact > div[class*="col-"]{
    padding-left: 2px;
    padding-right: 2px;
}

.section-title{
    
}
.section-title.text-center{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.section-title h2{
    
}
.section-title p{
}

.section{
    padding-top: 100px;
    padding-bottom: 100px;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 50px;
}
.arrows.in-body {
  bottom: -90px;
}

.arrows path {
  stroke: #2994D1;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}


.footer-widget-area{
    padding-bottom: 40px !important;
}

.header-spacer{
    height: 150px;
}

.rounded-image {
    border-radius: 10px;
    overflow: hidden;
}

body .main-header .header-upper.nav-style-light .main-menu .logo img.light{
    display: none;
}

.wow{
    opacity: 0;
}

.page-banner:before {
    opacity: 1;
    background: rgb(20,34,82);
    background: linear-gradient(343deg, rgba(20,34,82,0) 9%, rgba(20,34,82,0.9) 57%);
    
    background: linear-gradient(343deg, rgba(2,94,228,0.9) 0%, rgba(20,34,82,0) 24%, rgba(20,34,82,0.9) 57%);
}

.page-banner-line-spacer{
    display: block;
    height: 50px;
}
.page-banner.with-bottom-line:after, .hero-section.with-bottom-line:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width:1px;
    height: 80px;
    background-color: #fff;
    z-index: 1;
    content: '';
    background: rgb(255,255,255);
background: linear-gradient(360deg, rgba(255,255,255,1) 2%, rgba(41,148,209,0.85) 65%);
}

div[class*='col-'] > ul{
    margin-bottom: 26px;
}













@media (min-width:992px){
    .half-image-content-row > .col-lg-5:not(.order-lg-1){
        padding-left: 75px;
    }
    .half-image-content-row > .col-lg-5.order-lg-1{
        padding-right: 75px;
    }
    .main-menu{
        padding-left: 11px;
    }
}




@media (max-width:1800px){
.section{
    padding-top: 95px;
    padding-bottom: 95px;
}
}/* max-width:1800px */




@media (max-width:1600px){

.section{
    padding-top: 90px;
    padding-bottom: 90px;
}
}/* max-width:1600px */




@media (max-width:1450px){
    .max-width-no-pad{
        padding-bottom: 0 !important;
    }

.section{
    padding-top: 60px;
    padding-bottom: 60px;
}
}/* max-width:1450px */




@media (max-width:1199px){

.section{
    padding-top: 55px;
    padding-bottom: 55px;
}
    .max-width-no-pad{
        padding-bottom: 0 !important;
    }
    .hero-content-five{
        margin-bottom_null: 70px;
    }
.footer-widget-area{
    padding-bottom: 0px !important;
}
}/* max-width:1199px */




@media (max-width:991px){
    body .main-header .main-menu .logo img {
    width: 178px;
        height: auto;
}
    body.fixed-header .main-menu .logo img.small-on-scroll {
    height: auto;
    width: 100px;
}
    .footer-widget {
    margin-bottom: 30px;
}
    .main-menu .navbar-collapse{
        display: none !important;
    }
    .header-top-wrap {
    margin-bottom: 15px;
}
    .main-menu .navbar-collapse.show, .main-menu .navbar-collapse > ul, .main-menu .navbar-collapse li, body.nav-active .main-menu .navbar-collapse{
        display: block !important;
        padding: 0 !important;
    margin: 0;
    }
    .main-menu .navbar-collapse li a,
    body:not(.fixed-header):not(.white-header) .main-header.trans .main-menu > div > ul > li > a{
        color: inherit !important;
    }    
    .main-menu .navigation > li.logo{
        display: none !important;
    }
    .header-with-drop-icons .main-menu .navbar-collapse li .dropdown-btn {
        position: absolute;
        top: 0 !important;
        transform: none !important;
    }
    .main-menu .navbar-collapse li a, .main-menu .navbar-collapse li ul li a {
    font-size: 13px;
}
    .main-header .logo {
    z-index: 9;
    padding: 10px 0;
    position: relative;
}
    .main-menu .navbar-collapse li ul li a{
        padding-left: 20px;
    }
    .header-spacer {
    height: 80px;
}
}/* max-width:991px */




@media (max-width:767px){
.section{
    padding-top: 45px;
    padding-bottom: 45px;
}
    body {
    line-height: 26px;
    font-size: 16px;
}
    p.large, .large > p {
    font-size: 125%;
}
    .top-left {
        display: none;
    }
    .wow
      {
        animation-delay: 0s!important;
      }
}/* max-width:767px */




@media (max-width:575px){
.section{
    padding-top: 35px;
    padding-bottom: 35px;
}
    .progress-item-two {
        border: none;
        margin-bottom: 20px;
    }
    .pt-65, .py-65 {
    padding-top: 30px;
}
    .mb-50, .my-50 {
    margin-bottom: 30px;
}
    .mb-40, .my-40 {
    margin-bottom: 15px;
}
    .hero-content-five{
    padding-bottom: 20px;
    margin-bottom: 0;
    }
    h2 {
    line-height: 1.2;
    font-size: 36px;
    text-align: center;
}
    .gallery-item-five img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
}
    .gallery-item-five .gallery-content h3 {
    font-size: 150%;
    line-height: 1.2;
}
    .call-to-action{
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .footer-logo img {
    width: 135px;
}
    .footer-title {
    margin-bottom: 8px;
}
    footer .list-style-two li {
    margin-bottom: 4px;
    justify-content: center;
}
    .footer-widget-area{
        text-align: center;
    }
    .feature-item {
        padding: 20px 15px 25px 15px;
    }
    .feature-item .feature-content h3{
        margin-bottom: 0;
    }
    .call-to-action .section-title h2 {
    font-size: 34px;
}
    .section-title-with-btn {
    justify-content: center;
}
    .section-title .sub-title, .hero-content-five .sub-title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 13px;
    text-align: center;
}
    p.large, .large > p {
    font-size: 110%;
}
    .bg-cover-video.contain-on-mobile .jquery-background-video{
    width: 120%;
    height: 100%;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
}
    .bg-cover-video.contain-on-mobile:before,
    .bg-cover-video.contain-on-mobile:after{
        position: absolute;
        top: 0;
        left: 0;
        height: 55%;
        width: 100%;
        content: '';
        z-index: 1;
        display: block;
        background: rgb(6,5,47);
background: linear-gradient(0deg, rgba(6,5,47,0) 13%, rgba(6,5,47,1) 40%);
    }
    .bg-cover-video.contain-on-mobile:after{
        top: auto;
        bottom: 0;
        background: rgb(6,5,47);
background: linear-gradient(180deg, rgba(6,5,47,0) 13%, rgba(6,5,47,1) 40%);
    }
    footer .list-style-two i{
        display: none;
    }
    body .main-header .main-menu .logo img {
    width: 130px;
    height: auto;
}
    .hero-content p {
    font-size: 16px;
}
.header-spacer {
    height: 70px;
}
    .page-banner {
    min-height: 330px;
}
    .work-progress-item {
    margin: 10px auto 0;
}
    .work-progress-item .icon {
    margin-bottom: 5px;
}
    .work-progress-item h3{
        margin-bottom: 5px;
    }
}/* max-width:575px */




@media (max-width:479px){
}/* max-width:479px */




















