/*
Core
*/
* {
    outline: none;
    box-shadow: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #838291;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.screen-reader-text {
    display: none;
}

.careers-page span {
    color: #b1120c;
}

.careers-page strong {
    font-size: 24px;
}

.btn, .btn:hover, .btn:focus {
    box-shadow: none;
    border: 0;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Articulat CF';
    src: url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.eot');
    src: url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-ArticulatCFRegular.svg#FONTSPRINGDEMO-ArticulatCFRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} 

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






body {
    font-family: 'Montserrat';
}

.opacity-0 {
    opacity: 0;
}

.container {
    max-width: 1240px;
    width: 100%;
}

.container-fluid {
    max-width: 1440px;
}


.fixed-top {
    padding: 20px;
      transition: all 0.3s ease-in-out;
}

.scroll .fixed-top {
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'FONTSPRING DEMO - Articulat CF';
}


.header .web-btn a {font-weight: bold;}

.header .web-btn {
    margin-left: 40px;
} 

/*
Header
*/


.header .nav-accounty .nav-link {
    color: #fff;
    font-size: 0.875rem;
}

.header .nav-accounty .nav-link.dropdown-toggle::after {
    top: 2px;
    position: relative;
}

.header .nav-accounty .dropdown-menu {
    min-width: 250px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

.scroll nav {
    background: #000000;
}


.header .nav-accounty .dropdown-menu .nav-item {
    padding: 0 !important;
    border-bottom: 1px solid #f2f2f2;
}

.header .nav-accounty .dropdown-menu .nav-item:last-child {
    border-bottom: 0;
}

.header .nav-accounty .dropdown-menu .nav-item:hover {
    background: #ea3d66;
}

.header .nav-accounty .dropdown-menu .nav-item:hover .nav-link {
    background: #ea3d66;
    color: #fff;
}

.header .nav-accounty .dropdown-menu .nav-item .nav-link {
    padding: .5rem 1.5rem !important;
    color: #222;
}


.header .nav-accounty .nav-link.nav-btn {
    padding: 15px 45px;
}

/**Footer**/
.footer {
    background-color: #fff;
    padding: 30px 0 0 0;
    overflow: hidden;
    background-image: url(../images/Footer-gird.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.footer-content {
    padding: 50px 0;
}

.social-link h2 {
    font-size: 17px;
    font-weight: bold;
    font-family: 'Montserrat';
}

.footer-content p {
    font-size: 20px;
    color: #000;
}

.social-link ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
} 

.copyright-block {
    text-align: center;
    padding-bottom: 40px;
    font-size: 14px;
    color: #000;
} 

.social-link ul li {
    margin: 5px;
} 

.footer-content.social-link {
    text-align: right;
}

.social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-nav li {
    display: inline-block;
    padding: 0 !important;
    margin-left: 5px;
}

.social-nav li:first-child {
    margin-left: 0;
}

.social-nav .nav-link {
    color: #e83d66;
    font-size: 1rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #e83d66;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.social-nav .nav-link:hover {
    color: #fff;
    background: #e83d66;
}

.footer-block {
    padding: 40px 30px;
    position: relative;
}

.footer-block .widget h3 {
    font-size: 1.5rem;
}

.footer-block .widget .textwidget p {
    display: inline-block;
    font-size: 0.9rem;
}


.footer-block .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
}

.footer-block .widget .textwidget > div a {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;

}

.footer-block .widget .textwidget > div a:hover {
    color: #e83d66;
    text-decoration: none;
}

.footer-block .widget {
    padding: 20px 0;
}

.footer-block .footer-block-one:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ddd;
    right: 35px;
}

.footer-block .footer-block-one .widget h3 {
    font-size: 1.5rem;
    padding: 0 0 25px 0;
}

.footer-block .footer-block-one .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
}

