#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center
}
.loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px
}
.loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #ed710c;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
a:hover,
a:active {
    color: #ed710c;
    text-decoration: none
}
.bg-theme {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f18334);
    background: -moz-linear-gradient(-45deg, #ed710c, #f18334);
    background: -o-linear-gradient(-45deg, #ed710c, #f18334);
    background: linear-gradient(-45deg, #ed710c, #f18334)
}

.bg-theme-2 {
    background: #ed570c;
    background: -webkit-linear-gradient(-45deg, #ed570c, #f18334);
    background: -moz-linear-gradient(-45deg, #ed570c, #f18334);
    background: -o-linear-gradient(-45deg, #ed570c, #f18334);
    background: linear-gradient(-45deg, #ed570c, #f18334)
}


.bg-theme-lighter {
    background: rgba(159, 108, 69, 0.15)
}
.bg-theme-light {
    background: #f5fafe
}
.theme-overlay[data-overlay-dark]:before {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #e25c23);
    background: -moz-linear-gradient(-45deg, #ed710c, #e25c23);
    background: -o-linear-gradient(-45deg, #ed710c, #e25c23);
    background: linear-gradient(-45deg, #ed710c, #e25c23)
}
.separator-dashed-line-horrizontal-full {
    border-bottom: 1px dashed #cee1f8 !important
}
.text-theme-color {
    color: #f58529
}
.text-content-big p {
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 25px;
    font-size: 15px
}
.service-icon {
    height: 50px;
    width: 50px;
    line-height: 52px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
    color: #ed710c;
    font-size: 22px;
    transition: all 0.3s ease 0s;
    background: rgba(72, 69, 159, 0.15)
}
.hover-icon:hover .service-icon {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948);
    color: #fff;
    transition: all 0.3s ease 0s
}
.img-effect {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}
.img-effect:hover {
    transform: translateY(-8px)
}
.shadow-primary {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2)
}
.line-through {
    text-decoration: line-through
}
.cursor-pointer {
    cursor: pointer
}
.height-100vh {
    height: 100vh
}
.list-style li {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.list-style li:last-child {
    margin-bottom: 0
}
.list-style li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #ed710c;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 2
}
.list-style li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: rgba(187, 87, 60, 0.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 1
}
.list-style li:hover {
    padding-left: 40px
}
.list-style2 li {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.list-style2 li:last-child {
    margin-bottom: 0
}
.list-style2 li:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #ed710c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 2;
    transform: rotate(45deg)
}
.list-style2 li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: rgba(187, 87, 60, 0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    transform: rotate(45deg)
}
.list-style2 li:hover {
    padding-left: 35px
}
.list-style3 li {
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.list-style3 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.list-style3 li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #ed710c;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 2
}
.list-style3 li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: rgba(187, 87, 60, 0.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 1
}
.list-style3 li:hover {
    padding-left: 35px
}
.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}
.scroll-to-top i {
    color: #fff
}
.scroll-to-top:hover {
    color: #232323;
    background: #fff
}
.scroll-to-top:hover i {
    color: #232323
}
.scroll-to-top:visited {
    color: #232323;
    text-decoration: none
}
.butn {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948);
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 28px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear 400ms;
    -moz-transition: all linear 400ms;
    -o-transition: all linear 400ms;
    transition: all linear 400ms;
    border: none
}
.butn:hover {
    color: #fff
}
a.butn:hover,
a.butn:active {
    color: #fff
}
.butn:before {
    background: #ed710c;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
    -o-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 22px;
    border: none
}
.butn:hover:before,
.butn:focus:before,
.butn:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}
.butn.white {
    color: #ed710c;
    background: #ffffff;
    background: -webkit-linear-gradient(-45deg, #e0e0e0, #fff);
    background: -moz-linear-gradient(-45deg, #e0e0e0, #fff);
    background: -o-linear-gradient(-45deg, #e0e0e0, #fff);
    background: linear-gradient(-45deg, #e0e0e0, #fff)
}
.butn.white:hover {
    color: #ed710c
}
a.butn.white:hover,
a.butn.white:active {
    color: #ed710c
}
.butn.white:before {
    background: #fff
}
.butn.small {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 24px
}
.butn.very-small {
    padding: 8px 20px;
    font-size: 11px
}
@media screen and (max-width: 767px) {
    .butn {
        padding: 12px 24px;
        font-size: 12px
    }
}
.navbar-nav li.current > a,
.navbar-nav > li.active > a {
    color: #ed710c
}
.navbar > ul > li.current > a:after {
    border-color: transparent #ed710c #ed710c transparent
}
.navbar ul ul li.active > a {
    color: #ed710c
}
@media screen and (min-width: 992px) {
    .transparent-header .navbar-nav > li.current > a,
    .transparent-header .navbar-nav > li.active > a {
        color: #fff
    }
    .transparent-header.scrollHeader .navbar-nav > li.active > a,
    .transparent-header.scrollHeader .navbar-nav > li.current > a {
        color: #ed710c
    }
    .transparent-header.scrollHeader .navbar > ul > li.has-sub.current > a:after {
        border-color: transparent #ed710c #ed710c transparent
    }
}
@media screen and (max-width: 991px) {
    .navbar ul ul li.active > a {
        color: #ed710c
    }
    .navbar-toggler:after {
        border-top: 2px solid #ed710c;
        border-bottom: 2px solid #ed710c
    }
    .navbar-toggler:before {
        background: #ed710c
    }
    .navbar-toggler.menu-opened:after,
    .navbar-toggler.menu-opened:before {
        background: #ed710c
    }
}
.onepage-header.scrollHeader .navbar {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948)
}
@media screen and (max-width: 991px) {
    .onepage-header {
        background: #ed710c;
        background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
        background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
        background: -o-linear-gradient(-45deg, #ed710c, #f47948);
        background: linear-gradient(-45deg, #ed710c, #f47948)
    }
    .onepage-header .navbar-nav .nav-link.active {
        color: #ed710c
    }
    .onepage-header.scrollHeader .navbar-nav .nav-link:hover,
    .onepage-header.scrollHeader .navbar .navbar-nav .nav-link.active {
        color: #ed710c
    }
}
.section-heading {
    margin-bottom: 50px;
    text-align: center
}
.section-heading.half {
    margin-bottom: 30px
}
.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5,
.section-heading h6 {
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    line-height: 140%
}
.section-heading.white h1,
.section-heading.white h2,
.section-heading.white h3,
.section-heading.white h4,
.section-heading.white h5,
.section-heading.white h6 {
    color: #fff
}
.section-heading.grey h1,
.section-heading.grey h2,
.section-heading.grey h3,
.section-heading.grey h4,
.section-heading.grey h5,
.section-heading.grey h6 {
    color: #b7b7b7
}
.section-heading.grey h1:after,
.section-heading.grey h2:after,
.section-heading.grey h3:after,
.section-heading.grey h4:after,
.section-heading.grey h5:after,
.section-heading.grey h6:after {
    background: #b7b7b7
}
.section-heading.left {
    text-align: left
}
.section-heading strong {
    font-weight: 600
}
.section-heading.white p {
    color: #fff
}
.section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto
}
.section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #ed710c;
    line-height: 200%;
    margin-bottom: 10px
}
.section-heading.white span {
    color: #fff
}
.section-heading.grey span {
    color: #b7b7b7
}
@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px
    }
    .section-heading p {
        padding-top: 10px;
        font-size: 14px
    }
}
.section-heading2 {
    margin-bottom: 50px;
    text-align: center
}
.section-heading2.half {
    margin-bottom: 30px
}
.section-heading2 h1,
.section-heading2 h2,
.section-heading2 h3,
.section-heading2 h4,
.section-heading2 h5,
.section-heading2 h6 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    line-height: 140%
}
.section-heading2 h1:after,
.section-heading2 h2:after,
.section-heading2 h3:after,
.section-heading2 h4:after,
.section-heading2 h5:after,
.section-heading2 h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.section-heading2.white h1,
.section-heading2.white h2,
.section-heading2.white h3,
.section-heading2.white h4,
.section-heading2.white h5,
.section-heading2.white h6 {
    color: #fff
}
.section-heading2.white h1:after,
.section-heading2.white h2:after,
.section-heading2.white h3:after,
.section-heading2.white h4:after,
.section-heading2.white h5:after,
.section-heading2.white h6:after {
    background: #fff
}
.section-heading2.grey h1,
.section-heading2.grey h2,
.section-heading2.grey h3,
.section-heading2.grey h4,
.section-heading2.grey h5,
.section-heading2.grey h6 {
    color: #b7b7b7
}
.section-heading2.grey h1:after,
.section-heading2.grey h2:after,
.section-heading2.grey h3:after,
.section-heading2.grey h4:after,
.section-heading2.grey h5:after,
.section-heading2.grey h6:after {
    background: #b7b7b7
}
.section-heading2.left {
    margin-bottom: 30px;
    text-align: left
}
.section-heading2.left h1,
.section-heading2.left h2,
.section-heading2.left h3,
.section-heading2.left h4,
.section-heading2.left h5,
.section-heading2.left h6 {
    padding-bottom: 15px
}
.section-heading2.left h1:after,
.section-heading2.left h2:after,
.section-heading2.left h3:after,
.section-heading2.left h4:after,
.section-heading2.left h5:after,
.section-heading2.left h6:after {
    margin: 0;
    left: 0
}
.section-heading2 strong {
    font-weight: 600
}
.section-heading2.white p {
    color: #fff
}
.section-heading2 p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto
}
.section-heading2 span {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #ed710c;
    line-height: 200%;
    margin-bottom: 5px;
    letter-spacing: 1px;
    display: inline-block
}
.section-heading2.white span {
    color: #fff
}
.section-heading2.grey span {
    color: #b7b7b7
}
@media screen and (max-width: 991px) {
    .section-heading2 {
        margin-bottom: 30px
    }
    .section-heading2 span {
        margin-bottom: 0
    }
}
@media screen and (max-width: 767px) {
    .section-heading2 p {
        font-size: 14px
    }
}
.main-banner-area {
    overflow: hidden;
    position: relative
}
.main-banner-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 3
}
.main-banner-area .right-bg {
    float: right;
    width: 55.76%;
    right: 1px;
    overflow: hidden;
    position: relative;
    z-index: 1
}
.main-banner-area .right-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948)
}
.main-banner-area .header-shape-bg {
    position: absolute;
    top: 0px;
    min-height: 500px;
    z-index: 2;
    width: 100%
}
.main-banner-area .header-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    z-index: 4
}
.main-banner-area .header-text h1 {
    font-weight: 700;
    font-size: 36px;
    color: #ed710c;
    line-height: 44px;
    letter-spacing: 1.4px;
    margin-bottom: 25px
}
.main-banner-area .header-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px
}
.main-banner-area .header-text .email-box {
    width: 85%;
    position: relative;
    background: none;
    overflow: hidden
}
.main-banner-area .header-text .email-box input {
    width: 99%;
    height: 45px;
    margin-bottom: 7px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid rgba(78, 78, 84, 0.2);
    outline: none;
    padding-left: 20px;
    padding-right: 120px;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.67px
}
.main-banner-area .header-text .email-box .butn {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 13px 18px;
    border-top-left-radius: 0;
    box-shadow: none;
    border-bottom-left-radius: 0
}
.main-banner-area .header-text .email-box .butn:hover:before,
.main-banner-area .header-text .email-box .butn:focus:before {
    padding: 14px 18px 14px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.main-banner-area .header-text .email-box .input .butn:active:before {
    padding: 14px 18px 14px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.main-banner-area .header-text .email-box span {
    display: block;
    font-size: 13px;
    padding-left: 5px
}
.main-banner-area .play-button-wrapper {
    position: absolute;
    width: 100%;
    top: 45%;
    -webkit-transform: perspective(1px) translateY(-45%);
    -moz-transform: perspective(1px) translateY(-45%);
    -ms-transform: perspective(1px) translateY(-45%);
    -o-transform: perspective(1px) translateY(-45%);
    transform: perspective(1px) translateY(-45%);
    z-index: 4;
    width: 55.5%;
    right: 0px
}
.main-banner-area .play-button-wrapper .btn-play {
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin: auto;
    left: 14%;
    right: 0px;
    display: block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    transform: perspective(1px) translateY(-50%);
    z-index: 3
}
.main-banner-area .play-button-wrapper .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    opacity: .19;
    z-index: 1
}
.main-banner-area .play-button-wrapper .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}
@media screen and (max-width: 1199px) {
    .main-banner-area .right-bg {
        right: 0
    }
    .main-banner-area .header-text {
        top: 70%;
        transform: perspective(1px) translateY(-70%)
    }
    .main-banner-area .header-text h1 {
        font-size: 32px;
        line-height: 42px
    }
    .main-banner-area .header-text .email-box {
        width: 100%
    }
}
@media screen and (max-width: 991px) {
    .main-banner-area .right-bg {
        width: 100%;
        max-height: 550px;
        height: 100%;
        min-height: 410px
    }
    .main-banner-area .right-bg:before {
        opacity: 0.8
    }
    .main-banner-area .header-shape-bg {
        display: none
    }
    .main-banner-area .header-text {
        top: 50%;
        transform: perspective(1px) translateY(-50%)
    }
    .main-banner-area .header-text h1 {
        font-weight: 600;
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
        color: #fff;
        text-align: center
    }
    .main-banner-area .header-text p {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        line-height: 24px;
        font-size: 14px
    }
    .main-banner-area .header-text .email-box {
        width: 100%
    }
    .main-banner-area .header-text .email-box span {
        color: #fff;
        text-align: center
    }
    .main-banner-area .play-button-wrapper {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .main-banner-area .right-bg img {
        width: auto;
        max-width: 144%
    }
    .main-banner-area .header-text h1 {
        font-size: 24px;
        line-height: 30px
    }
}
.banner-creative {
    background: #edf5ff;
    padding: 15% 0
}
.banner-creative .banner-img img {
    position: absolute;
    left: -15px;
    top: -38%
}
.banner-creative .btn-play {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}
.banner-creative .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    opacity: .19;
    z-index: 1
}
.banner-creative .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}
.header-shape {
    margin-top: -3.9%;
    z-index: 9;
    position: relative
}
.banner-creative .btn-play-theme {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #ed710c;
    margin: auto;
    display: inline-block;
    border: 2px solid #ed710c;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}
.banner-creative .btn-play-theme:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    opacity: .19;
    z-index: 1
}
.banner-creative .btn-play-theme i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}
@media screen and (max-width: 1399px) {
    .banner-creative {
        padding: 17% 0
    }
}
@media screen and (max-width: 1199px) {
    .banner-creative .banner-img img {
        top: -18%
    }
}
@media screen and (max-width: 991px) {
    .banner-creative {
        padding: 50px 0 50px 0
    }
    .banner-creative .banner-img img {
        position: relative;
        width: auto;
        float: none !important;
        left: 0
    }
}
@media screen and (max-width: 767px) {
    .banner-creative {
        padding: 30px 0
    }
    .banner-creative .btn-play,
    .banner-creative .btn-play-theme {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px
    }
}
.creative-banner {
    padding: 15% 0 17% 0
}
.creative-banner .creative-banner-img {
    position: absolute;
    left: -15px;
    top: -10%
}
.creative-banner .btn-play {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3
}
.creative-banner .btn-play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fff;
    opacity: .19;
    z-index: 1
}
.creative-banner .btn-play i {
    padding-left: 5px;
    position: relative;
    z-index: 2
}
.creative-banner .wave-area {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 1
}
.creative-banner .wave {
    background: url("../img/banner/wave.svg") repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0)
}
.creative-banner .wave:nth-of-type(2) {
    top: -56px;
    animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1
}
@keyframes wave {
    0% {
        margin-left: 0
    }
    100% {
        margin-left: -1600px
    }
}
@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -45px, 0)
    }
    50% {
        transform: translate3d(0, 5px, 0)
    }
}
@media screen and (max-width: 1399px) {
    .creative-banner {
        padding: 18% 0 22% 0
    }
}
@media screen and (max-width: 1199px) {
    .creative-banner .creative-banner-img {
        top: -28%
    }
}
@media screen and (max-width: 991px) {
    .creative-banner {
        padding: 50px 0 50px 0
    }
    .creative-banner .creative-banner-img {
        position: relative;
        width: auto;
        float: none !important;
        left: 0;
        top: 0
    }
    .creative-banner-img {
        text-align: center
    }
    .creative-banner-img img {
        float: none !important
    }
}
@media screen and (max-width: 767px) {
    .creative-banner {
        padding: 30px 0
    }
    .creative-banner .btn-play {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px
    }
}
.page-title-section {
    padding: 200px 0 125px;
    text-align: center
}
.page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}
.page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center
}
.page-title-section ul li {
    display: inline-block
}
.page-title-section ul li:last-child a {
    color: #fff;
    font-weight: 600;
    opacity: 0.65
}
.page-title-section ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: Font Awesome\ 5 Free;
    padding: 0 5px 0 10px
}
.page-title-section ul li:last-child:after {
    content: none
}
.page-title-section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}
.page-title-section .active a,
.page-title-section li.active:last-child a {
    color: #fff
}
@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 165px 0 75px 0
    }
    .page-title-section h1 {
        font-size: 36px;
        line-height: 42px
    }
}
@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 60px 0
    }
    .page-title-section h1 {
        font-size: 30px;
        line-height: 40px
    }
    .page-title-section ul {
        margin-top: 5px
    }
    .page-title-section ul li a {
        font-size: 12px
    }
}
.feature-block1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: rgba(255, 255, 255, 0.85)
}
.feature-block1.line {
    position: relative
}
.feature-block1.line:after {
    content: '';
    position: absolute;
    width: 69%;
    height: 2px;
    top: 50px;
    left: 70%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px dashed #fff
}
.feature-block1 .icon {
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.feature-block1 .icon i {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 95px;
    color: #ed710c;
    font-size: 40px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg)
}
.feature-block1 .title {
    font-size: 18px;
    letter-spacing: 1.12px;
    margin-bottom: 15px;
    color: #fff
}
.feature-block1:hover .icon {
    background: #ed710c;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}
.feature-block1:hover .icon i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #fff
}
@media screen and (max-width: 1199px) {
    .feature-block1 .icon i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 36px
    }
    .feature-block1 .title {
        margin-bottom: 10px
    }
    .feature-block1 .icon {
        width: 90px;
        height: 90px;
        margin-bottom: 25px
    }
    .feature-block1.line:after {
        width: 65%;
        left: 73%
    }
}
@media screen and (max-width: 991px) {
    .feature-block1 .title {
        font-size: 17px
    }
    .feature-block1 .icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px
    }
    .feature-block1 .icon i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px
    }
    .feature-block1.line:after {
        width: 65%;
        left: 75%;
        top: 40px
    }
}
@media screen and (max-width: 767px) {
    .feature-block1 {
        margin-bottom: 90px
    }
    .feature-block1 .title {
        font-size: 16px;
        margin-bottom: 5px
    }
    .feature-block1 .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px
    }
    .feature-block1 .icon i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 28px
    }
    .feature-block1.line {
        top: 0
    }
    .feature-block1.line:after {
        width: 1px;
        left: 0;
        top: auto;
        bottom: -42%;
        right: 0;
        margin: 0 auto;
        height: 35%
    }
}
@media screen and (max-width: 575px) {
    .feature-block1.line:after {
        bottom: -38%
    }
}
.partner-box {
    border: 1px solid #ececec
}
.partner-box img {
    width: 100%
}
.partner-text {
    padding: 25px 40px 25px 0
}
.partner-text span {
    color: #ed710c;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase
}
.partner-box:hover .partner-text span {
    color: #999
}
.partner-text h4 {
    color: #232323;
    font-size: 21px;
    font-weight: 600;
    margin: 5px 0 20px 0;
    line-height: normal
}
.partner-text h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #ed710c;
    margin-top: 10px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: 0.4s
}
.partner-box:hover .partner-text h4:after {
    width: 80px
}
@media screen and (max-width: 767px) {
    .partner-text {
        padding: 25px
    }
    .partner-text span {
        font-size: 12px
    }
    .partner-text h4 {
        font-size: 18px;
        margin: 5px 0 15px 0
    }
    .partner-text h4:after {
        margin-top: 8px
    }
}
.services-block {
    background: #fff;
    border-radius: 7px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.services-block:hover {
    box-shadow: -1px 9px 18px 0px rgba(223, 117, 25, 0.1);
    background: #ffffff
}
.services-block:hover i {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}
.services-block:active,
.services-block:focus,
.services-block:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}
.services-block.bg-light-gray {
    background: #f7f7f7
}
@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }
    33.3% {
        transform: translate(-6px, 6px)
    }
    49.95% {
        transform: translate(4px, -4px)
    }
    66.6% {
        transform: translate(-2px, 2px)
    }
    83.25% {
        transform: translate(1px, -1px)
    }
    100% {
        transform: translate(0, 0)
    }
}
.title-box {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    width: 2em;
    margin-left: auto;
    margin-right: auto
}
.box-circle-large,
.box-circle-small {
    position: absolute;
    border-radius: 50%;
    -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
}
.box-circle-large {
    left: 0;
    bottom: 0;
    width: 1.37em;
    height: 1.37em;
    background: rgba(200, 122, 74, 0.1)
}
.box-circle-small {
    top: 0;
    right: 0;
    width: 0.59em;
    height: 0.59em;
    background: rgba(255, 192, 128, 0.1)
}
.services-block:hover {
    background: #b65129;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948)
}
.services-block:hover .box-circle-large {
    transform: scale(1.2)
}
.services-block:hover .box-circle-small {
    transform: translate3d(0, -35%, 0) rotate(0deg)
}
.services-block:hover h3,
.services-block:hover p,
.services-block:hover i,
.services-block:hover a,
.services-block:hover .text-extra-dark-gray {
    color: #fff
}
.services-block:hover .box-circle-large {
    background: rgba(255, 255, 255, 0.1)
}
.services-block:hover .box-circle-small {
    background: rgba(255, 255, 255, 0.2)
}
.services-block.active {
    background: #ed710c
}
.services-block.active h3,
.services-block.active p,
.services-block.active i {
    color: #fff
}
.services-block.active .box-circle-large {
    background: rgba(255, 255, 255, 0.1)
}
.services-block.active .box-circle-small {
    background: rgba(255, 255, 255, 0.2)
}
@media screen and (max-width: 991px) {
    .title-box {
        font-size: 50px
    }
}
@media screen and (max-width: 767px) {
    .title-box {
        font-size: 42px
    }
}
.service-section {
    margin-top: -3.2%
}
@media screen and (max-width: 991px) {
    .service-section {
        margin-top: 0
    }
}
.services-block3 {
    text-align: center;
    background: #fff
}
.services-block3:hover i {
    color: #fff
}
.services-block3:hover i:after {
    background: #ed710c;
    transform: rotate(0deg)
}
.services-block3 i {
    display: inline-block;
    color: #ed710c;
    font-size: 45px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s;
    z-index: 3
}
.services-block3 i:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
    background: rgba(72, 69, 159, 0.15);
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.4s
}
.icon-style {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    z-index: 3;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    color: #ed710c
}
.icon-style:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 15px;
    background: rgba(72, 69, 159, 0.15);
    z-index: -1;
    transform: rotate(45deg);
    transition: all 0.4s
}
.icon-style:hover {
    color: #fff
}
.icon-style:hover:after {
    background: #ed710c;
    transform: rotate(0deg)
}
@media (max-width: 1199px) {
    .services-block3 i {
        font-size: 34px;
        width: 75px;
        height: 75px;
        line-height: 75px;
        margin-bottom: 25px
    }
    .icon-style {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}
@media (max-width: 991px) {
    .services-block3 i {
        margin-bottom: 20px
    }
    .icon-style {
        font-size: 16px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px
    }
}
@media (max-width: 767px) {
    .services-block3 i {
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-bottom: 15px
    }
    .icon-style {
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}
.section-clients {
    padding: 50px 0
}
.clients img {
    opacity: .6;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}
.clients img:hover {
    opacity: 1
}
.item-title {
    vertical-align: middle
}
@media screen and (max-width: 991px) {
    .section-clients {
        padding: 30px 0
    }
    .section-clients .item {
        text-align: center;
        width: 100%
    }
    .section-clients .owl-carousel .owl-item img {
        max-width: 75%;
        display: inline-block
    }
}
.counter-box h3,
.counter-box h4 {
    display: inline-block;
    font-weight: 600
}
.social-icons a:hover {
    opacity: 1
}
.counter-box {
    position: relative;
    text-align: center
}
.counter-box h3:after {
    content: '+'
}
.counter-box h4 {
    font-size: 28px;
    line-height: normal;
    margin: 0
}
.counter-box h4:after {
    content: '+'
}
.counter-box h3 {
    font-size: 45px
}
@media screen and (max-width: 767px) {
    .counter-box p:before {
        margin: 0;
        position: absolute;
        top: 45px
    }
    .counter-box p:after {
        margin: 0;
        left: 14px;
        right: 0;
        top: 45px
    }
    .counter-box.black p:after {
        margin: 0;
        left: 14px;
        right: 0;
        top: 45px
    }
    .counter-box h4 {
        font-size: 22px
    }
}
.story-video {
    height: 100%
}
.testmonial-single .avatar-info {
    overflow: hidden
}
.testmonial-single h6 {
    color: #ed710c;
    font-weight: 500
}
.testmonial-single .avatar-info h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #ed710c
}
.testmonial-single .avatar-info span {
    font-size: 13px;
    font-weight: bold
}
.testmonial-single .avatar-photo {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    max-width: 130px;
    height: 130px;
    width: 100%;
    vertical-align: top;
    margin-top: 15px
}
.owl-carousel .owl-item .avatar-photo img {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    max-width: none;
    width: auto;
    margin-left: -30px;
    margin-top: -35px
}
.testmonial-single .item-inner {
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}
.testmonials-style1 .custom-dot span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(72, 69, 159, 0.15);
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}
.testmonials-style1 .custom-dot span:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #ed710c
}
@media screen and (max-width: 991px) {
    .testmonial-single .avatar-info h4 {
        font-size: 16px
    }
}
@media screen and (max-width: 767px) {
    .testmonials-style1 .custom-dot {
        margin-top: 10px
    }
}
.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 20px
}
.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px 0 5px;
    background: none;
    cursor: pointer;
    display: block;
    border: 1px solid #6E6E6F;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s
}
.custom-dot span:hover {
    background: #aaa;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    border-radius: 30px
}
.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #ed710c;
    border-color: #ed710c;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}
