/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    04/03/2019
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/
/*=======================================================
      IMPORT FILE
========================================================*/
@import url("animate.min.css");
/*=======================================================
      THEME STYLING START
========================================================*/
* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #f5f5f5;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.fonts {
    font-family: 'Merriweather', serif;
    font-family: 'Poppins', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
    position: relative;
    width: 100%;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #252525;
}
h1 {
    font-size: 52px;
}
h2 {
    font-size: 46px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
p {
    font-weight: 500;
    color: #141414;
    line-height: 26px;
    text-rendering: optimizeLegibility;
}
button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}
.center-auto {
    margin: 0 auto;
    float: none;
}
.white-color-text{
    color: #fff;
}
/*=======================================================
      Heading Block
========================================================*/
.heading-block {
    margin-bottom: 60px;
}
.heading-block p {
    max-width: 700px;
    margin: 0 auto;
}
.heading-block h2 {
    font-size: 32px;
    font-weight: 600;
}
/*=======================================================
      Content
========================================================*/
#content {
    background: #f2f2f2;
}
/*=======================================================
      HEADER
========================================================*/
header {
    width: 100% !important;
    z-index: 999 !important;
    background: #fff;
    top: 0px;
    left: 0px;
    position: relative;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
    height: 71px;
}
header .navbar {
    border: none;
    margin: 0px;
    position: static;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    float: right;
}
.dropdown-toggle::after {
    display: none;
}
header .logo {
    float: left;
    position: relative;
    margin-top: 10px;
}
header .logo img {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
/* header .logo img.canadaLogo{
    position: absolute;
    left: 100%;
    width: 80px;
    top: 15px;
    padding-left: 6px;
} */

.authority-logo{
    padding-top: 50px;
    text-align: right;
}

.authority-logo p{
    font-size: 12px;
    margin-bottom: 0;
}

.authority-logo img{
    width: 150px;
}

.authority-footer-logo{
    text-align: left;
    padding-top: 30px;
}

.authority-footer-logo img{
    width: 180px;
}

.sticky-wrapper {
    height: auto !important;
}
header .sticky {
    background: rgba(255,255,255,0.95);
    left: 0px;
}
header .is-sticky .sticky {
    padding: 15px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
header .navbar {
    display: inline-block;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
header .navbar li {
    display: inline-block;
    float: left;
    margin: 0 20px;
    position: relative;
}
header .sticky {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
header .navbar li a {
    font-size: 14px;
    color: #2d3a4b;
    font-weight: 500;
    padding: 25px 0px;
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
}
header .navbar li a:before {
    width: 0px;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background: #f4a428;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
header .navbar li a:hover:before {
    width: 100%;
}
header .navbar li.active a:before {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background: #f4a428;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none;
}
.ownmenu .nav .dropdown-menu {
    background: rgba(255,255,255,0.99);
    padding: 0px;
}
.ownmenu .dropdown-menu li {
    margin: 0px;
    width: 100%;
}
.ownmenu .nav .dropdown-menu li {
    position: relative;
    z-index: 2;
}
.ownmenu .nav .dropdown-menu li a {
    z-index: 1;
    position: relative;
}
.ownmenu .nav .dropdown-menu li a:before {
    background: #2d3a4b;
    content: "";
    width: 0px;
    height: 100%;
    top: 0px;
    margin: 0px;
    z-index: -1;
    left: 0px;
    display: none;
}
.ownmenu .dropdown-menu li a:hover:before {
    width: 100%;
}
.ownmenu .nav .dropdown-menu li a {
    padding: 5px 0px;
    font-size: 13px;
    line-height: 30px;
    background: none;
    text-transform: none;
    color: #2d3a4b !important;

}
.ownmenu .nav .dropdown-menu li:nth-last-child(1) a {
    border-bottom: none;
}
.ownmenu .nav .dropdown-menu li a:hover {
    /* color: #000 !important; */
}
.ownmenu .nav .dropdown-menu li a:hover:after {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    animation: widthAnime linear 0.2s forwards;
    height: 2px;
    background-color: #f4a428;
}
@keyframes widthAnime{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.ownmenu .nav .dropdown-menu {
    border: none;
    min-width: 250px;
    margin-top: 23px;
}
.ownmenu .nav .dropdown-menu {
    border-top: none;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}
.ownmenu .nav .dropdown-menu.two-option {
    min-width: 500px;
    right: 0px;
    left: auto;
}
.ownmenu .nav .dropdown-menu li a {
    position: relative;
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid transparent; */
}
.ownmenu .nav .dropdown-menu li a:after {
}
.ownmenu .dropdown .media-left {
    float: left;
}
.ownmenu .nav li.megamenu:hover .dropdown-menu {
    margin-top: -1px !important;
}
.ownmenu .dropdown .sub-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    opacity: 0 !important;
}
.ownmenu .dropdown .sub-menu:hover .dropdown-menu {
    opacity: 1 !important;
}
.ownmenu .dropdown .sub-menu .dropdown-menu li a {
    width: 100%;
}
.ownmenu .dropdown .sub-menu .dropdown-menu li:nth-last-child(1) a {
}
.ownmenu .dropdown .sub-menu:before {
    content: "\f105";
    position: absolute;
    right: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 5 free';
    line-height: 33px;
    z-index: 2;
}
.ownmenu {
    float: left;
}
.nav-right .navbar-right li {
    margin: 0px;
}
.nav-right .navbar-right li a {
    border: 1px solid #2d3a4b;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 34px;
    margin-left: 10px !important;
}
.nav-right .navbar-right li a i {
    font-size: 14px;
}
.nav-right .navbar-right li a:hover {
    color: #fff;
    background: #2d3a4b;
}
.nav-right {
    float: right;
    position: relative;
    margin-top: 1px;
}
.navbar-right li a {
    margin: 0px !important;
    padding: 0px !important;
    width: 40px;
    float: left;
}
header .social_icons {
    float: right;
    color: #fff;
    margin-left: 30px;
}
header .social_icons li {
    margin: 0 10px;
}
header .social_icons li a {
    padding: 24px 0;
}
header .social_icons a:hover {
    color: #ab4e52;
}
header .is-sticky .sticky .nav .dropdown-menu {
    margin-top: 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
}
header .navbar-collapse {
    float: left;
    padding: 0px;
}
header .navbar-right li a:before {
    display: none;
}
.ownmenu .nav .dropdown-menu {
    border: none;
    min-width: 270px;
    border-radius: 0px;
    padding: 20px 20px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: block;
    opacity: 0;
    margin-top: 30px !important;
    visibility: hidden;
    border-top: 1px solid #252839;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.ownmenu .nav .dropdown-submenu .dropdown-menu {
    position: absolute;
    opacity: 0 !important;
    display: none;
}
.ownmenu .nav .dropdown-submenu:hover .dropdown-menu {
    opacity: 1 !important;
    margin-left: 0px !important;
    display: block;
}
.ownmenu .nav .dropdown-menu .sec-level {
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 0px;
}
.ownmenu .nav .dropdown-menu .sub-menu:hover .sec-level {
    margin-left: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.ownmenu .nav .dropdown-menu .dropdown-menu .sub-menu .dropdown-menu.trd-level {
    opacity: 0 !important;
    margin-left: 20px;
}
.ownmenu .nav .dropdown-menu .dropdown-menu .sub-menu:hover .dropdown-menu.trd-level {
    opacity: 1 !important;
    margin-left: 0px;
}
.ownmenu .nav li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: -1px !important;
}

header .navbar li.con-bordr a {
    border: 1px solid #ea6037;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 15px;
}
header .nav-right .social-toggler {
    display: none;
}
header .navbar li.con-bordr a:after {
    display: none;
}
header.color {
    background: #222;
}
header.color .nav li a {
    color: #fff;
}
header.color .nav li a {
    color: #fff;
}
header.color .navbar li.con-bordr a {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 15px;
}
header.color .navbar li a:before {
    background: #fff;
}
header.color .ownmenu .nav .dropdown-menu {
    border-top: 1px solid #fff;
}
header.color .social_icons li a {
    color: #fff;
}
/*=======================================================
      Button
========================================================*/
.btn {
    background: #f4a428;
    color: #222;
    font-weight: 600;
    padding: 0px 40px;
    font-size: 14px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}
.btn i {
    font-size: 24px;
    line-height: 50px;
    display: block;
    float: right;
    padding-left: 10px;
}
.btn.white-bg {
    background: #fff;
}
.btb.white-bg h1 {
    color: #333;
}
.btn:hover {
    background: #222;
    color: #f4a428;
}
.btn-inverse {
    background: #222;
    color: #f4a428;
}
.btn-inverse:hover {
    background: #f4a428;
    color: #222;
}
.btn-sm{
    padding: 0px 10px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
.btn-center:before {
    position: absolute;
    left: 0px;
    width: 100%;
}
/*=======================================================
      Banner
========================================================*/
.bnr {
    min-height: 500px;
    position: relative;
}
.bnr h1 {
    color: #fff;
    letter-spacing: -2px;
    font-weight: 700;
    margin-bottom: 40px;
}
.bnr h1 a {
    text-decoration: underline !important;
    color: #222;
}
.bnr .position-center-center {
    width: 100%;
}
.bnr .btn {
    margin: 0 10px;
}
.bnr img {
    max-width: 100%;
}
.bnr .dark-text h1 {
    color: #333;
}
.light-gry-bg {
    background: #f5f5f5 !important;
}
.calendar {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}

/*=======================================================
      Intro Section
========================================================*/
.intro-sec {
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.intro-txt-bnr{
    margin: 0px;
    padding: 50px 50px;
    background: #222;
    min-height: 260px;
}
.intro-txt-back{
    background: #222;
}
.intro-txt-bnr h4 {
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    line-height: 30px;
}
.intro-txt-bnr {
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.intro-txt-bnr p {
    color: #fff;
    margin-bottom: 0px;
}
.intro-txt-bnr.text-dark p,  .intro-txt-bnr.text-dark h4  {
    color: #000;
}
.primary-bg{
    background: #f4a428 !important;
}

/*=======================================================
      Team Box
========================================================*/

.cd-tab-filter {
}
.cd-tab-filter-wrapper {
    /* margin-bottom: 50px; */
}
.cd-filters {
    margin-bottom: 0px;
    text-align: left;
    float: left;
}
.cd-filters li a {
    font-weight: 600;
    color: #333;
    display: inline-block;
    padding: 16px 25px;
}
.cd-tab-filter li {
    margin-bottom: 0px;
    float: left;
}
.cd-tab-filter a.selected {
    background: #f4a428;
    color: #333;
}
.cd-tab-filter a:hover {
    background: #f4a428;
    color: #333;
}
.cd-gallery {
    margin: 0 -15px;
}
.cd-gallery li {
    width: 25%;
    padding: 0 15px;
    float: left;
}
.srch-btn {
    float: right;
}
/*=======================================================
      Comapnices Box
========================================================*/
.com-inside {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}
.com-inside .txt-sec{
    display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
min-height: 80px;
padding: 20px;
align-items: center;
justify-content: center;
}
.com-inside .txt-sec h5 {
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
    letter-spacing: -0.4px;
}
.com-inside .txt-sec h5 a {
    color: #000;


}
.com-inside .txt-sec span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.com-inside .txt-sec p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
}
.com-inside .img-sec {
    position: relative;
    overflow: hidden;
    height: 215px;
    border-bottom: 4px solid #f4a428;
}
.com-inside .img-sec img{
    object-fit: cover;
    object-position: center;
    filter: brightness(50%);
    height: 100%;
    width: 100%;
}
.com-inside .img-sec .hover-over {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.com-inside:hover .img-sec .hover-over {
    opacity: 1;
}
.com-inside:hover .img-sec img{
        transform: scale(1.1);
}
.com-inside .img-sec .hover-over .btn {
    padding: 0 20px;
    font-size: 12px;
    line-height: 34px;
    height: 35px;
    margin: 0 5px;
    display: inline-block;
}
.com-inside .position-center-center {
    width: 100%;
}

.com-inside .overlay-count{
    position: absolute;
    top: -13px;
    right: -13px;
    width: 35px;
    height: 35px;
    background: #96c028;
    border-radius: 25px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
/*=======================================================
			Development Activity
========================================================*/
.dev-activ {
    background: #fff;
}
.dev-activ li {
    list-style: none;
}
.dev-activ li i {
}
.dev-activ li i {
    display: inline-block;
    color: #000;
    height: 80px;
    width: 80px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    font-size: 32px;
    margin-bottom: 10px;
    border: 1px solid #000;
}
.dev-activ span {
    font-size: 36px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 600;
}
.dev-activ .btn {
    margin: 0 10px;
}

/*=======================================================
      Half Layouts
========================================================*/
.main-half-layout {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
}
.main-half-layout-container {
    position: relative;
    padding: 100px 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 40%;
    margin: 0 5%;
}
.main-half-layout-container.half_left_layout {
    float: right;
    margin-left: auto;
    z-index: 1;
}
.main-page-section {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 0px;
}
.main-half-layout.half_right_layout {
    right: 0;
}
.main-half-layout-container.half_right_layout {
    float: left;
    z-index: 1;
}
/*=======================================================
			Why Choose Us
========================================================*/
.ultra-ser {
    margin-bottom: 50px;
    max-width: 600px;
}
.icon-box.ib-style-2 .ib-info {
    padding-left: 55px;
}
.icon-box.i-top .ib-icon {
    margin-right: 0px;
    text-align: left;
}
/*=======================================================
			Count Info
========================================================*/
.collab {
}
.count-info {
    margin-top: 50px;
    margin-bottom: 50px;
}
.count-info li {
    list-style: none;
}
.count-info li span {
    font-size: 50px;
    font-weight: 400;
}
/*=======================================================
      BLOG
========================================================*/
.blog-pages {
    padding: 100px 0;
}
.blog-slide {
    margin: 0px;
}
.blog-pages .pagination {
    text-align: center;
}
.blog article {
    position: relative;
}
.blog iframe {
    border: none;
    width: 100%;
    min-height: 330px;
}
.blog article img{
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.blog .date {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    color: #fff;
    font-size: 30px;
    background: #f4a428;
    float: left;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}
.blog .date span {
    background: #333333;
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 12px;
    float: left;
    font-weight: 500;
    text-transform: uppercase;
}
.blog.list-page article img{
    height: 250px;
    object-fit: cover;
    object-position: center;
    padding: 20px 20px 0 20px;
}
.blog.list-page article {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    float: right;
    margin-bottom: 30px;
    background-color: #fff;
}
.blog.list-page article img.image-type-2{
    height: 180px;
}

.blog.list-page .left-side{
    margin-right: 0;
}
.blog-pages.list-page .post-detail {
    text-align: left;
    border-bottom: none;
    margin-bottom: 0;
    float: left;
    width: calc(100% - 266px);
    padding: 20px 20px 20px 0;
}
.post-detail {
    text-align: center;
    /* padding: 20px 0; */
}
.post-detail span i{
    margin-right: 10px;
}
.post-detail span {
    color: #333;
    /* display: inline-block; */
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
    font-weight: 500;
}
.blog-pages.list-page .post-detail span {
    display: inline-block;
}
.post-tittle {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.blog-pages .post-detail {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.blog-pages .post-detail .tags {
    margin-top: 10px;
    margin-bottom: 0px;
}
.blog-pages .simple-text .post-detail {
    padding-top: 0px;
}
.blog-pages .post-detail ul li{
    list-style: inside;
}
.blog-pages .simp-tittle {
    padding-left: 80px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}
.blog .owl-nav {
    display: none;
}
.blog .owl-dot.active span {
    border-color: #f4a428;
}
.blog p a{
    font-weight: 600;
    text-decoration: underline !important;
}
.blog.list-page p a {
    display: table;
    margin-top: 10px;
}
.font-bold{
    font-weight: 700;
}
.blog a {
    color: #000;
}
.blog .tags li {
    margin-bottom: 0px;
}
.left-side{
    width: 266px;
    float: left;
    margin-right: 20px;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    padding: 0px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #777777;
    font-weight: normal;
    margin: 0px;
    background: none;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 5px;
}
.pagination>li>a.current {
    background: #f4a428;
    color: #fff;
    border-color: #f4a428;
}
.pagination li a:hover {
    background: #f4a428;
    color: #fff;
    border-color: #f4a428;
}
.tags {
    display: inline-block;
    width: 100%;
}
.tags li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
}
.tags li a {
    display: inline-block;
    padding: 5px 8px;
    background: #333;
    border: none !important;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    
}
.side-bar .tags li {
    margin-bottom: 5px;
}
.tags.dall li a {
    background: #cccccc;
}
.tags li a:hover {
    background: #1a1a1a;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.papu-post .media-left {
    margin-right: 0px;
    padding-right: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.sidebar .sidebar-information .single-category li a {
    font-size: 12px;
    font-weight: 600;
    color: #252525;
    transition: 0.1s all linear;
}
.sidebar .sidebar-information .single-category li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 30px;
    padding-bottom: 5px;
    cursor: pointer;
}
.sidebar .sidebar-information .single-category li:hover  h6 a, .sidebar .sidebar-information .single-category li:hover span  {
    color:rgb(255, 145, 0)!important;
}
.collapsed.main-title {
    display: none;
}
.sidebar {
    margin-bottom: 30px;
    border-radius: 5px;
}
.com-rate i {
    color: #f2b01e;
    font-size: 14px;
}
.form-side input {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    color: #000;
    width: 100%;
    padding: 0 10px;
    font-weight: 500;
}
.form-side textarea {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-size: 14px;
    height: 100px;
    width: 100%;
    padding: 5px 10px;
    font-weight: 500;
}
.form-side textarea button {
    border-right: none;
}
.sidebar .sidebar-information .single-category .subtitle {
    font-size: 13px;
    font-weight: 600;
    float: right;
    text-align: right;
    line-height: 26px;
    padding-left: 20px;
    color: #252525;
}
.sidebar .sidebar-information .single-category .title {
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
    line-height: 26px;
    float: left;
    padding-right: 20px;
}
.sidebar .sidebar-information .single-category .subtitle a {
    color: #000;
    font-weight: 600;
}
.sidebar {
    position: relative;
    padding: 20px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
    margin-bottom: 30px;
    border-radius: 5px;
}
/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {
}
.papu-post .media-left {
    margin-right: 15px;
    position: relative;
    padding-right: unset;
}
.papu-post .media-left span {
    background: #333333;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    text-align: center;
    margin-top: 0px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.papu-post .media-left img {
    width: 100%;
}
.papu-post .media-left a {
    width: 90px;
    display: inline-block;
    position: relative;
}
.papu-post span {
    color: #ffbe00;
    letter-spacing: 0px;
    font-size: 11px;
}
.papu-post li {
    padding: 10px 0;
    margin: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.papu-post li p {
    font-size: 13px;
    line-height: 22px;
}
.papu-post .media-heading {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0px;
}
.search input {
    display: inline-block;
    width: 100%;
    height: 35px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.search button {
    float: right;
    margin-top: 10px;
    line-height: 35px;
    margin-right: 0px;
    margin-top: -35px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: none;
    color: #313f46;
    width: 35px;
    height: 35px;
    font-size: 16px;
    background: none;
}
.comments .media-list li {
    margin-bottom: 40px;
}
.comments .media-list li .media-left a {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
.comments .media-heading {
    font-weight: normal;
    text-transform: none;
    color: #666666;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.comments .media-heading a {
    color: #f4a428;
}
.comments .media-heading span {
    color: #b3b3b3;
}
.comments form label {
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.comments form .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.cate{
    counter-reset: index;
    background-image: linear-gradient(to bottom, #96c422, rgb(255, 68, 0));
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.cate li {
    counter-increment: index;
    position: relative;
    line-height: 28px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 12px 0;
}

.cate li:before{
    content: counters(index, ".", decimal-leading-zero);
    font-size: 1.3rem;
    text-align: right;
    font-weight: bold;
    min-width: 50px;
    padding-right: 12px;
    font-variant-numeric: tabular-nums;
}
.cate li a:before {
    /* content: "\f054";
    position: absolute;
    left: 0px;
    font-size: 10px;
    color: #9a9a9a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; */
}
.cate li a {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-fill-color: #333333; 
    -moz-text-fill-color: #333333;
    text-shadow: 0.3px 0 0 #333333;
}
.cate li a:hover {
    color: #f4a428;
    -webkit-text-fill-color: #f4a428; 
    -moz-text-fill-color: #f4a428;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.side-bar ul {
    margin-bottom: 0px;
}
.side-bar .side-tittle {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: none;
    letter-spacing: 0px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}
.side-bar .side-tittle:before {
    content: "";
    position: absolute;
    right: -40px;
    height: 2px;
    width: 30px;
    background: #f4a428;
    bottom: 5px;
}
.side-bar .side-tittle:after {
    content: "";
    position: absolute;
    right: -55px;
    height: 2px;
    width: 10px;
    background: #f4a428;
    bottom: 5px;
}

.side-bar .side-tittle-2, .detailpage-tittle{
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    margin-bottom: 20px;
}

.sub-bnr:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -1;
}
.sub-bnr {
    background-size: cover!important;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px;
    display: inline-block;
    width: 100%;
    z-index: 1;
}
.sub-bnr h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.sub-bnr .breadcrumb {
    background: none;
    margin: 0px;
    display: block;
    padding: 0px;
    margin-top: 30px;
    text-align: center;
}
.sub-bnr .breadcrumb li {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.sub-bnr .breadcrumb li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.sub-bnr .breadcrumb>li+li:before {
    color: #fff;
}
.sub-bnr .position-center-center {
    width: 100%;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.comments .media-list li {
    margin-bottom: 40px;
}
.comments .media-list li .media-left a {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
.comments .media-heading {
    font-weight: normal;
    text-transform: none;
    color: #666666;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.comments .media-heading a {
    color: #1193d4;
}
.comments .media-heading span {
    color: #b3b3b3;
}
.comments form li {
    list-style: none;
}
.comments form label {
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.comments form .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
    display: inline-block;
    width: 100%;
    height: 150px;
}

/*=======================================================
			FOOTER
========================================================*/
#footer {
    background-color: #222;
    color: #d3d3d3;
    font-size: 12px;
}
#footer li {
    line-height: 28px;
}
#footer li {
    list-style: none;
}
#footer a {
    color: #d3d3d3;
    font-weight: 500;
}
#footer a:hover {
    color: #f4a428;
}
#footer p {
    line-height: 24px;
}
#footer .footer-top {
    padding-top: 100px;
}
#footer .footer-top .columns {
    border-left: 1px solid #2e2e2e;
}
#footer .footer-top .columns:first-child {
    border: none;
}
#footer .footer-bottom {
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}
#footer p {
    color: #d3d3d3;
}
#footer .block {
    margin-bottom: 20px;
}
#footer .block-about {
    padding-right: 80px;
}
.block-companies {
    padding-right: 50px;
}
#footer .block-links li {
    /* float: left; */
    width: 50%;
}
#footer .block .block-title {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}
#footer .block-content img {
    margin-top: 20px;
}
#footer .block .block-title:not(.no-underline):before {
    background: #f4a428;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}
#footer .copyright {
    text-transform: uppercase;
}
#footer .copyright p {
    font-size: 11px;
    margin-bottom: 0px;
}
.block-companies ul {
    margin: 0px -10px;
}
.block-companies ul li a {
    display: inline-block;
    text-align: center;
    background: rgba(0,0,0,0.5);
    /* padding: 10px;
    padding-bottom: 0px; */
    font-size: 12px;
    border-radius: 4px;
    text-transform: lowercase;
    margin-bottom: 20px;
}
.block-companies ul li a:hover img {
    opacity: 0.5;
}
.block-companies ul li img {
    margin: 0px !important;
    border-radius: 4px;
}
.block-companies ul li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
}
.block-twitter-widget {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.block-twitter-widget .twitter-item {
    margin-top: 20px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.block-twitter-widget .twitter-item:nth-last-child(1) {
    border-bottom: none;
}
.block-twitter-widget .twitter-item .twitter-context {
    margin: 10px 0 10px 0;
    font-weight: 500;
    color: #666;
}
.block-twitter-widget .twitter-date {
    margin-left: 10px;
}
.twitter-content {
    font-weight: 400;
}
.social-links ul {
    float: right;
    text-align: right;
}
.social-links li a {
    font-size: 12px;
}
.social-links li {
    padding-left: 20px;
    display: inline-block;
    text-align: right;
}
.charity-detail {
    background-color: #fff;
}
.charity-detail .post-detail{
    padding: 10px 20px;
}
.charity-detail .post-detail h5{
    margin-bottom: 30px;
}

.charity-detail .post-detail p{
    margin-bottom: 20px;
}
.blog-info .social-links {
    display: inline-block;
    width: 100%;
}

.blog-info .social-links a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    line-height: 34px;
    font-size: 12px;
    text-align: center !important;
    margin-right: 5px;
}
.profile-tabs .nav-tabs li {
    margin-right: 3px;
    display: inline-block;
}
.profile-tabs .nav-tabs {
    position: absolute;
    top: -108px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.profile-tabs .nav-tabs li a {
    padding: 9px 10px;
    display: inline-block;
    text-align: center;
    min-width: 112px;
    background: #eeeeee;
    color: #a2a2a2;
    text-transform: uppercase;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.profile-tabs .nav-tabs li.active a {
    background: #fff;
    color: #333333;
}
.compny-profile .main-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.compny-profile .profile-company-content .tab-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.compny-profile .profile-company-content .tab-content p {
}
.compny-profile .compny-thumbnail {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.profile-company-content .sidebar-information ul {
    margin: 0px;
    padding: 0px;
}
.profile-company-content .sidebar-information ul li {
    padding: 0px;
    list-style: none;
}
.filter-wrapper {
    border-radius: 4px;
    position: relative;
}
.filter-wrapper .filter-search {
    position: relative;
}
.filter-wrapper .filter-search .fltr-srch {
    float: right;
    font-weight: 600;
    color: #494949;
    padding: 16px 30px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
.filter-wrapper .filter-search ul {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.filter-wrapper .filter-search li {
    width: 28%;
    float: left;
    margin: 15px 0px;
    padding: 0px 15px;
}
.filter-wrapper .filter-search li:nth-last-child(1) {
    width: 16%;
    float: right;
}
.filter-wrapper .filter-search li label {
    width: 100%;
    margin: 0px;
}
.filter-wrapper .filter-search .fltr-srch i {
    margin-left: 5px;
}
.filter-wrapper .filter-search .form-control {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 500;
    height: 40px !important;
}
.filter-wrapper .filter-search .inside-from {
    position: absolute;
    left: 0px;
    width: 100%;
    top: -140px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.filter-wrapper .filter-search .btn {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 4px;
}
iframe {
    border: none;
}
.compny-profile {
    position: relative;
}
.profile-main {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}
.profile-company-content .sidebar .sidebar-information .single-category li a {
    font-size: 12px;
    font-weight: normal;
}
.profile-company-content .sidebar .sidebar-information .single-category li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 30px;
    padding-bottom: 5px;
}
.collapsed.main-title {
    display: none;
}
.profile-company-content .sidebar {
    margin-bottom: 30px;
    border-radius: 5px;
}
.profile-company-content .com-rate i {
    color: #f2b01e;
    font-size: 14px;
}
.profile-company-content .form-side input {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
    color: #000;
    width: 100%;
    padding: 0 10px;
    font-weight: 500;
}
.profile-company-content .form-side textarea {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-size: 14px;
    height: 100px;
    width: 100%;
    padding: 5px 10px;
    font-weight: 500;
}
.profile-company-content .form-side textarea button {
    border-right: none;
}
.profile-company-content .sidebar .sidebar-information .single-category .subtitle {
    font-size: 13px;
    font-weight: 600;
    float: right;
    text-align: right;
    line-height: 26px;
    padding-left: 20px;
}
.profile-company-content .sidebar .sidebar-information .single-category .title {
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
    line-height: 26px;
    float: left;
    padding-right: 20px;
}
.profile-company-content .sidebar .sidebar-information .single-category .subtitle a {
    color: #000;
    font-weight: 600;
}
.compny-profile .profile-serv .icon {
    height: 112px;
    width: 112px;
    line-height: 110px;
    border-radius: 50%;
    border: 1px solid #2aadde;
    margin-right: 30px;
}
.compny-profile .profile-serv .media-left {
    display: table-cell;
    vertical-align: top;
}
.compny-profile .profile-serv .media-body {
    display: table-cell;
    vertical-align: top;
}
.compny-profile .profile-serv .media {
    margin: 15px 0;
    margin-top: 30px;
}
.compny-profile .profile-serv p {
    font-size: 14px;
}
.compny-profile .profile-serv .media h6 {
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 15px;
}
.compny-profile .image-part {
    margin-bottom: 20px;
}
.compny-profile .profile-company-content .tab-content iframe {
    border: none;
    width: 100%;
    height: 360px;
    margin-top: 10px;
    border-radius: 6px;
}
.compny-profile .profile-in {
    padding: 30px;
    padding-top: 0px;
    top: 0px;
}
.compny-profile .user-info ul {
    margin-bottom: 0px;
}
.compny-profile .user-info {
    background: rgba(0,0,0,0.8);
    border-radius: 4px;
    max-width: 1140px;
    margin: 0px auto;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.compny-profile .user-info:before {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    height: 100%;
    width: 1px;
    content: "";
    background: rgba(255,255,255,0.2);
}
.compny-profile .user-info .user-in {
    padding: 30px 50px;
}
.compny-profile .user-info .veri {
    color: #0F0 !important;
    font-size: 12px;
    height: 26px;
    width: 26px;
    float: right;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    border: 1px solid #0F0;
    border-radius: 50%;
}
.compny-profile .user-info .col-left {
    float: left;
    width: 50%;
}
.compny-profile .user-info h1 {
    font-size: 28px;
    color: #fff;
    letter-spacing: -1px;
    margin: 0px;
    margin-bottom: 10px;
}
.compny-profile .user-info h6 {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px;
}
.compny-profile .user-info p {
    color: #fff;
    font-weight: 500;
}
.compny-profile .user-info p a {
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
}
.custom-select {
    font-size: 12px;
}
.profile-company-content .tab-content .header-listing .custom-select-box {
    width: 220px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
}
.compny-profile .profile-in .header-listing {
    position: absolute;
    top: 20px;
    right: 40px;
}
.compny-profile .profile-in .listing-ver-3 .aply {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
}
.compny-profile .profile-in .listing-ver-3 .aply .btn {
    margin-bottom: 0px;
}
.compny-profile .user-info li {
    list-style: none;
    color: #fff;
}
.compny-profile .user-info ul {
    padding: 0px;
}
.compny-profile .user-info li p {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
}
.compny-profile .user-info h1 a {
    position: relative;
}
.compny-profile .user-info li .stars i {
    color: #f4a428;
}
.compny-profile .user-info .followr {
    position: relative;
}
.compny-profile .user-info .followr ul {
    margin-bottom: 0px;
}
.compny-profile .user-info .followr:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0px;
    width: 150%;
}
.compny-profile .user-info .tooltip {
    position: absolute !important;
    left: 60% !important;
    top: 10px !important;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,0.1);
}
.compny-profile .user-info .tooltip .tooltip-inner {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
.compny-profile .user-info .followr p {
    font-weight: normal;
}
.compny-profile .user-info .followr p span {
    text-decoration: underline;
}
.compny-profile .user-info .followr li {
}
.compny-profile .user-info li span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
.compny-profile .user-info .followr li span {
    color: #999999;
    margin: 0px;
}
.compny-profile .modal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.compny-profile .modal {
    background: rgba(0,0,0,0.0);
    padding: 0 !important;
}
.compny-profile .modal-backdrop.in {
    background: none;
}
.compny-profile .modal-content {
    max-width: 700px;
    margin: 0 auto;
}
.compny-profile .modal ul li {
    margin-bottom: 10px;
}
.compny-profile .modal ul {
    padding: 0px;
}
.compny-profile .modal form input {
    border: none;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.compny-profile .modal form textarea {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: rgba(255,255,255,0.1);
}
.compny-profile .modal h6 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 20px;
}
.compny-profile .modal h6 a {
    color: #fff;
    border-radius: 50%;
    margin-right: 0px;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
}
.compny-profile .modal button {
    width: 200px;
    margin: 0 auto;
}
.compny-profile .modal .modal-content {
    padding: 50px 0;
    border: none;
}
.modal-open {
    overflow: inherit !important;
    padding: 0px !important;
}
.compny-profile .modal form textarea {
    border: none;
    font-size: 14px;
    font-weight: normal;
    height: 100px;
}
.compny-profile .modal ul li {
    list-style: none;
}
.compny-profile .modal-content {
    background: none;
    box-shadow: none
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.compny-profile .user-info .social-links {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.compny-profile .user-info .social-links a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    line-height: 34px;
    font-size: 12px;
    text-align: center !important;
    margin-right: 5px;
}
.right-top-bnr a {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.right-top-bnr a i {
    margin-right: 5px;
}
.right-top-bnr .bt-ns {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}
.right-top-bnr .bt-ns a {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding: 0px;
    text-align: center;
    line-height: 34px;
}
.right-top-bnr .bt-ns a i {
    margin: 0px;
}
.right-top-bnr a:hover {
    color: #333;
    background: #fff;
}
.profile-bnr {
    min-height: 500px;
    background-size: cover!important;
    position: relative;
}
.company-content .header-listing h6 {
    margin: 10px 5px 5px 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    text-transform: uppercase;
}
.company-content .header-listing .custom-select-box {
    width: 220px;
    display: inline-block;
}
.company-content .header-listing .listing-views {
    padding: 0;
    margin: 4px 0 0 0;
    float: right;
    list-style: none;
    display: inline-block;
}
.company-content .header-listing .listing-views li {
    margin-left: 2px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.company-content .header-listing .listing-views li .fa {
    color: #e6e6e6;
}
.company-content .header-listing .listing-views li.active {
    background: #00d793;
    border: 1px solid #00d793;
}
.company-content .header-listing .listing-views li.active .fa {
    color: #fff;
}
.company-content .listing {
    padding-bottom: 0;
}
.company-content .listing .listing-ver-3 {
    margin-bottom: 30px;
}
.company-content .listing .listing-ver-3 .listing-inner .listing-content .location {
    display: inline-block;
}
.company-content .listing .listing-ver-3 .listing-inner .listing-content .type-work {
    margin-left: 5px;
    padding-left: 9px;
    border-left: 1px solid #666;
    display: inline-block;
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
}
.company-content .listing .listing-ver-3 .listing-inner .listing-content .type-work.full-time {
    color: #cc66cc;
}
.loadMoreList .listing-ver-3,.loadMoreListTwo .listing-ver-3{
    display: none;
}
.company-content .pagination {
    margin: 0;
    display: inline-block;
    text-align: center;
}
.company-content .pagination li {
    border: 1px solid transparent;
}
.company-content .pagination li.current {
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}
.company-content .pagination li a {
    border-radius: 3px;
}
.profile-company-content {
    position: relative;
    padding-top: 100px;
}
.profile-company-content .container {
    max-width: 1170px;
}
.profile-company-content .nav-tabs {
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 50px;
    border: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
    border-radius: 4px;
    overflow: hidden;
}
.navi-sticky {
    position: relative;
    z-index: 9;
}
.navi-sticky .sticky {
    left: 0px;
    width: 100% !important;
    text-align: center;
}
.navi-sticky li {
    display: inline-block;
}
.navi-sticky .nav {
    display: block;
}
.network h4 {
    margin-top: 0px;
}
.profile-company-content .nav-tabs li a small {
    margin-left: 5px;
}
.profile-company-content .nav-tabs li a {
    padding: 15px 25px;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #666666;
    font-size: 14px;
    border: none;
    font-weight: 600;
    border-radius: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #f4a428;
    color: #000;
}
.profile-company-content .sidebar {
    position: relative;
    padding: 20px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}
.portfolio-overlay.style-4 .detail-info h3 {
    font-size: 16px;
    padding: 0px;
    border: none;
}

.contact-company li {
    list-style: none;
}
.contact-company {
    margin-top: 50px;
}
.contact-company li .form-control {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    height: 46px;
}
.contact-company li textarea.form-control {
    height: 150px;
    margin-bottom: 0px;
}
.side-bar-indide  .nav-tabs{
    box-shadow: none;
    border-radius: 0px;
}
.side-bar-indide  .nav-tabs li{
    width: 100%;
}
.side-bar-indide  .nav-tabs li a{
    width: 100%;
    text-align: left;
}

.side-bar-indide .filter-card{
    border: none;
}
.side-bar-indide .filter-card .card-header{
    background: #f4a428;
}

.side-bar-indide .filter-card .card-header a{
    font-size: 18px;
    cursor: pointer;
}

/*=======================================================
			Job Listing & Company Detail
========================================================*/

.followers-sec {
    display: inline-block;
    width: 100%;
}
.followers-sec ul {
    margin: 0 -10px;
}
.followers-sec li {
    float: left;
    width: 33.33333%;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
}
.followers-sec li h3 {
    margin: 20px 0;
}
.followers-sec li p {
    font-size: 12px;
}
.followers-sec li p span {
    font-weight: 600;
}
.followers-sec li .btn {
    height: 30px;
    background: #f0f0f0;
    line-height: 30px;
    font-size: 10px;
    color: #000;
}
.followers-sec li .btn:hover {
    background: #333;
    color: #fff;
}
.followers-sec li h4 {
    font-weight: 600;
    font-size: 18px;
}
.followers-sec li .thumb {
    height: 90px;
    width: 90px;
    padding: 15px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #fff;
}
.followers-sec li .inside {
    border: 1px solid #f1f1f1;
    padding: 30px 10px;
    border-radius: 4px;
}
/*=======================================================
			Job Listing & Company Detail
========================================================*/
.job-board {
}
.listing-ver-3 {
    position: relative;
    padding: 30px 10px;
    background: #fff;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.listing-ver-3 .bookmark li {
    display: inline-block;
}
.listing-ver-3 .bookmark li a {
    background: #222;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
}
.listing-ver-3 .bookmark {
    position: absolute;
    right: 0px;
    margin: 0px;
}
.listing-ver-3 .listing-content span {
    font-size: 12px;
    margin-right: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}
.listing-ver-3 .listing-heading h5 {
    font-weight: 600;
    margin-bottom: 25px;
}
.listing-ver-3 .listing-heading h5 a {
    color: #333;
}
.listing-ver-3 .listing-content {
    position: relative;
    padding-left: 210px;
    padding-right: 210px;
}
.listing-ver-3 .aply {
    position: absolute;
    left: 0px;
    width: 200px;
    top: 0px;
    text-align: center;
}
.listing-ver-3 .aply .btn {
    /* padding: 0 50px; */
    font-size: 12px;
    margin-bottom: 10px;
    height: 40px;
    font-weight: 700;
    line-height: 40px;
    width: 180px;
}
.listing-ver-3 .aply .icon-links{
    display: inline-block;
    margin-top: 15px;
}
.listing-ver-3 .aply .icon-links a{
    color: #212529;
}
.listing-ver-3 .aply .icon-links i{
    font-size: 28px;
    margin: 0 10px;
}
.listing-ver-3 .aply img{
    width: 70px;
}
.listing-ver-3 .aply-2 {
    position: absolute;
    right: 0px;
    width: 200px;
    bottom: 0px;
    text-align: center;
}

.listing-ver-3 .aply-2.top-40{
    top: 70%;
}

.listing-ver-3 .aply-2 img{
    padding: 0 15px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.listing-ver-3 .aply-2 h6{
    font-size: 14px;
}
.listing-ver-3 .aply-2 .custom-number{
    font-size: 14px;
}

.listing-ver-3 .aply-2 .icon{
    display: block;
    font-size: 40px;
    text-align: center;
    color: rgb(255, 145, 0);
    margin: 10px 0;

}
.listing-ver-3 .aply .btn.btn-success{
    background-color: #92be1f;
}
.listing-ver-3 .aply .btn.btn-success:hover{
    color: #222;
}
.listing-ver-3 .listing-content span i {
    margin-right: 5px;
}
.listing-ver-3 .listing-content .title-company {
    font-size: 12px;
    font-weight: 400;
    margin: 15px 0;
    text-transform: capitalize;
}
.listing-ver-3 .listing-tabs li {
    display: inline-block;
}
.listing-ver-3 .listing-tabs li a {
    color: #333;
    font-weight: 600;
}
.listing-ver-3 .listing-tabs .share-button {
    float: right;
}
.listing-ver-3 .tags {
    margin-bottom: 0px;
}
.listing-ver-3 .tags li {
    margin-bottom: 0px;
}
.listing-ver-3 .tags li a {
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
}
.listing-ver-3 .title-tags {
    font-weight: 600;
}

.content-block {
    background-color: #fff;
    padding: 30px;
}
.content-block .inner-content-block{
    padding: 0px 0px 20px 0px;
}
.content-block .inner-content-block h2{
    font-weight: 500;
    font-size: 40px;
}
.content-block img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*=======================================================
			PRICINF TABLE
========================================================*/
.light-gray-bg {
    background: #f6f6f6 !important;
}
.pricing-table {
    margin-left: 0;
    position: relative;
    z-index: 3;
}
.pricing-table .title {
    color: #fff;
    text-align: center;
    background: #b99937;
    font-weight: 300;
    font-size: 20px;
    padding: 15px 0;
}
.pricing-table {
    margin-bottom: 0px;
}
.pricing-table li {
    list-style: none;
}
.pricing-table .price {
    background-color: transparent;
    color: #141414;
    font-size: 60px;
    font-weight: 100;
    padding: 40px 0;
    padding-bottom: 20px;
    text-align: center;
    line-height: 30px;
}
.pricing-table .description {
    background-color: transparent;
    border-bottom: none;
    color: #6f6f6f;
    font-weight: 400;
    text-align: center;
}
.pricing-table .bullet-item {
    background-color: transparent;
    border-bottom: none;
    color: #535353;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
}
.pricing-table .price-label {
    background-color: #F76626;
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78571rem;
    text-transform: uppercase;
    border-radius: 50%;
    height: 3.21429rem;
    line-height: 3.21429rem;
    padding: 0 0.35714rem;
    width: 3.21429rem;
}
.pricing-table .price-label {
    position: absolute;
    top: 0;
    left: 84%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pricing-table .mixed {
    position: relative;
}
.pricing-table .mixed .price-label {
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.pricing-table .price .currency {
    font-size: 18px;
    padding-right: 5px;
    vertical-align: top;
    position: relative;
    top: -15px;
}
.pricing-table .price .period {
    font-size: 14px;
    font-style: italic;
    color: #141414;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.pricing-table .cta-button .button {
    margin: 0;
}
.pricing-table.style-1 {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.table-price:nth-child(1) .title {
}
.table-price:nth-child(2) .title {
    background: #5ab7d6;
}
.table-price:nth-child(3) .title {
    background: #5c71a1;
}
.table-price:nth-child(4) .title {
    background: #c66892;
}
.table-price:nth-child(5) .title {
    background: #4cb5b6;
}
.pricing-table .cta-button {
    position: static;
    text-align: center;
}
.pricing-table .cta-button .btn {
    margin: 30px 0;
    margin-top: 0px;
    display: inline-block;
    height: auto;
    padding: 0 30px;
    font-size: 12px;
    line-height: 43px;
    border: none;
}
.pricing-table .cta-button .btn i {
    line-height: 42px;
    font-size: 18px;
    float: right;
}
.pricing-table.style-1 .cta-button .btn {
    margin: 30px 0;
}
.pricing .table-price {
    width: 20%;
    float: left;
    margin-top: 30px;
}
.pricing .papupalr {
    margin-top: 0px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
    z-index: 4;
}
.pricing .papupalr .price {
    margin-top: 30px;
}
.pricing .papupalr .btn {
    margin-top: 60px !important;
}
.pricing-table.mixed-skew-bottom-left .mixed:before {
    border-bottom: 20px solid #fff;
    border-left: 280px solid transparent;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -o-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform-origin: 0 100% 0;
    -moz-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 100%;
    z-index: 0;
}
.pricing-table.mixed-skew-bottom-right .mixed:before {
    border-bottom: 20px solid #fff;
    border-right: 280px solid transparent;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -o-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform-origin: 0 100% 0;
    -moz-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    -o-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 100%;
    z-index: 0;
}
/*=======================================================
      TABS STYLE
========================================================*/
.tabs li {
    display: inline-block;
    position: relative;
}
.tabs li a {
    float: left;
    border: 1px solid #ececec;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #141414;
    font-weight: 500;
}
.tabs li a.active {
    border: 1px solid #eeb013;
}
/*=======================================================
			Process Steps
========================================================*/
.process .thumb {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.process h6 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	letter-spacing: 1px;
}
.process li {
	position: relative;
	width: 25%;
	float: left;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
}
.process span {
	font-size: 20px;
	font-weight: 100;
	display: inline-block;
	margin-bottom: 20px;
}
.process li:hover .thumb {
	border-radius: 4px;
}
.process li:hover span {
	border-radius: 4px;
}
.process-style-2 {
}
.process-style-2 .icon {
	text-align: center;
	display: inline-block;
}
.process-style-2 li:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 20%;
	right: 0px;
	top: 70px;
	background: #e8e8e8;
}
.process-style-2 li:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20%;
	left: 0px;
	top: 70px;
	background: #e8e8e8;
}
.process-style-2 li:nth-child(1):after {
	display: none;
}
.process-style-2 li:nth-last-child(1):before {
	display: none;
}
.process-style-2 h3 {
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 26px;
}
.process-style-2 span {
	font-size: 18px;
    font-weight: 500;
}

/*=======================================================
			Contact Info
========================================================*/
.contact-info {
    padding: 65px 115px;
    background: #f7f7f7;
    border: 1px solid #e5edf2;
    border-radius: 4px;
}
.contact-info .social-icon {
	margin-top: 30px;
}
.contact-info .social-icon a {
	width: 48px;
	height: 48px;
	border: 1px solid #628cb1;
	color: #628cb1;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	margin: 0px;
	margin-right: 5px;
	border-radius: 50%;
}
.contact-info .social-icon a:hover {
	border: 1px solid #014381;
	color: #fff;
	background: #014381;
}
.contact-info li {
	list-style: none;
}
.contact-info .h4 {
	font-size: 28px;
	margin-bottom: 30px;
    display: inline-block;
}
.contact-info li p {
	font-size: 16px;
	color: #989da4;
	line-height: 32px;
	margin-top: 20px;
}
.contact-info li a {
	color: #333;
    margin-top: 0px;
	font-size: 22px;
    font-weight: 600;
	line-height: 32px;
	display: inline-block;
	margin-bottom: 5px;
}
.map-block .map-wrapper {
	height: 600px;
}
.contact-form .intl-tel-input {
	width: 100%;
}
.contact-form h4 {
	margin-bottom: 20px;
}
.contact-form ul {
	margin-bottom: 0px;
}
.contact-form li {
	list-style: none;
}
.contact-form label {
	width: 100%;
	margin-bottom: 10px;
}
.contact-form label input {
	height: 30px;
	border: none;
	outline: none !important;
	font-weight: 500;
	font-size: 14px;
	padding: 0px 20px;
	color: #000;
    margin-top: 5px;
}
.contact-form label input:focus {
	outline: none !important;
	box-shadow: none;
}
.contact-form label .form-control:focus {
	outline: none !important;
	box-shadow: none;
}
.contact-form label textarea {
	border: none !important;
    padding: 10px 20px;
}
.contact-form {
	background: #fff;
	max-width: 770px;
	margin: 0 auto;
}
.contact-form label {
	color: #333;
	font-size: 14px;
	padding: 20px 30px;
    font-weight: 500;
    background: rgba(0,0,0,0.03);
	border: 1px solid #e5edf2;
	border-radius: 4px;
    line-height: 24px;
}
.contact-form label.msg {
	height: auto;
}
.contact-form label textarea {
	min-height: 150px;
}
.contact-form .btn {
	color: #fff;
	margin-top: 30px;
	/* padding: 0px 150px; */
}
.contact-form label select {
	border: none;
	width: 100%;
	outline: none !important;
	height: 30px;
	color: #000;
    padding: 0 10px;
	font-weight: 500;
	font-size: 12px;
    margin-top: 5px;
}
.contact-form label textarea {
	border: 1px solid #efeff1;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 20px;
}
.contact-form form label.error{
    color: red;
    padding: 5px 0;
    background: transparent;
    border: 1px solid transparent;
    margin: 0;
}

.contact-form form .input-group-text{
    margin-top: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#ontact-message{
    padding: 20px 40px 0 40px;
    position: absolute;
    left: 0;
    right: 0;
}
#contact-message .error_message{
    color:red;
}
#contact-message .success_message{
    color:green;
    text-align: center;
    top: 40%;
}
.contact-form form .bootstrap-datetimepicker-widget table td.active, .contact-form form  .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: #f4a428;
}
.contact-form form .bootstrap-datetimepicker-widget .picker-switch{
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact-form form .bootstrap-datetimepicker-widget a[data-action]{
    background: transparent!important;
    color: #000!important;
    height: unset!important;
line-height: 1.42857143!important;
margin: 0!important;
}
.contact-form form .bootstrap-datetimepicker-widget button[data-action='togglePeriod']{
    background: transparent!important;
    color: #000!important;
    border: none!important;
    margin-top: -10px!important;
}
.grecaptcha-badge{
    bottom: 85px!important;
    z-index: 111;
}
.social-icon {
}
.social-icon a {
	font-size: 18px;
	color: #768593;
	margin: 0 10px;
}

/* careers */
.careers-form ul {
	margin-bottom: 0px;
}
.careers-form li {
	list-style: none;
}
.careers-form label {
	width: 100%;
	margin-bottom: 10px;
}
.careers-form label input {
	border: none;
	outline: none !important;
	font-weight: 500;
	font-size: 14px;
	color: #000;
    margin-top: 5px;
    background-color: #f5f5f5;
}
.careers-form label .form-control:focus {
	outline: none !important;
	box-shadow: none;
    background-color: #f5f5f5;
}
.careers-form label textarea {
	border: none !important;
    padding: 10px 20px;
}
.careers-form {
	background: #fff;
	max-width: 770px;
	margin: 0 auto;
}
.careers-form label {
	color: #333;
	font-size: 14px;
	padding: 10px 0px;
    font-weight: 500;
	border-radius: 4px;
    line-height: 24px;
}
.careers-form label.msg {
	height: auto;
}
.careers-form .btn {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px 150px;
}

.careers-form form label.error,.subscribe-form form label.error{
    color: red;
    padding: 5px 0;
    background: transparent;
    border: 1px solid transparent;
    margin: 0;
}

.careers-form form .input-group-text{
    margin-top: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#careers-message, #subscribe-message{
    padding: 20px 40px 0 40px;
    position: absolute;
    left: 0;
    right: 0;
}

#careers-message .error_message, #subscribe-message .error_message{
    color:red;
}
#careers-message .success_message, #subscribe-message .success_message{
    color:green;
    text-align: center;
    top: 40%;
}

/* donation survey */
.donation-form ul {
	margin-bottom: 0px;
}
.donation-form li {
	list-style: none;
}
.donation-form label {
	width: 100%;
	margin-bottom: 10px;
}
.donation-form label input {
	border: none;
	outline: none !important;
	font-weight: 500;
	font-size: 14px;
	color: #000;
    margin-top: 5px;
    background-color: #f5f5f5;
}
.donation-form label .form-control:focus {
	outline: none !important;
	box-shadow: none;
    background-color: #f5f5f5;
}
.donation-form label textarea {
	border: none !important;
    padding: 10px 20px;
}
.donation-form {
	background: #fff;
	max-width: 770px;
	margin: 0 auto;
}
.donation-form label {
	color: #333;
	font-size: 14px;
	padding: 10px 0px;
    font-weight: 500;
	border-radius: 4px;
    line-height: 24px;
}
.donation-form label.msg {
	height: auto;
}
.donation-form .btn {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px 150px;
}
.donation-form label select {
	border: none;
    background: #f5f5f5;
	width: 100%;
	outline: none !important;
	height: 30px;
	color: #000;
    padding: 0 10px;
	font-weight: 500;
	font-size: 12px;
    margin-top: 5px;
}

.donation-form form label.error,.subscribe-form form label.error{
    color: red;
    padding: 5px 0;
    background: transparent;
    border: 1px solid transparent;
    margin: 0;
}

.donation-form form .input-group-text{
    margin-top: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#donation-message{
    padding: 20px 40px 0 40px;
    position: absolute;
}

#donation-message .error_message{
    color:red;
}
#donation-message .success_message{
    color:green;
}
/* graceful degradation for ie8 */
.donation-form form input[type='radio'] {
    width: auto;
    float: left;
    margin-right: .75em;
    background: transparent;
    border: none;
}
.donation-form form p{
    margin-bottom: 5px;
}
/* better styling only for modern browsers. To identify them, check for pseudoclass (:checked, :not(checked)) */

/* hide standard inputs */
.donation-form form input[type='radio']:checked,.donation-form form  input[type='radio']:not(checked) {
    background: transparent;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
}
.donation-form form input[type='radio'] + label {
    cursor: pointer;
    width: auto;
    margin: 0;
}
/* add custom inputs with ::before */
.donation-form form input[type='radio']:checked + label::before,.donation-form form  input[type='radio']:not(checked) + label::before {
    content:'';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    text-rendering: auto;
    display: inline-block;
    width: 65px;
    height: 65px;
    position: relative;
    top: 0;
    border: 1px solid #bbb;
    background: white;
    margin-right: 5px;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    font-size: 40px;
    line-height: 65px;
    text-align: center;
}
.donation-form form input[type='radio']:checked + label.happy::before,.donation-form form  input[type='radio']:not(checked) + label.happy::before {
    content:'\f118'!important;
    color: #0ea10e;
}
.donation-form form input[type='radio']:checked + label.meh::before,.donation-form form  input[type='radio']:not(checked) + label.meh::before {
    content:'\f11a'!important;
    color: #434343;
}
.donation-form form input[type='radio']:checked + label.sad::before,.donation-form form  input[type='radio']:not(checked) + label.sad::before {
    content:'\f119'!important;
    color: #fd0203;
}
.donation-form form input[type=radio]:not(checked) + label::before {
    border-radius: 0px;
}
.donation-form form input[type='radio']:hover + label::before {
    background: #ddd;
    box-shadow: inset 0 0 0 2px white;
}
.donation-form form input[type='radio']:checked + label::before {
    /* background: #7c9929; */
    border: 2px solid #f4a428;
    box-shadow: inset 0 0 0 2px white;
}
.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap;
    margin-top: 10px;
}
.br-theme-fontawesome-stars .br-widget a {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
    font-size: 20px;
}
.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #EDB867;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: inline-block;
    background-color: #ec9526;
    width: 35px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-left: 10px;
    border-radius: 25px;
}
.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}
@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
    content: '\f006';
    color: black;
    }
    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    content: '\f005';
    color: black;
    }
}
  
/* update charity */
.charity-form ul {
	margin-bottom: 0px;
}
.charity-form li {
	list-style: none;
}
.charity-form label {
	width: 100%;
	margin-bottom: 10px;
}
.charity-form label input {
	border: none;
	outline: none !important;
	font-weight: 500;
	font-size: 14px;
	color: #000;
    margin-top: 5px;
    background-color: #f5f5f5;
}
.charity-form label .form-control:focus {
	outline: none !important;
	box-shadow: none;
    background-color: #f5f5f5;
}
.charity-form label textarea {
	border: none !important;
    padding: 10px 20px;
}
.charity-form {
	background: #fff;
    padding: 40px 40px 30px 40px;
}
.charity-form form{
    max-width: 700px;
    margin: 0 auto;
}
.charity-form label {
	color: #333;
	font-size: 14px;
	padding: 10px 0px;
    font-weight: 500;
	border-radius: 4px;
    line-height: 24px;
    margin-bottom: 0;
}
.charity-form label.msg {
	height: auto;
}
.charity-form .btn {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px 50px;
    border: none;
    outline:0;
    box-shadow: none;
}
.charity-form .btn:focus,.charity-form .btn:active {
    outline:0!important;
    box-shadow: none!important;
}

.charity-form form label.error{
    color: red;
    padding: 5px 0;
    background: transparent;
    border: 1px solid transparent;
    margin: 0;
}

.charity-form form .input-group-text{
    margin-top: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.charity-form form .inputcheckbox{
    display: inline;
    padding-right: 20px;
}
#charity-message .error_message{
    color:red;
}
#charity-message .success_message{
    color:green;
}
.nav-tabs.charity-tab{
    border-bottom: 1px solid #ffffff;
}
.charity-form .btn:disabled{
    background: #f4a428;
    opacity: 0.8;
    cursor: not-allowed;
}
.nav-tabs.charity-tab .nav-link{
    height: 50px;
    line-height: 35px;
}
.nav-tabs.charity-tab .nav-link:focus, .nav-tabs.charity-tab .nav-link:hover{
    border: 1px solid #ffffff;
}
.nav-tabs.charity-tab .nav-link.active{
    border: 1px solid #ffffff;
    background: #ffffff;
}
/* faq */
#accordion .panel {
    border-radius: 0;
    border: 0;
    margin-top: 0px;
  }
  #accordion a {
    display: block;
    padding: 15px 15px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
  #accordion .panel-heading a.collapsed:hover,
  #accordion .panel-heading a.collapsed:focus {
    background-color: #f4a428;
    color: #000;
    transition: all 0.2s ease-in;
  }
  #accordion .panel-heading a.collapsed:hover::before,
  #accordion .panel-heading a.collapsed:focus::before {
    color: #000;
  }
  #accordion .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
  }
  #accordion .panel-heading a:not(.collapsed) {
    color: #000;
    background-color: #f4a428;
    transition: all 0.2s ease-in;
  }
  
  /* Add Indicator fontawesome icon to the left */
  #accordion .panel-heading .accordion-toggle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00d';
    float: left;
    color: #000;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
    /* margin-right: 20px; */
  }
  #accordion .panel-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
  }

    /* footer newsletter */
    #newsletterModal .modal-content{
    padding: 15px;
    }
    #newsletterModal .newsletter-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px -3px #000;
    opacity: 1;
    z-index: 111;
    font-size: 17px;
    outline: none;
    }
    #newsletterModal .modal-header {
    padding: 10px 0 0px 0px;
    border-bottom: 1px solid transparent;
    text-align: center;
    display: block;
    }
    #newsletterModal .modal-header h4{
    font-size: 35px;
    font-weight: 600;
    }
    #newsletterModal .modal-header p{
    font-size: 18px;
    padding: 0 30px;
    color: #222;
    font-weight: 400;
    }
    #newsletterModal .modal-body form label{
    font-size: 18px;
    color: #222;
    font-weight: 600;
    }
    #newsletterModal .modal-body form input[type=email]{
    border: 1px solid #999;
    border-radius: 2px;
    margin-bottom: 30px;
    }
    #newsletterModal .modal-body form input[type=submit]{
    font-size: 18px;
    margin-bottom: 10px;
    border:1px solid #f4a428;
    height: 45px;
    line-height: 45px;
    }
    #newsletterModal .modal-body form input[type=submit]:hover{
    border:1px solid #222;
    }



    /* register page */
    .about-sec .col-lg-6{
        background-color: #fff;
        border-radius: 0px;
        padding: 0;
    }
    .about-sec .form-group{
        text-align: left;
    }
    .about-sec form{
        padding: 60px 40px 0 40px;
    }
    .about-sec .border-top{
        padding-left: 40px;
        padding-bottom: 60px;
        text-align: left;
        font-size: 16px;
    }
    .about-sec .asteriskField{
        color:red;
        padding-left: 2px;
    }
    .about-sec label{
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }
    .about-sec .form-text {
        text-align: left!important;
        font-size: 12px;
    }
    .about-sec .textinput, .about-sec .emailinput,  .about-sec .textarea {
        border:1px solid transparent;
        background-color: #f5f5f5;
    }
    .about-sec .form-text ul li{
        list-style: inside;
    }
    .about-sec .border-bottom{
        padding-bottom: 20px;
    }
    .imageContainer{
        width: 100%;
        height: 100%;
        position: relative;
        padding-bottom: 112%;
    }
    .imageContainer .card{
        max-width: 25rem;
        height: auto;
        position: absolute;
        left:0;
        right:0;
        top:35%;
        margin: 0 auto;
        text-align: left;
    }
    .imageContainer .card.type-2{
        max-width: 30rem;
        background-color: transparent;
        top:15%;
    }
    .imageContainer .card.type-2 .innercard{
        background-color: #fff;
        margin-bottom: 20px;
    }
    .imageContainer .card .card-title{
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 0px;
    }
    .imageContainer .card p.card-text{
        position: unset;
        color: inherit;
        font-size: 14px;
        color: inherit;
        text-align: left;
    }
    .imageContainer .card .card-body{
        padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    }

    .imageContainer .card .card-body.career-body{
        padding: 0rem 1.25rem 1rem 1.25rem;
    }
    .imageContainer .card .btn {
        background: #fff;
        border: 1px solid #f4a428;
        color: #222;
        font-weight: 600;
        padding: 0px 30px;
        font-size: 10px;
        border-radius: 50px;
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 10px 0;
    }
    .imageContainer .card .btn:hover, .imageContainer .card .btn:focus {
        background: #f4a428;
        color: #222;
        outline: none;
    }
    .imageContainer .card .card-title{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .imageContainer .card .card-title h6{
        width: 80%;
        padding-left: 1.25rem;
        align-self: center;
    }
    .imageContainer .card .card-title a{
        width: 20%;
    }
    .imageContainer .card .btn.btn-link {
        padding: 0;
        border: none;
        margin: 0;
        max-width: 80px;
    }
    .imageContainer .card .btn.btn-link i{
        font-size: 14px;
        padding: 0 5px 0 0;
        margin: 0;
        line-height: 37px;
    }
    .imageContainer .card .btn.btn-link:hover, .imageContainer .card .btn.btn-link:focus{
        border:none;
        background-color: transparent;
        color: #f4a428;
    }
    .contentSection{
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom: 0;
    }
    .contentSection p{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 30px;
        color: #fff;
    }
    .contentSection p.has-card{
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 30px;
        color: #fff;
    }
    .contentSection p.has-card.type-2{
        top: 7%;
    }

    .profile_info{
        margin: 40px 40px 0;
        position: relative;
        height: 40px;
    }

    .profile_info h3{
        position: absolute;
        left: 80px;
        top: 0;
        font-size: 30px;
        font-weight: 500;
    }
    .profile_info h4 {
        position: absolute;
        left: 80px;
        top: 40px;
        font-size: 18px;
        color:#868e96 !important;
    }
    .profile_info img{
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
        border: 1px solid #999;
        border-radius: 50px;
        padding: 10px;
    }

    .card.error-page-card{
        text-align: center;
        padding: 20px 30px;

    }

    .card.error-page-card .card-body img {
        width: 250px;
    }

    .card.error-page-card .card-body .card-title{
        font-size: 40px;
        color:rgb(255, 68, 0);
        font-weight: 700;
    }
    .card.error-page-card .card-body  .card-subtitle{
        font-size: 20px;
        padding: 20px;
    }
    .card.error-page-card .card-body .custom-error-btn{
        background: #f4a428;
        color: #000;
        padding: 10px 30px;
        border-radius: 25px;
        margin-top: 30px;
        display: inline-block;
    }

header .logo a{
    width: 218px;
    display: block;
    position: relative;
    float: left;
    max-width: 218px;
}
.first_word{
    position: absolute;
    left:10px;
    top:12px;
    color: #ec9526;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.last_word{
    position: absolute;
    right:0;
    top:12px;
    color: #92be1f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.middle_word{
    position: absolute;
    bottom:-56px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 8px;
    letter-spacing: 3px;
    color: #898989;
    font-weight: 500;
}


/* type1 */
.type_1{
    margin-bottom: 100px;
}
.type_1 .card_1{
    position: relative;
    cursor: pointer;
    height: 250px;
}

.type_1 .card_1 .face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}
.type_1 .card_1:hover {
    z-index: 11111;
}
.type_1 .card_1 .face.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.type_1 .card_1:hover .face.face1{
    background: #f4a428;
    transform: translateY(0);
}