.footer-block .footer-block-one .widget .textwidget > div a {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-block .footer-block-two .widget .textwidget > div,
.footer-block .footer-block-two .widget .textwidget .wpcf7,
.footer-block .footer-block-two .widget .textwidget form {
    width: 100%;
    position: relative;
}

.footer-block .footer-block-two .form-inline {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 50px;
    position: relative;
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-style: italic;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap {
    display: inline-block;
    width: calc(100% - 178px);
}

.footer-block .footer-block-two .form-inline .wpcf7-submit {
    display: inline-block;
    float: right;
    position: relative;
    right: -12px;
}

.footer-block .footer-block-two .form-inline .ajax-loader {
    position: absolute;
    right: 20px;
    /*background-image: url(../images/loader.gif);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-block .footer-block-two span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.625rem;
    right: 0;
    bottom: 0;
}

.footer-block .footer-block-two div.wpcf7-response-output {
    font-size: 0.8125rem;
    border: 0;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-association {
    border-top: 1px solid #dddddd;
    padding: 50px 30px;
}

.footer-association h3 {
    font-size: 1.6rem;
}

.footer_association_list {
    display: flex;
    margin: 0 auto;
    list-style: none;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
}

.footer_association_list li {
    display: flex;
    margin: 0 20px;
    flex: 0 20%;
}

.footer-credit {
    border-top: 1px solid #dddddd;
    font-size: 0.8rem;
    padding: 20px 0;
    color: #8a8a8a;

}

.footer-credit .footer-links {
    color: #f44067;
    margin: 0 2px;
}

.footer-credit .footer-links .footer-link-divider {
    color: #8a8a8a;
}

/**Home Page Inner**/
.banner-block {
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #340b13;
}

.inner-banner-content {
    text-align: center;
}

.description-block .content-block span {
    color: #b1120c;
}

.banner-content h1,
.inner-banner-content h1
 {
    font-size: 70px;
    line-height: 75px;
    font-weight: normal;
     margin:0px auto
}  

.common-padding {
    padding: 80px 0;
}

.description-block {
    background: #000;
    color: #fff;
}

.description-block .content-block p {
    font-size: 34px;
    font-family: 'Montserrat';
    font-weight: 500;
} 

.inner-banner-content p {
    font-size: 18px;
    max-width: 700px;
    font-weight: 500;
    line-height: 34px;
}


section.banner-block.career-banner {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-color: #000;
} 

section.banner-block.career-banner:after {
    background: url(../images/inner-banner-bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -30%;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}

.contact-page-banner-section{
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.contact-page-banner-section:after {
    background: url(../images/contact_bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -50px;
    bottom: -130px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}


.web-btn a::before {
    display: none !important;!i;!;
}



.form-block p {
    text-align: left;
    margin: 0px auto;
    width: 100%;
}



.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.contact-page-banner {
    background: #fff;
    color: #000;
    padding: 20px;
    max-width: 650px;
    margin: 0px auto;
    margin: 30px auto;
    border-radius: 15px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);

}

.contact-page-banner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: 20px 0 0;
}

.contact-page-banner p {
    margin: 0 0 30px;
    text-align: center;
    font-size: 15px;
} 

.wpcf7-submit {
    padding: 14px !important;
    font-weight: bold;
    max-width: 240px !important;
    margin-bottom: 15px !important;
}

.form-block p {
    text-align: left;
    margin: 0px auto;
    width: 100%;
}


.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    color: #000;
} 

.form-block input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
} 

.form-block {
    max-width: 400px;
    margin: 0px auto 13px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 0;
} 

section.team-banner {
    color: #fff;
    padding: 100px 0;
      background-color: #000;
}


section.map-section {
    background: #000;
    color: #fff;
    text-align: center;
}

.map-content-section img {
    margin: 40px 0;
}


.team-lists ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-lists li {
    width: 33%;
}


.team-lists h2 {
    font-size: 24px;
    margin: 0px;
}

.team-member-details p {
    font-size: 15px;
}

.team-member-image {
    border-radius: 100%;
    max-height: 320px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
} 

.social-link a:hover {
    opacity: 0.7;
}

.team-member-image:hover {
    transform: scale(1.05);
     transition: transform 0.5s ease, background-color 0.3s ease;
}



.wpcf7-response-output {
    position: absolute;
    bottom:10px;
    margin: 0;
    border: none !important;!i;!;
    text-align: center;
    font-size: 12px;
    width: 100%;
    left: 0;
} 

.contact-page-banner {
    padding-bottom: 0px;
}

.form-block input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.form-block {
    max-width: 450px;
    margin: 25px auto;
    display: block;
} 

section.page-notfound-banner {
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
      background-color: #000;
}

section.contact-page-banner-section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
      background-color: #000;
} 

.team-details {
    margin: 0px auto;
    font-size: 14px;
}

.modal-dialog {
    max-width: 700px;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
} 
.modal-content {
    background: #000;
    color: #fff;
    border: 2px solid #720000;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.modal img {
    width: 170px;
}

.modal-header {
    border: none !important;
}

.modal-content {
  transform: scale(0.5); /* Initial state for animation */
  opacity: 0;
  transition: all 0.7s ease-in-out; /* Smooth animation */
}

/* Show the modal content with animation */
.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
} 