.owl-nav i {
    color: #232323;
    font-size: 18px;
    padding-top: 6px
}
.owl-nav .owl-next {
    color: #ed710c;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important
}
.owl-nav .owl-prev {
    color: #ed710c;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}
.owl-nav .owl-next {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}
@media screen and (max-width: 767px) {
    .custom-dot {
        margin-top: 15px
    }
}
.team-style {
    border: 1px dashed #cee1f8;
    border-radius: 10px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease 0s
}
.team-style .team-member-img > img {
    max-width: 150px;
    padding: 6px;
    background: rgba(72, 69, 159, 0.15);
    border-radius: 100px
}
.team-style .social-links {
    margin-bottom: 0
}
.team-style .social-links li {
    display: inline-block;
    margin-right: 10px
}
.team-style .social-links li:last-child {
    margin-right: 0
}
.team-style .social-links li a:hover {
    opacity: 0.85
}
.team-style .bg-cover {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948);
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s
}
.team-style:hover .team-member-img {
    position: relative;
    z-index: 9
}
.team-style:hover .team-member-img > img {
    background: rgba(255, 255, 255, 0.15)
}
.team-style:hover .bg-cover {
    opacity: 1
}
.team-style:hover .alt-font {
    color: #fff
}
.team-style:hover .bg-theme {
    background: #fff
}
.team-style:hover div,
.team-style:hover .social-links a {
    color: #fff
}
@media screen and (max-width: 767px) {
    .team-style .team-member-img > img {
        max-width: 120px;
        padding: 4px
    }
}
.filtering {
    margin-bottom: 10px
}
.filtering span {
    border-bottom: 1px solid transparent;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px
}
.filtering span:last-child {
    margin: 0
}
.filtering .active {
    border-color: #ed710c;
    color: #ed710c
}
@media screen and (max-width: 767px) {
    .filtering span {
        margin-right: 15px
    }
}
.portfolio {
    overflow: hidden
}
.portfolio .filtering span {
    margin-right: 20px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid transparent
}
.portfolio .filtering span:last-child {
    margin: 0
}
.portfolio .filtering .active {
    border-color: #ed710c;
    color: #ed710c
}
.portfolio .items {
    margin-top: 20px
}
.portfolio .item-img {
    position: relative;
    overflow: hidden
}
.portfolio .item-img img {
    width: 100%
}
.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    transform: translateY(0)
}
.portfolio .item-img:hover h6 {
    transform: translateY(0)
}
.portfolio .item-img h6 {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    transform: translateY(-15px);
    transition: all 0.5s
}
.portfolio .item-img p {
    margin-bottom: 8px
}
.portfolio .item-img .fa {
    background: #ed710c;
    border: 1px solid #ed710c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 30px;
    transition: all 0.5s
}
.portfolio .item-img .fa:hover {
    background: #fff;
    color: #ed710c
}
.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #35424C;
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
    transform: translateY(10px)
}
.project-item {
    position: absolute;
    left: 0;
    max-width: 35%;
    width: 100%;
    bottom: 7%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9) !important
}
.project-carousel h4:after {
    content: " ";
    background: #ed710c;
    height: 2px
}
.project-single-text h4:after {
    content: " ";
    background: #ed710c;
    height: 2px
}
.project-single-text p {
    font-weight: 400;
    line-height: 1.8
}
.project-single-text h5 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 20px
}
.project-single-text h5:after {
    display: block;
    width: 70px;
    margin-top: 8px;
    content: " ";
    background: #ed710c;
    height: 2px
}
.project-single-text ul li {
    color: #232323;
    font-size: 15px;
    font-weight: 500
}
.project-single-text ul li i {
    color: #ed710c;
    font-weight: 500;
    font-size: 15px;
    padding-right: 10px
}
.project-single-info {
    display: block;
    width: 100%
}
.project-single-info ul li {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed #cee1f8;
    padding: 12px 0;
    margin-right: 20px
}
.project-single-info ul li span {
    display: inline-block;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    margin-right: 25px;
    width: 70px;
    max-width: 100%
}
.project-single-info ul li .value {
    width: auto;
    margin-right: 0;
    color: #6f6f6f
}
.project-single-img {
    padding-bottom: 30px
}
.project-single-box-img img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07)
}
@media screen and (max-width: 767px) {
    .portfolio {
        overflow: hidden
    }
    .portfolio .filtering {
        margin-bottom: 5px
    }
    .portfolio .filtering span {
        margin-right: 15px;
        font-size: 12px
    }
}
.accordion-style {
    background: #FFFFFF;
    box-shadow: 0 1px 18px 10px rgba(0, 0, 0, 0.02);
    border-radius: 4px
}
.accordion-style .card .counts {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948);
    color: #fff;
    font-size: 12px;
    margin-right: 10px
}
.accordion-style .card .item-title {
    display: inline-block;
    vertical-align: middle;
    width: 88%
}
.accordion-style .card-header:hover {
    background-color: #F3F8FF
}
.accordion-style .card {
    background: #fff;
    box-shadow: none;
    margin-top: 0 !important;
    border: none !important
}
.accordion-style .card:last-child {
    border: none
}
.accordion-style .card-header {
    border: 0px;
    padding: 0;
    transition: all 0.3s ease 0s;
    background: #fff
}
.accordion-style .btn-link {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    display: block;
    text-decoration: none !important;
    margin: 0;
    cursor: pointer;
    padding: 15px 20px;
    border-bottom: 1px dashed #cee1f8;
    white-space: normal
}
.accordion-style .card:last-child .btn-link.collapsed {
    border-bottom: transparent
}
.accordion-style .btn-link {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948);
    color: #fff;
    border-bottom: transparent;
    border-left: none !important
}
.accordion-style .btn-link.collapsed {
    box-shadow: none;
    background: none;
    color: #6f6f6f;
    border-bottom: 1px dashed #cee1f8
}
.accordion-style .btn:not(:disabled):not(.disabled).active,
.accordion-style .btn:not(:disabled):not(.disabled):active {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948);
    color: #fff;
    border-bottom: transparent;
    border-left: none !important
}
.accordion-style .btn-link.collapsed .counts {
    background: transparent;
    border: 1px solid #cee1f8;
    color: #ed710c
}
.accordion-style .btn-link .counts {
    background: #fff;
    border: 1px solid #cee1f8;
    color: #ed710c
}
.accordion-style .btn:not(:disabled):not(.disabled).active .counts,
.accordion-style .btn:not(:disabled):not(.disabled):active .counts {
    background: #fff;
    border: 1px solid #cee1f8;
    color: #ed710c
}
.accordion-style .card:last-child {
    border-bottom: 1px dashed #cee1f8
}
.accordion-style .card:last-child .show .card-body {
    border-bottom: transparent
}
.accordion-style .card-body {
    padding: 20px;
    border-bottom: 1px dashed #cee1f8;
    text-align: left
}
@media screen and (max-width: 991px) {
    .accordion-style .btn-link {
        font-size: 14px;
        padding: 12px 18px
    }
    .accordion-style .card .counts {
        margin-right: 8px
    }
}
@media screen and (max-width: 767px) {
    .accordion-style .card .item-title {
        width: 80%
    }
    .accordion-style .btn-link {
        font-size: 14px;
        padding: 12px 15px
    }
}
ul.resp-tabs-list {
    margin: 0px;
    padding: 0px
}
.resp-tabs-list li {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: 180px;
    color: #000
}
.resp-tabs-list li:last-child {
    margin-right: 0
}
.resp-tabs-list li i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(72, 69, 159, 0.15);
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #ed710c
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}
.resp-tab-content {
    display: none;
    padding: 50px 0 0 0
}
.resp-tabs-list li.resp-tab-active {
    padding: 15px 20px 13px 20px;
    color: #ed710c;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -webkit-border-radius-topleft: 5px;
    -moz-border-radius-topleft: 5px;
    -o-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -moz-border-radius-topright: 5px;
    -o-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.resp-tabs-list li.resp-tab-active i {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948);
    color: #fff
}
.resp-content-active,
.resp-accordion-active {
    display: block
}
.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #c1c1c1;
    float: left;
    width: 100%
}
h2.resp-accordion {
    background: #fff !important;
    cursor: pointer;
    display: none;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    border-top: 0px solid #e4e4e4;
    margin: 0px;
    padding: 15px 21px;
    float: left;
    width: 100%
}
h2.resp-tab-active {
    border-bottom: 0px solid #e4e4e4 !important;
    background: #ed710c !important;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948) !important;
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948) !important;
    background: -o-linear-gradient(-45deg, #ed710c, #f47948) !important;
    background: linear-gradient(-45deg, #ed710c, #f47948) !important;
    color: #fff
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e4e4 !important;
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948)
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #ed710c !important;
    float: left;
    width: 70%;
    min-height: 250px;
    clear: none
}
.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 11px !important;
    border-top: 1px solid;
    border: 1px solid #ed710c !important;
    border-left: 4px solid #ed710c !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}
