/*：源码地址唯一出处: https://www.17sucai.com*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli', sans-serif;
    margin-top: 0
}


.footfont{


}

a {
    color: #2d2e2e;
    transition: all .3s ease 0s
}

a:hover {
    color: #242c42;
    text-decoration: none
}

a, a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none
}

.btn, .btn * {
    transition: all .3s ease 0s
}

.bg-dark-1 {
    background: #242c42
}

.bg-white {
    background-color: #fff;
    color: #3d4051
}

i {
    transition: all .4s ease-in-out 0s
}

.transition3s {
    transition: all .3s ease-in-out 0s
}

ul, li {
    list-style: outside none none
}

.w-100 {
    width: 100%
}

.pb-45 {
    padding-bottom: 45px
}

.pt-50 {
    padding-top: 50px
}

.mt-40 {
    margin-top: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-100 {
    margin-bottom: 100px
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.cmt-bgcolor-skincolor {
    background: #79b32f
}

section {
    float: left;
    width: 100%;
    padding: 80px 0
}

#scrollUp {
    background: #fff;
    border-radius: 50%;
    bottom: 100px;
    color: #034a6a;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 46px;
    z-index: 1000;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.2);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.2);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, 0.2)
}

#scrollUp:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

#scrollUp i {
    display: block;
    padding-top: 0;
    line-height: 46px
}

.no-padding {
    padding: 0
}

.pl-20 {
    padding-left: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.cmt-bgcolor-white {
    background-color: #fff
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 13px 15px 14px;
    border-radius: 3px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: 0;
    line-height: inherit;
    letter-spacing: 0
}

.section-title {
    margin-bottom: 40px;
    position: relative
}

.section-title h2 {
    font-size: 32px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #2E2751;
    line-height: initial;
    line-height: 42px;
    margin-bottom: 10px
}

.section-title h2 span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #79b32f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px
}

.section-title h2 span {
    display: inline-block;
    color: #fff;
    position: relative;
    border-radius: 50px;
    padding: 5px 15px;
    line-height: initial;
    font-size: 13px;
    background: #79b32f;
    margin-bottom: 15px
}

.section-title h2 b {
    display: block;
    font-weight: 700
}

.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 0;
    padding: 11px 40px 12px;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    background: #86bc42;
    border: 0
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #242c42;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn:hover, .btn:focus, .btn:active {
    color: #fff
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

#dvLoading {
    background: url(../image/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999
}

.top_bar {
    width: 100%;
    z-index: 1;
    height: 51px;
    line-height: 51px;
    position: relative;
    background-color: #002739;
    color: #fff
}

.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.top_bar_contact_item a {
    color: #fff
}

.top_bar_contact_item {
    font-size: 13px;
    height: 51px;
    line-height: 51px;
    margin-right: 14px;
    padding-right: 14px;
    position: relative
}

.top_bar_contact_item:last-child {
    margin-right: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
    opacity: 1;
    color: #fff;
    font-family: 'Roboto', sans-serif
}

.top_bar_contact_item:last-child i {
    color: #fff
}

.top_bar_contact_item:after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.11);
    display: block;
    position: absolute;
    left: -14px;
    top: 15px
}

.top_bar_contact_item:nth-child(odd):after {
    content: unset
}

.top_bar .social-icons {
    display: flex
}

.top_bar .social-icons li {
    margin: 0;
    display: inline-block;
    border: 0;
    z-index: 1;
    position: relative
}

.top_bar .social-icons li a {
    margin: 0;
    font-size: 12px;
    min-width: 40px;
    text-align: center;
    display: block;
    color: #fff
}

.cmt-header-style-02 .top_bar .social-icons li a {
    min-width: 26px
}

.top_bar ul li.facebook-icon a {
    background-color: #385da9
}

.top_bar ul li.twitter-icon a {
    background-color: #3cf
}

.top_bar ul li.google-icon a {
    background-color: #dc4a38
}

.top_bar ul li.linkedin-icon a {
    background-color: #0073b1
}

.top_bar ul li.facebook-icon:hover a, .top_bar ul li.twitter-icon:hover a, .top_bar ul li.google-icon:hover a, .top_bar ul li.linkedin-icon:hover a {
    background-color: #fff;
    color: #002739
}

nav.main-menu .mega-menu-item.megamenu-fw {
    position: static
}

nav.main-menu .megamenu-fw .mega-submenu {
    left: auto
}

nav.main-menu .megamenu-fw .mega-submenu .row {
    margin: 0
}

nav.main-menu .megamenu-content {
    width: 100% !important
}

nav.main-menu .megamenu-content .title {
    margin: 0;
    display: block;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    padding: 14px 20px;
    background: #f5faff;
    color: inherit;
    border-right: 1px solid transparent
}

nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
    left: 0;
    right: 0
}

nav.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

nav.main-menu ul li {
    position: relative
}

nav.main-menu {
    margin-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    z-index: 2
}

nav.main-menu li ul.mega-submenu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    visibility: hidden;
    border-top: 2px solid #034a6a;
    list-style: none;
    display: inline-block
}

nav.main-menu ul.menu li ul.mega-submenu li a {
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    display: block;
    padding: 15px 20px;
    text-align: left;
    color: inherit;
    border-top: 1px solid rgba(0, 43, 92, 0.04);
    border-radius: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Muli', sans-serif
}

nav.main-menu ul.menu li ul.mega-submenu li:hover > a, nav.main-menu ul.menu li ul.mega-submenu li:hover > a, nav.main-menu ul.menu li ul.mega-submenu li:hover > a, nav.main-menu ul.menu li ul.mega-submenu li:hover > a {
    background: #034a6a;
    color: #fff !important
}

ul.menu-col li a {
    color: #6f6f6f
}

ul.menu-col li a:hover, ul.menu-col li a:focus {
    text-decoration: none
}

.site-branding img {
    max-height: 38px
}

.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.header_extra > div {
    margin-left: 7px
}

.header_search #searchbox {
    position: relative
}

.header_search .search_btn {
    position: relative;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    width: 40px;
    line-height: 33px;
    text-align: right;
    border-left-width: 0;
    border-left-style: solid;
    border-left-color: #eaeff5;
    border-radius: 0
}

.header_search_content button.close-search:before {
    display: none
}

.header_search_content button.close-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    box-shadow: unset;
    opacity: .30;
    background: 0;
    color: #212529;
    padding: 11px 10px 12px 0
}

.header_search_content button.close-search:hover {
    opacity: 1
}

.header_search .header_search_content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 108px;
    padding: 30px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    opacity: 0;
    display: none;
    transition: all .6s ease-in;
    background-color: #fff;
    clear: both;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    border-radius: 0 0 5px 5px
}

.header_search .header_search_content.on {
    display: block;
    opacity: 1;
    z-index: 2
}

.header_search #search_query_top {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    clear: both;
    min-width: 240px
}

.site-navigation {
    position: relative
}

.widget_info {
    position: relative;
    padding: 10px 0 10px 28px;
    margin: 20px 0;
    margin-left: 30px;
    border-left: 1px solid #eaeff5
}

.widget_info:last-child {
    padding-right: 0
}

.slider_list {
    float: left;
    width: 100%;
    overflow-x: hidden
}

.slider1 {

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px
}

.slider2 {

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 900px
}

.slider_text_inner {
    display: inline-block
}

.slider_text_inner h1 {
    font-size: 65px;
    text-transform: none;
    font-weight: 800;
    color: #fff;
    margin: 0;
    margin: 0;
    line-height: 1.1
}

.slider_text_inner h1 span {
    color: #0c5adb
}

.slider_text_inner h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 12px;
    letter-spacing: 1px
}

.slider_text_inner p {
    width: 70%;
    font-size: 16px;
    padding: 29px 0 22px;
    color: #fff
}

.slider_text_desc p {
    color: #fff;
    width: 62%;
    font-size: 18px
}

.text_center .slider_text_desc p {
    margin: auto
}

.button a {
    background: #002739;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    color: #fff
}

.button.two a {
    padding: 14px 35px
}

.button.three a {
    background: #fff;
    padding: 14px 35px;
    color: #2d2e2e
}

.button .active {
    background: #034a6a;
    margin-left: 25px
}

.button .active:before {
    background: #002739
}

.button a i {
    margin-left: 5px
}

.button a:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -25%;
    width: 0;
    background: #034a6a;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1
}

.button a:hover {
    color: #fff
}

.button a:hover:before {
    width: 180%
}

.slider-video {
    position: relative
}

.slider-video .video-icon {
    position: absolute;
    right: 0;
    top: -165px
}

.slider-video.two .video-icon {
    left: 262px;
    top: -74px
}

.appointment .slider-video.two .video-icon {
    left: 0;
    top: 0
}

.video-icon a {
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    border-radius: 500%;
    position: relative;
    color: #0c5adb;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 28px
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.slider_list .owl-prev {
    position: absolute;
    left: -60px;
    top: 45%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s
}

.slider_list .owl-next {
    position: absolute;
    right: -60px;
    top: 45%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s
}

.owl-carousel:hover .owl-prev {
    left: 30px
}

.owl-carousel:hover .owl-next {
    right: 30px
}

.slider_list .owl-next i, .slider_list .owl-prev i {
    background-color: transparent;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    line-height: 55px;
    color: #fff;
    border: 2px solid #FFF;
    text-align: center
}

.slider_list .owl-next i:hover, .slider_list .owl-prev i:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.features-sec {
    float: left;
    width: 100%
}

.nagative_margin {
    position: relative;
    margin-top: -100px
}

.techno_flipbox {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 1
}

.techno_flipbox .techno_flipbox_font, .techno_flipbox .techno_flipbox_back {
    min-height: 250px;
    height: auto;
    box-shadow: 0 1px 51.3px 5.7px rgba(137, 143, 156, .15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform .7s ease, -webkit-transform .7s ease;
    position: relative
}

.techno_flipbox .techno_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent -80%, #00247e)
}

.icon {
    font-size: 45px;
    line-height: 45px
}

.techno_flipbox .techno_flipbox_inner {
    text-align: center;
    padding: 0 25px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    perspective: inherit;
    -webkit-perspective: inherit;
    outline: transparent solid 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    z-index: 2
}

.techno_flipbox_icon {
    font-size: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    overflow: hidden
}

.techno_flipbox_font .flipbox_desc p {
    color: #fff
}

.top_feature .techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    padding-bottom: 16px;
    padding-top: 0;
    color: #fff;
    margin-bottom: 0
}

.techno_flipbox .flipbox_title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    color: #fff
}

.techno_flipbox .techno_flipbox_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.techno_flipbox .techno_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: #fff;
    color: #0c5adb;
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s
}

.techno_flipbox_back .flipbox_desc p {
    color: #fff
}

.techno_flipbox .techno_flipbox_back .flipbox_button a i {
    display: none
}

.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    padding-bottom: 16px;
    padding-top: 0;
    color: #fff;
    margin-bottom: 0
}

.techno_flipbox .techno_flipbox_font .flipbox_desc, .techno_flipbox .techno_flipbox_back .flipbox_desc {
    color: #fff
}

.techno_flipbox:hover .techno_flipbox_font {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.techno_flipbox:hover .techno_flipbox_back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
    color: #fff;
    border-color: #0c5adb;
    background: #0c5adb
}

.techno_flipbox .techno_flipbox_font .flipbox_title h3 {
    color: #444
}

.techno_flipbox_font .flipbox_desc p {
    color: #666
}

.features-sec .techno_flipbox .techno_flipbox_font {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
    border: 0
}

.features-sec .techno_flipbox .techno_flipbox_back {
    background: #72ae26;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
    border-radius: 8px
}

.features-sec .techno_flipbox .techno_flipbox_inner {
    padding: 0 15px
}

.features-sec .techno_flipbox .techno_flipbox_back::before {
    display: none
}

.techno_flipbox_font .icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: #79b32f;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
    margin: 0 0 15px
}

.top_feature .techno_flipbox .flipbox_title h3 {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
    font-family: Muli;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    margin: 11px 0 0;
    padding: 0 0 13px
}

.about-sec {
    padding: 60px 0 80px
}

.about-sec .section-title {
    margin: 0
}

.about-sec .modern-img-feature::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #034a6a
}

.about-sec .modern-img-feature {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.about-sec .modern-img-feature img {
    z-index: 400;
    position: relative;
    width: 100%
}

.about-area .section-title {
    margin-bottom: 15px
}

.about-area .section-title h1 b {
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px
}

.about-content p {
    margin-bottom: 20px
}

.about-content p:last-child {
    margin: 0
}

.about-content .button {
    margin-top: 20px
}

.cta-sec::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .85;
    background-color: #034a6a;
    z-index: -1
}

.cta-sec {
    float: left;
    width: 100%;
    padding: 80px 0 130px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

}

.countr_text i {
    font-size: 50px;
    margin: 0 0 20px;
    color: #034a6a
}

.phone_number h5 {
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff
}

.cta-sec h2 {
    margin: 0;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 700;
    font-size: 40px
}

.counter_area {
    float: left;
    width: 100%
}

.cntr_bg_up {
    background: #fff;
    border-radius: 15px;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2)
}

.countr_text h1 {
    font-size: 40px;
    font-weight: 800
}

.counter_desc h5 {
    margin-top: 6px;
    color: #79b32f
}

.single_counter_icon i {
    font-size: 30px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #0C5ADB;
    border-radius: 100%;
    line-height: 80px
}

.white .countr_text h1 {
    color: #fff
}

.white .counter_desc h5 {
    color: #fff
}

.services-sec .section-title {
    margin: 0
}

.services-sec.inner-wrapper {
    padding: 40px 0 80px
}

.signle-service-section {
    margin: 40px 0 0
}

.signle-service-section .signle-services-wrapper {
    text-align: center;
    background: #fff;
    padding: 45px;
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1)
}

.signle-services-icon-wrapper {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid rgba(121, 179, 47, .25);
    font-size: 40px;
    background: #fff;
    box-sizing: content-box;
    border-radius: 50%;
    color: #79b32f;
    margin: auto
}

.signle-service-section .signle-services-wrapper:hover .signle-service-dot:first-child {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.signle-service-section .signle-services-icon-wrapper .signle-service-dot:first-child {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: signle-service-dot_1 2s linear infinite;
    animation: signle-service-dot_1 2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes signle-service-dot_1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes signle-service-dot_1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.signle-service-section .signle-services-icon-wrapper .signle-service-dot {
    width: 100%;
    height: 100%;
    left: 56%;
    top: 8%
}

.dots {
    width: 15px;
    height: 15px;
    background: #79b32f;
    border-radius: 50%;
    left: 14px;
    top: 0;
    position: relative
}

.signle-services-icon-wrapper i.fi {
    position: absolute;
    left: 25px;
    top: 0;
    width: 55px
}

.signle-service-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #034a6a
}

.signle-service-content p {
    margin-bottom: 0
}

.project-details-form {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 20px 0;
    border-radius: 10px
}

.project-details-form input, .project-details-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    min-height: 45px;
    padding: 10px 20px;
    resize: none;
    border: 1px solid #0002;
    border-radius: 8px
}

.project-details-form a.btn {
    margin-top: 30px;
    display: block
}

.project-details-form h4 {
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 700
}

.search-box {
    padding: 50px 25px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 25px
}

.search-box h4 {
    font-size: 20px;
    font-weight: 600
}

.search-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.search-box ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 2px solid #79b32f;
    border-radius: 100%;
    margin-left: -20px
}

.search-box ul li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 30px;
    position: relative;
    margin-left: 20px;
    color: #101010
}

.search-box ul li a:hover {
    color: #86bc42
}

.project-details {
    float: left;
    width: 100%
}

.project-details h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px
}

.project-details h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #034a6a
}

.project-details-img {
    width: 100%;
    margin: 15px 0 20px;
    position: relative;
    float: left
}

.project-details-img img {
    width: 100%;
    padding: 5px;
    background: #eee
}

.project-details.project-details-2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 8px
}

.project-details.project-details-2 ul li {
    position: relative;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #79b32f;
    font-weight: 500;
    margin-left: 25px;
    width: calc(100% / 5)
}

.project-details.project-details-2 ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid #79b32f;
    border-radius: 100%;
    margin-left: -20px
}

.testimonials-one {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;

}

.testimonials-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-box-shadow: inset 0 0 152px 5px rgba(96, 101, 105, 0.68);
    box-shadow: inset 0 0 152px 5px rgba(96, 101, 105, 0.68);
    opacity: .6
}

.testimonials-one .container {
    position: relative
}

@media (min-width: 1200px) {
    .testimonials-one .container {
        max-width: 935px
    }
}

.testimonials-one .owl-carousel .owl-item img {
    width: auto
}

.testimonials-one .owl-carousel .owl-dots {
    margin-top: 25px
}

.testimonials-one .owl-carousel .owl-dots .owl-dot {
    outline: 0;
    margin: 0
}

.testimonials-one .owl-carousel .owl-dots .owl-dot span {
    margin: 0;
    border-radius: 50%;
    background-color: #52504F;
    width: 13px;
    height: 13px;
    margin-left: 9px;
    margin-right: 9px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonials-one .owl-carousel .owl-dots .owl-dot:hover span, .testimonials-one .owl-carousel .owl-dots .owl-dot.active span {
    -webkit-box-shadow: 0 0 0 7px rgba(121, 179, 47, 0.3);
    box-shadow: 0 0 0 7px rgba(121, 179, 47, 0.3);
    background-color: #79b32f
}

.testimonials-one__image {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22);
    border: 3px solid #fff
}

.testimonials-one__image-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testimonials-one__image-outer:before, .testimonials-one__image-outer:after {
    content: '';
    width: 30px;
    height: 27px
}

.testimonials-one__image-outer:before {
    margin-right: 60px;
    background-image: url(../image/testi-qoute-1-1.png)
}

.testimonials-one__image-outer:after {
    margin-left: 60px;

}

.testimonials-one__single {
    padding-top: 16px
}

.testimonials-one__single p {
    margin: 0;
    color: #2b3036;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    margin-top: 30px
}

.testimonials-one__single h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #15599e;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 5px
}

.testimonials-one__single span {
    color: #2b3036;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em
}

.testimonials-two {
    padding-top: 100px;
    padding-bottom: 70px
}

.testimonials-two .block-title h3 {
    color: #15599e
}

.testimonials-two__image-outer {
    text-align: center
}

.testimonials-two__image-outer > img {
    border: 3px solid #fff;
    max-width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.22)
}

.testimonials-two__single {
    padding: 50px 40px;
    text-align: center;
    background-color: #F6F6F7;
    margin-bottom: 30px
}

.testimonials-two__single h3 {
    font-size: 18px;
    font-weight: bold;
    color: #15599e;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 25px
}

.testimonials-two__single p {
    font-size: 18px;
    line-height: 24px;
    color: #2a2c2d;
    font-style: italic;
    margin: 0;
    font-weight: 400;
    margin-bottom: 35px
}

.testimonials-two__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.testimonials-two__stars i {
    font-size: 14px;
    color: #FAC917
}

.testimonials-two__stars i + i {
    margin-left: 5px
}

.testimonials-one .owl-nav {
    display: none
}

.our-team-sec .section-title {
    margin: 0
}

.our-team-sec.inner-wrapper {
    padding: 40px 0 80px
}

.team-wrap {
    text-align: center;
    margin: 40px 0 0
}

.team-wrap .team-thumb {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.team-wrap .team-thumb img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 100%
}

.team-wrap .team-info {
    background: #fff;
    margin: -80px 30px 0;
    padding: 25px 25px 35px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15)
}

.team-wrap .team-info h4 {
    font-weight: bold;
    margin-bottom: 8px
}

.team-wrap .team-info h4 a {
    color: #1a1b1e
}

.team-wrap .team-social {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%
}

.team-wrap .team-social a, .team-wrap .team-social span {
    cursor: pointer;
    font-size: 15px;
    margin-right: 12px;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #034a6a;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 5px 5px 18px 0 rgba(3, 74, 106, 0.3);
    -webkit-box-shadow: 5px 5px 18px 0 rgba(3, 74, 106, 0.3);
    -moz-box-shadow: 5px 5px 18px 0 rgba(3, 74, 106, 0.3)
}

.team-wrap .team-social a:hover, .team-wrap .team-social span:hover {
    box-shadow: none
}

.team-wrap .team-social a {
    opacity: 0;
    right: -40px;
    position: relative;
    visibility: hidden
}

.team-wrap .team-social a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.team-wrap .team-social span {
    margin-right: 0
}

.team-wrap .team-social.active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 5px 5px 18px 0 rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 5px 5px 18px 0 rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 5px 5px 18px 0 rgba(42, 67, 113, 0.15);
    background: #fff;
    color: #034a6a
}

.team-wrap .team-social.active a {
    opacity: 1;
    visibility: visible;
    right: 0;
    box-shadow: 5px 5px 18px 0 rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 5px 5px 18px 0 rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 5px 5px 18px 0 rgba(42, 67, 113, 0.15)
}

.team-wrap:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.team-slider, .team-slider-h5 {
    margin: 0 -15px
}

.team-slider .team-wrap, .team-slider-h5 .team-wrap {
    padding: 0 15px;
    margin-bottom: 30px
}

.team-wrap .team-social .twitter {
    background-color: #15b7ec
}

.team-wrap .team-social .facebook {
    background-color: #0160e7
}

.team-wrap .team-social .pinterest {
    background-color: #79b32f
}

.pricing-sec {
    background: #f8f7f7
}

.pricing-sec .section-title {
    margin: 0
}

.pricing-table-single {
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, 0.15);
    margin: 40px 0 0;
    border-radius: 20px
}

.pricing-table-single .bg-before, .pricing-table-single .bg-after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: 9;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.pricing-table-single .bg-before {
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    background: url('../image/bg1-box.png') top left no-repeat #fff;
    width: 109px;
    height: 67px;
    opacity: 1
}

.pricing-table-single .bg-after {
    bottom: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    background: url('../image/bg2-box.png') top left no-repeat #fff;
    width: 184px;
    height: 65px;
    opacity: 1
}

.pricing-table-single .pricing-table {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 80px 15px 80px 15px;
    border-radius: 30px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 20px
}

.pricing-table-single .pricing-table .choice-box {
    position: absolute;
    width: 100%;
    left: -115px;
    top: 40px;
    background: #2d1fb4;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0
}

.pricing-table-single .pricing-table .table-header .title {
    position: relative;
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.pricing-table-single .pricing-table .table-header .text {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.pricing-table-single .pricing-table .table-header .price {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 32px;
    color: #034a6a
}

.pricing-table-single .pricing-table .table-header .price span {
    font-size: 14px;
    font-weight: 400
}

.pricing-table-single .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 5px 0 17px 0
}

.pricing-table-single .pricing-table .table-content li {
    position: relative;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.pricing-table-single .pricing-table .table-content li:last-child {
    border: 0
}

.pricing-table-single .pricing-table .table-content li i {
    color: #eb2f06;
    margin-right: 3px;
    font-size: 14px
}

.pricing-table-single .pricing-table .table-content li:last-child {
    margin-bottom: 0
}

.pricing-table-single .pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    background:#eb2f06;
}
.footer {
    background-color: #034a6a;
    float: left;
    width: 100%
}

.footer .footer-top {
    padding: 50px 0
}

.footer .single-widget {
    margin-top: 30px
}

.footer .single-widget h3 {
    color: #fff;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.footer .single-widget h3::before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    bottom: -1px;
    background: #034a6a;
    display: block
}

.footer p {
    color: #ccc;
    font-size: 14px
}

.footer-about {
    padding-right: 30px
}

.footer-about .logo {
    margin-bottom: 15px
}

.footer-about .text-logo a {
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.footer-about .text {
    margin-bottom: 35px
}

.footer .f-link ul li {
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
    line-height: 34px
}

.footer .f-link ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-top: -5px;
    background: #d4d4d4;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.footer .f-link ul li:hover:before {
    background: #fff
}

.footer .f-link ul li:last-child {
    margin-bottom: 0
}

.footer .f-link ul li a {
    display: inline-block;
    color: #B4B4B4;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 14px;
    font-weight: normal
}

.footer .f-link ul {
    box-shadow: none;
    margin: 0
}

.footer .f-link ul li a::before {
    display: none
}

.footer .f-link ul li a:hover {
    color: #fff
}

.single-f-news {
    position: relative;
    background: transparent;
    margin-bottom: 20px;
    box-shadow: none
}

.single-f-news img {
    height: 70px;
    width: 70px;
    display: block;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    left: 0;
    top: 0;
    margin-top: 4px;
    padding: 5px
}

.footer-news .single-f-news .content {
    padding-left: 85px;
    padding-top: 5px
}

.footer-news .single-f-news .content p {
    margin: 0 0 10px
}

.footer-news .single-f-news .content .title {
    font-size: 14px
}

.footer-news .single-f-news .content .title a {
    color: #ccc
}

.footer-news .single-f-news .content .title a:hover {
    color: #F2A611
}

.footer .footer-newsletter .address {
    color: #777;
    font-size: 15px;
    margin-bottom: 20px
}

.footer .single-f-news .post-meta i {
    color: #fff;
    margin-right: 5px
}

.footer .address-widget-list li {
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
    float: left
}

.footer .address-widget-list li, .footer .address-widget-list li a {
    font-weight: normal;
    color: #ccc;
    font-size: 15px
}

.footer .address-widget-list li i {
    width: 25px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    float: left
}

.footer .address-widget-list li:hover i {
    background: #fff;
    color: #034a6a
}

.footer .address-widget-list li:last-child {
    margin-bottom: 0
}

.footer .address-widget-list li span {
    color: #179E66;
    display: inline-block
}

.footer_contact p {
    margin-bottom: 15px
}

.footer .social {
    margin-top: 22px
}

.footer .social li {
    display: inline-block;
    margin: 0 8px 0 0
}

.footer .social li:last-child {
    margin-right: 0
}

.footer .social li a {
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #00c3ff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 5px 5px 18px 0 rgba(21, 183, 236, 0.3);
    -webkit-box-shadow: 5px 5px 18px 0 rgba(21, 183, 236, 0.3);
    -moz-box-shadow: 5px 5px 18px 0 rgba(21, 183, 236, 0.3);
    text-align: center
}

.footer .social li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.footer .social-icons li:before {
    display: none
}

.footer .copyright {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #ebebeb3b
}

.footer .copyright-content p {
    color: #fff;
    font-size: 14px;
    margin: 0
}

.footer .copyright-content a:hover {
    color: #034a6a
}

@media only screen and (min-width: 1801px) {
    .cmt-left-span > .cmt-col-wrapper-bg-layer {
        margin-left: -500px
    }

    .cmt-right-span > .cmt-col-wrapper-bg-layer {
        margin-right: -500px
    }
}

@media (min-width: 1200px) {
    .stickable-header.fixed-header {
        z-index: 111;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(2, 61, 128, 0.2)
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9
    }

    #site-header-menu .stickable-header.fixed-header .site-navigation ul.menu > li > a {
        padding: 37px 14px
    }

    .cmt-header-style-01 .site-header-menu .stickable-header.fixed-header .site-navigation {
        margin-top: 0
    }

    .cmt-header-style-01 .stickable-header.fixed-header .site-navigation-content {
        position: unset;
        content: unset;
        box-shadow: unset
    }

    .cmt-header-style-01 #site-header-menu .site-navigation ul.menu > li:first-child a {
        padding: 40px 15px 40px 10px
    }

    .cmt-header-style-01 #site-header-menu .site-navigation ul.menu > li.active > a, #site-header-menu .stickable-header.fixed-header .site-navigation ul.menu > li.active > a {
        color: #0c97c2
    }

    .cmt-header-style-01 #site-header-menu .site-navigation ul.menu > li > a {
        padding: 40px 25px 40px 10px;
        position: relative
    }
}

@media (max-width: 1199px) {
    .section-title h2 b {
        font-size: 28px
    }

    .top_bar {
        display: none
    }

    .site-branding {
        text-align: center
    }

    header .container {
        max-width: 100%
    }

    .header_extra, .widget_info {
        display: none !important;
        visibility: hidden
    }

    nav.main-menu ul.menu li ul.mega-submenu li.active > a, nav.main-menu ul.menu li ul.mega-submenu li > a:hover {
        color: #0067ed
    }

    .cmt-header-style-03 #site-header-menu, .cmt-header-style-01 #site-header-menu {
        background-color: transparent
    }

    #site-header-menu .site-navigation {
        height: 80px
    }

    .cmt-header-style-03 #site-header-menu .site-navigation ul.menu > li > a {
        color: #16143e
    }

    .cmt-header-style-03 .site-branding {
        position: absolute;
        bottom: -62px
    }

    .cmt-header-style-02 #site-header-menu .site-navigation ul.menu > li > a {
        color: #16143e
    }

    .cmt-header-style-02 .menubar-inner, .cmt-header-style-02 .menubar-inner:after, .cmt-header-style-02 .menubar-inner:before {
        background-color: #fff
    }

    .owl-prev, .owl-next {
        display: none
    }

    .slider_text_inner h1 {
        font-size: 36px !important
    }

    .slider_text_inner h5 {
        font-size: 16px !important
    }

    .slider1, .slider2 {
        height: 700px !important
    }

    .slider_area .button .active {
        margin-left: 0
    }

    .about-sec .modern-img-feature::before {
        display: none
    }

    .about-sec .modern-img-feature img {
        padding: 5px;
        border: 1px solid #ddd
    }

    .cntr_bg_up {
        margin: -100px 15px 0
    }

    .team-wrap {
        display: block;
        text-align: center
    }

    .team-wrap .team-thumb {
        display: block;
        margin: 0 auto 25px
    }

    .team-wrap .team-info {
        display: block;
        padding-left: 0;
        border: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .single-blog-sec .inner-post {
        padding: 25px 18px
    }

    .single-blog-sec .entry-title {
        font-size: 20px
    }

    .project-details.project-details-2 ul li {
        width: 45%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-area .contact-wrap {
        margin: 30px 0 0
    }
}

@media (max-width: 767px) {
    .project-details.project-details-2 ul li {
        width: 100%
    }

    .entry-footer .tagcloud, .entry-footer .share-post {
        float: none;
        width: 100%
    }

    .entry-footer .share-post {
        margin-top: 30px
    }

    .blog-post .author-bio .author-image {
        max-width: 100px;
        margin: 15px 15px 15px 15px;
        float: left
    }

    .blog-post .author-bio .author-image img {
        width: 100%
    }

    .blog-post .author-bio .author-info {
        padding: 15px 15px 15px 125px
    }

    .comment-respond {
        padding: 30px
    }

    .contact-area .contact-wrap {
        margin: 30px 0 0
    }

    .single-f-news {
        margin-bottom: 15px;
        float: left
    }

    .footer .address-widget-list li {
        float: inherit;
        margin-bottom: 15px
    }
}

/*：源码地址唯一出处: https://www.17sucai.com*/