@import "https://fonts.googleapis.com/css?family=Lato|Montserrat|PT+Serif|Poppins|Raleway";
@import "https://fonts.googleapis.com/css?family=Playfair+Display";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Lato|Montserrat|Open+Sans|PT+Serif|Poppins|Raleway";
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,700";
.text-primary {
    color: #e67417!important
}

.text-white {
    color: #fff!important
}

.text-dark {
    color: #222!important
}

.bg-white {
    background-color: #fff
}

.bg-dark {
    background-color: #071e33
}

.bg-water {
    background-color: transparent
}

.bg-sand {
    background-color: #e5e5e5
}

* {
    outline: 0;
    margin: 0;
    padding: 0
}

html,
* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #848484;
    font-weight: 400
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

p {
    color: #848484;
    font-weight: 400
}

@media(min-width:320px) {
    p {
        font-size: 14px;
        line-height: 28px
    }
}

@media(min-width:768px) {
    p {
        font-size: 14px;
        line-height: 26px
    }
}

a,
span {
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: playfair display, serif;
    text-transform: capitalize;
    margin: 0;
    color: #222
}

h1 {
    font-size: 40px;
    line-height: 1.1
}

h2 {
    font-size: 30px;
    line-height: 1.1
}

h3 {
    font-size: 25px;
    line-height: 1.1
}

h4 {
    font-size: 22px;
    line-height: 1.1
}

h5 {
    font-size: 18px;
    line-height: 1.1
}

h6 {
    font-size: 16px;
    line-height: 1.1
}

img {
    max-width: 100%
}

.container {
    position: relative;
    width: 100%
}

@media(min-width:480px) {
    .container {
        width: 450px
    }
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1140px
    }
}

