body {
    font-weight: 400;
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.button,
a {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
    color: #2b96cc;
    text-decoration: none
}

a,
button {
    color: #313131;
    outline: medium none
}


/******************
   10. Feature
*******************/

.feature-col {
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    padding: 35px 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-col .feature-icon {
    position: relative;
    margin-bottom: 26px;
    width: 80px;
    height: 80px;
}

.feature-col .feature-icon i {
    font-size: 40px;
    line-height: 80px;
    color: #fc572a;
}

.feature-icon .circle1 {
    position: absolute;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}

.feature-icon .circle2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.feature-icon .circle3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}

.feature-icon .circle4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.feature-icon .circle5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.feature-icon .circle6 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}

.feature-col h3 {
    margin-bottom: 15px;
}

.feature-col p {
    margin-bottom: 0;
}

.feature-col:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
}

.feature-col.v1-hover:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(73, 1, 254, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(73, 1, 254, .4);
    box-shadow: 0 2px 13px 2px rgba(73, 1, 254, .4);
    ;
}

.feature-col.v2 .circle7 {
    width: 80px;
    height: 80px;
    border-radius: 28px;
    text-align: center;
    margin-bottom: 28px;
}

.feature-col.v2 .circle7 i {
    font-size: 40px;
    line-height: 80px;
}

.feature-col.v2:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(0, 232, 120, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(0, 232, 120, .4);
    box-shadow: 0 2px 13px 2px rgba(0, 232, 120, .4);
}

.feature-col.v2-hover:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(2255, 96, 57, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(2255, 96, 57, .4);
    box-shadow: 0 2px 13px 2px rgba(2255, 96, 57, .4);
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.top-5 {
    margin-top: 3rem
}

.mt-25 {
    margin-top: -48px
}

.mb-30 {
    margin-bottom: 30px
}

.cls {
    padding: 10px 0 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #313131;
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize
}

h2 {
    font-size: 35px;
    text-transform: capitalize
}

h3 {
    font-size: 28px;
    text-transform: capitalize;
    margin: 0 0 10px
}

h4 {
    font-size: 17px;
    text-transform: capitalize;
    margin: 0 0 10px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 15px
}

.h3 {
    font-size: 16px;
    color: #414142;
    text-transform: capitalize
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #414142;
    margin-bottom: 0
}

hr {
    border-bottom: 1px solid #f56970;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-moz-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

.theme-overlay {
    position: relative
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden
}

#loader {
    width: 90px;
    height: 65px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#loader ul {
    margin: 0;
    list-style: none;
    width: 90px;
    position: relative;
    padding: 0;
    height: 10px
}

#loader ul li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #f56970;
    bottom: 0
}

@keyframes sequence1 {
    0% {
        height: 10px
    }
    50% {
        height: 50px
    }
    100% {
        height: 10px
    }
}

@keyframes sequence2 {
    0% {
        height: 20px
    }
    50% {
        height: 65px
    }
    100% {
        height: 20px
    }
}

#loader li:nth-child(1) {
    left: 0;
    animation: sequence1 1s ease infinite 0s
}

#loader li:nth-child(2) {
    left: 15px;
    animation: sequence2 1s ease infinite .1s
}

#loader li:nth-child(3) {
    left: 30px;
    animation: sequence1 1s ease-in-out infinite .2s
}

#loader li:nth-child(4) {
    left: 45px;
    animation: sequence2 1s ease-in infinite .3s
}

#loader li:nth-child(5) {
    left: 60px;
    animation: sequence1 1s ease-in-out infinite .4s
}

#loader li:nth-child(6) {
    left: 75px;
    animation: sequence2 1s ease infinite .5s
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.separator {
    border-top: 1px solid #f2f2f2
}

.container {
    max-width: 1300px
}

.btn {
    -moz-user-select: none;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap
}

.breadcrumb>.active {
    color: #888
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 40px
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel .owl-nav div:hover {
    background: #2b96cc;
    color: #fff
}

.learnmore-2 a {
    background-color: #ffaf14;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px
}

#scrollUp {
    background: #f56970;
    bottom: 50px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    right: 15px;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 50px;
    border-radius: 50%
}

.padding {
    padding: 50px 0
}

.padding-no-bottom {
    padding: 0px 0 0
}

.padding-4 {
    padding: 120px 0
}

.fifth-section {
    padding: 120px 0
}

.margin-boottom20 {
    margin-bottom: 30px
}

.margin-boottom30 {
    margin-bottom: 30px
}

#scrollUp:hover {
    background: #444
}

.section-title {
    text-align: center;
    margin-bottom: 10px
}

.section-title .head-text h1 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase
}

.section-title .head-text {
    text-align: center;
    text-transform: capitalize;
    display: inline-block
}

.section-title .head-text h3 {
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    display: inline-block
}

.section-title .head-text h3::before {
    content: "";
    position: absolute;
    right: -32px;
    width: 20px;
    height: 2px;
    background: #f56970;
    top: 50%;
    transform: translateY(-50%)
}

.section-title .head-text h3::after {
    content: "";
    position: absolute;
    left: -32px;
    width: 20px;
    height: 2px;
    background: #f56970;
    top: 50%;
    transform: translateY(-50%)
}

.section-title-2 {
    text-align: center;
    margin-bottom: 30px;
    color: #000
}

.section-title-2 .head-text p {
    position: relative;
    padding-top: 20px
}

.section-title-2 .head-text {
    text-align: center;
    text-transform: capitalize;
    display: inline-block
}

.section-title-2 .head-text span {
    font-size: 22px;
    position: relative
}

.section-title-2 .head-text span::before {
    content: "";
    position: absolute;
    right: -32px;
    width: 20px;
    height: 2px;
    background: #ee9499;
    top: 50%;
    transform: translateY(-50%)
}

.section-title-2 .head-text span::after {
    content: "";
    position: absolute;
    left: -32px;
    width: 20px;
    height: 2px;
    background: #ee9499;
    top: 50%;
    transform: translateY(-50%)
}

.section-title-3 {
    text-align: left;
    margin-bottom: 35px
}

.section-title-3 h1 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase
}

.section-title-3 {
    text-align: left;
    text-transform: capitalize;
    display: inline-block
}

.section-title-3 h4 {
    font-size: 18px;
    position: relative;
    color: #000;
    font-weight: 400;
    text-transform: uppercase
}

.section-title-3 h1::before {
    content: "";
    position: absolute;
    left: 0;
    width: 108px;
    height: 4px;
    bottom: -8px;
    background-color: #f56970
}

.section-title h4 {
    font-size: 18px
}

.section-title h2 {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    line-height: 35px
}

.section-title p {
    margin-top: 20px
}

.header-top-padding {
    padding-top: 40px
}

.section-button {
    margin-top: 40px
}

.section-button a {
    background-color: #6b6fff;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px #bababa;
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent
}

.section-button a:hover {
    border: 1px solid #6b6fff;
    color: #6b6fff;
    background-color: transparent;
    -webkit-box-shadow: 0 5px 16px #fff;
    box-shadow: 0 5px 16px #fff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%
}

#status {
    position: absolute;
    left: 55%;
    top: 45%;
    width: 150px;
    height: 150px;
    margin: -32px 0 0 -32px;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#status img {
    height: 120px;
    width: 120px
}

.main-navigation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 11;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.main-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #f56970;
    box-shadow: 0 0 50px #60636242;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-animation: sticky 1s;
    animation: sticky 1s
}

.sticky .menu-area ul li a:hover {
    color: #f4f1f1
}

.main-menu {
    position: relative
}

.logo-area {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.logo-area img {
    width: 125px
}

.menu-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.menu-area ul li {
    display: inline-block;
    float: none;
    position: relative
}

.menu-area ul li:nth-child(1) {
    float: left
}

.menu-area ul li:nth-child(2) {
    float: left
}

.menu-area ul li:nth-child(3) {
    float: left
}

.menu-area ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    padding: 39px 35px;
    -webkit-transition: .5s;
    transition: .5s
}

.menu-area ul li a:nth-child(1) {
    padding-left: 0
}

