@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url(../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
body, p {
    color: #333;
    font-size: 17px;
    line-height: 1.6;
    font-weight: normal;
    font-family:Poppins,sans-serif;
}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color:#000;
    font-weight:800;
    line-height:1.2em;
    font-family: "Manrope", serif;
}
 h1, .h1 {
    font-size: 30px;
}
 h2, .h2 {
    font-size: 26px;
}
 h3, .h3 {
    font-size: 22px;
}
 h4, .h4 {
     font-size: 20px;
}
 h5, .h5 {
     font-size: 18px;
}
 h6, .h6 {
     font-size: 16px;
}
.btn {
    font-size: 14px;
    font-weight: normal;
    border-radius: 50px;
    padding: 2px 20px;
}
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.banner-btn {
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    background: #007b82;
    font-weight: 500;
    border: 2px solid #fff;
    font-family: "Manrope", serif;
}
.banner-btn:hover {
    background: #fff;
    color: #007b82;
}
.experts {
    padding: 20px;
    border-top: none !important;
    border: 1px dotted #e5e5e5;
}
.mark, mark {
    padding: .2em;
    font-style: italic;
    background-color: #f2f2f2;
}
.btn:active {
    box-shadow: none;
}
.btn-primary {
    background: #ff4135;
    color: #fff;
}
.btn-primary:active {
    background: #ff4135 !important;
}
.btn-primary:hover {
    background: #ff7168;
    border-color: transparent;
}
 .btn-light {
    background: #f2f2f2;
    color: #3f434e;
}
.btn-light:active {
    background: #fff !important;
}
.btn-light:hover {
    background: #ff4135;
    color: #fff;
}
.btn-dark {
    background: #212329;
    color: #fff;
}
.btn-dark:active {
    background: #212329 !important;
}
.btn-dark:hover {
    background: #ff4135;
}
.btn-outline-primary {
    background: transparent;
    color: #898a8f;
    border: 1px solid #e5e5e5;
}
.btn-outline-primary:hover {
    border-color: #ff4135;
    color: #ff4135;
    background: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ff4135;
    background-color: transparent;
    border-color: #ff4135;
}
.expressentrydraw {
    box-shadow: 0 0 6px #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-image: url(../images/icons/canada-flag-icon.png);
    background-position: left;
}
.form-bg {
    background-image: url(../images/icons/form-background.webp);
    background-position: center;
}
.btn-sm {
     padding: 7px 20px;
     font-size: 12px;
}
 @media (max-width: 400px) {
     .btn-mobile {
         padding: 10px 20px;
    }
}
body {
    background-color: #fff;
    overflow-x: hidden;
}
::-moz-selection {
    background: #007b82;
    color: #fff;
}
::selection {
     background: #007b82;
     color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f2f2f2; 
}
::-webkit-scrollbar-thumb {
  background: #007b82;
  border-radius:50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #d80027; 
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
 ol, ul {
     list-style-type: none;
     margin: 0px;
}
img {
  vertical-align: middle;
  border: 0;
}
 a, a:hover, a:focus {
     text-decoration: none;
}
a, button, select, input, label {
    cursor: pointer;
    transition: .2s ease;
}
 label {
    font-weight: 500;
}
 a:focus, button:focus, select:focus, input:focus, label:focus {
     outline: 0;
}
 a:hover {
     color: #ff4135;
}
 .slick-slide {
     outline: 0;
}
.section {padding-top: 25px;padding-bottom: 25px;}
 .section-sm {
     padding-top: 40px;
     padding-bottom: 40px;
}
 .section-title {
     margin-bottom: 25px;
}
 .bg-cover {
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
}
 .calci-box {
     border: 1px solid #d7e0f1;
     border-radius: 6px;
     box-shadow: 2px 0 10px 0 rgb(228 235 242 / 40%);
     padding: 15px;
     max-width: 100%;
     margin: 0 auto;
}
 .hover-zoom {
     height: auto;
     overflow: hidden;
}
 .hover-zoom img {
     transition: transform .5s ease;
}
 .hover-zoom:hover img {
     transform: scale(1.5);
}

/* New Layout Home */
.marquee-slider {
display: inline-flex;
list-style: none;
margin-top: 5px;
}
.marquee-slider li {
margin-left: 1em;
margin-right: 1em;
}
.slick-slide img {
display: block;
}
.progress {
height: 0.5rem;
border-radius: 3rem;
}
.language{
border: 5px solid #fff;
border-radius: 50%;
box-shadow: 0 0 10px 0 #9E9E9E;
}
.overlay1::before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
background: #007b82;
opacity: .2;
}
.hero-main-title {
font-size: 52px;
font-weight: 700;
}