.type_1 .card_1 .face.face1 .content{
    opacity: 0.2;
    transition: 0.5s;
}

.type_1 .card_1:hover .face.face1 .content{
    opacity: 1;
}

.type_1 .card_1 .face.face1 .content img{
    max-width: 100px;
}

.type_1 .card_1 .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.type_1 .card_1 .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.type_1 .card_1:hover .face.face2{
    transform: translateY(0);
}

.type_1 .card_1 .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.type_1 .card_1 .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.type_1 .card_1 .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}
 /* type 2 */

 .type_2 .masonry-list {
    margin-bottom: 50px;
    float: left;
  }
  .type_2 .masonry-list li {
    float: left;
    height: 320px;
    overflow: hidden;
    padding: 0 1px 1px 0;
    width: 320px;
  }
  .type_2 .masonry-list li:focus a::after,.type_2 .masonry-list li:hover a::after {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) rotateZ(30deg);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(30deg);
    transform: translate3d(0, 0, 0) rotateZ(30deg);
  }
  .type_2 .masonry-list li:focus .tile-primary-content img,.type_2 .masonry-list li:hover .tile-primary-content img {
    -moz-transform: scale3d(1.2, 1.2, 0);
    -webkit-transform: scale3d(1.2, 1.2, 0);
    transform: scale3d(1.2, 1.2, 0);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: -moz-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
    -o-transition: -o-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
    -webkit-transition: -webkit-transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
    transition: transform 15000ms cubic-bezier(0, 0, 0.8, 0.9);
  }
  .type_2 .masonry-list li:focus p,
  .type_2 .masonry-list li:focus h2,
  .type_2 .masonry-list li:focus .tile-secondary-content,.type_2 .masonry-list li:hover p,
  .type_2 .masonry-list li:hover h2,
  .type_2 .masonry-list li:hover .tile-secondary-content {
    opacity: 1;
  }
  .type_2 .masonry-list li a::after {
    bottom: 40px;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 25px;
    display: block;
    height: 17px;
    opacity: 0;
    position: absolute;
    right: 40px;
    width: 17px;
    -moz-transform: translate3d(-10px, -10px, 0) rotateZ(30deg);
    -webkit-transform: translate3d(-10px, -10px, 0) rotateZ(30deg);
    transform: translate3d(-10px, -10px, 0) rotateZ(30deg);
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
  }
  .type_2 .masonry-list li.tile-job:focus .tile-primary-content p,.type_2 .masonry-list li.tile-job:hover .tile-primary-content p{
    -moz-transform: translate3d(150%, 0, 0);
    -webkit-transform: translate3d(150%, 0, 0);
    transform: translate3d(150%, 0, 0);
    -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1);
    -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.4, 1);
  }
  .type_2 .masonry-list li.tile-job:focus .tile-secondary-content p,.type_2 .masonry-list li.tile-job:hover .tile-secondary-content p {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
    -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
    -webkit-transition-delay: 150ms;
    transition: transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
  }
  .type_2 .masonry-list li.tile-job .tile-primary-content p{
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
    -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
    -webkit-transition-delay: 150ms;
    transition: transform 300ms cubic-bezier(0, 0, 0.4, 1) 150ms;
  }
  .type_2 .masonry-list li.tile-job .tile-secondary-content p{
    opacity: 1;
    -moz-transform: translate3d(-150%, 0, 0);
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
    -moz-transition: -moz-transform 300ms cubic-bezier(0, 0, 0.4, 1);
    -o-transition: -o-transform 300ms cubic-bezier(0, 0, 0.4, 1);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0, 0, 0.4, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.4, 1);
  }
  .type_2 .masonry-list li.tile-job .tile-primary-content {
    background-color: #71964f;
  }
  .type_2 .masonry-list a,.type_2 .masonry-list button {
    color: white;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
  }
  .type_2 .masonry-list .tile-primary-content,.type_2 .masonry-list .tile-secondary-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .type_2 .masonry-list .tile-primary-content {
    background-color: #a49058;
  }
  .type_2 .masonry-list .tile-primary-content img {
    width: 100%;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
  }
  .type_2 .masonry-list .tile-secondary-content {
    opacity: 0;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
  }
  .type_2 .masonry-list .tile-secondary-content p,
  .type_2 .masonry-list .tile-secondary-content h2 {
    opacity: 0;
    -moz-transition: opacity 200ms ease-in 100ms;
    -o-transition: opacity 200ms ease-in 100ms;
    -webkit-transition: opacity 200ms ease-in;
    -webkit-transition-delay: 100ms;
    transition: opacity 200ms ease-in 100ms;
  }
  .type_2 .masonry-list p,
  .type_2 .masonry-list h2 {
    text-transform: uppercase;
  }
  .type_2 .masonry-list h2 {
    font-size: 12px;
    margin: 0;
    position: absolute;
  }
  .type_2 .masonry-list p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.1em;
    margin: 1em 0 0;
  }
  