.menu-area ul li a:hover {
    color: #f56970
}

.menu-area ul li ul.dropdown {
    position: absolute;
    right: -530px;
    top: 97%;
    width: 720px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 15px
}

.menu-area ul li ul.dropdown li {
    display: block;
    float: inherit;
    text-align: left;
    margin-left: 15px;
    position: relative;
    border-bottom: 1px solid #efefef
}

.menu-area ul li ul.dropdown li:last-child {
    border-bottom: none
}

.menu-area ul li ul.dropdown li a {
    padding: 8px 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #646572
}

.menu-area ul li:hover ul.dropdown {
    top: 65%;
    opacity: 1;
    visibility: visible
}

.menu-area ul li ul.dropdown li a:hover {
    color: #f56970
}

.menu-area ul li ul.dropdown ul.dropdown {
    position: absolute;
    left: 120%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s
}

.menu-area ul li ul.dropdown li:hover>ul.dropdown {
    opacity: 1;
    visibility: visible;
    left: 110%
}

#mobile-menu {
    display: block
}

.slider-area {
    height: 100vh
}

.single-slider {
    position: relative
}

.slider-area .owl-carousel {
    z-index: 0
}

.slider-area .owl-carousel .owl-dots {
    text-align: center;
    top: -150px;
    position: relative
}

.slider-img {
    position: relative
}

.slider-img:before {
    position: absolute;
    background: #000;
    height: 100vh;
    width: 100%;
    content: "";
    opacity: .85;
    z-index: 1
}

.slider-img img {
    height: 100vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2
}

.slider-text a.skill-btn:hover {
    background-color: #f56970;
    border: 1px solid #f56970
}

.welcome {
    font-size: 25px;
    color: #fff;
    text-transform: capitalize
}

.slider-text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
    text-transform: uppercase
}

.slider-text h2 span {
    color: #f56970
}

.slider-text p {
    line-height: 30px;
    color: #e5e5e5;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 400
}

.slider-text a {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 25px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700
}

.slider-on .owl-controls {
    position: relative!important;
    top: -138px!important
}

.slider-area-2 {
    height: 100vh
}

.single-slider-2 {
    position: relative
}

.single-slider-2:before {
    position: absolute;
    background: rgba(0, 0, 0, .89);
    height: 100vh;
    width: 100%;
    content: "";
    opacity: .85;
    z-index: 0
}

.slider-height {
    background-image: url(assets/img/header-3.jpg);
    height: 100vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.slider-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
    text-transform: uppercase
}

.slider-content h2 span {
    color: #f56970
}

.slider-content p {
    line-height: 30px;
    color: #e5e5e5;
    font-size: 18px;
    margin-bottom: 35px
}

.slider-content a {
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 25px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700
}

.slider-content a.skill-btn:hover {
    background-color: #f56970;
    border: 1px solid #f56970
}

.others-header-image-area {
    background-image: url(assets/img/header.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.others-page-title p {
    color: #d0cccc
}

.others-header-image-area .others-page-title p {
    color: #ddd;
    font-size: 15px
}

.others-header-image-area .others-page-title h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -4px;
    background-color: #fe6871
}

.others-page-title h1:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    bottom: -6px;
    background-color: #f56970
}

.others-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.text-gray {
    color: #d0d0d0
}

.bg-pattern-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.PrevArrow {
    display: none!important
}

.next-arr-position {
    position: relative
}

.NextArrow {
    font-size: 20px;
    background-color: #212020;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 50%
}

.NextArrow:hover {
    background: #fe6871
}

.intro-text h1 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%
}

.intro-text p {
    color: #d7d7d7
}

.others-page-title h1 {
    font-size: 33px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    display: inline
}

@keyframes textcolor {
    0% {
        background-position: left 0 top 10px
    }
    40% {
        background-position: left 800px top 10px
    }
}

.intro-text h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #e5e5e5;
    font-weight: 400;
    line-height: 28px
}

.learnmore {
    margin-top: 25px
}

.site-btn a {
    background-color: #fff;
    text-decoration: none;
    color: #f56970;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 700;
    border-radius: 65px;
    box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, .6705882352941176)
}

.site-btn a:hover {
    background-color: #f56970;
    color: #fff
}

.learnmore a:hover {
    background-color: #fff;
    color: #fe6871
}

.default-text-color {
    color: #fe6871
}

.modal {
    top: 60px
}

.modal-content {
    border-radius: 20px
}

.modal-header {
    border-bottom: 0 solid #fff
}

.header-form {
    background-color: #fff;
    padding: 5px
}

.header-form .country {
    width: 25px
}

.header-form button.site-btn-submit {
    background-color: #f56970;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 700;
    border-radius: 65px;
    border: 0;
    cursor: pointer
}

.submit-button {
    text-align: center
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1)
}

.service-list .content a {
    font-weight: 500
}

.top-margin {
    margin-top: -60px
}

.service-box {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    padding: 50px 0;
    transition: .5s;
    border-radius: 15px
}

.service-box:hover {
    background-color: #f56970
}

.service-box:hover h2 {
    color: #fff
}

.service-box:hover i {
    margin-left: 15px
}

.service-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.service-icon img {
    height: 100px
}

.service-text h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize
}

.service-text i {
    margin-left: 10px;
    transition: .5s;
    font-size: 18px
}

.service-header-image-area {
    background-image: url(assets/img/service-bg.png);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.service-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(135, 135, 135, .25)
}

.icon-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 26px;
    min-height: 198px
}

.icon-box:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.icon-box .content {
    float: right;
    text-align: right;
    width: 70%
}

.icon-box img {
    transition: all .3s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: .7;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    width: 105px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.box:after {
    position: absolute;
    content: "";
    top: -43%;
    left: -33%;
    background: rgba(25, 44, 68, 1);
    height: 187px;
    width: 200px;
    border-radius: 50%;
    opacity: 0;
    transition: .5s
}

.box:hover:after {
    opacity: 1;
    top: -29%;
    left: -12%
}

.icon-box:hover a {
    color: #f56970
}

.icon-box:hover a h1 {
    color: #f56970
}

.service-heading-text {
    padding-top: 50px
}

.service-content h1 {
    font-size: 24px
}

.content-img {
    width: 100%;
    text-align: center
}

.content-img img {
    width: 80%
}

.box-2 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(108, 108, 108, .25);
    padding: 30px
}

.icon-box-2 {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px
}

.icon-box-2:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.icon-box-2 .content {
    float: right;
    width: 80%;
    text-align: right
}

.icon-box-2 img {
    transition: all .3s linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: .7;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    width: 90px;
    position: absolute;
    z-index: 1
}

.box-2:after {
    position: absolute;
    content: "";
    top: -58%;
    left: -70%;
    background: rgba(25, 44, 68, 1);
    height: 224px;
    width: 293px;
    border-radius: 50%;
    opacity: 0;
    transition: .5s
}

.box-2:hover.box-2:after {
    opacity: 1;
    top: -29%;
    left: -12%
}

.padding-2 {
    padding: 0 0
}

.padding-3 {
    padding: 0 0 100px 0
}

.first-section {
    padding: 120px 0
}

.fifth-section {
    padding: 120px 0
}

.read-more-state {
    display: none
}

.read-more-trigger {
    background-color: #f1f1f1;
    color: #000;
    border: 1px solid #fff;
    font-weight: 500
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .55s ease
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em
}

.read-more-state~.read-more-trigger:before {
    content: 'Show more'
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less'
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #2f2e2e;
    font-size: .9em;
    line-height: 2;
    border: 0 solid #fff;
    border-radius: .25em
}

.about-us p {
    padding-bottom: 30px
}

.about-left-bg {
    position: absolute;
    left: -365px
}

.about-left-bg img {
    width: 100%
}

.about-right-bg img {
    width: 100%
}

.about-img img {
    width: 100%;
    text-align: right
}

.about-right-bg {
    position: absolute;
    right: 0
}

.about-us .text-content .section-title {
    padding: 0;
    text-align: left;
    margin: 0
}

