@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800,900&amp;display=swap);

body,
html {
    height: 100%
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

p {
    margin: 0 0 15px;
    color: #5d6471
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    margin: 0 0 15px;
    color: #414857;
    font-weight: 400;
}

h1 {
    font-size: 42px;
    line-height: 46px
}

h2 {
    font-size: 34px;
    line-height: 40px
}

h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    line-height: 28px
}

h5 {
    font-size: 16px;
    line-height: 26px
}

a {
    transition: all .3s ease 0s;
    text-decoration: none
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 30px;
        line-height: 40px
    }

    h3 {
        font-size: 21px;
        line-height: 25px;
        font-weight: 600;
    }
}

a:hover {
    color: #f57d02;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0 none
}

a:focus,
a:hover {
    color: #151b2c;
    text-decoration: none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #7a7788;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}

#scrollUp {
    background: #f57d02 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 37px;
    right: 15px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 40px
}

#scrollUp:hover {
    background: #fff;
    opacity: 1;
    border: 1px solid #f57d02;
    color: #f57d02
}

.clear {
    clear: both
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

button,
button[type=submit],
input,
input[type=date],
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -moz-appearance: none;
    box-shadow: none !important
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible
}

.navbar-collapse {
    padding-left: 0
}

::-moz-selection {
    background: #f57d02;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #f57d02;
    text-shadow: none;
    color: #fff
}

.bg-color {
    background: #f5f8fb;
}

.bg-color-2 {
    background: #0f2350
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.project-area {

    /* background: #f5f8fb; */
}

.area-padding {
    padding: 110px 0
}

.area-padding-2 {
    padding: 110px 0 80px
}

.area-padding-3 {
    padding: 70px 0 110px
}

.section-headline {
    padding-bottom: 40px;
    position: relative
}

.section-headline h2 {
    line-height: 40px;
    margin: 0 auto;
    font-weight: 700;
}

.section-headline.left-headline h3 {
    max-width: 100%;
    margin: 0 0 20px;
    text-align: left
}

.section-headline.right-headline h3 {
    max-width: 100%;
    margin: 0 0 20px;
    text-align: left
}

.white-headline h3 {
    color: #fff
}

.section-headline p {
    max-width: 560px;
    font-size: 17px;
    margin: 0 auto
}

.section-headline.left-headline p,
.section-headline.right-headline p {
    max-width: 100%;
    text-align: left
}

.mar-row {
    margin-top: 50px
}

.bg-background {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.bg-white {
    background: #fff
}

.bg-gray {
    background: #fdfcfc
}

.color {
    color: #f57d02
}

#side-panel {
    position: fixed;
    top: 0;
    right: 0;
    background: #f7f7f7;
    width: 470px;
    height: 100vh;
    overflow: scroll;
}

.contact-us {
    padding: 30px 50px
}

.contact-us-title {
    justify-content: space-between
}

.contact-us-title span {
    cursor: pointer
}

.contact-us-title span:hover {
    color: #f57d02
}

.topbar-left ul li {
    display: inline-block
}

.topbar-area {
    background: #243559
}

.topbar-left ul li a {
    color: #ccc;
    display: block;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .6px
}

.topbar-left ul li a i {
    color: #fff;
    font-size: 16px;
    padding-right: 7px
}

.topbar-left ul li:last-child a {
    margin-right: 0
}

.top-social {
    float: right;
    padding: 10px 0
}

.top-social ul li {
    display: inline-block
}

.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    border-radius: 3px;
    background: #f57d02
}

.top-social ul li a:hover {
    color: #fff;
    opacity: 1
}

.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999
}

.header-area {
    position: relative;
    background: rgba(255, 255, 255, .8)
}

.logo {
    display: flex;
    height: 90px;
    align-items: center
}

.logo img {
    width: 175px
}

.logo a {
    display: inline-block;
    height: auto
}

.logo .navbar-brand {
    padding: 0
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative
}

.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    padding: 35px 18px;
    text-transform: capitalize;
    position: relative;
}

.main-menu ul.navbar-nav li a:hover {
    color: #f57d02
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #fff
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f57d02;
    position: relative;
    z-index: 1;
}

.navbar {
    border: medium none;
    margin-bottom: 0
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}

.main-menu ul.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: 0 0;
    color: #fff
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: 0 0
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -99;
    padding: 10px 0;
    border-top: 2px solid #f57d02
}

.pages {
    position: relative
}

.navbar.navbar-default {
    float: right
}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;
    display: block;
    font-size: 14px;
    padding: 5px 20px
}

.main-menu ul.nav li ul.sub-menu li a span {
    color: #f57d02
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #f57d02
}

.header-right-link {
    float: right;
    width: 200px;
    padding: 30px 0;
    margin-left: 70px;
    text-align: right
}

.slice-btn {
    display: inline-block;
    padding: 0 15px
}

.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #151b2c;
    cursor: pointer;
    line-height: 28px
}

.search-inner {
    display: inline-block;
    margin-right: 15px
}

.search-option {
    background: #f5f5f5;
    top: 20px;
    color: #151b2c;
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
    padding: 10px
}

.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #151b2c;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 100%;
    height: 50px
}

.search-categories {
    background: #f5f5f5;
    color: #151b2c;
    width: 300px;
    z-index: 99999;
    float: right;
    height: 40px
}

.search-categories input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #151b2c;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 252px;
    height: 40px
}

.search-categories button.button {
    background: #f57d02;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    line-height: 35px;
    padding: 3px 15px;
    text-align: center;
    width: calc(100% - 252px);
    height: 40px
}

.header-right-link a.main-search {
    cursor: pointer;
    color: #151b2c;
    display: inline-block;
    font-size: 18px;
    position: relative
}

.header-right-link a.main-search:hover {
    color: #f57d02
}

.s-menu {
    cursor: pointer;
    padding: 12px 20px;
    border: 1px solid #f57d02;
    border-radius: 2px;
    background: #f57d02;
    color: #fff;
    transition: .4s;
    font-size: 15px;
    font-weight: 500
}

.s-menu:hover {
    border: 1px solid #f57d02;
    background: 0 0;
    color: #f57d02;
    transition: .4s
}

