/*Theme Name: Theme Version 3
Theme URI: http://workwithmad.com
Description: Consulting Theme is modern and clean with professional
Version: 3.0
Author: Mr. Lim Hou
Author URI: http://workwithmad.com
Tags: Tags to locate your theme in the WordPress theme repository
*/
/*-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

  @font-face {
    font-family: "Flaticon";
    src: url("./fonts/Flaticon.eot");
    src: url("./fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
         url("./fonts/Flaticon.woff2") format("woff2"),
         url("./fonts/Flaticon.woff") format("woff"),
         url("./fonts/Flaticon.ttf") format("truetype"),
         url("./fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: "Flaticon";
      src: url("./Flaticon.svg#Flaticon") format("svg");
    }
  }

  [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
  [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
          font-size: 20px;
  font-style: normal;
  margin-left: 0px;
  /*margin-left: 20px;*/
  }

  .flaticon-share:before { content: "\f100"; }
  .flaticon-print:before { content: "\f101"; }
  .flaticon-bike:before { content: "\f102"; }
  .flaticon-download-arrow:before { content: "\f103"; }
  .flaticon-right-arrow:before { content: "\f104"; }
  .flaticon-left-arrow:before { content: "\f105"; }
  .flaticon-medal:before { content: "\f106"; }
  .flaticon-gift:before { content: "\f107"; }
  .flaticon-picture:before { content: "\f108"; }
  .flaticon-layers:before { content: "\f109"; }
  .flaticon-settings:before { content: "\f10a"; }
  .flaticon-get-money:before { content: "\f10b"; }

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: #f8f8f8;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;

}
.sub-content h1, .sub-content h2, .sub-content h3, .sub-content h4, .sub-content h5, .sub-content h6 {
    color: #00172b;
}
.popup-menu-link .menu-bar, .sidebar-menu-link .menu-bar, .widgetarea-link .menu-bar {
    font-size: 24px;
    color: #fff;
    right: 14px;
}
.search-link i{
    color: #fff;
    font-size: 16px;
}
a:hover {
    color: #ED2724;
    color :var(--e-global-color-accent);
}
/* .elementor-icon-list-text:hover {
    color: #ED2724 !important;
    color :var(--e-global-color-accent);
} */
.gredient_overly {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100;Blue+to+Transparent */
background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(125,185,232,0.15) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%,rgba(125,185,232,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(125,185,232,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
}
.hero_gredient_overly {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100;Blue+to+Transparent */
background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(125,185,232,0.15) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%,rgba(125,185,232,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(125,185,232,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*--------------- Menu Style------------*/
.left_menu {
    padding: 10%;
}
.left_menu ul  {
    position: relative;
    width: 340px;
}
.left_menu ul li a:visited,
.left_menu ul li a:focus,
.left_menu ul li {
    background: none;
}
.left_menu ul li > a {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 14px 0;
    font-weight: 500;
    color: #fff;
    opacity: 0.4;
    display: inline-block;
    width: 100%;
}
.left_menu ul li:hover > a {
    font-weight: 700;
    background: none;
    color: #fff !important;
    padding-left: 50px;
    opacity: 1;
}
.left_menu ul li a:before {
    content: "";
    background: #ed3901;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    top: 22px;
}
.left_menu ul ul a:before {
    top: 19px;
}
.left_menu ul ul ul li a::before {
    top:18px;
}
.left_menu ul ul ul li a:hover::before {
    width: 32px;
    transition: all .3s linear 0s;

}
.left_menu ul li:hover > a:before {
   width: 32px;
   transition: all .3s linear 0s;
}
.left_menu ul li:hover a {
    position: relative;
}
.left_menu ul ul {
    display: none;
    position: absolute;
    top: 10px;
    left: 100px;
    bottom: 0;
    width: 860px;
    z-index: 0;

}
.left_menu ul li:hover ul {
    z-index: 9;
}
.form-search .km-input-border {
    width: 100%;
}
.left_menu ul ul ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    padding: 7px 0px;
    opacity: 1;
}
#menu-main-nav>li>ul {
    padding-left: 140px;
}
.hero-section {
    background-size: 100% auto !important;
    background-position: top right;
}
.left_menu ul ul ul li a:hover {
    font-weight: normal;
    color: #ED3801 !important;
}
.left_menu ul li ul li.sub-group {
    float: left;
    width: 360px;
}
.left_menu ul li ul li.sub-group > a {
    font-size: 16px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    opacity: 0.4;
    padding-top: 0;
    color: #fff;
    font-weight: 500;
}
.left_menu ul li ul li.sub-group > a::before {
    background: none;
}
.form-search button  {
    background: url(icons/search-icon.png) center right no-repeat !important;
    padding: 40px 40px;
    background-size: 40px auto !important;
}
.left_menu ul li:hover ul {
    display: block;

}
.left_menu ul ul li.sub-group ul {
    position: relative;
    left: 0;
}
.kameleon-search-closer, .widget-area-closer {
    font-size: 22px;
    color: #fff;
    right: 6%;
}
.kameleon-search-closer {
    float: right;
    padding: 12px 56px 0 0;
    width: 30px;
}
.form-search input {
    padding: 0;
}
.fullscreen-search {
    background-color: rgba(0, 22, 45, .95);
}
.popup-search i {
    padding: 23px 16px;
}
.popup-search i {
    color: #fff;
}
#top_search_result span.s-match,
#search_result span.s-match {
    font-weight: bold;
    color: #000;
}
#top_search_result {
    max-width: 700px;
    margin: 0 auto;
    position: absolute;
    background: #fff;
    top: 0;
    margin-top: 23px;
}
.form-search {
    transition: all 1s ease 0s;
}
.offset_top {
    transition: all 1s ease 0s;
    top: 15%;
}
#top_search_result,
#search_result {
    position: relative;
    z-index: 9;
    width: 100%;
}
#top_search_result p,
#search_result p {
    color: #888;
    font-size: 14px;
    line-height: 1;
}
.s_section a,
.s_short_des a {
    font-size: 16px;
    line-height: 1;
}
.search_wrapper {
    max-width: 600px;
    position: relative;
    margin-top: 40px;
}
.short-description {
    margin-top: 24%;
    max-width: 600px;
}
.footer-logo a::after {
    display: none !important;
}
.top_reset_search,
.search_wrapper span.reset_search {
    background: none;
    border: none;
    position: absolute;
    z-index: 9;
    right: 76px;
    top: 9px;
    opacity: 0;
    font-size: 33px;
    cursor: pointer;
}
.top_reset_search {
    color: #ed3901;
    right: 59px;
}
.search_wrapper .search_button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 15px 20px;
    background: #ED2724;
    background:var(--e-global-color-accent);
    border: none;
    cursor: pointer;
}
.search_wrapper .search_button i {
    color: #fff;
    font-size: 16px;
}
@media only screen and (max-width:640px){
.search_wrapper .search_button i {

        font-size: 18px;
    }
}
#search_result {
    max-width: 600px;
    padding: 0px;
    margin: 0 0 80px;
    background: #fff;
}
#top_search_result h3,
.search-result-list h3,
#search_result h3 {
    padding: 0 0 5px;
    margin: 0 0 10px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    color: #B7B6B4;
    font-size: 16px
}
.top_loading-search {
    padding: 40px 0 20px;
    text-align: center;
    display: none;
}
.loading-search {
    background: #fff;
    padding: 20px;
    max-width: 600px;
    text-align: center;
    display: none;
}