.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}
h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}
.resp-easy-accordion h2.resp-accordion {
    display: block
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}
.resp-jfit {
    width: 100%;
    margin: 0px
}
.resp-tab-content-active {
    display: block;
    border-color: #e4e4e4 !important
}
h2.resp-accordion:first-child {
    border-top: 1px solid #e4e4e4
}
h2.resp-accordion.resp-tab-active {
    border-color: #e4e4e4 !important
}
@media screen and (min-width: 992px) {
    .tab-style ul.resp-tabs-list {
        text-align: center
    }
    .tab-style ul.resp-tabs-list.text-left {
        padding-left: 15px
    }
    .tab-style ul.resp-tabs-list li:last-child {
        margin-right: 0
    }
    .tab-style ul.resp-tabs-list li.resp-tab-active {
        color: #ed710c;
        border-bottom: 3px solid #ed710c
    }
    .tab-style .resp-tab-content {
        border-top: 1px dashed #cee1f8 !important;
        border-width: 1px 0 0 0;
        border-color: #ed710c;
        margin-top: -2px
    }
}
@media screen and (max-width: 991px) {
    ul.resp-tabs-list {
        display: none
    }
    h2.resp-accordion {
        display: block
    }
    h2.resp-accordion i {
        margin-right: 12px;
        font-size: 18px;
        min-width: 25px
    }
    h2.resp-accordion.resp-tab-active i {
        color: #fff;
        display: inline-block;
        vertical-align: top
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }
    .resp-vtabs .resp-tabs-container {
        border: none !important;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }
    .resp-accordion-closed {
        display: none !important
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
    .resp-tab-content {
        background-color: #fff;
        padding: 20px 15px
    }
}
.single-plan {
    position: relative;
    z-index: 99;
    border: 1px solid #efefef;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05)
}
.single-plan .head-plan {
    border-bottom: 1px dashed #cee1f8
}
.single-plan .head-plan i {
    background: rgba(72, 69, 159, 0.15);
    color: #ed710c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    border-radius: 50%;
    margin-top: 30px
}
.single-plan .head-plan h4 {
    padding: 20px;
    margin: 0;
    color: #000;
    font-weight: 600
}
.body-plan .price-plan {
    padding: 20px 0;
    position: relative;
    font-weight: bold
}
.body-plan .price-plan h3 {
    margin: 0;
    z-index: 11;
    position: relative;
    font-weight: bold;
    color: #6f6f6f
}
.body-plan .price-plan h3 sup {
    font-size: 18px;
    top: -15px;
    font-weight: bold;
    margin-right: 2px
}
.body-plan .price-plan span {
    text-transform: uppercase;
    font-size: 12px;
    z-index: 11;
    position: relative
}
.feat-plan {
    margin: 0 0 30px
}
.feat-plan ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.feat-plan ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px
}
.feat-plan ul li:last-child {
    margin: 0
}
.price-plan i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: 42.6%;
    z-index: 99;
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948)
}
.footer-plan {
    padding: 0 0 30px
}
@media screen and (max-width: 991px) {
    .single-plan .head-plan i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 28px;
        margin-top: 20px
    }
    .single-plan .head-plan h4 {
        padding: 15px
    }
    .body-plan .price-plan h3 sup {
        font-size: 16px
    }
    .footer-plan {
        padding-bottom: 20px
    }
    .feat-plan {
        margin: 0 0 20px
    }
    .body-plan .price-plan {
        padding: 20px 0 10px 0
    }
}
@media screen and (max-width: 767px) {
    .single-plan .head-plan i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 24px
    }
    .body-plan .price-plan h3 sup {
        font-size: 14px
    }
}
.price .item {
    padding: 0 0 50px 0;
    transition: all .3s;
    background: #fff
}
.price .item:hover {
    box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2)
}
.price .type {
    padding-top: 45px;
    position: relative
}
.price .type i {
    background: #ffffff;
    border: 1px solid #ed710c;
    border-radius: 100%;
    color: #ed710c;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 78px;
    margin-bottom: 15px;
    width: 80px
}
.type .top-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px
}
.price .type h4 {
    color: #232323;
    font-weight: 700;
    text-transform: uppercase
}
.price .value {
    position: relative
}
.price .value h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    color: #6f6f6f
}
.price .value h3 span {
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: -12px;
    color: #6f6f6f
}
.price .value .per {
    font-size: 13px;
    color: #6f6f6f
}
.price .features li {
    padding: 20px 0;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2)
}
.price .order {
    padding-top: 15px;
    position: relative
}
.price .item.active {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948)
}
.price .item.active h3,
.price .item.active h4 {
    color: #fff
}
.price .item.active .value h3 span,
.price .item.active .value .per {
    color: #fff
}
.price .item.active .features li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    color: #fff
}
@media screen and (max-width: 1199px) {
    .price .value h3 {
        font-size: 36px
    }
}
@media screen and (max-width: 991px) {
    .price .item {
        padding-bottom: 40px
    }
    .price .type {
        padding-top: 35px
    }
    .price .features li {
        padding: 15px 0;
        font-size: 14px
    }
}
@media screen and (max-width: 767px) {
    .price .item {
        padding-bottom: 30px
    }
    .price .value h3 {
        font-size: 32px
    }
    .price .value h3 span {
        font-size: 13px;
        top: 0px;
        left: -10px
    }
    .price .value .per {
        font-size: 12px
    }
}
.search-form_input {
    color: #ed710c
}
.search-frame h4 a:hover {
    color: #ed710c
}
.search-frame .search_list .match {
    color: #ed710c
}
.search-frame .secountdownarch_list li:before {
    color: #ed710c
}
.search-frame .search_list li + li {
    border-top: 3px solid #ed710c
}
.search-frame .search {
    color: #ed710c
}
.page-container .title {
    font-size: 250px;
    line-height: 1;
    margin-bottom: 0
}
@media screen and (max-width: 1199px) {
    .page-container .title {
        font-size: 200px
    }
}
@media screen and (max-width: 991px) {
    .page-container .title {
        font-size: 125px
    }
}
@media screen and (max-width: 767px) {
    .page-container .title {
        font-size: 75px
    }
}
.coming-soon .social-links li {
    display: inline-block;
    font-size: 22px;
    margin-right: 30px
}
.coming-soon .social-links li:last-child {
    margin-right: 0
}
.coming-soon .social-links li a {
    color: #fff
}
.coming-soon .social-links li a:hover {
    color: rgba(255, 255, 255, 0.65)
}
ul.countdown li {
    color: #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    padding: 0 30px;
    text-align: center
}
ul.countdown li:last-child {
    border: medium none;
    padding-right: 0
}
ul.countdown li span {
    font-size: 72px;
    font-weight: 700;
    line-height: normal;
    position: relative
}
ul.countdown li span::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}
ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}
@media screen and (max-width: 767px) {
    .coming-soon .social-links li {
        margin-right: 15px;
        font-size: 16px
    }
    ul.countdown li {
        padding: 0 8px
    }
    .social-links li {
        margin-right: 15px
    }
    ul.countdown li span {
        font-size: 22px
    }
}
.blog-grid {
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.blog-grid span {
    color: #ed710c
}
.blog-grid img {
    width: 100%
}
.data-box-grid {
    display: inline-block;
    left: 0;
    bottom: -1px;
    padding: 5px 20px;
    font-size: 18px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -o-border-top-right-radius: 7px;
    -webkit-border-radius-topright: 7px;
    -moz-border-radius-topright: 7px;
    -o-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948)
}
.data-box-grid h5 {
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 8px;
    color: #fff;
    font-size: 20px
}
.blog-grid .data-box-grid p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
    border: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}