.header-area.stick .header-right-link {
    padding: 32px 0
}

.header-area.stick {
    display: flex;
    align-items: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 0 3px #ddd, -2px -2px 3px #ddd;
    background: #fff
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 35px 18px;
    /* color: #151b2c; */
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;
    display: block;
    padding: 5px 15px
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #f57d02
}

.header-area.stick .main-menu ul.nav > li > a.pages::after {
    right: -1px;
    top: 30px
}

.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.mean-container a.meanmenu-reveal:hover {
    color: #f57d02
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    width: 100%
}

.mean-container .mean-nav ul li a {
    background: #fff none repeat scroll 0 0;
    color: #151b2c;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #151b2c;
    line-height: 17px
}

.mean-container .mean-nav ul li {
    width: 99.7%
}

.mean-container .mean-nav ul li a.mean-expand {
    background: #fff
}

.mean-container .mean-nav ul li {
    background: #fff
}

.intro-area {
    position: relative;
    overflow: hidden
}

.display-table {
    width: 100%;
    height: 100%;
    display: table
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -110px
}

.title1 {
    font-weight: 500;
    font-size: 18px;
    color: #f57d02;
    margin-bottom: 20px;
    display: inline-block
}

.layer-2 p {
    font-size: 19px;
    line-height: 30px;
    max-width: 460px
}

.layer-1 h1 {
    color: #3c4250;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    max-width: 700px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

@media screen and (max-width: 1204px) {
    .layer-1 h1 {
        font-size: 40px;
        line-height: 64px;
        max-width: 600px;
    }
}


@media screen and (max-width: 600px) {
    .layer-1 h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 64px;
        max-width: 400px;
    }
}

.ready-btn {
    border: 1px solid #f57d02;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 10px;
    text-align: center;
    text-transform: capitalize;
    transition: all .4s ease 0s;
    z-index: 222;
    background: #f57d02;
    width: 150px;
    border-radius: 2px
}

.ready-btn:hover {
    color: #fff;
    background: #f57d02;
    border: 1px solid #f57d02;
    text-decoration: none;
    transition: all .4s ease 0s
}

.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #f57d02;
    color: #f57d02
}

.ready-btn.right-btn:hover {
    background: #f57d02;
    border: 1px solid #f57d02;
    color: #fff
}

.ready-btn.left-btn:hover {
    border: 1px solid #f57d02;
    background: #fff;
    color: #f57d02
}

.welcome-area {
    position: relative
}

.all-services {
    margin-top: -30px
}

.well-services {
    width: 33.33%;
    float: left;
    padding: 40px 30px;
    border-radius: 0;
    margin-top: 0;
    text-align: center
}

.wel-btn {
    font-size: 24px;
    color: #f57d02;
    transition: .5s;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-weight: 700;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    border: 1px solid #fff
}

.big-icon {
    font-size: 80px;
    display: inline-block;
    margin: 0 10px 10px;
    line-height: 80px;
    position: relative;
    color: #f57d02
}

.big-icon img {
    width: 100px;
}

.services-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0
}

.wel-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 20px
}

.wel-content p {
    font-size: 16px
}

.well-services:nth-child(2n) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.wel-content a {
    position: relative;
    font-weight: 500;
    color: #f57d02
}

.well-services:hover::after {
    transition: .4s;
    opacity: 1;
    top: 54%;
    left: 50%
}

.wel-content a:hover {
    color: #f57d02
}

.wel-content a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f57d02;
    height: 1px;
    width: 0%;
    content: "";
    transition: .3s
}

.wel-content a:hover {
    color: #f57d02
}

.wel-content a:hover::after {
    transition: .3s;
    width: 100%
}

.about-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll
}

.about-content {
    background: #062241;
    padding: 100px 70px 100px 100px;
    overflow: hidden
}

.about-content p {
    color: #ddd;
    font-size: 16px
}

.about-company {
    margin-top: 15px;
    display: block;
    overflow: hidden
}

.single-about {
    width: 50%;
    float: left
}

.about-text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    display: block;
    margin-top: 10px
}

.about-text::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50px
}

.about-image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 510px
}

.pic-in-text-area .s-menu {
    display: block;
    width: fit-content;
    cursor: pointer
}

.with-pic img {
    float: right;
    width: 40%;
    margin-left: 30px;
    margin-bottom: 30px
}

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    z-index: 9
}

.video-play.vid-zone {
    background: #f57d02;
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 66px;
    width: 70px;
    overflow: hidden;
    transition: .4s;
    border: 1px solid #f57d02
}

.video-play.vid-zone:hover {
    background: #fff;
    transition: .4s;
    border: 1px solid #f57d02
}

.video-play.vid-zone:hover i {
    color: #f57d02
}

.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px
}

.service-area {
    position: relative
}

.single-service {
    z-index: 1;
    background: #fff;
    text-align: left;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: none;
    text-align: left;
    padding: 40px 40px;
    border: 1px solid rgba(48, 120, 251, .4)
}

.single-service::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #062241;
    opacity: 0;
    transition: .4s;
    content: "";
    z-index: -1
}

.service-icon span {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
    color: #f57d02
}

.service-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 15px;
    text-transform: capitalize;
    font-weight: 500
}

.single-service:hover::after {
    transition: .4s;
    opacity: 1;
    height: 100%
}

.service-content p {
    font-size: 16px
}

.service-btn {
    font-size: 17px;
    color: #f57d02;
    transition: .5s;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-weight: 700;
    border-radius: 2px;
    background: #f5f8fb;
    text-align: center;
    border: 1px solid #f5f8fb;
    margin-top: 10px
}

.service-btn:hover {
    color: #fff;
    transition: .5s;
    background: #f57d02;
    border: 1px solid #f57d02
}

.single-service:hover .service-content h4,
.single-service:hover .service-icon span {
    color: #fff
}

.single-service:hover .service-content p {
    color: #ddd
}

.counter-image {
    margin-right: 50px;
    position: relative
}