.welcome-area {
    /* min-height: 790px; */
}
.hero-section p,
.hero-section h1 {
    color: #fff;
    padding-bottom: 30px;
}
.hero-section h1 {
    font-size: 48px;
}
.orange_color {
    color: #ED2724;
    color :var(--e-global-color-accent);
}
input.search,
input#search {
    height: 50px !important;
    border: none;
    border-radius: 4px;
}
input#search {
    font-size: 16px;
}
@media only screen and (max-width:640px){
    input#search {
        font-size: 14px;
    }
}
input.search {
    font-size: 22px;
    color: #000;
}
.search_wrapper .search_button {
    -webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.s_thumbnail {
    max-width: 70px;
    float: left;
    margin-right: 20px;
}
.s_profile_list {
    width: 100%;
    clear: both;
    padding: 5px 0 10px;
}
.s_profile_list .s_short_des {
    margin-top: -3px;
    line-height: 1.2;
}
.s_section {
    clear: both;
    padding: 5px 0;
}
.page-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    filter: blur(7px);
  -webkit-filter: blur(7px);

}
.fullscreen-search .page-bg::after {
    background-color: rgba(0, 22, 45, .9);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.bg-fixed {
    position: fixed !important;
    overflow: hidden;
}

.social-media {
    position: relative;
    left: 9%;
    bottom: 40px;
    z-index: 0;
}
.social-media ul li {
    list-style: none;
    display: inline;
}
.social-media ul li a {
    color: #fff;
    opacity: 0.4;
    font-size: 26px;
    padding-right: 30px;
}
.social-media ul li a:hover {
    opacity: 1;
}
.dropdown,
.nav>li {
    position: inherit !important;
}

.additional-link {
    padding-right: 12px;
}
.sub_title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.sub_title::before {
    content: '';
    background: #ED3901;
    opacity: 1;
    height: 2px;
    width: 25px;
    position: absolute;
    left: -40px;
    z-index: 0;
    top: 7px;
    /*before
    content: '';
    background: #fff;
    opacity: 1;
    height: 1px;
    width: 100px;
    position: absolute;
    left: -110px;
    z-index: 9;
    top: 7px;*/
}

/* h2 {
    font-size: 36px;
    font-size: 48px;
    line-height: 38px;
} */
.white-content a,
.white-content p,
.white-content h2 {
    color: #fff;
}
.white-content a:hover::after {
    padding-left: 20px;
    transition: all .3s linear 0s;
}
.white-content a {
    margin: 25px 0;
    display: block;
    font-weight: 600;
    position: relative;
}
.number-increasement::after {
    content: '';
    background: #fff;
    height: 1px;
    opacity: 0.4;
    position: absolute;
    z-index: 9;
    left: 0;
    width: 20%;
}
.white-content a::after {
    content: "\2192";
    color: #ed3901;
    padding-left: 8px;
}
.no-padding {
    padding: 0 !important;
}
/* Case Study */
.resource-style h2,
.resource-style p,
.case-study-carousel p,
.case-study-carousel .content {
    color: #fff;
}
.case-study-carousel h2 {
    margin-top: 10px;
    /* overflow: hidden ;
    text-overflow: ellipsis ;
    display: -webkit-box ;
    -webkit-line-clamp: 2 ;
    -webkit-box-orient: vertical ; */
    font-size:32px;
    line-height: 38px;

}
.case-study-carousel h2 a{
    margin-top: 10px;
     /* overflow: hidden ;  */
    /* text-overflow: ellipsis ;
    display: -webkit-box ;
    -webkit-line-clamp: 2 ; */
    /* -webkit-box-orient: vertical ; */
    color:var(--e-global-color-6ed215d);
    color:#fff;

}
/* .case-study-section .case-study-carousel {
    padding: 2% 0;
} */
.insight-result span.date {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #030303;
    opacity: 0.3;
}
.practise-category {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color:#fff;

}
/* .case-study-carousel .owl-controls {
    padding-top: 100px !important;
} */
.case-study-carousel .owl-page span {
    background: #fff !important;
}
.resource-list p {
    color: #fff;
}
.big-features {
    background: #00305a;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.resource-list h3 a {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
.insights span {
    opacity: 0.5;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #030303;
}
.resource-list span {
    color: #fff;
    opacity: 0.4;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.resource-section .right-col {
    padding: 33px 30px;
    background: #00305a;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.main-list {
    padding: 30px;
}
.resource-section {
    padding: 5% 0;
}
.resource-section .featured-image {
    min-height: 311px;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
}
.footer-area {
    padding: 20px 0;
}
.footer-area h3,
.footer-area p,
.footer-area .footer-content {
    color: #000;
}
.footer-area .footer-content p {
    position: relative;
}
.right-sidebar .blue-bg a,
a.see-more,
.footer-area .footer-content a {

    color: #fff !important;
    color:var(--e-global-color-6ed215d);
    font-weight: 600;
    position: relative;
    z-index: 0;
}
.share-facebook .fa-facebook {
    padding-left: 3px;
}
.right-sidebar .blue-bg a::after,
a.see-more::after,
.white-content a::after,
.footer-area .footer-content a::after {
    content: "\2192";
    color: #ED2724;
    color :var(--e-global-color-accent);
    padding-left: 8px;
    font-size: 20px;
    position: relative;
    top: 2px;
    display: inline-block;
    transition: all .2s linear .2s;
}
.right-sidebar .blue-bg a:hover::after,
a.see-more:hover::after,
.footer-area .footer-content a:hover::after {
    padding-left: 20px;
    transition: all .2s linear .2s;
}
.noleftpadding {
    padding-left: 0;
}
footer {
    background: #fff;
}
.bottom-footer {
    padding: 20px 0 0;
    margin-top: 30px;
    border-top: 1px solid rgba(33,43,54, 0.2);
}
.bottom-footer .social-media-icons li {
    display: inline;
    padding-right: 25px;
}
.bottom-footer .social-media-icons {
    text-align: center;
}
.bottom-footer p,
.bottom-footer a {
    font-size: 14px;
}
.footer-logo img {
    max-width: 150px !important;
}
span.drop-icon {
    display: none;
}
.bottom-footer .social-media-icons a:hover i {
    color: #ed3901;
}
.bottom-footer .social-media-icons li i {
    font-size: 24px;
}
.bg_title {
    text-align: center;
    color: #000;
    opacity: 0.15;
    font-size: 220px;
    margin-top: -11px;
    position: relative;
    line-height: 0;
    z-index: -1;
    padding-bottom: 18px;
    font-weight: bold;
}
.four-cols,
.three-cols {
    background: rgba(0, 23, 43, 0.5);
    padding: 30px;
    min-height: 300px;
}
.four-cols h3 a,
.three-cols h3 a {
    color: #fff;
    line-height: 1.4;
}
.hero-section {
    background-attachment: fixed !important;
    background-position: top right !important;
}
.header-fix.on-scroll {
    width: 100%;
    background: #00172b;
}
.footer-logo {
    padding-top: 50px;
}
/*---- Professional Style -----*/
.professionals h1 {
    font-size: 43px;
    color: #00172b;
    position: relative;
    margin-bottom: 20px;
    hyphens: auto;
    /* overflow-wrap: break-word; */
    word-wrap: break-word;
}
.filter-form .col-xs-6 {
    margin-bottom: 10px;
}
.profile-listings {
    transition: all .3s linear 0s;
    display: grid;
    width:20%;
}
.loading-pro {
    width: 160px;
    margin: 20px auto;

}
.pro-title {
    color: #00172b;
}
.professionals h1::after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    width: 100px;
    position: absolute;
    bottom: -11px;
    left: 0;
}
.professionals .pro-header {
    padding: 100px 15px;

}
.pro-header .single-image {
    position: relative;
    z-index: 9;
}
.quick-contact {
    padding-top: 15px;
}
.single-professional h2,
.professionals p,
.professionals h3,
.professionals h4,
.pro-sidebar .sub_title {
    color: #00172b;

}
.pro-content .pro-bio h3,
.pro-content .pro-bio h2,
.pro-content .pro-bio h4,
.pro-content .pro-bio h5,
.pro-content .pro-bio p {
    font-weight: normal;
    margin: 0;
    padding-bottom: 30px;
}
.service-page .sub_title,
.professionals .sub_title {
    margin: 42px 0;
    font-weight: bold;
}
.area-padding {
    padding: 100px 0 0;
}
.top-container {
    padding: 50px 0;
}
.practice-page .sub_title::before,
.service-page .sub_title::before,
.professionals .sub_title::before,
.pro-sidebar .sub_title::before {
    background: #00172b;
}
.single .left-sidebar ul,
.professionals .left-sidebar ul {
    list-style: disc;
    margin-left: 0px;
    /*before margin-left 20*/
}
.single .left-sidebar ul li a,
.professionals .left-sidebar ul li,
.professionals .left-sidebar ul li a {
    color: #000;
}
.professionals {
    background: #f8f8f8;
}
.single .left-sidebar {
    background: #fff;
    padding: 40px 30px;
}
.professionals .left-sidebar {
    background: #fff;
    padding: 26px 30px;
    margin: 30px 0 20px;
}
.pro-industries {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.practices-professional {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.social-share {
    padding-bottom: 56px;
}
.practice-page .social-share {
    clear: both;
    padding-bottom: 50px;
    margin-top: -7px;
}
.social-share ul li {
    display: inline;
}
.social-share ul li a {
    font-size: 28px;
    color: #ed3901;
}
.social-share ul li a:hover i::before {
    opacity: 0.8;
}
.experience-list p::before {
    background: #00305A;
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 18px;
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.experience-list p {
    padding-left: 20px;
}
.social-shares {
    position: relative;
    z-index: 9;
    right: 0;
    top: 0;
    transition: all .3s ease-in 0s;
}
.social-share ul li:hover ul {

    display: block;
}
.social-shares li {
    display: list-item !important;
}
.social-shares li a {
    font-size: 18px !important;
    color: #fff;
    display: inline-block;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
    margin-bottom: 10px;
    padding: 10px 14px;
    background: rgba(0, 22, 45, .95);
    transition: all .3s cubic-bezier(0.8, 0.05, 0.18, 1);
}
.social-shares li a:hover {
    background: #ED3801;
}
.pro-bio p,
.pro-bio div {
    color: #000;
}
.pro-bg {
    min-height: 580px;
    background-size: auto 100%  !important;
    position: absolute;
    right: -66px;
    top: 0;
    z-index: 2;
}
.contact-header {
    padding-top: 50px;
    padding-bottom: 50px;
}
.header-overlay,
.pro-bg .overlay_bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e83700+0,e83700+100&0.5+1,1+100 */
background: -moz-linear-gradient(45deg, rgba(232,55,0,0.3) 0%, rgba(232,55,0,0.3) 1%, rgba(232,55,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(232,55,0,0.3) 0%,rgba(232,55,0,0.3) 1%,rgba(232,55,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(232,55,0,0.3) 0%,rgba(232,55,0,0.3) 1%,rgba(232,55,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e83700', endColorstr='#e83700',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.bg_pro {
    text-align: left;
    color: #000;
    opacity: 0.15;
    font-size: 85px;
    margin-top: 78px;
    margin-bottom: 40px;
    line-height: 0;
    z-index: -1;
    padding-bottom: 18px;
    font-weight: bold;
}

/* Map Marker */
.info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    color: #000;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 16px;

  }
  .home svg {
    position: absolute;
    max-height: 80vh;
    right: 0;
  }
  /* style for professional page */
  h3 {
      font-size: 16px;
      font-family: Poppins;
      font-style: normal;
      font-weight: bold;
      line-height: 1.33;
  }
  .experience-list {
      padding: 6px 15px;
  }
  .btn-load:visited,
  .btn-load:focus,
  .btn-load {
    margin: 42px auto;
    padding: 10px 20px;
    border: 1px solid #001e39;
    font-size: 16px;
    font-weight: bold;
    color: #001e39;
    background: none;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
  }
  .filter-nav {
      padding: 78px 0 0 0;
  }
  .filter-results {
      padding: 55px 0 0 0;
  }

  .filter-nav li i {
    font-size: 30px;
    vertical-align: middle;
    cursor: pointer;
  }
  .reset-filter {
      background: #00172b;
      color: #fff;
  }
  .reset-filter i {
      color: #fff;
  }
  .filter-results h3 {
      padding: 0;
      margin: 0;
  }
  .filter-nav li {
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
  }
  .filter-nav li.service-nav,
  .filter-nav li.practice-nav,
  .filter-nav li.location-nav,
  .filter-nav li.position-nav,
  .filter-nav li.language-nav,
  .filter-nav li.alpha-nav,
  .filter-nav li.keyword-nav,
  .filter-nav li.resource-nav {
      background: #fff;
      color: #00172b;
  }
  .filter-nav li.active {
      display: inline-block;
  }
  /* .pro-section h2 {
      padding: 20px 15px;
      color: #002042;
      color:var(--e-global-color-primary);
      font-size: 48px;
      margin: 0;
  } */
  .item-header {
      min-height: 70px;
  }
  .profile-card {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    */
    overflow: hidden;
  }
  .contact-info p {
      margin: 0;
  }
  .profile-card,
  .professional-box {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    */
    overflow: hidden;
    margin-bottom: 30px;
    width:220px;

  }
  .profile-card:hover,
  .professional-box:hover {
    transition: all .3s linear 0s;
    box-shadow: 0 24px 26px 3px rgba(0, 0, 0, 0.1);

  }
  .profile-card:hover h3 a,.professional-box:hover h3 a{
    color: #ED2724 !important;
    color :var(--e-global-color-accent);
  }

  .related-pro-list {
    background: #fff;
    padding: 20px 0px 0px 20px;
    min-height: 155px;
    /* before  min-height: 180px; */
  }
  .service-list {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 120px;
  }
  .pro-photo img {
      width: 100%;
      height: 272px !important;
      object-fit: cover;
  }
  .related-pro-list h3 {
      margin: 0;
  }
  .pro-insight-list {
      background: #fff;
      padding: 20px;
      min-height: 330px;
      margin-bottom: 30px;
      -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 0px;
  }
  a:hover .article-list, a:hover .insight-wrapper,
  a:hover .pro-insight-list, a:hover .pro-insight-list-pic,
  .article-list:hover, .insight-wrapper:hover,
  .pro-insight-list:hover, .pro-insight-list-pic:hover {
    transition: all .1s linear 0s;
    box-shadow: 0 24px 26px 3px rgba(0, 0, 0, 0.1);
  }
  /*before hover  a:hover .article-list, a:hover .insight-wrapper,
  a:hover .pro-insight-list, a:hover .pro-insight-list-pic,
  .article-list:hover, .insight-wrapper:hover,
  .pro-insight-list:hover, .pro-insight-list-pic:hover {
    transition: all .1s linear 0s;
    box-shadow: 0 24px 26px 3px rgba(0, 0, 0, 0.1);
  } end of before hover */
  .pro-insight-list-pic,
  .pro-insight-list {
      max-height: 330px;
      overflow: hidden;
  }
  .pro-insight-list-pic {
      margin-bottom: 30px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      overflow: hidden;
  }
  .pro-insight-bg h3 {
      /* min-height: 94px; */
      min-height:50px;
  }
  .pro-insight-bg {
    background: #fff;
    padding: 20px;
  }
  .pro-insight-list h3 {
      margin-top: 0;
  }
  .loading-insight-icon,
  .loading-awards-icon,
  .loading-icon {
      display: none;
  }
  .post-date {
      opacity: 0.3;
  }
  .btn-load:hover {
      background: #ed3901;
      color: #fff;
      border: 1px solid #ed3901;
      transition: all .3s linear 0s;
  }
  .btn-load:hover a {
      color: #fff;
  }
  .btn-more {
      padding: 0 !important;
  }
  .btn-more a {
      display: block;
      padding: 10px;
  }
  .job-title {
      text-transform:capitalize;
      color: #002042;
      color: var(--e-global-color-primary);
      font-size: 14px;
      margin-bottom:0px;
  }

  .btn-wrapper {
      width: 100%;
      text-align: center;
      clear: both;
  }
 .white-logo {
    display: none;
}
.color-logo {
    display: block;
}
.home .white-logo {
    display: block;
}
.home .color-logo {
    display: none;
}
.change-color .menu-bar,
.change-color .search-link i {
    color: #000;
}
.home .change-color .menu-bar,
.home .change-color .search-link i {
    color: #fff;
}
/* -----Search Page Style ----*/
.search-header {
    overflow: hidden;
    max-height: 180px;
}
.search-bg {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    margin-top: -20px;
}
.search-overlay {
    min-height: 260px;
    -webkit-backdrop-filter: blur(5px);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00172b+0,00172b+100&0.74+0,0.98+100 */
    background: -moz-linear-gradient(top, rgba(0,23,43,0.74) 0%, rgba(0,23,43,0.98) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,23,43,0.74) 0%,rgba(0,23,43,0.98) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,23,43,0.74) 0%,rgba(0,23,43,0.98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd00172b', endColorstr='#fa00172b',GradientType=0 ); /* IE6-9 */
}
.single-careers_opportunitie .white-logo,
.page-template-page-search .white-logo {
    display: block;
}
.single-careers_opportunitie .color-logo,
.page-template-page-search .color-logo {
    display: none;
}
.site {
    position: relative;
}
.search-result {
    max-width: 70% !important;
    margin: 0 auto;
    position: relative;
    margin-top: -40px;
    box-shadow: 0 4px 16px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    overflow: hidden;
}
.insight-result {
    background: #fff;
    padding: 30px;
}
.insight-result h4 {
    color: #00172b;
    padding: 10px 0;
}
.insight-result h4 span {
    color: #ed3901 !important;
}
.search-result-list {
    max-width: 70% !important;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}
.search-result-list span.s-match {
    font-weight: bold;
    color: #000;
}
.btn-more {
    font-weight: bold;
    text-align: center;
}
.search-result input.search,
.search-result input#search {
    height: 100px !important;
}
.search-result .search_button {
    padding: 29px 18px;
}
.search-result-list h3.search-title {
    color: #000;
    border: none;
}
.search-result-list h3.search-title span {
    font-weight: normal;
}
/* Search Lightbox */
.form-search {
    display: none;
    max-width: 700px;
}
.form-search button {
    position: absolute;
    right: 0;
    bottom: 32px;
    z-index: 9;
    color: #ed3901;
    border: none;
    font-size: 60px;
    background: none;
}
/* Professional Page*/
.profesional-des,
.header-banner {
    margin: 68px 0;
    position: relative;
    z-index: 9;
}
.profesional-des {
    padding: 26% 20px 0 0;
}
.header-description {
    padding-left: 0;
}
.professional-bg::after {
    background: #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 57vw;
    height: 2000vh;
    z-index: 0;
    bottom: 0;
}
.printing {
    display: none;
}
.single-professional .professional-bg::after {
    background: #f8f8f8;
}
.single-professional .main-container {
    padding-top: 60px;
    margin-bottom: 56px;
}
.single-professional .header-banner {
    margin: 120px 0 100px;
    max-width: 330px;
}
.single-professional .profesional-des {
    padding: 15% 0 0;
}
.professional-bg {
    position: relative;
    overflow: hidden;
    background-size: auto 100% !important;
}
.professional-header {
    position: relative;
    overflow: hidden;
}

.professional-header .profesional-des h2 {
    color: #00172b;
    font-size: 48px;
    margin-bottom: 30px;
}
.profesional-des-mobile p,
.profesional-des p {
    color: #00172b;
    margin-bottom: 25px;
}
.profesional-des-mobile {
    padding: 30px 0 50px;
    background: #fff;
}
.case-study-list h2 {
    display: none;
}
.case_study_more {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding: 30px 0;
}
.sub-content div,
.sub-content p,
.sub-content a {
    color: #000;
}
.contact-box-2 ul li i {
    padding-right: 10px;
}
.contact-box-2 {
    background: #fff;
    padding: 20px;
}
.contact-box-2 h3 {
    margin: 0;
}

.professional-header .bg_pro {
    position: absolute;
    bottom: -15px;
    z-index: 2;
    left: 0;
    font-size: 120px;
    width: 1000px;
    text-transform: uppercase;
    opacity: 0.04;
}
.on-scroll .color-logo {
    display: none;
}
.on-scroll .white-logo {
    display: block;
}
.professional-filter {
    padding: 0px 0px;
}
.filter-form h2 {
    font-weight: 600;
    color: #00172b;
    margin: 0;
    font-size: 38px;
}
.ui-checkboxradio-label:hover,
.ui-checkboxradio-label:focus,
.ui-checkboxradio-label {
    background: none !important;
    border: none !important;
    color: #00172b !important;
    box-shadow: none !important;
}
 .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon{
    width: 18px;
    height: 18px;
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    background: #ED2724;
    background: var(--e-global-color-accent);
    box-shadow: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 18px;
    height: 18px;
}
.name-group {
    border-right: 1px solid #d8d8d8;
}
.name-group label {
    font-weight: normal;
    color: #222 !important;
    font-family: Source Sans Pro;
}
.filter-letter li {
    padding: 0 0 0 2.6%;
    color: #d8d8d8;
}
.filter-letter li a {
    color:#00172b;
}
.ui-widget.ui-widget-content {
    width: 273px !important;
}
.ui-widget-content .ui-state-active,
div.ui-state-active:hover {
    background: rgba(232,55,0, 0.23) !important;
    color: #000;
}
.ui-front {
    z-index: 5 !important;
}
.ui-widget.ui-widget-content {
    border: none;

}
.overflow {
    max-height: 300px;
    overflow-y: scroll;
}
.ui-checkboxradio-label .ui-icon-background {
    box-shadow: none;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    background: #fff;
    padding: 16px 15px 14px;
    border: none;
    border-radius: 4px;
}
/* .professional-filter {
    background: #f0f0f0;
} */
.pro-insight-list-pic figure {
    min-height: 148px;
}
.industry-card {
    min-height: 167px;
    background: #fff;
}
g.pin {
    cursor: pointer;
}
.banner-bg {
    min-height: 500px;
    margin: 50px 0 0;
    background-size: 100% auto !important;
}
.heading-experience {
    font-size: 36px;
    font-weight: 500;
    padding-right: 10%;
    margin-top: 0;
}
.load_experience_content {
    padding-left: 15px;
}
.pro-bio {
    padding: 27px 0 0 50px;
}
.left-sidebar h3 {
    margin: 0 0 10px;
    color:#00172B;
}
.left-sidebar>div {
    margin-bottom: 30px;
}
.practice-page .professional-bg::after,
.service-page .professional-bg::after {
    background: #f8f8f8;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 0;
    height: auto;
    border: 0;
    opacity: 0.3;
    border-bottom: 1px solid #ccc;
    margin: 10px 17px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 9px 17px 7px 17px;
    border-color: #fff !important;
}
.practice-page .profesional-des {
    padding: 24% 50px 0 0;
}
.scrolling-text h2 {
    line-height: 112px;
    top: -180px;
    height: 100px;
    overflow: hidden;
    width: 100% !important;
}
.scrolling-text {
    max-height: 100px;
    overflow: hidden;
}

.btn-small {
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.divide-section {
    padding: 30px 0;
}

.case-study-section,
.overview-heading {
    padding: 0px 0px 0px;
    /*before   padding: 50px 0 0; */
}
.practice-page .sub_title {
    margin-bottom: 42px;
    font-weight: bold;
}
.load_awards_content .pro-insight-list {
    min-height: 300px;
}
.location-navs {
    background: #00172b;
    padding: 45px 0;
    margin: 0;
    width: 100%;
    min-height: 423px;
}
.location-navs li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px 0;
}
.location-navs li {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    width: 68%;
}
.location-sidebar ul::before {
    background: #00172b;
    content: '';
    position: absolute;
    left: -99px;
    top: 0;
    bottom: 0;
    width: 114px;
    z-index: 0;
}
.location-sidebar ul::after {
    background: #00172b;
    content: '';
    position: absolute;
    right: -101px;
    top: 0;
    bottom: 0;
    width: 120px;
}
.locations-filter {
    padding: 45px 0;
    display: none;
    transition: all .3s linear 0s;
}
.professional-keys .active {
    transition: all .3s linear 0s;
    display: block;
}
.location-navs li a.active,
.location-navs li a:hover {
    padding-left: 20%;
    position: relative;
}
.location-navs li a.active::before,
.location-navs li a:hover::before {
    width: 16%;
}
.location-navs li a::before {
    content: '';
    width: 0;
    position: absolute;
    top: 24px;
    left: 0;
    background: #ccc;
    height: 1px;
}
.select-locations {
    text-align: center;
}
#select_location-button {
    max-width: 262px;
    margin: 0 auto;
}
.btn-loading {
    text-align: left;
}
.top-header {
    padding: 0 3% !important;
 }
 /* Search Page */
 .s_section button.active span {
     display: none;
 }
 .lawyer_search {
    height: 160px;
    overflow: hidden;
 }
 .s_section .active {
     overflow: auto;
     height: auto;
     transition: all .3s linear 0s;
 }
 .load_disabled {
     display: none;
 }
 .btn-resource,
 .btn-job,
 .btn-practice,
 .btn-lawyers {
     float: right;
     border: none;
     background: none;
 }
.hide-resource {
    display: none;

}
.insight-result {
    margin-bottom: 10px;
}
.btn-insight-load,
.load_insight_disabled {
    display: none;
}
 .hide-job {
     display: none;
     padding-top: 10px;
 }
 .top-article .insight-overlay {
    min-height: 354px;
 }
 .article-list .bg-insight,
 .top-article .left-thumbanil {
     background-size: auto 100% !important;
 }
.insight-overlay {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff)
}

 .insight-wrapper {
     /*border radius awards */
    /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; */
     overflow: hidden;
     background: #fff;
 }
 .article-list .insight-overlay {
    min-height: 276px;
 }

 .article-summary {
    padding: 3%;
    min-height: 276px;
    padding-right:0px;
    /* padding: 5%;*/
 }
 .top-article .right-text {
     padding: 5%;
 }
 .bottom-article .article-list{
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
     /* overflow: hidden; */
 }
 .top-article {
     margin-bottom: 30px;
 }
 .page-template-page-insights .pro-insight-bg {
    min-height: 162px;
}
.page-template-page-insights  .pro-insight-list {
    min-height: 320px;
}
p.post-date {
    font-family: 'Poppins';
    font-size: 16px;
    color: #030303;
    opacity: 1;
}
.page-template-page-insights .pro-insight-list,
.page-template-page-insights .pro-insight-list-pic {
    max-height: 330px;
    overflow: hidden;
    height: 330px;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.single-resource-header {
    max-height: 220px;
}
.single-image {
    margin-top: -93px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.single-resource .color-logo {
    display: none;
}
.single-resource .white-logo {
    display: block;
}
/*PPP*/
/* .single .content-section p {
    color: #000;
} */
.single .content-section  h2 {
    color: #000;
    font-weight: 500;
}
.pro-insight-list p {
    color: #000;

}
.top-bar {
    padding: 6% 0 0;
}
.map-section .map-box {
    margin: 80px 0 0;
}
.map_title h2 {
    font-weight: 500;
    padding-left: 40px;
}
.map_title {
    margin: 80px 0 0;
}
.single-page .social-shares {
    right: 17px;
    top: 36px;
}
.resouce-content {
    padding: 10% 0;
}
.content-section h1 {
    color: #000;
    font-size: 48px;
}
.resouce-content h2 {
    padding-bottom: 40px;
}
.resouce-content p {
    padding-bottom: 20px;
}
blockquote {
    border-left: solid 3px #ED2724;
    border-left: solid 3px var(--e-global-color-accent);
    padding-left: 20px;
}
blockquote > p {
    font-family: "Poppins", Sans-serif !important;
    font-size:16px !important;
    font-weight: 600 !important;
    line-height: 26px !important;

}
/* blockquote::before {
    width: 26%;
    left: 0;
    height: 2px;
    content: '"';
    position: absolute;
    top: 0;
    background: #ED3801;
    z-index: 8;
}
blockquote::after {
    width: 26%;
    right: 0;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    background: #ED3801;
    z-index: 8;
} */
.btn-back {
    font-size: 16px;
    color: #ED3801;
    font-weight: bold;
}
.btn-back i {
    color: #ED3801;
    font-weight: normal;
}
.btn-back i:before {
    font-size: 15px;
}
.single .social-share {
    padding-bottom: 20px;
}

.top-bar {
    position: relative;
}
.pro-sidebar h4 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.sidebar-title {
    padding-top: 28%;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.single-page .sub_title {
    color: #000;
}
.btn-download {
    background: #002042;
    background:var(--e-global-color-primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 18px 10px 15px;
    color: #fff !important;
    font-family: Poppins;
    font-size: 13px !important;
    border: none;
    font-weight: 300;
    line-height: 16px;
}
@media only screen and (max-width:767px){
    .btn-download{
        width : 100%;
        text-align: center;
    }
}
.related-pro-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.related-pro-box h3 {
    margin: 0;
}
.related-pro-box .job-title {
    margin: 0;
}
.bottom-line {
    width: 100%;
    height: 2px;
  opacity: 0.3;
  background-color: #000000;
}
.share-icons .open {
    width: 60px;
}
.social-close {
    font-size: 20px;
    margin: 10px 0;
    color: #00172b;
    cursor: pointer;
    width: 60px;
    padding-left: 14px;
    font-weight: bold;
}
.social-close:hover {
    color: #ED3801;
}
.share-linkedin {
    margin-bottom: 0 !important;
}
.share-float-box {
    position: fixed;
    width: 0px;
    height: 200px;
    z-index: 99;

    top: 45vh;
    right: 0;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    bottom: 0;
    transition: all .3s ease-in 0s;
}
.pro-sidebar .btn-small {
    width: 100%;
}
.pro-hide {
    display: none;
}
.fixed-scrolling {
    position: fixed;
    overflow: hidden;
}
.banner-text {
    position: absolute;
    bottom: -60px;
    z-index: 9;
    left: 0;
    font-size: 5.5vw;
    height: 133px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    opacity: 0.48;
    color: #ffff !important;
}
.number-increasement span.symbol {
    float: left;
    padding-top: 20px;
    font-weight: bold;
    color: #fff;
}
.number-increasement h2 {
    float: left;
}
.number-increasement p {
    clear: both;
}
.blue-box {
    background: #00172b;
    margin: 90px 30px;
    float: right !important;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.blue-box p,
.blue-box h2 {
    color: #fff;
}
.video-player-section {
    padding: 180px 0;
    text-align: center;
}
.video-player-section::after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0.69+0,0+53,0.69+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.69) 0%, rgba(0,0,0,0) 53%, rgba(0,0,0,0.68) 99%, rgba(0,0,0,0.69) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.68) 99%,rgba(0,0,0,0.69) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0) 53%,rgba(0,0,0,0.68) 99%,rgba(0,0,0,0.69) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#b0000000',GradientType=1 ); /* IE6-9 */

    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3%;
    right: 0;
    width: 106%;
    height: 100%;;
}
#video-player-box {
    overflow: hidden;
}
.video-player-section a svg {
    width: 90px;
    position: relative;
    z-index: 9;
}
.two-cols h2 {
    font-weight: 500;
    margin-top: 0;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 32%;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a,
.vc_tta-tabs-list,
.vc_tta-panel-heading {
    background: #00172b !important;
    color: #fff !important;

}
.four-listing h3 {
    margin: 0;

}
.four-listing {
    background: #fff;
    padding: 30px;
    margin-bottom: 0 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
    font-weight: normal;
    padding: 28px 20px;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin: 0 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    font-weight: 500;
}
.vc_tta-panel-body {
    padding: 60px 0 !important;
}
.vc_tta-panel-body h2 {
    margin: 0;
    font-weight: 500;
}
.wpb-js-composer .vc_tta-container {
    margin-top: -40px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    font-size: 19px;
    display: inline-block !important;
    border: none !important;
    padding: 20px 20px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    border-bottom: 4px solid #ed3901 !important;
    font-weight: bold;
}
#big-number .number-increasement h2 {
    font-size: 60px;
    font-weight: 500;
}
.video-player-section h2 {
    font-weight: normal;
    color: #fff;
    text-align: center;
}
.botton-banner {
    height: 400px;
    overflow: hidden;;
}
/* Career */
.career-category {
    width: 32%;
    float: left;
    background-size: 100% auto !important;
    position: relative;
    margin-right: 22px;
}
.overlay-category:before{
    content: '';
    width: 100%;
    height: 345px;
    display: block;
    /* background: radial-gradient(farthest-corner at 225px 189px,
 rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.7) 80%); */
    /* background: rgba(0, 0, 0, 0.75); */
    /* background-position: bottom 345px right;  */
    transition: all  500ms;



}
.overlay-category:hover:before{

    background:  rgba(0, 0, 0, 0.35);
}

.career-category:first-of-type{
    width: 32%;
}
@media only screen and (max-width:1024px){
    .career-category {
        margin-right: 15px;
    }
    .career-category:first-of-type{
        width: 30%;
    }
    .career-category {
        width: 30%;

    }
}
@media only screen and (max-width:767px){
    .career-category:first-of-type{
        width: 100%;
    }
    .career-category:nth-child(2){
        width: 100%;
    }
    .career-category{
        margin-top: 20px;
    }
}
.career-category:nth-child(2){
    width: 32%;
}
/*end of career*/
.case_study_bg {
    /* background-size: auto 550px !important; */
    background-size:600px 550px !important;
    position: relative;
    overflow: hidden;

}
.case_study_carousel_style_2 .block-content {
   padding: 130px 60px 80px;
}
@media only screen and (max-width:1024px){
    .case_study_carousel_style_2 .block-content {
        padding: 115px 30px 80px;
    }
}
.case_study_carousel_style_2 .owl-pagination {
    margin-top: -66px;
    margin-bottom: 70px;
    z-index: 9;
    position: relative;
}
.case_study_carousel_style_2  .owl-page span {
    background: #fff !important;
}
.case_study_carousel_style_2 .block-content h2 {
    font-weight: bold !important;
}
#slide-nav .flaticon-left-arrow:before,
#slide-nav .flaticon-right-arrow:before ,
.case_study_carousel .flaticon-left-arrow:before,
.case_study_carousel .flaticon-right-arrow:before {
    font-size: 16px !important;
    margin: 0;
    padding: 0;
}
.case_study_carousel  .owl-buttons div {
    background: none !important;
    font-size: 16px !important;
    color: #ED2724 !important;
    color:var(--e-global-color-accent);
    font-weight: bold;
}
.case_study_carousel .contact-col {
    /* before padding: 40px 40px 80px; */
    padding: 50px 50px 50px 40px;
    /* padding: 60px 50px 80px 40px; */
    min-height:550px;

}
@media only screen and (max-width:767px){
    .case_study_carousel .contact-col {

        min-height:378px;
        overflow: auto;
    }
}
.case_study_carousel .contact-col h2 {
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.case_study_carousel .owl-buttons {
    position: absolute;
    right: 33px;
    bottom: 25px;
    z-index: 9;
    width: 40%;
}
.owl-theme .owl-controls .owl-buttons div {
    opacity: 1 !important;
}
.case_study_carousel .owl-buttons .owl-prev {
    float: left;
}
.case_study_carousel .owl-buttons .owl-next {
    float: right;
    padding-right: 35px !important;
}
.right-banner::after {
    min-height: 600px;
}
.contact-col {
    background: #fff;
    padding: 50px 20px;

}
.contact-col h2 {
    font-size: 28px;
}
.page-template-default .wpb_wrapper h2,
.page-template-page-museum .wpb_wrapper h2 {
    font-weight: 500;
    margin: 0;
}
.page-template-default .bg_pro {
    width: 2000px;
}
.overlay-category {
    /* background: radial-gradient(farthest-corner at 0px 0px, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.7) 80%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0637172) 77.08%);
    min-height: 345px;
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
    /* transition: all  1000ms; */

    /*before min-height :360*/
}
.category-title {
    position: absolute;
    left: 25px;
    bottom: 30px;
    width: 84%;
    z-index: 9;
}
.career-category h2 a {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
}

.botton-banner {
    position: relative;
    background-size: 100% auto !important;
}
.career-banner {
    padding-right: 0;
}
.botton-banner::after {
    background-image: linear-gradient(to bottom,  rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.6));
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    top: 0;
}
.features-list i::before {
    font-size: 36px;
    margin: 0;
}
.features-list h3 {
    margin: 0 0 20px;
}
.right-cols h3,
.career-section .wpb_content_element h3 {
    font-size: 28px;
    font-weight: normal;
}
.team-message .vc_col-sm-6 .vc_column-inner,
#team-message .vc_col-sm-6 .vc_column-inner {
    padding: 50px 15px;
    -webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
overflow: hidden;
}
.white-content a,
.white-content h2,
.white-content p {
    color: #fff;
}
.white-content a {

    display: inline-block;
    margin: 0;

}
.home .white-content a {
    color: #ed3901;
}
.team-photo .vc_column-inner {
    height: 100%;
}
.team-photo .vc_column-inner .wpb_wrapper {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    left: 20px;
    width: 100%;
}
.horizontal-timeline .events-wrapper {
    width: 100%;
    height: 135px !important;
}
.horizontal-timeline .events a {
    color: #505d6a !important;
}
.events a.selected {
    font-weight: bold;
    color: #fff !important;
}
.timeline-card {
  background: #fff;
  min-height: 440px;
  overflow: hidden;
}
.horizontal-timeline .filling-line {
    display: none !important;
}
.timeline-navigation#leftNav,
.timeline-navigation#rightNav {
    float: left;
    padding: 0 10px 10px;
}
.timeline-navigation#leftNav {
    padding-left: 27px;
}
.timeline-navigation#rightNav {
    padding-right: 60px;
    float: right;

}
@media only screen and (max-width:767px){
    .timeline-navigation#rightNav {
        padding-right: 30px;
    }
    .timeline-navigation#leftNav {
        padding-left: 0px;
    }
}
.horizontal-timeline .events-content li {
    background: #fff !important;
    padding: 0 !important;
}
#slide-nav {
    height: 100px;
    width: 53%;
    font-size: inherit;
    float: right;
    /* before margin-top: -175px; */
    margin-top:0px;
}
#dates a {
    font-size: 13px;
    color: #505d6a;
}

