/*-------------------------------- 
# Top bar menu
----------------------------------*/

.header-top-area {
    padding: 15px 0;
    background: #444 none repeat scroll 0 0;
}

.top-bar-left-content a,
.header-info a {
    color: #fff;
}

.header-info span {
    position: relative;
    color: #fff;
}

.header-info>span:first-child {
    position: relative;
    background: #ffb200;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
}

.header-info>span:first-child a:hover {
    color: #fff;
}

.header-info span+span {
    margin-left: 8px;
    padding-left: 8px;
}


/*-------------------------------- 
# Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-left-menu ul li {
    display: inline-block;
}

.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}

.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #ffb200;
}

.top-bar-left-content {
    color: #fff;
}

.top-bar-left-content p {
    margin-bottom: 0;
}


/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
}

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social ul li {
    display: inline-block;
}

.header-social ul li a {
    color: #fff;
    font-size: 16px;
}

.header-social.text-white>a {
    color: #fff;
}

.menu-middle-area {
    border-top: 1px solid #ddd;
}

.header-social ul li+li {
    margin-left: 15px;
}


/* Social Style Two */

.shieldem-header-topst2 .header-social ul li+li:before {
    content: "/";
    margin-right: 8px;
    color: #fff;
}

.shieldem-header-topst2 .header-social ul li+li {
    margin-left: 8px;
}

.shieldem-header-topst2 .header-social ul li a {
    font-size: 14px;
}

.header-top-area.shieldem-header-topst2 .row:after {
    content: "";
    border-bottom: 1px solid #ddd;
    position: relative;
    width: calc(100% - 30px);
    margin: auto;
}

.shieldem-header-topst2 .header-info>span:first-child {
    background: transparent;
    padding: 0;
}

.shieldem-header-topst2 .header-info span+span:before {
    content: "/";
    margin-right: 8px;
}

.shieldem-header-topst2 .header-info span+span {
    padding-left: 0;
}

.shieldem-header-topst2 .header-info {
    padding: 5px 0px;
}


/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}

.header-search form {
    display: block;
    position: relative;
}

.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}

.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.header-search form button i {
    display: block;
    line-height: 38px;
}

.header-search form button:hover {
    color: #26c7cc;
}

.header-default {
    background: #fff;
}


/**
* Header Transparent Enable
*/

header.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}

.logged-in.admin-bar header.is-sticky {
    margin-top: 30px;
}

.is-sticky .header-menu-wrap .site-title {
    padding-top: 5px;
    padding-bottom: 5px;
}

.is-sticky a.meanmenu-reveal {
    top: -39.5px;
}


/**
* Header Sticky 
*/

header.is-sticky {
    position: fixed;
    left: 0;
    top: 0 !important;
    right: 0;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

body.logged-in.admin-bar .is-sticky {
    padding-top: 0px!important;
}

header.is-sticky .default-menu nav>ul>li>a {
    padding: 20px 40px 20px 0;
}

header.is-sticky .default-menu nav>ul>li:last-child>a {
    padding-right: 0;
}
header.header_st_2.is-sticky .default-menu nav>ul>li>a {
    padding:4px 20px;
    color:#ffffff;
}
header.header_st_2.is-sticky .default-menu nav>ul>li:last-child>a{
    padding-right: 20px;
}
/**
* Default Menu Style
*/

.default-menu nav>ul>li.menu-item-has-children>a::after,
.default-menu div>ul>li.menu-item-has-children>a::after {
    font-family: fontawesome;
    content: "\f107";
    margin-left: 5px;
}

.default-menu li a {
    color: #333;
}

.default-menu li:hover > a,
.default-menu li.current-page-item>a,
.default-menu li.current-page-parent>a,
.default-menu li.current-page-ancestor>a,
.default-menu li.current-menu-item>a,
.default-menu li.current-menu-parent>a,
.default-menu li.current-menu-ancestor>a {
    color: #ffb200;
}

.default-menu nav>ul,
.default-menu div>ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.default-menu nav>ul>li,
.default-menu div>ul>li {
    position: relative;
}

.default-menu nav>ul>li>a,
.default-menu div>ul>li>a {
    display: flex;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 40px 30px 0;
    transition: all 0.3s ease 0s;
}

.default-menu nav>ul>li:last-child>a,
.default-menu div>ul>li:last-child>a {
    padding-right: 0;
}

.default-menu .sub-menu,
.default-menu .children {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    left: 0;
    list-style: none;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
    border-top: 2px solid #ffb200;
}

.default-menu nav>ul>li:hover>.sub-menu,
.default-menu div>ul>li:hover>.children {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.default-menu .sub-menu li,
.default-menu .children li {
    position: relative;
}

.default-menu .sub-menu li a,
.default-menu .children li a {
    line-height: 25px;
    padding: 10px 0px;
    font-size: 14px;
    display: flex;
    border-bottom: 1px dotted #ddd;
    transition: all 0.3s ease 0s;
}

.default-menu .sub-menu li:last-child a,
.default-menu .children li:last-child a {
    border-bottom: none;
}

.default-menu .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
}

.default-menu .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}