.top-img {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .top-img {
        position: initial;
        top: 90px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
}

.fun_text {
    padding: 30px 10px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
    background: #f5f8fb;
}

.fun_text .counter-icon {
    color: #f57d02;
    display: block;
    font-size: 60px;
    padding-bottom: 10px;
    line-height: 50px;
    font-weight: 100
}

.fun_text .counter {
    color: #444;
    display: block;
    font-size: 35px;
    /* padding-bottom: 10px; */
    /* line-height: 44px; */
    font-weight: 600;
}

.fun_text > h4 {
    color: #444;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0
}

.counter-image .rotmate-image {
    position: inherit;
    z-index: 2;
    opacity: .3
}

.banner-area {
    position: relative
}

.banner-area > div {
    background: rgba(6, 34, 65, .85);
    padding: 30px 0
}

.add-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.add-content h2 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    float: left;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.add-contact {
    float: left;
}

@media screen and (max-width: 600px) {
    .add-contact {
        float: none;
        margin: 0 auto;
    }
}

.call-us {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    background: #f57d02;
    border-radius: 2px;
    border: 1px solid #f57d02;
    font-size: 15px;
    transition: .4s;
    font-weight: 500;
    cursor: pointer
}

.call-us:hover {
    border: 1px solid #f57d02;
    background: 0 0;
    color: #f57d02;
    background: #fff;
    transition: .4s
}

.call-us i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #f57d02;
    background: #f57d02;
    text-align: center;
    line-height: 46px;
    margin-right: 15px;
    border-radius: 3px
}

.mail-us {
    margin-bottom: 0
}

.single-awesome-project {
    float: left;
    overflow: hidden;
    width: 100%
}

.project-all {
    margin-top: -40px
}

.project-all .single-awesome-project {
    margin-top: 30px
}

.project-carousel .col-md-4 {
    width: 100%
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.awesome-img img {
    transform: scale(1.1);
    transition: .4s
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: .4s
}

.awesome-img > a {
    display: block;
    position: relative;
    padding-bottom: 66%;
    background-color: #f7f7f7;
}

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1
}

.single-awesome-project:hover .add-actions {
    opacity: 1
}

.awesome-img > a::after {
    background: rgba(43, 104, 165, 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 4;
    top: 0;
    cursor: pointer
}

.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px
}

.project-dec {
    display: block;
    padding-top: 20px;
    min-height: 75px;
}

.project-dec h4 {
    color: #2a354e;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}

.project-dec h4::after {
    position: absolute;
    content: "\e628";
    right: 40px;
    top: 0;
    font-family: themify;
    font-size: 18px;
    width: 46px;
    height: 30px;
    border: 1px solid #f57d02;
    background: #f57d02;
    color: #fff;
    text-align: center;
    line-height: 27px;
    opacity: 0;
    transition: .5s
}

.single-awesome-project:hover .project-dec h4::after {
    right: 0;
    opacity: 1;
    transition: .5s
}

.project-dec p {
    margin-bottom: 0
}

.pst-content {
    float: left;
    padding-left: 10px;
    width: calc(100% - 250px)
}

.pst-content h2 a {
    color: #151b2c
}

.pst-content h4 a {
    color: #151b2c
}

.pst-meta .date-type {
    margin-right: 50px
}

.pst-meta .author-type a {
    cursor: pointer
}

.content-summary {
    display: block;
    position: relative;
    margin: 10px 0;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.8em;
}

.pst-content .short{
    max-height:3.6em;
    overflow:hidden;
}



.content-summary::after {

}

.pst-btn {
    color: #f57c00;
    cursor: pointer;
}

.pst-btn:hover {
    text-decoration: underline
}

.load-more {
    text-align: center
}

.load-more-btn {
    padding: 12px 20px;
    border: 1px solid #f57d02;
    border-radius: 50px;
    background: #f57d02;
    color: #fff;
    transition: .4s;
    font-size: 15px;
    font-weight: 500
}

.load-more-btn:hover {
    border: 1px solid #f57d02;
    background: 0 0;
    color: #f57d02;
    transition: .4s
}

.single-awesome-project:hover .project-dec h4 {
    color: #f57d02
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 22%;
    text-align: center;
    line-height: 39px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #100e0e;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 4%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 4%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #f57d02;
    border: 1px solid #f57d02
}

.quote-area {
    height: auto;
    width: 100%
}

.quote-area > div {
    background: #062241
}

.quote-area #contactForm input {
    border: none;
    height: 54px;
    margin-bottom: 20px;
    border: 1px solid rgba(49, 120, 251, .4);
    border-radius: 3px;
    color: #fff
}

.quote-area #contactForm input.last-part {
    margin-bottom: 0
}

.quote-area .contact-form textarea#message {
    height: 127px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    border: 1px solid rgba(49, 120, 251, .4);
    border-radius: 3px;
    color: #fff
}

.quote-area .quote-btn {
    background: #f57d02;
    border: 1px solid #f57d02;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 54px;
    transition: .4s;
    border-radius: 3px
}

.white-headline p {
    color: #ddd
}

.quote-area .quote-btn:hover {
    background: #fff;
    color: #f57d02;
    transition: .4s
}

.help-block.last-part {
    margin: 0
}

.tab-area {
    position: relative
}

.tab-menu {
    display: block
}

.tab-menu ul.nav {
    margin: 0;
    padding: 0
}

.tab-menu ul.nav li {
    border-top: 1px solid #f57d02;
    border-left: 1px solid #f57d02;
    float: left;
    width: 40%
}

.tab-menu ul.nav li:nth-child(2) {
    border-top-right-radius: 20px;
    border-right: 1px solid #f57d02;
    border-left: none
}

.tab-menu ul.nav li a {
    border-top-right-radius: 20px;
    border-left: none;
    color: #2a354e;
    align-items: center;
    border-top-left-radius: 0;
    text-align: center;
    border: 1px solid #f57d02;
    margin-right: 0;
    border-bottom-left-radius: 0
}

.tab-menu ul.nav li a:nth-child(1) {
    border: none !important
}

.tab-menu .nav-tabs {
    border-bottom: none
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    border-color: #f5f5f5;
    border-style: solid;
    color: #fff !important;
    cursor: default;
    position: relative;
    background: #f57d02
}

.tab-menu ul.nav li a:hover {
    background: 0 0
}

.tab-menu ul.nav li.active a:hover {
    background: #f57d02
}

.title-date {
    display: inline-block;
    position: relative
}