#dates li a::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #505d6a;
   opacity: 1;
    left: 19px;

    width: 10px;
    height: 10px;
    border-radius: 50px;
}
#dates li a.selected::before {
    opacity: 1;
    background: #fff;
    color: #fff;
}
#dates li {
    position: relative;
}
.history_timeline::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    opacity: 0.3;
    right: 0;
    width: 99%;
    height: 1px;
    top: 84px;
}
.bg-timeline::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #002042;
    left: 0;
    right: 0;
    width: 100%;
    height: 360px;
}
.timeline-card,
#team-message .right-cols,
.team-message .right-cols {
    -webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
/*before have border radius
  -webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;*/
}
.timeline-card,
#team-photo,
.team-photo {
    position: relative;
    -webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
/*before have border radius
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;*/
}
.team-photo .vc_column-inner .wpb_wrapper  h4,
.team-photo .vc_column-inner .wpb_wrapper p {
    color: #fff;
}

.left-bg::after {
    height: 600px !important;
    right: 0;
}
.timeline-text {
    background: #fff;
    min-height: 500px;
    padding: 50px 60px 50px;
}
.horizontal-timeline .events a::after {
    top: 0px !important;
    height: 10px !important;
    width: 10px !important;
}
.horizontal-timeline .events a {
    text-decoration: none;
    bottom: -63px !important;
    font-size: 13px;
    padding: 30px 0;
}
.horizontal-timeline .events {
    height: 1px !important;
    top: 80px !important;
    background: #505d6a !important;
}
.horizontal-timeline .events a::after {
    background-color: #505d6a !important;
}
.horizontal-timeline .events a.selected::after {
    background-color: #fff !important;
}
.slide-nav {
    position: absolute;
    z-index: 9;
    bottom: 80px;
    right: 40px;
}
#slide-nav a {
    color: #ED2724 !important;
    color: var(--e-global-color-accent);
    font-weight: bold;
    display: inline-block;
    opacity: 1;
}
#slide-nav a:hover {
    color: #ED2724 !important;
    color: var(--e-global-color-accent);
}
.slide-nav a#prev {
    float: left;
    padding: 0 10px;
}
.slide-nav a#next {
    float: right;
    padding: 0 10px;
}
.left-bg::after,
.team-photo::after {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+100 */
/**background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
/**background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
/**background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/**filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

    content: '';
    position: absolute;
    z-index: 7;
    height: 100%;
    width: 66%;
    right: 0;
    top: 0;
}

.team-message .vc_col-sm-6,
#team-message .vc_col-sm-6 {
    background: #fff;
    margin-bottom: 0;
    background: #fff;

overflow: hidden;
}
.view-all-box h3,
#blue-bg p,
#blue-bg h3 {
    color: #fff;
}
.location-pics img {
    width: 100%;
}
.career-location {
    background: #fff;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
    margin: 10px 0;
    min-height: 298px;
}
.location-title {
    padding: 0 20px 20px;
    min-height: 65px;
}
.location-title h3{
    margin-bottom: 0;
}
.location-career {
    padding-bottom: 50px;
}
.view-all-box {
    background: #00172b;
    padding: 30px;
    position: relative;
}
.view-all-des {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 9;
}
.career-role-scrolling {
    width: 1600px !important;
    line-height: 1.2;
    bottom: -10px !important;
    margin: 0;
    height: 120px;
    overflow: hidden;
}
.step-process {
    text-align: center;
}
.step-circle {
    background: #00172b;
    color: #fff !important;
    -webkit-border-radius: 100px;
-moz-border-radius: 100px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    font-size: 20px;
    padding: 8px;
    position: relative;
    z-index: 9;
}
.step-process .recruitment-section {
    float: left;
    width: 20%;
    margin: 0 auto;
    position: relative;
}
.step-process .recruitment-section::before {
    background: #00172b;
    opacity: 0.16;
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 5px;
}
.step-process .recruitment-section:first-child::after{
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 50%;
    height: 5px;
    z-index: 2;
}
.step-process .recruitment-section:last-child::after{
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    width: 50%;
    height: 5px;
    z-index: 2;

}
.ui-selectmenu-text,
.insights-search select span {
    color: #222;
    /* opacity: 0.8; */
}
.search_heading_title {
    padding-bottom: 40px;
}
.list-style ul li,
.single-career-role ul li {
    list-style: disc;
}
.list-style ul {
    margin: 20px;
}
.insights-search .end-date input,
.insights-search .start-date input {
    margin-top: -1px;
}
.insights-search .end-date input::placeholder,
.insights-search .start-date input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #222;
    opacity: 1; /* Firefox */
  }
  .insights-search .start-date input:-ms-input-placeholder,
  .insights-search .end-date input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #222;
    opacity: 1;
  }
  .insights-search .start-date input::-ms-input-placeholder,
  .insights-search .end-date input::-ms-input-placeholder { /* Microsoft Edge */
    color: #222;
    opacity: 1;
  }