.about-us .title h1 {
    font-size: 24px;
    padding-bottom: 6px
}

.about-spin {
    position: relative
}

.about-us-header-image-area {
    background-image: url(assets/img/about-banner.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.about-us-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.progress-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 10px
}

.progress {
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    margin-bottom: 10px;
    overflow: visible;
    position: relative;
    margin-bottom: 15px
}

.progress-bg {
    background-color: #fff;
    padding: 35px;
    box-shadow: 1px -1px 20px 3px #ececec
}

.progress::after,
.progress::before {
    content: "";
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1
}

.progress:after {
    left: auto;
    right: 0
}

.progress .progress-bar {
    box-shadow: none;
    border: none;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s
}

.progress .progress-value {
    line-height: 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: -19px;
    right: 0;
    z-index: 2
}

.progress .progress-bar.first {
    width: 80%;
    background: #f56970
}

.progress .progress-bar.second {
    width: 70%;
    background: #f56970
}

.progress .progress-bar.third {
    width: 60%;
    background: #f56970
}

.progress.orange .progress-value {
    color: #162b3b
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

.our-vision-area img {
    padding: 10px
}

.our-vision-area .text-content .section-title {
    padding: 0;
    text-align: left;
    margin: 0
}

.our-vision-area .text-content h1 {
    color: #333;
    margin-bottom: 20px
}

.our-vision-area .text-content span {
    font-size: 18px;
    display: block
}

.our-vision-area .a {
    position: relative
}

.our-vision-area ul li {
    padding-bottom: 5px
}

.our-vision-area .fa-circle {
    color: #ee9499;
    font-size: 10px;
    transform: translateY(-30%)
}

.our-mission-area .text-content .section-title {
    padding: 0;
    text-align: left;
    margin: 0
}

.our-mission-area .text-content h1 {
    color: #333;
    margin-bottom: 20px
}

.our-mission-area .text-content span {
    font-size: 18px;
    display: block
}

.our-mission-area .a {
    position: relative
}

.our-mission-area ul li {
    padding-bottom: 5px
}

.our-mission-area .fa-circle {
    color: #f56970;
    font-size: 10px;
    transform: translateY(-30%)
}

.experience-area {
    padding: 120px 0
}

.experience-area p {
    padding-bottom: 30px
}

.experience-left-bg {
    position: absolute;
    left: -5px
}

.experience-left-bg img {
    width: 100%
}

.experience-area .counter {
    animation-duration: 1s;
    animation-delay: 0s
}

.experience-area .counter-up {
    background-color: #f7f7f7;
    text-align: center;
    padding: 80px 0;
    margin: auto;
    transition: .5s
}

.experience-area .box-4>:first-child {
    box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, .6705882352941176);
    background-color: #fff
}

.experience-area .counter-up:hover {
    box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, .6705882352941176);
    background-color: #fff
}

.experience-area .counter-up h1 {
    font-size: 35px;
    font-weight: 500;
    color: #f56970
}

.experience-area .counter-up h3 {
    font-size: 15px;
    color: #f56970
}

.experience-area .counter-up:hover h1 {
    color: #f56970
}

.experience-area .counter-up:hover h3 {
    color: #f56970
}

.expertise-area {
    padding: 50px 0
}

.expertise-area {
    background: rgba(47, 60, 86, .03)
}

.expertise-area .title-bg {
    color: rgba(238, 238, 238, .62);
    font-size: 120px;
    line-height: 120px;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    opacity: .8;
    font-weight: 700;
    z-index: -1;
    text-transform: capitalize
}

.serviceBox {
    padding: 30px 30px 30px 90px;
    position: relative;
    transition: all .5s ease 0s;
    background-color: #fff;
    margin-top: 30px
}

.serviceBox:hover {
    border-color: #ffa5b3
}

.serviceBox:before {
    content: "";
    display: block;
    width: 5px;
    height: 0;
    background: #f56970;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all .5s ease 0s
}

.serviceBox:before {
    top: 0
}

.serviceBox:after {
    bottom: -3px
}

.serviceBox:hover:before {
    opacity: 1;
    height: 100%
}

.serviceBox .service-icon {
    display: inline-block;
    position: absolute;
    top: 33%;
    left: 23px;
    font-size: 45px;
    color: #f56970;
    opacity: 1;
    transition: all .5s ease-in 0s
}

.serviceBox:hover .service-icon {
    opacity: 1
}

.serviceBox .title {
    font-size: 16px;
    font-weight: 700;
    color: #f56970;
    margin-bottom: 15px
}

.serviceBox .description {
    font-size: 13.5px;
    color: #414142;
    line-height: 23px
}

.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%
}

.project-list {
    position: relative;
    overflow: hidden
}

.project-list .overlay-content {
    position: absolute;
    left: -100%;
    top: 0;
    background-color: rgba(28, 36, 40, .8509803921568627);
    width: 100%;
    height: 100%;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    padding: 25px
}

.project-list .overlay-content h1 {
    font-size: 26px;
    color: #f56970
}

.project-list .overlay-content p {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
    font-weight: 400
}

.project-list .overlay-content i {
    font-size: 22px;
    color: #f56970;
    position: absolute;
}

.project-list:hover .overlay-content {
    left: 0;
    visibility: visible;
    opacity: 1
}

.project-list img {
    width: 100%
}

.project-list .content .content-overlay {
    background: rgba(47, 60, 86, .85);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s
}

.project-list .content:hover .content-overlay {
    opacity: 1
}