.tab-menu ul.nav li.active .cha-title {
    color: #fff
}

.cha-title {
    display: inline-block;
    font-size: 22px;
    line-height: 26px
}

.single-machine {
    position: relative
}

.tab-menu ul.nav li:first-child a {
    margin-top: 0;
    margin-left: 0
}

.tab-content {
    border: 1px solid #f57d02;
    padding: 30px
}

.machine-text {
    margin-top: 20px
}

.machine-text h3 {
    font-size: 32px;
    line-height: 40px
}

.tabe-img img {
    border-radius: 4px
}

.machine-text li {
    display: block;
    position: relative
}

.machine-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0 6px 35px;
    display: block
}

.machine-text li::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #f57d02
}

.blog-content {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    background: #fff
}

.blog-content a h4 {
    font-size: 21px;
    color: #2a354e;
    line-height: 30px;
    transition: .4s
}

.home-blog .blog-content a h4 {
    margin-bottom: 0
}

.admin-type i,
.comments-type i,
.date-type i {
    color: #f57d02;
    margin-right: 5px
}

.single-blog:hover .blog-content::after {
    transition: .4s;
    opacity: 1;
    top: 0
}

.blog-content p {
    line-height: 28px;
    transition: .4s
}

.blog-content a h4:hover {
    color: #f57d02;
    transition: .4s
}

.blog-meta span {
    color: #757b82;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px
}

.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #f57d02;
    margin-right: 10px
}

.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.blog-meta {
    margin-bottom: 15px
}

.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease 0s;
    border: 1px solid #f57d02;
    background: #f57d02;
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px
}

.blog-btn:hover {
    color: #f57d02;
    background: 0 0;
    transition: all .4s ease 0s
}

.reviews-area {
    position: relative
}

.reviews-area {
    position: relative;
    /* background: #f5f8fb; */
}

.single-testi {
    margin: 0 0 30px
}

.clients-text {
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px
}

.testi-img {
    position: relative;
    margin-top: 20px;
    display: block;
    overflow: hidden
}

.testi-img img {
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 20px
}

.Reviews-content {
    margin-bottom: 15px
}

.active.center .single-testi .clients-text {
    border: 1px solid #062241;
    background: #062241
}

.testi-text h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0
}

.active.center .single-testi .guest-rev,
.active.center .single-testi .testi-text h4,
.active.center .single-testi .testi-text p {
    color: #fff
}

.guest-rev {
    font-weight: 400
}

.testi-text p {
    margin-bottom: 0
}

.client-rating {
    margin-bottom: 15px
}

.testi-text span a {
    color: #f57d02
}

.testi-text h5 {
    color: #6a7d91;
    font-size: 20px
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0 5px 0 0
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #7e8ca0 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -20px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute
}

.testimonial-content {
    margin-bottom: 15px
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #f57d02;
    width: 30px;
    border-radius: 3px
}

.categories-area > div {
    margin-top: -20px;
    padding: 10px 0;
    background: rgba(6, 34, 65, .85)
}

.categories-area li {
    display: inline-block;
    padding-right: 40px
}

.categories-area li:nth-last-child() {
    padding-right: 0
}

.categories-area li a {
    display: block;
    line-height: 40px;
    color: #fff;
    font-weight: 700
}

.categories-area li a:hover {
    text-decoration: underline
}

.footer-area {
    padding: 90px 0;
    background: #fdfcfc
}

.footer-logo {
    margin-bottom: 20px
}

.footer-logo img {
    width: 175px
}

.footer-content.logo-footer {
    margin-right: 30px
}

.footer-head a,
.footer-head p {
    color: #151b2c;
}

.footer-head h4 {
    color: #151b2c;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500
}

.footer-icons ul {
    padding-left: 0 !important
}

.footer-icons ul li {
    display: inline-block;
    margin-bottom: 3px
}

.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 2px;
    width: 34px;
    height: 34px;
    border: 1px solid #f57d02;
    border-radius: 2px;
    background: #f57d02;
    transition: .4s
}

.footer-icons ul li a:hover,
.footer-tags li a:hover {
    color: #f57d02;
    background: #fff;
    transition: .4s
}

.footer-tags {
    display: block;
    overflow: hidden
}

.footer-tags li {
    float: left
}

.footer-tags li a {
    color: #151b2c;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 5px
}

.footer-list {
    width: 50%;
    float: left
}

.footer-contacts p span {
    color: #f57d02;
    font-weight: 500
}

.subs-feilds {
    border-radius: 3px;
    margin-bottom: 20px
}

.footer-links {
    display: flex;
}

.footer-links ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-links .seperator {
    padding: 0 10px
}

.footer-links .links {
    display: inline-block;
    text-align: left
}

.footer-links .links:first-child a {
    padding-left: 0
}

.footer-links .links a {
    display: block;
    padding-left: 0
}

.footer-links .links a:hover p {
    color: #f57d02
}

.footer-links .links a p {
    margin: 0;
    transition: all .3s ease 0s
}

.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.suscribe-input input {
    background: 0 0;
    border: 1px solid #f5f5f5;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff
}

.suscribe-input button {
    background: #f57d02;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 400;
    height: 46px;
    border: 1px solid #f57d02;
    transition: .4s
}

.suscribe-input button:hover {
    color: #f57d02;
    background: 0 0;
    transition: .4s
}

.footer-list li a {
    color: #151b2c;
    padding: 7px 0 10px 20px;
    display: block;
    position: relative
}

.footer-list li a:first-child {
    padding-top: 0
}

.footer-list li a::after {
    position: absolute;
    content: "\e649";
    top: 1px;
    left: 0;
    font-size: 11px;
    font-family: themify
}

.footer-list li a:hover,
.footer-list li a:hover::after {
    color: #f57d02
}

.footer-list li a:hover::after {
    color: #f57d02
}

.footer-area-bottom {
    background: #f5f8fb none repeat scroll 0 0;
    padding: 25px 0
}

.copyright {
    text-align: center
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #f57d02
}

.copyright-text a {
    color: #f57d02
}

.copyright > p {
    margin-bottom: 0;
    color: #151b2c
}

.copyright a {
    color: #f57d02
}