.single-career-role .wpb_wrapper h2 {
    font-weight: 500;
    margin: 0;
}
.single-career-role ul {
    margin: 0 20px;
}
.career-list .row-list {
    font-size: 16px;
    background: #fff;
}
.career-list .header-row {
    padding: 0 0 10px 3% !important;
    /*before 0 0 20px 8 %*/
}
.meta-job span i {
    margin-right: 12px;
}
.career-list .row-list {
    padding: 20px 0 20px 3% !important;
    /*before 20px 0 20px 8%*/
}
.career-list .row-list {
    margin-bottom: 20px;
}
.career-list .row-list:hover {
    transition: all .3s linear 0s;
    box-shadow: 0 24px 26px 3px rgba(0, 0, 0, 0.1);
}
.job-opportunity-bg {
    height: 250px;
    overflow: hidden;
    position: relative;
    background-size: 100% auto !important;
}
.header-job-overlay {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to bottom, #e83700, rgba(226, 91, 9, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#search-form .name-group {
    border-right: 0 !important;
}
.header-white .white-logo {
    display: block;
}
.header-white .color-logo {
    display: none;
}
.header-color .on-scroll .color-logo {
    display: block;
}
.header-color .on-scroll  .white-logo {
    display: none;
}
.job-header h2,
.background-header-title .job-opportunity-bg h2,
.page-template-page-job-opportunities .job-opportunity-bg p,
.page-template-page-job-opportunities .job-opportunity-bg h2 {
    color: #fff;
    z-index: 2;
    position: relative;
    text-align: center;

}
.background-header-title .job-header,
.page-template-page-job-opportunities .job-header {
    padding-top: 100px;
}
.row-list div,
.career-list h3 {
    color: #222;
    margin: 0;
}
.search-wrapper i {
    position: absolute;
    top: 23px;
    left: 30px;
    z-index: 2;
    color: #150600;
    opacity: 0.3;
}
.insights-search {
    background: #f0f0f0;
    padding: 40px 0;
}
#search-form .name-group {
    margin: 20px 0;
}
.border-radius,
.border-radius .vc_column-inner > .wpb_wrapper {
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
}
.border-radius .pro-bono-contact-box {
    border-bottom: none !important;
}
.insights-search input {
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.insights-search input,
.insights-search select {
    font-size: 16px;
    color: #000;
}
#search-form .name-group input {
    padding:30px 40px;
    font-size: 24px;
    color: #000;
}
.ui-datepicker-month,
.ui-datepicker-year {
    background: #fff;
    border-radius: 4px;
    margin-left: 4px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: 11px;
}
.end-date i:hover,
.start-date i:hover {
    color: #000;
}
.end-date i {
    position: absolute;
    right: 30px;
    top: 17px;
    z-index: 2;
    color: #222;
    cursor: pointer;
}
.start-date i {
    position: absolute;
    right: 12px;
    top: 17px;
    z-index: 2;
    color: #222;
    cursor: pointer;
}
.btn-inight-search {
    background: #ED2724;
    background:var(--e-global-color-accent);
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 12px 60px;
    margin-top: 0px;
    margin-right: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media only screen and (max-width:767px){
    .btn-inight-search{
        width:100%;
        margin-right: 0px;
    }
    .btnsearch{
        margin-top:15px;
    }
}
@media only screen and (max-width:1023px){
    .btn-inight-search{
        padding: 12px 37px;
        margin-right: 0px;
    }

}
.process-list .recruitment-section {
    width: 100%;
    text-align: left;
}
.process-list .recruitment-section::before,
.process-list .recruitment-section::after {
    display: none;
}
.process-list  .step-circle {
    margin: -13px 20px 130px 0;
    padding: 9px 20px;
    float: left;
}
.page-template-page-recruitment-process .single-content p,
.process-list .recruitment-section p {
    color: #000;
}
.process-list .recruitment-section h3 {
    margin-top: 0;
    color: #00172b;
}
.right-sidebar {
    margin-top: 60px;
}
.right-sidebar .blue-bg {
    background: #001e39;
    color: #fff;
    padding: 30px;

}
.right-sidebar .blue-bg h3 {
    margin-top: 0;
}
.overlay-bg {
    position: relative;
}
.overlay-bg .wpb_wrapper {
    position: relative;
    z-index: 9;
}
.overlay-bg::after {
    content:'';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.page-template-page-recruitment-process .resource-section .featured-image {
    min-height: 320px;
}
.page-template-page-recruitment-process .resource-section h3 a {
    color: #00172b;
}
.page-template-page-recruitment-process .resource-section {
    padding: 0;
}
.page-template-page-recruitment-process .resource-list span {
    color: #000;
    opacity: 0.4;
}
.vc_toggle_title {
    background: #fff;
    padding: 15px 37px !important;
}
.vc_toggle_icon {
    position: relative !important;
    float: right;
    margin-top: 9px !important;
}
.vc_toggle_color_grey .vc_toggle_icon::after, .vc_toggle_color_grey .vc_toggle_icon::before,
.vc_toggle_icon::before,
.vc_toggle_icon::after {
    background: #001e39 !important;
}
.page-template-page-recruitment-process .resource-section .right-col,
.page-template-page-recruitment-process .big-features {
    background: #fff;
}
.vc_toggle_title>h4 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
}
.vc_toggle_content {
    background: #edf1f4;
    margin: 0 !important;
    padding: 30px 37px !important;
}
.sidebar-career-role {
    position: relative;
    padding: 253px 20px 20px;
    z-index: 9;
}
@media only screen and (max-width:767px){
    .sidebar-career-role {
        padding: 227px 20px 20px;
    }
}
.career-details .single-content {
    margin-top: 50px;
}
.border-rounded {
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    position: relative;
    background-size: auto 100% !important;
}
.case_study_carousel .owl-buttons .owl-next::after,
#slide-nav a.next::after {
    bottom: 7px;
    content: "\2192";
    color: #ED2724;
    color :var(--e-global-color-accent);
    padding-left: 8px;
    font-size: 20px;
    position: absolute;
    display: inline-block;
    transition: all .3s linear .3s;
    /*before not had margin-bottom:-6px;*/
    margin-bottom:-6px;
}
.case_study_carousel .owl-buttons .owl-next:hover::after,
#slide-nav a.next:hover::after {
    padding-left: 20px;
    transition: all .3s linear .3s;
}
.top-bar>a::before,
.case_study_carousel .owl-buttons .owl-prev::before,
#slide-nav a.prev::before {
    transition: all .3s linear .3s;
    bottom: 7px;
    content: "\2190";
    color: #ED2724;
    padding-left: 8px;
    font-size: 20px;
    left: -37px;
    position: absolute;
    display: inline-block;
    /*before not had margin-bottom:6px*/
    margin-bottom:-6px;
}
.top-bar a.btn-back {
    position: relative;
    padding-left: 40px;
}
.top-bar a.btn-back::before {
    left: 0;
    top: 0;
    transition: all .3s linear .3s;
}
.top-bar a.btn-back:hover::before {
    left: -20px;
    transition: all .3s linear .3s;
}
.case_study_carousel .owl-buttons .owl-prev:hover::before {
    left: -40px !important;
    transition: all .3s linear .3s;
}
#slide-nav a.prev:hover::before {
    left: -47px !important;
    transition: all .3s linear .3s;
}
.case_study_carousel .owl-buttons .owl-prev::before {
    left: -30px;
}
#slide-nav a {
    position: relative;
}
.sidebar-career-role a::after {
    bottom: -6px;
    content: "\2192";
    color: #ed3901;
    padding-left: 8px;
    font-size: 20px;
    position: absolute;
    display: inline-block;
}
.job-enquery-section p,
.job-content p,
.job-content li {
    color: #000;
}
.case_study_carousel .owl-buttons .owl-prev,
.case_study_carousel .owl-buttons .owl-next {
    position: relative;
}
.case_study_carousel .owl-buttons .owl-prev::before,
.case_study_carousel .owl-buttons .owl-next::after {
    bottom: -1px;
}
.job-enquery-section h2 {
    font-weight: 500;
    color: #000;
}
.job-content ul {
    margin-left: 20px;
}
.job-content li {
    list-style: disc;
}
.sidebar-career-role h3{
    color: #fff;
}
.job-enquery-section a {
    font-weight: bold;
    color: #ed3901;
}
.sidebar-career-role a {
    color: #ED2724;
    color :var(--e-global-color-accent);
    position: relative;
}
.sidebar-career-role a:hover::after {
    transition: all 1s ease 0s;
    padding-left: 20px;
}
.footer-job-section {
    background: #fff;
    padding: 40px 0;
    margin: 50px 0 200px 0;
}
.blue-box .vc_column-inner {
    padding: 40px 60px 60px !important;
}
.meta-job span {
    color: #000;
}
/* Event Slider */
.past-event-slider .background-slider {
    padding: 200px 0;
    background-size: cover !important;
}
@media only screen and (max-width:767px){
    .past-event-slider .background-slider {
        padding: 90px 0px 60px 0px;
        /*before 200px*/
    }
}
.past-event-slider .owl-controls {
    position: relative;
    margin: 0 !important;
}
.past-event-slider .owl-pagination {
    position: absolute;
    top: -120px;
    width: 100% !important;
    z-index: 9;
    left: -525px;
}
@media only screen and (max-width:767px){
    .past-event-slider .owl-pagination {

        left: 0px;
    }
}
@media only screen and (max-width:1024px){
    .past-event-slider .owl-pagination {

        left: 0px;
    }
}
.past-event-slider  .owl-page span {
    background: #fff !important;
}
.event-list .pro-insight-list-pic,
.event-list .pro-insight-list {
    min-height: 330px;
    max-height: 330px;
    overflow: hidden;
    background: #fff;
}
.event-list .pro-insight-bg h3,
.event-list .pro-insight-bg  {
    min-height: 30px;
}
#order_by_role,
#order_by_city {
    cursor: pointer;
}
/*-------- Locatin Style -------*/
.two-col-contact {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 40px;
    min-height: 280px;
    /*before min-heigh 230*/
}
.location-map.map-2 {
    width: 50%;
    float: left;
    position: relative;
}