a {
    color: #848484;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a:hover,
a:focus {
    outline: 0;
    color: #e67417;
    text-decoration: none
}

.main-wrapper {
    overflow-x: hidden
}

@media(min-width:768px) {
    .boxed .main-nav {
        box-shadow: none
    }
}

.boxed .main-wrapper {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    overflow-x: hidden
}

@media(min-width:480px) {
    .boxed .main-wrapper {
        max-width: 520px
    }
}

@media(min-width:768px) {
    .boxed .main-wrapper {
        padding: 0;
        max-width: 728px
    }
}

@media(min-width:992px) {
    .boxed .main-wrapper {
        padding: 0;
        max-width: 970px
    }
}

@media(min-width:1200px) {
    .boxed .main-wrapper {
        padding: 0;
        max-width: 1260px
    }
}

.boxed .home_transparent-wrapper.main-wrapper {
    padding-top: 0
}

@media(min-width:480px) {
    .boxed .navbar-sticky {
        max-width: 520px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media(min-width:768px) {
    .boxed .navbar-sticky {
        max-width: 728px
    }
}

@media(min-width:992px) {
    .boxed .navbar-sticky {
        max-width: 970px
    }
}

@media(min-width:1200px) {
    .boxed .navbar-sticky {
        max-width: 1260px
    }
}

.visible {
    display: block!important
}

.form-control:focus {
    box-shadow: none
}

.btn-cta {
    color: #222!important;
    background-color: #fff
}

.img-full {
    width: 100%
}

.img-circle {
    position: relative;
    border-radius: 50%
}

.bg-image-holder,
.bg-image {
    background-size: cover!important;
    background-position: 50% 50%;
    transition: all .3s linear;
    background: #e5e5e5;
    position: relative
}

::-moz-selection {
    background-color: #e67417;
    color: #fff
}

::selection {
    background-color: #e67417;
    color: #fff
}

.bg-br {
    background-color: #202125
}

.bg-primary {
    background-color: #e67417!important
}

.bg-ghost-white {
    background-color: #f5f5f7
}

.bg-ebony {
    background-color: #2f3238
}

.bg-dark-navy {
    background-color: #071e33!important
}

.no-bg {
    background-color: transparent
}

.primary-color {
    color: #e67417
}

.white-color {
    color: #fff
}

.bordered {
    border: 1px solid #e5e5e5
}

.mb30 {
    margin-bottom: 30px
}

.mt-45 {
    margin-top: 35px
}

@media(min-width:768px) {
    .mt-45 {
        margin-top: 45px
    }
}

.m-tb-35 {
    margin: 36px 0
}

@media(min-width:768px) {
    .m-tb-35 {
        margin: 30px 0
    }
}

@media(min-width:1200px) {
    .m-tb-35 {
        margin: 36px 0
    }
}

.mb-35 {
    margin-bottom: 35px
}

.mb-45 {
    margin-bottom: 25px
}

@media(min-width:768px) {
    .mb-45 {
        margin-bottom: 35px
    }
}

@media(min-width:992px) {
    .mb-45 {
        margin-bottom: 45px
    }
}

.spacing45 {
    margin-top: 35px
}

@media(min-width:768px) {
    .spacing45 {
        margin-top: 0
    }
}

@media(min-width:1200px) {
    .spacing45 {
        margin-left: 12px;
        margin-top: 0
    }
}

.no-padding {
    padding: 0!important
}

.pv50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pv100 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media(min-width:992px) {
    .pv100 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px
}

@media(min-width:992px) {
    .section-padding {
        padding-top: 95px;
        padding-bottom: 100px
    }
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pb50 {
    padding-bottom: 50px
}

.pv30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pt100 {
    padding-top: 100px
}

.pb100 {
    padding-bottom: 100px
}

.bold {
    font-weight: 700!important
}

.semi-bold {
    font-weight: 600!important
}

.medium {
    font-weight: 500!important
}

.media {
    position: relative
}

.media .media-body {
    background: #fff
}

.media .media-body .media-date {
    font-family: open sans, sans-serif;
    color: #848484
}

.media .media-body h5 {
    font-size: 22px
}

.media .media-body h5.small {
    font-size: 15px
}

.media .media-body p {
    font-family: open sans, sans-serif;
    color: #848484
}

.side-menu .side-menu-margin {
    margin-bottom: 50px
}

@media(min-width:992px) {
    .side-menu .side-menu-margin {
        margin-bottom: 0
    }
}

.side-menu.portfolio-details-list li {
    padding: 10px 0;
    margin: 5px 0
}

.side-menu li {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    font: 600 14px open sans, sans-serif
}

.side-menu li a {
    padding: 15px 0;
    color: gray;
    transition: .4s;
    width: 100%
}

.side-menu li a:hover {
    color: #e67417
}

.side-menu li a:hover i.fa {
    margin-right: 20px;
    color: #e67417
}

.side-menu li a i.fa {
    margin-right: 15px;
    transition: .4s
}

.sidebar-search {
    position: relative
}

.sidebar-search input {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #e5e5e5
}

.sidebar-search input::-webkit-input-placeholder {
    color: #848484
}

.sidebar-search input:-moz-placeholder {
    color: #848484
}

.sidebar-search input::-moz-placeholder {
    color: #848484
}

.sidebar-search input:-ms-input-placeholder {
    color: #848484
}

.sidebar-search .btn-search {
    top: 13px
}

.tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.tag-list .btn.tag-btn {
    padding: 13px 10px;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
    line-height: 22px;
    color: #949495;
    text-transform: capitalize;
    font-weight: 400
}

@media(min-width:992px) {
    .tag-list .btn.tag-btn {
        font-size: 14px
    }
    .tag-list .btn.tag-btn:hover {
        color: #fff
    }
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hover-overlay {
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media(min-width:768px) {
    .hover-overlay {
        height: 30%
    }
}

@media(min-width:1200px) {
    .hover-overlay {
        height: 100%;
        display: block
    }
}

.hover-overlay.effect-transformY {
    background: rgba(58, 110, 233, .85)
}

@media(min-width:1200px) {
    .hover-overlay.effect-transformY {
        -webkit-transform: translateY(110%);
        transform: translateY(110%)
    }
}

.hover-overlay.effect-scale {
    background-color: #e67417;
    opacity: .86
}

@media(min-width:1200px) {
    .hover-overlay.effect-scale {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.hover-overlay .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:1200px) {
    .hover-overlay .social-icons {
        display: block;
        position: absolute;
        bottom: 30px;
        width: 100%
    }
}

.hover-overlay .social-icons .icon {
    margin: 0 5px
}

@media(min-width:768px) {
    .hover-overlay .social-icons .icon {
        margin: 0 3px
    }
}

@media(min-width:992px) {
    .hover-overlay .social-icons .icon {
        margin: 0 5px
    }
}

.hover-overlay a.icon {
    color: #fff
}

.icon-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 5px;
    transition: .4s
}

@media(min-width:768px) {
    .icon-circle {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

@media(min-width:1200px) {
    .icon-circle {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media(min-width:1200px) {
    .card:hover .hover-overlay.effect-transformY,
    .card_img:hover .hover-overlay.effect-transformY {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media(min-width:1200px) {
    .card:hover .hover-overlay.effect-scale,
    .card_img:hover .hover-overlay.effect-scale {
        height: 100%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.primary-overlay,
.custom-overlay {
    position: relative
}

.primary-overlay:before,
.custom-overlay:before {
    background-color: #e67417;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .75
}

.section-title-md {
    font-size: 36px
}

.section-title-sm {
    font-size: 24px;
    margin-bottom: 20px
}

.section-title-sm.sep {
    padding-bottom: 20px
}

.sep {
    position: relative;
    padding-bottom: 30px
}

.sep:before {
    position: absolute;
    background-color: #e67417;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0
}

.border-gray {
    border-color: rgba(132, 132, 132, .15)
}

.highlighter {
    background: #282c34;
    padding: 0 10px;
    border-radius: 4px;
    font-family: Consolas, Monaco, andale mono, ubuntu mono, monospace!important;
    display: inline-block
}

body.boxed {
    margin: 0 auto;
    position: relative
}

@media(min-width:992px) {
    body.boxed {
        max-width: 970px
    }
}

@media(min-width:1200px) {
    body.boxed {
        max-width: 1260px
    }
}

body.boxed .main-wrapper {
    background: #fff
}

.btn-search {
    background: 0 0;
    border: 0;
    position: absolute;
    top: 16px;
    right: 15px;
    color: #848484;
    cursor: pointer
}

.b-element .bredcrumb,
.kit .bredcrumb {
    padding: 50px 0
}

@media(min-width:992px) {
    .b-element .bredcrumb,
    .kit .bredcrumb {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.b-element .bredcrumb h2,
.b-element .bredcrumb p,
.kit .bredcrumb h2,
.kit .bredcrumb p {
    color: #fff
}

.b-element .bredcrumb .bredcrumb-inner,
.kit .bredcrumb .bredcrumb-inner {
    margin: -50px 0
}

.element-sidenav {
    display: block;
    margin-bottom: 80px
}

.element-sidenav .nav-item {
    height: 42px;
    background: #f7f7f7;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.element-sidenav .nav-item>a.nav-link {
    font-size: 16px;
    padding: 0 20px;
    display: block;
    width: 100%;
    font-weight: 700;
    color: #222
}

.element-sidenav .nav-item>a.nav-link .fa {
    padding-right: 10px;
    font-size: 14px
}

.element-sidenav .nav-item>a.nav-link:hover {
    color: #e67417
}

.element-sidenav .nav-item.active {
    background-color: #fff;
    border-left: 0
}

.element-sidenav .nav-item.active>a.nav-link {
    color: #e67417
}

.element-sidenav .nav-item:last-child {
    border-bottom: 1px solid #e5e5e5
}

.element_single .card.single-block {
    margin-bottom: 30px;
    border: 0;
    border-radius: 0;
    background-color: #e5e5e5
}

.element_single .card.single-block .card-header {
    padding: 20px;
    border-bottom: 0;
    border-radius: 0;
    background-color: #e5e5e5;
    position: relative
}

@media(min-width:992px) {
    .element_single .card.single-block .card-header {
        padding: 20px 25px
    }
}

.element_single .card.single-block .card-header h3 {
    font-family: lato, sans-serif;
    font-size: 20px;
    max-width: 60%;
    font-style: normal
}

@media(min-width:768px) {
    .element_single .card.single-block .card-header h3 {
        font-size: 25px;
        max-width: 100%
    }
}

.element_single .card.single-block .card-header h3 a {
    color: #848484;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(min-width:768px) {
    .element_single .card.single-block .card-header h3 a {
        float: right;
        right: 0;
        position: relative;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.element_single .card.single-block .card-block {
    padding: 0
}

.element_single .card.single-block .card-block .code_container {
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid rgba(2, 2, 2, .09);
    padding: 10px 20px
}

.element_single .card.single-block .card-block .code_container h5 {
    font-family: lato, sans-serif;
    color: #848484;
    font-size: 18px;
    line-height: 60px;
    text-transform: unset
}

.element_single .card.single-block .card-block .code_container p {
    color: #222
}

.element_single .card.single-block .card-block .code_container ul {
    padding: 10px 15px 20px
}

.element_single .card.single-block .card-block .code_container ul li {
    color: #222;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 26px
}

.element_single .card.single-block .card-block .code_container ul li:before {
    content: "\f10c";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 14px;
    color: #848484;
    margin-left: -24px;
    width: 24px
}

.element_single .card.single-block .card-block .code_container .s {
    color: #e6db74
}

.element_single .card.single-block .card-block .code_container .nt {
    color: #f92672
}

.element_single .card.single-block .card-block .code_container .na {
    color: #a6e22e
}

.element_single .card.single-block pre {
    margin: 10px 0;
    background-color: #282c34;
    color: #abb2bf
}

.element_single .card.single-block pre code {
    color: #abb2bf;
    font-size: 14px
}

.element_single .display-single_element {
    margin-bottom: 80px
}

.element_single .display-single_element>p {
    font-size: 15px;
    margin-bottom: 15px
}

.element_single .dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #fff;
    margin-top: 0;
    padding: 5px 20px;
    opacity: 1;
    transition: opacity .3s ease-in-out, -webkit-transform .3s;
    transition: transform .3s, opacity .3s ease-in-out;
    transition: transform .3s, opacity .3s ease-in-out, -webkit-transform .3s
}

@media(min-width:768px) {
    .element_single .dropdown-menu {
        display: none
    }
}

@media(min-width:768px) {
    .element_single .show .dropdown-menu {
        display: block
    }
}

.element_single .progress {
    margin: 10px 0
}

.element_single .bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-width: .2rem
}

.element_single .scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

#cards_element footer {
    padding: 20px
}

hr.hr_narrow {
    width: 15%;
    height: 2px;
    border-width: 2px;
    border-color: #e67417
}

@media(min-width:768px) {
    hr.hr_narrow {
        width: 7%
    }
}

.hr_color,
.hr_color hr {
    color: #fff;
    background: #fff
}

hr.hr-inline {
    display: inline-block
}

.footer.element-footer .copyright p {
    color: #848484
}

.card.card-accordion {
    margin: 10px 0
}

.card.card-accordion .card-header {
    padding: 0;
    border-radius: 0;
    border: 0
}

.card.card-accordion .card-header h6 {
    position: relative
}

.card.card-accordion .card-header h6 a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card.card-accordion .card-header a {
    display: block;
    padding: 15px 20px;
    line-height: 24px;
    background-color: #e67417;
    color: #fff;
    border: 1px solid #e67417;
    border-radius: 2px
}

.card.card-accordion .card-header a[data-toggle=collapse]:after {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\f106';
    float: right;
    line-height: 1;
    width: 22px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: 15px
}

.card.card-accordion .card-header a.collapsed {
    line-height: 24px;
    color: #222;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5
}

.card.card-accordion .card-header a[data-toggle=collapse].collapsed:after {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\f107'
}

.card.card-accordion .card-block {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 30px 20px;
    font-size: 15px;
    line-height: 26px
}

.icon-left.card.card-accordion .card-header {
    padding: 0;
    border-radius: 0;
    border: 0
}

.icon-left.card.card-accordion .card-header a {
    display: block;
    padding: 15px 20px;
    line-height: 24px;
    padding-left: 50px;
    border-radius: 2px
}

.icon-left.card.card-accordion .card-header.header-inverse a {
    background-color: #fff;
    color: #e67417;
    border: 1px solid #e67417
}

.icon-left.card.card-accordion .card-header a[data-toggle=collapse]:after {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\f106';
    float: left;
    line-height: 1;
    width: 22px;
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 15px
}

.icon-left.card.card-accordion .card-header a.collapsed {
    line-height: 24px;
    color: #222;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5
}

.icon-left.card.card-accordion .card-header a[data-toggle=collapse].collapsed:after {
    font-family: FontAwesome;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: '\f107'
}

#buttons .display-single_element .btn {
    margin: 0 5px 10px 0
}

.btn {
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  font: 700 14px/50px open sans,sans-serif;
  height: 50px;
  padding: 0 35px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  background-color: #E67417;
  color: white;
}

.btn.focus,
.btn:focus,
.btn.active,
.btn:active,
.btn:hover {
    box-shadow: none;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08)
}

.btn.btn-rounded {
    border-radius: 40px
}

.btn i {
    font-size: inherit
}

.btn-primary {
    background-color: #e67417;
    color: #fff
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
    background-color: #fff!important;
    color: #e67417!important
}

.btn-transparent {
    color: #222;
    background-color: #fff;
    border: 1px solid #e5e5e5
}

.btn-transparent:hover {
    background-color: #e67417;
    color: #fff;
    border-color: #e67417
}

.btn-white {
    color: #222;
    background-color: #fff
}

.btn-white:hover {
    color: #e67417
}

.btn-secondary {
    background-color: #e5e5e5;
    color: #222;
    border: 1px solid #dedede
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active {
    background-color: #e5e5e5;
    color: #222;
    border: 1px solid #dedede
}

.btn-success {
    background-color: #49c32c;
    border: 1px solid #49c32c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active {
    background-color: #49c32c;
    border: 1px solid #49c32c
}

.btn-info {
    background-color: #439fdb;
    border: 1px solid #439fdb
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active {
    background-color: #439fdb;
    border: 1px solid #439fdb
}

.btn-warning {
    background-color: #eabf38;
    border: 1px solid #eabf38
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active {
    background-color: #eabf38;
    border: 1px solid #eabf38
}

.btn-danger {
    background-color: #f55c5d;
    border: 1px solid #f55c5d
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active {
    background-color: #f55c5d;
    border: 1px solid #f55c5d
}

.btn-light {
    color: #848484
}

.btn-link {
    color: #000
}

.btn-inverse {
    background-color: #323f41;
    border: 1px solid #323f41;
    color: #fff
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.active,
.btn-inverse:active {
    background-color: #323f41;
    border: 1px solid #323f41
}

.btn-primary-outlined {
    background-color: transparent;
    color: #e67417;
    border: 1px solid #e67417
}

.btn-primary-outlined:hover,
.btn-primary-outlined:focus,
.btn-primary-outlined.active,
.btn-primary-outlined:active {
    background-color: #e67417;
    color: #fff
}

.btn-secondary-outlined {
    background-color: transparent;
    color: #222;
    border: 1px solid #dedede
}

.btn-secondary-outlined:hover,
.btn-secondary-outlined:focus,
.btn-secondary-outlined.active,
.btn-secondary-outlined:active {
    background-color: #e5e5e5;
    color: #222
}

.btn-success-outlined {
    background-color: transparent;
    color: #49c32c;
    border: 1px solid #49c32c
}

.btn-success-outlined:hover,
.btn-success-outlined:focus,
.btn-success-outlined.active,
.btn-success-outlined:active {
    background-color: #49c32c;
    color: #fff
}

.btn-info-outlined {
    background-color: transparent;
    color: #439fdb;
    border: 1px solid #439fdb
}

.btn-info-outlined:hover,
.btn-info-outlined:focus,
.btn-info-outlined.active,
.btn-info-outlined:active {
    background-color: #439fdb;
    color: #fff
}

.btn-warning-outlined {
    background-color: transparent;
    color: #eabf38;
    border: 1px solid #eabf38
}

.btn-warning-outlined:hover,
.btn-warning-outlined:focus,
.btn-warning-outlined.active,
.btn-warning-outlined:active {
    background-color: #eabf38;
    color: #fff
}

.btn-danger-outlined {
    background-color: transparent;
    color: #f55c5d;
    border: 1px solid #f55c5d
}

.btn-danger-outlined:hover,
.btn-danger-outlined:focus,
.btn-danger-outlined.active,
.btn-danger-outlined:active {
    background-color: #f55c5d;
    color: #fff
}

.btn-inverse-outlined {
    background-color: transparent;
    color: #323f41;
    border: 1px solid #323f41
}

.btn-inverse-outlined:hover,
.btn-inverse-outlined:focus,
.btn-inverse-outlined.active,
.btn-inverse-outlined:active {
    background-color: #323f41;
    color: #fff
}

.btn.btn-sm {
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px
}

.btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px
}

.btn.btn-lg {
    height: 50px;
    line-height: 50px;
    padding: 0 35px
}

.btn.btn-default {
    height: 50px;
    line-height: 50px;
    padding: 0 30px
}

.btn.btn-icon i {
    margin-right: 5px
}

.btn-facebook {
    background-color: #3b5999
}

.btn-twitter {
    background-color: #55acee
}

.btn-social {
    font-size: 16px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    margin: 0 auto;
    line-height: 32px;
    display: inline-block
}

.btn-social i {
    margin-right: 0;
    color: #fff
}

.btn-social.btn-cicle {
    border-radius: 50%
}

.btn-social.rounded {
    border-radius: 4px
}

.btn-social.titled {
    text-transform: capitalize;
    width: auto;
    height: 35px;
    border-radius: 0;
    padding: 0 20px;
    line-height: 35px;
    color: #fff
}

.btn-social.titled i {
    margin-right: 5px
}

.btn-social.facebook {
    background-color: #3b5999
}

.btn-social.twitter {
    background-color: #55acee
}

.btn-social.pinterest {
    background-color: #bd081c
}

.btn-social.skype {
    background-color: #00aff0
}

.btn-social.linkedin {
    background-color: #0077b5
}

.btn-social.google-plus {
    background-color: #dd4b39
}

.btn-social.youtube {
    background-color: #cc181e
}

.btn-social.btn-social-o:hover {
    background-color: transparent;
    box-shadow: none
}

.btn-social.btn-social-o:hover.facebook {
    color: #3b5999
}

.btn-social.btn-social-o:hover.twitter {
    color: #55acee
}

.btn-social.btn-social-o:hover.pinterest {
    color: #bd081c
}

.btn-social.btn-social-o:hover.skype {
    color: #00aff0
}

.btn-social.btn-social-o:hover.linkedin {
    color: #0077b5
}

.btn-social.btn-social-o:hover.google-plus {
    color: #dd4b39
}

.btn-social.btn-social-o:hover.youtube {
    color: #cc181e
}

.btn-social.outlined {
    background-color: #fff
}

.btn-social.outlined i.fa {
    color: inherit
}

.btn-social.outlined.facebook {
    color: #3b5999;
    border: 1px solid;
    border-color: #3b5999
}

.btn-social.outlined.facebook:hover {
    background-color: #3b5999;
    color: #fff
}

.btn-social.outlined.twitter {
    color: #55acee;
    border: 1px solid;
    border-color: #55acee
}

.btn-social.outlined.twitter:hover {
    background-color: #55acee;
    color: #fff
}

.btn-social.outlined.pinterest {
    color: #bd081c;
    border: 1px solid;
    border-color: #bd081c
}

.btn-social.outlined.pinterest:hover {
    background-color: #bd081c;
    color: #fff
}

.btn-social.outlined.skype {
    color: #00aff0;
    border: 1px solid;
    border-color: #00aff0
}

.btn-social.outlined.skype:hover {
    background-color: #00aff0;
    color: #fff
}

.btn-social.outlined.linkedin {
    color: #0077b5;
    border: 1px solid;
    border-color: #0077b5
}

.btn-social.outlined.linkedin:hover {
    background-color: #0077b5;
    color: #fff
}

.btn-social.outlined.google-plus {
    color: #dd4b39;
    border: 1px solid;
    border-color: #dd4b39
}

.btn-social.outlined.google-plus:hover {
    background-color: #dd4b39;
    color: #fff
}

.btn-social.outlined.youtube {
    color: #cc181e;
    border: 1px solid;
    border-color: #cc181e
}

.btn-social.outlined.youtube:hover {
    background-color: #cc181e;
    color: #fff
}

.socialLink a {
    height: 45px;
    width: 45px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    background: 0 0;
    color: #848484;
    line-height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 132, .5)
}

.socialLink a:focus,
.socialLink a:hover,
.socialLink a.active,
.socialLink a:active {
    background-color: #e67417;
    border: 1px solid #e67417;
    color: #fff;
    opacity: 1
}

@media(min-width:768px) {
    .socialLink a {
        height: 30px;
        width: 30px;
        font-size: 14px;
        line-height: 30px
    }
}

@media(min-width:992px) {
    .socialLink a {
        height: 45px;
        width: 45px;
        font-size: 16px;
        line-height: 44px
    }
}

.footer-dark .socialLink a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    opacity: .7
}

.footer-dark .socialLink a:focus,
.footer-dark .socialLink a:hover,
.footer-dark .socialLink a.active,
.footer-dark .socialLink a:active {
    background-color: #e67417;
    border: 1px solid #e67417;
    color: #fff;
    opacity: 1
}

.alert {
    padding: 20px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0;
    font-size: 15px
}

@media(min-width:768px) {
    .alert {
        font-size: 18px
    }
}

.alert p {
    color: #848484
}

.alert a.alert-link {
    color: #222;
    font-weight: 500
}

.alert-success {
    background-color: rgba(73, 195, 44, .25);
    border-color: #49c32c;
    color: #49c32c
}

.alert-info {
    background-color: rgba(67, 159, 219, .25);
    border-color: #439fdb;
    color: #439fdb
}

.alert-warning {
    background-color: rgba(234, 191, 56, .25);
    border-color: #eabf38;
    color: #eabf38
}

.alert-danger {
    background-color: rgba(245, 92, 93, .25);
    border-color: #f55c5d;
    color: #f55c5d
}

.iconic-alert .alert {
    padding: 10px 20px
}

.iconic-alert i {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 10px
}

.iconic-alert .alert-success i {
    background: #49c32c
}

.iconic-alert .alert-info i {
    background: #439fdb
}

.iconic-alert .alert-warning i {
    background: #eabf38
}

.iconic-alert .alert-danger i {
    background: #f55c5d
}

.alert-dismissible .close {
    position: relative;
    right: -1.25rem;
    padding: 17px 20px;
    color: inherit;
    font-size: 25px;
    opacity: .8;
    top: -.4em
}

.anim_item {
    position: relative;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 60px 20px 30px;
    margin-top: 50px;
    margin-bottom: 50px
}

.anim_item .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.anim_item:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.anim_item h5 {
    margin-bottom: 10px
}

@-webkit-keyframes dropdown-show {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes dropdown-show {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes megamenu-show {
    0% {
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes megamenu-show {
    0% {
        -webkit-transform: translate3d(0, -9px, 0);
        transform: translate3d(0, -9px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.bg-gradient-navy {
    background-image: linear-gradient(0deg, #0a233b 0%, #1a3550 50%, #0a233b 100%)
}

.h300 {
    position: relative;
    height: 300px
}

.bg-gray-lineargradient {
    background-repeat: repeat-x;
    background-image: linear-gradient(180deg, #fff, #dbdbdb)
}

.bg-blue-lineargradient,
.bg-image:after,
.default-overlay:after {
    background: linear-gradient(to bottom, rgba(58, 110, 233, .8) 0%, rgba(58, 110, 233, .1) 42%, rgba(58, 110, 233, .1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc3a6ee9', endColorstr='#1a3a6ee9', GradientType=0);
    background-repeat: repeat-x
}

.bg-green-gradient {
    background-image: linear-gradient(to bottom, rgba(51, 152, 220, .5) 0%, rgba(114, 192, 44, .8) 100%);
    background-repeat: repeat-x
}

.bg-black-gradient-opacity {
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .9) 100%);
    background-repeat: repeat-x
}

.bg-image-holder,
.bg-image {
    background-size: cover!important;
    background-position: 50% 0;
    transition: all .3s linear;
    background: #e5e5e5;
    position: relative
}

.bg-image,
.default-overlay {
    position: relative;
    z-index: 1
}

.bg-image:before,
.default-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e67417;
    opacity: .7;
    z-index: -1
}

.bg-image:after,
.default-overlay:after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -2
}

.bg-fixed {
    background-attachment: fixed
}

.bg-center {
    background-attachment: center 50%
}

.bg-left {
    background-attachment: left 50%
}

.bg-right {
    background-attachment: right 50%
}

.bg-image .overlay-content {
    position: relative;
    z-index: 5
}

.bg-video {
    position: relative;
    height: 400px;
    overflow: hidden
}

.bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../../../../demosthenes.info/assets/images/polina.html) no-repeat;
    background-size: cover;
    transition: 1s opacity
}

.list-group-item {
    border-radius: 0!important;
    font-size: 15px;
    display: inline-block;
    padding: 15px 20px;
    color: #848484;
    border: 0;
    margin: 0;
    border-top: 1px solid rgba(132, 132, 132, .25)
}

.list-group-item.active {
    margin-bottom: -1px;
    background-color: #e67417;
    border-color: #e67417
}

.list-group-item.active>a {
    color: #fff
}

.list-group-item:first-child {
    border-top: 0
}

.list-group-item a {
    display: block;
    width: 100%
}

.list-group-item a:hover .badge {
    color: #e67417
}

.list-group-item i {
    font-size: 14px;
    margin-right: 8px
}

.list-group-item .badge {
    color: #848484;
    float: right;
    font-size: 15px;
    font-weight: 400;
    transition: color .3s ease
}

.list-group-item .badge.badge-default {
    color: #fff
}

.no-border .list-group-item {
    border: 0;
    padding: 0 0 20px
}

.list-group-item-primary {
    background-color: rgba(58, 110, 233, .75)
}

.list-group-item-primary a {
    color: #e67417
}

.list-group-item-success {
    background-color: rgba(73, 195, 44, .75)
}

.list-group-item-success a {
    color: #49c32c
}

.list-group-item-info {
    background-color: rgba(67, 159, 219, .75)
}

.list-group-item-info a {
    color: #439fdb
}

.list-group-item-warning {
    background-color: rgba(234, 191, 56, .75)
}

.list-group-item-warning a {
    color: #eabf38
}

.list-group-item-danger {
    background-color: rgba(245, 92, 93, .75)
}

.list-group-item-danger a {
    color: #f55c5d
}

.icon-v1,
.icon-v2,
.icon-v3,
.icon-v4 {
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all .2s ease-in-out;
    color: #6c6c6c
}

.icon-xs {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px
}

.icon-sm {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px
}

.icon-v2 {
    border-style: solid;
    border: solid 1px #eee
}

.icon-v2.icon-xs {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px
}

.icon-v2.icon-sm {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.icon-v3 {
    background-color: #eee
}

.icon-v3.icon-xs {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px
}

.icon-v3.icon-sm {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.icon-v4 {
    padding: 4px;
    background: 0 0!important;
    border: solid 1px #eee;
    transition: all .1s ease-in-out
}

.icon-v4.icon-xs {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 30px
}

.icon-v4.icon-sm {
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 40px
}

.icon-v4 .icon-v4-inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #eee
}

.image_container {
    overflow: hidden
}

.image_container.image_circle {
    width: 300px;
    height: 300px;
    border-radius: 50%
}

.image_container.image_circle img {
    max-width: 100%
}

.image_container img {
    max-width: 100%
}

.image_container img.image_rounded {
    border-radius: 4px
}

.image_container img.image_bordered {
    padding: 5px;
    border: 1px solid #e5e5e5
}

#image.element_single .display-single_element>p {
    margin-bottom: 0
}

#image.element_single .display-single_element .image_container {
    margin-top: 30px
}

.input-group .form-check-label {
    margin-bottom: 0
}

.input-group .input-group-addon input[type=checkbox],
.input-group .input-group-addon input[type=radio] {
    margin-top: 6px
}

.input-group .form-check {
    margin-bottom: 0
}

.input-group .form-check .checkbox-custom+.checkbox-custom-label:before,
.input-group .form-check .radio-custom+.radio-custom-label:before {
    margin-right: 0
}

label {
    font-size: 15px
}

.input-group-addon {
    border-radius: 0;
    background: #e5e5e5;
    padding-left: 17px;
    padding-right: 17px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #848484
}

input.form-control {
    font-size: 15px;
    color: #848484
}

.cr-addon .input-group {
    margin-bottom: 30px
}

[class*=heading-] {
    position: relative
}

.heading:before,
.heading:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 100%;
    height: 0;
    border-top-width: 1px;
    border-color: inherit
}

.heading.heading-v1:before {
    top: 48%;
    border-top-style: solid
}

.heading.heading-v1:after {
    top: 58%;
    border-top-style: solid
}

.heading-v1-title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 18px;
    background-color: inherit;
    z-index: 2
}

.text-center .heading-v1-title {
    padding-right: 18px;
    padding-left: 18px
}

.text-right .heading-v1-title {
    padding-right: 0;
    padding-left: 18px
}

#cards_element .card {
    margin-bottom: 30px
}

#cards_element .card .display-single_element p {
    margin-bottom: -10px
}

.card {
    border: 0;
    border-radius: 0;
    overflow: hidden
}

.card .card_img {
    position: relative;
    width: 100%;
    overflow: hidden
}

.card .card-img {
    border-radius: 0
}

.card .card-title {
    margin: 0;
    padding: 15px 0 10px;
    transition: all .3s ease
}

.card .card-title:hover {
    color: #e67417
}

.card .card-block {
    padding: 10px 0 0
}

.card .card-block p.card-text {
    padding: 15px 0
}

.card.img-mid .card_img {
    padding: 20px 0
}

.card.img-mid .card-title {
    padding-top: 0
}

.card.img-mid .card-block {
    padding: 0
}

.card.img-mid .card-block p.card-text {
    padding: 0 0 15px
}

.card.img-bottom .card_img {
    padding-top: 25px
}

.card.img-bottom .card-title {
    padding-top: 0!important
}

.card .card-img-overlay p.card-text {
    color: #fff
}

.card.card-inverse:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 20, 20, .7)
}

.card ul.list-inline li {
    margin-right: 10px
}

.card ul.list-inline li:last-child {
    margin-right: 0
}

.card ul.list-inline li i {
    margin-right: 5px
}

.card.text-white .card-title,
.card.text-white .card-text {
    color: #fff
}

.card.card-body {
    border: 1px solid #e5e5e5
}

.card.card-style3 .card-block {
    z-index: 55;
    margin: -40px auto 0;
    background: #fff;
    border: 1px solid transparent;
    padding: 30px;
    padding-bottom: 50px;
    width: 85%;
    transition: all .3s ease
}

.card.card-style3 .card-block:before {
    bottom: 35px;
    height: 2px;
    background-color: #e5e5e5
}

.card.card-style3:hover .card-block {
    border: 1px solid #e5e5e5
}

.card .card-ribbon {
    width: 200px;
    padding: 2px 5px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    z-index: 1
}

.card .card-ribbon.card-ribbon-top {
    top: 20px
}

.card .card-ribbon.card-ribbon-top.card-ribbon-left {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.card .card-ribbon.card-ribbon-top.card-ribbon-right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.card .card-ribbon.card-ribbon-bottom {
    bottom: 20px
}

.card .card-ribbon.card-ribbon-bottom.card-ribbon-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.card .card-ribbon.card-ribbon-bottom.card-ribbon-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.card .card-ribbon.card-ribbon-left {
    left: -70px
}

.card .card-ribbon.card-ribbon-right {
    right: -70px
}

.date-holder {
    position: absolute;
    top: 15px;
    font-size: 14px;
    color: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 13px;
    left: 15px
}

.date-holder span {
    font-family: montserrat, sans-serif;
    font-size: 22px;
    display: block
}

.date-holder::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #e67417;
    bottom: -20px;
    left: 0
}

.card_img {
    position: relative;
    overflow: hidden
}

.count-down {
    position: relative
}

.count-down h2 {
    font-size: 40px;
    margin-bottom: 30px
}

.count-down .simple_timer {
    width: 100%;
    color: #222;
    text-align: center
}

.count-down .table-cell {
    margin: 15px 15px 0 0;
    display: inline-block!important;
    text-align: center
}

.count-down .table-cell .tab-val {
    width: 100px;
    height: 100px;
    line-height: 110px;
    font-size: 60px;
    display: inline-block!important;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    font-weight: 700;
    font-family: 'pt serif', serif
}

.count-down .table-cell .tab-metr {
    display: none
}

.count-down.titled .table-cell {
    position: relative;
    height: 130px
}

.count-down.titled .table-cell .tab-val {
    width: 130px;
    height: 130px;
    background-color: transparent
}

.count-down.titled .table-cell .tab-metr {
    display: block;
    margin-top: -40px;
    line-height: 22px;
    font-size: 16px;
    text-transform: capitalize;
    color: #222
}

.count-down.circled .tab-val {
    border-radius: 50%
}

.count-down.colored-bg {
    padding: 80px 50px
}

.count-down.colored-bg .tab-val {
    width: 130px;
    height: 130px;
    background-color: #fff!important;
    border: 0
}

.count-down.bg-image {
    position: relative;
    padding: 80px 50px
}

.count-down.bg-image .tab-val {
    width: 130px;
    height: 130px;
    background-color: #fff!important;
    border: 0
}

.count-down.bg-image.shadow:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(53, 63, 65, .9)
}

.fun-text {
    position: relative;
    display: block;
    margin-top: 15px
}

@media(min-width:768px) {
    .fun-text {
        display: inline-block;
        margin-right: 0
    }
}

.fun-text:last-child {
    margin-right: 0
}

@media(min-width:768px) {
    .fun-text {
        margin-right: 80px
    }
}

.fun-text span {
    font-size: 50px;
    color: #222;
    font-weight: 400;
    padding: 20px 0;
    display: inline-block
}

.fun-text p {
    font-size: 16px;
    line-height: 22px;
    color: #222
}

.bg-primary .fun-text span,
.bg-primary .fun-text p {
    color: #fff
}

.home-carousel .owl-dots,
.service-carousel .owl-dots,
.carousel-style-one .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.home-carousel .owl-dots .owl-dot,
.service-carousel .owl-dots .owl-dot,
.carousel-style-one .owl-dots .owl-dot {
    width: 41px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    height: 15px
}

.home-carousel .owl-dots .owl-dot:before,
.service-carousel .owl-dots .owl-dot:before,
.carousel-style-one .owl-dots .owl-dot:before {
    background: #fff;
    content: "";
    height: 3px;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    position: absolute;
    opacity: 0
}

.home-carousel .owl-dots .owl-dot:after,
.service-carousel .owl-dots .owl-dot:after,
.carousel-style-one .owl-dots .owl-dot:after {
    background: #ffffff40;
    content: "";
    height: 3px;
    width: 100%;
    left: 0;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    position: absolute;
    z-index: -1
}

.home-carousel .owl-dots .owl-dot.active:before,
.service-carousel .owl-dots .owl-dot.active:before,
.carousel-style-one .owl-dots .owl-dot.active:before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.carousel-style-one .carousel-item {
    height: 300px
}

@media(min-width:768px) {
    .carousel-style-one .carousel-item {
        height: 350px;
        padding: 0 50px
    }
}

@media(min-width:992px) {
    .carousel-style-one .carousel-item {
        height: 400px
    }
}

.carousel-style-one .carousel-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.carousel-style-one .carousel-description h1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px
}

@media(min-width:768px) {
    .carousel-style-one .carousel-description h1 {
        font-size: 35px;
        line-height: 55px
    }
}

@media(min-width:992px) {
    .carousel-style-one .carousel-description h1 {
        font-size: 40px;
        line-height: 55px
    }
}

.carousel-style-one .carousel-description p {
    font-family: open sans, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 300
}

@media(min-width:768px) {
    .carousel-style-one .carousel-description p {
        font-size: 16px;
        line-height: 28px;
        padding: 30px 0 37px;
        margin-bottom: 0
    }
}

.carousel-style-one .carousel-description .slider-btn .common-btn {
    padding: 0 13px;
    font-size: 10px;
    font-weight: 700;
    height: 30px;
    line-height: 30px
}

@media(min-width:768px) {
    .carousel-style-one .carousel-description .slider-btn .common-btn {
        height: 50px;
        padding: 0 40px;
        line-height: 50px;
        font-size: 14px
    }
}

.carousel-style-one .owl-dots {
    bottom: 5%
}

.display-single_element .service-carousel .owl-nav .owl-next,
.display-single_element .service-carousel .owl-nav .owl-prev {
    color: #4e5055
}

.service-carousel {
    position: relative;
    padding-bottom: 80px
}

.service-carousel .owl-nav {
    position: absolute;
    bottom: -30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-carousel .owl-nav .owl-next,
.service-carousel .owl-nav .owl-prev {
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #4e5055;
    border-radius: 50%;
    color: #e1e1e2;
    cursor: pointer;
    transition: .4s;
    margin: 0 5px
}

.service-carousel .owl-nav .owl-next:hover,
.service-carousel .owl-nav .owl-prev:hover {
    border-color: #e67417;
    color: #e67417
}

.service-carousel .owl-dots .owl-dot:before {
    background: #e67417
}

.service-carousel .owl-dots .owl-dot:after {
    background: #636467
}

.testimonial-carousel {
    padding-top: 190px;
    margin-top: 20px;
    position: relative
}

@media(min-width:768px) {
    .testimonial-carousel {
        padding-top: 120px
    }
}

.testimonial-carousel p {
    padding-bottom: 13px
}

.testimonial-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media(min-width:768px) {
    .testimonial-carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.testimonial-carousel .owl-dots .owl-dot {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 100px;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    transition: .4s
}

@media(min-width:768px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px;
        position: relative;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        height: 100%;
        width: 100%;
        display: block;
        visibility: visible
    }
}

@media(min-width:768px) {
    .testimonial-carousel .owl-dots .owl-dot::before {
        background: #162632;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: .4;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }
}

.testimonial-carousel .owl-dots .owl-dot.active {
    display: block;
    visibility: visible
}

@media(min-width:768px) {
    .testimonial-carousel .owl-dots .owl-dot.active {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    .testimonial-carousel .owl-dots .owl-dot.active::before {
        opacity: 0
    }
}

.testimonial-carousel .owl-dots .owl-dot img {
    display: block;
    width: 100%
}

@media(min-width:992px) {
    .testimonial-carousel .owl-dots .owl-dot img {
        width: auto
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 33%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(min-width:768px) {
    .testimonial-carousel .owl-nav {
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
    position: relative;
    left: 0;
    font-size: 27px;
    padding: 10px;
    color: #d9d9d9;
    transition: .4s
}

@media(min-width:768px) {
    .testimonial-carousel .owl-nav .owl-next,
    .testimonial-carousel .owl-nav .owl-prev {
        left: -30%;
        position: absolute;
        font-size: 30px
    }
}

@media(min-width:992px) {
    .testimonial-carousel .owl-nav .owl-next,
    .testimonial-carousel .owl-nav .owl-prev {
        left: -15%
    }
}

.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover {
    color: #e67417
}

.testimonial-carousel .owl-nav .owl-next::before,
.testimonial-carousel .owl-nav .owl-prev::before {
    content: '|';
    right: 0;
    position: absolute
}

@media(min-width:768px) {
    .testimonial-carousel .owl-nav .owl-next {
        left: auto;
        right: -30%
    }
}

@media(min-width:992px) {
    .testimonial-carousel .owl-nav .owl-next {
        left: auto;
        right: -15%
    }
}

.testimonial-carousel .owl-nav .owl-next::before {
    left: 0;
    right: auto
}

.testimonial-carousel h4.client-name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600
}

.testimonial-carousel span.client-status {
    color: #e67417;
    font-style: italic
}

.brand-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brand-carousel .single-brand img {
    width: auto;
    margin: 0 auto
}

.form-group {
  margin-bottom: 0;
  width: 100%;
}

.input-group-addon {
    border-color: #e5e5e5
}

select.form-control:not([size]):not([multiple]) {
    height: unset
}

input.form-control,
textarea.form-control,
select.form-control {
    border-radius: 0;
    font-size: 14px;
    padding: 13px 20px;
    line-height: 24px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    overflow: hidden
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder {
    color: #848484!important
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder,
select.form-control:-moz-placeholder {
    color: #848484!important
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
select.form-control::-moz-placeholder {
    color: #848484!important
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder {
    color: #848484!important
}

input.form-control.focus,
input.form-control:focus,
input.form-control.active,
input.form-control:active,
textarea.form-control.focus,
textarea.form-control:focus,
textarea.form-control.active,
textarea.form-control:active,
select.form-control.focus,
select.form-control:focus,
select.form-control.active,
select.form-control:active {
    background-color: #fff;
    border-color: #e5e5e5;
    font-weight: 300;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .05)
}

input.form-control.is-valid.focus,
input.form-control.is-valid:focus,
input.form-control.is-valid.active,
input.form-control.is-valid:active,
input.form-control.is-invalid.focus,
input.form-control.is-invalid:focus,
input.form-control.is-invalid.active,
input.form-control.is-invalid:active {
    background-color: #fff;
    border-color: default;
    font-weight: 300;
    box-shadow: default
}

.text_input .form-group {
    margin-bottom: 10px
}

@media(min-width:768px) {
    .text_input .form-group {
        margin-bottom: 20px
    }
}

.text_input .form-group label {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #222
}

@media(min-width:992px) {
    .text_input .form-group label {
        font-size: 16px
    }
}

.text_input input.form-control,
.text_input textarea.form-control,
.text_input select.form-control {
    margin-bottom: 0
}

.form-group .helpText {
    position: absolute;
    top: 18px;
    right: 25px
}

.selectOptions {
    margin-bottom: 0
}

.selectOptions .sbHolder {
    background-color: transparent;
    border: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #e5e5e5
}

.selectOptions .sbHolder,
.selectOptions .sbSelector {
    width: 100%!important;
    height: 50px!important;
    line-height: 50px
}

.selectOptions .sbOptions {
    width: 100%!important;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    right: 0!important;
    border-radius: 0;
    z-index: 100
}

.selectOptions .sbOptions a {
    color: #848484;
    font-size: 13px;
    padding: 13px 17px;
    text-transform: uppercase
}

.selectOptions .sbOptions a:hover {
    color: #e67417;
    background-color: transparent
}

.selectOptions .sbOptions .sbToggle:hover,
.selectOptions .sbOptions .sbToggle:focus,
.selectOptions .sbOptions .sbToggle:active {
    color: inherit
}

.selectOptions .sbHolder>a.sbToggle:after {
    position: absolute;
    content: '\f078';
    font-family: fontawesome;
    top: 0;
    right: 10px;
    font-size: 10px
}

.selectOptions .sbHolder>a.sbToggle.sbToggleOpen:after {
    content: '\f077'
}

.form-check-input {
    margin-left: 4px;
    margin-top: 6px;
    padding: 5px;
    opacity: 0
}

.form-check-label {
    padding-left: 0;
    margin-bottom: 25px;
    font-size: 15px;
    cursor: default;
    color: #222
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 20px
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #fff;
    background: #e67417;
    border: 0
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked+.radio-custom-label:before {
    content: "\f111";
    font-size: 9px;
    font-family: fontawesome;
    color: #fff;
    background: #e67417;
    border: 0
}

span.or {
    font-size: 15px;
    padding: 15px 0;
    display: block;
    color: #222
}

.checkbox-custom:checked+.checkbox-custom-label.default-checked:before,
.radio-custom:checked+.radio-custom-label.default-checked:before {
    background-color: #e5e5e5!important;
    color: #848484!important
}

.checkbox-custom:checked+.checkbox-custom-label.disable-checked:before,
.radio-custom:checked+.radio-custom-label.disable-checked:before {
    background: #f2f2f2!important;
    color: rgba(132, 132, 132, .5)!important
}

h3.form_title {
    display: block;
    font-size: 25px;
    padding: 25px 30px;
    text-transform: capitalize;
    background: #e5e5e5
}

form.register {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 25px 30px
}

form.register .form-check label.checkbox-custom-label {
    color: #222;
    margin-bottom: 0
}

form.register .form-check label.checkbox-custom-label:before {
    width: 16px;
    height: 16px;
    line-height: 16px
}

form.register .form-check .checkbox-custom:checked+.checkbox-custom-label:before {
    font-size: 12px
}

form.register .btn-link {
    color: #439fdb;
    text-decoration: none;
    font-size: 15px;
    display: inline-block
}

form.register span.or {
    position: relative;
    font-weight: 700
}

form.register span.or:before {
    content: '';
    position: absolute;
    left: 0;
    width: 47%;
    background: #e5e5e5;
    height: 1px;
    top: 50%
}

form.register span.or:after {
    content: '';
    position: absolute;
    right: 0;
    width: 47%;
    background: #e5e5e5;
    height: 1px;
    top: 50%
}

form.register .btn {
    font-weight: 700;
    margin-bottom: 20px
}

form.register .btn.btn-facebook,
form.register .btn.btn-twitter {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: unset;
    color: #fff
}

p.form-footer {
    margin: 0;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #e5e5e5;
    border-top: 0;
    font-size: 15px
}

.input-icon {
    position: relative
}

.input-icon .input-group-addon {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: #848484;
    position: absolute;
    top: 0;
    padding: 0;
    z-index: 55;
    margin: 17px 0;
    left: 15px
}

.input-icon input {
    padding-left: 40px
}

.input-icon.col-md-12 .input-group-addon {
    left: 27px
}

.form-inline {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-inline .input-group {
    width: 100%;
    position: relative
}

@media(min-width:768px) {
    .form-inline .input-group {
        width: 35%
    }
}

@media(min-width:992px) {
    .form-inline .input-group {
        width: 38%
    }
}

.form-inline .uname,
.form-inline .email,
.form-inline .password {
    position: relative
}

.map-canvas {
    height: 400px;
    width: 100%
}

.map-canvas #map {
    height: 100%;
    width: 100%
}

.mapArea #map-canvas {
    height: 400px;
    width: 100%
}

header {
    background-color: #fff
}

.dropdown-menu li>h6 {
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0
}

@media(min-width:768px) {
    .dropdown-menu li>h6 {
        padding: 0 10px;
        font-size: 14px
    }
}

@media(min-width:992px) {
    .dropdown-menu li>h6 {
        padding: 0 15px;
        font-size: 16px
    }
}

@media(min-width:480px) {
    .boxed header {
        max-width: 520px;
        margin: 0 auto
    }
}

@media(min-width:768px) {
    .boxed header {
        background-color: transparent;
        max-width: 768px;
        margin: 0 auto
    }
}

@media(min-width:992px) {
    .boxed header {
        background-color: transparent;
        max-width: 970px;
        margin: 0 auto
    }
}

@media(min-width:1200px) {
    .boxed header {
        background-color: transparent;
        max-width: 100%;
        margin: 0 auto
    }
}

@media(min-width:1200px) {
    .boxed header.header-transparent {
        background-color: transparent;
        max-width: 1260px;
        margin: 0 auto
    }
}

.main-nav {
    z-index: 5;
    position: unset
}

.main-nav.navbar-sticky {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08)
}

@media(min-width:768px) {
    .main-nav {
        position: relative
    }
}

.main-nav .navbar-brand {
    padding-top: 10px;
    margin: 0;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative
}

.main-nav .navbar-brand img {
    max-width: 100%
}

@media(min-width:768px) {
    .main-nav .navbar-brand {
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        z-index: 5
    }
    .main-nav .navbar-brand img {
        width: auto;
        max-width: 150px
    }
}

@media(min-width:992px) {
    .main-nav .navbar-brand {
        width: 230px;
        overflow: visible
    }
    .main-nav .navbar-brand img {
        width: auto;
        max-width: 100%
    }
}

.main-nav .navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #e67417;
    padding: 10px 10px 8px;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    right: 15px;
    top: 13px;
    transition: all .5s ease-in-out;
    margin-top: 0;
    z-index: 5550
}

.main-nav .navbar-toggler .burger-menu {
    display: inline-block;
    font-size: 24px;
    color: #222;
    background: 0 0;
    text-align: center
}

.main-nav .navbar-toggler.active,
.main-nav .navbar-toggler:focus {
    outline: 0
}

.main-nav .navbar-collapse {
    padding: 0;
    border-top: 0;
    max-height: 450px;
    position: absolute;
    width: 80%;
    top: 100%;
    right: 0;
    box-shadow: 2px 3px 9px rgba(44, 40, 86, .1)
}

@media(min-width:768px) {
    .main-nav .navbar-collapse {
        position: relative;
        margin-top: 0;
        box-shadow: none
    }
}

.main-nav .dropdown-toggle::after {
    visibility: visible;
    position: absolute;
    right: 0;
    margin-left: 0;
    top: 50%;
    content: '\f107';
    font-family: fontawesome;
    border: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(min-width:768px) {
    .main-nav .dropdown-toggle::after {
        visibility: hidden;
        display: none;
        margin: 0
    }
}

.main-nav .navbar-collapse.show {
    right: 0
}

.main-nav .navbar-nav {
    position: relative;
    z-index: 5551;
    background: #202125;
    padding: 5px 18px 20px
}

.main-nav .navbar-nav:after {
    content: "";
    display: table;
    clear: both
}

@media(min-width:768px) {
    .main-nav .navbar-nav {
        padding: 0;
        position: static;
        background: 0 0
    }
}

.main-nav .nav-item a {
    text-transform: capitalize;
    font-style: normal
}

.main-nav .nav-item a.nav-link {
    color: #fff;
    padding: 0;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    display: block;
    margin: 10px 15px;
    transition: all .3s ease
}

@media(min-width:768px) {
    .main-nav .nav-item a.nav-link {
        padding: 30px 0;
        margin: 0;
        color: #fff;
        font-size: 13px
    }
}

@media(min-width:992px) {
    .main-nav .nav-item a.nav-link {
        margin: 0 14px;
        font-size: 15px;
        text-transform: uppercase
    }
}

@media(min-width:1200px) {
    .main-nav .nav-item a.nav-link {
        margin: 0 8px;
        font-size: 15px
    }
}

.main-nav .nav-item a.nav-link:hover {
    color: #e67417
}

@media(min-width:768px) {
    .main-nav .nav-item a.nav-link:hover {
        color: #fff
    }
}

@media(min-width:768px) {
    .main-nav .nav-item a.nav-link:hover:before,
    .main-nav .nav-item a.nav-link:hover:after {
        opacity: 1
    }
}

.main-nav .nav-item.active a.nav-link:before {
    opacity: 1
}

.main-nav .nav-item.active a.nav-link:after {
    opacity: 1
}

.main-nav .nav-item.active a.nav-link {
    color: #e67417
}

@media(min-width:768px) {
    .main-nav .nav-item.active a.nav-link {
        color: #fff
    }
}

.main-nav .show>.dropdown-menu {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
    transition: all .3s ease-in-out
}

.main-nav .dropdown-menu {
    top: 80%;
    left: 7px;
    border: 0;
    min-width: 230px;
    margin: 0 15px;
    width: auto;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: none;
    background: #202125
}

@media(min-width:768px) {
    .main-nav .dropdown-menu:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        height: 3px
    }
}

.main-nav .dropdown-menu a {
    padding: 10px 0;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    transition: color .2s, background-color .2s ease-in-out
}

.main-nav .dropdown-menu a:hover {
    color: #fff;
    background-color: transparent
}

@media(min-width:768px) {
    .main-nav .dropdown-menu a {
        padding: 10px 5px;
        margin: 0 10px;
        font-size: 13px;
        color: #fff;
        font-weight: 600
    }
    .main-nav .dropdown-menu a:hover {
        color: #e67417;
        background-color: transparent
    }
}

@media(min-width:992px) {
    .main-nav .dropdown-menu a {
        font-size: 14px;
        padding: 10px 0
    }
}

@media(min-width:768px) {
    .main-nav .dropdown-menu {
        border-left: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, .08);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        background-color: #202125;
        margin-top: 0;
        padding: 5px;
        display: block;
        min-width: 180px;
        opacity: 0;
        left: 0;
        z-index: -1;
        visibility: hidden;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:992px) {
    .main-nav .dropdown-menu {
        margin-top: 0;
        min-width: 200px;
        padding: 5px;
        left: 0
    }
}

@media(min-width:1200px) {
    .main-nav .dropdown-menu {
        left: 7px;
        min-width: 230px
    }
}

.main-nav .dropdown-menu li {
    padding: 0
}

.main-nav .dropdown-menu li.dropdown {
    background: #202125
}

.main-nav .dropdown-menu li.dropdown>a:after {
    position: absolute;
    content: '\f107';
    font-family: fontawesome;
    top: 10px;
    right: 15px;
    font-size: 15px;
    visibility: visible;
    display: block
}

@media(min-width:768px) {
    .main-nav .dropdown-menu li.dropdown>a:after {
        content: '\f105'
    }
}

.main-nav .dropdown-menu li.dropdown .submenu {
    margin-top: 0;
    margin-left: 0;
    border-left: 2px solid #e67417;
    background: #202125;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media(min-width:768px) {
    .main-nav .dropdown-menu li.dropdown .submenu {
        box-shadow: 0 0 3px rgba(0, 0, 0, .08)
    }
}

@media(min-width:768px) {
    .main-nav .dropdown-menu li.dropdown .submenu:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 3px
    }
}

@media(min-width:768px) {
    .main-nav .dropdown-menu li.dropdown .submenu {
        border-left: 0;
        display: none;
        top: 0!important;
        left: -100%!important;
        margin-top: 0;
        background: #202125
    }
    .main-nav .dropdown-menu li.dropdown .submenu:before {
        left: auto;
        right: 0
    }
}

@media(min-width:992px) {
    .main-nav .dropdown-menu li.dropdown .submenu {
        top: 0!important;
        left: 100%!important;
        background-color: #202125
    }
    .main-nav .dropdown-menu li.dropdown .submenu:before {
        left: 0;
        right: auto
    }
}

@media(min-width:1200px) {
    .main-nav .dropdown-menu li.dropdown .submenu {
        top: 0!important;
        left: 100%!important
    }
}

.main-nav .dropdown-menu li.dropdown.show>a {
    color: #fff
}

.main-nav .dropdown-menu li.dropdown.show>.dropdown-menu {
    display: block
}

.normal-nav .navbar-toggler {
    background-color: #202125
}

@media(min-width:768px) {
    .megaDropMenu {
        position: static
    }
    .megaDropMenu .dropdown-menu {
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(min-width:768px) and (min-width:768px) {
    .megaDropMenu .dropdown-menu {
        padding: 15px 20px
    }
}

@media(min-width:768px) {
    .megaDropMenu .dropdown-menu>li {
        float: left;
        padding: 0;
        border-bottom: 0
    }
    .megaDropMenu .dropdown-menu ul li:last-child {
        border-bottom: 0
    }
}

.navbar-brand .logo-color {
    fill: #fff
}

.navbar-sticky {
    position: fixed;
    top: 0;
    z-index: 10999;
    width: 100%
}

@media(min-width:768px) {
    .boxed .navbar-sticky {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.static .navbar-sticky {
    display: none
}

.main-nav .nav-item .search-trigger {
    top: 0;
    right: 0
}

.main-nav .nav-item .search-trigger.nav-link {
    display: none;
    margin-right: 0!important
}

@media(min-width:768px) {
    .main-nav .nav-item .search-trigger.nav-link {
        display: block;
        left: 6px;
        margin: 0!important
    }
}

.search_hook {
    position: relative;
    height: auto;
    border-top: 3px solid #e67417
}

@media(min-width:768px) {
    .search_hook {
        display: none;
        left: 0;
        margin-top: 15px
    }
}

.search_hook:before {
    position: absolute;
    content: '';
    left: 0;
    width: 2px;
    height: 14px;
    background: #ccc;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.search_hook form.search_form {
    margin-top: 5px;
    position: relative;
    right: 0;
    background: #e5e5e5;
    top: 80%;
    z-index: 10;
    display: none
}

@media(min-width:768px) {
    .search_hook form.search_form {
        width: 100%;
        display: block;
        background: #fff;
        position: absolute;
        margin: 0
    }
}

.search_hook form.search_form input {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    background: #2f3238;
    color: #848484;
    border: 1px solid #37383b!important;
    border: 0
}

@media(min-width:768px) {
    .search_hook form.search_form input {
        background: #2f3238;
        border: 0!important
    }
}

.search_hook form.search_form .btn-small {
    font-size: 12px;
    float: right
}

.search_hook form.search_form .btn-search {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    color: #fff
}

@media(min-width:768px) {
    .search_hook form.search_form .btn-search {
        right: 10px
    }
}

.icon-toggle {
    display: table-cell;
    transition: all .3s ease 0s;
    vertical-align: middle
}

.icon-toggle.active>i {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.icon-toggle.active::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.icon-toggle>i {
    display: inline-block;
    font-style: normal;
    opacity: 1;
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .15s ease 0s, -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s, opacity .15s ease 0s;
    transition: transform .3s ease 0s, opacity .15s ease 0s, -webkit-transform .3s ease 0s
}

.icon-toggle::after {
    content: "\e082";
    display: block;
    font-family: simple-line-icons;
    margin-top: -23px;
    opacity: 0;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
    transition: opacity .15s ease 0s, -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s, opacity .15s ease 0s;
    transition: transform .3s ease 0s, opacity .15s ease 0s, -webkit-transform .3s ease 0s
}

.header-transparent {
    background: #2f3238;
    z-index: 55;
    padding: 0;
    width: 100%;
    position: relative
}

@media(min-width:768px) {
    .header-transparent {
        position: absolute;
        background: 0 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.header-transparent .navbar-toggler .burger-menu {
    color: #fff
}

@media(min-width:992px) {
    .header-transparent .navbar-brand img {
        max-width: 100%
    }
}

.header-transparent .navbar-brand .logo-color {
    fill: #fff
}

.header-transparent .navbar-nav.mlr-auto {
    margin: 0 auto
}

.header-transparent .nav-item a.nav-link {
    color: #fff
}

@media(min-width:768px) {
    .header-transparent .nav-item a.nav-link {
        color: #fff
    }
}

.header-transparent .nav-item a.nav-link.btn-search:hover,
.header-transparent .nav-item a.nav-link.btn-search:focus {
    color: #fff
}

.header-transparent.navbar-sticky {
    position: fixed;
    background-image: none;
    background-color: #202125
}

.header-transparent.navbar-sticky .nav-item a.nav-link {
    color: #fff
}

.header-transparent.navbar-sticky .nav-item a.nav-link:hover {
    color: #e67417
}

.header-transparent.navbar-sticky.main-nav .nav-item.active a.nav-link {
    color: #e67417
}

@media(min-width:768px) {
    .bg-dark a.nav-link {
        color: #fff!important
    }
}

.display-single_element .bg-dark .main-nav .nav-item a.nav-link {
    color: #fff
}

.display-single_element .bg-dark .main-nav a.nav-link:before {
    border-color: #fff
}

.display-single_element .main-nav a.nav-link:before {
    border-color: #222
}

.display-single_element .main-nav a.nav-link:after {
    border-color: transparent
}

.display-single_element .main-nav {
    box-shadow: none
}

.display-single_element .main-nav .nav-item a.nav-link {
    color: #222
}

.display-single_element .main-nav .navbar-collapse {
    margin-top: 20px;
    height: 200px
}

@media(min-width:768px) {
    .display-single_element .main-nav .navbar-collapse {
        margin-top: 0;
        height: auto
    }
}

.display-single_element .main-nav .navbar-collapse .navbar-nav {
    background-color: #fff
}

@media(min-width:768px) {
    .display-single_element .main-nav .navbar-collapse .navbar-nav {
        background-color: transparent
    }
}

.display-single_element .main-nav .dropdown-menu a {
    color: #222
}

.display-single_element .main-nav .navbar-toggler,
.display-single_element .main-nav .nav-cart {
    top: 20px
}

@media(min-width:768px) {
    .display-single_element .main-nav .navbar-toggler,
    .display-single_element .main-nav .nav-cart {
        top: 0
    }
}

.display-single_element .main-nav .navbar-brand {
    margin-left: -15px
}

@media(min-width:768px) {
    .display-single_element .main-nav .navbar-brand {
        margin-left: unset
    }
}

.bg-primary.navbar-sticky .navbar-brand .logo-color {
    fill: #fff
}

[class*=heading-] {
    position: relative;
    font-family: playfair display, serif
}

[class*=heading-title-] {
    display: inline-block
}

.heading-custom.text-center .sep::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.heading-title-xl {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 3px
}

@media(min-width:768px) {
    .heading-title-xl {
        font-size: 60px;
        line-height: 70px
    }
}

.heading-title-lg {
    font-size: 40px;
    line-height: 50px
}

@media(min-width:1200px) {
    .heading-title-lg {
        font-size: 55px;
        line-height: 60px
    }
}

.heading-title-md,
.section-title {
    font-size: 38px;
    line-height: 48px
}

@media(min-width:1200px) {
    .heading-title-md,
    .section-title {
        font-size: 48px;
        line-height: 55px
    }
}

.heading-title-md.sep,
.section-title.sep {
    padding-bottom: 30px
}

.section-title {
    line-height: 38px;
    margin-bottom: 40px
}

@media(min-width:1200px) {
    .section-title {
        line-height: 48px;
        margin-bottom: 70px
    }
}

.about-section .text-block .small-heading {
    margin-bottom: 15px
}

@media(min-width:992px) {
    .about-section .text-block .small-heading {
        margin-bottom: 10px
    }
}

.img-pattern-style {
    position: relative;
    padding-left: 31px;
    padding-bottom: 31px
}

@media(min-width:768px) {
    .img-pattern-style {
        padding-left: 25px;
        padding-bottom: 25px
    }
}

@media(min-width:992px) {
    .img-pattern-style {
        padding-left: 31px;
        padding-bottom: 31px
    }
}

@media(min-width:1200px) {
    .img-pattern-style {
        padding-left: 31px;
        padding-bottom: 35px
    }
}

.img-pattern-style:before {
    background-image: url(../img/patterns/about-sec-pattern.png);
    position: absolute;
    content: "";
    left: 0;
    height: 89.5%;
    width: 95%;
    z-index: -1;
    bottom: 0
}

@media(min-width:768px) {
    .img-pattern-style:before {
        left: -3px;
        bottom: 0
    }
}

@media(min-width:992px) {
    .img-pattern-style:before {
        left: -3px;
        bottom: 3px
    }
}

.img-pattern-style.flip {
    padding-left: 0;
    padding-right: 31px
}

@media(min-width:768px) {
    .img-pattern-style.flip {
        padding-right: 26px;
        padding-bottom: 26px
    }
}

@media(min-width:992px) {
    .img-pattern-style.flip {
        padding-right: 31px
    }
}

.img-pattern-style.flip:before {
    left: auto;
    right: -8px
}

@media(min-width:768px) {
    .img-pattern-style.flip:before {
        bottom: 0;
        right: -7px
    }
}

@media(min-width:992px) {
    .img-pattern-style.flip:before {
        bottom: -6px;
        right: -9px
    }
}

.info.service-info {
    min-height: 260px;
    transition: .4s
}

.info.service-info:hover {
    background: #e67417;
    color: #fff
}

.info.service-info:hover .fill-color {
    fill: #fff
}

.info.service-info:hover .description p,
.info.service-info:hover .description h3 {
    color: #fff
}

.info.service-info .icon {
    min-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info {
    color: #fff;
    text-align: center;
    padding: 35px 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 250px;
    transition: .4s
}

.info .icon {
    padding-bottom: 18px
}

.info .icon .fill-color {
    fill: #e67417;
    transition: .4s
}

.info .description h3 {
    font-family: 'pt serif', serif;
    padding-bottom: 20px;
    color: #222;
    transition: .3s
}

.info .description p {
    font-family: open sans, sans-serif;
    color: #848484;
    transition: .4s
}

.info .description.color-white h3 {
    color: #fff
}

.info .description.color-white p {
    color: #848484
}

.details-block .single-details-margin {
    margin-bottom: 30px
}

ul.feature-list {
    position: relative;
    display: inline-block
}

ul.feature-list.two-columns li {
    width: 100%
}

@media(min-width:992px) {
    ul.feature-list.two-columns li {
        float: left;
        width: 50%
    }
}

ul.feature-list li {
    margin: 7px 0
}

ul.feature-list a {
    position: relative;
    padding-left: 18px
}

ul.feature-list i.fa {
    margin-right: 10px;
    color: #e67417;
    position: absolute;
    left: 0;
    top: 4px
}

.member-title {
    margin-bottom: 25px
}

.member-title .single-title-padding {
    padding-bottom: 5px
}

.member-title span {
    color: gray;
    font-style: italic
}

.social-icons .share-text {
    color: #222;
    font-size: 17px;
    line-height: 50px;
    font-weight: 700;
    margin-right: 15px
}

.social-icons.gray-color a {
    color: #848484
}

.social-icons a {
    color: #222;
    border: 1px solid #e5e5e5
}

.social-icons a:hover {
    background-color: #e67417;
    color: #fff
}

.social-icons.social-icon-padding {
    padding: 25px 0 35px
}

.media.media-blog .media-body {
    padding-top: 20px
}

@media(min-width:768px) {
    .media.media-blog .media-body {
        padding: 25px 0 20px
    }
}

.media.media-blog .sep {
    padding-bottom: 20px
}

.pagination-block a.pagination-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    text-align: center
}

@media(min-width:992px) {
    .pagination-block a.pagination-btn {
        margin: 0 5px;
        width: 45px;
        height: 45px;
        line-height: 45px
    }
}

.sidebar-recent-news .single-news {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5
}

.sidebar-recent-news .single-news .media-img {
    margin-right: 10px
}

.sidebar-recent-news .single-news .media-body {
    padding: 7px 0
}

.sidebar-recent-news .single-news .media-body h5 {
    margin-bottom: 4px
}

.single-comment {
    margin-bottom: 30px
}

.single-comment .comment,
.single-comment .reply {
    overflow: hidden
}

.single-comment .comment-img,
.single-comment .reply-img {
    float: left
}

.single-comment .comment-img img.rounded-img,
.single-comment .reply-img img.rounded-img {
    border-radius: 50%
}

.single-comment .comment-text,
.single-comment .reply-text {
    padding-left: 90px
}

@media(min-width:768px) {
    .single-comment .comment-text,
    .single-comment .reply-text {
        padding-left: 100px
    }
}

.single-comment .comment-text h4,
.single-comment .reply-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'pt serif', serif
}

.single-comment .comment-text .date,
.single-comment .reply-text .date {
    margin-bottom: 10px
}

.single-comment .comment-text .date i.fa,
.single-comment .reply-text .date i.fa {
    margin-right: 7px
}

.single-comment .comment-text p,
.single-comment .reply-text p {
    font-size: 15px;
    color: #848484
}

.single-comment .comment {
    margin-bottom: 20px
}

.single-comment .comment .replay-link {
    color: #e67417;
    text-transform: capitalize;
    font-family: open sans, sans-serif;
    padding-bottom: 25px
}

.single-comment .reply {
    padding-left: 40px
}

@media(min-width:768px) {
    .single-comment .reply {
        padding-left: 100px
    }
}

.corporex-single-blog input.form-control,
.corporex-single-blog textarea.form-control,
.corporex-single-blog select.form-control {
    background: #fff
}

.corporex-single-blog form.comment_box {
    margin-top: 25px
}

.media.media-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 210px
}

@media(min-width:768px) {
    .media.media-news {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .media.media-news {
        padding-bottom: 25px;
        margin-bottom: 0
    }
}

.media.media-news .media-body {
    padding: 20px;
    box-shadow: 0 22px 28px 0 rgba(0, 0, 0, .06);
    background: #fff;
    position: absolute;
    width: 85%;
    right: 0;
    bottom: 0
}

@media(min-width:768px) {
    .media.media-news .media-body {
        position: relative;
        padding: 46.5px 35px;
        right: 0
    }
}

@media(min-width:992px) {
    .media.media-news .media-body {
        right: 40px;
        bottom: 0
    }
}

@media(min-width:1200px) {
    .media.media-news .media-body {
        position: absolute;
        right: 35px;
        width: 60%;
        padding: 20px
    }
}

.media.media-news .media-body .media-date {
    font-family: open sans, sans-serif;
    color: #848484;
    margin-bottom: 10px
}

.media.media-news .media-body h5 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.media.media-news .media-body h5.small {
    font-size: 16px
}

.media.media-news .media-body p {
    font-family: open sans, sans-serif;
    color: #848484
}

.media.media-news .media-body .common-btn {
    margin-top: 10px
}

.single-address {
    text-align: center
}

.single-address .icon {
    margin-bottom: 15px
}

.single-address .icon i.fa {
    font-size: 33px;
    color: #e67417;
    padding: 15px
}

.single-address h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: open sans, sans-serif;
    margin-bottom: 6px
}

.single-address h4 {
    font-size: 18px;
    margin-top: 10px;
    color: #848484
}

#googleMap {
    height: 400px;
    width: 100%
}

.error-wrapper {
    height: 600px;
    padding-bottom: 30px
}

.error-wrapper h1 {
    color: #e67417;
    font: 700 100px 'pt serif', serif
}

.error-wrapper h3 {
    font: 30px open sans, sans-serif;
    line-height: 1.1
}

.page-comingsoon .comming-soon-bg {
    background: url(../img/bg-img/comming-soon.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh
}

.page-comingsoon .comingsoon path.logo-color {
    fill: #e67417
}

.page-comingsoon .comingsoon h1 {
    margin-top: 80px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px
}

.page-comingsoon .comingsoon p {
    color: #848484;
    font-size: 16px;
    line-height: 22px
}

.page-comingsoon .count-down {
    padding-top: 25px;
    padding-bottom: 75px
}

.page-comingsoon .count-down .tab-val {
    border-color: #c4d3f8!important;
    color: #e67417
}

.page-comingsoon .form_subscribe {
    margin: 0 0 80px;
    position: relative
}

.page-comingsoon .form_subscribe input {
    background: #fff;
    border: 1px solid #e5e5e5
}

.page-comingsoon .form_subscribe input::placeholeder {
    color: #222
}

.page-comingsoon .form_subscribe i {
    color: #e67417
}

.page-comingsoon p {
    color: #222
}

.card.team-card img {
    transition: all .4s ease
}

.card.team-card .card-title {
    padding-top: 30px;
    padding-bottom: 0
}

@media(min-width:768px) {
    .card.team-card .card-title {
        padding-top: 18px
    }
}

@media(min-width:1200px) {
    .card.team-card .card-title {
        padding-top: 30px
    }
}

.card.team-card .hover-overlay {
    height: 20%
}

@media(min-width:768px) {
    .card.team-card .hover-overlay {
        height: 30%
    }
}

@media(min-width:1200px) {
    .card.team-card .hover-overlay {
        height: 100%
    }
}

.card.team-card .card-body {
    padding-top: 0;
    padding-bottom: 0
}

.card.team-card .card-body a {
    color: #222
}

.card.team-card .card-body a:hover {
    color: #e67417
}

.card.team-card .secondary-tittle {
    font-family: open sans, sans-serif;
    font-style: italic;
    padding-top: 5px
}

.card.team-card .social-icons a.icon {
    background: 0 0
}

.card.team-card .social-icons a.icon:hover {
    background: #fff;
    color: #e67417
}

.card-img-top {
    border-radius: 0
}

.gallary-img.card_img {
    overflow: hidden
}

.gallary-img.card_img:hover .description-gallary {
    opacity: 1
}

.gallary-img.card_img img {
    display: block;
    width: 100%
}

.gallary-img.card_img .hover-overlay {
    height: 30%
}

@media(min-width:1200px) {
    .gallary-img.card_img .hover-overlay {
        height: 35%
    }
}

.gallary-img.card_img .hoverlay-content {
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    height: 100%
}

.gallary-img.card_img .overlay-title {
    color: #fff;
    font-weight: 400
}

.gallary-img.card_img .card-title,
.gallary-img.card_img .secondery-title {
    color: #fff
}

.gallary-img.card_img .card-title {
    margin-bottom: 5px;
    font-size: 26px
}

.gallary-img.card_img .secondery-title {
    font-style: italic
}

.gallary-btn {
    margin-top: 70px
}

.portfolio-details-list span.catagory {
    float: right
}

.cta-section.bg-image {
    background-image: url(../img/home-page/backgrounds/cta-bg.jpg);
    background-position: calc(70%)
}

@media(min-width:768px) {
    .cta-section.bg-image {
        background-position: top center
    }
}

.cta-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

@media(min-width:768px) {
    .cta-content h2 {
        font-size: 55px
    }
}

.cta-content h4 {
    font: 400 17px open sans, sans-serif;
    color: #fff;
    margin-bottom: 30px
}

@media(min-width:992px) {
    .cta-content h4 {
        margin-bottom: 50px
    }
}

.media.media-blog .media-body {
    padding-top: 20px
}

@media(min-width:768px) {
    .media.media-blog .media-body {
        padding: 25px 0 20px
    }
}

.media.media-blog .sep {
    padding-bottom: 20px
}

.pagination-block a.pagination-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    text-align: center
}

@media(min-width:992px) {
    .pagination-block a.pagination-btn {
        margin: 0 5px;
        width: 45px;
        height: 45px;
        line-height: 45px
    }
}

.sidebar-recent-news .single-news {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5
}

.sidebar-recent-news .single-news .media-img {
    margin-right: 10px
}

.sidebar-recent-news .single-news .media-body {
    padding: 7px 0
}

.sidebar-recent-news .single-news .media-body h5 {
    margin-bottom: 4px
}

.single-comment {
    margin-bottom: 30px
}

.single-comment .comment,
.single-comment .reply {
    overflow: hidden
}

.single-comment .comment-img,
.single-comment .reply-img {
    float: left
}

.single-comment .comment-img img.rounded-img,
.single-comment .reply-img img.rounded-img {
    border-radius: 50%
}

.single-comment .comment-text,
.single-comment .reply-text {
    padding-left: 90px
}

@media(min-width:768px) {
    .single-comment .comment-text,
    .single-comment .reply-text {
        padding-left: 100px
    }
}

.single-comment .comment-text h4,
.single-comment .reply-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'pt serif', serif
}

.single-comment .comment-text .date,
.single-comment .reply-text .date {
    margin-bottom: 10px
}

.single-comment .comment-text .date i.fa,
.single-comment .reply-text .date i.fa {
    margin-right: 7px
}

.single-comment .comment-text p,
.single-comment .reply-text p {
    font-size: 15px;
    color: #848484
}

.single-comment .comment {
    margin-bottom: 20px
}

.single-comment .comment .replay-link {
    color: #e67417;
    text-transform: capitalize;
    font-family: open sans, sans-serif;
    padding-bottom: 25px
}

.single-comment .reply {
    padding-left: 40px
}

@media(min-width:768px) {
    .single-comment .reply {
        padding-left: 100px
    }
}

.corporex-single-blog input.form-control,
.corporex-single-blog textarea.form-control,
.corporex-single-blog select.form-control {
    background: #fff
}

.corporex-single-blog form.comment_box {
    margin-top: 25px
}

.bredcrumb {
    opacity: 1;
    position: relative;
    z-index: 1
}

.bredcrumb-inner {
    height: 240px
}

@media(min-width:768px) {
    .bredcrumb-inner {
        height: 250px;
        padding-top: 65px
    }
}

@media(min-width:992px) {
    .bredcrumb-inner {
        height: 400px
    }
}

.bredcrumb-inner ul {
    position: relative
}

.bredcrumb-inner ul li,
.bredcrumb-inner ul a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 7px
}

@media(min-width:768px) {
    .bredcrumb-inner ul li,
    .bredcrumb-inner ul a {
        font-size: 15px
    }
}

.bredcrumb-inner ul li.active,
.bredcrumb-inner ul a.active {
    color: #fff
}

.bredcrumb-inner ul li a {
    opacity: .7
}

.bredcrumb-inner ul li:after {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    top: 10px;
    right: 0;
    opacity: .7
}

.bredcrumb-inner ul li:last-child:after {
    display: none
}

.bredcrumb-inner ul li:first-child {
    padding-left: 0
}

.bredcrumb-inner ul li:first-child a {
    padding-left: 0
}

.bredcrumb-inner ul.pager {
    text-align: left
}

@media(min-width:768px) {
    .bredcrumb-inner ul.pager {
        text-align: right
    }
}

.bredcrumb-inner h2 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    text-transform: capitalize
}

@media(min-width:768px) {
    .bredcrumb-inner h2 {
        font-size: 40px
    }
}

.bredcrumb-inner p {
    color: #fff;
    line-height: 1.5
}

@media(min-width:992px) {
    .bredcrumb-inner p {
        line-height: 1
    }
}

.display-single_element .bredcrumb h2 {
    padding-top: 0!important
}

.bredcrumb.bg-image {
    background-image: url(../img/about-us/backgrounds/services-area-bg.jpg)
}

.element-top.bredcrumb {
    padding: 30px 0 20px
}

@media(min-width:768px) {
    .element-top.bredcrumb {
        padding: 30px 0
    }
}

.default {
    background-image: url(../img/patterns/pattern1.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center
}

.pattern-01 {
    background-image: url(../img/patterns/pattern2.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center
}

.pattern-02 {
    background-image: url(../img/patterns/pattern3.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center
}

.pattern-03 {
    background-image: url(../img/patterns/pattern4.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center
}

.pattern-04 {
    background-image: url(../img/patterns/pattern5.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center
}

.pattern-06 {
    background-image: url(../img/patterns/006.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center
}

.pattern-07 {
    background-image: url(../img/patterns/007.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center
}

.pattern-05 {
    background-image: url(../img/patterns/005.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center
}

header .main-nav {
    left: 0;
    top: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    z-index: 9999;
    padding: 2.5px 0
}

@media(min-width:768px) {
    header .main-nav {
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        z-index: 9999;
        padding: 10px 0 0
    }
}

header .main-nav .navbar-brand .logo-color {
    fill: #fff
}

header .main-nav .burger-menu i {
    color: #fff
}

header .main-nav.normal-nav {
    position: relative
}

@media(min-width:768px) {
    header ul.navbar-nav>li {
        margin: 10px 6px
    }
}

header ul.navbar-nav>li a {
    color: #e67417;
    font: 600 15px open sans, sans-serif
}

@media(min-width:768px) {
    header ul.navbar-nav>li a {
        color: #fff
    }
}

header ul.navbar-nav>li a:hover {
    color: #e67417
}

@media(min-width:768px) {
    header ul.navbar-nav>li.nav-search {
        margin-left: 17px
    }
}

.navbar-sticky {
    height: 80px
}

.navbar-sticky .logo-color {
    fill: #e67417
}

@media(min-width:768px) {
    .navbar-sticky ul.navbar-nav>li {
        margin: 10px 5px
    }
}

@media(min-width:992px) {
    .navbar-sticky ul.navbar-nav>li {
        margin: 10px 5px
    }
}

.navbar-sticky ul.navbar-nav>li>a {
    font: 600 15px open sans, sans-serif
}

.navbar-sticky ul.navbar-nav>li ul {
    margin: 0
}

@media(min-width:768px) {
    .nav-search {
        width: 15px;
        text-align: center
    }
}

.nav-search .nav-link .fa-close {
    display: none
}

.nav-search .search_hook.dropdown-menu {
    display: block!important;
    padding: 0 10px 0 0;
    border-left: 0;
    min-width: 100%
}

@media(min-width:768px) {
    .nav-search .search_hook.dropdown-menu {
        padding: 0;
        left: 0
    }
}

.nav-search .search_hook.dropdown-menu form.search_form {
    display: block
}

@media(min-width:768px) {
    .nav-search .search_hook.dropdown-menu form.search_form {
        display: none
    }
}

@media(min-width:768px) {
    .nav-search.show .nav-link>.fa-search {
        display: none
    }
    .nav-search.show .nav-link .fa-close {
        display: block;
        position: relative;
        top: 3px
    }
}

.nav-search.show .dropdown-menu {
    width: 100%;
    z-index: -1
}

@media(min-width:768px) {
    .nav-search.show form.search_form {
        display: block!important
    }
}

footer.section-padding {
    padding-bottom: 0
}

footer .logo-footer {
    margin-bottom: 20px
}

footer .logo-footer .fill-color {
    fill: #fff
}

footer .single-footer {
    margin-bottom: 30px
}

footer .single-footer:last-child {
    margin-bottom: 0
}

@media(min-width:768px) {
    footer .single-footer {
        margin-bottom: 0
    }
}

footer .single-footer p {
    color: #797a7c;
    font-weight: 600
}

footer ul li {
    margin-bottom: 15px
}

footer ul.footer-links li {
    margin-bottom: 18px
}

footer ul.footer-links li a:hover {
    color: #e67417
}

footer ul.footer-links li a {
    color: #797a7c;
    font-weight: 600
}

footer h3.footer-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px
}

footer form input {
    width: 100%;
    color: #fff;
    margin-bottom: 15px;
    padding: 15px 20px;
    border: 1px solid #37383b;
    background: #202125;
    font-family: open sans, sans-serif
}

footer form input::-webkit-input-placeholder {
    color: #797a7c;
    font-weight: 600
}

footer form .common-btn {
    display: block;
    text-align: center
}

footer a.footer-number {
    font-size: 18px;
    font-weight: 600;
    color: #949495!important;
    margin-left: 10px
}

[class*=copyright-] {
    padding-top: 25px;
    padding-bottom: 40px
}

@media(min-width:768px) {
    [class*=copyright-] {
        padding-bottom: 5px
    }
}

[class*=copyright-] p {
    text-align: center;
    color: #797a7c;
    font-weight: 600
}

@media(min-width:768px) {
    [class*=copyright-] p {
        text-align: left
    }
}

[class*=copyright-] p a {
    color: #e67417
}

[class*=copyright-] p a.number {
    color: #949495
}

[class*=copyright-].elements-copyright p {
    text-align: center
}

[class*=copyright-] .footer-social {
    text-align: center
}

@media(min-width:768px) {
    [class*=copyright-] .footer-social {
        text-align: right
    }
}

[class*=copyright-] .footer-social a {
    margin: 0 10px;
    color: #949495
}

[class*=copyright-] .footer-social a:last-child {
    margin-right: 0
}

[class*=copyright-] .footer-social a:hover {
    color: #e67417
}

[class*=copyright-].copyright-bottom {
    position: relative;
    background: #151618
}

[class*=copyright-].copyright-bottom ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:768px) {
    [class*=copyright-].copyright-bottom ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

[class*=copyright-].copyright-bottom ul li+li {
    margin-left: 10px;
    margin-bottom: 0
}

.element-footer .copyright {
    padding-top: 0;
    margin-top: 15px
}

.scroll-top {
    background: #e67417 0 0;
    border-radius: 50%;
    top: 0;
    margin-top: -17.5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 35px;
    width: 35px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    text-align: center;
    transition: all .4s ease 0s;
    display: inline-block;
    -webkit-transform: perspective(1px) translateX(-50%) translateZ(0);
    transform: perspective(1px) translateX(-50%) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
    color: #fff
}

@media(min-width:768px) {
    .scroll-top {
        margin-top: -25px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 24px
    }
}

@-webkit-keyframes effect {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes effect {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.scroll-top:before {
    content: '';
    position: absolute;
    border: #e67417 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: effect;
    animation-name: effect;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.home-carousel.carousel-style-one .carousel-item {
    min-height: 400px;
    padding: 0
}

@media(min-width:768px) {
    .home-carousel.carousel-style-one .carousel-item {
        height: 100vh
    }
}

.home-carousel.carousel-style-one .carousel-item .carousel-description {
    padding-bottom: 10px
}

@media(min-width:768px) {
    .home-carousel.carousel-style-one .carousel-item .carousel-description {
        padding-top: 100px;
        padding-bottom: 0
    }
}

.home-carousel.carousel-style-one .carousel-item h1 {
    letter-spacing: 2px
}

@media(min-width:768px) {
    .home-carousel.carousel-style-one .carousel-item h1 {
        font-size: 60px;
        line-height: 70px
    }
}

.home-carousel.carousel-style-one .carousel-item p br {
    display: none
}

@media(min-width:768px) {
    .home-carousel.carousel-style-one .carousel-item p br {
        display: block
    }
}

.home-cta.bg-image {
    background-position: -100% 50%
}