.header-area-2 {
    background: rgba(255, 255, 255, .85)
}

.intro-content-2 {
    position: relative;
    z-index: 1
}

.intro-area .slide-content {
    margin-top: 30px
}

.intro-area-2 .slider-content,
.intro-area-3 .slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -80px
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 44px;
    opacity: 0;
    border: 1px solid #fff;
    width: 44px;
    height: 44px;
    border-radius: 2px
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #f57d02;
    border: 1px solid #f57d02
}

.intro-carousel .owl-item .layer-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out .3s
}

.intro-carousel .owl-item .layer-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s
}

.intro-carousel .owl-item .layer-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s
}

.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3 {
    transform: translateY(0);
    opacity: 1
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1.1);
    transition: 10s
}

.brand-content {
    overflow: hidden;
    text-align: center
}

.single-brand-item {
    float: left;
    width: 16.6%;
    min-width: 120px;
    min-height: 95px;
    display: flex;
    align-items: center
}

.single-brand-item img {
    filter: grayscale(100%)
}

.service-area-2 .single-service {
    text-align: center
}

.service-area-2 .service-icon span {
    font-size: 32px;
    color: #f57d02;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 77px;
    border: 1px solid #f57d02;
    transition: .4s
}

.service-area-2 .single-service:hover .service-icon span {
    color: #fff;
    border: 1px solid #f57d02;
    transition: .4s;
    background: #f57d02
}

.section-headline.right-headline {
    padding-bottom: 0
}

.single-member {
    box-shadow: 0px -6px 11px 3px rgba(0, 0, 0, .06);
    /* position: relative; */
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 1000px;
}

.team-hover {
    padding: 15px 0 0;
    text-align: center;
    transition: all .4s ease 0s
}

.single-member .team-img {
    display: block;
    position: relative
}

.single-member .team-img a {
    display: block
}

.team-content {
    visibility: hidden;
    position: absolute;
    top: 80%;
    content: "";
    left: 0;
    right: 0;
    transition: .5s;
    /* background: rgba(255, 255, 255, 0.92); */
    padding: 20px 20px;
    width: 100%;
    height: 200px;
}

.team-content h4 a {
    color: #444
}

.team-content p {
    margin-bottom: 0;
    color: #444
}

.team-content h4 {
    visibility: visible;
    font-size: 16px;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 600;
}

.team-content .social-icon {
    margin-top: 0px;
    opacity: 0
}

.social-icon li {
    display: inline-block;
    margin: 0 2px;
    border-radius: 50px;
}

.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #f5f8fb;
    color: #f57d02;
    border-radius: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #0e0e0e;
}

.social-icon li a:hover {
    border: 1px solid #f57d02;
    color: #fff;
    background: #f57d02
}

.single-member .team-img::after {
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transition: .5s;
    box-shadow: 2px 2px 20px #ddd
}

.single-member:hover .team-img::after {
    height: 100%
}

.single-member:hover .team-content .social-icon {
    opacity: 1
}

.single-member:hover .team-content {
    visibility: visible;
    background: rgb(255, 255, 255);
    top: 60%;
    transition: .5s;
    /* background: 0 0; */
}

.header-area-3 .main-menu ul.nav > li > a.pages::after {
    color: #fff
}

.header-area-3.stick .main-menu ul.nav > li > a.pages::after {
    color: #444
}

.header-area-3 {
    background: rgba(36, 53, 89, .5)
}

.intro-area-3 .intro-content-2 {
    position: relative;
    z-index: 1
}

.intro-area-3 .intro-content-2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 23, 46, .7) none repeat scroll 0 0;
    content: ""
}

.intro-area-3 .slider-content {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -80px
}

.intro-area-3 .layer-1 h1 {
    color: #fff;
    margin: 0 auto 20px;
    font-size: 60px;
    max-width: 890px;
    line-height: 70px
}

.intro-area-3 .layer-2 p {
    color: #ddd;
    margin: 0 auto 20px
}

.header-area-3 .main-menu ul.navbar-nav li a {
    color: #fff
}

.header-area-3 .header-right-link a.main-search {
    color: #fff
}

.header-area-3.stick .logo a.white-logo {
    display: none
}

.header-area-3 .logo a.black-logo {
    display: none
}

.header-area-3.stick .logo a.black-logo {
    display: block
}

.intro-area-3 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.intro-area-3 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    margin-top: -20px
}

.digital-services {
    display: block;
    margin-bottom: 30px
}

.digital-wel {
    text-align: center;
    padding: 30px
}

.digital-img {
    display: flex;
    justify-content: center
}

.digital-icon {
    width: 120px;
    margin-bottom: 20px;
    display: block;
    line-height: 60px
}

.digital-content h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0
}

.page-area {
    position: relative;
    z-index: 1
}

.transparent-header {
    background: 0 0
}

.page-area {
    background: url(img/background/bread.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.page-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: -1
}

.breadcrumb .section-headline {
    text-align: center;
    padding-bottom: 10px
}

.page-area .section-headline::after {
    display: none
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0
}

.breadcrumb h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    position: relative;
    margin-bottom: 0
}

.breadcrumb .section-headline {
    text-align: center
}

.breadcrumb ul li {
    display: inline-block;
    color: #5d6471;
    padding: 0 10px 0 20px;
    position: relative;
    font-size: 16px
}

.breadcrumb li a {
    color: #5d6471
}

.breadcrumb li a:hover {
    text-decoration: underline
}

.breadcrumb ul li:first-child {
    padding: 0
}

.breadcrumb ul li:last-child {
    font-weight: 700
}

.breadcrumb ul li.home-bread {
    padding-left: 0
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0
}

.transparent-header .main-menu ul.nav > li > a.pages::after {
    color: #fff
}

.transparent-header.stick .main-menu ul.nav > li > a.pages::after {
    color: #444
}

.overview-area {
    position: relative
}

.overview-wrapper {
    margin-top: 20px
}

.overview-wrapper h3 {
    font-size: 32px;
    line-height: 40px
}

.total-count {
    margin-top: 30px
}

.single-count {
    width: 47%;
    float: left;
    text-align: center;
    padding: 40px 20px;
    border-radius: 3px
}