/* Last 2 Element drop-down position */

.last-elements .sub-menu {
    left: auto;
    right: 0;
}

.last-elements .sub-menu li .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}


/**
* Hover Animation 
*/

.sub-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}


/**
* Mobile Menu 
*/

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}


/**
* Menu Open/Close Button
*/

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -51.5px;
    width: auto;
    transform: translateY(-50%);
    color: #333;
}

a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #ffb200;
    outline: medium none;
}

a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}


/**
* Mobile Menu Nav
*/

.mean-nav {
    background-color: #000;
    margin: 0;
}

.mean-nav a.mean-expand {
    border: medium none !important;
    color: #ddd !important;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}

.mean-nav a.mean-expand:hover {
    color: #ffb200;
}

.mean-nav a.mean-clicked {
    font-size: 22px !important;
}

.mean-nav>ul {
    float: left;
    padding: 29px 29px 15px;
    display: none;
    max-height: 290px;
    overflow-y: scroll;
    position: absolute;
    background: #000;
}

.mean-nav>ul>li>a {
    color: #ddd;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}

.mean-nav>ul>li>a:hover,
.mean-nav>ul>li.current_page_item>a {
    color: #ffb200;
}


/**
* Mobile Sub & Mega menu
*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}

.mean-nav ul li li {
    margin: 0;
    padding: 0;
}

.mean-nav ul li li a {
    color: #ddd;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
    border-bottom: none;
}

.mean-nav .sub-menu li:hover>a {
    color: #ffb200;
}

.mean-nav .sub-menu li.current_page_item:hover>a {
    color: #ffb200;
}

.mean-nav ul li li.current_page_item>a,
.mean-nav ul li li>a:hover,
.mean-nav .sub-menu li>a:hover {
    color: #ffb200;
}

.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}

.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}

.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}

.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}


/**
* Text Logo Style 
*/

.site-title h3,
.site-title p {
    margin: 0;
    color: #333;
}

.site-title a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
}


/**
* Logo Position
*/

.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.header-menu-wrap .site-title {
    min-width: 150px;
    flex-shrink: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header_st_2 .header-menu-wrap .site-title{
    display: flex;    
}
.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}


/**
* Search Option
*/

.page-title-search-box input {
    background: transparent;
    border-radius: 0;
    padding: 10px 20px;
}

.page-title-search-box input:focus {
    outline: none;
}

.page-title-search-box button {
    display: none;
}

.page__title__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap column;
}

.page__title__inner.breadcrumbs-title-left {
    justify-content: flex-start;
    align-items: flex-start;
}

.page__title__inner.breadcrumbs-title-center {
    justify-content: center;
    align-items: center;
}

.page__title__inner.breadcrumbs-title-right {
    justify-content: flex-end;
    align-items: flex-end;
}


/**
* Page Title and Breadcrumbs
*/

.page__title__wrapper {
    background: #333;
}

.page__title__inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page__title__inner>h1 {
    padding-bottom: 10px;
    margin: 0;
    color: #fff;
}

.page__title__inner>p {
    margin-bottom: 0.80em;
}

.page__title__inner .page-subtitle {
    margin-bottom: 0;
}

.breadcrumbs_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}

.breadcrumbs_wrap ul li {
    display: inline-block;
}

.breadcrumbs_wrap ul li {
    padding: 0 5px;
    font-size: 16px;
}

section.page__title__wrapper {
    position: relative;
}

section.page__title__wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}

section.page__title__wrapper.text-center {
    justify-content: center;
    align-items: center;
}

section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container,
section.page__title__wrapper.full-height .container .row,
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container-fluid,
section.page__title__wrapper.full-height .container-fluid .row,
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    height: 100vh;
}

section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}

section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container,
section.page__title__wrapper.half-height .container .row,
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container-fluid,
section.page__title__wrapper.half-height .container-fluid .row,
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    height: 50vh;
}

section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}

section.page__title__wrapper .page__title__inner {
    width: 100%;
    color: #fff;
}
.page__title__inner h2{
    color: #fff;
}
.breadcrumbs_wrap ul,
.breadcrumbs_wrap ul li,
.breadcrumbs_wrap ul li a {
    transition: 0.3s !important;
    color: #fff;
}

.breadcrumbs_wrap ul li a:hover,
.breadcrumbs_wrap ul li.item-current {
    color: #ffb200;
    word-break: break-word;
}

header.page-header .page-title {
    margin-top: 0;
}


/**
* Page Wrapper
*/

.page-wrapper {
    padding: 100px 0;
}

.page-sub-title p {
    margin-bottom: 10px;
}


/**
* Default Footer
*/

footer .default-footer {
    background: #333;
    padding: 20px 0;
    color: #fff;
    position: relative;
}

footer .default-footer:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-social a {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    margin-left: 8px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: inline-block;
}

.footer-social a:hover {
    color: #555555;
    background: #fff;
}

.footer-social {
    text-align: right;
}

.default-footer-content-wrap.footer-bottom {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 15px;
}

.footer-social p {
    margin-bottom: 0;
}

