body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000 !important;
}
body.offcanvas-active {
    overflow: hidden;
}
.container {
    max-width: 1300px;
    width: 100%;
}
::-webkit-input-placeholder {
    font-size: 12px;
}
:-moz-placeholder {
    font-size: 12px;
}
.heading {
    text-align: center;
    margin-bottom: 50px;
}.heading h1 {
    font-size: 18px;
    font-weight: 400;
}
.heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.title h3 {
    font-size: 24px;
    color: #ef7c00;
    font-weight: 600;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    position: relative;
}
.top-header {
    background: #096fd2;
    padding: 4px 0;
}
.top-header a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.logo {
    display: inline-block;
}
.logo img {
    width: 60%;
}
.navbars_bar {
    display: inline-block;
    float: right;
}
.offcanvas-header {
    display: none;
}
.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 16px;
    letter-spacing: 0.5px;
}
li.nav-item.active a {
    color: #147ac0 !important;
}
.navbar {
    padding: 0.5rem 0;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #147ac0 !important;
}
.dropdown-item.active,
.dropdown-item:hover {
    background-color: #009fe0;
    color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009fe0;
}
.dropdown-menu li {
    border-bottom: 1px solid#e4e4e4;
}
ul.navbar-nav .dropdown-item {
    line-height: 30px;
    font-size: 14px;
    transition: 0.6s;
}
.dropdown-menu li:last-child {
    border-bottom: none;
}
ul.dropdown-menu.sub-menu.show:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f106";
    top: -20px;
    font-size: 22px;
    left: 22px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    color: rgba(0, 0, 0, 0.15);
}
ul.dropdown-menu.sub-menu.show li a span {
    float: right;
    font-size: 10px;
    color: #000;
}
button.d-lg-none.btn.toggle-bar {
    font-size: 30px;
}
button.btn.btn-close.float-right {
    font-size: 30px;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
@media all and (max-width: 992px) {
    .offcanvas-header {
        display: block;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        background: #fff;
    }
}
@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
.dropdown-toggle::after {
    display: none;
}
.navbars_bar.wow.fadeInRight {
    margin-top: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 2rem;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}
span.carousel-control-prev i.fal.fa-chevron-left {
    background: #00a0e3;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
span.carousel-control-next i.fal.fa-chevron-right {
    background: #00a0e3;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.breadcrumb-item-bg{
	background-color: #e9ecef;
}
.breadcrumb_bg {
    padding: 200px 0;
    background-position: center !important;
    background-size: cover !important;
}
.breadcrumb {
    display: inline-flex;
    border-radius: 0px 0px 0px 0;
    margin-bottom: 0px;
}
.breadcrumb a {
    color: #000;
    text-decoration: none;
}
li.breadcrumb-item.active {
    color: #147ac0;
}
.about-cn h3 {
    font-size: 24px;
    color: #ef7c00;
    font-weight: 600;
    font-family: Jost, sans-serif;
}
.about-cn p {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 26px;
}
.about-cn a {
    background: #ef7c00;
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.6s;
    text-decoration: none;
}
.about-cn a:hover {
    border-radius: 50px;
}
.clients-img img {
    height: 100px;
    background: #fff;
}
.clients-img img {
    height: 80px;
    display: inline-grid;
    align-items: center;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s;
    background: #fff;
}
.clients-img {
    position: relative;
    overflow: hidden;
    border: 1px solid#ccc;
    box-sizing: border-box;
    transition: transform 0.5s;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.3s ease-in-out;
}
.clients-img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: #fff;
    filter: none;
    -webkit-filter: grayscale(0);
}
.about_content h1 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    color: #009fe0;
}
.feature-box-list h2 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    color: #009fe0;
}
.about_content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.about_overview h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #009fe0;
    margin-top: 20px;
}
.about_overview ul li {
    list-style: decimal;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.about_overview ol li {
    list-style: decimal;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.about_overview ul {
    padding: 0;
    margin: 10px;
}
.about_content img {
    border-radius: 100%;
    border: 5px solid#cccccc7a;
}
.about_content.wow.slideInRight {
    border: 1px solid#ccc;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.about_overview ol {
    padding: 0;
    margin: 10px;
}
.single-list-feature {
    background: #ffff;
    padding: 10px;
    margin-bottom: 25px;
    padding-left: 55px;
}
.features-main .single-list-feature h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.features-main .single-list-feature p {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}
.features-main .single-list-feature svg {
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: 25px;
    width: 37px;
    color: #f3a712;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    border-radius: 100%;
}
.features-main .single-list-feature svg:before {
    position: relative;
    z-index: 4;
}
.features-main .single-list-feature svg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f3a712;
    content: "";
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    z-index: 3;
}
.features-main .feature-btn {
    margin-top: 20px;
}
.features-main .bizwheel-btn.theme-2:hover {
    background: #fff;
    color: #f3a712;
}
.single-list-feature svg {
    width: 15%;
}
.features-main {
    margin-top: 160px;
}
.features-main h2 {
    font-size: 24px;
    font-weight: 700;
}
.features-main p {
    font-size: 14px;
    line-height: 30px;
}
.why_choose_sec {
    margin-top: 120px;
}
.why_choose_info img {
    width: 100%;
    border-radius: 10px;
}
.why_choose_info {
    margin-bottom: 15px;
}
.product_info img {
    width: 100%;
    height: 250px;
    display: inline-grid;
    align-items: center;
    object-fit: cover;
}
.product_info {
    text-align: center;
    border: 1px solid#ccc;
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    margin-bottom: 25px;
}
.product_info a img {
    transition: 0.6s;
    position: relative;
    overflow: hidden;
}
.product_info a img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.5;
}
.product_info h5 {
    position: relative;
    font-size: 16px;
    overflow: hidden;
    background: #fff;
    padding: 15px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 2px;
    line-height: 22px;
    height: 48px;
}
.product_info a {
    text-decoration: none;
    color: #000;
}
footer {
    overflow: hidden;
}
.footer_dark {
    background: -moz-linear-gradient(-45deg, #8400fc 0, #11def4 100%);
    background: -webkit-linear-gradient(-45deg, #8400fc 0, #11def4 100%);
    background: linear-gradient(135deg, #8400fc 0, #11def4 100%);
    position: relative;
}
.footer_top {
    padding: 100px 0 20px;
}
footer p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.bottom_footer p a {
    color: #fff;
}
footer .widget_title {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
.widget_links li {
    list-style: none;
    padding-bottom: 10px;
}
.widget_links li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.bottom_footer {
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #2fbbca;
}
.footer_bg {
    background-image: url(../images/footer_shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.widget_contact_form {
    background-color: #fff;
    padding: 20px 30px 30px;
    margin-top: -190px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 43px;
}
.footer-wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 44px;
    background-image: url(../../assets/image/wave_shape3.png);
    -webkit-animation: move_wave_reverse 10s linear infinite;
    -moz-animation: move_wave_reverse 10s linear infinite;
    -o-animation: move_wave_reverse 10s linear infinite;
    animation: move_wave_reverse 10s linear infinite;
    right: 0;
    left: auto;
}
@-webkit-keyframes move_wave_reverse {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
    }
    50% {
        -webkit-transform: translateX(25%) translateZ(0);
    }
    100% {
        -webkit-transform: translateX(50%) translateZ(0);
    }
}
@-moz-keyframes move_wave_reverse {
    0% {
        -moz-transform: translateX(0) translateZ(0);
    }
    50% {
        -moz-transform: translateX(25%) translateZ(0);
    }
    100% {
        -moz-transform: translateX(50%) translateZ(0);
    }
}
@-o-keyframes move_wave_reverse {
    0% {
        -o-transform: translateX(0) translateZ(0);
    }
    50% {
        -o-transform: translateX(25%) translateZ(0);
    }
    100% {
        -o-transform: translateX(50%) translateZ(0);
    }
}
@keyframes move_wave_reverse {
    0% {
        transform: translateX(0) translateZ(0);
    }
    50% {
        transform: translateX(25%) translateZ(0);
    }
    100% {
        transform: translateX(50%) translateZ(0);
    }
}
.newsletter_form form {
    position: relative;
}
.newsletter_form input.form-control-sm {
    height: 50px;
    padding: 10px 140px 10px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: none;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: none;
}
.newsletter_form button {
    position: absolute;
    right: 5px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 8px 25px;
    background: #0d556a;
}
.input_tran_white input,
.input_tran_white input:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: none;
}
.newsletter_form ::-webkit-input-placeholder {
    color: #fff;
}
.newsletter_form ::-moz-placeholder {
    color: #fff;
}
.newsletter_form :-ms-input-placeholder {
    color: #fff;
}
.newsletter_form :-moz-placeholder {
    color: #fff;
}
.contact_detail,
.social_icons {
    font-size: 0;
    padding: 0;
}
ul.widget_links {
    padding: 0;
}
.social_icons li {
    display: inline-block;
    padding: 0 15px 5px 0;
}
.social_icons li a {
    font-size: 18px;
    color: #003b77;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(130, 136, 184, 0.2);
}
.forms-sec .form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #b7b7b7;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #f6f6f6;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: 0.3s ease-in-out;
}
.forms-sec textarea.form-control {
    height: 191px;
    min-height: 50px;
    max-height: 250px;
    resize: vertical;
}
button.bttn {
    background: #fff;
    border: none;
    outline: 0;
}
.client-img {
    margin-bottom: 15px;
    border: 1px solid#ccc;
    overflow: hidden;
    position: relative;
}
.client-img img {
    width: 100%;
    transition: 0.6s;
}
.client-img img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
section.client_page .client-img {
    margin-bottom: 30px;
}
.contact_info ul {
    padding: 0;
}
.contact_info li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fbfdff;
    padding: 25px;
    padding-left: 60px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
    vertical-align: sub;
}
.contact_info li i {
    position: absolute;
    left: 10px;
    color: #212c6c;
    font-size: 18px;
    background: #d4cfcf;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.contact_info ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.contact_info ul li a span {
    display: block;
    font-weight: 400;
}
.contact_form form .form-control {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}
button.btn.submit_btn {
    background: #147ac0;
    border: none;
    color: #fff;
    padding: 10px 30px;
}
.contact_us_page h4 {
    background: #147ac0;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    font-weight: 500;
}
.our_certificate img {
    width: 50%;
    margin-bottom: 20px;
}
.our_certificate {
    border: 1px solid#ccc;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}
.our_certificate a {
    text-decoration: none;
    display: block;
}
.our_certificate a p {
    color: #000;
    text-decoration: none;
}
.single_product_info {
    padding: 10px 0;
}
.single_product_info h4 {
    font-size: 21px;
    color: #147ac0;
}
.single_product_info p {
    margin-bottom: 5px;
    font-size: 16px;
}
.single_product_info p span {
    font-weight: 600;
}
.single_product_info ul {
    padding: 0;
    padding-left: 15px;
}
.single_product_info li {
    font-size: 14px;
    line-height: 30px;
}
.product_img {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px 15px 10px 0;
}
.table td,
.table th {
    padding: 8px 20px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
}
.single_product_img {
    border: 1px solid#ccc;
}
.additional_info h5 {
    font-size: 18px;
}
.additional_info {
    font-size: 15px;
    line-height: 32px;
}
.single-slider {
    border: 1px solid#ccc;
}
.item-slick.slick-slide.slick-current.slick-active {
    outline: 0 !important;
}
.slider-for {
    margin-bottom: 15px;
}
.slider-for img {
    width: 100%;
    min-height: 100%;
}
.slider-nav {
    margin: auto;
}
.slider-nav .item-slick {
    max-width: 240px;
    margin-right: 15px;
    outline: 0 !important;
    cursor: pointer;
}
.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
button.slick-prev.slick-arrow {
    background: #147ac0;
    outline: 0;
    border: none;
    color: #fff;
    padding: 5px 10px;
}
button.slick-next.slick-arrow {
    background: #147ac0;
    outline: 0;
    border: none;
    color: #fff;
    padding: 5px 10px;
}
button.btn.enquire_now {
    background: #147ac0;
    color: #fff;
    padding: 10px 40px;
    outline: 0;
}
.contact-us_form label {
    font-size: 14px;
}
.btn_whatsapp {
    background: #41d251;
    color: #fff;
    padding: 10px 40px !important;
    outline: 0;
    border-radius: 0;
}
.btn_whatsapp:hover{
	color: #fff;
}
section.category-item {
    background: #096fd2;
    padding: 80px;
}
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    margin: 0;
    cursor: pointer;
    border: 5px solid#fff;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgb(39 39 41 / 80%) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgb(39 39 41 / 80%) 75%);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h2 {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 21px;
}
figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.life-yasha {
    background: #f6f6f6;
    padding: 50px 0;
}
.about-yasha-office {
    background: #fff;
    text-align: center;
    padding: 25px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
    margin-bottom: 30px;
}
.about-yasha-office img {
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 15px;
}
.about-yasha-office p {
    line-height: 32px;
}
.life-yasha .pd-50 {
    padding: 0 50px;
}
.page-content h1 {
    font-size: 26px;
    color: #096fd2;
}
.page-content h2 {
    font-size: 21px;
    color: #096fd2;
}
.page-content h3 {
    font-size: 18px;
    color: #096fd2;
}
.page-content p{
    font-size: 15px;
    line-height: 30px;
}


.fixed-button {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  -webkit-animation: button-updown 1s infinite alternate;
  -moz-animation: button-updown 1s infinite alternate;
  animation: button-updown 1s infinite alternate;
}
.whatsapp-button {
  right: 20px;
  background: #4ec95c;
}
.fixed-button a {
  display: block;
}
.whatsapp-button a {
  color: #fff;
}
@-webkit-keyframes button-updown {
  0% {
    -webkit-transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes button-updown {
  0% {
    -moz-transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(-15px);
  }
}
@keyframes button-updown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}