.left-one {
    margin-right: 3%;
    background: #1fc157;
    border: 1px solid #1fc157
}

.right-one {
    margin-left: 3%;
    background: #0a27d5;
    border: 1px solid #0a27d5
}

.count-num {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 70px
}

.single-count h4 {
    color: #fff
}

.overview-image {
    position: relative;
    border-radius: 5px
}

.overview-image img {
    border-radius: 5px
}

.faq-area {
    position: relative
}

.company-faq {
    display: block;
    overflow: hidden
}

.left-faq {
    display: block;
    overflow: hidden;
    padding-right: 40px
}

.right-faq {
    display: block;
    overflow: hidden;
    padding-left: 40px
}

.single-faq .number {
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    background: #f57d02;
    border-radius: 3px;
    text-align: center
}

.single-faq h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.single-faq p {
    padding-left: 50px
}

span.q-text {
    padding-left: 50px;
    display: inherit;
    font-size: 20px;
    font-weight: 600
}

.single-faq {
    margin-bottom: 30px
}

.blog-page-area .single-blog {
    padding: 5px;
    background: #fff
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: 0 0
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid #f57d02;
    border-radius: 3px
}

.blog-search-option button {
    background: 0 0;
    border: none
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0 10px
}

.blog-search-option button i:hover {
    color: #f57d02
}

.left-blog h4 {
    position: relative;
    color: #3d5368;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0;
    text-transform: capitalize;
    border-bottom: 1px solid #eee
}

.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 3px;
    background: #f57d02
}

.blog-left-content .blog-content::after {
    display: none
}

.left-side {
    padding-right: 40px
}

.right-side {
    padding-left: 40px
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px
}

.blog-category li,
.left-blog li {
    display: block;
    position: relative
}

.left-blog ul li a {
    color: #3d5368;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0 7px;
    text-transform: capitalize
}

.blog-category ul {
    margin-top: 12px
}

.left-blog ul li span {
    display: inline-block;
    border: 1px solid #f57d02;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #f57d02;
    line-height: 24px;
    float: right;
    margin: 8px 0
}

.pst-content .date-type {
    font-size: 14px;
}

.popular-tag.left-blog ul li a:before {
    display: none
}

.recent-single-post {
    display: block;
    overflow: hidden
}

.recent-single-post:last-child {
    border-bottom: none
}

.post-img {
    display: inline-block;
    float: left;
    padding-right: 10px;
    max-width: 250px
}

.left-blog .post-img a {
    display: block;
    border: 1px solid #fafafa
}

.left-blog .post-img a img {
    border-radius: 4px
}

.left-blog ul li a:hover,
.pst-content p a:hover {
    color: #f57d02
}

.blog-page-area .blog-content {
    background: #f9f9f9
}

.pst-content p a {
    color: #3d5368;
    font-size: 15px
}

.blog-tags {
    padding: 1px 0
}

.recent-single-post img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px
}

.left-blog li:last-child {
    border-bottom: 0
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px
}

.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px
}

.left-tags .left-side-tags ul li a:hover {
    color: #fff;
    background: #f57d02
}

.left-side-tags h4 {
    margin-bottom: 15px
}

.blog-side-area .blog-right-column {
    margin-top: -30px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0;
    border-radius: 4px
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px
}

.pagination > li {
    display: inline-block;
    margin: 0 3px 0 0
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #f57d02;
    cursor: default;
    border-radius: 2px
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #f57d02;
    border-color: #f57d02;
    border-radius: 2px
}

.adver-img {
    margin-top: 20px
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize
}

.comments-list ul li {
    margin-bottom: 25px
}

.comments-list-img {
    float: left;
    margin-right: 15px;
    border-radius: 50%
}

.comments-list-img img {
    border-radius: 3px;
    border: 1px solid #ddd
}

.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative
}

blockquote {
    padding: 20px 40px 40px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5
}

blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368
}

blockquote p {
    font-size: 16px !important;
    line-height: 28px
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%
}

.comments-content-wrap span b {
    margin-right: 5px
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px
}

.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px
}

span.email-notes {
    color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px
}

.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px
}

.comment-respond input[type=email],
.comment-respond input[type=text] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: 0 0
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 200px;
    width: 100%;
    background: 0 0
}

.comments-content-wrap span a {
    color: #f57d02
}

.comments-content-wrap span a:hover {
    color: #f57d02
}

.comment-respond .add-btn.contact-btn {
    background: #f57d02;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: .4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #f57d02;
    text-transform: capitalize;
    font-weight: 600
}

.comment-respond .add-btn.contact-btn:hover {
    background: #fff;
    color: #f57d02;
    border: 1px solid #f57d02
}

.blog-page-details .left-blog-page {
    margin-top: 0;
    margin-bottom: 30px
}

.related-post,
.single-post-comments {
    margin-top: 30px
}

.left-head-blog .pst-content p {
    margin-bottom: 5px
}

.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px
}

.blog-details .blog-content h5 {
    font-size: 20px
}

.blog-details .blog-content {
    border: none;
    padding: 30px 0 30px
}

.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover
}

.blog-details .img-blog {
    margin: 15px 0 30px;
    max-height: 350px;
    overflow: hidden;
    width: 50%;
    float: left
}

.left-blog-img img {
    padding-right: 15px
}

.right-blog-img img {
    padding-left: 15px
}

.related-post-list .recent-single-post {
    width: 100%;
    float: left
}

.related-post-list .recent-single-post:last-child {
    padding: 0 0 0 20px
}

.contact-area {
    position: relative
}

.map-area {
    margin-right: 30px
}

.contact-form input[type=email],
.contact-form input[type=text] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 52px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%
}

.contact-form input[type=tel] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 52px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%
}

.contact-form textarea#message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 180px;
    padding: 20px;
    width: 100%
}

.contact-form button[type=submit] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f57d02;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all .3s ease 0s;
    background: #f57d02
}

.contact-form button[type=submit]:hover {
    color: #f57d02;
    border: 1px solid #f57d02;
    background: #fff;
    transition: all .3s ease 0s
}

.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color: #f57d02;
    display: block
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
}

.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    padding: 40px 40px 40px;
    position: relative;
    z-index: 1
}