.footer-single ul {
    list-style: none;
}
.footer-top-section {
    padding-bottom: 60px;
    padding-top: 60px;
    border-bottom: 1px solid #ccc;
}

.mc4wp-form-fields input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

.mc4wp-form-fields input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.mc4wp-form-fields input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.mc4wp-form-fields input::-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

.footer-single h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.mc4wp-form-fields p {
    position: relative;
}

.mc4wp-form-fields input {
    background: transparent none repeat scroll 0 0;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 5px 0px;
    position: relative;
    color: #fff;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.mc4wp-form-fields input:focus {
    color: #fff;
}

.mc4wp-error p {
    color: red !important;
}

.mc4wp-form-fields input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #555;
    font-weight: 400;
    padding: 1px 42px;
    line-height: 35px;
    border-radius: 0;
    height: auto;
    width: auto;
    letter-spacing: 1px;
}

.mc4wp-form-fields input[type=submit]:hover {
    background: #ffb200;
    color: #fff;
}

.footer-single ul.menu {
    padding: 0;
}

.footer-single ul.menu>li+li {
    margin-top: 12px;
}

.footer-single:not(.widget_recent_comments) li>a:hover {
    padding-left: 5px;
}

.footer-single a:hover,
.footer-single .sidebar-blog .content .title:hover {
    color: #ffb200;
}

.footer-single ul.menu li a::before {
    content: "\eb27";
    font-family: icofont;
    margin-right: 5px;
}

.footer-single .sidebar-blog .content .title {
    color: inherit;
}


/**
* Footer fixed enable effect
*/

footer.fixed-footer-enable {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}


/**
* Not found / 404 page 
*/

.page-not-found-wrap {
    height: 700px;
    width: 100%;
    background: #f6f6f6;
    padding-top: 62px;
}

.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}

.page-not-found-wrap .container .pnf-inner-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}

.pnf-inner>h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.pnf-inner>h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

.pnf-inner>p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}

.pnf-inner a.btn {
    background-color: #ffb200;
    border: 1px solid #ffb200;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

.pnf-inner a.btn:hover {
    background-color: #ffb200;
}

.align-center {
    align-items: center;
    display: flex;
}


/* Breadcrumb */

.breadcrumb-wrapper .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb-wrapper .breadcrumb.black-text li a {
    color: #444
}

.breadcrumb-wrapper .breadcrumb.black-text li.active {
    color: #888
}

.breadcrumb-wrapper .breadcrumb li.active {
    color: #ccc;
}


/*Slider Area*/

.slider-area {
    display: block;
    position: relative;
}

.slide-table {
    display: table;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slide-content {
    height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.slide-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 13px;
    animation-delay: 0.8s;
    text-transform: capitalize;
}

.slide-content h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin: 0px;
    animation-delay: 1.2s;
    text-transform: uppercase;
}

.slide-content p {
    animation-delay: 1.3s;
    margin-top: 30px;
    color: #fff;
}

.slide-content h2 span,
.slide-content h1 span {
    color: #ffb200;
}

.slide-btn a {
    background: #ffb200 none repeat scroll 0 0;
    box-shadow: 0 0 1px transparent;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    transform-origin: 0 100% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    animation-delay: 1.6s;
    transition: .3s;
    margin-top: 30px;
    font-size: 14px;
    padding: 0 25px;
    font-weight: 500;
    letter-spacing: 1px;
}

.slide-btn a:hover {
    background: #000;
    color: #fff;
}

.slide-btn .read-more {
    margin-top: 30px;
}


/* Slider Dot Css */

.owl-dots {
    bottom: 0;
    margin-bottom: 40px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: auto;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.slider-item {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    color: #ffb200;
    font-size: 25px;
}

.slider-area .owl-dots .owl-dot.active {
    font-size: 35px;
}

.slider-area .owl-dots::after {
    bottom: 10px;
    content: "";
    height: auto;
    left: 6px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: calc(100% - 24px);
    border-bottom: 1px solid transparent;
}


/* Slider Animation Css */

.slide-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.active .slide-content h2 {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.active .slide-content h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.active .slide-content .slide-btn a {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.active .slide-content p {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.active .shieldem-slide-image img {
    animation-delay: 0.5s;
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    left: -39px;
    z-index: 2;
    width: 50px;
    color: #000;
    height: 50px;
    background: transparent;
    text-align: center;
    line-height: 50px;
    font-size: 42px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
}

.owl-nav div:hover {
    color: #ffb200;
}

.owl-nav div.owl-next {
    left: auto;
    right: -39px;
}

.slider-area:hover .owl-nav div {
    left: 0px;
}

.slider-area:hover .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}

.slider-item::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}


/* Slider New Style */

.shieldem-slide-image img {
    max-width: 100%!important;
    width: auto!important;
}

.shieldem-slide-image {
    align-self: flex-end;
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
    align-items: flex-end;
}
.shieldem-slide-image img {
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
}

.shieldeam_container_custom {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .shieldem-slide-image {
        justify-content: center;
    }
}


/* ============= 4. Section Titel CSS ============= */

.section-titel h3 {
    display: block;
    position: relative;
    margin: 0 0 13px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.section-titel h3 span,
.section-titel h4 span {
    color: #ffb200;
}

.section-titel h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1;
    color: #ffb200;
}

.section-titel {
    margin-bottom: 45px;
    margin-top: 90px;
}

.section-titel.dotborder h3::after,
.title-style-three span:after,
.title-style-three span:before {
    border-bottom: 2px solid #ffb200;
    bottom: -10px;
    content: "";
    height: auto;
    position: absolute;
    width: 70px;
}

.section-titel p {
    font-size: 16px;
    margin-bottom: 0;
}

.section-titel.dotborder.text-right h3::after {
    right: 00px;
}

.section-titel.dotborder.text-left h3::after {
    left: 0px;
}

.section-titel.dotborder.text-center h3::after {
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
}

.section-titel.dotborder.text-center h3 {
    margin-bottom: 23px;
}

.title-style-three span {
    position: relative;
    display: inline-block;
    padding: 0 3px;
}

.title-style-three span i {
    display: block;
    font-size: 20px;
}

.title-style-three span::after {
    left: 100%;
    bottom: 50%;
    transform: translateY(50%);
}

.title-style-three span::before {
    right: 100%;
    bottom: 50%;
    transform: translateY(50%);
}

.title-style-four::after {
    bottom: -50px;
    content: "";
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    border: 1px solid #000;
}


/*  choose-us area*/

.feature-box {
    border: 1px solid rgb(239, 239, 239);
    padding: 40px 25px;
    transition: .3s;
    text-align: center;
}

.single-feature {
    border: 1px solid rgb(243, 188, 22);
    padding: 30px 20px 20px;
    transition: .3s;
}

.single-feature:hover {
    border: 1px solid rgb(243, 188, 22);
    background: rgb(243, 188, 22);
    transition: .3s;
}

.single-feature h3,
.feature-box h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.85);
    transition: .3s;
    margin-bottom: 10px;
}

.single-feature p,
.feature-box p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    transition: .3s;
    margin-bottom: 0;
}