.modal-body {
    padding: 60px 20px;
}

button.close {
    color: #fff !important;
    opacity: 1;
    font-size: 60px;
    position: absolute;
    right: 25px;
    padding: 0 !important;
    font-weight: normal;
    outline: none !important;
    z-index: 99999;
} 
.modal h2 {
    margin: 0;
}



.madel .team-details {
    width: 100%;
} 

.readmore-btn {
    color: rgb(224 3 3);
    font-weight: 500;
    font-size: 17px;
}

.map-content-section h2 {
    font-size: 38px;
}

.readmore-btn:hover{
    opacity: 0.8;
       color: rgb(224 3 3);
}


.web-btn:hover {
    color: #fff;
    text-decoration: none;
}

.web-btn {
    background-image: -moz-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(244, 0, 0) 0%, rgb(155, 9, 9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(244, 0, 0) 0%, rgb(155, 9, 9) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(244, 0, 0) 0%, rgb(155, 9, 9) 100%);
    color: #fff;
    padding: 20px;
    margin: 20px 0;
    display: block;
    text-decoration: none;
    max-width: 400px;
    margin: 0px auto;
    border-radius: 7px;
    transition: transform 0.3s ease, background-color 0.3s ease;
} 

 /* Hover effect */
      .web-btn:hover {
            background-color: #45a049; /* Change background */
            transform: scale(1.05); /* Slightly enlarge the button */
        }

        /* Optional focus styles */
       .web-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }


.careers-page p {
    margin: 20px auto 30px;
}


.footer-logo {
    text-align: center;
}



/**Blog**/


.blogs {
    padding-top: 0;
    padding-bottom: 80px;

}

.blogs .container {
    max-width: 1024px;
}

.blog-content {
    padding-bottom: 30px;
}

.blog-content h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
}

.blog-content p {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.blog-box {
    box-shadow: 4px 7px 43px 0 rgba(0, 0, 0, 0.18);
    margin-bottom: 30px;
}

.blog-box .blog-image {
    max-height: 350px;
    overflow: hidden;
}

.blog-box .blog-image img {
    object-fit: cover;
    width: 100%;
    /*height: 100%;*/
	height: 271px;
}

.blog-box .blog-content-inner {
    padding: 20px;
}

.blog-box .blog-content-inner h3 {
    font-size: 1.2rem;
    line-height: 30px;
    min-height: 60px;
} 

.blog-box .blog-content-inner h3 a {
    color: #000;
    text-decoration: none;
}

.blog-box .blog-content-inner h3 a:hover {
    color: #e33b66;
    text-decoration: none;
}

.blog-box .blog-content-inner .blog-expect {
    font-size: 0.8rem;
    line-height: 1.8rem;
    min-height: 140px;
}

.blog-box .blog-content-inner .blog-readmore {
    margin: 15px 0 0 0;
}

.blog-box .blog-content-inner .blog-readmore a {
    color: #e33b66;
    font-size: 0.8rem;
}

.blogs .btn {
    margin-top: 50px;
    margin-bottom: 30px;
}

main.page-section.inner-page {
    margin-top: 75px;
    padding: 0;
    overflow: hidden;
}

main.page-section.inner-page.archive-page {
    margin-top: 0;
}
.sharethis-inline-share-buttons{
    display: inline-block;
    margin-left: 10px;
}
.social-sharethis{
    padding-bottom: 20px;

}

/***404***/

.error-404 {
    text-align: center;
    padding: 50px 0;
}

.error-404 h1 {
    font-size: 8rem;
    line-height: 8rem;
    color: #3f18db;
    font-weight: 900;
}

.error-404 h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #e33a65;
}

.error-404 p {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}

/***Header If Banner***/

.header-banner {
    padding: 100px 0 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header-banner-mascot {
    max-width: 90%;
}

.header-banner-mascot img {
    max-height: 300px;
}

.header-banner-content {
    color: #fff;
    max-width: 95%;
}

.header-banner-content h1 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 4rem;
}

.header-banner-content h2 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
}

.header-banner-para {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #fff;
}

/***Service***/