.contact-icon::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: #f57d02;
    right: 0;
    margin: auto
}

.custom-area ul {
    padding-left: 20px;
    list-style: unset
}

.seperator-area {
    justify-content: center
}

.right-seperator {
    border-right: 2px solid #ccc
}

.single-page-head {
    margin-bottom: 30px
}

.single-services-page p {
    color: #666;
    margin-bottom: 0
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.left-menu ul {
    padding: 0
}

.left-menu li {
    display: block;
    margin: 2px 0
}

.build-img .page-img {
    padding-bottom: 0
}

.left-menu ul li.active a {
    color: #f57d02;
    position: relative
}

.left-menu ul li a:hover {
    color: #f57d02
}

.left-menu ul li a {
    display: block;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    text-transform: capitalize
}

.left-menu ul li a:hover::after,
.left-menu ul li.active a::after {
    position: absolute;
    right: 0;
    top: 0;
    background: #f57d02;
    width: 3px;
    height: 100%
}

.down-btn i {
    font-size: 24px;
    float: right
}

.down-btn {
    border: 1px solid #f4f4f4;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    transition: all .4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 2px
}

.down-btn.apli {
    margin-bottom: 0
}

.down-btn:hover {
    color: #fff;
    background: #f57d02;
    border: 1px solid #f57d02
}

.single-page-head .clients-testi {
    padding: 40px 30px;
    background: #f4f4f4
}

.single-page-head .review-text {
    margin-top: 20px
}

.clients-testi .guest-rev,
.clients-testi .review-text a {
    color: #444
}

.clients-testi .single-review {
    border: none
}

.review-text h4 {
    font-size: 16px;
    margin-bottom: 0
}

.single-page-head .review-text p {
    color: #333;
    font-size: 15px;
    margin-bottom: 10px
}

.single-page-head .review-img {
    margin-top: 0
}

.single-page-head .review-img img {
    border-radius: 50%;
    width: 80px;
    height: auto
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0
}

.mar-well {
    margin-bottom: 40px
}

.single-page {
    overflow: hidden
}

.single-well h3 {
    margin-bottom: 15px
}

.single-well.last-part p {
    margin-bottom: 0
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #2a354e
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #f57d02
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0 0 0
}

.marker-list li {
    color: #2a354e;
    padding-left: 35px;
    margin: 10px 0;
    position: relative
}

.marker-list li::after {
    text-align: center;
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 3px;
    font-family: themify;
    background: #f57d02;
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    line-height: 22px
}

.single-services-page .marker-list li {
    color: #2a354e
}

.blog-details .blog-category {
    margin-bottom: 15px
}

.upload-btn {
    cursor: pointer;
    background: #f57d02;
    border: 1px solid #f57d02;
    color: #fff;
    padding: 5px 8px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    transition: .4s;
    border-radius: 3px;
    margin-bottom: 0
}

.upload-btn:hover {
    color: #f57d02;
    border: 1px solid #f57d02;
    background: #fff;
    transition: all .3s ease 0s
}

.project-page-area .single-awesome-project {
    margin-bottom: 30px
}

.hire-btn {
    background: #f57d02;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: .4s;
    border-radius: 3px;
    border: 1px solid #f57d02
}

.hire-btn:hover {
    transition: .4s;
    background: #fff;
    color: #f57d02
}

.project-page-area .project-menu li a {
    color: #2a354e
}

.project-2-column .project-single {
    float: left;
    width: 50%
}

.project-4-column .project-single {
    float: left;
    width: 25%
}

.project-new h4 {
    color: #444;
    font-size: 24px;
    line-height: 34px
}

.project-details h3 {
    font-size: 30px
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #f57d02;
    border: 1px solid #f57d02;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all .5s ease 0s;
    width: 40px;
    border-radius: 50%
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover {
    background: #fff;
    border: 1px solid #f57d02;
    color: #f57d02;
    transition: all .5s ease 0s
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%
}

.project-carousel-3.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #f57d02;
    border: 1px solid #f57d02;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all .5s ease 0s;
    width: 40px;
    border-radius: 50%
}

.project-carousel-3.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px
}

.project-carousel-3.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-3.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover {
    background: #fff;
    border: 1px solid #f57d02;
    color: #f57d02;
    transition: all .5s ease 0s
}

.project-carousel-3.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%
}

.project-carousel-1.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #f57d02;
    border: 1px solid #f57d02;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all .5s ease 0s;
    width: 40px;
    border-radius: 50%
}

.project-carousel-1.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px
}

.project-carousel-1.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-1.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover {
    background: #fff;
    border: 1px solid #f57d02;
    color: #f57d02;
    transition: all .5s ease 0s
}

.project-carousel-1.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%
}

.project-history {
    background: #f57d02;
    padding: 30px;
    margin-bottom: 30px
}

.project-details h4 {
    font-size: 22px
}

.project-name ul li {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    margin: 10px 0
}

.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px
}

.project-inner {
    margin-bottom: 40px
}

.project-details p {
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 25px
}

.new-project {
    background: #f4f4f4;
    padding: 30px 30px 40px;
    margin-bottom: 30px
}

.agile-area .s-menu {
    display: block;
    width: fit-content
}

.related-links {
    display: flex;
    flex-wrap: wrap
}

.related-links li {
    padding-right: 40px;
    padding-bottom: 10px
}

.explore-more {
    display: block;
    padding: 12px 20px;
    border-radius: 50px;
    background: #f57d02;
    color: #fff
}

.services-counter {
    background: rgba(6, 34, 65, .85) none repeat scroll 0 0;
    padding: 30px 0
}

.counter-item {
    text-align: center;
    color: #fff
}

.counter-item h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0
}

.counter-item span {
    font-size: 40px
}

.case-studies-menu-area ul {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 10px;
    /* border:1px solid #ccc; */
    padding: 10px;
    box-shadow: 0px 5px 17px 20px rgba(174, 182, 201, 0.15);
    background: #fff;
    border-radius: 0;
    /* color: #7a7788; */
}

.case-studies-menu-area li {
    display: inline-block;
    padding: 0 20px
}

.case-studies-menu-area li a {
    color: #151b2c;
    padding: 10px;
    font-weight: 500;
}

