
 body {
     background-color: #ffffff;
     /*font-family: "Work Sans", sans-serif;*/
     font-size: 14px;
     font-weight: 400;
     color: #3f3f3d;
     overflow-x: hidden !important;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     padding-top: 77px;
}
.footer-widget_content .bx{ margin-left: -20px !important; }
 ::-moz-selection {
     background-color: #1b1a1a;
     color: #ffffff;
}
 ::selection {
     background-color: #1b1a1a;
     color: #ffffff;
}
 a { text-decoration: none;
     color: inherit;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
     -ms-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
}
 a:hover {
     color: black;
     text-decoration: none;
}
 textarea {
     resize: none;
}
 section {
     position: relative;
 /*    padding-top: 100px;
     padding-bottom: 100px;*/
}
 img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
     color: #e31f23;
    font-family: 'Oswald',sans-serif;
     font-weight: 700;
     line-height: 1.4;
     letter-spacing: .3px;
     margin-bottom: 20px; text-transform:uppercase;
}
.navbar-toggler:focus {  box-shadow: none !important;box-shadow: 0px !important }
/*------------------------- RESET Default Styles --------------------------*/
 button {
     all: unset;
     text-align: center;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 button, button:focus, .btn.focus, .btn:focus, .form-control, .form-control:focus {
     outline: none;
     /*background-color: transparent;*/
     -webkit-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     box-shadow: none;
}
.form-control {
    background-color: #f8f8f8;}
 *:focus {
     outline: 0;
}
 textarea {
     resize: none;
}
 select {
     background-color: transparent;
}
 .sticky-top {
     top: 100px;
     z-index: 500;
}
 @media (min-width: 1300px) {
     .team-boxed, .navbar > .container, .slider-layout1 .slick-carousel, .page-title-layout5 .container-fluid {
         padding-right: 35px;
         padding-left: 35px;
    }
}
 @media (min-width: 1500px) {
     .team-boxed, .navbar > .container, .slider-layout1 .slick-carousel, .page-title-layout5 .container-fluid, .portfolio-masonry .container-fluid {
         padding-right: 70px;
         padding-left: 70px;
    }
}
 .background-banner {
     min-height: 500px;
}
 .align-v {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .align-v-h {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .bg-img img { opacity: 0.2 }
 .bg-img {
     position: relative;
     z-index: 1;
}
 .bg-overlay:before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     background-color: rgba(27, 26, 26, 0.25);
}
 .bg-parallax {
     background-attachment: fixed;
}
.team-layout1 .heading-subtitle:before {margin-left: -60px; left:auto;}
/*------------------------- Typography --------------------------*/

 .heading-subtitle {
     position: relative;
     font-size: 14px;
     color: #222222;
     margin-bottom: 10px;
}
 .heading-subtitle:before {
     content: '';
     position: absolute;
     left: -48px;
     top: 50%;
     width: 40px;
     height: 2px;
     background-color: #222222;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .heading-title {
     font-size: 44px;
     margin-bottom: 20px;
}
 .heading-desc {
     margin-bottom: 0;
}
 @media (min-width: 992px) and (max-width: 1200px) {
     .heading-title {
         font-size: 35px;
         margin-bottom: 15px;
    }
     .heading-subtitle:before {
         left: -48px;
    }
}
 @media(max-width: 480px) {
     .heading-title {
         font-size: 19px !important;
         margin-bottom: 15px;
    }} 
    @media(max-width: 767px) {
     .heading-title {
         font-size: 25px;
         margin-bottom: 15px;
    }
     .heading-desc {
         font-size: 14px;
         line-height: 24px;
    }
}
/*------------------------- page title -------------------------*/
 .pagetitle_subheading {
     font-family: "Work Sans", sans-serif;
     font-size: 17px;
     line-height: 1;
     color: #f9f9f9;
     display: block;
     margin-bottom: 24px;
}
 .pagetitle_heading {
     color: #ffffff;
     font-size: 22px;
     font-weight: 500;
     margin-bottom: 16px;
}
 .pagetitle_desc {
     font-size: 17px;
     font-weight: 700;
     line-height: 27px;
     color: #ffffff;
}
 .page-title {
     padding-top: 28px;
     padding-bottom: 5px;
}
 .page-title-layout6 {
     padding-top: 100px;
     padding-bottom: 100px;
}
 .page-title-layout6 .pagetitle_heading {
     color: #fff;
     background:rgb(79, 79, 77, 0.5); padding: 5px 15px; max-width:370px !important; width:100%;
     font-size: 38px;
     font-weight: 800; text-shadow: 0px 0px 2px #fff;
}
/* Mobile Phones and tablets */
 @media (min-width: 320px) and (max-width: 767px) {
     .pagetitle_heading {
         font-size: 19px;
    }
  
    .pagetitle_heading {
         font-size: 30px;
    }
}
/*-------------------- Buttons ---------------------*/
 .btn {
     font-family: "Heebo", sans-serif;
     text-transform: capitalize;
     position: relative;
     z-index: 1;
     font-size: 15px;
     font-weight: 700;
     min-width: 165px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     padding: 0 15px;
     letter-spacing: 1px;
     border: 0;
     border-radius: 1px;
     overflow: hidden;
     -webkit-transition: all 0.3s linear;
     transition: all 0.3s linear;
}
 .btn:focus, .btn.active, .btn:active {
     -webkit-box-shadow: none;
     box-shadow: none;
     outline: none;
}
 .btn_primary {
     background-color: #e31f23;
     color: #ffffff;
}
 .btn_primary:hover {
     color: #ffffff;
}
 .btn_primary:active, .btn_primary:focus {
     background-color: #1b1a1a;
     color: #ffffff;
}
/* Mobile Phones and tablets */
 @media (min-width: 320px) and (max-width: 767px) {
     .btn {
         font-size: 13px;
         min-width: 100px;
         height: 40px;
         line-height: 40px;
    }
}
/*---------------------- Forms ----------------------*/
 .form-group {
     position: relative;
     margin-bottom: 20px;
}
 label.error {
     position: absolute;
     bottom: -20px;
     color: red;
}
 .form-control {
     border: 0;
     padding: 0;
     border-radius: 0;
     height: 55px;
     border-bottom: 2px solid #e9e9e9;
}
 .form-control::-webkit-input-placeholder,
 .form-control:-moz-placeholder,
 .form-control::-moz-placeholder,
 .form-control:-ms-input-placeholder {
     color: #9b9b9b;
}
 .form-control:focus {
     border-color: #e9e9e9;
}
 .form-control ~ .focus-border {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 0;
     height: 2px;
     width: 0;
     z-index: 2;
     -webkit-transition: width 0.6s;
     transition: width 0.6s;
     background-color: #1b1a1a;
}
 .form-control:focus ~ .focus-border {
     width: 100%;
     -webkit-transition: width 0.2s;
     transition: width 0.2s;
}
 textarea.form-control {
     min-height: 70px;
}

/*-------------------- Tabs --------------------*/
 .nav-tabs {
     border-bottom: 1px solid #1b1a1a;
}
 .nav-tabs .nav_link {
     position: relative;
     color: #222222;
     font-family: "Heebo", sans-serif;
     font-size: 16px;
     font-weight: 700;
     padding: 10px;
     margin-right: 20px;
     display: block;
}
 .nav-tabs .nav_link:before {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     width: 0;
     height: 1px;
     margin: auto;
     display: block;
     background-color: #1b1a1a;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
}
 .nav-tabs .nav_link:last-of-type {
     margin-right: 0;
}
 .nav-tabs .nav_link:hover:before, .nav-tabs .nav_link.active:before {
     width: 100%;
}
 .tab-content {
     padding-top: 36px;
}
/* Mobile Phones and tablets */
 @media (min-width: 320px) and (max-width: 767px) {
     .nav_link {
         margin-right: 7px;
    }
}
/*------------------- Icons ------------------*/
 .social-icons {
     display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
 .social-icons li {
     margin-right: 20px;
}
 .social-icons li:last-of-type {
     margin-right: 0;
}
 .social-icons li a {
     font-size: 15px;
     color: #1b1a1a;
}
 .social-icons li a:hover {
     color: #1b1a1a;
}
 .social-icons-white li a {
     color: #ffffff;
}
 .social-icons-white li a:hover {
     color: #f9f9f9;
}
 .social-icons.flex-column li {
     margin-right: 0;
     margin-bottom: 10px;
}
 .social-icons.flex-column li:last-child {
     margin-bottom: 0;
}
 .icon-arrow-right, .icon-arrow-left {
     font-size: 60%;
}
 .arrow-right {
     display: inline-block;
     width: 26px; top:-4px;
     border: 1px solid #1b1a1a;
     position: relative;
     -webkit-transition: width 0.4s linear;
     transition: width 0.4s linear;
}
 .arrow-right:before {
     content: "";
     position: absolute;
     width: 10px;
     top: 2px;
     right: -2px;
     border: 1px solid #1b1a1a;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .arrow-right:after {
     content: "";
     position: absolute;
     width: 10px;
     top: -4px;
     right: -2px;
     border: 1px solid #1b1a1a;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}.footer .arrow-right:before,
 .footer .arrow-right:after,
 .footer .arrow-right {border: 1px solid #fff; }
 .footer .submit-btn:hover .arrow-right:before,
 .footer .submit-btn:hover .arrow-right:after,
 .footer .submit-btn:hover .arrow-right {border: 1px solid #333; }
/*------------------------- Breadcrumb --------------------------*/
 .breadcrumb {
     padding: 0;
     position: relative;
     background-color: transparent;
}
 .breadcrumb .breadcrumb-item {
     font-family: "Heebo", sans-serif;
}
 .breadcrumb .breadcrumb-item a {
     color: #222222;
}
 .breadcrumb .breadcrumb-item.active {
     color: #222222;
}
 .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
     content: "/";
     color: #222222;
}
/*------------------------ Animations -----------------------*/
 @-webkit-keyframes translateHeader {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes translateHeader {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @-webkit-keyframes slideTopDown {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     40% {
         -webkit-transform: translateY(-5px);
         transform: translateY(-5px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes slideTopDown {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     40% {
         -webkit-transform: translateY(-5px);
         transform: translateY(-5px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @-webkit-keyframes zooming {
     0% {
         opacity: 0.5;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     40% {
         opacity: 0.7;
         -webkit-transform: scale(1.09);
         transform: scale(1.09);
    }
     100% {
         opacity: 0.8;
         -webkit-transform: scale(1.11);
         transform: scale(1.11);
    }
}
 @keyframes zooming {
     0% {
         opacity: 0.5;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     40% {
         opacity: 0.7;
         -webkit-transform: scale(1.09);
         transform: scale(1.09);
    }
     100% {
         opacity: 0.8;
         -webkit-transform: scale(1.11);
         transform: scale(1.11);
    }
}
 @-webkit-keyframes pulsing {
     0% {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1.5);
         transform: scale(1.5);
    }
}
 @keyframes pulsing {
     0% {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     100% {
         opacity: 0;
         -webkit-transform: scale(1.5);
         transform: scale(1.5);
    }
}
/*---------------------------- Header & Navbar -----------------------------*/
/* Navbar */
 .navbar {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 75px;
     max-height: 75px;
     padding: 0;
     z-index: 1040;
     background-color: #ffffff;
     border-bottom: 1px solid #ededed;
    /* dropdown-menu */
}
 .navbar > .container {
     position: relative;
     max-width: 1400px;
}
 .navbar .navbar-brand {
     padding: 0;
     margin: 0;
}
 .navbar .navbar-toggler {
     padding: 0;
     border: none;
     border-radius: 0;
     width: 23px;
     position: relative;
}
 .navbar .navbar-toggler .menu-lines {
     display: inline-block;
}
 .navbar .navbar-toggler .menu-lines:before, .navbar .navbar-toggler .menu-lines:after {
     content: '';
     position: absolute;
     top: 5px;
     left: 0;
     width: 23px;
     height: 2px;
     display: inline-block;
     background-color: #1b1a1a;
     -webkit-transition: 0.3s ease;
     transition: 0.3s ease;
}
 .navbar .navbar-toggler .menu-lines:after {
     top: 10px;
}
 .navbar .navbar-toggler .menu-lines span {
     position: absolute;
     top: 0;
     left: 0;
     width: 23px;
     height: 2px;
     background-color: #1b1a1a;
}
 .navbar .navbar-toggler.actived .menu-lines > span {
     opacity: 0;
}
 .navbar .navbar-toggler.actived .menu-lines:before {
     top: 0;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .navbar .navbar-toggler.actived .menu-lines:after {
     top: 0;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .navbar .nav-item {
     position: relative;
   
}
 .navbar .nav-item .nav-link {
     font-family: "Heebo", sans-serif;
     font-size: 15px;
     font-weight: 700;
     text-transform: capitalize;
     display: inline-block;
     position: relative;
     color: #1b1a1a;  padding-right: 20px;padding-left: 20px;
     line-height: 100px;
     letter-spacing: .4px;
}
 .navbar .nav-item .nav-link:before {
     content: '';
     position: absolute;
     bottom: 35px;
     left: 0;
     right: 0;
     width: 0;
     height: 2px;
     margin: auto;
     display: block;
     background-color: #e31f23;
     -webkit-transition: 0.5s ease;
     transition: 0.5s ease;
}
 .navbar .nav-item .nav-link.active:before, .navbar .nav-item .nav-link:hover:before {
     width: 100%;
}
/* sticky-navbar */
 .sticky-navbar {
     border-bottom: 0 !important;
     background-color: #ffffff !important;
     -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
     box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
     -webkit-animation: translateHeader 0.8s;
     animation: translateHeader 0.8s;
}
/* navbar-actions */

 .action-btn {
     position: relative;
     color: #1b1a1a;
}
 .action-btn:hover {
     color: #1b1a1a;
}
/* Mobile and Tablets */
 @media (max-width: 991px) {
     .navbar .navbar-toggler {
         /*position: absolute;*/
         right: 15px;
         height: 13px;
    }
     .navbar .collapse:not(.show) {
         display: block;
    }
     .navbar .navbar-nav {
         margin: 0 !important;
    }
     .navbar .nav-item {
         margin-right: 0;
    }
     .navbar .nav-item .nav-link {
         display: block;
         color: #1b1a1a;
         line-height: 35px;
         padding-left: 15px;
    }
     .navbar .nav-item .nav-link:hover {
         color: #1b1a1a;
    }
     .navbar .nav-item .nav-link:before {
         display: none;
    }
     .navbar .navbar-collapse {
         background-color: white;
         -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
         box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
         z-index: 50;
         padding: 15px 0;
         position: absolute;
         left: 0;
         width: 100%;
         top: 100%;
         visibility: hidden;
         opacity: 0;
         -webkit-transition: 0.3s ease;
         transition: 0.3s ease;
         -webkit-transform: translateY(30px);
         transform: translateY(30px);
    }
     .navbar .navbar-collapse .navbar-actions {
         padding: 0 15px;
    }
     .navbar .menu-opened.navbar-collapse {
         opacity: 1;
         visibility: visible;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     .navba
     .sticky-navbar {
         -webkit-animation: none;
         animation: none;
    }  
     .header .navbar {
         background-color: #ffffff;
    }
     .header .action-btn {
         color: #1b1a1a;
    }
     .header .navbar .navbar-toggler .menu-lines:before, .header .navbar .navbar-toggler .menu-lines:after, .header .navbar .navbar-toggler .menu-lines span {
         background-color: #1b1a1a;
    }
     .header .navbar-expand-lg > .container, .header .navbar-expand-lg > .container-fluid {
         width: 100%;
         max-width: none;
    }
  .header_topbar > .container {
         max-width: none;
    }
     .action-btn_contact {
         background-color: #1b1a1a;
         color: #ffffff !important;
    }
}
/*----------------------- Banners ------------------------*/
 .banner-layout1 {
     margin-right: 70px;
}
 .banner-layout1 .banner-panel {
     background-color: #ffffff;
     padding: 70px 0 70px 70px;
}
 @media (min-width: 1400px) {
     .banner-layout1 {
         margin-right: 70px;
    }
     .banner-layout1 .banner-panel {
         padding: 70px 0 70px 70px;
    }
}
 @media (min-width: 320px) and (max-width: 992px) {
     .banner-layout1 {
         margin-right: 30px;
    }
     .banner-layout1 .banner-panel {
         padding: 30px 0 30px 30px;
    }
}
/*------------------------- Footer --------------------------*/
 .footer { position: relative;
     padding-top: 120px;
     padding-bottom: 70px;
     background-color: #1b1a1a;
}
 .footer .footer-widget {
     margin-bottom: 35px;
}
 .footer .footer-widget_title {
     color: #ffffff;
     font-size: 15px;
     text-transform: capitalize;
     font-weight: 700;
     margin-bottom: 19px;
}
 .footer .footer-newsletter {
     margin-bottom: 65px;
}
 .footer .footer-newsletter_title span {
     color: #ffffff;
     font-size: 23px;
     display: block;
     margin-bottom: 13px;
}
 .footer .footer-newsletter_title a {
     border-bottom: 2px solid #ffffff;
}
 .footer .footer-newsletter_title a:hover {
     color: #ffffff;
     border-bottom-color: rgba(255, 255, 255, 0.5);
}
 .footer .footer-newsletter_form {
     position: relative;
}
 .footer .footer-newsletter_form .form-control {
     color: #ffffff;
     background-color: transparent;
     border: 2px solid #ffffff;
     padding-left: 20px;
}
 .footer .footer-newsletter_form .form-control:focus {
     background-color: transparent;
     border-color: #f9f9f9;
}
 .footer .footer-newsletter_form .form-control::-webkit-input-placeholder {
     color: #ffffff;
}
 .footer .footer-newsletter_form .form-control:-moz-placeholder {
     color: #ffffff;
}
 .footer .footer-newsletter_form .form-control::-moz-placeholder {
     color: #ffffff;
}
 .footer .footer-newsletter_form .form-control:-ms-input-placeholder {
     color: #ffffff;
}
 .footer .footer-newsletter_form .submit-btn {
     width: 55px;
     height: 55px;
     line-height: 40px;
     margin-left: -2px;
     /*font-size: 18px;*/
     color: #ffffff;
     border: 2px solid #ffffff;
     -webkit-transition: 0.3s ease;
     transition: 0.3s ease;
}
 .footer .footer-newsletter_form .submit-btn:hover {
     color: #1b1a1a;
     background-color: #ffffff;
}
 .footer .social-icons li a {
     color: #ffffff;
}
 .footer .social-icons li a:hover {
     opacity: .6;
}
 .footer .footer-copyright a {
     color: rgba(249, 249, 249, 0.8);
}
/* Scroll Top Button */
 #scrollTopBtn {
     position: fixed;
     right: 10px;
     bottom: 30px;
     width: 45px;
     height: 45px;
     opacity: 0;
     z-index: 1000;
     font-size: 18px;
     overflow: hidden;
     border-radius: 3px;
     text-align: center;
     color: #ffffff;
     background-color: #000000;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 #scrollTopBtn:hover {
     background-color: #000000;
}
 #scrollTopBtn.actived {
     right: 30px;
     opacity: 1;
}
/* Mobile Phones and tablets */
 @media (min-width: 320px) and (max-width: 767px) {
     .footer {
         padding-top: 40px;
         padding-bottom: 30px;
    }
     .footer .footer-widget_title {
         margin-bottom: 10px;
    }
     .footer .footer-newsletter_title span {
         font-size: 16px;
    }
     .footer .footer-copyright {
         margin-top: 0 !important;
    }
}
/* Extra Small Devices */
 @media (min-width: 320px) and (max-width: 575px) {
     #scrollTopBtn {
         bottom: 20px;
         width: 30px;
         height: 30px;
         font-size: 14px;
    }
     #scrollTopBtn.actived {
         right: 20px;
    }
    .accordion-header {letter-spacing: .15em !important;
}
}
/*---------------------- Carousel -----------------------*/
 .slick-list {
     margin: 0 -10px;
}
 .slick-slide {
     margin: 0 10px;
}
 .m-slides-0 .slick-list {
     margin: 0;
}
 .m-slides-0 .slick-slide {
     margin: 0;
}
 .slick-arrow {
     position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 65px;
     height: 65px;
     line-height: 65px;
     font-size: 0;
     z-index: 3;
     text-align: center;
     color: #ffffff;
     background-color: #1b1a1a;
     -webkit-transition: all 0.3s linear;
     transition: all 0.3s linear;
}
 .slick-arrow:hover, .slick-arrow:focus {
     background-color: #000000;
}
 .slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
    font-family:'boxicons';
     font-size: 40px;
}
 .slick-arrow.slick-next {
     right: 30px;
}
 .slick-arrow.slick-next:before {
     content: "\e91e";
}
 .slick-arrow.slick-prev {
     left: 30px;
}
 .slick-arrow.slick-prev:before {
     content: "\e91d";
}
 .carousel-arrows-light .slick-arrow {
     color: #1b1a1a;
     background-color: #ffffff;
}
 .slick-dots {
     list-style: none;
     padding: 0;
     text-align: center;
     margin-bottom: 0;
     z-index: 2;
}
 .slick-dots li {
     display: inline-block;
     margin: 2px;
     position: relative;
     z-index: 1;
     padding: 0;
     font-size: 0;
     width: 30px;
     height: 2px;
     cursor: pointer;
     border-radius: 1px;
     background-color: #494848;
}
 .slick-dots li button {
     font-size: 0;
     width: 100%;
}
 .slick-dots li.slick-active {
     background-color: #1b1a1a;
}
/*------------------------ Slider --------------------------*/
 .hero_subtitle, .slide-item_subtitle {
     font-size: 17px;
     margin-bottom: 20px;
}
 .slide-item_title {
     font-size: 65px;
     font-weight: 800;
     line-height: 1.1;
     margin-bottom: 25px;
}
 .hero_desc, .slide-item_desc {
     font-size: 15px;
     line-height: 26px;
     margin-bottom: 28px;
}
 .slider {
     padding: 0;
}
 .slider .slide-item {
     height: calc(100vh - 100px);
     display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
     -ms-flex-align: center;
     -webkit-box-align: center;
     align-items: center;
     background-position: top center !imortant;
}
 .slider .slick-arrow {
     position: absolute;
     top: 50%;
     width: 50px;
     height: auto;
     line-height: 23px;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     color: #1b1a1a;
     background-color: transparent;
}
 .slider .slick-arrow:before {
     position: absolute;
     top: 13px;
     opacity: 0;
     -webkit-transition: opacity .2s ease, -webkit-transform .4s ease;
     transition: opacity .2s ease, -webkit-transform .4s ease;
     transition: transform .4s ease, opacity .2s ease;
     transition: transform .4s ease, opacity .2s ease, -webkit-transform .4s ease;
}
 .slider .slick-arrow:after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     font-family: "Heebo", sans-serif;
     font-size: 15px;
     font-weight: 700;
     border-bottom: 2px solid #1b1a1a;
}
 .slider .slick-arrow.slick-prev {
     left: 35px;
}
 @media (min-width: 1500px) {
     .slider .slick-arrow.slick-prev {
         left: 70px;
    }
}
 .slider .slick-arrow.slick-prev:before {
     left: 0;
}
 .slider .slick-arrow.slick-prev:hover:before {
     opacity: 1;
     -webkit-transform: translateX(-10px);
     transform: translateX(-10px);
}
/* .slider .slick-arrow.slick-prev:after {
     content: "Prev";
     text-align: right;
}*/
 .slider .slick-arrow.slick-next {
     right: 35px;
}
 @media (min-width: 1500px) {
     .slider .slick-arrow.slick-next {
         right: 70px;
    }
}
 .slider .slick-arrow.slick-next:before {
     right: 0;
}
 .slider .slick-arrow.slick-next:hover:before {
     opacity: 1;
     -webkit-transform: translateX(10px);
     transform: translateX(10px);
}
/* .slider .slick-arrow.slick-next:after {
     content: "Next";
     text-align: left;
}*/
 .slider .slick-dots {
     position: absolute;
     left: 50%;
     bottom: 15px;
     text-align: center;
     padding: 0 20px;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     counter-reset: count;
}
/* Mobile Phones and tablets */
 @media (max-width: 767px) {
     .slider .slide-item {
         height: calc(100vh - 80px);
    }
} @media (max-width: 480px) {
     .slider .slide-item {
         height: calc(60vh - 80px);
    }
}
/* Large Size Devices */
/* Medium Size Devices */
 @media (min-width: 768px) and (max-width: 991px) {
     .slide-item_title {
         font-size: 50px;
    }
}
/* tablets */
 @media (min-width: 576px) and (max-width: 767px) {
     .slide-item_title {
         font-size: 40px;
    }
}
/* Mobile Phones */
 @media (min-width: 320px) and (max-width: 575px) {
     .hero_subtitle, .slide-item_subtitle {
         font-size: 13px;
         font-weight: 400;
         margin-bottom: 20px;
    }
     .slide-item_title {
         font-size: 21px;
         margin-bottom: 15px;
    }
     .hero_desc, .slide-item_desc {
         font-size: 14px;
         line-height: 24px;
         font-weight: 400;
         margin-bottom: 20px;
    }
}
/*----------------------- about ------------------------*/
 .about-item {
     position: relative;
     margin-bottom: 30px;
}
 .about-item .about-item_icon {
     font-size: 20px;
     line-height: 1;
     color: #1b1a1a;
     margin-bottom: 26px;
}
 .about-item .about-item_icon img {
     max-height: 100%;
}
 .about-item .about-item_title {
     font-size: 20px;
     margin-bottom: 16px;
}
 .about-item .about-item_desc {
     line-height: 25px;
     margin-bottom: 0;
}
 .about-item .about-item_more span {
     font-size: 20px;
     color: #000 
}
 .about-item .about-item_more {
     display: inline-block;
     margin-top: 10px;
}
 .about-item:hover .about-item_icon {
     -webkit-animation: slideTopDown .8s ease-in-out .1s infinite;
     animation: slideTopDown .8s ease-in-out .1s infinite;
}
 .about-item:hover .about-item_more .arrow-right {
     width: 60px;
}
 .about-layout1 .about-item .about-item_icon {
     height: 60px;
}

.about-item .about-item_icon {
    font-size: 50px;
    line-height: 1;
    color: #e31f23;
    margin-bottom: 26px
}

.about-item .about-item_icon img {
    max-height: 100%
}


.about-item .about-item__desc {
    line-height: 25px;
    margin-bottom: 0
}

.about-item .about-item__more {
    display: inline-block;
    margin-top: 10px
}

.about-item:hover .about-item_icon {
    -webkit-animation: slideTopDown .8s ease-in-out .1s infinite;
    animation: slideTopDown .8s ease-in-out .1s infinite
}

.about-item:hover .about-item__more .arrow-right {
    width: 60px
}

.service_sec {margin-bottom: 680px; background: #fff;}

.about-item__more span {
    font-size: 20px;
    margin-top: 13px;
    color: #e31f23;
}
.contact-layout,
.contact-info { background: #f8f8f8 }

/*---------------------------- Contact ----------------------------*/
 .contact-box {
     position: relative;
     min-height: 70px;
     margin-bottom: 30px;
}
 .contact-box .contact-box_icon {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
}

.contact-box .contact-box_icon img {
    margin-top: 10px !important; opacity: 0.1;
}

.contact-box .contact-box_content {
    padding-left: 20px;
    z-index: 12;
}
 .contact-box .contact-box_icon i {
     color: #e8e8e8;
     font-size: 65px;
     line-height: 1;
}
 .contact-box .contact-box_title {
     font-size: 16px;
     margin-bottom: 0;
}
 .contact-box .contact-box_desc {
     margin-bottom: 0;
}
        .close img { margin-right:-10px; top:-10px; border-radius: 20px; float:right; position: relative; border:2px solid #0086ca; }
.modal .close { height: 15px; }

/**-----------about-----------*/

.About_sec { 
background-image: repeating-linear-gradient(165deg, #b71114, #e31f23 100px, #e31f23 100px, #c31417 120px);}
/* Mobile Phones */
  .accordion_title {font-family: 'Aref Ruqaa', serif; top: -30px; position: relative; margin-left: 10px;    font-style: italic;letter-spacing: .05em; }
 
  .accordian_div { background: #f7f7f7; }

/*---team-----*/

 .member_img {position: relative;}
    .member_img img  { border-radius: 50%; position: relative; }

.member:hover .member_img img:after {opacity: 1;}

.member .member_img .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;  border-radius: 50%;
  transition: .5s ease;
  background-color: #e31f23; z-index: 9;
}

.member:hover .member_img .overlay {
  opacity: 0.6;
}    .page-404 {    top: 38%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    position: relative;
}
 @media (min-width: 320px) and (max-width: 575px) {
.time-btn {float: left; margin: 6px !important; }
.cal-head__day, .cal-body__day {
    width: 38px !important;
    height: 38px !important;
}.calendar__head, .cal-body__day {
    line-height: 38px  !important;
 }
 }
 @media (min-width: 320px) and (max-width: 575px) {
    /*---------------------- Page 404 -----------------------*/
     .page-404 .error-code {
         font-size: 130px;
         font-weight: 400;
         line-height: 1;
         margin-bottom: 30px;
    }
 }
    /* Mobile Phones and tablets */
     @media (min-width: 320px) and (max-width: 767px) {
                .page-404 .error-code {
             font-size: 70px;
             margin-bottom: 20px;
        }

      
    }
     .footer-copyright, footer p {
         color: #fff;
    }

@media (max-width: 1200px) {
         .slide-item_content { width: 70% !important; }
  html {
    overflow-x: hidden;
  }
}
.appointment-link-div ul { list-style: none; padding-left: 0px; }
.appointment-link-div ul li a{ color: #e31f23; }
  .team-sec .team-info { position: relative; min-height: 800px; }
  .team-sec .image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    display: flex
}
  .team-sec img {--position-left:100%;--position-top:43.85%;object-fit: cover;
    display: block;
    width: 100%;    vertical-align: middle;

    font-family: "object-fit: cover";
    object-position: var(--position-left) var(--position-top);
}
  .email_link { padding-left: 0px; display: inline-block; }
  .email_link li { display: inline-block; margin: 0px; padding: 0px; }
    .email_link li a { margin: 5px 10px; text-decoration: none; }
/* .team-sec { background: url('https://www.mccrealaw.ca/files/image/5cb53de435319/display/Silvia-2.jpg') no-repeat center top #fcfcfc ; width:100%; position: fixed; height:700px; }*/
 .pagination-button-list .pagination-button {
    display: block;
    padding: 1.125rem 24px;
    background-color: #4c463f;
    color: #fff;
    line-height: .75rem;
    font-size: .875rem;
    transition: background-color .2s ease;
}.pagination-button-list .next .pagination-button, .pagination-button-list .previous .pagination-button {
    padding: 0;
    width: 3rem;
    height: 3rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    background-image: url(data:image/svg+xml,%3Csvg%20style%3D%22fill%3A%20%23fff%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20d%3D%22M35.18%2C20.08%2C19.18.77A1%2C1%2C0%2C0%2C0%2C17.77.64L15.46%2C2.55A1%2C1%2C0%2C0%2C0%2C15.33%2C4L31.4%2C23.36a1%2C1%2C0%2C0%2C1%2C0%2C1.28L15.33%2C44a1%2C1%2C0%2C0%2C0%2C.13%2C1.41l2.31%2C1.91a1%2C1%2C0%2C0%2C0%2C1.41-.13L36.25%2C26.62l1.65-2a1%2C1%2C0%2C0%2C0%2C0-1.28Z%22%2F%3E%3C%2Fsvg%3E);
    background-size: 1rem 1rem;
    background-position: center;
    background-repeat: no-repeat;
}.pagination-button-list .previous .pagination-button {
    transform: rotate(
180deg);}
.pagination-button-list .pagination-button {
    display: block;
    padding: 1.125rem 24px;
    background-color: #4c463f;
    color: #fff;
    line-height: .75rem;
    font-size: .875rem;
    transition: background-color .2s ease;
}.pagination-button-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
 @media (min-width: 320px) and (max-width: 1200px) {
  .team-sec img {--position-left:70%;--position-top:43.85%;
 }
 }
 @media (min-width: 320px) and (max-width: 900px) {

  .team-sec .image {
    position: relative !important;}
  }


  

/*------------------appointment-------------*/
.time_slot { max-height: 328px; margin-top: 10px; overflow-y: scroll; overflow-x: hidden;} 
.time_slot::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.time_slot::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.time_slot::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.time_slot::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.time_slot li {list-style: none; margin: 4px; }

 .btn:not(.btn_link):before,
 .btn:not(.btn_link):after { display: none; }
  .time-btn {background-color: #ddf1ff;
    border-radius: 8px;
    border: 1px solid #ddf1ff;
    color: #e31f23;
    cursor: pointer;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    margin: 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s;}

.calendar {
max-width: 350px; width: 100%;
  margin: 50px auto 0;
}

.calendar__month {
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0;
  width: 100%;
  position: relative; 
}

.cal-month__previous,
.cal-month__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
}
.cal-month__previous:hover,
.cal-month__next:hover {
  background-color: #42A5F5;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  font-weight: 800;
  color: #111;
}

.cal-month__previous {
  right: 40px;
}

.cal-month__next {
  right: 0;
}
.cal-day__current,
.cal-month__current {
  color: #4f4f4d;
}

.cal-head__day,
.cal-body__day {
  display: inline-block;
  width: 45px;
  height: 45px; color: #e31f23;
  float: left; font-weight: bold;
}

.cal-body__week,
.calendar__head {
  display: block;
  height: 45px;
  max-width: 350px; width: 100%;
}

.calendar__head {
  line-height: 45px;
  position: relative;
}
.calendar__head:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #90CAF9;
}

.cal-body__day {
  color: #777;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

/*.cal-body__week .cal-day__month--next:first-child,*/
.cal-body__week .cal-day__month--next:last-child,
/*.cal-body__week .cal-day__month--current:first-child,*/
.cal-body__week .cal-day__month--current:last-child,
.cal-body__day.cal-day__month--previous {
  pointer-events: none;cursor: not-allowed;
}
.cal-day__current,
.cal-day__month--current {
  color: #333; font-weight: bold;
}

.cal-day__day--today {
  font-weight: 800;
  color: #e31f23;
}

.cal-day__day--selected {
  background-color: #e31f23;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  color: #fff;
}
.btn:not(.btn__link):before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 20px;
    height: 2px;
    margin-right: 10px;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}.btn:not(.btn__link):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .24s cubic-bezier(.37,.31,.31,.9);
    -webkit-transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
    transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
    transition: transform .24s cubic-bezier(.37,.31,.31,.9);
    transition: transform .24s cubic-bezier(.37,.31,.31,.9),-webkit-transform .24s cubic-bezier(.37,.31,.31,.9);
}
.btn.btn-sm.time-btn:before { display: none; }

  .banner-layout1.bg-parallax.bg-img { overflow-x: hidden; }


.accordion-header > a.collapsed::before {
    float: right !important;
   content: "\eb21" !important;
}
.accordion-header > a::before {
    float: right !important;
   font-family:'boxicons'!important;
  content: "\eaed" !important;
    padding-right: 5px;
}

.footer ul li { list-style: square;  }