.project-header-image-area {
    background-image: url(assets/img/project-bg.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.project-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.tab-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.tab-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.tab-header h1 {
    color: #fff;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 20px
}

.tab-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #2f3c56;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.tab-header-card {
    margin-right: -.625rem;
    margin-bottom: .25rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.tab-header-card .nav-item a {
    color: #fff;
    font-size: 15px
}

.nav-tabs .nav-link.active {
    background-color: #ff9800;
    border: 0 solid transparent
}

.nav-tabs .nav-link:hover {
    border-color: #2f3c56 #2f3c56 #2f3c56
}

.tab-list li {
    padding-bottom: 10px
}

.testimonial-content {
    position: relative;
    padding-top: 5%
}

.testimonial-content .text-area {
    text-align: center
}

.text-area::before {
    position: absolute;
    content: "";
    left: -10px;
    top: 18px;
    background-image: url(assets/img/left-top-quote.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%
}

.text-area::after {
    position: absolute;
    content: "";
    right: -25px;
    bottom: 28px;
    background-image: url(assets/img/left-bottom-quote.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%
}

.text-area span {
    color: #f56970;
    font-size: 15px
}

.testimonial-area {
    background-image: url(assets/img/cover-bg1.jpg);
    padding: 120px 0;
    position: relative
}

.testimonial-area:before {
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .8;
    z-index: 0;
    top: 0
}

.testimonial-area .title-bg {
    color: rgba(238, 238, 238, .62);
    font-size: 120px;
    line-height: 120px;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    opacity: .8;
    font-weight: 700;
    z-index: -1;
    text-transform: capitalize
}

.testimonial-area h3 {
    color: #fff
}

.testimonial-area h1 {
    color: #fff;
    font-size: 25px
}

.testimonial {
    text-align: center
}

.testimonial .pic {
    margin-bottom: 35px
}

.testimonial .pic>img {
    border-radius: 50%;
    text-align: center;
    width: 120px;
    margin: auto
}

.testimonial .testimonial-review {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px
}

p.testimonial-description {
    font-size: 15.5px
}

.testimonial-review>.testimonial-description {
    font-style: italic
}

.testimonial .testimonial-title {
    color: #000;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize
}

.testimonial-title>small {
    color: #f56970;
    font-style: normal;
    font-size: 14px;
    line-height: 22px
}

.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 8px;
    background: 0 0;
    border: 1px solid #ff9800;
    margin: 5px
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f8af14
}

.pricingTable {
    padding: 30px 0 40px;
    background: #fff;
    text-align: center
}

.pricing-plan .inactive {
    background: #fbfbfb
}

.pricing-plan .active .pricingTable {
    box-shadow: 0 0 15px 10px rgba(204, 204, 204, .12941176470588237)
}

.pricingTable-header img {
    width: 100px
}

.pricingTable .pricingTable-header {
    color: #333
}

.pricingTable .title {
    font-size: 22px;
    margin: 30px;
    text-transform: uppercase
}

.pricingTable .price-value {
    margin: 10px 0 10px;
    color: #000;
    position: relative;
    transition: all .3s ease-in-out 0s
}

.pricingTable .price-value:after {
    border-width: 11px 5px;
    border-color: transparent transparent #777 #777;
    top: -22px;
    left: auto;
    right: 0
}

.pricingTable .amount {
    display: inline-block;
    font-size: 50px;
    position: relative;
    font-weight: 600
}

.pricingTable .currency {
    font-size: 25px;
    position: absolute;
    top: 13px;
    right: 60px
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px
}

.pricingTable .pricing-content li {
    font-size: 14px;
    line-height: 30px
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #f56970;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    border: 1px solid;
    border-radius: 25px;
    padding: 13px 40px
}

.pricing-plan .active .pricingTable-signup {
    display: inline-block;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    border: 1px solid;
    width: 140px;
    border-radius: 25px;
    background: #f56970
}

.pricing-plan .pricingTable:hover .pricingTable-signup {
    background: #f56970;
    color: #fff
}

.pricing-plan .pricingTable:hover .price-value {
    margin: 10px 0 10px;
    background: #f56970;
    color: #fff;
    position: relative;
    transition: all .6s ease-in-out 0s
}

.pricing-plan .active .price-value {
    margin: 10px 0 10px;
    background: #f56970;
    color: #fff;
    position: relative;
    transition: all .3s ease-in-out 0s
}

.team-member {
    padding: 120px 0
}

.our-team {
    text-align: center;
    overflow: hidden;
    position: relative
}

.our-team img {
    width: 100%;
    height: auto
}

.our-team .team-content {
    width: 100%;
    background: #f56970;
    color: #fff;
    padding: 15px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease 0s
}

.our-team:hover .team-content {
    padding-bottom: 40px
}

.our-team .team-content:before {
    left: -3%
}

.our-team .team-content:after {
    right: -3%;
    transform: rotate(-15deg)
}

.our-team .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
    color: #fff
}

.our-team .post {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px
}

.our-team .social-links {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all .5s ease 0s
}

.our-team:hover .social-links {
    bottom: 0
}

.our-team .social-links li {
    display: inline-block
}

.our-team .social-links li a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
    transition: all .5s ease 0s
}

.our-team .social-links li:last-child a {
    margin-right: 0
}

.our-team .social-links li a:hover {
    color: #ccc
}

.blog-area {
    padding: 120px 0;
    background: #f8f9f9
}

.blog-container {
    box-shadow: 1px 3px 20px 1px rgba(212, 212, 212, .48);
    margin-bottom: 30px
}

.blog-container p {
    margin-bottom: 10px!important
}

.blog-container h3 {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase
}

.blog-container .blog-details {
    padding-top: 5px;
    color: #f56970
}

.blog-container .blog-cat {
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: #fff;
    color: #f56970;
    padding: 5px 14px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.blog-container img {
    width: 100%
}

.owl-carousel .owl-dot.active {
    background-color: #f56970!important;
    height: 8px;
    width: 25px;
    border-radius: 10px
}

.owl-carousel .owl-dot {
    background-color: rgba(245, 105, 112, .78)!important;
    display: inline-block;
    height: 8px;
    margin: 0 3px;
    width: 25px;
    border-radius: 10px
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0
}

.test-blog-slider img {
    width: 100%
}

.blog-header-image-area {
    background-image: url(assets/img/blog-home.jpg);
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.blog-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.side-blog-search {
    margin-bottom: 30px
}

.side-blog-search form.search-box {
    position: relative;
    width: 100%
}

.search-box input[type=text] {
    color: #000;
    display: block;
    height: 60px;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 14px;
    position: relative;
    width: 100%;
    font-style: normal;
    border: 2px solid rgba(245, 105, 112, .39);
    border-radius: 30px;
    background: #fff
}

.search-box button {
    display: block;
    cursor: pointer;
    height: 50px;
    width: 80px;
    padding: 11px 0;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 5px;
    background: #f56970;
    border: none;
    color: #fff;
    border-radius: 30px;
    font-size: 20px
}

input[type=email]:focus,
input[type=text]:focus {
    border-color: #ccc
}

.popular-post {
    margin: 30px 0 0
}

.popular-post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    max-width: 82px;
    position: relative
}

.popular-post-img .full-cover {
    color: #fff;
    opacity: 0
}

.popular-post-img img {
    width: 82px;
    height: 72px
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popular-post-text p {
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    color: #414142
}

.popular-post-text span {
    font-weight: 500;
    font-size: 12px;
    float: left;
    padding-left: 10px;
    color: rgba(245, 105, 112, .75)
}

.post-img {
    position: relative
}

.post-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(.3);
    transition: all .3s ease 0s
}

.post-img a.post-tag {
    padding: 0 8px;
    height: 30px;
    background: #f8af14 none repeat scroll 0 0;
    color: #15202c;
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

.post-title {
    color: #333;
    margin: 0 0 10px
}

.single-review .post-content {
    background: #fff none repeat scroll 0 0;
    margin: 0 0 30px;
    padding: 40px 52px;
    text-align: center
}

.single-sidebar-widget h6.widget-title {
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase
}

.sidebar-area {
    margin-top: 105px
}

.sidebar-area a:hover {
    color: #f56970
}

.single-sidebar-widget {
    margin: 0 0 70px;
    text-align: center;
    border-radius: 5px;
    padding: 25px;
    border: 2px solid rgba(245, 105, 112, .2784313725490196);
    margin-bottom: 30px
}

.img-circle {
    border-radius: 50%
}

.sidebar-content {
    overflow: hidden
}

.single-sidebar-widget .my-photo {
    margin: 25px 0 20px
}

.archive-list,
.categories-list,
.tags-list {
    text-align: left;
    margin: 30px 0 0
}

.categories-list ul li {
    padding: 8px 0
}

.archive-list ul li a,
.categories-list ul li a,
.tags-list ul li a {
    color: #414142;
    position: relative
}

.archive-list ul li a span.month,
.categories-list ul li a span.category {
    margin-left: 0;
    text-transform: uppercase
}

.archive-list ul li a span.number,
.categories-list ul li a span.number {
    float: right
}

.archive-list,
.categories-list,
.tags-list {
    text-align: left;
    margin: 30px 0 0
}

.tags-list ul li {
    display: inline-block;
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    height: 30px;
    line-height: 26px;
    margin: 0 5px 10px 0;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    transition: all .4s ease 0s
}

.archive-list ul li {
    padding: 8px 0
}

.tags-list ul li a i {
    top: 2px;
    margin-right: 4px;
    font-size: 12px
}

.tags-list ul li a {
    top: 2px;
    margin-right: 4px;
    font-size: 13px!important
}

#wp-calendar {
    width: 100%
}

.pagination {
    font-size: 18px;
    position: relative
}

.pagination>li {
    display: inline
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination li:first-child a,
.pagination li:last-child a {
    font-size: 20px;
    border: none
}

.pagination li a {
    margin: 0
}

.pagination li span.current {
    background: #f5f5f5
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    line-height: 1.42857143;
    color: #f56970;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(187, 187, 187, .23137254901960785)
}

.blog-img img {
    width: 100%;
    height: auto
}

.blog-area .content {
    padding: 15px
}

.my-photo img {
    border-radius: 50%
}

.single-blog-details span.tag {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 19px
}

.single-blog-details h1.post-title,
.single-blog-details p.post-date,
.single-blog-details span.tag {
    text-align: center
}

.single-blog-details h1.post-title {
    position: relative;
    margin: 0 0 28px
}

.single-blog-details h1.post-title::after {
    content: "";
    position: absolute;
    background: #fe6871 none repeat scroll 0 0;
    width: 170px;
    height: 2px;
    display: inline-block;
    bottom: -10px;
    left: 50%;
    margin-left: -85px
}

.single-blog-details .post-long-desc {
    margin: 30px 0 0
}

blockquote {
    font-size: 14px;
    margin-left: 25px;
    margin-top: 20px;
    padding: 20px;
    border-left: 3px solid #fe6871;
    color: #7e7e7e;
    background-color: rgba(245, 105, 112, .14901960784313725)
}

.single-blog-bottom {
    margin: 40px 0 0
}

.post-tags span.lbl {
    font-size: 16px
}

.post-tags span a {
    color: #999;
    font-style: italic;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase
}

.post-tags span a:last-child {
    margin-right: 0
}

.post-tags span a:hover {
    color: #6c9
}

.about-author {
    padding: 45px 60px 60px 0;
    display: inline-block
}

.about-author h6.title,
.comments-area h6.title {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 40px;
    position: relative
}

.about-author h6.title:after,
.comments-area h6.title:after {
    content: "";
    position: absolute;
    background: #f56972 none repeat scroll 0 0;
    width: 80px;
    height: 2px;
    display: inline-block;
    top: 24px;
    left: 0
}

.about-author .author-img {
    float: left;
    margin-right: 30px
}

.author-info p {
    margin: 0;
    padding: 12px 0 0 10px
}

.fn,
.says {
    vertical-align: top
}

.comments .skill-btn {
    background-color: #ffaf14;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #fff!important
}

.comment-metadata {
    margin: -10px 0 15px 37px;
    font-size: 13px
}

.comment-form-area {
    padding: 0
}

.comment-form-area input[type=text],
.comment-form-area textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 32px;
    outline: 0;
    margin: 0 0 20px;
    padding: 0 10px
}

.comment-form-area button.submit-btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    height: 32px;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
    padding: 0 26px;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    cursor: pointer
}

.comment-form-area textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 32px;
    outline: 0;
    margin: 0 0 10px;
    padding: 0 10px
}