.case-studies-menu-area li a:hover {
    text-decoration: underline;
    color: #f57c00;
    cursor: pointer
}

.case-study-post {
    margin-bottom: 50px;
    box-shadow: 0px 5px 17px 20px rgba(174, 182, 201, 0.15);
}

.case-study-post .post-img {
    max-width: 400px;
    padding-right: 20px
}

.case-study-post .pst-content {
    max-width: calc(100% - 400px);
    padding-left: 20px
}

.tool-tech-comment {
    margin: 0 auto;
    width: 80%
}

.tag-industry {
    padding: 12px 20px;
    background: #fff;
    border-radius: 50px;
    border: none;
    color: #f57d02;
    min-width: 200px;
    border: 1px solid #f57d02
}

.tag-industry:hover {
    color: #fff;
    transition: .4s;
    background: #f57d02
}

.tag-industry:focus {
    outline: 0
}

.tag-industry.selected {
    color: #fff;
    background: #f57d02
}

.brand-identity-area ul li {
    padding: 6px 0 6px 35px
}

#area-code {
    height: 52px
}

.search-result-title {
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.stick {

}

@media (min-width: 992px) {
    .stick {
        position: sticky;
        top: 100px;
    }
}

.under-post {
    display: flex
}

.under-post img {
    width: 40%;
    margin-right: 10px
}

.under-post h4 {
    overflow-x: hidden;
    width: calc(60% - 10px)
}

input[type=range] {
    width: 100%;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: 0
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: 0 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 200px;
    height: 10px;
    background: #f57d02;
    border-radius: 10px
}

input[type=range]:nth-child(2)::-webkit-slider-runnable-track {
    background: 0 0
}

input[type=range]::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -3px;
    background: #fff;
    border: 1px solid #f57d02
}

.human input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    width: 100%;
    padding: 5px
}

input[type=range] {
    width: 100%;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: 0
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: 0 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 200px;
    height: 10px;
    background: #f57d02;
    border-radius: 10px
}

input[type=range]:nth-child(2)::-webkit-slider-runnable-track {
    background: 0 0
}

input[type=range]::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    margin-top: -3px;
    background: #fff;
    border: 1px solid #f57d02;
    border-radius: 25px;
    z-index: 1
}

input[type=range]:nth-child(1)::-webkit-slider-thumb {
    z-index: 2
}

.rangeslider {
    position: relative;
    height: 60px;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    position: relative
}

.rangeslider input {
    position: absolute
}

.rangeslider span {
    position: absolute;
    margin-top: 30px;
    left: 0
}

.rangeslider .right {
    position: relative;
    float: right;
    margin-right: -5px
}

.bubble {
    background: #f57d02;
    color: #fff;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    top: -25px;
    transform: translateX(-50%)
}

.bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    color: #fff;
    top: -1px;
    left: 50%
}

.range-mark {
    position: absolute
}

.d-flex {
    display: flex
}

.d-block {
    display: block !important
}

.flex-wrap {
    flex-wrap: wrap
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center
}

.m-0 {
    margin: 0 !important
}

.m-10 {
    margin: 10px !important
}

.m-20 {
    margin: 20px !important
}

.m-30 {
    margin-right: 30px !important
}

.m-40 {
    margin-right: 40px !important
}

.m-50 {
    margin: 50px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.mr-20 {
    margin-right: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.mr-30 {
    margin-right: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.mr-40 {
    margin-right: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.mr-50 {
    margin-right: 50px
}

.p-0 {
    padding: 0 !important
}

.p-10 {
    padding: 10px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-40 {
    padding: 40px !important
}

.p-50 {
    padding: 50px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pt-10 {
    padding-top: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.pl-10 {
    padding-left: 10px
}

.pr-10 {
    padding-right: 10px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-20 {
    padding-left: 20px !important
}

.pr-20 {
    padding-right: 20px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px !important
}

.pl-30 {
    padding-left: 30px
}

.pr-30 {
    padding-right: 30px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

.pr-40 {
    padding-right: 40px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px !important
}

.pl-50 {
    padding-left: 50px
}

.pr-50 {
    padding-right: 50px
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.h-100 {
    height: 100%
}

.w-100 {
    width: 100%
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes zoom-inout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-inout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.global-message-dialog .ok-button {
    color: #fff;
    background: #f57d02
}

.global-message-dialog .ui-dialog-titlebar-close {
    display: none
}

.sharethis-inline-share-buttons .st-btn {
    margin-bottom: 8px
}

.article-related {
    /* background-color: #f7f7f7; */

}

.col-md-4.col-sm-6.col-xs-12.article-related {}

.popup {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.popup.show {
    display: flex !important;
    background: rgb(224, 224, 224, 0.5);
}

.popup-content {
    position: relative;
    margin: auto;
    width: 500px;
    height: 500px;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
}

.popup-content .close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.popup-content .close-btn:hover {
    color: #F57D02;
}

.popup-content .popup-title {
}

.popup-content .popup-title h3 {
    color: #F57D02;
    text-align: center;
}

.popup-content img {
    width: 50%;
}

.popup-content .popup-descript p {
    text-align: center;
}

.popup-content .popup-btn {
    padding: 5px;
    width: 100%;
    text-align: center;
    background: #2C445D;
    border: 1px solid #2C445D;
    cursor: pointer;
}

.popup-content .popup-btn:hover {
    background: #fff;
}

.popup-content .popup-btn:hover a {
    color: #2C445D;
}

.popup-content .popup-btn a {
    color: #fff;
}

.section-title{
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    margin: 0;
}

.section-title::before{
    content: '';
    position: absolute;
    width: 5px;
    /* margin-right: 13px; */
    left: 5px;
    top: 2px;
    bottom: 2px;
    -webkit-transform: skew(-20deg);
    -khtml-transform: skew(-20deg);
    transform: skew(-20deg);
    background-color: #dd3333;
}

.section-title-wraper{
    margin-bottom: 20px;
}

.hide-loading-icon {
    display: none;
}

.show-loading-icon {
    display: block;
}

.loading-icon {
    margin-left: -12px;
    margin-right: 8px;
}

.img-thumbnail-blog-slide{
    position: absolute;
}


/* For Career content type */
.career-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