.single-feature p {
    margin-bottom: 10px;
}

.feature-icon i {
    color: rgb(243, 188, 22);
    font-size: 30px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}

.single-feature:hover i,
.single-feature:hover h3,
.single-feature:hover p {
    color: #fff;
    transition: .3s
}

.project-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    z-index: 9;
}

.filter_item_box:hover .project-content {
    opacity: 1;
    bottom: 20%;
    transform: translateY(50%);
    visibility: visible;
    transition: .4s;
}

.project-content h4 {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 0;
}

.project-content h4 a:hover {
    color: #ffb200;
}

.project-content span {
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    text-transform: capitalize;
}

.project_des_all {
    overflow: hidden;
    width: 100%;
}

.project-des {
    border: 1px solid #efefef;
    float: left;
    width: 340px;
    border-right: none;
}

.project-des_img {
    width: calc(100% - 340px);
    float: right;
}

.project-des_img img {
    width: 100%;
}

.project-des_img.img_full {
    width: 100%;
}

.project-des h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    padding: 27px 50px 25px;
    font-weight: 600;
}

.project-des>ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.project-des ul li {
    border-top: 1px dotted #ddd;
    padding: 20px 25px 20px 50px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.service-details-content h3 {
    margin-top: 44px;
    font-size: 27px;
    margin-bottom: 20px;
}


/* ============= About Us ============= */

.shieldem-video-box {
    box-sizing: border-box;
    display: inline-block;
    min-height: 300px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.popup-youtube {
    color: #fff;
    font-size: 60px;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 70px;
    z-index: 2;
    line-height: 70px;
    transform: translateY(-50%);
}

.aboutus-titel {
    margin-bottom: 45px;
}

.aboutus-bottom-txt {
    margin-top: 25px;
}

.person-area {
    display: inline-block;
    margin: 8px auto 0;
    text-align: center;
    min-width: 17%;
}

.person-img {
    float: left;
    margin-right: 10px;
}

.person-txt {
    display: block;
    margin-top: 8px;
    overflow: hidden;
}

.aboutus-bottom-txt>p {
    font-size: 16px;
    line-height: 30px;
    margin: auto auto 20px;
    width: 65%;
}

.person-txt h6 {
    font-weight: 500;
    margin: 0 0 2px;
}

.person-txt>span {
    color: #555;
    font-size: 13px;
}

.shieldem-video-box::before {
    background: #000;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
}


/* ============= Project Count Area ============= */

.project-count>span {
    color: #fff;
    display: inline-block;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 5px;
    position: relative;
}

.project-count>span::after,
.project-count.shiledem-count-st2 h3 span:before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.project-count h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.coutner_icon i {
    color: #fff;
    font-size: 24px;
}

.coutner_icon img {
    display: inline-block;
}


/* Counter Style 2 */

.project-count.shiledem-count-st2 h3>span {
    position: absolute;
    top: 100%;
    margin-left: 10px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Open Sans", Sans-serif;
}

.project-count.shiledem-count-st2 h3>span:before {
    bottom: auto;
    top: -4px;
    background: #000;
    width: 25px;
}

.project-count.shiledem-count-st2>span:after {
    display: none;
}

.project-count.shiledem-count-st2 h3:after {
    position: absolute;
    content: "1408";
    font-size: 130px;
    left: 20px;
    opacity: 0.1;
    font-weight: 700;
    top: -46px;
    font-family: 'Poppins', sans-serif;
}


/*Gallery*/

.filter_item_box {
    padding: 10px;
}

.ft_item_image {
    display: block;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.ft_item_image::before {
    background: rgb(243, 188, 22)none repeat scroll 0 0;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: "";
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
    margin: 20px;
}

.ft_item_image img {
    width: 100%;
}

.grid-item:hover .ft_item_image::before {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1);
    opacity: 1;
}

.grid-item:hover .ft_item_image a.icon_link {
    opacity: 1;
    top: 50%;
}

.ft_item_image a.icon_link {
    background-color: #ffb200;
    border-radius: 50%;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    margin: auto;
    right: 0;
    text-align: center;
    width: 44px;
    z-index: 9;
    top: 60%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.filter-menu-list {
    text-align: center;
    margin-bottom: 45px;
}

.filter-menu-list button {
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
    background: transparent;
    padding: 0;
    height: auto;
    line-height: 1;
}

.filter-menu-list button+button {
    margin-left: 30px;
}

.filter-menu-list button.is-checked,
.filter-menu-list button:hover {
    color: #ffb200;
}


/* =============  Testimonial Area ============= */

.testimonial-image {
    margin-bottom: 22px;
}

.testimonial-content>h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 4px;
    position: relative;
}

.testimonial-content>span {
    color: #555;
    font-size: 14px;
}

.testimonial-image {
    margin-bottom: 18px;
}

.testimonial-image > img {
    display: inline-block !important;
    width: auto !important;
    max-height: 100px !important;
}

.testimonial-content>p {
    padding: 0 200px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

.testimonial-slider .owl-dots {
    margin-bottom: 0;
    bottom: -46px;
}

.owl-dots .owl-dot {
    position: relative;
}

.owl-dot span {
    width: 20px;
    height: 10px;
    background: transparent;
    bottom: 0;
    left: 0;
    display: block;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

.owl-dot.active span {
    width: 30px;
    background: #fff;
}
/*Trigger Menu css*/

.menu_style2 {
    width: calc(100% - 80px);
    float: left;
}

.default-menu nav.menu_style2>ul {
    justify-content: flex-end;
}

.trigger-menu-icon {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    width: 35px;
    cursor: pointer;
    margin-top: 29px;
}

.trigger-menu-icon span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 8px 0;
    transform-origin: center center 0;
    transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
}

.trigger-menu-icon.is-active span {
    opacity: 0;
    visibility: hidden;
}

.trigger-menu-icon.is-active span:first-child {
    margin-bottom: -9px;
    opacity: 1;
    transform: rotate(-45deg);
    visibility: visible;
}

.trigger-menu-icon.is-active span:last-child {
    margin-top: -8px;
    opacity: 1;
    transform: rotate(45deg);
    visibility: visible;
}

.menu_style2 {
    width: calc(100% - 60px);
    position: relative;
    transform: scaleX(0);
    transform-origin: 100% 0 0;
    transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
    visibility: hidden;
    opacity: 0;
}

.header-style-2 .menu_style2.is-visible {
    opacity: 1;
    transform: scaleX(1);
    visibility: visible;
    z-index: 999;
}

.is-sticky .trigger-menu-icon {
    margin-top: 16px;
}

.header_style_3.container-fluid {
    padding-left: 135px;
    padding-right: 135px;
}

.header_style_3 .default-menu nav>ul>li>a {
    padding: 0px 10px 10px;
}

header.is-sticky .header_style_3 .default-menu nav>ul>li>a {
    padding: 5px 8px;
}

.header_style_3 .default-menu {
    padding-top: 24px;
}

.pro-mre-btn>a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Orbitron", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: capitalize;
}

.pro-mre-btn>a:hover {
    background: #ffb200;
    color: #fff;
    border-color: #ffb200;
}

.pro-mre-btn {
    margin-top: 14px;
}

.active .slide-content p {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
}

.slider-active .owl-nav div span {
    position: absolute;
    right: 62px;
    top: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    color: #ffb200;
    font-size: 12px;
    font-weight: 600;
}

.arrow_hover .slider-active .owl-nav div:hover span {
    opacity: 1;
    visibility: visible;
}

.slider-active .owl-nav div.owl-prev span {
    right: auto;
    left: 62px;
}


/* ============= News Single Area ============= */

.recent-news-single {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 28px;
    transition: all 0.4s ease 0s;
}

.recent-news-single:hover {
    border-color: #ffb200;
}

.news-content h4 {
    margin: 0 0 13px;
    font-size: 21px;
    font-weight: 500;
}

.news-content h4 a {
    color: #555;
}

.news-content {
    padding: 25px 20px 20px;
}

.news-content .news-meta span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 25px;
}

.news-content .news-meta span:last-child {
    padding-right: 0;
}

.news-content .news-meta span a {
    color: #555;
}

.news-content .news-meta span a:hover,
.news-content h4 a:hover {
    color: #ffb200;
}

.news-content a.read-more {
    transition: all 0.3s ease-in-out;
    color: #555;
    font-size: 14px;
}

.news-meta {
    margin-bottom: 10px;
}

.news-thumbnail>a,
.blog-thumb>a {
    display: inline-block;
    position: relative;
}

.news-thumbnail>a:before,
.blog-thumb>a:before {
    background: #ffb200;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
    right: 0;
    bottom: 0;
}

.recent-news-single:hover .news-thumbnail>a:before,
.blog-post:hover .blog-thumb>a:before {
    opacity: 0.8;
}

.news-content a.read-more img {
    display: inline-block;
}


/* About Us Actor */

.about-service-left>h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

.about-service-left ul li {
    border-top: 1px solid #f6f6f6;
    color: #464646;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.about-service-left ul {
    padding-left: 0;
    margin-top: 20px;
}

.about-service-left ul li::before {
    color: #464646;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 12px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.about-service-left>h3 span {
    color: #ffb200;
}

.button-horizental {
    padding-top: 15px;
}

.button-horizental>a {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    transition: all 0.4s ease 0s;
}

.button-horizental>a:hover {
    color: #ffb200;
}

.button-horizental a {
    display: inline-block;
    position: relative;
}

.button-horizental a::after {
    border: 1px solid #ffb200;
    bottom: 91%;
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    width: 1px;
}

.actor-about-image {
    padding-left: 50px;
}


/*Testimonial Style 2*/

.clientsay-single {
    display: flex;
}

.testimonial-content>h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 4px;
}