/* overlay */
 .overlay {
     position: relative;
}
 .overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
}
 .outline-0 {
     outline: 0 !important;
}
 .d-unset {
     display: unset !important;
}
 @media (max-width: 575px) {
     .d-xs-none {
         display: none;
    }
}
 .page-title {
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
}
/* breadcrumb */
 .breadcrumb {
    font-size: 14px;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
 .breadcrumb-item a {
     color: #3f434e;
}
 .bg-primary {
     background: #ff4135 !important;
}
 .bg-gray {
     background: #f2f3f5;
}
 .text-dark {
     color: #222222 !important;
}
 .text-gray {
     color: #898a8f;
}
 .text-color {
     color: #000 !important;
}
 .rated {
     color: #ffba00;
}
 .bg-magenta {
     background-color: #dcbba8;
}
 .bg-dark-green {
     background-color: #38575a;
}
 .bg-sky-blue {
     background-color: #0096884f;
}
 .bg-red {
     background-color: #ff5c5c;
}
 .bg-dark {
     background: linear-gradient(to right,#162e40 0,#212329 100%);
}
 .border-primary {
     border-color: #ff4135 !important;
}
 .mb-10 {
     margin-bottom: 10px !important;
}
 .mb-20 {
     margin-bottom: 20px !important;
}
 .mb-30 {
     margin-bottom: 30px !important;
}
 .mb-40 {
     margin-bottom: 40px !important;
}
 .mb-50 {
     margin-bottom: 50px !important;
}
 .mb-60 {
     margin-bottom: 60px !important;
}
 .mb-70 {
     margin-bottom: 70px !important;
}
 .mb-80 {
     margin-bottom: 80px !important;
}
 .mb-90 {
     margin-bottom: 90px !important;
}
 .mb-100 {
     margin-bottom: 100px !important;
}
 .ml-250 {
     margin-left: 250px;
}
 .overflow-hidden {
     overflow: hidden !important;
}
 .cursor-pointer {
     cursor: pointer;
}
 .dropdown-toggle::after {
     display: inline-block;
     width: 8px;
     height: 8px;
     margin-left: 0.255em;
     vertical-align: 0.255em;
     content: "";
     border: 0;
     border-bottom: 3px solid #000;
     border-right: 3px solid #000;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .social-icons li {
     margin-bottom: 5px;
}
 .post-tags a {
     font-weight: 500;
     font-size: 14px;
     padding: 5px 10px;
     margin-left: 3px;
}
.list-unstyled {
     padding-left: 0;
     list-style: none;
}
.contact-infor {
    padding: 8.5px 20px;
}
.post-social-icons a i {
     font-size: 20px;
}
 .post-social-icons a i, .post-tags a {
    border-radius: 10px;
    background:#007b82;
    color:#fff;
}
 .main-social-head a, .post-social-icons a i {
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
}
 .post-social-icons>li, .post-tags a {
     display: inline-block;
}
 .social-icons li a {
     display: inline-block;
     height: 40px;
     width: 40px;
     border-radius: 10px;
     background: #00ad8b;
     font-size: 20px;
     line-height: 40px;
     text-align: center;
     color: #fff;
     transition: .2s ease;
}
 .social-icons li a:hover {
     background: #fff;
     text-decoration: none;
}
 .top-header {
     background: #1d2634;
}
 .socialmediaicons .fa {
     padding: 14px 0;
     font-size: 16px;
     width: 40px;
     text-align: center;
     text-decoration: none;
     margin: -3px;
}
 .socialmediaicons .fa-facebook {
     background: #3B5998;
     color: white;
}
 .socialmediaicons .fa-twitter {
     background: #55ACEE;
     color: white;
}
 .socialmediaicons .fa-linkedin {
     background: #007bb5;
     color: white;
}
 .socialmediaicons .fa-youtube-play {
     background: #bb0000;
     color: white;
}
 .socialmediaicons .fa-instagram {
     background: #125688;
     color: white;
}
 .socialmediaicons .fa-pinterest {
     background: #cb2027;
     color: white;
}
 .small, small {
     font-size: 14px;
     font-weight: 400;
}
@media (max-width: 575px) {
     .top-header {
         padding: 5px 10px;
    }
     h2, .h2 {
         font-size: 24px !important;
    }
     .para-title p {
         font-size: 18px !important;
    }
    .hero-main-title {
        font-size: 28px !important;
    }
}
 .top-header p {
     font-size: 14px;
}
 .top-header ul li {
     margin: 0;
     position: relative;
}
 @media (max-width: 575px) {
     .top-header ul li {
         padding: 0 10px;
    }
}
 .top-header ul li a {
     color: #fff;
     font-size: 14px;
}
 .top-header ul li a:hover, .top-header ul li a.active {
     color: #ff4135;
}
 .top-header ul li:last-child {
     border: 0;
}
 .top-header ul li:not(:last-child) {
     margin-right: 0;
}
 .country {
     background: transparent;
     color: #fff;
     border: 0;
     padding-left: 0;
     line-height: unset;
     float: none;
     height: unset;
     font-size: 12px;
}
 .country ul {
     background: #212329 !important;
}
 .country ul li {
     border-right: 0;
}
 .country ul li:hover, .country ul li.selected {
     color: #fff;
     background: #000 !important;
}
 .sticky {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 10;
     background: #fff;
     box-shadow: 0 2px 5px #0000000d;
}
 @media (max-width: 991px) {
     .sticky {
         position: static;
    }
}
/* menu bar */
 .top-bar {
     padding: 5px 0;
     background: #002236;
     position: relative;
}
 ul.top-info {
     list-style: none;
     margin: 0;
     padding: 0;
}
 ul.top-info li {
     position: relative;
     line-height: 10px;
     display: inline-block;
     margin-left: 0;
     padding-right: 15px;
}
 ul.top-info li i {
     font-size: 18px;
     position: relative;
     top: 2px;
     margin-right: 5px;
}
 ul.top-info li p.info-text {
     margin: 0;
     line-height: normal;
     display: inline-block;
     flex-direction: column;
}
 .top-social ul {
     list-style: none;
     padding: 0;
     margin: 0;
     margin-right: -12px;
}
 @media (max-width: 767px) {
     .top-social ul {
         margin-right: 0;
    }
}
 .top-social ul li {
     display: inline-block;
     padding: 0;
}
 .top-social ul li a {
     color: #fff;
     font-size: 14px;
     transition: 400ms;
     padding: 9px 12px;
     border-right: 1px dotted #fff;
}
 .top-social ul li a:hover {
     color: #ff4135;
}
 .top-bar-border {
     padding: 8px 20px 8px;
     border-bottom: 1px solid #ddd;
}
 .top-bar-border ul.top-info {
     color: #707070;
     font-weight: 400;
}
 .top-bar-border .top-social li a {
     color: #7c7c7c;
}
 .top-bar-border ul.top-info li i {
     color: #ffb600;
}
 .header {
     background: #fff;
     position: relative;
     box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
 .header-one, .header-one .site-navigation {
     background: #23282d;
}
 .header-one .navbar-collapse {
     padding-left: 0;
}
 @media (max-width: 991px) {
     .navbar-collapse.collapse {
         overflow-y: auto;
    }
}
 .header-one ul.navbar-nav > li {
     padding-left: 0;
     padding-right: 30px;
}
 @media (max-width: 991px) {
     .header-one ul.navbar-nav > li {
         padding-right: 0;
    }
}
 .header-one .logo-area {
     padding: 30px 0;
}
 .navbar-fixed {
     z-index: 9999;
     position: fixed;
     width: 100%;
     top: 0;
}
 .header-two {
     background: #fff;
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
     padding: 5px 0;
}
 .header-two .navbar-fixed {
     background-color: #fff;
}
 ul.navbar-nav > li > a {
     padding: 5px 0 !important;
     color: #fff;
}
 @media (max-width: 991px) {
     ul.navbar-nav > li > a {
         padding: 1px 0 !important;
    }
     .navbar-nav {
         margin-bottom: 15px;
    }
}
 ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
     color: #ffb600 !important;
}
 .logo img {
     width: auto;
     height: 35px;
}
 .header-two .logo img {
     height: 70px;
}
 .header-right {
     float: right;
}
 ul.top-info-box {
     list-style: none;
     margin: 0;
     padding: 0;
     float: right;
}
 @media (max-width: 767px) {
     ul.top-info-box {
         display: flex;
         justify-content: center;
         flex-wrap: wrap;
         align-items: center;
    }
}
 ul.top-info-box li {
     position: relative;
     float: left;
     margin-left: 0;
     border-right: 1px solid #dedede;
     border-right: 1px solid rgba(0, 0, 0, 0.1);
     padding-right: 25px;
     margin-right: 25px;
}
 @media (max-width: 767px) {
     ul.top-info-box li {
         border: 0;
         text-align: center;
         margin: 0;
         flex: 0 0 50%;
         padding: 0;
         margin-top: 10px;
    }
}
 @media (max-width: 400px) {
     ul.top-info-box li {
         border: 0;
         text-align: center;
         margin: 0;
         flex: 0 0 100%;
         margin-top: 15px;
    }
}
 ul.top-info-box li:last-child {
     margin-right: 0;
     padding-right: 0;
     border-right: 0;
}
 ul.top-info-box li.last {
     border-right: 0;
}
 ul.top-info-box li .info-box span.info-icon {
     font-size: 20px;
     display: inline-block;
     text-align: center;
     margin: 2px 5px 0 0;
     position: relative;
}
 ul.top-info-box li .info-box .info-box-content {
     display: inline-block;
     flex-direction: column;
}
 ul.top-info-box li .info-box .info-box-title {
     font-size: 14px;
     margin-bottom: 8px;
     line-height: normal;
}
 ul.top-info-box li .info-box .info-box-subtitle {
     margin: 0;
     line-height: normal;
     font-size: 15px;
     font-weight: 700;
     color: #111;
}
 ul.top-info-box > li.nav-search {
     cursor: pointer;
     padding-left: 30px;
     margin-left: 30px;
}
 ul.top-info-box > li.nav-search:before {
     position: absolute;
     content: "";
     background: #ddd;
     left: 0;
     width: 1px;
     height: 40px;
     top: 50%;
     margin-top: -10px;
}
 ul.top-info-box > li.nav-search i {
     font-size: 20px;
     top: 10px;
     position: relative;
     cursor: pointer;
     color: #999;
}
 .navbar-toggler {
     float: left;
     margin-top: 10px;
     padding: 12px;
}
 .navbar {
     border-radius: 0;
     border: 0;
     margin-bottom: 0;
}
 .navbar-toggler {
     margin: 10px 0;
     padding: 6px;
     border-radius: 0;
     font-size: 1rem;
     background: #007b82;
}
 .navbar-toggler:focus {
     outline: 0;
}
 ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
     color: #ffb600;
     position: relative;
}
 ul.navbar-nav > li {
     padding: 0 12px;
     position: relative;
}
 @media (max-width: 1200px) {
     ul.navbar-nav > li {
         padding: 0 9px;
    }
     ul.navbar-nav > li .nav-link {
         font-size: 12px;
    }
}
 .header-two .navbar-nav > .header-get-a-quote {
     top: -4px;
}
 @media (max-width: 991px) {
    .header-two ul.navbar-nav > li {
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px solid #000;
    }
}
 ul.navbar-nav > li:last-child {
     padding-right: 0;
}
 ul.navbar-nav > li:last-child:after {
     background: none;
}
 ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:focus {
     background: none;
}
 ul.navbar-nav > li > a i {
     font-weight: 500;
}
 @media (max-width: 991px) {
     ul.navbar-nav > li > a i {
         float: right;
         background: #222;
         padding: 6px 10px;
         margin-top: 7px;
    }
     .header-two ul.navbar-nav > li > a i {
         color: #fff;
    }
     .header-two ul.navbar-nav > li.active > a i, .header-two ul.navbar-nav > li > a.active i {
         color: #ffb600;
    }
}
 ul.navbar-nav > li > a:after, ul.navbar-nav > li > a:after {
     display: none;
}
 ul.navbar-nav > li > a {
     font-weight: 600 !important;
     font-size: 14px;
     margin: 0;
     padding: 30px 0;
     transition: 350ms;
}
 .navbar-light ul.navbar-nav > li > a {
     color: #000 !important;
     font-size: 14px;
     text-transform: uppercase;
}
 .dropdown-submenu {
    position: relative;
}
 .dropdown-submenu > .dropdown-menu {
     top: 0;
     left: 100%;
     margin-top: -2px;
     border-radius: 0;
}
 .dropdown-submenu > a:after {
     display: block;
     font-family: "Font Awesome 5 Free";
     float: right;
     margin-top: 0;
     margin-right: -5px;
     border: 0;
}
 .dropdown-submenu:hover > a:after {
     border-left-color: #fff;
}
 .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 280px;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
 @media (max-width: 991px) {
     .dropdown-menu {
         box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }
}
 .dropdown-menu-large {
     min-width: 400px;
}
 .dropdown-menu-large > li > ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .dropdown-menu-large > li > ul > li > a {
     padding-left: 0;
}
 .dropdown-menu-large > li > ul > li.active > a {
     color: #ffb600 !important;
}
 .navbar-nav > li > .dropdown-menu a {
     background: none;
}
 .dropdown-menu li a {
    display: block;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid #eee;
}
 @media (max-width: 991px) {
     .dropdown-menu li a {
         padding: 12px 0;
    }
}
 .dropdown-menu li:last-child > a {
     border-bottom: 0;
}
 .dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: #fff;
    background: #007b82;
}
 @media (min-width: 991px) {
     ul.nav li.dropdown:hover ul.dropdown-menu {
         display: block;
    }
}
 @media (min-width: 991px) {
     ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
         left: 100%;
         top: 0;
         display: none;
    }
     ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
         display: block;
    }
}
 .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > .dropdown-menu > .active > a {
     background: none;
     color: #ffb600;
}
 .site-navigation .container, .search-area {
     position: relative;
}
 .search-area {
     min-height: 70px;
     padding-right: 0;
}
 .nav-search {
     position: absolute;
     cursor: pointer;
     top: 22px;
     right: 18px;
     color: #999;
}
 @media (max-width: 991px) {
     .nav-search {
         top: 17px;
    }
}
 .search-block {
     background-color: rgba(0, 0, 0, 0.65);
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     display: none;
     padding: 10px;
     position: absolute;
     right: 15px;
     top: 100%;
     width: 300px;
     z-index: 10;
     margin-top: 0;
}
 @media (max-width: 991px) {
     .search-block {
         top: 58px;
    }
}
 .search-block .form-control {
     background-color: #222;
     border: none;
     color: #fff;
     width: 100%;
     height: 40px;
     padding: 0 12px;
}
 .search-block .search-close {
     color: #999;
     position: absolute;
     top: -53px;
     right: -4px;
     font-size: 32px;
     cursor: pointer;
     background: #23282d;
     padding: 5px;
}
 @media (max-width: 991px) {
     .search-block .search-close {
         top: -46px;
    }
}
 .search-area .nav-search {
     top: 23px;
}
 .search-area .search-block .search-close {
     top: -50px;
}
 .search-area .search-block {
     right: 0;
}
 .header-get-a-quote .btn-primary {
     padding: 12px 25px !important;
     font-size: 13px;
     border-radius: 3px;
     line-height: normal;
     text-transform: capitalize;
     color: #fff;
     margin-top: 5px;
}
 @media (max-width: 1200px) {
     .header-get-a-quote .btn-primary {
         padding: 12px !important;
    }
}
 @media (max-width: 991px) {
     .header-get-a-quote .btn-primary {
         padding: 12px 30px !important;
    }
}
 .header-get-a-quote .btn-primary:hover {
     background: #272d33;
     color: #ffb600 !important;
}
 ul.navbar-nav > li.header-get-a-quote:hover > a:after {
     position: relative;
     content: no-close-quote;
}
/* menu bar */
 .bg-letter {
     position: relative;
}
 .bg-letter img {
     position: relative;
     z-index: 1;
}
 .bg-letter span {
     position: absolute;
     top: 0;
     left: 40%;
     color: #fff;
     font-size: 500px;
     line-height: 500px;
}
 @media (max-width: 575px) {
     .bg-letter span {
         font-size: 400px;
         line-height: 400px;
    }
}
 .hero-area {
     position: relative;
}
 .hero-area:hover .prevArrow {
     left: 20px;
     visibility: visible;
     opacity: 1;
}
 .hero-area:hover .nextArrow {
     right: 20px;
     visibility: visible;
     opacity: 1;
}
 .hero-slider {
     position: static;
}
 .hero-slider .prevArrow {
     position: absolute;
     height: 40px;
     width: 40px;
     background: #fff;
     border-radius: 50%;
     top: 50%;
     left: -100px;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     border: 0;
     z-index: 1;
     outline: 0;
     transition: .2s ease;
     visibility: hidden;
     opacity: 0;
}
 .hero-slider .prevArrow::before {
     position: absolute;
     content: '';
     height: 10px;
     width: 10px;
     background: transparent;
     border-left: 2px solid #000;
     border-top: 2px solid #000;
     top: 50%;
     -webkit-transform: translateY(-50%) rotate(-45deg);
     transform: translateY(-50%) rotate(-45deg);
     right: 10px;
     transition: .2s ease;
}
 .hero-slider .prevArrow::after {
     position: absolute;
     content: '';
     height: 2px;
     width: 45px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     right: -25px;
     background: #000;
     transition: .2s ease;
}
 .hero-slider .prevArrow:hover {
     background: #007b82;
}
 .hero-slider .prevArrow:hover::before {
     right: 30px;
     border-color: #fff;
}
 .hero-slider .prevArrow:hover::after {
     right: 15px;
     width: 25px;
     background: #fff;
}
 .hero-slider .nextArrow {
     position: absolute;
     height: 40px;
     width: 40px;
     background: #fff;
     border-radius: 50%;
     top: 50%;
     right: -100px;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     border: 0;
     z-index: 1;
     outline: 0;
     transition: .2s ease;
     visibility: hidden;
     opacity: 0;
}
 .hero-slider .nextArrow::before {
     position: absolute;
     content: '';
     height: 10px;
     width: 10px;
     background: transparent;
     border-top: 2px solid #000;
     border-right: 2px solid #000;
     top: 50%;
     -webkit-transform: translateY(-50%) rotate(45deg);
     transform: translateY(-50%) rotate(45deg);
     left: 10px;
     transition: .2s ease;
}
 .hero-slider .nextArrow::after {
     position: absolute;
     content: '';
     height: 2px;
     width: 45px;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     left: -25px;
     background: #000;
     transition: .2s ease;
}
 .hero-slider .nextArrow:hover {
     background: #007b82;
}
 .hero-slider .nextArrow:hover::before {
     left: 30px;
     border-color: #fff;
}
 .hero-slider .nextArrow:hover::after {
     left: 15px;
     width: 25px;
     background: #fff;
}
 .main-wrapper-section {
     margin-top: 80px;
}
 @media (max-width: 991px) {
     .main-wrapper-section {
         margin-top: 0;
    }
}
.cta {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.overlay {
    position: relative;
}
@keyframes scroll-anim {
	100% {
		background-position: -100% 0;
	}
}

.product {
     position: relative;
     overflow: hidden;
}
 .product .img-second {
     opacity: 0;
     position: absolute;
     top: 0;
     right: 0;
     -webkit-transform: scale(0.9);
     transform: scale(0.9);
     transition: .2s linear;
}
 .product .img-first {
     -webkit-transform: scale(1);
     transform: scale(1);
     opacity: 1;
     transition: .2s linear;
}
 .product .btn-cart {
     position: absolute;
     width: 100%;
     bottom: -50px;
     background: rgba(255, 255, 255, 0.5);
     padding: 10px 0;
     transition: .3s ease;
}
 .product-label {
     position: absolute;
     left: 10px;
     top: 10px;
     padding: 0 10px;
     border-radius: 5px;
     -webkit-transform: skewX(-10deg);
     transform: skewX(-10deg);
     font-size: 10px;
}
 .product-label.sale {
     background: #ff3385;
     color: #fff;
}
 .product-label.new {
     background: #667eea;
     color: #fff;
}
 .product:hover .img-second {
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .product:hover .img-first {
     -webkit-transform: scale(0.9);
     transform: scale(0.9);
     opacity: .5;
}
 .product:hover .favorite, .product:hover .cart, .product:hover .view {
     visibility: visible;
     opacity: 1;
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .product:hover .btn-cart {
     bottom: 15px;
}
 .product-icon {
     position: absolute;
     height: 50px;
     width: 50px;
     border-radius: 5px;
     background: #fff;
     right: 10px;
     outline: 0;
     opacity: 0;
     visibility: hidden;
     -webkit-transform: scale(0.5);
     transform: scale(0.5);
}
 .product-icon i {
     line-height: 50px;
     color: #3f434e;
     text-align: center;
     transition: .3s ease;
}
 .product-icon:hover i {
     color: #ff4135;
}
 .product-icon.favorite {
     top: 10px;
}
 .product-icon.cart {
     top: 70px;
}
 .product-icon.view {
     top: 130px;
}
 .quickview {
     display: none;
}
 .slick-dots {
     text-align: center;
     padding-left: 0;
     margin-top: 10px;
}
 .slick-dots li {
     display: inline-block;
     margin: 0 5px;
     cursor: pointer;
}
 .slick-dots li button {
     color: transparent;
     height: 10px;
     width: 10px;
     padding: 0;
     border: 1px solid #007b82;
     border-radius: 50%;
     background: #007b82;
     outline: 0;
}
 .slick-dots li.slick-active button {
     background: #000;
     border-color: #000;
}
 .syotimer {
     margin-bottom: 40px;
}
 .syotimer-cell {
     display: inline-block;
     height: 65px;
     width: 65px;
     border-radius: 5px;
     background: transparent;
     border: 1px solid #e5e5e5;
     text-align: center;
     margin: 0 7px;
}
 @media (max-width: 575px) {
     .syotimer-cell {
         margin-right: 2px;
    }
}
 @media (max-width: 400px) {
     .syotimer-cell {
         height: 50px;
         width: 50px;
    }
}
 .syotimer-cell__value {
     font-size: 20px;
     color: #3f434e;
     margin-bottom: 0;
     line-height: 25px;
     margin-top: 8px;
}
 @media (max-width: 400px) {
     .syotimer-cell__value {
         font-size: 18px;
         line-height: 15px;
    }
}
 .syotimer-cell__unit {
     text-transform: capitalize;
     font-size: 12px;
     color: #3f434e;
}
 .syotimer.large .syotimer-cell {
     height: 100px;
     width: 100px;
}
 @media (max-width: 991px) {
     .syotimer.large .syotimer-cell {
         margin-bottom: 20px;
    }
}
 .syotimer.large .syotimer-cell__value {
     font-size: 25px;
     font-weight: 700;
     margin-top: 25px;
}
 .syotimer.large .syotimer-cell__unit {
     font-size: 14px;
     color: #898a8f;
}
 .syotimer.dark .syotimer-cell {
     background: #3f434e;
     border: 0;
}
 .syotimer.dark .syotimer-cell__value {
     color: #fff;
}
 .syotimer.dark .syotimer-cell__unit {
     color: #fff;
}
 .up-down {
     position: relative;
     -webkit-animation-name: up-down;
     animation-name: up-down;
     -webkit-animation-duration: 3s;
     animation-duration: 3s;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
}
 @-webkit-keyframes up-down {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     50% {
         -webkit-transform: translateY(7px);
         transform: translateY(7px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes up-down {
     0% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     50% {
         -webkit-transform: translateY(7px);
         transform: translateY(7px);
    }
     100% {
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 .nice-select ul {
     width: 100%;
     overflow-y: auto !important;
     max-height: 200px;
}
 @media (max-width: 991px) {
     .instagram-slider {
         overflow: hidden;
    }
}
 .instagram-slider .slick-list {
     overflow: visible;
}
 .instagram-post {
     position: relative;
}
 .instagram-post::before {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, 0.5);
     opacity: 0;
     visibility: hidden;
     transition: .2s ease;
}
 .instagram-post ul {
     position: absolute;
     left: 0;
     right: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     opacity: 0;
     visibility: hidden;
     transition: .2s ease;
}
 .instagram-post ul a {
     transition: .2s ease;
}
 .instagram-post ul a:hover {
     color: #ff4135 !important;
}
 .instagram-post:hover::before {
     visibility: visible;
     opacity: 1;
}
 .instagram-post:hover ul {
     visibility: visible;
     opacity: 1;
}
 .icon-lg {
     font-size: 45px;
     color: #898a8f;
}
 .icon-md {
     font-size: 35px;
     color: #3f434e;
}
 .social-icon-alt li {
     margin: 0;
}
 .social-icon-alt li:first-child {
     margin-left: 0;
}
 .social-icon-alt li a {
     padding: 12px;
     display: inline-block;
     color: #3f434e;
     transition: .2s ease;
}
 .social-icon-alt li a:hover {
     color: #ff4135;
}
 .atm-card-img {
     max-width: 40px;
}
 .categories-list li {
     flex-basis: 33.33%;
}
 .categories-list li:not(:last-child) {
     border-right: 1px solid #e5e5e5;
}
 .hover-zoom-img {
     overflow: hidden;
}
 .hover-zoom-img img {
     transition: .3s ease;
}
 .hover-zoom-img img:hover {
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
}
 .product-slider {
     overflow: hidden;
     cursor: -webkit-zoom-in;
}
 .product-slider .prevArrow, .product-slider .nextArrow {
     position: absolute;
     top: 40%;
     -webkit-transform: translateY(-60%);
     transform: translateY(-60%);
     z-index: 9;
     height: 50px;
     width: 50px;
     border-radius: 50%;
     background: rgba(255, 65, 53, 0.5);
     color: #fff;
     border: 0;
     font-size: 20px;
     line-height: 50px;
     opacity: 0;
     transition: all linear .2s;
}
 .product-slider .prevArrow:focus, .product-slider .nextArrow:focus {
     outline: 0;
}
 .product-slider .prevArrow:hover, .product-slider .nextArrow:hover {
     background: rgba(255, 65, 53, 0.5);
}
 .product-slider .prevArrow {
     left: -20px;
}
 .product-slider .nextArrow {
     right: -20px;
}
 .product-slider:hover .prevArrow {
     left: 20px;
     opacity: 1;
}
 .product-slider:hover .nextArrow {
     right: 20px;
     opacity: 1;
}
 .product-slider .slick-dots {
     margin-top: 10px;
     display: flex;
}
 .product-slider .slick-dots li:first-child {
     margin-left: 0;
}
 .product-slider .slick-dots li:last-child {
     margin-right: 0;
}
 .product-slider .slick-dots li img {
     height: auto;
     max-width: 100%;
}
 .product-slider span {
     display: block;
}
 .bootstrap-touchspin .input-group-btn-vertical > .btn {
     color: #3f434e;
     right: 9px;
}
 @media (max-width: 575px) {
     .bootstrap-touchspin .input-group-btn-vertical > .btn {
         right: 0;
    }
}
 .bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
     border-color: #e5e5e5;
}
 .bootstrap-touchspin-up {
     border-left: 1px solid #e5e5e5;
     border-bottom: 1px solid #e5e5e5;
}
 .bootstrap-touchspin-down {
     border-left: 1px solid #e5e5e5;
}
 .quantity {
     border-radius: 40px !important;
     position: relative;
}
 .payment-option h5 {
     -webkit-transform: translateY(-15px);
     transform: translateY(-15px);
     display: inline-block;
     margin-left: 15px;
     padding: 5px;
}
 .payment-option img {
     margin-top: -25px;
}
 .features-list {
     padding-left: 25px;
}
 .features-list li {
     position: relative;
     margin-bottom: 5px;
}
 .features-list li::before {
     position: absolute;
     content: "";
     height: 8px;
     width: 8px;
     background: #ff4135;
     border-radius: 50%;
     top: 8px;
     left: -25px;
}
 .customer-name {
     position: relative;
     margin-left: 30px;
}
 .customer-name::before {
     position: absolute;
     content: "";
     height: 1px;
     width: 20px;
     background: #222222;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     left: -30px;
}
 .flex-basis-15 {
     flex-basis: 15%;
}
 .flex-basis-55 {
     flex-basis: 55%;
}
 @media (max-width: 767px) {
     .select {
         line-height: 50px;
    }
}
 @media (max-width: 575px) {
     .select {
         line-height: unset;
    }
}
 .r-0 {
     right: 0;
}
 .shop-list li a:hover {
     color: #3f434e;
}
 .custom-checkbox {
     color: #898a8f;
     cursor: pointer;
}
 .custom-checkbox label {
     cursor: pointer;
}
 .custom-checkbox:hover {
     color: #3f434e;
}
 .custom-checkbox:hover .box {
     background: transparent;
     border: 1px solid #3f434e;
}
 .custom-checkbox.checked {
     color: #3f434e;
}
 .label {
     display: block;
     padding: 7px 0px 7px 30px;
     position: relative;
     width: 100%;
     margin-bottom: 0;
}
 .label input {
     display: none;
}
 .label input:checked ~ .box {
     background: #f2f3f5;
     border: 1px solid #3f434e;
}
 .label input:checked ~ .box::before {
     display: block;
}
 .box {
     height: 15px;
     width: 15px;
     border-radius: 50%;
     background: transparent;
     border: 1px solid #898a8f;
     position: absolute;
     top: 12px;
     left: 0;
}
 .box::before {
     position: absolute;
     content: "";
     height: 9px;
     width: 9px;
     border-radius: 50%;
     background: #3f434e;
     top: 2px;
     left: 2px;
     display: none;
}
/* custom radio */
 .radio {
     display: block;
     position: relative;
}
 .radio input:checked ~ .radio-box::before {
     position: absolute;
     content: "";
     height: 7px;
     width: 15px;
     background: transparent;
     border: 2px solid transparent;
     border-left-color: #fff;
     border-bottom-color: #fff;
     top: 40%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%) rotate(-45deg);
     transform: translate(-50%, -50%) rotate(-45deg);
}
 .radio-box {
     height: 30px;
     width: 30px;
     position: absolute;
     top: 0;
     left: 0;
     border-radius: 5px;
     cursor: pointer;
}
 .slider {
     margin-bottom: 20px;
}
 .slider.slider-horizontal {
     width: 100%;
     height: 4px;
}
 .slider.slider-horizontal .slider-track {
     height: 4px;
}
 .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
     margin-left: 0px;
}
 .slider-track {
     background: #f2f3f5;
     border-radius: 0;
     box-shadow: none;
}
 .slider-selection {
     background: #212329;
     box-shadow: none;
     border-radius: 0;
}
 .slider-handle {
     background: #fff;
     height: 13px;
     width: 13px;
     border: 3px solid #212329;
     margin-top: -7px;
}
 .page-item.active .page-link {
     color: #3f434e;
     background: transparent;
}
 .page-item .page-link {
     border: 0;
     color: #898a8f;
}
 .page-item .page-link:hover {
     background: transparent;
}
 .page-item .page-link:focus {
     box-shadow: none;
}
 .about-img-bg {
     position: relative;
}
 .about-img-bg::before {
     position: absolute;
     content: "";
     height: 365px;
     width: 365px;
     border-radius: 50%;
     right: 0;
     top: 55px;
     background: transparent;
     border: 40px solid #f2f3f5;
     z-index: -1;
}
 @media (max-width: 400px) {
     .about-img-bg::before {
         display: none;
    }
}
 .team-member .social-icons a {
     -webkit-transform: scale(0);
     transform: scale(0);
}
 .team-member:hover .social-icons a {
     -webkit-transform: scale(1);
     transform: scale(1);
}
 #map_canvas {
     height: 500px;
}
 @media (max-width: 575px) {
     #map_canvas {
         height: 300px;
    }
}
 .contact-icon {
     font-size: 40px;
     margin-right: 20px;
     color: #148a93;
}
 .account .block {
     background-color: #fff;
     border: 1px solid #e5e5e5;
     padding: 30px;
     margin: 100px 0;
}
 .account .block .logo {
     display: inline-block;
}
 .account .block a {
     color: #000;
}
 .account .block h2 {
     font-weight: 400;
     font-size: 25px;
     text-transform: uppercase;
     margin-top: 40px;
}
 .account .block form {
     margin-top: 40px;
}
 @media (max-width: 400px) {
     .account .block form .btn-main {
         padding: 14px 19px;
    }
}
 .account .block form p {
     margin-bottom: 20px;
}
 .account .block form input[type="email"], .account .block form input[type="password"], .account .block form input[type="text"] {
     border-radius: 0;
     box-shadow: none;
}
 .dashboard-menu .active {
     background: #ff4135;
     color: #fff;
     border: 1px solid #ff4135;
}
 .dashboard-menu li {
     padding: 0;
     margin: 0 3px;
}
 @media (max-width: 575px) {
     .dashboard-menu li {
         margin: 0 1px;
    }
}
 .dashboard-menu li a {
     padding: 10px 20px;
     border: 1px solid #e5e5e5;
     display: inline-block;
     color: #222222;
}
 @media (max-width: 767px) {
     .dashboard-menu li a {
         padding: 10px 15px;
    }
}
 @media (max-width: 575px) {
     .dashboard-menu li a {
         padding: 10px 4px;
    }
}
 @media (max-width: 400px) {
     .dashboard-menu li a {
         padding: 10px 8px;
         font-size: 12px;
         margin-bottom: 6px;
    }
}
 .dashboard-wrapper {
     border: 1px solid #e5e5e5;
     margin-top: 30px;
     padding: 20px;
}
 .dashboard-wrapper h2 {
     font-size: 18px;
}
 .dashboard-wrapper h4 {
     font-size: 16px;
}
 .dashboard-wrapper .user-img {
     width: 120px;
     border-radius: 100px;
}
 .dashboard-wrapper a {
     color: #222222;
}
 .dashboard-user-profile .user-img {
     width: 180px;
}
 .dashboard-user-profile .user-profile-list {
     margin-top: 30px;
     padding-left: 30px;
}
 .dashboard-user-profile .user-profile-list li {
     margin-bottom: 8px;
}
 .dashboard-user-profile .user-profile-list span {
     font-weight: bold;
     margin-right: 5px;
     width: 100px;
     display: inline-block;
}
 .page-404 {
     text-align: center;
}
 .page-404 h1 {
    font-size: 42px;
    line-height: 60px;
}
 @media (max-width: 575px) {
     .page-404 h1 {
         font-size: 40px;
         line-height: 50px;
    }
}
 @media (max-width: 400px) {
     .page-404 h1 {
         font-size: 35px !important;
         line-height: 40px;
    }
}
 @media (max-width: 767px) {
     .page-404 h1 {
         font-size: 35px;
         line-height: 40px;
    }
}
 .page-404 h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
 .page-404 .copyright-text {
     margin-top: 50px;
     font-size: 12px;
}
 .coming-soon {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     padding: 150px 0;
     height: 100vh;
}
 @media (max-width: 767px) {
     .coming-soon {
         height: 100%;
    }
}
 .block .syotimer-cell {
     height: 120px;
     width: 120px;
}
 @media (max-width: 991px) {
     .block .syotimer-cell {
         margin-bottom: 14px;
    }
}
 .block .syotimer-cell__value {
     font-size: 40px;
     margin-top: 30px;
     margin-bottom: 10px;
     color: #fff;
}
 .block .syotimer-cell__unit {
     font-size: 20px;
     color: #898a8f;
}
 .shopping .widget-title {
     font-weight: 400;
     border-bottom: 1px solid #e5e5e5;
     padding-bottom: 15px;
     margin-bottom: 15px;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-size: 16px;
}
 .checkout .block {
     padding: 15px;
     margin-bottom: 10px;
}
 .checkout-form .form-group {
     position: relative;
     margin-bottom: 8px;
}
 .checkout-form .form-group label {
     position: absolute;
     top: 14px;
     left: 15px;
     right: auto;
     bottom: auto;
     color: #898a8f;
     font-size: 10px;
     font-weight: 400;
     text-transform: uppercase;
     opacity: 1 !important;
     width: 85px;
}
 .checkout-form .form-group input {
     border-radius: 0;
     display: block;
     padding: 6px 10px 5px 100px;
     -moz-appearance: none;
     -webkit-appearance: none;
     height: 50px;
}
 .checkout-form .checkout-country-code .form-group {
     float: left;
}
 .checkout-form .checkout-country-code .form-group:first-child {
     width: calc(45% - 2px);
     margin-right: 4px;
}
 .checkout-form .checkout-country-code .form-group:last-child {
     width: calc(55% - 2px);
}
 .shopping.cart {
     display: unset;
}
 .shopping.cart .product-list .table .cart-amount th {
     background: #fff;
     padding: 10px;
     text-transform: uppercase;
}
 .shopping.cart .product-list .table > tbody > tr > td {
     vertical-align: middle;
}
 .shopping.cart .product-list .product-info a {
     margin-left: 10px;
     color: #000;
     font-weight: 600;
}
 .shopping.cart .product-list .product-remove {
     color: red;
     font-size: 20px;
}
 .shopping.cart .account-details {
     margin-top: 30px;
}
 .shopping.cart .account-details legend {
     font-weight: 600;
     font-size: 16px;
     text-transform: uppercase;
}
 .cart-table .btn {
     height: 30px;
     padding: 0 10px;
     background: transparent;
     color: #3f434e;
     border: 1px solid #e5e5e5;
}
 .cart-table .btn-primary:not(:disabled):not(.disabled).active, .cart-table .btn-primary:not(:disabled):not(.disabled):active, .cart-table .show > .btn-primary.dropdown-toggle {
     border-color: #e5e5e5;
}
 .cart-table .form-control {
     height: 30px;
     width: 40px;
     padding: 0 5px;
     flex: none;
}
 .cart-table .input-group {
     flex-wrap: nowrap;
}
 .w-100px {
     width: 100px;
}
 .product-checkout-details .product-card > a {
     padding-right: 20px;
}
 .product-checkout-details .product-card .price {
     margin-top: 15px;
     color: #898a8f;
}
 .product-checkout-details .product-card .media-object {
     width: 80px;
}
 .product-checkout-details .product-card h4 {
     font-weight: 400;
     font-size: 14px;
     color: #3f434e;
}
 .product-checkout-details .product-card .remove {
     font-size: 12px;
     cursor: pointer;
}
 .product-checkout-details .discount-code {
     border-top: 1px solid #e5e5e5;
     border-bottom: 1px solid #e5e5e5;
     margin: 20px 0 10px;
     padding: 10px 0;
}
 .product-checkout-details .discount-code p {
     margin: 0;
     color: #3f434e;
}
 .product-checkout-details .discount-code p a {
     font-weight: 400;
     color: #222222;
}
 .product-checkout-details .summary-prices {
     border-style: solid;
     border-color: #e5e5e5;
     border-width: 0px 0 1px 0;
     padding-bottom: 10px;
}
 .product-checkout-details .summary-prices li {
     padding: 5px 0;
}
 .product-checkout-details .summary-prices li span + span {
     float: right;
}
 .product-checkout-details .summary-total {
     margin-top: 5px;
}
 .product-checkout-details .summary-total > span {
     font-weight: 500;
     font-size: 18px;
}
 .product-checkout-details .summary-total span + span {
     float: right;
}
 .product-checkout-details .verified-icon {
     margin-top: 25px;
}
 .product-checkout-details .verified-icon img {
     width: 100%;
}
 .purchase-confirmation .purchase-confirmation-details {
     padding: 20px;
     border: 1px solid #e5e5e5;
}
 .purchase-confirmation .purchase-confirmation-details .table {
     margin: 0;
     color: #3f434e;
}
 .purchase-confirmation .purchase-confirmation-details .table b, .purchase-confirmation .purchase-confirmation-details .table strong {
     font-weight: 400;
}
 .empty-cart .block i {
     font-size: 50px;
}
.post {
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.post-media {
    margin-bottom: 30px;
}
.post-meta {
    margin-bottom: 20px;
}
.post-meta ul {
    padding-left: 0;
}
.post-meta ul li {
    display: inline-block;
    color: #898a8f;
    margin-right: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 200;
}
.post-meta ul li a:hover {
    color: #ff4135;
}
blockquote {
    padding: 10px;
    margin: 10px 0;
    background: rgb(0 123 130 / 30%);
    position: relative;
    border-left: 5px solid #007b82;
    padding-left: 15px;
}
.pagination .page-item .page-link {
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    background: #007b82;
    color: #fff;
}
.pagination .page-item .page-link.big {
     width: 100px;
}
.pagination .page-item.active .page-link {
    background: #fff;
    color: #000;
}
.pagination .page-item .page-link:hover {
    background: #fff;
    color: #ff4135;
}
 .post-comments ul {
     padding-left: 0;
}
 .post-comments img {
     margin-right: 10px;
}
 .post-comments .media-body p {
     margin-bottom: 30px;
     font-size: 14px;
}
 .comment-info time {
     margin-right:10px;
     font-size:14px;
     font-weight:500;
}
 .comment-button {
     color: #898a8f;
}
 .comment-button i {
     margin-right: 5px;
}
 .comment-author a {
    font-size: 14px;
    font-weight: 500;
}
 .subscription-modal button.close {
     position: absolute;
     right: 30px;
     top: 15px;
     cursor: pointer;
}
 .inner-wrapper {
     padding: 20px;
}
 .inner-wrapper .nav {
     border-bottom: 2px solid #ff4135;
}
 .inner-wrapper .nav-item {
     padding: 20px 15px;
     flex-basis: 33.3333%;
}
 .inner-wrapper .nav-item i {
     font-size: 20px;
     color: #ff4135;
}
 .inner-wrapper .nav-item.active {
     background: #ff4135;
}
 .inner-wrapper .nav-item.active i, .inner-wrapper .nav-item.active span {
     color: #fff;
}
 .inner-wrapper .form-control {
     margin-bottom: 30px;
}
 .border-box {
     border: 2px solid #e5e5e5;
}
 .marquee-list {
     display: inline-flex;
     list-style: none;
     margin-top: 5px;
}
 .marquee-two ul li {
     margin-left: 1em;
     margin-right: 1em;
}
 .marquee-two ul li a {
     color:#fff;
}
 .marquee-two {
     color: #ffffff;
     font-size: 16px;
     height: 35px;
     background: #5f7580;
}
 .marquee-one {
     color: #ffffff;
     text-align: center;
     font-weight: 600;
     font-size: 16px;
     height: 35px;
     background: #007b82;
}
 .exp li {
    margin-bottom: 5px;
}
 .exp li:before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 10px;
    margin: 0 10px 0 -25px;
}
 .free-form {
     background-color: #fff;
     padding: 15px;
     box-shadow: 0 1px 16px 4px #d0d0d0;
}
 .table tr th {
    background: #007b82;
    font-weight: 500;
    color: #fff;
}
.form-control.form-main {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #eee;
}
.form-control.main {
    border-radius: 0;
    border: 0 !important;
}
.form-control.pop {
    font-size: 15px !important;
    height: 40px;
    opacity: 1;
    border-radius: 0;
}
 .header-title {
     color: #fff;
     font-size: 16px;
     font-weight: 500;
     text-transform: uppercase;
     margin-bottom: 5px;
}
 .footer-title {
     color: #fff;
     font-size: 16px;
     font-weight: 600;
}
 .footer-title:after {
     height: 2px;
     background-color: #007b82;
     display: block;
     content: '';
     position: absolute;
     width: 40px;
     top: 30px;
}
.footer-link li {
     font-size: 14px;
}
 .auto-count {
     font-size: 44px;
     color: #d80027;
     font-weight: 900;
}
 .col-fnt-sec {
     font-size: 14px;
     font-weight: 600;
     line-height: 1.5;
}
 .card {
     margin-bottom:1em;
}
 .card-header {
     background-color: #fff;
}
 footer a:hover {
     color: red !important;
     text-decoration: none;
}
.banner-area {
     background-size: cover;
     -webkit-background-size: cover;
     -o-background-size: cover;
     -ms-background-size: cover;
     -moz-background-size: cover;
     position: relative;
     z-index: 0;
}
.banner-text h1 {
    font-weight: 800;
    font-size: 32px;
}
 .para-title p {
     font-size: 22px;
     margin-top: 1em;
     margin-bottom: 5px;
     font-weight: 600;
     color: #1d2634;
}
.bg-info {
    background-color: #007b82 !important;
}
.CustomBtn {
    padding:4px 15px;
    font-size:15px;
    border-radius:0;
}
.CalBtn {
    padding: 3px 30px;
    font-size: 15px;
    border-radius: 0;
}
.form-step {display: none;}
.form-step.active {display: block;}
.error {color: red;font-size: 14px;}
 .rouded-img {
     width: 110px;
     border-radius: 50%;
     text-align: center;
     margin: 0 auto;
     border: 5px solid #fff;
     box-shadow: 0 0 10px 0 rgba(18,29,39,.12);
}
.slanting-pattern-small {
    background: url('../images/icons/slanting-pattern.png');
    padding-top: 4px;
    padding-bottom: 4px;
}
.contact ol li:before {
     font-family: FontAwesome;
     font-size: 17px;
     color: #23bf5d;
     content: '\f058';
     margin: 0 10px 0 -25px;
}
 .right-side-title {
     text-align: center;
     padding: 6px;
     background: #f2f2f2;
}
 .sidebar-title {
     font-size: 18px;
     padding: 0.5em;
     color: #fff;
     font-weight: 600;
     text-align: center;
     background: #148a93;
}
.sidebar ul li {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    background: #f2f2f2;
}
.sidebar ul li a {color:#000;}
.sidebar ul li.active {background:#148a93;color:#fff;}
.form-background {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 1px 16px 4px #d0d0d0;
}
 .sidebar {
    margin-bottom: 30px;
}
 .sidebar ul {
     padding: 0;
}
 .sidebar ul li label {
     float: right;
     color: #008297;
     font-size: 16px;
}
 .ssticky {
    position: sticky;
    top: 90px;
    padding-top: 0;
    flex-basis: calc(100% - 400px - 60px);
    flex-grow: 1;
    box-shadow: 0 0 8px 0 #c1c1c1;
    border-radius: 10px;
}
 .ourworks-box{
     width: 60%;
     justify-content: center;
     text-align: center;
}
 .our-works-head{
     font-size: 30px;
     font-weight: 400;
     color: black;
}
 .introduce{
     height: 230px;
     background-color: white;
     box-shadow: 0 3px 10px #5969f642;
     border-bottom: 4px solid #148a93;
     color: black;
}
.swal-modal {border-radius:0;}
.swal-footer {text-align:center;}
.swal-text {text-align:center;}
.swal-button {background-color:#17a2b8;border-radius:0;padding:5px 50px}
.swal-button:focus {utline: none;box-shadow: none;}
.introduce:hover{
    box-shadow: 0 3px 15px #5969f666;
    border-bottom: 4px solid #B122e5;
    color: black;
    text-decoration: none;
}
.flex-column-1{
     width: 100%;
}
 .flex-column-2{
     height: 30%;
     width: 100%;
     align-items:center;
}
 .text-gray{
     color: gray;
}
 .pic{
     height: 70px;
     width: 70px;
     margin-left: 20px;
     border-radius: 50%;
     transition: all .2s ease-in-out;
}
 .pnp-program {
    padding: 5px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #919191;
    margin-bottom: 30px;
}
 .pnp-heading {
    margin-top: -12px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}
 .pnp-para {
    font-size:14px;
}
 .pnp-icon {
     width: 40px!important;
     position: relative;
     top: -50px;
     margin-left: 10px;
     border: 5px solid #fff;
     border-radius: 50%;
}
 .introduce:hover .pic{
     transform: scale(1.1);
}
 .carousel-indicators .active{
     background-color: #46eeaa;
}
 .carousel-indicators li{
     background-color: #c8e5ff;
}
 .carousel-indicators{
     bottom: -50px;
}
 .saskatchewannews {
     border-bottom: 2px solid #222222;
}
/* custom radio */
.radioWrapper {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     flex-wrap: wrap;
     position: relative;
}
.radioToolbar {
     width: auto;
     display: inline-block;
     margin: 0.3em;
}
.radioToolbar input[type=radio] {
     position: absolute;
     width: 1px;
     height: 1px;
     margin: 0;
     margin-top: 4px;
     outline: 0;
     border: 1px solid transparent;
     background-color: transparent;
     visibility: visible !important;
     opacity: 0 !important;
}
.radioToolbar label {
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50px;
    color: #007b82;
    font-weight: normal;
    border: 1px solid #007b82;
    width: auto;
    text-align: center;
}
.radioToolbar input[type=radio]:checked+label, .radioToolbar input[type=radio]:focus+label {
     background: #148a93;
     color: #fff;
     z-index: 2;
}
/* custom radio */

 ul.calculator {
     margin-left: 0px;
}
 ul.calculator li {
     list-style-type: none;
     margin-bottom: 5px;
     background-color: #f2f3f5;
     font-size: 15px;
}
 ul.calculator li a {
     display: block;
     position: relative;
     padding: 5px 15px;
     border-left: 0px;
     color: #000;
}
 a.border-tab {
     border-right: 5px solid #17a2b8;
     text-align: right;
}
 .badge {
     border-radius: 20px;
     padding: 4px 10px;
     font-size: 12px;
     color: white;
}
 .calculator_res_green {
     font-weight: 600;
     color: #fff;
     background: #17a2b8;
     padding: 10px;
     font-size: 20px;
}
.choose-country .text-secondary {
    font-weight: 700;
}
 .choose-country img {
     width: 45px;
     border-radius: 50%;
     text-align: center;
     margin: 0 auto;
     border: 5px solid #fff;
     box-shadow: 0 0 10px 0 rgba(18,29,39,.12);
}
 .featur-line {
    height: 2px;
    content: '';
    width: 50px;
    background-color: #007b82;
    margin-left: 42%;
    margin-top: 5px;
}
 .call-text {
     background: lightcyan;
     border-radius: 30px;
     text-align: center;
     padding: 1em;
}
 span#visa_score2, span#age_score2, span#english_score2, span#ove_work_score2, span#aus_work_score2, span#qual_score2, span#aus_qual_score2, span#aus_qual_reg_score2, span#special_qual_score2, span#translator_score2, span#partner_score2, span#prof_year_score2 {
     display: none;
}

/* WhatsApp Message */
.hidden {
    display: none;
}
.sticky-button {
    position: fixed;
    background: linear-gradient(#075E54, #128C7E);
    bottom: 20px;
    left: 20px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    z-index: 20;
    overflow: hidden;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.sticky-button svg {
    margin: auto;
    fill: #fff;
    width: 35px;
    height: 35px;
}
.sticky-button a,.sticky-button label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.sticky-button label svg.close-icon {
    display: none;
}
.sticky-chat {
    position: fixed;
    bottom: 70px;
    left: 20px;
    width: 320px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
}
 .sticky-chat a {
    text-decoration: none;
    color: #505050;
}
.sticky-chat svg {
    width: 35px;
    height: 35px;
}
.sticky-chat .chat-content {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    overflow: hidden;
    font-weight: 400;
}
.sticky-chat .chat-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: linear-gradient(#075E54, #128C7E);
    overflow: hidden;
}
.sticky-chat .chat-header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 75px;
    background: rgba(0,0,0,.040);
    border-radius: 70px 0 5px 0;
}
 .sticky-chat .chat-header svg {
     width: 35px;
     height: 35px;
     flex: 0 0 auto;
     fill: #fff;
}
.sticky-chat .chat-header .title {
     padding-left: 15px;
     font-size: 16px;
     font-weight: 600;
     color: #fff;
}
 .sticky-chat .chat-header .title span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: 1.58em;
    margin: 0;
    color: #f4f4f4;
}
.sticky-chat .chat-text {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 20px;
    font-size: 12px;
}
 .sticky-chat .chat-text span {
    display: inline-block;
    margin-right: auto;
    padding: 10px;
    color: #fff;
    background-color: #009688;
    border-radius: 0px 15px 15px;
}
.sticky-chat .chat-text span:after {
    content: 'just now';
    display: inline-block;
    margin-left: 10px;
    font-size: 9px;
    color: #eee;
}
.sticky-chat .chat-text span.typing {
    margin: 15px 0 0 auto;
    padding: 10px;
    border-radius: 15px 0px 15px 15px;
}
.sticky-chat .chat-text span.typing:after {
    display: none;
}
.sticky-chat .chat-text span.typing svg {
    height: 13px;
    fill: #fff;
}
.sticky-chat .chat-button {
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    outline: none !important;
}
.sticky-chat .chat-button svg {
    width: 20px;
    height: 20px;
    fill: #009688;
    margin-left: auto;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
}
.chat-menu:checked+.sticky-button label {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.chat-menu:checked+.sticky-button label svg.chat-icon {
    display: none;
}
.chat-menu:checked+.sticky-button label svg.close-icon {
    display: table-cell;
}
.chat-menu:checked+.sticky-button+.sticky-chat {
    bottom: 90px;
    opacity: 1;
    visibility: visible;
}

/* Notification Message */
.wrapper {
    position: fixed;
    bottom: 0;
    right: -380px;
    max-width: 320px;
    width: 100%;
    border-radius: 20px;
    padding: 2px 10px 10px;
    transition: right 0.3s ease;
}
.wrapper.show {
  right: 20px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.wrapper .data {
  margin-top: 10px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 0;
  border-radius: 25px;
  background: #4070f4;
  cursor: pointer;
  width: 25px;
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
    border: none;
    background-color: #fff;
    color: #007b82;
    border-radius: 50px;
}

 .enquiry-now {
    text-align: left;
    position: fixed;
    transform: rotate(270deg);
    left: -70px;
    top: 50%;
    z-index: 10;
}
 .form-control.model-form {
     border-radius: 0;
     background: 0 0;
     border: none!important;
     border-bottom: 1px solid #848484!important;
     font-size: 16px;
     padding-left: 5px;
}
 .s-soft{
     position: fixed;
     top: 35%;
     left: 10;
     z-index: 1000;
     transition:all linear 0.2s ;
}
 .s-item {
     display: block;
     width: 40px;
     height: 40px;
     color: white;
     font-size: 18px;
     line-height: 40px;
     text-align: center;
     transition: all linear 0.2s;
}
 .s-item:hover {
     width:75px;
     border-radius:0px 20px 20px 0px;
}
 #so-open {
     position: fixed;
     top: 100px ;
     left: -90px;
     border-radius:0 30px 30px 0;
     transition:all linear 0.2s ;
}
 .facebook {
    background-color: #3b5999;
}
 .twitter {
    background-color: #3AAFD6;
}
 .print {
    background-color: #de3c7d;
}
 .pinterest{
    background-color: #BD081C;
}
 .linkedin{
    background-color: #0e76a8 ;
}
 .instagram{
    background-color: #c32aa3;
}
 .youtube {
    background-color: #ff4135;
}
 .so-collapse{
    left: -60px;
}


/* ielts */
.adjust {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 25px 10px 25px 10px;
}
.counter-area {
    display: flex;
    align-items: center;
}
#gre-stats h3 {
    color: #385067;
    margin: 0;
}
#gre-stats p {
    color: #d80027;
    font-size: 18px;
    line-height: 1;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .single-cool-fact {
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
hr.rounded {
    border-top: 3px solid #007b82;
    border-radius: 5px;
    width: 170px;
}
.country-study {
    border: 1px solid #49505724;
    padding: 20px;
    padding-top: 20px;
    text-align: center;
    background: #f2f2f2;
    transition: 0.3s;
    margin-top: 20px;
    -webkit-border-radius: 20px;
}
.country-study:hover {
    box-shadow: 0px 14px 19px 0px lightgray;
}
.banner-section {
    background: linear-gradient(to right,#00497c 0,#118c94 100%);
}
.form-title {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}
.post-content h2 {
    font-size: 24px !important;
}
.post-content li {
    background: #fff;
}
.post-content ul li:before {
    font-family: FontAwesome;
    font-size: 16px;
    color: #007b82;
    content: '\f0a4';
    font-weight: 900;
    margin: 0 8px 0 -35px;
}
.post-content ul li a {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #007b82;
}
.vancouver-popup {
    background-image: url('../images/icons/promo-bg.svg');
    background-color: #01406c;
    background-repeat: no-repeat;
    width: 810px;
}
.close {
    color: #fff;
    opacity: 1;
}
.font-18{
    font-size: 18px;
    font-weight: 600;
}
.top-images{
    border: 2px solid #fff;
    border-top-right-radius: 80px 80px;
    border-bottom-left-radius: 80px 80px;
}
.indicator{color: #fff;padding: 0 1em;border-radius: 50px;background: #000;}
/* faq */
.set{
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #fff;
}
.set > a {
    color: #1d2634;
    display: block;
    padding: 8px 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
.set > a i{
    float: right;
    margin-top: 2px;
}
.set > a.active{
    background-color:#f2f2f2;
    border-radius:30px;
    border:none;
}
.content{
    background-color: #fff;
    display:none;
}
.content p{
    padding: 10px 20px;
    margin: 0;
}

/*media Query travel support*/

@media (max-width: 767px) {
    .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 40px;
}
.top-social ul li a {
    color: #fff;
    font-size: 14px;
    transition: 400ms;
    padding: 0px 10px;
    border-right: 1px dotted #fff;
}

}
@media (max-width: 440px) {
	 .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 44px!important;
}
}


@media (max-width: 423px) {
	 .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 42px;
}
.top-social ul li a {
    color: #fff;
    font-size: 14px;
    transition: 400ms;
    padding: 0px 10px;
    border-right: 1px dotted #fff;
}
}

@media (max-width: 420px) {
	 .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 38px;
}
.top-social ul li a {
    color: #fff;
    font-size: 14px;
    transition: 400ms;
    padding: 0px 10px;
    border-right: 1px dotted #fff;
}
	

}

@media (max-width: 411px) {
	 .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 37px;
}
}

@media (max-width: 375px) {
	 .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 27px!important;
}
}
@media (max-width: 360px) {
	 .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 24px;
}
}

@media (max-width: 340px) {
	 .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 14px!important;
}
}
/***************************/
@media (max-width: 320px) {
	 .top-bar {
    display: block !important;
}

.contact-infor {
    padding: 0.5px 14px;
}
}
/***************************/