/* type 3 */
  .type_3 .card_3 {
    width: 280px;
    height: 360px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
  }
  .type_3 .card_3:hover {
    transform: translateY(20px);
  }
  .type_3 .card_3:hover:before {
    opacity: 1;
  }
  .type_3 .card_3:hover .info {
    opacity: 1;
    transform: translateY(0px);
  }
  .type_3 .card_3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
  }
  .type_3 .card_3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
  }
  .type_3 .card_3 .info {
    position: relative;
    z-index: 3;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
  }
  .type_3 .card_3 .info h1 {
    margin: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }
  .type_3 .card_3 .info p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
    color: #fff;
  }
  .type_3 .card_3 .info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
  }
  .type_3 .card_3 .info button:hover {
    background: dodgerblue;
    color: white;
  }

/* blog horizontal card */
  .card-horizontal {
    flex-direction: row;
    align-items: start;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .card-horizontal .card-title {
    font-weight: bold;
  }
  .card-horizontal .table td, .table th{
    padding: 0.4rem;
  }
  .card-horizontal img {
    width: 30%;
    padding: 20px;
    border-radius: 10px;
  }
  .card-horizontal   .card-body {
      padding-left: 0;
  }
  @media only screen and (max-width: 1024px) {
    .card-horizontal {
        flex-direction: column;
    }
    .card-horizontal   .card-body {
      padding: 0.5em 1.2em;
    }
    .card-horizontal .card-body .card-text {
      margin: 0;
    }
    .card-horizontal img {
      width: 100%;
    }

    .blog.list-page article .left-side{
        width: 100%;
    }
    .blog-pages.list-page .post-detail{
        width: 100%;
        padding: 20px 20px 0 20px;
    }
  }


  .events-post .media-left {
    margin-right: 0px;
    padding-right: 20px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}

.events-post {
}
.events-post .media-left {
    margin-right: 15px;
    position: relative;
    padding-right: unset;
}
.events-post .media-left span {
    background: #333333;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 3px 0;
    text-align: center;
    margin-top: 0px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.events-post .media-left h3 {
    width: 100%;
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 70px;
}
.events-post .media-left a {
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
    background-color: #bababa;
}
.events-post span {
    color: #ffbe00;
    letter-spacing: 0px;
    font-size: 11px;
}
.events-post li {
    padding: 10px 0;
    margin: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.events-post li p {
    font-size: 13px;
    line-height: 22px;
}
.events-post .media-heading {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 0px;
}

/*=======================================================
      Team Box
========================================================*/
.cd-gallery li.resources {
    width: 33.33%;
    padding: 0 15px;
    float: left;
}
.team-inside {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    position: relative;
    min-height: 380px;
    margin-bottom: 50px;
}
.team-inside .txt-sec h5 {
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 16px;
    letter-spacing: -0.4px;
    text-align: left;
}
.team-inside .txt-sec h5 a {
    color: #000;
    display: inline-block;
    width: 100%;
}
.team-inside .txt-sec span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: left;
}
.team-inside .txt-sec span i {
    margin-right: 10px;
}
.team-inside .txt-sec p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
}
.team-inside .txt-sec {
    padding: 20px;
    padding-bottom: 10px;
}
.team-inside .img-sec {
    position: relative;
    overflow: hidden;
    max-height: 260px;
}
.team-inside .img-sec img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.team-inside .txt-sec .postion-bottom{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
}

.inputcheckbox{
    display: block;
}
.inputcheckbox input{
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.subscription_choice label{
    display: block;
}
.subscription_choice label input{
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* charts */

.chart{
    /* max-width: 33.33%; */
    height: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .chart canvas{
    max-width: 33.33%;
  }

  .chart2 canvas{
    max-width: 100%;
  }

  .custom-chart-legends{
      display: block;
      height: 200px;
      overflow-y: scroll;
  }
  /* no results */

  .no-results p{
      color: rgb(255, 0, 0);
  }

  /* sitemap */
.sitemap {
	margin: 0 auto 2em auto;
    text-align: left;
    padding: 0 20px 0 100px;
}

/* -------- Top Level --------- */

.sitemap .primaryNav {
	clear: both;
	width: 100%;
	margin-top: 3em;
}

.sitemap .primaryNav li a {
	margin: 0;
	padding: .5em .5em .5em .5em;
	display: table;
	font-size: 1em;
	font-weight: bold;
	color: #2d3a4b;
	text-shadow: 0 0 10px rgba(0,0,0,.1);
	text-decoration: none;
}
.sitemap .primaryNav li a:hover {
	color: #ec9526;
}

/* -------- Second Level --------- */

.sitemap .primaryNav ul ul {
	display: block;
}
.sitemap .primaryNav ul ul li {
	padding-right: 0;
    margin-left: 2em;
}
.sitemap .primaryNav ul ul li a {
	/* color: #28bf5e; */
}
.sitemap .primaryNav ul ul li a:hover {
	/* color: #09a63e; */
}

/* -------- Third Level --------- */

.sitemap .primaryNav ul ul ul li a {
	/* color: #ff9d00; */
	font-size: .75em;
	padding: .75em;
	margin-right: 0;
}
.sitemap .primaryNav ul ul ul li a:hover {
	/* color: #ff831b; */
}
.sitemap .primaryNav ul ul ul li a:link:after,
.sitemap .primaryNav ul ul ul li a:visited:after {
	font-size: .75em;
}

/* --------	Fourth Level --------- */

.sitemap .primaryNav ul ul ul ul li a {
	/* color: #de003a; */
	padding: .75em ;
}
.sitemap .primaryNav ul ul ul ul li a:hover {
	/* color: #c20035; */
}
.sitemap .primaryNav ul ul ul ul li a:link:after,
.sitemap .primaryNav ul ul ul ul li a:visited:after {
	display: none;
}

/* custom card with icon */
.custom-card-with-icon{
    text-align: center;
    background-color: #f5f5f5;
    border: none;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.09);
}

.custom-card-with-icon .icon {
    margin-bottom: 20px;

}

.custom-card-with-icon .icon i{
    font-size: 40px;
    color: #f4a428;
}

.custom-card-with-icon .card-text{
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    color: #333;
}

.custom-card-with-icon .card-title{
    font-size: 16px;
    margin-bottom: 0;
}



/* sidebar */

.custom-sidebar, .custom-sidebar-2{
    padding: 20px;
    background-color: #fff;
}

.custom-sidebar .list-group-item{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(0,0,0,.06) ;
    padding: 15px 5px 10px 5px;
}

.custom-sidebar .list-group-item:last-child{
    border:none;
}

.custom-sidebar .list-group-item h5{
    font-size: 14px;
    font-weight: 600;
}

.custom-sidebar .list-group-item p{
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.custom-sidebar .list-group-item small{
    font-size: 14px;
    font-weight: 600;
    color: #92be1f;
}


.custom-sidebar-2 .list-group-item{
    border: none;
    padding: 5px 5px 10px 5px;
}
.custom-sidebar-2 .list-group-item h5{
    font-size: 50px;
    font-weight: 700;
    color: #0080a1;
}

.custom-sidebar-2 .list-group-item p i{
    color: rgb(255, 0, 0);
    font-size: 22px;
    vertical-align: sub;
}