.contact-details-box {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 40px;
    z-index: 10;
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: 33.3333%;
    max-width:500px;
}
.location-map.map-2 .contact-details-box {
    width: 50%;
    right: 20px;
    bottom: 20px;
}
@media (max-width:1024px){
    .location-map.map-2 .contact-details-box {
        width: 100%;
        right: 20px;
        bottom: 0px;
        width: 100%;
        left: 0px;
        right: 0px;
        padding-bottom: 70px;
        position: relative;
        min-height: 325px;
    }
    .contact-details-box{
        width: 100%;
        right: 20px;
        bottom: 0px;
        width: 100%;
        left: 0px;
        right: 0px;
        padding-bottom: 70px;
        position: relative;
        min-height: 325px;
        max-width: 100%;
    }

}
.two-col-contact h2 {
    font-weight: bold;
    margin-top: 0;
}
.contact-details-box h3 {
    margin-top: 0;
}
.pro-contact {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pro-bono-contact-box {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
.pro-bono-contact-box .contact-list li {
    list-style: none;
}
.pro-bono-contact-box .contact-list {
    margin: 0;
}
.two-col-contact li i.fa-envelope-o,
.two-col-contact li i.fa-phone,
.contact-details-box li i.fa-envelope-o,
.contact-details-box li i.fa-phone {
    padding-right: 10px;
}
.overview-heading article {
    padding-top: 43px;
}
.contact-list li i.fa-map-marker {
    height: 60px;
    float: left;
    width: 30px;
    text-align: center;
    padding-right: 14px;
    padding-top: 3px;
}
.contact-box-2 li i.fa-map-marker {
    height: 88px;
}
.single-contact-box .pro-bono-contact-box {
    border: none !important;
}
.map-section a.btn-download i::before {
    margin-left: 0;
}
.map-section a.btn-download {
    position: relative;
    margin-top: -26px;
}
.heading-normal h2 {
    font-weight: normal !important;
    padding-bottom: 48px;
}
.form-search input {
    padding: 0;
    height: 70px;
}
#top_search_result {
    top: 2px;
    margin-top: 0;
}

.tab-content {
    padding: 80px 0;
}
.nav-tabs>li>a:hover {
    background: none;
    border: none;
    font-weight: 600;
}
.nav-tabs>li>a {
    background: none;
    border: none;
    color: #fff;
    font-size: 19px;
    height: 70px;
    border: none !important;
    padding-top: 20px;
}
.nav-tabs>li.active>a {
    font-weight: 600;
    background: none !important;
    color: #fff !important;
}
.nav-tabs>li>a:hover::after,
.nav-tabs>li.active>a::after {
    content: '';
    background: #ED3801;
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 25%;
}
.tab-content .fade {
    display: none;
}
.tab-content>.active {
    display: block !important;
}
.full-bg-tabs {
    height: 70px;
    background: #00172b;
    width: 100%;
    position: relative;
    margin-bottom: -70px;
}
/* .team-message blockquote {
    quotes: "“" "”" "‘" "’";
    padding: 10px 45px;
    margin: 0;
}

.team-message blockquote:before {
    content: open-quote;
    background: none;
    font-size: 90px;
    padding: 50px 0;
    color: #e83700;
}
.team-message blockquote:after {
    content: close-quote;
    background: none;
    font-size: 90px;
    width: auto;
    bottom: 20px;
    color: #e83700;
} */
.faq-section p {
    padding-bottom: 30px;
}
.faq-section h3 {
    color: #000;
}
.full-width .vc_column-inner {
    padding: 0 !important;
}
.full-width {
    position: relative;
    padding: 20% 0 0 0;
    height: 100%;
}
/* home page slider */

.scroll-fixed {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}
.right-navigation li {
    padding: 5px;
    background: rgba(255,255,255,0.45);
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
    margin: 20px 0;
    cursor: pointer;
    transition: all .3s linear 0s;
}
.right-navigation li.active {
    transition: all .3s linear 0s;
    background: #ED3801;
}
.right-navigation li.slide4 {
    padding: 18px 5px;
}
.right-navigation {
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 99;
}
    .animated{
        animation-duration:3s;
        -webkit-animation-duration:3s;
        -moz-animation-duration:3s;
        -ms-animation-duration:3s;
        -o-animation-duration:3s;
        visibility:visible;
        opacity:1;
        transition:all 0.3s ease;
    }
.noo-spinner .loader {
    margin: 0 auto;
    width: 300px;
    padding-top: 30vh;
}
.profesional-des-print {
    display:none;
}
.error404 {
    background: #00172b;
}
.error404 p,
.error404 h1 {
    color: #fff;
}
.page-404-error {
    width: 400px;
    margin: 0 auto;
}
.professional-box .pro-photo,
.profile-listings .pro-photo {
    max-height: 272px;
    overflow: hidden;
    width:220px;
}
/* .page-404-error h1 {
    font-size: 48px;
    font-weight: 500;
    padding-top: 20vh;
}
.error404 a {
    color: #fff;
    margin-top: 40px;
    font-weight: bold;
    display: block;
    padding: 13px 20px;
    background: #e83700;
    max-width: 180px;
    border-radius: 4px;
} */

.single-practices .overview-heading article {
    padding-top: 0;
}
/*---- Responsive Design -----*/
@media (min-width:1680px) {

    .professional-bg {
        background-size: 50% auto !important;
    }
    .short-description {
        margin-top: 50vh;
    }
    .left_menu {
        padding: 22vh 8vw;
    }
    /* #logo img {
        margin-left: -150px;
    }
    .header .header-buttons {
        margin-right: -150px;
    } */
    .social-media {
        left: 0;
    }
    .top-header {
        padding: 20px 5% 0 !important;
    }
    #logo {
        width: 135px;
    }
}
@media (min-width:1460px) {
    #slide2, #slide3 {
        padding-top: 25vh !important;
    }
    #slide1 {
        height: 100vh !important;

    }
    .hero-section {
        background-size: 150vw auto !important;
    }
}
.loading-search,
#search_result,
.search_wrapper {
    max-width: 620px;
    margin-top:0px;

}
.search_wrapper .search_button {
    /* padding: 23.3px 30px; */
    border: none;
    min-width: calc( 1.2 * 50px );
}
.search_wrapper span.reset_search {
    right: 80px;
    top: 15px;
    font-size: 30px;
}
@media (min-width:1360px) {
   #slide2, #slide3 {
       height: 100vh !important;
       padding-top: 20vh !important;
   }
    .professional-bg::after {
        width: 64vw;
    }
    .single-page .professional-bg::after {
        width: 55vw;
    }
    .top-header {
        padding: 10px 2% 0 !important;
    }
    .hero-section h1 {
        font-size: 50px;
    }
    .s_section a, .s_short_des a,
    #search_result h3 {
        font-size: 16px;
    }
    /* .search_wrapper span.reset_search {
        right: 80px;
        top: 25px;
        font-size: 30px;
    } */

    .main-container {
        margin-bottom: 56px;
    }
    .home .main-container {
        margin-bottom: 0;
    }
    /* .loading-search,
    #search_result,
    .search_wrapper {
        max-width: 620px;
        margin-top:0px;
    } */
    /* input.search,
    input#search {
        height: 70px !important;
        font-size: 16px;
        color: rgb(75, 71, 71);
    } */
    .search-result input.search,
    .search-result input#search {
        height: 90px !important;
        padding: 0 30px;
        color: #000;
        font-size: 24px;
    }
    /* .search_wrapper .search_button {
        padding: 23.2px 26px;
        border: none;
    } */
    .search-result .search_button {
        padding: 29px 18px !important;
    }
    .short-description {
        margin-top: 35vh;
        max-width: 620px;
    }
    .social-media {
        left: 5vw;
        bottom: 14%;
        padding:0;
    }
    .left_menu {
        padding: 18vh 5vw;
    }


}
/* for top post mobile awards % rankings*/
@media only screen and (max-width:767px){
    .top-article .insight-overlay {
        min-height: 270px !important ;

    }
    .insight-overlay{
        background-image: unset;
    }
}