.comment-form-area textarea {
    height: 120px;
    resize: none
}

.comment-form-area p {
    color: #666;
    font-weight: 600;
    margin: 0 0 12px;
    text-transform: uppercase
}

.comment-box {
    margin: 0 0 25px
}

ul.reply .comment-box {
    margin: 0 0 17px
}

.reply {
    float: right
}

.depth-2 {
    margin-left: 50px
}

.depth-3 {
    margin-left: 50px
}

.single-comment ul.reply {
    margin-left: 50px
}

.comment-box .comment-author {
    float: left;
    margin-right: 18px
}

.comment-info {
    overflow: hidden;
    display: block
}

.comment-info p.author-name {
    display: inherit;
    margin: 0 0 0;
    text-transform: uppercase
}

.comment-info p.author-name a {
    color: #666;
    font-weight: 400
}

.comment-info span.comment-date {
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 2px
}

.comment-info p {
    margin-bottom: 5px
}

.comment-box a.reply-link {
    color: #666;
    float: right;
    text-transform: capitalize
}

.comment-respond input,
.comment-respond textarea {
    border: 1px solid #ccc;
    width: 400px;
    height: 32px;
    outline: 0;
    margin: 0 0 10px;
    padding: 0 10px
}

.comment-respond textarea {
    height: 120px;
    resize: none
}

.comment-respond input:focus {
    border: 1px solid #fe6871
}

.comment-respond textarea:focus {
    border: 1px solid #fe6871
}

.comment-respond button.submit-btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    height: 32px;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
    padding: 0 26px;
    text-transform: uppercase;
    transition: all .4s ease 0s
}

.comment-respond button.submit-btn:hover {
    background: #fe6871 none repeat scroll 0 0;
    color: #fff
}

.single-blog-area {
    padding: 120px 0
}

.comment-form-cookies-consent,
.comment-notes {
    display: none
}

.comment-reply-title {
    font-size: 18px;
    padding-bottom: 13px;
    font-weight: 600
}

.cover-area {
    padding: 55px 0
}

.bg-6 {
    background: rgba(0, 0, 0, 0) url(assets/img/cover-bg.jpg) repeat scroll center center/cover;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.cover-area p {
    color: #f5f5f5
}

.newsletter-area {
    background-image: url(assets/img/newsletter-bg.png);
    padding: 120px 0
}

.newsletter-area h3 {
    color: #fff
}

.newsletter-area h1 {
    color: #fff;
    font-size: 25px
}

.subcribe-form input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    box-shadow: none;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    margin-right: 15px;
    padding-left: 20px;
    width: 55%
}

.subcribe-form button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
    top: 0;
    width: 50px;
    transition: .3s;
    cursor: pointer
}

.subcribe-form button i {
    color: #f56970;
    font-size: 22px
}

.subcribe-form button:hover {
    background: #f56970 none repeat scroll 0 0;
    color: #fff
}

.subcribe-form button:hover i {
    color: #fff
}

.mailchimp-alerts {
    margin-top: 15px
}

.newsletter-input {
    position: absolute;
    left: -5000px
}

.contact-area {
    padding: 120px 0
}

.icon-section .icon-area {
    text-align: left
}

.contact-form-area {
    background: #192132;
    box-shadow: 0 4px 64px rgba(0, 0, 0, .25);
    border-radius: 23px
}

.contact-header-form {
    padding: 40px
}

.contact-form-area .submit-button .contact-submit {
    background-color: #f56970;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 13px;
    font-weight: 700;
    border-radius: 65px;
    border: none;
    cursor: pointer
}

.icon-section {
    display: flex;
    flex-wrap: wrap
}

.icon-section>div {
    width: 155px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px
}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%
}

.gmap_canvas {
    overflow: hidden;
    background: 0 0!important;
    height: 500px;
    width: 100%
}

.gmap_canvas iframe {
    width: 100%;
    height: 500px;
    border: none
}

.contact-header-image-area {
    height: 60vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative
}

.contact-header-image-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60vh;
    background: #000;
    opacity: .8
}

.fa-map-marker-alt {
    color: #f56970
}

.fa-phone-volume {
    color: #f56970
}

.footer-area {
    background-color: #101a26;
    padding: 15px 0
}

.second-footer ul li a {
    color: rgba(255, 255, 255, .7294117647058823)
}

.second-footer ul li a:hover {
    color: #f56970
}

.footer-bottom {
    background-color: #0d141c;
    padding: 10px 0
}

.company-logo {
    padding-bottom: 50px
}

.company-logo .mb-3 {
    margin-bottom: 10px
}

.company-logo img {
    width: 125px;
    margin-bottom: 10px
}

.footer-top h4 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 0 0 8px;
    font-weight: 500
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 0 50px
}

.flex-container>div {
    width: 425px;
    margin: 10px;
    text-align: left;
    line-height: 25px
}

.flex-container>.column-2 {
    width: 98%;
    margin: 10px;
    text-align: left;
    line-height: 25px
}

.second-footer {
    text-align: left;
    line-height: 25px
}

.second-footer p {
    line-height: 25px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .7294117647058823)
}

.first-footer .list-unstyled li a {
    color: #fff;
    font-size: 15px
}

.second-footer .list-unstyled li {
    color: #fff
}

.column-2 ul {
    -webkit-columns: 2;
    columns: 2
}

.copyright p {
    padding: 3px 0 0;
    color: rgba(255, 255, 255, .7294117647058823)
}

.copyright a {
    color: rgba(255, 255, 255, .7294117647058823)
}

.social-icon ul li {
    display: inline-block
}

.social-icon ul li a i {
    padding: 10px 8px 0 2px;
    color: #fff
}

.social-icon ul li a i:hover {
    color: #fe6871
}

#left {
    width: 47%;
    float: left;
    margin-right: 6%
}

#right {
    width: 47%;
    float: left
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 10px
}

.clearfix {
    display: block
}

.error-page-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: 120px 0
}

.error-nav-bg {
    background-color: #fe6871
}

.error-nav-bg .menu-area ul li a:hover {
    color: #fff
}

