@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@-webkit-keyframes MOVE-BG {
    from {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -ms-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@-webkit-keyframes MOVE-BG2 {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(48px);
        transform: translateX(48px)
    }
}

@-webkit-keyframes MOVE-BG2 {
    from {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -ms-transform: translateX(48px);
        transform: translateX(48px)
    }
}

@keyframes MOVE-BG2 {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(48px);
        transform: translateX(48px)
    }
}

@keyframes flip {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a:hover,
a:focus {
    text-decoration: none
}

input:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0a1b4f
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

body {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #7f8897;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.font-size-50 {
    font-size: 50px !important
}

.font-size-45 {
    font-size: 45px !important
}

.font-size-40 {
    font-size: 40px !important
}

.font-size-35 {
    font-size: 35px !important
}

.font-size-30 {
    font-size: 30px !important
}

.font-size-28 {
    font-size: 28px !important
}

.font-size-27 {
    font-size: 27px !important
}

.font-size-26 {
    font-size: 26px !important
}

.font-size-25 {
    font-size: 25px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-23 {
    font-size: 23px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-21 {
    font-size: 21px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-19 {
    font-size: 19px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-weight-thin {
    font-weight: 100 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-regular {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-semi-bold {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.line-height-65 {
    line-height: 65px !important
}

.line-height-60 {
    line-height: 60px !important
}

.line-height-58 {
    line-height: 58px !important
}

.line-height-57 {
    line-height: 57px !important
}

.line-height-56 {
    line-height: 56px !important
}

.line-height-55 {
    line-height: 55px !important
}

.line-height-52 {
    line-height: 52px !important
}

.line-height-50 {
    line-height: 50px !important
}

.line-height-48 {
    line-height: 48px !important
}

.line-height-46 {
    line-height: 46px !important
}

.line-height-45 {
    line-height: 45px !important
}

.line-height-40 {
    line-height: 40px !important
}

.line-height-35 {
    line-height: 35px !important
}

.line-height-33 {
    line-height: 33px !important
}

.line-height-30 {
    line-height: 30px !important
}

.line-height-28 {
    line-height: 28px !important
}

.line-height-27 {
    line-height: 27px !important
}

.line-height-26 {
    line-height: 26px !important
}

.line-height-25 {
    line-height: 25px !important
}

.line-height-24 {
    line-height: 24px !important
}

.line-height-22 {
    line-height: 22px !important
}

.line-height-20 {
    line-height: 20px !important
}

.line-height-18 {
    line-height: 18px !important
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.section--padding {
    padding-top: 120px;
    padding-bottom: 90px
}

.section-padding-top {
    padding-top: 120px
}

.section-padding-bottom {
    padding-bottom: 120px
}

.section-padding-top-2 {
    padding-top: 90px
}

.section-padding-bottom-2 {
    padding-bottom: 90px
}

.padding-top-10px {
    padding-top: 10px
}

.padding-top-15px {
    padding-top: 15px
}

.padding-top-20px {
    padding-top: 20px
}

.padding-top-25px {
    padding-top: 25px
}

.padding-top-30px {
    padding-top: 30px
}

.padding-top-35px {
    padding-top: 35px
}

.padding-top-40px {
    padding-top: 40px
}

.padding-top-45px {
    padding-top: 45px
}

.padding-top-50px {
    padding-top: 50px
}

.padding-top-55px {
    padding-top: 55px
}

.padding-top-60px {
    padding-top: 60px
}

.padding-top-65px {
    padding-top: 65px
}

.padding-top-70px {
    padding-top: 70px
}

.padding-top-75px {
    padding-top: 75px
}

.padding-top-80px {
    padding-top: 80px
}

.padding-top-85px {
    padding-top: 85px
}

.padding-top-90px {
    padding-top: 90px
}

.padding-top-95px {
    padding-top: 95px
}

.padding-top-100px {
    padding-top: 100px
}

.padding-top-110px {
    padding-top: 110px
}

.padding-top-115px {
    padding-top: 115px
}

.padding-top-120px {
    padding-top: 120px
}

.padding-top-130px {
    padding-top: 130px
}

.padding-top-140px {
    padding-top: 140px
}

.padding-bottom-10px {
    padding-bottom: 10px
}

.padding-bottom-15px {
    padding-bottom: 15px
}

.padding-bottom-20px {
    padding-bottom: 20px
}

.padding-bottom-25px {
    padding-bottom: 25px
}

.padding-bottom-30px {
    padding-bottom: 30px
}

.padding-bottom-35px {
    padding-bottom: 35px
}

.padding-bottom-40px {
    padding-bottom: 40px
}

.padding-bottom-45px {
    padding-bottom: 45px
}

.padding-bottom-50px {
    padding-bottom: 50px
}

.padding-bottom-55px {
    padding-bottom: 55px
}

.padding-bottom-60px {
    padding-bottom: 60px
}

.padding-bottom-65px {
    padding-bottom: 65px
}

.padding-bottom-70px {
    padding-bottom: 70px
}

.padding-bottom-75px {
    padding-bottom: 75px
}

.padding-bottom-80px {
    padding-bottom: 80px
}

.padding-bottom-85px {
    padding-bottom: 85px
}

.padding-bottom-90px {
    padding-bottom: 90px
}

.padding-bottom-95px {
    padding-bottom: 95px
}

.padding-bottom-100px {
    padding-bottom: 100px
}

.padding-bottom-110px {
    padding-bottom: 110px
}

.padding-bottom-115px {
    padding-bottom: 115px
}

.padding-bottom-120px {
    padding-bottom: 120px
}

.padding-bottom-130px {
    padding-bottom: 130px
}

.padding-bottom-140px {
    padding-bottom: 140px
}
.padding-left-30px{
    padding-left:30px;
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.padding-none {
    padding: 0 !important
}

.pcolor{
    color:#333;

}
.section-margin {
    margin-top: 120px;
    margin-bottom: 120px
}

.section--margin {
    margin-top: 120px;
    margin-bottom: 90px
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-none {
    padding: 0 !important
}

.section-bg {
    background-color: #f7fafd
}

.section-bg-2 {
    background-color: #0a1b4f
}

.section-bg-transparent {
    background-color: transparent
}

.border-top-none {
    border-top: none !important
}

.border-bottom-none {
    border-bottom: none !important
}

.border-none {
    border: none !important
}

.before-after-none:after,
.before-after-none:before {
    display: none !important
}

.after-none:after {
    display: none !important
}

.before-none:before {
    display: none !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.round-radius {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
}

.rounded-radius {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important
}

.text-color {
    color: #0a1b4f !important
}

.text-color-2 {
    color: #ec1018 !important
}

.text-color-3 {
    color: #7f8897 !important
}

.container {
    max-width: 1200px
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1500px
    }
}

#loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999
}

.loader-col .loader {
    width: 50px;
    height: 50px;
    position: relative
}

.loader-col #loader {
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader-col #loader:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 25px;
    height: 25px;
    background-color: #ec1018;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    animation: flip 1s infinite
}

.new-page-badge {
    display: inline-block;
    padding: 0 6px;
    background-color: #38bb0c;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 22px;
    float: right;
    font-weight: 600
}

.widget-title {
    font-size: 24px;
    font-weight: 600;
    color: #0a1b4f;
}

.section-heading {
    position: relative;
    z-index: 1
}

.section-heading .section__meta {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    color: #ec1018;
    background-color: rgba(60, 170, 247, 0.1);
    padding: 3px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .6px;
    margin-bottom: 19px;
    position: relative
}

.section-heading .section__meta2 {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

.section-heading .section__meta2:after {
    border-top-color: rgba(255, 255, 255, 0.1)
}

.section-heading .section__title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .section-heading .section__title br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .section-heading .section__title br {
        display: none
    }
}

@media(max-width:575px) {
    .section-heading .section__title {
        font-size: 36px;
        line-height: 48px !important
    }
}

.section-description {
    margin-bottom: 34p;
    font-size: 17px;
  line-height: 38px;

}

.section-description .section__desc {
    line-height: 36px;
    font-size: 17px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-description .section__desc br {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .section-description .section__desc br {
        display: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .section-description .section__desc br {
        display: none
    }
}

.section-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .section-list {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .section-list {
        display: block
    }
}

.section-list li {
    margin: 0 20px;
    font-weight: 500;
    font-size: 18px;
    position: relative
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .section-list li {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .section-list li {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0
    }
}

.section-list li .list-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 3px;
    font-size: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .section-list li:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .section-list li:last-child {
        margin-bottom: 0
    }
}

.section-list li:hover .list-icon {
    background-color: #fff;
    color: #0a1b4f
}

.section-divider {
    display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgba(60, 170, 247, 0.2);
    width: 90px
}

.section-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ec1018;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

.section-divider-2 {
    background-color: rgba(255, 255, 255, 0.1)
}

.section-divider-2:after {
    background-color: #fff
}

.icon-element {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #ec1018;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 50px
}

.section-block {
    position: relative;
    height: 1px;
    background-color: rgba(127, 136, 151, 0.1)
}

.preview-video {
    z-index: 1;
    display: inline-block;
    position: relative
}

.preview-video span {
    text-align: right;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500
}

@media(max-width:480px) {
    .preview-video span {
        font-size: 16px;
        line-height: 20px
    }
}

.video-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #ec1018;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:320px) {
    .video-btn {
        width: 70px;
        height: 70px;
        line-height: 70px
    }
}

.video-btn:hover {
    background-color: #2973cc;
    color: #fff
}

.nav-tabs-list {
    border: 0;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: -10px;
    margin-left: -10px
}

.nav-tabs-list li {
    margin: 0 10px;
    flex: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .nav-tabs-list li {
        width: 47%;
        margin: 0 10px 20px 10px;
        flex: inherit
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .nav-tabs-list li {
        width: 46%;
        margin: 0 10px 20px 10px;
        flex: inherit
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .nav-tabs-list li {
        width: 100%;
        margin: 0 10px 20px 10px;
        flex: inherit
    }
}

.nav-tabs-list li a {
    background-color: #7e3cf9;
    color: #fff;
    display: block;
    padding: 35px 50px 25px 50px;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.nav-tabs-list li a span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -1px
}

.nav-tabs-list li a span.date {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 600
}

.nav-tabs-list li a span.month {
    font-size: 20px;
    text-transform: uppercase
}

.nav-tabs-list li a span.day-text {
    font-size: 16px;
    margin-top: 10px
}

.nav-tabs-list li a.active:after,
.nav-tabs-list li a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    transform: skewX(0);
    opacity: .2
}

.nav-tabs-list li:nth-child(2):after {
    border-top: 10px solid #f68a03
}

.nav-tabs-list li:nth-child(2) a {
    background-color: #f68a03
}

.nav-tabs-list li:nth-child(3):after {
    border-top: 10px solid #358ff7
}

.nav-tabs-list li:nth-child(3) a {
    background-color: #358ff7
}

.nav-tabs-list li:nth-child(4):after {
    border-top: 10px solid #38bb0c
}

.nav-tabs-list li:nth-child(4) a {
    background-color: #38bb0c
}

.section-arrow {
    position: relative
}

.section-arrow:after {
    bottom: -40px;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #f7fafd
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.custom-checkbox {
    margin-bottom: 8px
}

@media(max-width:375px) {
    .custom-checkbox {
        margin-bottom: 0
    }
}

.custom-checkbox label {
    color: #7f8897;
    font-weight: 500
}

.custom-checkbox label a {
    color: #ec1018;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.custom-checkbox label a:hover {
    color: #2973cc;
    text-decoration: underline
}

.custom-checkbox input[type=checkbox]:not(:checked),
.custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px
}

.custom-checkbox input[type=checkbox]:not(:checked)+label,
.custom-checkbox input[type=checkbox]:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.custom-checkbox input[type=checkbox]:not(:checked)+label:before,
.custom-checkbox input[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #bdbbbc;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.custom-checkbox input[type=checkbox]:not(:checked)+label:after,
.custom-checkbox input[type=checkbox]:checked+label:after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: FontAwesome, sans-serif
}

.custom-checkbox input[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    visibility: hidden
}

.custom-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

.custom-checkbox input[type=checkbox]:checked+label:before {
    background-color: #ec1018;
    border-color: #ec1018
}

.theme-shape {
    position: relative;
    height: 2px;
    margin-bottom: 20px
}

.theme-shape:after,
.theme-shape:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ec1018
}

.theme-shape:after {
    bottom: -2px;
    left: 26px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tags-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(127, 136, 151, 0.1);
    border-bottom: 1px solid rgba(127, 136, 151, 0.1);
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tags-item {
        display: block
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tags-item {
        display: block
    }
}

.tags-item ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tags-item ul {
        display: block
    }
}

.tags-item ul li {
    margin-right: 4px;
    text-transform: capitalize
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tags-item ul li {
        display: inline-block
    }
}

@media(max-width:375px) {
    .tags-item ul li {
        margin-bottom: 4px
    }
}

.tags-item ul li a {
    color: #7f8897;
    display: block;
    border: 1px solid rgba(127, 136, 151, 0.2);
    padding: 4px 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tags-item ul li a:hover {
    background-color: #ec1018;
    color: #fff;
    border-color: #ec1018
}

.tags-item ul li:last-child {
    margin-right: 0
}

.tags-item ul li span {
    color: #0a1b4f;
    font-weight: 700
}

.tags-item ul.social-links {
    margin-left: auto
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tags-item ul.social-links {
        margin-top: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .tags-item ul.social-links {
        margin-top: 30px
    }
}

.tags-item ul.social-links li a {
    border: 0;
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px
}

#scroll-top {
    position: fixed;
    right: 0;
    bottom: 50px;
    background-color: #fff;
    color: #7f8897;
    font-size: 24px;
    z-index: 9999;
    width: 50px;
    height: 45px;
    line-height: 43px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 40px rgba(14, 16, 48, 0.06);
    -moz-box-shadow: 0 10px 40px rgba(14, 16, 48, 0.06);
    box-shadow: 0 10px 40px rgba(14, 16, 48, 0.06);
    border: 1px solid rgba(127, 136, 151, 0.3);
    border-right: 0;
    padding-left: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

#scroll-top:hover {
    background-color: #ec1018;
    border-color: #ec1018;
    color: #fff
}

#scroll-top.back-btn-shown {
    opacity: 1;
    visibility: visible
}

.social-links li {
    display: inline-block
}

.social-links li a {
    font-size: 14px;
    color: #7f8897;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(127, 136, 151, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.social-links li a:hover {
    background-color: #ec1018;
    color: #fff
}
.service-area .list-items li{
    margin-bottom: 30px;
    text-transform: capitalize;
    border-bottom:1px solid #eaeaea;
    padding-bottom:15px;

}

.list-items li {
    margin-bottom: 7px;
    text-transform: capitalize;
}

.list-items li a {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list-items li a:hover {
    color: #ec1018
}

.page-navigation {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 400px
}

@media(max-width:375px) {
    .page-navigation {
        width: auto
    }
}

.page-navigation .page-navigation-nav {
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    width: 66%;
    padding: 10px 15px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center
}

@media(max-width:400px) {
    .page-navigation .page-navigation-nav {
        width: 80%;
        margin: 10px auto 10px auto
    }
}

.page-navigation .page-navigation-nav li {
    display: inline-block;
    font-weight: 500
}

.page-navigation .page-navigation-nav li:hover .page-go-link,
.page-navigation .page-navigation-nav li.active .page-go-link {
    background-color: #ec1018;
    color: #fff
}

.page-navigation .page-go-link,
.page-navigation .page-go {
    color: #ec1018;
    font-size: 16px;
    margin-left: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:400px) {

    .page-navigation .page-go-link,
    .page-navigation .page-go {
        margin-left: auto;
        margin-right: auto
    }
}

.page-navigation .page-go {
    background-color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: 600
}

.page-navigation .page-go:hover {
    background-color: #ec1018;
    color: #fff
}

#particles-bg-2,
#particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .column-td-full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .column-td-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .column-md-full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.map-area {
    position: relative
}

.map-area:before,
.map-area:after {
    position: absolute;
    content: '';
    background-size: cover;
    background-position: left;
    width: 250px;
    height: 250px;
    background-image: url("/static/guodingnt/images/dots.png");
    bottom: 50px;
    left: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .3
}

.map-area:after {
    bottom: auto;
    left: auto;
    right: 50px;
    top: 50px
}

.map-container .maps,
.map-container #map {
    width: 100%;
    height: 500px
}

.map-container iframe {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    border: 0
}

.map-container #map .gm-style .gmnoprint,
.map-container #map .gm-style button.gm-control-active.gm-fullscreen-control,
.map-container #map .gm-style .gm-style-cc {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-wrap {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .accordion-wrap {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .accordion-wrap {
        margin-bottom: 50px
    }
}

.accordion .card {
    border: 0;
    margin-bottom: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(10, 27, 79, 0.1);
    -moz-box-shadow: 0 0 20px rgba(10, 27, 79, 0.1);
    box-shadow: 0 0 20px rgba(10, 27, 79, 0.1)
}

.accordion .card:last-child {
    margin-bottom: 0
}

.accordion .card:last-of-type,
.accordion .card:first-of-type {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.accordion .card .card-header {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    background-color: #fff
}

.accordion .card .card-header .btn-link {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    color: #0a1b4f;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    font-size: 18px
}

@media(max-width:375px) {
    .accordion .card .card-header .btn-link {
        font-size: 16px
    }
}

.accordion .card .card-header .btn-link:before {
    position: absolute;
    content: "\f2c2";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    font-family: "LineAwesome";
    font-size: 24px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.accordion .card .card-header .btn-link[aria-expanded=true] {
    color: #ec1018
}

.accordion .card .card-header .btn-link[aria-expanded=true]:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.accordion .card .card-body {
    padding: 0 25px 25px 25px;
    line-height: 26px
}

.faq-contact-form .section-heading .section__title {
    font-size: 30px
}

.blockquote-item {
    border-left: 0;
    background-image: url(/static/guodingnt/images/img2.jpg);
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    padding: 40px;
    position: relative
}

@media(max-width:425px) {
    .blockquote-item {
        padding: 20px
    }
}

.blockquote-item .blockquote__icon {
    position: absolute;
    right: 40px;
    bottom: 20px;
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1)
}

.blockquote-item .blockquote__text {
    line-height: 30px;
    font-style: italic;
    color: #fff
}

.blockquote-item .blockquote__meta {
    margin-top: 16px;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px
}

@media(max-width:375px) {
    .blockquote-item .blockquote__meta {
        display: block
    }
}

.blockquote-item .blockquote__meta span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
    margin-left: 5px
}

.blockquote-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a1b4f;
    opacity: .9;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sidebar {
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    padding: 30px
}

.sidebar-widget {
    margin-bottom: 30px
}

.sidebar-widget .widget-title {
    font-size: 20px
}

.sidebar-widget .section-divider {
    width: 50px
}

.sidebar-widget .section-divider:after {
    top: -1px;
    height: 7px;
    width: 7px;
    -webkit-animation-name: MOVE-BG2;
    animation-name: MOVE-BG2
}

.sidebar-widget .list-items li {
    margin-bottom: 5px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.recent-item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 20px
}

@media(max-width:1199px) {
    .recent-item {
        display: block
    }
}

.recent-item .recent-img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

@media(max-width:1199px) {
    .recent-item .recent-img {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.recent-item .recent-img img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.recent-item .recent-post-body .widget-title {
    font-size: 16px;
    line-height: 22px
}

.recent-item .recent-post-body .widget-title a {
    color: #0a1b4f;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block
}

.recent-item .recent-post-body .widget-title a:hover {
    color: #ec1018
}

.recent-item .recent-post-body .recent__meta {
    margin-top: 6px
}

.recent-item .recent-post-body .recent__meta a {
    color: #ec1018
}


.tag-list li {
    display: inline-block;
    /*margin: 4px 2px*/
}

.tag-list li a {
    display: block;
  color: #4d4d4d;
  background-color: rgba(121, 121, 121, 0.1);
  padding: 4px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 10px 30px;
  border: 1px solid #e3e3e3;
}

.tag-list li a:hover {
    background-color: #ec1018;
    color: #fff
}

.template-btn {
    text-transform: uppercase;
    background-color: #ec1018;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1px;
    padding: 0 30px 0 30px;
    line-height: 53px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.template-btn:hover {
    color: #fff;
    background-color: #2973cc
}

.icon-btn {
    width: 110px;
    height: 110px;
    background-color: #ec1018;
    line-height: 110px;
    margin-top: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.icon-btn:hover {
    background-color: #2973cc;
    color: #fff
}

.btn-layout-small {
    line-height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom:20px;
    margin-top:10px;
    justify-content: center;
    display:flex; 

}


.contact-btn {
    padding-left: 0;
    padding-right: 20px
}

.contact-btn .icon-element {
    width: 60px;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #fff;
    color: #0a1b4f;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    font-size: 20px;
    line-height: 60px;
    margin-right: 10px
}

.btn-bg-1 {
    background-color: #dd493d !important
}

.btn-bg-2 {
    background-color: #3e5b99 !important
}

.btn-bg-3 {
    background-color: #3aaae1 !important
}

.header-menu-area {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1024;
    background-color: #fff;

}
.header-menu-area .logo{
    font-size:36px;
    font-weight:bold;
    color:#000;

}

.header-menu-area.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-menu-area.header-fixed .main-menu-content {
    height: 96px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-menu-area.header-fixed .main-menu-content .menu-wrapper .main-menu ul li:hover .dropdown-menu-item {
    top: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-menu-area.header-fixed .main-menu-content .menu-wrapper .logo-right-button {
        margin-top: -70px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .header-menu-area.header-fixed .main-menu-content .menu-wrapper .logo-right-button {
        margin-top: -70px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .header-menu-area.header-fixed .main-menu-content .menu-wrapper .logo-right-button {
        margin-top: -70px
    }
}

.main-menu-content {
    height: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .logo-box .logo {
        display: inline-block;
        margin-top: 15px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .logo-box .logo {
        display: inline-block;
        margin-top: 15px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .logo-box .logo img{
        width:30px;
    }
    .logo-box .logo {
        display: inline-block;
        margin-top: 15px;
        font-size:25px;
    }
}

.menu-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.main-menu {
    margin-left: auto
}

@media(max-width:1024px) {
    .main-menu {
        display: none
    }
}

.main-menu ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

.main-menu ul li {
    margin-right: 72px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size:18px;
}

@media(max-width:1199px) {
    .main-menu ul li {
        margin-right: 20px
    }
}

.main-menu ul li a {
    color: #0a1b4f;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-bottom: 40px
}

.main-menu ul li a:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
    bottom: 35px;
    right: 0;
    background-color: #ec1018;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.main-menu ul li a:hover {
    color: #ec1018
}

.main-menu ul li a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li .dropdown-menu-item {
    position: absolute;
    left: 0;
    top: 45px;
    width: 240px;
    background-color: #fff;
    display: block;
    padding: 25px 30px 25px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    opacity: 0;
    visibility: hidden
}

.main-menu ul li .dropdown-menu-item li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-transform: capitalize
}

.main-menu ul li .dropdown-menu-item li:last-child {
    margin-bottom: 0
}

.main-menu ul li .dropdown-menu-item li a {
    color: #383838;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
    font-size:16px;
}

.main-menu ul li .dropdown-menu-item li a:after {
    bottom: 0
}

.main-menu ul li .dropdown-menu-item li a:hover {
    color: #ec1018
}

.main-menu ul li:hover .dropdown-menu-item {
    top: 58px;
    opacity: 1;
    visibility: visible
}

.logo-right-button {
    margin-left: 30px
}

@media(max-width:1024px) {
    .logo-right-button {
        margin-left: auto;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .logo-right-button {
        margin-top: -80px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .logo-right-button {
        margin-top: -80px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .logo-right-button {
        margin-top: -80px
    }
}

@media(max-width:375px) {
    .logo-right-button ul {
        display: none
    }
}

.logo-right-button .side-menu-open {
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 54px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(127, 136, 151, 0.1);
    font-size: 36px;
    color: #0a1b4f;
    display: none;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media(max-width:1024px) {
    .logo-right-button .side-menu-open {
        display: block
    }
}

@media(max-width:375px) {
    .logo-right-button .side-menu-open {
        margin-left: 0
    }
}

.logo-right-button .side-menu-open:hover {
    background-color: #ec1018;
    color: #fff
}

.side-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #0a1b4f;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.side-nav-container .humburger-menu .humburger-menu-lines {
    display: inline-block;
    text-align: right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 18px;
    opacity: .5
}

.side-nav-container .humburger-menu .humburger-menu-lines:before,
.side-nav-container .humburger-menu .humburger-menu-lines:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    background-color: #fff;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.side-nav-container .humburger-menu .humburger-menu-lines:after {
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg)
}

.side-nav-container .humburger-menu .humburger-menu-lines:hover:before,
.side-nav-container .humburger-menu .humburger-menu-lines:hover:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.side-nav-container .side-menu-wrap {
    margin-top: 100px
}

.side-nav-container .side-menu-ul .sidenav__item {
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.side-nav-container .side-menu-ul .sidenav__item a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 14px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 500
}

.side-nav-container .side-menu-ul .sidenav__item .menu-plus-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 55px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.side-nav-container .side-menu-ul .sidenav__item .menu-plus-icon:before,
.side-nav-container .side-menu-ul .sidenav__item .menu-plus-icon:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: '';
    width: 11px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.side-nav-container .side-menu-ul .sidenav__item .menu-plus-icon:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.side-nav-container .side-menu-ul .sidenav__item .menu-plus-icon:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.side-nav-container .side-menu-ul .sidenav__item .side-sub-menu {
    display: none
}

.side-nav-container .side-menu-ul .sidenav__item .side-sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12)
}

.side-nav-container .side-menu-ul .sidenav__item .side-sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12)
}

.side-nav-container .side-menu-ul .sidenav__item .side-sub-menu li a {
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    text-transform: capitalize
}

.side-nav-container .side-menu-ul .sidenav__item .side-sub-menu li a:hover {
    color: #ec1018
}

.side-nav-container .side-menu-ul .sidenav__item:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.12)
}

.side-nav-container .side-menu-ul .sidenav__item:hover>a {
    background-color: rgba(255, 255, 255, 0.12)
}

.side-nav-container .side-menu-ul .sidenav__item.active .menu-plus-icon:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.side-nav-container .side-btn-box {
    text-align: center;
    margin-top: 40px
}

.side-nav-container .side-btn-box a {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.side-nav-container .side-btn-box a:hover {
    color: #ec1018
}

.side-nav-container.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.header-menu-area-2 {
    background-color: transparent;
    top: 30px
}

.header-menu-area-2.header-fixed {
    background-color: #0a1b4f
}

.header-menu-area-2.header-fixed .main-menu-content-2 {
    background-color: #0a1b4f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-right: 0;
    padding-left: 0
}

.main-menu-content-2 {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 80px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.main-menu-content-2 .main-menu ul li a {
    color: #fff
}

.main-menu-content-2 .main-menu ul li a:hover {
    color: #ec1018
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .logo-right-button-2,
    .logo-right-button-3 {
        margin-top: -70px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {

    .logo-right-button-2,
    .logo-right-button-3 {
        margin-top: -70px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {

    .logo-right-button-2,
    .logo-right-button-3 {
        margin-top: -70px
    }
}

.logo-right-button-2 .side-menu-open {
    color: #fff
}

.header-menu-area-3 {
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.03);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.03);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.03)
}

.header-menu-fluid-3 {
    width: calc(100% - 400px);
    margin-right: auto;
    margin-left: auto
}

@media(max-width:1440px) {
    .header-menu-fluid-3 {
        width: calc(100% - 200px)
    }
}

@media(max-width:1199px) {
    .header-menu-fluid-3 {
        width: auto
    }
}

.slider-area {
    position: relative
}

.slider-area .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center
}

.slider-area .owl-dots div {
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.slider-area .owl-dots div.active,
.slider-area .owl-dots div:hover {
    background-color: #ec1018
}

.single-slide-item {
    position: relative;
    background-position: center center;
    background-size: cover;
    color: #fff;
    z-index: 2;
    padding-top: 220px;
    padding-bottom: 140px
}

@media(max-width:480px) {
    .single-slide-item {
        padding-top: 240px;
        padding-bottom: 160px
    }
}

.single-slide-item .section-heading {
    position: relative;
    z-index: 2
}

.single-slide-item .section-heading .section__meta {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-slide-item .section-heading .section__meta {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-slide-item .section-heading .section__meta {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.single-slide-item .section-heading .section__title {
    margin-top: 26px;
    font-size: 50px;
    line-height: 64px;
    font-weight: 700;
    color: #fff
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .single-slide-item .section-heading .section__title {
        font-size: 40px;
        line-height: 55px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .single-slide-item .section-heading .section__title {
        font-size: 40px;
        line-height: 55px
    }
}

.single-slide-item .section-description {
    padding-top: 26px
}

@media(max-width:375px) {
    .single-slide-item .hero-btn-box {
        text-align: center
    }
}

@media(max-width:375px) {
    .single-slide-item .hero-btn-box .template-btn {
        margin-right: 0 !important;
        margin-bottom: 20px;
        display: block
    }
}

.single-slide-item .hero-btn-box .video-text-btn {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block
}

.single-slide-item .hero-btn-box .video-text-btn:hover .video-btn {
    background-color: #2973cc;
    color: #fff
}

.single-slide-item .hero-btn-box .video-text-btn .video-btn {
    margin-right: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #fff;
    color: #0a1b4f
}

.single-slide-item:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0a1b4f;
    opacity: .6;
    content: "";
    z-index: -1
}


.banner-area .slide-bg1 {
    background-image: url("/static/guodingnt/images/slider-img4.jpg")
}

.banner-area .single-slide-item {
    clip-path: polygon(50% 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0)
}

.banner-area .single-slide-item:after {
    opacity: .9
}

.banner-item-3 {
    background-color: #fbfbf8;
    padding-top: 250px;
    padding-bottom: 155px;
    color: #7f8897
}

@media(max-width:480px) {
    .banner-item-3 {
        padding-top: 200px;
        padding-bottom: 100px
    }
}

.banner-item-3 .section-heading .section__title {
    color: #0a1b4f
}

.banner-item-3:after {
    display: none
}

.banner-item-3:before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 60px;
    height: 60px;
    background-color: #fbfbf8
}

.banner-item-3 .col-lg-3:last-child .counter-item {
    border-right: 0
}

.about-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area {
        padding-bottom: 80px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area {
        padding-bottom: 80px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area {
        padding-bottom: 80px
    }
}

.about-area:before,
.about-area:after {
    position: absolute;
    content: '';
    background-size: cover;
    background-position: left;
    width: 250px;
    height: 250px;
    background-image: url("/static/guodingnt/images/dots.png");
    top: 50px;
    left: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .3;
    z-index: -1
}

.about-area:after {
    top: auto;
    left: auto;
    right: 50px;
    bottom: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-area .row.padding-top-90px {
        padding-top: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-area .row.padding-top-90px {
        padding-top: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-area .row.padding-top-90px {
        padding-top: 0 !important
    }
}

.image-box-item {
    position: relative;
    height: 100%;
    z-index: 1
}

.image-box-item .image-item {
    width: 230px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    -webkit-box-shadow: 0 0 50px rgba(14, 16, 48, 0.09);
    -moz-box-shadow: 0 0 50px rgba(14, 16, 48, 0.09);
    box-shadow: 0 0 50px rgba(14, 16, 48, 0.09)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box-item .image-item {
        position: inherit;
        width: 100%;
        height: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box-item .image-item {
        position: inherit;
        width: 100%;
        height: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box-item .image-item {
        position: inherit;
        width: 100%;
        height: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.image-box-item .image-item:nth-child(1) {
    top: 30px;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box-item .image-item:nth-child(1) {
        top: auto;
        left: auto;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box-item .image-item:nth-child(1) {
        top: auto;
        left: auto;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box-item .image-item:nth-child(1) {
        top: auto;
        left: auto;
        margin-bottom: 30px
    }
}

.image-box-item .image-item:nth-child(2) {
    top: 0;
    right: 0;
    width: 315px
}

@media(max-width:1199px) {
    .image-box-item .image-item:nth-child(2) {
        top: 160px;
        left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box-item .image-item:nth-child(2) {
        top: auto;
        left: auto;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box-item .image-item:nth-child(2) {
        top: auto;
        left: auto;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box-item .image-item:nth-child(2) {
        top: auto;
        left: auto;
        margin-bottom: 30px
    }
}

.image-box-item .image-item:nth-child(3) {
    top: 220px;
    left: 0;
    width: 230px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box-item .image-item:nth-child(3) {
        top: auto;
        left: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box-item .image-item:nth-child(3) {
        top: auto;
        left: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box-item .image-item:nth-child(3) {
        top: auto;
        left: auto
    }
}

.image-box-item .image-item:nth-child(4) {
    top: 255px;
    right: 0;
    width: 315px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .image-box-item .image-item:nth-child(4) {
        top: auto;
        left: auto
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .image-box-item .image-item:nth-child(4) {
        top: auto;
        left: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .image-box-item .image-item:nth-child(4) {
        top: auto;
        left: auto
    }
}

.image-box-item-2 .image-item {
    width: 100%
}

.image-box-item-2 .image-item:nth-child(1) {
    top: auto;
    left: auto;
    position: inherit
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-item-box {
        padding-bottom: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .about-item-box {
        padding-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .about-item-box {
        padding-bottom: 40px
    }
}

.about-item-box .list-items li:hover .about-icon {
    background-color: #ec1018
}

.about-item-box .list-items li:hover .about-icon svg {
    fill: #fff
}

.patients-count-box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: -50px;
    background-color: #ec1018;
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 1
}

@media(max-width:575px) {
    .patients-count-box {
        left: 0;
        -webkit-border-radius: 0 8px 0 8px;
        -moz-border-radius: 0 8px 0 8px;
        border-radius: 0 8px 0 8px
    }
}

.patients-count-box .patients-icon {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px
}

.patients-count-box .patients-icon svg {
    fill: #fff;
    width: 50px
}

.patients-count-content {
    padding: 20px 25px 20px 25px
}

.patients-count-content .count-num {
    font-size: 24px;
    font-weight: 600
}

.about-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(60, 170, 247, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.about-icon svg {
    width: 40px;
    fill: #ec1018;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.service-item {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-item {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-item {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-item {
        margin-bottom: 40px
    }
}

.service-item .widget-title {
    font-size: 24px
}

.service-item .list-items li {
    position: relative;
    font-weight: 500;
    padding-left: 15px;
    text-transform: inherit
}

.service-item .list-items li:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: rgba(127, 136, 151, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.service-item img {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.service-item .service-item-video {
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: #fff;
    padding: 10px 18px 10px 20px;
    -webkit-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    color: #0a1b4f;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.service-item .service-item-video span {
    margin-right: 10px
}

.service-item .service-item-video .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.service-item .service-item-video-2 {
    left: auto;
    right: 0;
    -webkit-border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
    border-radius: 100px 0 0 100px;
    padding-left: 18px
}

.service-item .service-item-video-2 span {
    margin-right: 0;
    margin-left: 10px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-item.pr-4 {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-item.pr-4 {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-item.pr-4 {
        padding-right: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-item.pl-4 {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .service-item.pl-4 {
        padding-left: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .service-item.pl-4 {
        padding-left: 0 !important
    }
}

@media(max-width:1199px) {
    .about-img-box {
        padding-top: 0 !important
    }
}

@media(max-width:1199px) {
    .about-img-box .image-box-item .image-item {
        position: inherit
    }
}

@media(max-width:1199px) {
    .about-img-box .image-box-item .image-item:nth-child(1) {
        top: auto;
        left: auto;
        width: 100%;
        margin-bottom: 30px
    }
}

@media(max-width:1199px) {
    .about-img-box .image-box-item .image-item:nth-child(2) {
        top: auto;
        left: auto;
        width: 100%
    }
}

@media(max-width:1199px) {

    .about-img-box .image-box-item .image-item:nth-child(3),
    .about-img-box .image-box-item .image-item:nth-child(4) {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-content-box.pl-5 {
        padding-left: 0 !important;
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .section-content-box.pl-5 {
        padding-left: 0 !important;
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .section-content-box.pl-5 {
        padding-left: 0 !important;
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.info-box-area {
    position: relative;
    overflow: hidden
}

.info-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    padding: 50px 40px 42px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.info-box .info_svg {
    width: 55px;
    fill: #ec1018
}

.info-box .info__icon {
    font-size: 30px;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(60, 170, 247, 0.1);
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.info-box .info__title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 25px;
    line-height: 26px;
    margin-bottom: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.info-box .info__text {
    line-height: 25px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.info-box .info__number {
    position: absolute;
    top: -55px;
    right: -55px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 160px;
    background-color: #ec1018;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0 25px;
    color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-align: left
}

.info-box:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    border-color: #fff;
    background-color: #ec1018
}

.info-box:hover .info__title,
.info-box:hover .info__text {
    color: #fff
}

.info-box:hover .info__icon,
.info-box:hover .info__number {
    color: #ec1018;
    background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .info-img {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .info-img {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .info-img {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

.info-img img {
    width: 100%
}

.info-box-layout-2 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .info-box-layout-2 {
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:375px) {
    .info-box-layout-2 {
        display: block;
        text-align: center;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px
    }
}

.info-box-layout-2 .info__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-right: 15px
}

@media(max-width:375px) {
    .info-box-layout-2 .info__icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }
}

.info-box-layout-2 .info_svg {
    width: 45px
}

.info-box-layout-2 .info__title {
    margin-top: 0;
    margin-bottom: 10px
}

.info-box-layout-3 {
    padding: 60px 20px 30px 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    z-index: 1
}

.info-box-layout-3 .info__icon {
    width: auto;
    height: auto;
    line-height: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.info-box-layout-3 .info__icon img {
    width: 130px
}

.info-box-layout-3 .info__title {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px
}

.info-box-layout-3 .info__number {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    text-align: center;
    padding: 0;
    width: 65px;
    height: 65px;
    line-height: 90px;
    top: -30px
}

.info-box-layout-3:hover {
    background-color: #fff
}

.info-box-layout-3:hover .info__icon {
    background-color: transparent
}

.info-box-layout-3:hover .info__title {
    color: #0a1b4f
}

.info-box-layout-3:hover .info__number {
    background-color: #ec1018;
    color: #fff
}

.info-box-layout-3:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%230a1b4f' fill-opacity='0.34'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    opacity: .1
}

.note-box {
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.03);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.03);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.03);
    position: relative;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .note-box {
        margin-bottom: 90px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .note-box {
        margin-bottom: 90px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .note-box {
        margin-bottom: 90px
    }
}

.note-box .icon-element {
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.note-box .note-box-header {
    text-align: center;
    padding: 45px 30px 33px 30px
}

.note-box .note-title {
    font-size: 30px
}

@media(max-width:375px) {
    .note-box .note-title {
        font-size: 20px
    }
}

.note-box .list-items {
    padding: 40px 40px 20px 40px
}

@media(max-width:375px) {
    .note-box .list-items {
        text-align: center
    }
}

@media(max-width:375px) {
    .note-box .list-items .about-icon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px
    }
}

@media(max-width:375px) {
    .note-box .list-items .about-list-item {
        padding-left: 0 !important
    }
}

.note-box .list-items li .widget-title {
    font-size: 16px
}
.note-box .list-items li .widget-title:hover{
    color: #ec1018
}


@media(max-width:375px) {
    .note-box .list-items li.d-flex {
        display: block !important
    }
}

.note-box .list-items li:hover .about-icon svg {
    fill: #fff
}

.do-not-box .icon-element {
    background-color: #dd493d
}

.do-not-box .about-icon {
    background-color: rgba(221, 73, 61, 0.1)
}

.do-not-box .about-icon svg {
    fill: #dd493d
}

.do-not-box .list-items li:hover .about-icon {
    background-color: #dd493d
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .do-box {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .do-box {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .do-box {
        margin-bottom: 30px
    }
}

.do-box .icon-element {
    background-color: #38bb0c
}

.do-box .about-icon {
    background-color: rgba(56, 187, 12, 0.1)
}

.do-box .about-icon svg {
    fill: #38bb0c
}

.do-box .list-items li:hover .about-icon {
    background-color: #38bb0c
}

.team-item {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    border: 1px solid rgba(127, 136, 151, 0.1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    padding: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:480px) {
    .team-item {
        display: block;
        padding: 40px;
        text-align: center
    }
}

.team-item .team-avatar {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

@media(max-width:480px) {
    .team-item .team-avatar {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }
}

.team-item .team-avatar img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.05);
    box-shadow: 0 0 40px rgba(14, 16, 48, 0.05)
}

.team-item .team-avatar .team-social {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(10, 27, 79, 0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.team-item .team-avatar .social-links {
    padding-top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team-item .team-avatar .social-links li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px
}

.team-item .team-avatar .social-links li a:hover {
    background-color: #ec1018
}

.team-item .team-detail {
    position: relative;
    z-index: 1
}

.team-item .team-detail .team__title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px
}

.team-item .team-detail .team__title a {
    color: #0a1b4f;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block
}

.team-item .team-detail .team__title a:hover {
    color: #ec1018
}

.team-item .team-detail .team__meta {
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 10px
}

.team-item .team-detail .template-btn {
    color: #7f8897;
    text-transform: capitalize;
    line-height: 45px;
    background-color: rgba(127, 136, 151, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgba(127, 136, 151, 0.2)
}

.team-item .team-detail .template-btn:hover {
    background-color: #ec1018;
    color: #fff
}

.team-item .team-detail .template-btn:after {
    display: none
}

.team-item:hover .team-avatar .social-links,
.team-item:hover .team-avatar .team-social {
    opacity: 1;
    visibility: visible
}

.team-item:hover .team-avatar .social-links {
    padding-top: 0
}

.team-item:hover .team-detail .template-btn {
    background-color: #ec1018;
    color: #fff;
    border-color: #ec1018
}

.team-single-img {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-single-img {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-single-img {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-single-img {
        margin-bottom: 60px
    }
}

.team-single-img img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.team-single-img:after {
    position: absolute;
    content: '';
    height: 200px;
    width: 200px;
    left: -50px;
    top: -50px;
    background-image: url("/static/guodingnt/images/dots.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .2
}

.team-single-content {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-single-content {
        padding-left: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-single-content {
        padding-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-single-content {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-single-content .author-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-single-content .author-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-single-content .author-content {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .team-single-content .author-box-social.padding-top-20px {
        padding-top: 0 !important
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .team-single-content .author-box-social.padding-top-20px {
        padding-top: 0 !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .team-single-content .author-box-social.padding-top-20px {
        padding-top: 0 !important
    }
}

.author-box-social .list-items li {
    text-transform: inherit
}

.funfact-area .col-lg-3:last-child .counter-item {
    border-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .funfact-area .col-lg-3:last-child .counter-item {
        margin-bottom: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .funfact-area .col-lg-3:last-child .counter-item {
        margin-bottom: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .funfact-area .col-lg-3:last-child .counter-item {
        margin-bottom: 0
    }
}

.counter-item {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid rgba(127, 136, 151, 0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter-item {
        margin-bottom: 50px;
        border-right: 0
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .counter-item {
        margin-bottom: 50px;
        border-right: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .counter-item {
        margin-bottom: 50px;
        border-right: 0
    }
}

.counter-item .counter__title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0a1b4f
}

.counter-item .counter__meta {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px
}

.counter-item-color-1 .counter__title {
    color: #dd493d
}

.counter-item-color-2 .counter__title {
    color: #0a1b4f
}

.counter-item-color-3 .counter__title {
    color: #38bb0c
}

.counter-item-color-4 .counter__title {
    color: #f68a03
}

.card-item {
    margin-bottom: 30px
}

.card-item .card-img-box {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.card-item .card-img-box img {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.card-item .card-content {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(14, 16, 48, 0.1);
    -moz-box-shadow: 0 0 40px rgba(14, 16, 48, 0.1);
    box-shadow: 0 0 40px rgba(65, 65, 79, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    /*margin-top: -40px;*/
    /*width: calc(100% - 40px);*/
    margin-right: auto;
    margin-left: auto
}

.card-item .card-meta {
    color: #7f8897;
    font-size: 14px;
    margin-bottom: 6px
}

.card-item .list-items {
    margin-bottom: 10px;
  text-align: center;
  color: #828282;
}

.card-item .list-items li {
    display: inline-block;
    font-weight: 400;
    margin-right: 20px;
    font-size: 14px
}

.card-item .list-items li:last-child {
    margin-right: 0
}

.card-item .list-items li .la {
    margin-right: 3px
}

.card-item .list-items li a {
    color: #7f8897;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.card-item .list-items li a:hover {
    color: #ec1018
}

.card-item .list-items li.card-dot-active {
    position: relative
}

.card-item .list-items li.card-dot-active:after {
    position: absolute;
    content: "";
    top: 12px;
    right: -15px;
    width: 5px;
    height: 5px;
    /*background-color: rgba(127, 136, 151, 0.5);*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.card-item .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 26px
}

.card-item .card-title a {
    color: #0a1b4f;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.card-item .card-title a:hover {
    color: #ec1018
}

.card-item .card-desc {
    font-size: 17px;
    line-height: 32px
}

.card-layout-2 {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex
}

@media(max-width:375px) {
    .card-layout-2 {
        display: block
    }
}

.card-layout-2 .card-img-box {
    width: 33%;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media(max-width:375px) {
    .card-layout-2 .card-img-box {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }
}

.card-layout-2 .card-content {
    margin-top: 0;
    width: auto;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    padding: 0
}

.card-layout-2 .list-items {
    margin-bottom: 0
}

.blog-card-detail .card-title {
    font-size: 26px;
    line-height: 36px;
    margin-top: 30px;
    text-align:center;
}

@media(max-width:425px) {
    .blog-card-detail .card-title {
        font-size: 20px;
        line-height: 26px
    }
}

.blog-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.blog-area:before,
.blog-area:after {
    position: absolute;
    content: '';
    bottom: 100px;
    left: -150px;
    width: 300px;
    height: 300px;
    background-position: center;

    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    background-size: cover;
    opacity: .1;
    z-index: -1
}

.blog-area:after {
    left: auto;
    bottom: auto;
    right: -150px;
    top: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-sidebar-wrap {
        margin-top: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-sidebar-wrap {
        margin-top: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .blog-sidebar-wrap {
        margin-top: 60px
    }
}

.subscriber-area {
    background-color: #0a1b4f;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .subscriber-area {
        text-align: center
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .subscriber-area {
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .subscriber-area {
        text-align: center
    }
}


@media only screen and (min-width:768px) and (max-width:991px) {
    .subscriber-area .subscriber-form {
        margin-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .subscriber-area .subscriber-form {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .subscriber-area .subscriber-form {
        margin-top: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .emergency-wrap .btn-box {
        text-align: center !important;
        margin-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .emergency-wrap .btn-box {
        text-align: center !important;
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .emergency-wrap .btn-box {
        text-align: center !important;
        margin-top: 40px
    }
}

.contact-form-action .form-control {
    height: auto;
    width: 100%;
    line-height: inherit;
    padding: 14px 20px 14px 45px;
    font-size: 14px;
    color: #0a1b4f;
    border: 1px solid transparent;
    font-weight: 400;
    background-color: rgba(127, 136, 151, 0.07);
    resize: none;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.contact-form-action .form-control:focus {
    border-color: #ec1018
}

.contact-form-action .form-group {
    margin-bottom: 20px;
    position: relative
}

.contact-form-action .form-group .search-btn,
.contact-form-action .form-group .input-icon {
    position: absolute;
    top: 19px;
    font-size: 18px
}

.contact-form-action .form-group .input-icon {
    left: 20px
}

.contact-form-action .form-group .search-btn {
    top: 5px;
    padding: 10px;
    border: 0;
    right: 8px;
    background: transparent;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contact-form-action .form-group .search-btn:hover {
    color: #ec1018
}

.contact-form-action .form-group .message-control {
    height: 150px
}

.contact-form-action .template-btn {
    outline: 0
}

.user-form {
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    padding: 40px
}

@media(max-width:575px) {
    .user-form .section-heading .section__title {
        line-height: 35px !important
    }
}

.subscriber-form .contact-form-action .form-control {
    background-color: #fff
}

.subscriber-form .contact-form-action .form-control:focus {
    border-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-content {
        margin-top: 50px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .contact-content {
        margin-top: 50px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .contact-content {
        margin-top: 50px
    }
}

.account-assist .account__desc {
    position: relative;
    font-size: 18px
}

.account-assist .account__desc:before,
.account-assist .account__desc:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: rgba(128, 137, 150, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.account-assist .account__desc:after {
    left: auto;
    right: 0
}

@media(max-width:320px) {
    .account-action {
        display: block !important
    }
}

.account-action p:nth-child(1) {
    margin-bottom: 5px
}

.account-action a {
    color: #ec1018;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.account-action a:hover {
    color: #2973cc
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .comment-form {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comment-form {
        margin-bottom: 60px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comment-form {
        margin-bottom: 60px
    }
}

.comment {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(127, 136, 151, 0.1)
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comment {
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comment {
        display: block;
        text-align: center
    }
}

.comment .avatar__img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.comment .comment-body {
    margin-left: 16px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comment .comment-body {
        margin-left: 0;
        margin-top: 15px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comment .comment-body {
        margin-left: 0;
        margin-top: 15px
    }
}

.comment .comment-body .meta-data {
    position: relative
}

.comment .comment-body .comment__author {
    font-weight: 600;
    color: #0a1b4f;
    text-transform: capitalize;
    font-size: 16px
}

.comment .comment-body .comment__date {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 500
}

.comment .comment-body .rating-rating {
    position: absolute;
    top: 3px;
    right: 0
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comment .comment-body .rating-rating {
        position: inherit;
        justify-content: center;
        top: auto;
        right: auto
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comment .comment-body .rating-rating {
        position: inherit;
        justify-content: center;
        top: auto;
        right: auto
    }
}

.comment .comment-body .comment-content {
    margin-top: 10px;
    margin-bottom: 15px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comment .comment-body .comment-reply {
        display: block !important
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comment .comment-body .comment-reply {
        display: block !important
    }
}

.comment .comment-body .comment-reply .comment__btn {
    color: #ec1018;
    line-height: 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0
}

.comment .comment-body .comment-reply .comment__btn:hover {
    background-color: #ec1018;
    color: #fff;
    border-color: #ec1018
}

.comments-reply {
    margin-left: 95px
}

@media(max-width:1199px) {
    .comments-reply {
        margin-left: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .comments-reply {
        margin-left: 0
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .comments-reply {
        margin-left: 0
    }
}

.breadcrumb-area {
    color: #fff;
    background-image: url("/static/guodingnt/images/bread-img.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 96px;
    position: relative
}

.breadcrumb-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a1b4f;
    opacity: .8
}

.breadcrumb-content {
    position: relative;
    z-index: 2
}

.breadcrumb-content .section-heading .section__title {
    font-size: 50px;
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .breadcrumb-content .section-heading .section__title {
        font-size: 40px
    }
}

.breadcrumb-list {
    position: absolute;
    bottom: -52px;
    right: 6%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .breadcrumb-list {
        text-align: center;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .breadcrumb-list {
        text-align: center;
        left: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.breadcrumb-list .list-items {
    background-color: #fff;
    padding: 12px 32px;
    display: inline-block;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative
}

@media(max-width:425px) {
    .breadcrumb-list .list-items {
        padding-right: 12px;
        padding-left: 12px
    }
}

.breadcrumb-list .list-items:after {
    position: absolute;
    content: "";
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background-color: #fff
}

.breadcrumb-list .list-items li {
    display: inline-block;
    position: relative;
    color: #7f8897;
    margin-bottom: 0
}

.breadcrumb-list .list-items li:first-child {
    padding-left: 0
}

.breadcrumb-list .list-items li:last-child {
    padding-right: 0
}

.breadcrumb-list .list-items li a {
    color: #7f8897;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.breadcrumb-list .list-items li a:hover {
    color: #ec1018
}

.breadcrumb-list .list-items li.active__list-item:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: rgba(127, 136, 151, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 11px;
    right: 0
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #262626
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-widget {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-widget {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .footer-widget {
        margin-bottom: 40px
    }
}

.footer-widget .widget-title {
    margin-bottom: 10px;
    color: #fff;
}

.footer-widget .section-divider {
    width: 50px
}

.footer-widget .section-divider:after {
    top: -1px;
    height: 7px;
    width: 7px;
    -webkit-animation-name: MOVE-BG2;
    animation-name: MOVE-BG2
}

.footer-widget .list-items {
    margin-top: 10px
}

.footer-widget a {
    color: #7f8897;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.footer-widget .list-items li a{
    color: #7f8897;
}
.footer-widget .list-items li a:hover{
    color: #ec1018;
}

.copyright-content {
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid rgba(187, 187, 187, 0.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .copyright-content {
        margin-top: 40px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .copyright-content {
        margin-top: 40px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .copyright-content {
        margin-top: 40px
    }
}

.copyright-content p a {
    color: #7f8897;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.copyright-content p a:hover {
    color: #ec1018
}