.swiper-container {
    width: 100%;
    /*height: 800px;*/
}
.swiper-container .swiper-wrapper {
    align-items: center;
}

.swiper-container hide{
     opacity: 0;
 }

.swiper-button-next,.swiper-button-prev{
    transition:opacity 0.5s;
}

/*.swiper-container show{*/
/*    opacity: 1;*/
/*}*/

.swiper-slide{
	text-align: center;
}


/*.box .icon a img{
    width:13rem;
}*/




header nav.fixed-top .navbar-collapse li a {color: #fff;font-weight: 600;}
header nav.active div.container  li a {color: #000}




/*首页 slider */


    
.slideBox *{
    margin: 0;
    padding: 0;
}





        .slideBox {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .slideBox .bd {
            position: relative;
            height: 100%;
            z-index: 0;
        }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            list-style: none;
        }

        .slideBox .bd img {
            width: 100%;
            display: block;
        }

        .slideBox .prev,
        .slideBox .next {
            position: absolute;
            left: 3%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOsAAAAgCAMAAADE+3+QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNjE4RUVDRjgxMTFFMjk1ODhDQkIzNDg3MjdGNUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNjE4RUZDRjgxMTFFMjk1ODhDQkIzNDg3MjdGNUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI2MThFQ0NGODExMUUyOTU4OENCQjM0ODcyN0Y1QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI2MThFRENGODExMUUyOTU4OENCQjM0ODcyN0Y1QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmLDzTcAAAAJUExURcHBwf///////wCiYf4AAAADdFJOU///ANfKDUEAAACjSURBVHja5JnRDUQhDMNM9h/6STfCgeKPsIBjhGgpnHPy7wLyYLUicC5IPJGtJfi5ngsSL1Q7AYgsW8QTV7YJJ6psFU1M2S6YiLJlLPFk21CiydaRaOT+7mKxhYOERDcuCBy+cheiJHBqHEYGqZzPug6d4aG7aajmDPUSQz3iUO8/9KYbeqsPzWCGZmtDM9OhWfjSH8fY31UuSMkT2UqET4ABAHo9NyVXKF5RAAAAAElFTkSuQmCC) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            opacity: 0.5;
        }


        .slideBox {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .slideBox .hd {
            height: 15px;
            overflow: hidden;
            z-index: 1;
            position: relative;
            text-align: center;
            top: -2rem;
        }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            margin: 0 auto;
            display: inline-block;
        }

        .slideBox .hd ul li {
            float: left;
            margin-right: 2px;
            width: 15px;
            height: 15px;
            line-height: 14px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            list-style: none;
        }

        .slideBox .hd ul li.on {
            background: #ba1b21;
            color: #fff;
        }


        .slideBox .next {
            left: auto;
            right: 3%;
            background-position: 8px 5px;
        }

        .slideBox .prev:hover,
        .slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

        .slideBox .prevStop {
            display: none;
        }

        .slideBox .nextStop {
            display: none;
        }

















/*pc-nav*/

/*.header .nav{width:auto;margin: 0px auto;z-index: 111;}*/

.header .nav>li {position: relative;float: left; text-align: center;}

.header .nav li a{color: #000;font-size: 1.2rem;display: block;}

.header .nav li ul {
    padding:0;
}

/*.header .nav li ul li a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #fff ;border-bottom: 0px solid #d74d58 !important;}*/

.header .nav li .second-nav{display: none;position: absolute; background: #fff; color: #666; font-size: .8rem;  list-style: none}

.header .nav .second-nav, .header .nav .third-nav {
    min-width: 10rem;
}

.header .nav .second-nav li a ,.header .nav .third-nav li a {
    color: #212529;
}

.header .nav li .second-nav li a{font-size: .8rem; border-top:none;padding: 0.7rem 1.5rem;}

.header .nav li .second-nav li{position: relative;padding: 0px;margin:0px;
    /*line-height: 50px;width: 130px;height: 50px;*/

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0bebe', endColorstr='#c0bebe',GradientType=0 ); box-sizing: border-box;}

/*.header .nav li ul li:hover .third-nav li a{filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0bebe', endColorstr='#c0bebe',GradientType=0 ); }*/

.header .nav li .second-nav li .third-nav{position: absolute; height:auto;display: none;left: 10rem;top:0px;background: #fff;list-style: none}

.forth-nav{
    position: absolute;width: 130px;height:auto;display: none;left: 130px;top:0px;
}
ul.forth-nav li a{background: #fff;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0bebe', endColorstr='#c0bebe',GradientType=0 ); }

/*pc-nav end*/






@font-face {
    font-family: 'themify';
    src:url('../fonts/themify.eot?-fvbane');
    src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
    url('../fonts/themify.woff?-fvbane') format('woff'),
    url('../fonts/themify.ttf?-fvbane') format('truetype'),
    url('../fonts/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}


.default-padding {
    /*padding-top: 120px;*/
    padding-top: 40px;
    /*padding-bottom: 80px;*/
    padding-bottom: 20px;
}

.default-padding-top {
    padding-top: 5rem;
}





.tel-icon {
    position: absolute;
    right:-200px;
    top:6px;
    margin: 0;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    color: #ba1b21;

}

.tel-icon span::before{
    font-size: 24px;
    /*margin-right: 30px;*/
    margin-right: 10px;
}








/*btn-theme*/

.btn-theme {
    background-color: #ba1b21;
    color: #ba1b21 !important;
    border: 2px solid #ba1b21;
}

.btn-theme.border {
    background-color: transparent;
    color: #ba1b21 !important;
    border: 2px solid #ff4450;
}

.btn-theme.border:hover {
    background-color: #ba1b21;
    color: #ffffff !important;
    border: 2px solid #ba1b21;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #ff4450 none repeat scroll 0 0;
    border: 2px solid #ff4450;
    color: #ffffff;
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid #ffffff;
    color: #ffffff;
}



/*site-heading*/






.site-heading h2 strong {
    color: #ba1b21;
    font-weight: 700;
}

.site-heading h4 {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 20px;
    color: #666666;
}


.site-heading h2 span {
    color: #FF4452;
}

.site-heading p {
    margin-bottom: 0;
    margin-top: 20px;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}


@media (min-width: 992px) {
    .col-md-offset-2 {
        margin-left: 16.66666667%;
   }

.navbar-expand-lg .navbar-nav .nav-link { padding: .5rem 1rem; }

}



/* ==============================================================
     # About
=================================================================== */



.about-area.half-bg {
    position: relative;
    z-index: 1;
}

.about-area.half-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: #002359;
    z-index: -1;
}


.about-content {
    width: 100%;
}



.about-area .about-content .right-info {
    border-left: 1px solid #e7e7e7;
    padding-left: 50px;
}

.about-area .about-content .right-info a {
    margin-top: 10px;
}

.about-area .about-content .left-info {
    padding-right: 50px;
}

.about-area .about-content .left-info h4 {
    text-transform: uppercase;
    color: #ba1b21;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.about-area .about-content .left-info h4::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 3px;
    width: 20px;
    background: #ba1b21;
    margin-top: -2px;
}

.about-area .about-content .left-info h2 {
    font-weight: 600;
    line-height: 1.3;
    margin-top: -5px;
    margin-bottom: 25px;
}


.about-area .about-content .about-h2 {
    font-size: 26px;
}

.about-area .content-info {
    position: relative;
    z-index: 1;
}

.about-area .content-info::after {
    position: absolute;
    left: -30px;
    top: -30px;
    content: "";
    height: 100%;
    width: 200px;
    /* border: 10px solid rgba(255, 255, 255, 0.07); */
    z-index: -1;
}

.about-area.shape-less .content-info::after {
    border: 10px solid #f7f7f7;
}

.about-area .fun-facts {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    margin-top: 25px;
}

.about-area .fun-facts .fun-fact {
    float: left;
    padding-right: 30px;
}

.about-area .fun-facts .fun-fact .timer {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
    color: #FF4452;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.about-area .fun-facts .fun-fact .timer.m::after {
    position: absolute;
    right: -40px;
    top: 0;
    content: "M";
}

.about-area .fun-facts .fun-fact .timer.k::after {
    position: absolute;
    right: -30px;
    top: 0;
    content: "K";
}

.about-area .fun-facts .fun-fact .medium {
    font-weight: 500;
    text-transform: capitalize;
    color: #002359;
    letter-spacing: 0.6px;
    display: block;
}

.video-play-button.relative {
    position: inherit;
    left: 35px;
    top: 0;
    margin-top: 55px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}

@media only screen and (max-width: 767px){


    /* About */
    .about-area {
        overflow: hidden;
    }

    .about-area.half-bg::after {
        width: 100%;
    }

    .about-area .about-content .right-info {
        border-left: none;
        padding-left: 15px;
        margin-top: 50px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 30px;
        display: none;
    }

    .about-area.half-bg .about-content .right-info p {
        color: #ffffff;
    }

    .about-area .about-content .left-info {
        padding-right: 15px;
        text-align: center;
    }

    .about-area .content-info::after {
        left: 30px;
        height: 200px;
        width: 200px;
        border: 10px solid rgba(255, 255, 255, 0.03);
    }

    .video-play-button.relative {
        left: 20px;
    }

    .about-area .fun-facts .fun-fact {
        padding-right: 0;
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }

    .about-area .fun-facts .fun-fact:first-child {
        margin-top: 0;
    }

    .about-area .about-content .left-info h4 {
        padding-left: 0;
    }

    .about-area .about-content .left-info h4::after {
        display: none;
    }

    .about-area .fun-facts .fun-fact .timer {
        margin-left: -20px;
    }

}



/* ==============================================================
     # Services Area
=================================================================== */

#services {
    box-shadow: 0px 1px 50px 1px rgba(55, 55, 55, 0.1);
}

.services-area {
    position: relative;
    z-index: 1;
}

.services-area .dotted-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}

.services-area.half-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-area.half-bg::after {
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    height: 150%;
    width: 200%;
    background: #f5f5ff;
    z-index: -1;
    transform: translate3d(-50%,-50%,0);
    border-radius: 50%;
}

.services-area .services-items .equal-height {
    margin-bottom: 30px;
}

.services-area .services-items .item {
    /*padding: 60px 37px;*/
    padding:2.4rem 2rem;
    background: #ffffff;
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}

.services-area .services-items .item .icon {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background: #FF4452;
    border-radius: 50%;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

.services-area.icon-multi-color .services-items .item .icon {
    height: 110px;
    width: 110px;
    line-height: 110px;
}

.services-area .services-items .item:hover .icon,
.services-area.icon-multi-color .services-items .item .icon {
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
    background: #ffffff;
}

.services-area.icon-multi-color .services-items .item .icon i {
    color: #FF4452;
}

.services-area .services-items .item .icon::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    border: 2px dashed #ebebeb;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .icon i {
    display: inline-block;
    font-size: 40px;
    color: #ffffff;
}

.services-area.icon-multi-color .services-items .item .icon i {
    font-size: 50px;
}

.services-area .services-items .item:hover .icon i {
    color: #FF4452;
}

.services-area .services-items .item .icon span {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    background: #FF4452;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}

.services-area .services-items .item > i {
    display: inline-block;
    /*font-size: 50px;*/
    font-size: 1rem;
    margin-bottom: 30px;
    color: #FF4452;
}

.services-area .services-items .item h4 {
    text-transform: capitalize;
    font-weight: 600;
    height: 4rem;
    /*margin-bottom: 35px;*/

}

.services-area .services-items .item p {
    margin-bottom: 0;
}

.services-area .services-items .item > a {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    /*position: relative;*/
    /*z-index: 1;*/
    color: #ba1b21;
    /*display: inline-block;*/
}

.services-area .services-items .item > a i {
    margin-right: 3px;
}

/*.services-area .services-items .item > a::after {
    position: absolute;
    right: -20px;
    top: 50%;
    content: "";
    border-bottom: 3px dotted;
    width: 15px;
    margin-top: -1px;
}*/

.services-area .services-items .equal-height {
    position: relative;
    z-index: 1;
}

.services-area .services-items .equal-height::after {
    position: absolute;
    right: 0;
    top: -50%;
    content: "";
    height: 200%;
    width: 1px;
}

.services-area .services-items .equal-height:last-child::after {
    display: none;
}

.services-area .services-items .equal-height:last-child {
    border-right: none;
}


/* Services Icon Multi Color */

.services-area.icon-multi-color .services-items .equal-height .item {
    padding: 60px 45px;
}

.services-area.icon-multi-color .services-items .equal-height:first-child .item .icon i {
    color: #e4730f;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(2) .item .icon i {
    color: #7a69e6;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(3) .item .icon i {
    color: #fa5e5d;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(4) .item .icon i {
    color: #76ce44;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(5) .item .icon i {
    color: #f9c043;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(6) .item .icon i {
    color: #44ceb0;
}

.services-area.icon-multi-color .services-items .equal-height:nth-child(8) .item .icon i {
    color: #f767b4;
}

.services-area.icon-multi-color .services-items .item h4 {
    margin-bottom: 40px;
    text-transform: capitalize;
    font-size: 16px;
}

.services-area.icon-multi-color .services-items .item > a {
    padding: 10px 35px;
    border: 2px solid #e7e7e7;
    border-radius: 30px;
    padding-right: 50px;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-top: 25px;
    color: #232323;
}

.services-area.icon-multi-color .services-items .item:hover > a {
    background: #FF4452;
    border-color: #FF4452;
    color: #ffffff;
}

.services-area.icon-multi-color .services-items .item > a::after {
    right: 30px;
}



/* ==============================================================
     # Process
=================================================================== */

.process-area.shape {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.process-area .info .nav-pills li a.active::after{

    position: absolute;
    left: 0;
    bottom: -5px;

    content: "";
    height: 3px;
    width: 100%;
    background: #FF4452;
}


.process-area.shape::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/img/shape-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    opacity: 0.5;
}



.process-area .row > .thumb {
    padding-right: 35px;
}

.process-area .row> .thumb img{
max-width: 100%;
}

.process-area .info .nav-pills {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.process-area.bg-dark .info .nav-pills {
    border-bottom: none;
    margin-bottom: 20px;
}

.process-area .info .nav-pills a {
    font-weight: 600;
    background: transparent;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.process-area.bg-dark .info .nav-pills a {
    background: transparent;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: inherit;
}

.process-area .info .nav-pills li.active a {

    color: #FF4452;
}



.process-area .info .nav-pills li a {
    font-size: 14px;
}

.process-area .info .nav-pills a:hover,
.process-area .info .nav-pills a:focus {
    background: transparent;
}

.process-area .info h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: #666666;
}

.process-area.bg-dark .info h4 {
    color: #cccccc;
}

.process-area.bg-theme .info h4 {
    color: #ffffff;
}

.process-area .info h2 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 40px;
}

/*.process-area .info .nav-pills li.active a::after {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -17px;*/
/*    content: "";*/
/*    height: 3px;*/
/*    width: 100%;*/
/*    background: #FF4452;*/
/*}*/

.process-area.bg-dark .info .nav-pills li.active a::after {
    display: none;
}

.process-area .info .nav-pills li.active a::before {
    position: absolute;
    left: 50%;
    bottom: -35px;
    content: "";
    font-weight: 600;
    margin-left: -10px;
}

/*.process-area .info .tab-content .info h5 {*/
/*    text-transform: capitalize;*/
/*    font-weight: 600;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    padding-left: 23px;*/
/*    font-size: 15px;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.process-area .info .tab-content .info h5::after {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    content: "\e64c";*/
/*    font-family: 'themify';*/
/*    font-weight: 500;*/
/*    color: #FF4452;*/
/*}*/

.process-area .info .tab-content .info li {
    /*margin-bottom: 25px;*/
    margin-bottom: 1rem;
    list-style: disc;
    color: #ba1b21;
}

.process-area.bg-dark .info .tab-content .info li {
    color: #cccccc;
}

.process-area.bg-theme .info .tab-content .info li {
    color: #ffffff;
}

.process-area .info .tab-content .info li:last-child {
    margin-bottom: 0;
}

.process-area .info .tab-content .info ul {
    margin-top: 25px;
    padding-left:1rem;
}


.tab-navigation ul li a{
    color: #002359;
}
.fade.in {
    opacity: 1;
}

.tab-content > .active {
    display: block;
}

/*.tab-content > .tab-pane {*/
/*    display: none;*/
/*}*/
.nav-pills > li {
    position: relative;
    display: block;
}


@media only screen and (max-width: 767px) {
    .process-area .info .nav-pills a {
        margin-right: 0;
        border: 1px solid #e7e7e7;
        padding: 10px 25px;
        display: block;
    }
    .process-area .nav-pills li {
        width: 100%;
    }


}


.nav:before{
    display: table;
    content: " ";
}


/* ==============================================================
     # Footer
=================================================================== */


footer {
    background-color: #fff;
}

/* Footer Bottom */




footer .footer-bottom .link li {
    display: inline-block;
    margin-left: 15px;
}

footer .footer-bottom p {
    margin: 0;
}

footer .footer-bottom .container > .row {
    display: flex;
    align-items: center;
}

footer .footer-bottom {
    padding: 15px 0;
}

.footer-bottom.bg-light {
    border-top: 1px solid #e7e7e7;
}

footer .footer-bottom .link li a {
    display: inline-block;
    font-weight: 500;
}

footer .f-item img {
    /*margin-bottom: 25px;*/
    max-width: 70%;
}

footer .f-item h4 {
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 18px;
}

footer .f-item p {
    color: #565656;
}

footer .f-item ul.social li {
    display: inline-block;
    margin-right: 10px;
}

footer .f-item ul.social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
}

footer .f-item ul.social {
    margin-top: 20px;
}

footer .f-items .f-item.about h5 {
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

/*footer .f-items .f-item.about p {*/
/*    font-size: 14px;*/

/*}*/

footer .f-item .address ul {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

footer .f-item .address ul li {
    padding-right: 30px;
}

footer .f-item .address ul li:last-child {
    padding-right: 0;
}

footer .f-item .address ul li h5 {
    text-transform: uppercase;
    font-weight: 600;
}

footer form {
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    width: 90%;
    background: #ffffff;
}

footer form input {
    border: none;
    box-shadow: inherit;
}

footer form span.input-group-addon {
    padding: 0;
    border: none;
    background: transparent;
}

footer form span.input-group-addon button {
    min-height: 50px;
    border: none;
    padding: 0 18px;
    border-radius: 50%;
    color: #ff4450;
}

footer.bg-gray form span.input-group-addon button {
    border: 1px solid #e7e7e7;
    background: #ffffff;
}

footer form .input-group.stylish-input-group {
    border: none;
}

footer form .input-group input {
    border: none;
    box-shadow: inherit;
    border-radius: 30px;
    padding-left: 15px;
}
footer .f-items .item.link ul {
    margin: 0;
    padding: 0;
}

footer .f-item ul {
    list-style: none;
    padding: 0;
}

footer .f-items .f-item.link li {
    /*margin-bottom: 20px;*/
    margin-bottom: .5rem;
    color: #565656;
}

footer .f-items .f-item.link li:last-child {
    margin-bottom: 0;
}


footer .f-items .f-item.link li a{
    color: #565656;
}
.svg-shape svg.gray {
    fill: #f5f5ff;
}


.swiper-slide img {
    max-width: 100%;
}

.footer-nav{ height: 287px;}
.footer-nav div ul li a{ color: #002359}
.address .info span{
    line-height: 3rem;
}


.pc-banner {
    display: block;
}
.mobile-banner {
    display: none;
}

.m-nav {
    display: none;
}
@media only screen and (max-width: 900px) {

    .m-nav {
        display: block;
    }

    .pc-nav {
        display: none;
    }
    footer .footer-bottom .text-right {
        text-align: center!important;
        margin-top: 15px;
    }

    footer .footer-bottom .text-right ul {
        margin:0;
        padding: 0;
    }
    .pc-banner {
     display: none;
    }

    .mobile-banner {
        display: block;
        margin-top:100px;
    }


    .tel-icon{ display: none}

    header nav.fixed-top .navbar-collapse li a {
        color: #000;
        /*font-weight: 700;*/
    }

    .footer-nav {
        display: none;
    }



    .process-area .row > .thumb {
        padding: 1rem
    }

    .default-padding {
        padding-top:1rem;
    }
}



.navbar-btn:focus{
    color: #fff;
}