/* end  for top post mobile awards % rankings*/

@media (max-width:1200px) {
    .case_study_bg_full {
        background-size: cover!important;
         /* height: 400px; */
        /* background-size: auto 100% !important; */
    }
    .event-list .pro-insight-list-pic {
        height: 410px;
        max-height: 410px;
        overflow: hidden;
        background: #fff;
        margin-bottom: 30px !important;
    }
    .view-all-box {
        min-height: 323px;
    }
    .event-list .pro-insight-list {
        margin-bottom: 30px !important;
        height: 410px;
        padding: 100px 30px;
        max-height: 410px;
        overflow: hidden;
    }

    .article-list .insight-overlay {
        min-height: 334px;
    }
    .top-article .insight-overlay {
        min-height: 380px;
    }
    .top-header {
        padding: 0 3% !important;
     }
    .resource-section .featured-image {
        min-height: 327px !important;
        background-size: auto 100% !important;
    }
    .resource-section .process-image {
        min-height: 230px !important;
        background-size: 100% auto !important;
    }

    .pro-insight-list {
        min-height: 250px;
    }
    .professional-bg::after {
        width: 61vw;
    }
    .load_insight_content .pro-insight-list {
        background: #fff;
        padding: 33% 20px;
    }
    .load_insights_content .pro-insight-list,
    .load_insight_content .pro-insight-list {
        background: #fff;
        padding: 148px 20px;

    }
    .pro-insight-list-pic figure {

        background: #fff;
    }
    .load_awards_content .pro-insight-list {
        min-height: 230px;
    }
    .locations-filter .col-md-4 {
        padding: 0 5px !important;
    }
    .hero-section {
        background-size: 140vw auto !important;
    }
    .overlay-category {
        min-height: 310px;
    }
}

@media (max-width:1368px) and (min-width:1024px) {

    .fullscreen-search .popup-search {
        padding-right: 12px;
        padding-top: 30px;
    }
    .related-pro-list {
        padding: 20px 10px;
    }
    .fullscreen-search .kameleon-search-closer {
        padding-top: 43px !important;
    }
}
@media (max-width:1024px) and (min-width:992px){

    .banner-text {
        position: absolute;
        bottom: -80px;
    }
    .article-list .insight-overlay {
        min-height: 332px !important;
    }

}

 @media (max-width:1024px) and (min-width:768px) {
    .home svg {
        position: relative;
        max-height: 100vh;
        right: 0;
        width: 103%;
    }
   .service-list h3 {
       font-size: 14px;
   }
    .botton-banner {
        background-size: auto 100% !important;
    }
    .view-all-box {
        min-height: 322px;
    }
    .page-template-page-insights .pro-insight-list, .page-template-page-insights .pro-insight-list-pic {
        max-height: 340px;
        margin-bottom: 30px;
        height: 340px;
    }
    .ui-widget.ui-widget-content {
        width: 344px !important;
    }
    .page-template-page-insights .pro-insight-list {
        padding: 82px 30px;
        height: 410px;
    }
    .article-list .insight-overlay {
        min-height: 276px;
    }
    .location-navs li {
        width: 100%;
    }

    .location-sidebar {
        padding-right: 0;
    }
    .load_awards_content .pro-insight-list {
        min-height: 255px;
    }

    .professional-header .profesional-des h2 {
        font-size: 35px;
    }
    .profesional-des {
        padding: 10% 0 0;
    }
    .single-professional .header-banner {
        margin: 160px 0;
        max-width: 240px;
    }
    .pro-insight-list-pic figure {
        min-height: 190px;
        max-height: 190px;
        overflow: hidden;
    }
    .load_insights_content .pro-insight-list,
    .load_insight_content .pro-insight-list {
        background: #fff;
        padding: 29% 20px;
        height: 395px;
    }
    .name-group label {
        font-weight: normal;
        color: #00172b;
        width: 100%;
        text-align: left;
    }
    /* .professional-page {
        padding: 20px;
    } */
     .big-features .content{
         max-height: 275px;
         overflow: hidden;
     }
    .pro-insight-list {
        min-height: 220px;
    }
    .social-media {
        left: 0;
        padding: 0;
    }
    .hero-section {
        background-size: 130vw auto !important;
    }
    .resource-section .featured-image {
        min-height: 335px !important;
        background-size: 100% auto !important;
    }
    .number-increasement {
        min-height: 100px;
    }
    /* h2 {
        font-size: 28px;
    } */
    .left_menu ul li > a {
        font-size: 18px;
        padding: 12px 0;
    }
    .left_menu {
        padding: 14% 6%;
    }
    .left_menu ul ul {
        left: 100px;
        width: 920px;
    }
    .social-media {
        position: relative;
        left: 6%;
        bottom: 6px;
        padding: 0;
    }
    .left_menu ul li ul li.sub-group {
        float: left;
        width: 320px;
    }
    .pro-header .single-image {
        text-align: left;
    }
    .hero_gredient_overly,
    .hero-section {
        min-height: 800px !important;
    }
    .pro-insight-list-pic {
        max-height: 384px;
    }
    .resource-section .process-image {
        min-height: 228px !important;
        background-size: 100% auto !important;
    }
    .botton-banner {
        height: 280px;
        background-size: 100% auto !important;
    }
    .video-player-section {
        padding: 130px 0;
    }

}

@media (max-width:992px) {
    .two-col-contact {
        margin-bottom: 30px;
    }
    .map-box,
    .map-box-two-col {
        min-height: 300px !important;
    }
    .view-all-des {
        position: absolute;
        bottom: 30px;
        left: 15px;
        right: 15px;

    }
    .view-all-box {
        min-height: 296px;
    }
    .career-category h2 a {
        font-size: 24px;
        line-height: 28px;
    }
    .overlay-category {
        min-height: 240px;
    }
    .locations-filter .col-md-4 {
        padding: 0 15px !important;
    }
    .footer-logo img {
        max-width: 100% !important;
    }
    .professionals h1 {
        font-size: 38px;
    }
    .professional-bg::after {
        width: 60vw;
    }
    .pro-photo img {
        width: 100%;
        width: 100%;
        height: 250px !important;
        object-fit: cover;

    }
    /* h2 {
        font-size: 28px;
    } */
    .main-menu ul {
        display: none;
    }
    .hero-section {
        background-size: 160vw auto !important;
    }
    .resource-section .featured-image {
        min-height: 128px !important;
    }
    .resource-section .process-image {
        min-height: 110px !important;
        background-size: 100% auto !important;
    }
    .left_menu {
        padding: 15vh 0;
    }
    .social-media {
        position: relative;
        left: 0;
        bottom: 10%;
    }
    #menu-main-nav>li>ul {
        padding-left: 100px;
    }
    .left_menu ul ul {
        min-height: 400px;
    }
    .left_menu ul ul li.sub-group ul {
        max-width: 300px;
    }

 }