.blog-grid-text {
    position: relative;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc
}
.blog-grid-text > span {
    color: #ed710c;
    font-size: 13px;
    padding-right: 5px
}
.blog-grid-text h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px
}
.blog-grid-text .meta-style2 {
    border-top: 1px dashed #cee1f8;
    padding-top: 15px
}
.blog-grid-text .meta-style2 ul li {
    margin-bottom: 0;
    font-weight: 500
}
.blog-grid-text ul {
    margin: 0;
    padding: 0
}
.blog-grid-text ul li {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px 5px 0
}
.blog-grid-text ul li i {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}
.blog-grid-text p {
    color: #999;
    font-weight: 400;
    line-height: 170%;
    padding: 0
}
.blog-list-left-heading:after,
.blog-title-box:after {
    content: '';
    height: 2px
}
.blog-grid-simple-content a:hover {
    color: #232323
}
.blog-grid-simple-content a:hover:after {
    color: #232323
}
.blog-list-simple {
    margin: 0 0 30px 0;
    padding-bottom: 30px
}
.blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}
.blog-list-simple-text {
    color: #999999
}
.blog-list-simple-text > span {
    color: #ed710c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px
}
.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0
}
.blog-list-simple-text .meta {
    margin: 0 0 5px 0
}
.blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px
}
.blog-list-simple-text h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal
}
.blog-list-simple-text ul {
    margin: 10px 0
}
.blog-list-simple-text ul li {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0
}
.blog-list-simple-text ul li i {
    color: #ed710c;
    margin-right: 5px;
    font-size: 14px
}
.blogs .post {
    margin-bottom: 50px
}
.blogs .post .content {
    padding: 30px;
    background: #fafafa
}
.blogs .post .content .post-title h5 {
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0
}
.blogs .post .content .post-title h5 a {
    color: #232323
}
.blogs .post .content .post-title h5 a:hover {
    color: #F24259
}
.blogs .post .content .meta {
    margin-bottom: 15px
}
.blogs .post .content .meta li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px 5px 0 5px
}
.blogs .post .content .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7;
    font-size: 16px
}
.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 12px
}
.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #F24259
}
.blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left
}
.blogs .post .share-post span {
    font-weight: 700
}
.blogs .post .share-post ul {
    float: right
}
.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 10px
}
.blogs .post .post-img img {
    width: 100%
}
.blogs .posts .title-g h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px
}
.blogs .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee
}
.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px
}
.blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px
}
.blogs .comment-box .author-thumb {
    width: 80px;
    float: left
}
.blogs .comment-box .comment-info {
    margin-left: 100px
}
.blogs .comment-box .comment-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}
.blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600
}
.blogs .comment-box .comment-info .reply i {
    padding-right: 5px;
    font-size: 12px
}
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}
.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0
}
.pagination li {
    display: inline
}
.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}
.pagination a:hover {
    background-color: #232323;
    color: #fff
}
.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}
.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}
.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}
.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}
.pagination li:first-child a {
    border-left-width: 1px
}
.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #ed710c;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px
}
.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px
}
.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px
}
.side-bar .widget {
    margin-bottom: 30px
}
.side-bar .widget:last-child {
    margin-bottom: 0
}
.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px
}
.side-bar .widget .widget-title h6:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #ed710c;
    position: absolute;
    bottom: 0;
    left: 0
}
.side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
    color: #6f6f6f
}
.side-bar .widget li:last-child {
    margin: 0
}
.side-bar .widget li:after {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #6f6f6f;
    position: absolute;
    top: 12px;
    left: 0
}
.side-bar .widget .social-listing {
    margin-bottom: 0
}
.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block
}
.side-bar .widget .social-listing li:after {
    background: none
}
.side-bar .widget .social-listing li:first-child {
    padding-left: 0
}
.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #f7f7f7
}
.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 0;
    float: right;
    border-radius: 0;
    padding: 0
}
.side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0
}
@media screen and (max-width: 1199px) {
    .blog-grid-text h4 {
        font-size: 15px
    }
    .blogs .post .content .post-title h5 {
        font-size: 22px
    }
    .blogs .post .content .special {
        font-size: 16px
    }
    .blogs .posts .title-g h3 {
        font-size: 22px
    }
}
@media screen and (max-width: 767px) {
    .blog-grid-text h4 {
        font-size: 14px
    }
    .blog-list-simple {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .data-box-grid {
        padding: 5px 15px;
        font-size: 16px
    }
    .data-box-grid h5 {
        font-size: 16px;
        margin-right: 3px
    }
    .blog-list-simple-text > span {
        font-size: 12px
    }
    .blog-list-simple-text p {
        font-size: 14px
    }
    .blog-list-simple-text h4 {
        font-size: 18px
    }
    .blog-list-simple-text ul li {
        font-size: 12px
    }
    .blogs .post .content .post-title h5 {
        font-size: 20px
    }
    .blogs .post .content .special {
        font-size: 14px
    }
    .blogs .posts .title-g h3 {
        font-size: 18px
    }
}
.social-icon-style1 {
    margin-bottom: 0
}
.social-icon-style1 li {
    text-align: center;
    margin-right: 4px;
    display: inline-block
}
.social-icon-style1 li a {
    background: #ed710c;
    border: 1px solid #ed710c;
    color: #fff;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block
}
.social-icon-style1 li a:hover {
    background: #fff;
    color: #ed710c
}
.social-icon-style2 li {
    display: inline-block;
    margin-right: 30px
}
.social-icon-style2 li:last-child {
    margin-right: 0
}
.social-icon-style2 li a {
    font-size: 22px
}
.social-icon-style2 li a:hover {
    color: #fff
}
.contact-info .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2)
}
.contact-info .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.contact-info .item .icon {
    font-size: 20px;
    float: left;
    width: 50px;
    text-align: center
}
.contact-info .item .cont {
    margin-left: 55px
}
.contact-info .item .cont h6 {
    font-size: 15px;
    margin-bottom: 0
}
.contact-info .item .cont p {
    margin: 0
}
.newsletter {
    position: relative;
    background: none;
    overflow: hidden
}
.newsletter input {
    width: 99%;
    height: 45px;
    margin-bottom: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid rgba(78, 78, 84, 0.2);
    outline: none;
    padding-left: 20px;
    padding-right: 120px;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.67px
}
.newsletter .butn {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 13px 18px;
    border-top-left-radius: 0;
    box-shadow: none;
    border-bottom-left-radius: 0
}
.newsletter .butn:hover:before,
.newsletter .butn:focus:before {
    padding: 14px 18px 14px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.newsletter .input .butn:active:before {
    padding: 14px 18px 14px 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
#map {
    height: 400px;
    width: 100%
}
@media screen and (max-width: 991px) {
    .contact-info .item {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}
@media screen and (max-width: 767px) {
    .contact-info .item {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    .social-icon-style2 li a {
        font-size: 18px
    }
}
footer {
    padding: 50px 0 0;
    background: #1f1f1f;
    color: #939393
}
footer p {
    margin-bottom: 0
}
footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative
}
footer h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #ed710c;
    margin: 12px auto 0 auto
}
.footer-title-style:after {
    margin-left: auto;
    margin-right: auto
}
h3.footer-title-style {
    margin-bottom: 20px
}
.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    background-color: #323231;
    color: #939393
}
.footer-bar span {
    color: #ed710c;
    font-size: 15px;
    font-weight: 400
}
.footer-list {
    margin: 0
}
.footer-list li {
    list-style-type: none;
    color: #232323;
    padding: 6px 0
}
.footer-list li:first-child {
    padding-top: 0
}
.footer-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #232323
}
.footer-list li a:before {
    content: '\f105';
    font-weight: 700;
    vertical-align: bottom;
    font-family: Font Awesome\ 5 Free;
    color: #232323;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}
.footer-list li a:hover {
    color: #ed710c
}
.footer-list li a:hover:before {
    color: #ed710c
}
.footer-social-icons ul {
    margin-bottom: 0
}
.footer-social-icons ul li {
    display: inline-block;
    border: 1px solid #ed710c;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: 0.3s
}
.footer-social-icons ul li a {
    color: #ed710c;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px
}
.footer-social-icons ul li:hover {
    background: #ed710c;
    background: -webkit-linear-gradient(-45deg, #ed710c, #f47948);
    background: -moz-linear-gradient(-45deg, #ed710c, #f47948);
    background: -o-linear-gradient(-45deg, #ed710c, #f47948);
    background: linear-gradient(-45deg, #ed710c, #f47948)
}
.footer-social-icons ul li:hover i {
    color: #fff
}
footer h3.footer-title-style2 {
    margin-bottom: 28px
}
h3.footer-title-style2:after {
    width: 100%;
    border-bottom: 1px dashed #999;
    margin-top: 15px;
    background: none
}
@media screen and (max-width: 767px) {
    footer {
        padding-top: 30px
    }
    footer h3 {
        font-size: 16px
    }
    footer h3.footer-title-style2 {
        margin-bottom: 20px
    }
    h3.footer-title-style {
        margin-bottom: 15px
    }
    .footer-list li a {
        font-size: 14px
    }
    .footer-bar {
        margin-top: 30px
    }
    .footer-bar p {
        font-size: 13px
    }
}
/*# sourceMappingURL=styles-6.css.map */