.testimonial-content>span {
    color: #ffff;
    font-size: 14px;
}

.testi-img {
    margin-bottom: 18px;
}

.testi-img>img {
    display: inline-block !important;
    width: auto !important;
}

.testimonial-content>p {
    padding: 0 200px;
}

.client-feedback {
    position: relative;
    max-width: 50%;
}

.client-feedback::after {
    bottom: -50px;
    content: "";
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    border: 1px solid #ffb200;
}

.client-feedback>h3 {
    color: #555;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 60px;
}

.client-feedback>h3 span {
    color: #ffb200;
}

.clientsay-content {
    flex-basis: 50%;
}

.client-img {
    margin-left: 35px;
    margin-top: -125px;
}

.clientsay-content h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 0;
}

.clientsay-area {
    position: relative;
}

.indicator3 .owl-nav {
    bottom: 58px;
    left: 26%;
    margin: 0;
    opacity: 1;
    position: absolute;
    text-align: left;
    transition: all 0.4s ease 0s;
    width: auto;
}

.indicator3 .owl-nav [class*="owl-"] {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font-size: 34px;
    margin: 0 -3px;
    padding: 0;
    transition: .4s;
    opacity: 1;
}

.indicator3 .owl-nav [class*="owl-"]:hover {
    color: #ffb200
}