@media (max-width: 812px) {
    .banner-text {
        position: absolute;
        bottom: -95px;
    }
    .load_insight_content .pro-insight-list {
        background: #fff;
        padding: 29% 20px;
    }

    .professional-bg::after {
        width: 60vw;
    }
    .professionals h1 {
        font-size: 38px;
    }
    .professional-header .bg_pro {
        display: none;
    }
    .single-professional .header-banner {
        max-width: 222px;
    }
    .left_menu {
        padding: 15hv 0;
    }
    #menu-main-nav>li>ul {
        padding-left: 7px;
    }
    .left_menu ul ul {
        left: 178px;
         width: 600px;
    }
    .left_menu ul li ul li.sub-group {
        float: left;
        width: 247px;
    }
    .left_menu ul li li {
        position: relative;
    }
    .left_menu ul ul ul li a {
        font-size: 14px;
        padding: 4px 0px;
    }
    .social-media {
        position: relative;
        left: 0;
        bottom: 6px;
    }
    .social-media ul li a {
        color: #fff;
        opacity: 0.4;
        font-size: 20px;
        padding-right: 22px
    }
    .left_menu ul li ul li.sub-group > a {
        padding-bottom: 0;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .right-sidebar {
        width: 40% !important;
    }
    .page-template-page-job-opportunities .color-logo {
        display: none;
    }
    .page-template-page-job-opportunities .white-logo {
        display: block;
    }
    .single-job-content,
    .process-list {
        width: 60% !important;
    }
    .process-list .recruitment-section {
        margin-bottom: 30px;
    }
    .single-content .full-content {
        width: 100% !important;
    }
    .contact-page .vc_col-sm-3 {
        width: 50% !important;
        margin-bottom: 30px;
    }
    .contact-page .contact-box-2 {
        min-height: 260px;
    }
    .right-banner::after {
        min-height: 800px;
    }



}
@media (max-width:768px)  {

    .career-banner {
        padding-right: 15px;
    }
    #career-category .vc_column-inner {
        padding: 0 !important;
    }
    .top-header {
        padding: 0 !important;
    }s
    /* .professional-page {
        padding: 20px;
    } */
    .on-scroll .white-logo {
        display: block;
    }
    .on-scroll .color-logo {
        display: none;
    }
    .bg_pro {
        font-size: 10vw;

    }
    .pro-bg {
        min-height: 7%;
        right: 0;
        background-attachment: fixed !important;
    }
    .pro-header .single-image {
        text-align: center;
        min-height: 240px;
    }
    .professionals .pro-header {
        padding: 100px 15px 0;
    }
    .pro-insight-list {
        min-height: auto;
    }
    .hero_gredient_overly,
    .gredient_overly {
        background: rgba(0, 23, 43, 0.85)
    }
    .left_menu {
        padding: 10% 4%;
    }
    .social-media {
        position: relative;
        left: 4%;
    }
    .left_menu ul li > a {
        font-size: 18px;
        padding: 10px 0;
    }
    .left_menu ul ul ul li a {
        font-size: 14px;
        padding: 7px 0px;
    }
    li.sub-group > a {
        padding-bottom: 15px;
    }
    .main-menu>ul>li ul.sub-menu>li ul li>a,
    .main-menu>ul>li ul.sub-menu>li>a {
        font-family: 'Source Sans Pro', sans-serif;
        padding-left: 0;

    }
    .main-menu>ul>li ul.sub-menu ul>li>a {
        font-weight: normal;
        text-transform: capitalize;
    }
    .white-logo {
        display: block;
    }
    .color-logo {
        display: none;
    }
    .professional-header {
        position: relative;
        margin-top: 65px;
    }
    .profesional-des, .header-banner {
        margin: 120px 0;
    }
    .header-fix,
    header.on-scroll {
        background: rgba(0, 22, 45, .98) !important;
        padding-bottom: 6px;
        z-index: 99999;
    }
    /* h2 {
        font-size: 32px;
    } */
    .header .main-menu {
        background: #00172b;
    }
    .header-fix {
        position: fixed;
        top: 0;
    }
    .main-menu>.menu>li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .welcome-area {
        margin-top: -60px;
    }
    .header .main-menu {
        display: block;
        position: absolute;
        top: 65px;
        z-index: 99;
        display: none;
        height: 100vh;
        overflow-y: scroll;
    }
    .header .main-menu li > a {
        font-weight: bold;
        text-transform: uppercase;
    }
    .header .main-menu li a {
        text-align: center;
        padding: 0;
    }
    .header .mobile-icon .hamburger span {
        background: #fff;
    }
    .main-container {
        padding: 0 40px;
    }
    .home .main-container {
        padding: 0 40px !important;
    }
    .default-page .main-container {
        padding: 0 20px;
    }
    .short-description {
        margin-top: 44%;
    }
    .hero-section {
        background-size: auto 100% !important;
    }
    #logo {
        padding: 15px 20px;
    }
    #logo img, #logo2 img {
        max-width: 67px;
    }
    .resource-section .featured-image {
        background-size: auto 100% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .vc_col-sm-6 {
        width: 100% !important;
    }
    .bg-fixed .pro-bg {
        height: 50vh;
    }
    .location-sidebar ul::before,
    .location-sidebar ul::after {
        display: none;
    }
    .search-link,
    .hamburger {
        opacity: 0.7;
    }
    .search-link {
        margin-left: 0;
    }
    .mobile-icon .search-link i {
        color: #fff;
        font-size: 29px;
        float: left;
        position: absolute;
        right: 60px;
        top: -3px;
    }
    .search-link::after {
        content: '';
        width: 1px;
        background: #ccc;
        height: 30px;
        position: absolute;
        right: 34px;
        top: -4px;
        opacity: 0.3;
    }
    .fullscreen-search .search-link::after {
        opacity: 0;
    }
    .border-rounded {
        background-size: 100% auto !important;
    }
    #slide-nav {
        height: 35px;
        /* before height 100*/
        width: 50%;
        /*before not have margin*/
        margin-top: 0px;
    }
    .process-list .step-circle {
        margin: -3px 20px 130px 0;
    }
    .main-container {
        min-height: 100px;
    }

}
@media (max-width:767px)  {
    #slide2 {
        padding: 25px !important;
    }
    .header-description {
        padding: 0 15px;
    }
    .process-list .step-circle {
        margin: 0px 20px 186px 0;
    }
    .professional-header .col-sm-7 {
        padding: 0;
    }
   .mm-page {
       overflow: hidden;
   }
    .case_study_carousel .owl-buttons {
        width: 97% !important;
        position: relative;
        float: right;
    }
    .service-list h3 {
        font-size: 18px;
    }
    .case_study_carousel_style_2 .block-content {
        padding: 100px 30px 80px;
    }
    .contact-box-2 {
        margin-bottom: 30px;
    }
    .banner-text {
        display: none;
    }
    .botton-banner {
        height: 260px;
    }
    .search-result {
        max-width: 100% !important;
    }
    a.mm-listitem__btn {
        position: absolute;
        width: 100%;
        padding: inherit;
        height: 62px;
        z-index: 9;
        top: 0;
    }
    #logo a {
        width: 120px;
        float: left;
    }
    .search-link,
    .hamburger {
        opacity: 0.7;
    }
    .btn-loading {
        text-align: center;
    }
    .location-sidebar ul::before,
    .location-sidebar ul::after {
        display: none;
    }

    .location-sidebar ul {
        padding-left: 40px;
    }
    .load_awards_content .pro-insight-list {
        min-height: 230px;
    }
    .footer-logo img {
        max-width: 160px !important;
    }
    .form-search {
        max-width: 82%;
    }
    .kameleon-search-closer {
        float: left;
        width: 20px;
        padding: 12px 0 0 0;
    }
    .mobile-icon .search-link i {
        color: #fff;
        font-size: 29px;
        float: left;
        position: absolute;
        right: 60px;
        top: -3px;
    }
    .single-professional .header-banner {
        margin: 140px auto;
    }
    .footer-area {
        text-align: center;
    }
    .resource-section .featured-image {
        background-size: 100% auto !important;
        min-height: 230px !important;
        background-position: top center !important;
    }
    a.pull-right {
        width: 100%;
    }
    .big-features {
        margin: 15px;
    }
    .bg_title {
        font-size: 100px;
    }
    .hero-section {
        background-size: auto 120% !important;
        background-position: top right;
    }
    .pro-bg {
        min-height: 4%;
    }
    .bg-fixed .pro-bg {
        height: 100vh;
    }
    .professional-bg::after {
        width: 52vw;
    }
    .profesional-des-mobile {
        text-align: left;
    }
    .banner-bg {
        min-height: 300px;
        background-size: auto 100% !important;
    }
    .locations .banner-bg {
        min-height: 390px;
        padding: 0 10%;
    }
    .professionals h1::after {
        left: 0;
    }
    .pro-insight-list-pic img {
        width: 100%;
    }
    .search-link {
        margin-left: 0;
    }
    .search-link::after {
        content: '';
        width: 1px;
        background: #ccc;
        height: 30px;
        position: absolute;
        right: 34px;
        top: -4px;
        opacity: 0.3;
    }
    .fullscreen-search .search-link::after {
        opacity: 0;
    }
    .kameleon-search-closer {
        margin-right: 20px;
        margin-right: 20px;
        position: absolute;
        padding: 0;
        margin: 0;
        z-index: 99;
        top: 40px;
        right: 40px;
        font-size: 35px;
    }
    .page-template-page-insights .pro-insight-list {
        padding: 30px 30px;
        height: 100%;
        min-height: auto;
    }
    .page-template-page-insights .pro-insight-list, .page-template-page-insights .pro-insight-list-pic {
        max-height: 100%;
        margin-bottom: 30px;
    }
    .full-mobile img {
        width: 100%;
        height: 270px !important;
        object-fit: cover;
        /*mb history
    }
    .left-bg::after, .team-photo::after,
    .left-bg::after {
        background: none !important;
    }
    .timeline-text {
        padding: 10px 20px 15px 20px !important;
        /*before padding: 40px 30px 100px; */
    }
    .contact-col {
        background: #fff;
        padding: 50px 20px;
        margin: 40px 20px;
    }
    .haft-bg {
        background-size: auto 100% !important;
    }
    .horizontal-timeline .timeline {
         padding-bottom: 0px!important;
    }
    .case_study_carousel .contact-col {
        padding: 15px 0;
    margin: 0;
    }
    .case_study_carousel h2 {
        padding-top: 20px;
        padding-left:20px;
    }
    .case_study_carousel .owl-buttons {
        position: relative;
        right: 0;
        bottom: 0;
        top :10px;
        /*before not have top 10px for a museum page */
    }
    .case_study_bg {
        background: #fff !important;
    }
    .page-template-page-recruitment-process .white-logo, .page-template-page-job-opportunities .white-logo {
        display: none;
    }
    .page-template-page-recruitment-process .white-logo, .page-template-page-job-opportunities .color-logo {
        display: block;
    }
    .no-left-mobile .vc_column-inner {
        padding-left: 0 !important;
    }
}
/* @media only screen and (max-width:1024px){
    .left-bg::after, .team-photo::after,
    .left-bg::after {
        background: none !important;
    }
    .full-mobile img {
        width: 100%;
    }
    .case_study_bg {
        background: #fff !important;
    }
    .case_study_bg {
        background-size: 100% !important;
        position: relative;
        overflow: hidden;
}
.case_study_carousel .contact-col {
    padding: 0px 0px 0px;

    width:100%;
}
.hidden-sm{
    display:unset !important;
}
.col-sm-6.team-photo.right-banner{
    display: none;
}
} */
@media (max-width:480px)  {
    .big-features {
        margin: 15px 0;
    }
    .home .resource-section .col-sm-6 {
        padding: 0;
    }
    #slide2 {
        padding: 15px !important;
    }
    .home svg {
        position: relative;
        max-height: 100vh;
        right: 0;
        width: 103%;
    }
    .main-container {
        padding: 0;
    }
    .form-search input {
        max-width: 68%;
    }
    .form-search button {
        padding: 32px 40px;
    }
    .top_reset_search {
        top: 15px;
    }
    .number-increasement span.symbol {
        padding-top: 15px;
        font-size: 29px;
    }
    .no-left-mobile .vc_column-inner {
        padding-left: 0 !important;
    }
    .start-date i {
        right: 32px;
    }
    .end-date {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 49.5%;
        display: inline-block;
    }
    .start-date {
        padding-right: 0px !important;
        width: 49.5%;
        display: inline-block;
    }
    .filter-nav li.active {
        display: inline-block;
        font-size: 15px;
    }
    .filter-nav li.active span {
        display: inline-block;
        padding-top: 3px;
    }
    .contact-list li i.fa-map-marker {
        height: 90px;
    }
    .blue-box {
        width: 95% !important;
        margin: 10px;
    }
    .blue-box .vc_column-inner {
        padding: 20px!important;
    }
    .blue-box .vc_column-inner .col-xs-6 {
        padding-right: 20px !important;
    }
    .botton-banner {
        background-size: auto 100% !important;
    }
    .video-player-section {
        padding: 20px 0;
    }
    .search-result .search_button {
        padding: 19px 18px !important;
    }
    /* .search_wrapper .search_button i {
        font-size: 31px;
    } */
    /* .search_wrapper .search_button {
        padding: 19px 25px !important;
        /* left : 313px; */
    } */
    .step-process .recruitment-section {
        width: 100%;
        padding: 30px 0;
    }
    .step-process .recruitment-section::before,
    .step-process .recruitment-section::after {
        display: none;
    }
    /* .career-category {
        width: 100% !important;
    } */
    .offset_top {
        transition: all 1s ease 0s;
        top: 130px;
    }
    .ui-widget.ui-widget-content {
        width: 315px !important;
        z-index:10 !important;
    }
    .filter-form h2 {
        font-size: 24px;
    }
    .profesional-des, .header-banner {
        margin: 60px 0 0;
    }
.search-result input.search {
    height: 70px !important;
}
.search-result .search_button {
    padding: 14px 18px;
}
    .search-result-list {
        max-width: 100% !important;
    }
    #menu {
        width: 100%;
    }
    .pro-insight-list-pic figure {
        min-height: auto;
    }
    .load_awards_content .pro-insight-list {
        min-height: auto;
    }
    .load_insights_content .pro-insight-list, .load_insight_content .pro-insight-list {
        padding: 20px;
    }
    .professional-bg::after {
        width: 55vw;
    }
    .heading-experience {
        font-size: 24px;
        padding: 0 0px;

    }
    .bg-fixed .pro-bg {
        height: 65vh;
    }
    .hero-section {
        background-size: auto 125vh !important;
        background-attachment: fixed;
    }
    /*h22*/
    /* h2 {
        font-size: 28px;
    } */
    h1{
        font-size: 28px !important;
    }
    .number-increasement {
        min-height: 100px;
    }
    .main-list {
        padding: 15px;
    }
    .resource-section .featured-image {
        background-size: auto 100% !important;
    }
    .short-description {
        margin-top: 55%;
    }
    .social-media-icons {
        display: none;
    }
    .form-search {
        max-width: 80%;
    }
    .professional-bg {
        background: none !important;
    }
    .header-overlay {
        background: #fff;
    }
    .m-header-bg .header-overlay {
        background: #f8f8f8;
    }
    .single-professional .header-banner {
        max-width: 70%;
        margin: 36px auto;
    }