.error-text {
    text-align: center;
    margin-top: 85px
}

.error-text h2 {
    font-size: 30px
}

.error-text a {
    background-color: #f56a72;
    text-transform: capitalize;
    font-weight: 600;
    padding: 15px 30px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    border: 2px solid transparent;
    border-radius: 68px
}


/**
 * newslist
 */

.tm-portfolio {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tm-portfolio-buttons {
    font-size: 0;
    margin-top: -6px;
    margin-bottom: 40px;
}

.tm-portfolio-buttons button {
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    border: none;
    height: auto;
    line-height: 26px;
    padding: 0;
    margin: 0 13px;
}

.tm-portfolio-buttons button:hover,
.tm-portfolio-buttons button.is-active {
    color: #3f51b5;
}

.tm-portfolio-image {
    position: relative;
    overflow: hidden;
}

.tm-portfolio-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(50, 54, 61, 0.7);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tm-portfolio-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tm-portfolio-image-slider {
    position: relative;
}

.tm-portfolio-video iframe {
    border: none;
    outline: none;
}

.tm-portfolio-content {
    background: #ffffff;
    padding: 30px 20px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 3;
}

.tm-portfolio-content h5 a:hover {
    color: #f56970;
}

.tm-portfolio-content h6 a:hover {
    color: #f56970;
}

.tm-portfolio-actions {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tm-portfolio-actions li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
    vertical-align: middle;
}

.tm-portfolio-actions li:first-child {
    margin-left: 0;
}

.tm-portfolio-actions li:last-child {
    margin-right: 0;
}

.tm-portfolio-actions li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    color: #444444;
    background: #ffffff;
    display: none;
    border-radius: 100px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.tm-portfolio-actions li a i {
    line-height: 36px;
}

.tm-portfolio-actions li a:first-child {
    display: block;
}

.tm-portfolio-actions li a:hover {
    background: #f56970;
    color: #ffffff;
}

.tm-portfolio:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tm-portfolio:hover .tm-portfolio-image::before {
    visibility: visible;
    opacity: 1;
}

.tm-portfolio:hover .tm-portfolio-image img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.tm-portfolio:hover .tm-portfolio-actions li a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* newslist Details */

.tm-portfoliodetails-image img {
    width: 100%;
}

.tm-portfoliodetails-gallery .tm-slider-arrow-prev {
    left: 15px;
}

.tm-portfoliodetails-gallery .tm-slider-arrow-next {
    right: 15px;
}

.tm-portfoliodetails-info {
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
}

.tm-portfoliodetails-info>ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tm-portfoliodetails-info>ul>li {
    list-style: none;
    font-size: 16px;
}

.tm-portfoliodetails-info>ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.tm-portfoliodetails-info>ul>li b {
    font-weight: 700;
    margin-right: 10px;
}

.tm-portfoliodetails-info .tm-rating {
    display: inline-block;
}

.tm-portfoliodetails-share {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.tm-portfoliodetails-share li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.tm-portfoliodetails-share li a {
    display: inline-block;
    vertical-align: middle;
    color: #444444;
}

.tm-portfoliodetails-share li a:hover {
    color: #3f51b5;
}

.tm-portfoliodetails-description h3 {
    font-weight: 700;
    margin-top: -6px;
}

.tm-portfoliodetails-description ul {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-portfoliodetails-description {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-portfoliodetails-description {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-portfoliodetails-info {
        padding: 20px;
    }
}


/* ==========================================================================
  Blog List CSS
   ========================================================================== */

.blog-pagination {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.bloglist-content h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
}

.bloglist-content {
    padding: 30px;
}

.bloglist-content {
    border: 2px solid #cff;
    border-top: none;
}

.bloglist-content h2 a {
    color: #333366;
}

.bloglist-content>a {
    color: #0099ff;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

.bloglist-content a span {
    margin-left: 8px;
}

.bloglist-img img {
    width: 100%;
}

.bloglist-meta {
    border: 2px solid #cff;
    border-top: 0;
    padding: 30px;
}

.bloglist-meta li a {
    color: #0099ff;
}

.bloglist-meta li i {
    color: #0099ff;
    margin-right: 8px;
}

.bloglist-meta li {
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
}

.bloglist-meta li:last-child {
    margin: 0;
}

.blog-pagination li {
    display: inline-block;
    margin-right: 15px;
}

.blog-pagination li a {
    color: #666699;
    background: #ccc;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blog-pagination li:last-child {
    margin: 0;
}

.blog-pagination li .active,
.blog-pagination li a:hover {
    background: #f56970;
    color: #fff;
}

.side-widget:last-child {
    margin: 0;
}

a {
    color: #17B794;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.pro-sort {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.pro-sort ul {
    overflow: hidden;
}

.pro-sort ul li {
    float: left;
    padding: 10px;
    width: 20%;
    text-align: center;
}

.pro-sort ul li a {
    display: block;
    line-height: 40px;
    color: #666;
    font-size: 15px;
}

.pro-sort ul li a:hover {
    color: #f56970;
}

.pro-sort ul li a.active {
    border-bottom: 2px solid #f56970;
}

.pro-sort ul li a.active {
    color: #f56970;
}

.col-my-class {
    padding: 50px 30px;
    background: #fff;
    border: 1px solid #fff;
}

.col-my-class:hover {
    border-color: #f56970;
}

.col-my-class h5 {
    font-size: 16px;
    color: #333;
    margin: 24px 0 12px;
}

.col-my-class p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}

.col-my-class a {
    display: inline-block;
    background: #fff;
    border: 1px solid #f56970;
    padding: 0 40px;
    line-height: 36px;
    border-radius: 18px;
    margin-top: 30px;
}

.col-my-class a span {
    /*font-size: 12px;*/
    color: #f56970;
}

.col-my-class:hover a {
    background: #f56970;
}

.col-my-class:hover a span {
    color: #fff;
}

.choose-box {
    background: linear-gradient(to bottom, rgba(249, 48, 105, .84), rgba(252, 87, 42, .8)) no-repeat;
    height: 650px;
}

.ter-tit>.big-tit {
    color: #fff;
    font-size: 30px;
    margin-bottom: 24px;
    font-weight: 700;
}

.ter-tit>.sm-tit {
    color: #fff;
    font-size: 18px;
}

.ter-box {
    width: 100%;
    padding: 50px 0 40px;
    overflow: hidden;
    position: relative;
}

.ter-tit.t-fff {
    color: #fff;
}

.ter-tit {
    width: 100%;
    text-align: center;
    color: #333232;
}

.choose-content {
    position: relative;
}

.choose-content.animation.img1 {
    transform: scale(1);
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
}

.choose-content .img1 {
    position: absolute;
    left: 210px;
    top: 30px;
    transform: scale(0);
}

.choose-content .txt {
    position: absolute;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.choose-content .txt i {
    width: 25px;
    height: 25px;
    background: #3E96EF;
    border: 1px solid #3E96EF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    transition: ease .4s;
}

.choose-content .txt p {
    transition: ease .4s;
    width: 300px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: #3E96EF;
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-left: 15px;
    cursor: pointer;
}

.dib {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.choose-content .txt.txt1 {
    right: 23%;
    top: 110px;
}

.choose-content .txt.txt2 {
    right: 22%;
    top: 167px;
}

.choose-content .txt.txt3 {
    right: 21%;
    top: 224px;
}

.choose-content .txt.txt4 {
    right: 21%;
    top: 281px;
}

.choose-content .txt.txt5 {
    right: 22%;
    top: 338px;
}

.choose-content .txt.txt6 {
    right: 23%;
    top: 395px;
}

.txt:hover i,
.txt:hover p {
    background: #fff;
    color: #0b52bd;
}

.common-pad {
    padding: 50px 0 62px;
}

.common-tit {
    text-align: center;
    margin-bottom: 10px;
}

.w1200 {
    margin: 0 auto;
    padding-top: 20px;
}

.oH {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.t-c {
    text-align: center;
}

.y-flex-wrap {
    display: flex;
}

.y-flex-wrap-3,
.y-flex-wrap-6,
.y-flex-wrap-4 {
    flex-wrap: no-wrap;
}

.y-flex-wrap-6-w {
    flex-wrap: wrap;
}

.y-flex-wrap-3 .flex-item {
    width: 33.3%;
}

.y-flex-wrap-4 .flex-item {
    width: 22%;
    margin-right: 4%;
}

.y-flex-wrap-4 .flex-item:last-child,
.y-flex-wrap-3 .flex-item:last-child {
    margin-right: 0%;
}

.y-flex-wrap-6 .flex-item {
    width: 15%;
    margin-right: 2%;
}

.y-flex-wrap-6 .flex-item:last-child {
    margin-right: 0%;
}

.y-flex-wrap-6-w .flex-item {
    width: 32%;
    margin: 0 0 2%;
}

.y-flex-wrap-6-w .flex-item:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
}


/*常见问题*/

.left {
    float: left;
}

.right {
    float: right;
}

.common-pad-item .p-w {
    color: #666666;
    font-size: 20px;
}

.common-pad-item .p-w img {
    vertical-align: middle;
    margin-right: 12px;
}

.common-pad-item .w {
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    color: #666666;
}

.get-solution a {
    transition: all 0.25s;
    display: inline-block;
    position: relative;
    color: #ffffff;
    line-height: 1;
    background-color: #f56970;
    border-radius: 8px;
    padding: 20px 40px;
}

.get-solution a:hover {
    transition: all 0.25s;
    display: inline-block;
    position: relative;
    color: #f56970;
    line-height: 1;
    background-color: #f8af14;
    border-radius: 8px;
    padding: 20px 40px;
}

.common-problem .question {
    align-items: center;
    user-select: none;
    cursor: pointer;
    padding: 10px 5px;
}

.common-problem .problem-list {
    width: 560px;
}

.common-problem .problem-list:nth-child(2n) {
    margin-left: 80px;
}

.th {
    height: 10px;
}

.common-problem .answer {
    transition: all 0.55s;
    height: 0;
    overflow: hidden;
    padding: 0 5px;
    color: #ffffff;
}

.common-problem .question .pro-q {
    color: #fff;
    padding-left: 8px;
}

.common-problem .answer .ans-con {
    padding-left: 2%;
    max-width: 500px;
    color: #ffffff;
}

.common-problem .answer .ans-con p {
    color: #ffffff;
}

.common-problem .answer .ans-con p a {
    color: #ffffff;
}

.common-problem .answer .ans-con p img {
    width: 100%;
}

.common-problem .answer>div {
    padding: 10px 0;
}

.common-problem .answer .palceholder {
    flex: 0 0 20px;
}

.common-problem .answer.height {
    height: auto;
}


/*常见问题结束*/


/*----------------------------
    Icon Box Two
----------------------------*/

.icon-box-three {
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.icon-box-three:hover .icon {
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -webkit-transform: rotateY(360deg);
    /* Chrome, Safari, Opera */
    transform: rotateY(360deg);
}

.icon-box-three:hover .content .title {
    color: #f56970;
}

.icon-box-three .icon {
    margin-right: 20px;
    font-size: 50px;
    line-height: 60px;
    color: #f56970;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.icon-box-three .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-box-three .content .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.icon-box-three .content p {
    margin-bottom: 0;
}


/*******************
    16. Price
********************/

.price-wrapper {
    border-radius: 12px;
    text-align: center;
    background-color: white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.08);
    padding: 35px 35px 40px 35px;
}

.price-wrapper:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.price i {
    font-size: 32px;
}

.title i {
    color: #00e878;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 36px;
}

.price-wrapper .v1-title i {
    background: linear-gradient(to bottom, rgb(73, 1, 254), rgb(182, 78, 231));
}

.border-line {
    color: #f56970;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-bottom: 10px;
}

.border-line:hover {
    border-bottom: 1px solid #fff;
}

.border-line.v2 {
    color: #f56970;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-top: 22px;
    margin-bottom: 24px;
}

.title h3 {
    font-weight: 600;
    color: #37434d;
    letter-spacing: .6px;
    line-height: 1.2;
    font-size: 30px;
    padding: 0;
}

.title.v2 h3 {
    font-weight: 600;
    color: #1b1b1b;
    letter-spacing: .6px;
    line-height: 1.2;
    font-size: 30px;
    padding: 0;
}

.price h4 {
    margin: 0;
    padding-top: 18px;
    padding-bottom: 15px;
    font-size: 50px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #fc572a;
    line-height: 1.2;
}

.price.v2 h4 {
    color: #00e878;
}

.price.v2 h4 sub {
    font-size: 14px;
    color: #bcbcbc;
}

.option {
    margin-bottom: 10px;
}

.option ul {
    margin: 0;
    padding: 0;
}

.option ul li {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    color: #5f6e7b;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.3px;
}

.left-btn-gradient {
    border: 1px solid #f93069;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, 1), rgba(255, 64, 75, 1), rgba(252, 87, 42, 1));
}

.left-btn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .6px;
    text-align: center;
    padding: 14px 30px !important;
    -webkit-border-radius: 9px 27px 9px 27px;
    border-radius: 9px 27px 9px 27px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.price-wrapper .left-btn-gradient {
    margin-top: 2px;
}

.price-wrapper .simple-btn-green,
.price-wrapper .simple-btn-gradient {
    margin-top: 8px;
}

.price-wrapper:hover {
    background: linear-gradient(to bottom, #f93069, #fd375a, #ff404b, #fe4b3c, #fc572a);
    box-shadow: 3px 4px 20px 0px rgba(254, 75, 60, 0.65);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.v1-price-wrapper:hover {
    background: linear-gradient(to top, #b64ee7, #9a39ed, #7620f5, #5b0dfb, #4901fe);
    box-shadow: 3px 4px 20px 0px rgba(91, 13, 251, 0.65);
}

.price-wrapper.v2:hover {
    background: #00e878;
    box-shadow: 3px 4px 20px 0px rgba(0, 232, 120, 0.65);
}

.price-wrapper.v2-hover:hover {
    background: -webkit-linear-gradient(-45deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
    box-shadow: 3px 4px 20px 0px rgba(255, 96, 57, 0.65);
}

.price-wrapper:hover .title h3 {
    color: #ffffff;
}

.price-wrapper:hover .price h4 {
    color: #ffffff !important;
}

.price-wrapper:hover .border-line {
    border-color: #f56970;
}

.price-wrapper:hover .option ul li {
    color: #ffffff;
}

.price-wrapper .btn:hover {
    box-shadow: none !important;
}

.price-wrapper:hover .left-btn-gradient {
    color: #fc572a;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.v1-price-wrapper:hover .left-btn-gradient {
    color: #4901fe;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #ffffff;
}

.v1-price-wrapper:hover .price h4 {
    color: #ffffff !important;
}

.price-wrapper:hover .title .fa {
    color: #ffffff !important;
}

.price-wrapper:hover .title.v2 h3 {
    color: #ffffff;
}

.price-wrapper:hover .price.v2 h4 {
    color: #ffffff;
}

.price-wrapper:hover .border-line.v2 {
    border-color: #ffffff;
}

.price-wrapper:hover p {
    color: #ffffff;
}

.price-wrapper:hover h4 {
    color: #ffffff;
}

.price-wrapper:hover .price.v2 h4 sub {
    color: #ffffff;
}

.price-wrapper:hover .simple-btn-green {
    color: #00e878;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #ffffff;
}

.price-wrapper:hover .simple-btn-gradient {
    color: #ff6039;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #ffffff;
}


/*********************
   12. Counter Area
*********************/

.counter-area {
    background-image: url(assets/img/bg_counter.jpg);
    padding: 60px 0 30px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.counter-area .bg-overlay {
    background: linear-gradient(to bottom, rgba(249, 48, 105, .84), rgba(252, 87, 42, .84));
}

.counter-area .bg-overlay-2 {
    background: linear-gradient(to right, rgba(182, 78, 231, .84), rgba(73, 1, 254, .84));
}

.counter-area-wrapper {
    background-color: rgba(255, 255, 255, .25);
    padding: 45px 30px;
    margin-bottom: 30px;
    width: 220px;
    height: 220px;
    text-align: center;
    color: #ffffff;
}

.counter-area-wrapper img {
    width: 54px;
    height: 54px;
}

.counter-area-wrapper h3 {
    font-size: 30px;
    letter-spacing: .6px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 2px;
}

.counter-area-wrapper p {
    font-size: 20px;
    letter-spacing: .3px;
    font-weight: 500;
    margin-bottom: 0;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, .8) 40%, rgba(255, 64, 75, .6) 62%, rgba(255, 75, 60, .1) 80%, rgba(255, 75, 60, .45), rgba(252, 87, 42, .7));
}

.card-title-1 {
    width: 100px;
    height: 100px;
    margin: auto;
    background: url('assets/img/icon/icon19_1.png')
}

.card-title-1:hover {
    background: url('assets/img/icon/icon19.png')
}

.card-title-2 {
    width: 100px;
    height: 100px;
    margin: auto;
    background: url('assets/img/icon/icon20_1.png')
}

.card-title-2:hover {
    background: url('assets/img/icon/icon20.png')
}

.card-title-3 {
    width: 100px;
    height: 100px;
    margin: auto;
    background: url('assets/img/icon/icon21_1.png')
}

.card-title-3:hover {
    background: url('assets/img/icon/icon21.png')
}

.card-title-4 {
    width: 100px;
    height: 100px;
    margin: auto;
    background: url('assets/img/icon/icon22_1.png')
}

.card-title-4:hover {
    background: url('assets/img/icon/icon22.png')
}

#gtco-portfolio {
    padding: 7em 0;
    min-height: 500px;
}

#gtco-portfolio .gtco-heading h2 {
    color: #fff;
}

#gtco-portfolio .gtco-heading p {
    color: rgba(255, 255, 255, 0.7);
}

#gtco-portfolio-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

#gtco-portfolio-list li {
    display: block;
    padding: 0;
    margin: 0 0 10px 1%;
    list-style: none;
    min-height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    position: relative;
}

.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row-pb-md {
    padding-bottom: 4em !important;
}


/******************
   15. Testimonials
*******************/

.testimonials-area {
    position: relative;
}

.testimonials-area .bg-overlay {
    background: linear-gradient(to bottom, rgba(249, 48, 105, .84), rgba(252, 87, 42, .8));
}

.testimonials-area .bg-overlay-2 {
    background: linear-gradient(to right, rgba(182, 78, 231, .84), rgba(73, 1, 254, .8));
}

.testimonials-area .slider .slick-dots {
    display: none !important;
}

.testimonials-area .slick-prev:before,
.testimonials-area .slick-next:before {
    color: white;
}

.testimonial-responsive.slider div {
    border-radius: 12px;
}

.testimonial-responsive.slider .slick-slide {
    margin: 0 15px;
}

.testimonial-responsive.slider .slick-list {
    margin: 0 -15px;
}

.testimonial-responsive.slider .slick-next {
    right: -50px;
}

.testimonial-responsive.slider .slick-prev {
    left: -50px;
}

.testimonial-wrapper {
    position: relative;
    background: #ffffff;
    padding: 25px 30px 30px 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
}

.testimonial-wrapper:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

.feedback-responsive .testimonial-wrapper:hover {
    box-shadow: none;
}

.testimonial-responsive .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial-wrapper span i {
    position: absolute;
    right: 30px;
    bottom: 40px;
    font-size: 52px;
    color: #f93069;
    opacity: .1;
}

.testimonial-wrapper.v1 span i {
    color: #b64ee7;
}

.total-ratings {
    margin-top: 15px;
}

.total-ratings i {
    color: #fcc100;
}

.testimonial-wrapper .content p {
    font-size: 13px;
    letter-spacing: .3px;
    color: #c1b9c5;
}

.thumb-box {
    margin-top: 20px;
}

.thumb-box .image {
    width: 65px;
    height: 65px;
    background: rgb(252, 87, 42);
    background: -moz-linear-gradient(top, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all .5s;
    border-radius: 50% !important;
    padding: 4px;
    text-align: center;
    -webkit-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.25);
    display: table-cell;
    vertical-align: middle;
}

.thumb-box .content {
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.thumb-box .v1-image {
    background: rgb(73, 1, 254);
    background: -moz-linear-gradient(top, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.thumb-box .image img {
    border-radius: 50%;
}

.thumb-box .content {
    overflow: hidden;
}

.thumb-box .content p {
    margin-bottom: 0;
}

.thumb-box .content h4 {
    margin-bottom: 4px !important;
}

.feedback span {
    width: 80px;
    height: 80px;
    background-color: #00e878;
    color: #ffffff;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 23px;
    margin-bottom: 35px;
    box-shadow: 0 0 14px 3px rgba(0, 232, 120, 0.4);
}

.feedback.v2 span {
    background-color: #ff6039;
    box-shadow: 0 0 14px 3px rgba(255, 96, 57, 0.4);
}

.feedback-responsive .testimonial-wrapper {
    text-align: center;
    position: relative;
}

.feedback-responsive .testimonial-wrapper .testimonials-quote {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 108px;
    color: #cccccc;
    opacity: .15;
}

.feedback-responsive .testimonial-wrapper .thumb-box .content {
    text-align: center;
    padding-left: 0;
    display: block;
    margin-top: 40px;
    margin-bottom: 24px;
}

.feedback-responsive .testimonial-wrapper .thumb-box .image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background: rgb(255, 255, 255);
    box-shadow: none;
    border: 1px dashed #00e878;
    padding: 8px;
    width: 80px;
    height: 80px;
}

.feedback-responsive .testimonial-wrapper .thumb-box .image.v2 {
    border: 1px dashed #ff6039;
}

.feedback-responsive .slick-prev {
    top: auto;
    bottom: 0 !important;
    text-align: center;
    display: block;
    background: green;
    z-index: 1;
}

.feedback-responsive .slick-next {
    top: auto;
    bottom: 0 !important;
    text-align: center;
    background: green;
    z-index: 1;
}

.feedback-arrow-box {
    text-align: center;
    cursor: pointer;
    color: #a6abb0;
    height: 40px;
}

.feedback-arrow-box .left-arrow {
    display: inline-block;
    margin-right: 12px;
    line-height: 16px;
    font-size: 32px;
    transition: all ease 0.5s 0s;
}

.feedback-arrow-box .right-arrow {
    display: inline-block;
    margin-left: 12px;
    line-height: 16px;
    font-size: 32px;
    transition: all ease 0.5s 0s;
}

.feedback-arrow-box .left-arrow:hover {
    color: #00e878;
}

.feedback-arrow-box .right-arrow:hover {
    color: #00e878;
}

.feedback-arrow-box .left-arrow.v2:hover {
    color: #ff6039;
}

.feedback-arrow-box .right-arrow.v2:hover {
    color: #ff6039;
}

/*许添加 */
.section.cross-section.bg-white {
    background-color: #fff;
}

.section.cross-section {
    padding: 80px 50px;
    font-size: 14px;
}

.section.cross-section:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

.section.cross-section {
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}

.cross-section-tips {
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}

.app-item {
    box-sizing: border-box;
    display: block;
    text-align: center;
}

.app-list {
    width: 932px;
    margin: 90px auto 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
    text-align: center;
    line-height: 1.5;
}

.app-name {
    font-size: 20px;
    font-weight: 400;
    color: rgba(89,96,123,1);
    letter-spacing: 2px;
    padding-top: 23px;
}

.section.cross-section {
    font-size: 14px;
}

.app-desc {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(89,96,123,1);
    letter-spacing: 1px;
    line-height: 30px;
}

.zjh4 {
    text-align: center;
    line-height: 40px;
    font-family: PingFangSC-Light;
    font-size: 32px;
    color: #333;
    letter-spacing: 0;
    margin: 0 0 0px;
    color: #b391f2;
    font-weight: 700;
}

.app-list img {
    width: 152px;
}