.indicator3 .owl-nav .owl-prev::after {
    color: #555555;
    content: "/";
    font-size: 20px;
    left: 38px;
    position: absolute;
    top: 0px;
}

.cr-border-bottom {
    border-bottom: 1px solid #dddddd;
}

.testimonial-content>h6::after {
    top: -50px;
    content: "";
    height: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    border-left: 1px solid transparent;
}

.brand-logo {
    margin-bottom: 80px;
}

.brand-image {
    text-align: center;
}

.single-brand:hover .brand-image img {
    cursor: grab;
}

.brand-image img {
    display: inline-block!important;
}

.subscribe-form form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    float: left;
    font-size: 13px;
    height: 50px;
    margin: 0;
    padding-left: 19px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 160px;
}

.subscribe-form form input:focus {
    color: #333;
}

.subscribe-form input[type="submit"] {
    background: #ffb200;
    border: medium none;
    cursor: pointer;
    height: 50px;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: inherit;
    border-radius: 0 100px 100px 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Orbitron', sans-serif;
    padding: 1px 24px;
}

.subscribe-form {
    max-width: 580px;
    margin: auto;
    z-index: 1;
}

.subscribe-form input::-moz-placeholder {
    color: #444;
    font-size: 14px;
    opacity: 1;
}

.subscribe-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444;
}

.subscribe-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #444;
    opacity: 1;
}

.subscribe-form input::-ms-input-placeholder {
    /* IE 10+ */
    color: #444;
    opacity: 1;
}


/*----------------------------------------*/


/*  pricing-table
/*----------------------------------------*/

.single-pricing-table {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #dddddd;
}