@media (max-width:420px) {

    input#search {
        font-size: 13px;
    }
    .ui-widget.ui-widget-content {
        width: 315px!important;
        max-width: 100%;
    }
    .mm-listview>li>a {
        padding: 20px 0 20px 20px;
    }
    .sub-menu>li>a {
        padding: 20px 0 20px 70px;
    }
    .name-group label {
        width: 38%;
        text-align: left;
        padding: 5px 0;
    }
    .filter-label {
        width: 20% !important;
    }
    .name-group {
        border-right: none;
    }
    .filter-form .col-xs-6 {
        width: 100%;
    }
    .single-professional .header-banner {
        max-width: 70%;
        margin: 36px auto;
    }
    .profesional-des-mobile {
        text-align: left;
    }
    .banner-bg {
        min-height: 300px;
        background-size: auto 100% !important;
    }
    .professionals h1::after {
        left: 0;
    }
    .pro-bio {
        padding: 0 15px;
    }
    .profile-listings {
        width: 100%;
    }
    .filter-breadcrump,
    .found_result {
        padding: 0 20px;
    }
    .filter-nav li {
        width: 100%;
    }
    .filter-nav li i {
        float: right;
    }
    .number-increasement {
        min-height: 120px;
    }
}
@media only screen and (max-width:414px) {
    .ui-widget.ui-widget-content {
       width: 372px!important;
       max-width: 100%;
   }
}
#fullpage .vc_row-fluid  {
    height: 100%;
}
/*comment*/
/* Mobile Menu */
/* nav:not(.mm-menu) {
	display: none;
} */

#menu {
    margin-top: 66px;
    background: #041d32;
}
.mm-divider,
.mm-navbar,
.mm-panel,
.mm-listitem_selected>.mm-listitem__text,
.mm-panels {
    background: #041d32 !important;
}
.mm-divider,
.mm-navbar a,
.mm-listitem a {
    color: #fff !important;
    font-weight: 500;
    font-family: Poppins;
}
.mm-panel_opened .mm-navbar {
    border-color: rgba(216,216,216, 0.2) ;
}
.mm-navbar a {
    padding: 30px 0;
    text-align: left;
    font-size: 18px;
    position: relative;
    display: block;
    height: 80px;
}
.mm-btn:after, .mm-btn:before {
    border-color: #fff !important;
}
.mm-listitem a {
    padding: 20px 0 20px 70px;
}
.mm-wrapper__blocker {
    display: none !important;
 }
 #menu-mobile-nav .mm-navbar {
     display: none;
 }
.mm-panel_opened .mm-navbar {
     height: 80px;
 }
 .mm-btn:after, .mm-btn:before {
     border-width: 1px !important;
 }
 .mm-btn_next:after, .mm-btn_prev:before {
     width: 12px !important;
     height: 12px !important;
 }
 #menu-mobile-nav>.mm-listview>li>a {
     font-size: 18px;
 }
 @media (max-width: 380px) {
    .ui-widget.ui-widget-content {
        width: 316px!important;
        max-width: 100%;
    }
    }
 @media (max-width: 360px) {
.ui-widget.ui-widget-content {
    width: 301px!important;
    max-width: 100%;
}
}

.buttontest{
    color:#001E39;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: solid 1px #001E39;
}

.buttontest:hover{
    color:#fff;
    background: red;
}

.btnread,.btnread a{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #002042;
    color:var(--e-global-color-primary);
    white-space: nowrap;
    position: relative;

}
@media only screen and (max-width:767px){
    .btnread{
        bottom:0px;
    }
}

h5.btnread::after{
    content: '→';
    color: #ED2724;
    color :var(--e-global-color-accent);
    margin-left: 5px;
    display: inline-block;
    /* display: flex;
    left: 75px;
    position: absolute;
    bottom: 20px; */
}
@media only screen and (max-width:767px){
    .h5.btnread::after{
        bottom:0px;
    }
}
h5.btnread:hover::after{
    margin-left:15px;
    transition: margin .3s ease-in-out;
}
/*title office box of googlemap*/
.offname{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #002042;
    color:var(--e-global-color-primary);
}
/*box of google map*/
.contact-list{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #222222;
    display:flex;
}

.col-md-6{
    z-index: 10;
}
.col-md-6.map-box-left{
    top:220px;
}

.col-md-6.map-box-left:nth-last-child(1){
    left:360px;
}

.two-col-contact.columnbox{
    margin-right: 50px;
    margin-left: 100px;
}
@media only screen and (max-width:767px){
    .col-md-6.map-box-left{
        top:165px;
        left: 350px;
    }
    .two-col-contact{
        width:100%;
        margin-right: 70px !important;
         margin-left: 110px !important;

    }
    .col-md-6.map-box-left:nth-last-child(1){
        left: -93px;
        top: 820px;
        margin-right: 0px;
        margin-left: 0px;
    }

}
.location-map.map-2 {
    width: 50%;
    float: left;
}

.offcity{
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #002042;
        color:var(--e-global-color-primary);
        display:block;
        width:100%;
}

@media only screen and (max-width:767px){
    .offcity{
        padding-left: 20px !important;
        padding-right:20px !important;
    }
}
@media only screen and (max-width:1024px){
    .offcity{
        padding-left: 30px;
        padding-right:30px;
    }
}

.offcity:before{
    content: "";
    width: 30px;
    vertical-align: middle;
    height: 2px;
    background: #ED2724;
    background:var(--e-global-color-accent);
    position: relative;
    left: 0px;
    display: inline-block;
    margin-right: 12px;
}

.offcity2{
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #00172B;
        position: absolute;
        left: 50px;
        top: -225px;
        width: 100%;
}
.offcity2:before{
    content: "";
    display:block;
    width: 30px;
    height:2px;
    background: #ED3901;
    position: absolute;
    left: -45px;
    top: 50%;
    z-index: -2;
}
.offname3{
    display:none;
}

.lalared{
    color: #ED3901;
}
.titlecareer{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}
.btncv{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #001E39;
    display: block;
    width: 100%;
    margin-top:30px;
    padding:12px 15px 15px 15px;
    border: 1px solid #001E39;
    border-radius: 4px;
    border-color: #001E39;
}
.keydiv{
    border: solid 1px #fff;
    background: #002042;
    border-radius: 3px;
    display:block;
    padding:0px 20px 5px 20px;
    cursor: pointer;

}
.locatetitle{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}
.boborow .keydiv.active{
    background: #fff;
}
.boborow .keydiv.active .locatetitle{
    font-weight: bold;
    color: #002042 !important;
    /* color:var(--e-global-color-primary); */
}
/* .boborow:hover .locatetitle{
    font-weight: normal;
} */
/* .keydiv:hover{
    background: #fff;
    font-weight: bold;
    color: #00172B;
}
.locatetitle:hover{
    font-weight: bold;
    color: #00172B;
} */
.contitle{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.contitle:hover{
    color: #ED2724;
    color :var(--e-global-color-accent);
}
.telmail,.telphone{
    font-family: Source Sans Pro;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom:0px
}
.boborow{
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.boborow:first-child{
    margin-left: 0px;
}
.some{
    display:inline-block;
    margin-top: 20px;
    vertical-align: top;

}
.some:not(:first-of-type){
    margin-left:30px;
    /* margin-right: 30px; */
}
@media only screen and (max-width:767px){
    .telmail,.telphone{
        margin-top: 0px;
        margin-bottom:0px
    }
    .some{
        margin-top: 0px;
    }
    .some:not(:first-of-type){
        margin-left:0px;
        margin-right: 0px;
        display: inline-block;
         padding: 0 15px;
    }
    .locations-contacts{
        white-space: nowrap;
        overflow-x: auto;
    }
    .locations-title{
        white-space: nowrap;
        overflow-x: auto;
    }

}
@media screen and (max-width:1024px){
    .locations-title{
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 15px;
        cursor: pointer;
    }
    /* ::-webkit-scrollbar {
        height:20px;
      } */
      .locations-title::-webkit-scrollbar {
        width: 5px;
        height: 4px;
        /* top: 10px; */
        left:-100px;
        scroll-margin-top: 20px;
      }
      /* .locations-title::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(16,23,236,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    } */
      .locations-title::-webkit-scrollbar-thumb{
        background-color: rgba(255,255,255,1);
        scrollbar-color: auto;
        border-radius: 10px;

        /* scroll-margin-top: 20px; */
        /* box-shadow: inset 20px 0px 20px 0px red; */

      }
      /* .location .scroll-margin-top{
          top:10px;
      } */


}

.elementor-14643 .elementor-element.elementor-element-cc370de .htmega-menu-area .htmegamenu-content-wrapper {
    min-width: auto !important;
}
.corfont{
    display:inline-block;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.forshow{
    width: 700px;
    position: absolute;
}
@media only screen and (max-width:640px){
    .forshow{
        width:240px;
        position:relative;
    }
    .pro-photo img {
        width: 100%;
        height: 120px !important;
        object-fit: cover;
    }
    .location-block:not(:first-of-type) {
        margin: 30px 0px 0px 0px !important;
        vertical-align: top;
    }
}

.btnsearch{
    top:0px;
}
.refound{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}
.lightitle{
    color  : #ED2724;
    --e-global-color-accent : #ED2724;
}

    .ui-button:hover, .ui-button:focus {
      border: none !important;
      background: #ddd !important;
  }
    .ui-button:active, .ui-button:active {
      border: none !important;
      background: #ddd !important;
  }
  .ui-checkboxradio {
      top: 0 !important;
  }
  .by_last_name, .by_first_name {
      margin-top: 5px;
  }
  .keyword_search .search_button {

    height: 49.5px;

  }
  .keyword_search input {
    border-radius: 4px
  }
  /* .elementor-button .ecs-load-more-button:hover{
      background:#ED3901;
  } */

  #awardclick,#historyclick,#textileclick,#csrclick,#probonoclick,#museumclick{
      cursor:pointer;
  }

  /* .bggrey{
      width:100%;
    margin-left: -33.33%;
    margin-right: -33.33%;
  } */
  .location-block{
      display:inline-block;
  }
  .location-block:not(:first-of-type){
      margin-left: 30px;
      vertical-align: top;
  }
  .fontb{
      font-weight: bold;
      font-style: italic;
  }
  .map-2:first-child .map-box{
    border-right: solid 3px #002042;
    }
    .textbullet ul{
    list-style-type: disc;
    color: #222;
    margin-left: 35px;

    }
    .textbullet li::marker{
    color:var(--e-global-color-primary);
    color:#002042;
    }
    .textbullet li{
        padding-bottom: 7px;
    }
    .textbullet ol{
        list-style: decimal;
         color: #222222;
         margin-left: 18px;
    }
    .textbullet .blockquote{
        border-left: solid 3px #ED2724;
        border-left: solid 3px var(--e-global-color-accent);
        padding-left: 20px;
    }
    .disclick{
        pointer-events:none
    }
    .pjobcar{
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        font-family: Source Sans Pro;
        color:#fff;
        color:var(--e-global-color-6ed215d);
    }
    .mapicon{
        margin-left: 12px;
    }

    .mapicon{
        margin-left: 12px;
    }
    @media screen and (max-width:640px){
        .mapiconbtn{
            margin-left: 12px;
            height: 50px !important;
            position: relative !important;
            bottom: 0px !important;

        }


            }
    @media screen and (max-width:1024px){
    .mapiconbtn{
        margin-left: 12px;
        height:50px;
        position: absolute;
        bottom: 55px;
    }
        }

    ul li ul li, ul li ol, ul li ul {
        padding-top: 7px;
    }

    ul li ol ul li {
        padding-top: 0px;
    }
    .expfont{
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color:#222;
    }
    .expbutton{
        margin-top: 37px;
        font-family: "Source Sans Pro", Sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        line-height: 20px;
        padding: 12px 24px;
        display: inline-block;
        text-align: center;
        transition: all .3s;
        fill: var( --e-global-color-primary );
        color: var( --e-global-color-primary );
        background-color: rgba(0, 0, 0, 0);
        border-radius: 3px 3px 3px 3px;
        border-style: solid;
       border-width: 1px 1px 1px 1px;
        border-color: var( --e-global-color-primary );
    }
    .expbutton:hover{
        border: 1px solid #ED2724;
        border: 1px solid var(--e-global-color-accent);
        background-color: var( --e-global-color-accent );
        background-color:#ED2724;
        color: #fff;
    }
    @media screen and (max-width:767px){
        .expbutton{
            margin-top: 17px !important;
             }
    }
    .widget .wp-caption-text {display:none;}
    .wp-caption .wp-caption-text:hover{
        display:none !important;
    }
    .alpha-title{
        color: #002042;
        color:var(--e-global-color-primary);
        font-size: 48px;
    }
    #btnmclick{
        font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    fill: #002042;
    color: #002042;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #002042;
    padding :10px 24px;
    border-radius
    : 3px;
    }
    #btnmclick:hover{
        background-color:#ED2724;
        border: 1px solid #ED2724;
        color:#ffffff;
    }

    #ieback{
        display:none;
    }
    .texthide{
        display:none !important;
    }
    .equalh{
       height:100px;

    }
    .equalp{
        height:170px;

     }
     .btnequal{

        position:absolute !important;
        bottom: 0px;
     }

.elementor-widget-text-editor li {
    margin: 0 0 10px;
}
#wp-admin-bar-wh_checking {
    display: none;
}