.service-section .service-content p {
    text-align: center;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.faq-section {
    padding: 50px 0;
}

.faq-section h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
}

.faq-section .faq-list {
    padding: 50px 0;
    margin: 0 -15px;
}

.faq-section .faq-list .faq-item {
    border-top: 1px solid #ddd;
    padding: 30px;
    text-align: left;
}

.faq-section .faq-list .faq-item:first-child {
    border-top: 1px solid transparent;
}


.faq-section .faq-list .faq-item h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #000;
    position: relative;
}

.faq-section .faq-list .faq-item .faq-detail {
    font-size: 0.9rem;
    font-weight: 400;
    color: #797979;
    line-height: 1.8rem;
}

.faq-section .faq-list .faq-item:hover {
    border-top: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0 0 15px #bfbfbf;
    transition: all 0.2s ease-in-out;
}

.faq-section .faq-list .faq-item:hover h3 {
    color: #e83d66;
}

.faq-section .faq-list .faq-item:hover + .faq-item {
    border-top: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}




/**contact form***/

.form-check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 24px;
    background: transparent;
    height: 24px;
}

.form-check .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
}

.form-check .wpcf7-list-item-label::before,
.form-check .wpcf7-list-item-label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
}

.form-check .wpcf7-list-item-label::before {
    content: " ";
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

/* Checkbox */
.form-check input[type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    background-image: url(../images/checkbox.png);
    line-height: normal;
    text-align: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    background-position: center;
}

/* :checked */
.form-check input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-color: #e13a66;
}

.form-check input[type="checkbox"] + .wpcf7-list-item-label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.form-check input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/**Blog***/
.blog-banner {
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.blog-banner:before {
    background: #000000;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    top: 0;
}

.blog-banner .container {
    z-index: 1;
    position: relative;
}

.navigation {
    padding-top: 50px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background: #f74167;
    background: -moz-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: -webkit-linear-gradient(-45deg, #f74167 0%, #9e2362 100%);
    background: linear-gradient(135deg, #f74167 0%, #9e2362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74167', endColorstr='#9e2362', GradientType=1);
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;

}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


.header .nav-accounty .nav-link {
    position: relative;
}
.header .nav-accounty .nav-link:before{
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    height:1px;
    bottom:0px;
    background: transparent;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}

.header .nav-accounty .active .nav-link:before,
.header .nav-accounty .nav-link:hover:before{
    content: '';
    width: 100%;
    background: #fff;
}
.header .nav-accounty .nav-link.btn:before{
    display: none;
}
.header .dropdown:hover>.dropdown-menu {
  display: block;
}
.header .dropdown-item:hover>.dropdown-menu {
  display: block;
}


.header .dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.header .nav-accounty .dropdown-menu .nav-item .nav-link {

    display: block;
}



/* 30 OCT 2019 */



/*********** 03-04-2025 ***************/

.banner-block.blog-banner {background:#000; height:50vh;}
#blog .card {border:0px; box-shadow:0 0 25px rgba(0,0,0,0.1);}
#blog .card-image.object-img {height:350px; overflow:hidden;}
#blog .object-img img {object-fit:cover; height:100%; width:100%;}
#blog h3 {font-weight:bold;}
#blog .date {font-size:15px;}
#blog a {color:#000;}
#blog a:hover {color:rgb(244, 0, 0);}

.related-blog{margin-top:2rem;}
#blog .related-blog .box {margin-bottom:1rem;box-shadow:0 0 25px rgba(0,0,0,0.1); display:block;}
#blog .related-blog .object-img {height:150px; overflow:hidden;}
#blog .related-blog h6 {padding:1rem 1.5rem 1rem 0rem; font-weight:bold; color:#000;}
.banner-block.blog-banner-single-page {background:#000; padding-bottom:2rem; padding-top:7rem; height:auto;}
.banner-block.blog-banner-single-page .inner-banner-content {text-align:left;}
.banner-block.blog-banner-single-page h1 {font-size:3.125rem;}
.blog-single-post{margin:2rem 0;}
.blog-single-post h4,.blog-single-post h5,.blog-single-post h6{font-weight:bold;}
.blog-single-post ol ul{margin-bottom:20px;}
.blog-single-post h2{border-bottom:1px solid #d2d2d2; margin:3rem 0 2rem; padding-bottom:1rem;font-weight:bold;}
.blog-single-post .blog-content p {text-align: left;}