.single-pricing-table-head {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0px 0px 1px;
    padding: 40px 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing-table-head>h4,
.single-pricing-table-head>h5 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing-table-head>h5 {
    color: #303030;
    font-size: 18px;
}

.single-pricing-table-head h5 span b {
    font-size: 30px;
}

.monthly {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.single-pricing-table-head>h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: 0;
}

.single-pricing-table-body {
    padding: 35px 0 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing-table-body ul {
    padding-left: 0;
    list-style: none;
}

.single-pricing-table-body li {
    color: #565656;
    font-size: 14px;
    margin-bottom: 20px;
}

.single-pricing-table-body a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin-top: 15px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
}

.single-pricing-table:hover .single-pricing-table-head {
    background: #ffb200 none repeat scroll 0 0;
}

.single-pricing-table:hover .single-pricing-table-head h4,
.single-pricing-table:hover .single-pricing-table-head h5 {
    color: #fff;
}

.single-pricing-table:hover .single-pricing-table-body a {
    border: 1px solid #ffb200;
    background: #ffb200;
    color: #fff;
}

.single-pricing-table:hover .single-pricing-table-head {
    border-color: transparent;
}

.single-pricing-table:hover .single-pricing-table-body {
    border-color: transparent;
}


/* active-price */

.active .single-pricing-table-head {
    background: #ffb200 none repeat scroll 0 0;
    border-color: transparent;
}

.active .single-pricing-table-head h4,
.active .single-pricing-table-head h5 {
    color: #fff;
}

.active .single-pricing-table-body {
    border-color: transparent;
}

.active .single-pricing-table-body .order {
    border: 1px solid #ffb200;
    background: #ffb200;
    color: #fff;
}

.single-pricing-table:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.active:hover .single-pricing-table-head {
    background: #0095d9 none repeat scroll 0 0;
}


/*Contact Page*/

.shield-contact label {
    width: 100%;
}
.wpcf7 label{
    width:100%;
}
.shield-contact input {
    height: 34px;
    width: 100%;
    padding: 5px 10px;
    border-color: #ddd;
}

.shield-contact textarea {
    border-color: #ddd;
}

.shield-contact input[type=submit] {
    background: #ffb200 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    width: 150px;
}

i.fa {
    font-family: "FontAwesome";
}

.fa.fa-map-marker:before {
    content: "\f041"!important;
}

.fa.fa-ticket:before {
    content: "\f145"!important;
}

.mean-container .mean-nav>ul {
    padding: 25px;
}


/* Header New Menu Style */

.header_st_2 .header-menu-wrap .site-title {
    min-width: 375px;
    position: relative;
}

.header_st_2 .primary-nav-wrap.nav-horizontal.default-menu.default-style-one {
    background: #dd5d3a;
    flex-grow: 100;
}

.header_st_2 .default-menu nav>ul>li>a,
.header_st_2 .default-menu div>ul>li>a {
    display: flex;
    font-size: 16px;
    line-height: 1.2px;
    padding: 4px 20px;
    min-height: 80px;
    align-items: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.header_st_2 .default-menu nav>ul>li:hover>a,
.header_st_2 .default-menu div>ul>li:hover>a,
.header_st_2 .default-menu li.current-menu-item>a {
    background: #fff;
    color: #dd5d3a;
}
.header_st_2 .default-menu li:hover > a{
    color: #dd5d3a;
}
.header_st_2 .container-fluid {
    padding: 0;
}

.header_st_2 .default-menu nav>ul,
.header_st_2 .default-menu div>ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.header_st_2 .default-menu .sub-menu, .header_st_2 .default-menu .children{
    border-color: #dd5d3a;
}

.is-sticky.header_st_2 .header-menu-wrap .site-title {
    padding: 0;
}

.shieldem_call_to_action {
    align-self: center;
    display: flex;
    height: 100%;
    margin-left: 21px;
    min-width: 375px;
    justify-content: flex-end;
}

.shieldem_call_to_action a {
    text-transform: uppercase;
    background: transparent;
    color: #dd5d3a;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    flex: auto;
    justify-content: center;
    font-weight: bold;
}

.shieldem_call_to_action a i {
    font-size: 25px;
}

.shieldem_call_to_action a:hover {
    color: #dd5d3a;
}


/*Sticky & Mobile Logo*/

.is-sticky img.shieldem_dft_logo {
    display: none;
}

img.shieldem_stc_logo {
    display: none;
}

.is-sticky img.shieldem_stc_logo {
    display: block;
}

img.shieldem_mbl_logo {
    display: none;
}

@media (max-width: 991px) {
    img.shieldem_dft_logo {
        display: none;
    }
    img.shieldem_mbl_logo {
        display: block;
    }
    .is-sticky img.shieldem_mbl_logo {
        display: none;
    }
}


/*======= Onepage Sidebar Styles =======*/

.shieldem-header-contact a,
.shieldem-header-side_btn button,
.shieldem-op_sidebar__header button {
    background: #dd5d3a;
    line-height: 1;
    border-radius: 0;
    font-size: 30px;
    height: 90px;
    width: 90px;
    text-align: center;
    padding: 0;
    border: none;
    color: #ffff;
}

.shieldem-header-contact a:hover {
    color: #ffff;
}

.shieldem-header-side_btn button:hover,
.shieldem-header-side_btn button:focus {
    opacity: 1;
}

.header_st_2 .site-title a {
    flex: auto;
    align-self: center;
}

.header_st_2 .site-title {
    padding: 0;
}

.shieldem-header-side_btn.onepage-menu__toggle {
    flex: auto;
}

.body-overlay {
    position: relative;
}

.shieldem-sidebar-left-content-area {
    position: absolute;
    top: 90px;
    left: 0;
    height: auto;
    z-index: 2;
    width: 445px;
    color: #fff;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    z-index: 22;
    overflow: hidden;
    z-index: 999;
}

.shieldem-op-sidebar {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-right: 1px solid #ddd;
}

.logged-in.admin-bar .shieldem-sidebar-left-content-area {
    top: 122px;
}

.shieldem-sidebar-left-content-area .shieldem-op-sidebar button.shieldem-op-sidebar-close {
    background: transparent;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #353535;
    border: 1px solid #353535;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    padding: 0;
}

.shieldem-sidebar-left-content-area .shieldem-op-sidebar button.shieldem-op-sidebar-close:hover {
    color: #e51515;
    border-color: red;
}

h2.slite_demo_title {
    color: #ddd;
    padding: 50px;
    font-size: 26px;
}

.shieldem-sidebar-left-content-area.inside {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 22;
}

.shieldem-op_sidebar__header {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 100%;
    z-index: 999;
}

.shieldem-op_sidebar__header.shieldem-header-side_btn {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}


/* Header Style 3 */

.header-top-area.shieldem-header-topst2 {
    background: transparent;
    position: absolute;
    z-index: 9;
    width: 100%;
}


/* Slick Dots style */

.shieldem-slick-dots ul.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 40px;
}

.shieldem-slick-dots ul.slick-dots li button {
    background: #fff;
    border: 1px solid #ddd;
    text-indent: -9999px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.shieldem-slick-dots ul.slick-dots li {
    margin: 0 15px;
}

.shieldem-slick-dots ul.slick-dots li.slick-active button {
    background: #dd5d3a;
}


/* Blog Style 2 */

.shieldem-blog-widget .news-thumbnail>a:before,
.shieldem-blog-widget .blog-thumb>a:before {
    opacity: 1;
}

.news-thumbnail {
    line-height: 0;
}

.shieldem-blog-widget .recent-news-single:hover .news-thumbnail>a:before,
.shieldem-blog-widget .blog-post:hover .blog-thumb>a:before {
    opacity: 1;
}

.recent-news-single.shieldem_blog_st2 {
    border: none;
    padding: 0;
    position: relative;
    margin: 0;
}

.recent-news-single.shieldem_blog_st2 .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


/* Team CSS */

.shieldem-team-title h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
}

.shieldem-team-title>span {
    transition: all 0.3s ease-in-out;
}

.shieldem-team-img img {
    width: 100%;
}

.shieldem-team-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.shieldem-team-social ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.shieldem-team-social {
    transition: all 0.3s ease-in-out;
    padding-top: 6px;
}

.shieldem-team-social ul>li>a {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shieldem-single-team.shieldem-team-st2 .shieldem-team-content:before,
.shieldem-single-team.shieldem-team-st2 .shieldem-team-content:after {
    position: absolute;
    content: "";
    background: #fff;
    top: -38px;
    left: -12px;
    width: 104%;
    height: 76px;
    transform: rotate(7deg);
    box-shadow: 0px 7px 11px 1px #333;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.shieldem-single-team.shieldem-team-st2 .shieldem-team-content:after {
    transform: rotate(-7deg);
    left: auto;
    right: -117px;
    z-index: -2;
}

.shieldem-single-team.shieldem-team-st2 {
    padding: 1px 1px;
    box-shadow: 0px 0px 6px -4px #000;
    overflow: hidden;
    position: relative;
}

.shieldem-team-info {
    background: #fff;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.shieldem-single-team.shieldem-team-st2 .shieldem-team-content {
    position: absolute;
    bottom: -93px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.shieldem-team-social {
    transition: all 0.3s ease-in-out;
}

.shieldem-single-team.shieldem-team-st2 .shieldem-team-social {
    min-height: 90px;
}

.shieldem-single-team.shieldem-team-st2:hover .shieldem-team-content {
    bottom: 0;
    opacity: 1;
    background: #dd5d3a;
}

.shieldem-single-team.shieldem-team-st2:hover .shieldem-team-info,
.shieldem-single-team.shieldem-team-st2:hover .shieldem-team-content:before,
.shieldem-single-team.shieldem-team-st2:hover .shieldem-team-content:after {
    background: #dd5d3a;
}

.shieldem-abt-team {
    display: inline;
    font-size: 15px;
    color: #fff;
    margin: auto;
    padding: 0;
}
/*Team Details*/
.team-details-text h1 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.team-details-text > h3 {
    color: 
    #555;
    font-size: 18px;
    font-weight: normal;
    margin: 8px 0 20px;
}

.team-details-text>p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 28px;
    line-height: 30px;
}

.team-details-text>p span {
    color: #333;
}

.team-icon>ul {
    float: right;
}

.team-icon li {
    display: inline-block;
}

.team-icon a {
    color: #555;
    font-size: 18px;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.team-icon a:hover {
    color: #e2a750;
}

.team-icon {
    display: block;
    overflow: hidden;
    position: relative;
}

.team-icon::before {
    background: #eaeaea none repeat scroll 0 0;
    bottom: 12px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 451px;
}
