* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
button:hover {
    cursor: pointer;
}
.flaticon_icon i {
    font-size: 50px;
    margin: 5px;
    border: 1px solid #000;
    padding: 15px;
    display: inline-flex;
    width: 30%;
    justify-content: space-between;
    background-color: var(--kisroli-primary);
    color: var(--kisroli-white);
}
.flaticon_icon i span,
.font_awesome1 i span {
    font-size: 18px;
}
.font_awesome1 i {
    font-size: 25px;
    margin: 5px;
    font-weight: 900;
    border: 1px solid #000;
    padding: 15px;
    display: inline-flex;
    font-family: 'Font Awesome 5 Free';
    width: 30%;
    justify-content: space-between;
    background-color: var(--kisroli-primary);
    color: var(--kisroli-white);
}
:root {
    --primary: #42974f;
    --secondary: #0162af;
    --kisroli-primary: #483f42;
    --kisroli-bg: #e3d0bf;
    --kisroli-white: #ffffff;
    --kisroli-black: #000000;
}
h2 {
    color: var(--kisroli-primary);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}
nav,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0 {
    margin-left: 0px !important;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
section {
    padding-top: 70px;
    padding-bottom: 70px;
    float: left;
    width: 100%;
}
ul,
p {
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
    height: auto;
}
.gray-bg {
    background-color: #e1e3e5;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/******************Slider***********************/
.pic,
.pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left,
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--kisroli-white);
}
#slider .carousel-control .fa-angle-right {
    right: 5px;
    background: var(--kisroli-white);
}
#slider .carousel-control .fa-angle-left,
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: var(--kisroli-primary);
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}
.slider01 {
    background: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slider01.sbg1 {
    background-image: url(./images/slider/tradslider1.webp);
}
.slider01.sbg2 {
    background-image: url(./images/slider/tradslider22.webp);
}
.slider01.sbg3 {
    background-image: url(./images/slider/tradslider3.webp);
}
.slider-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--kisroli-black);
    text-align: left;
}
.slide-sub-title {
    font-style: normal;
    font-size: 60px;
    color: var(--kisroli-black);
    font-weight: 700;
    padding: 0px 0px 15px;
    text-transform: uppercase;
}
.slider-description {
    color: var(--kisroli-black);
    font-weight: 500;
    margin: 0px 0 20px;
}
.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}
/************top header***************/
.header-top {
    position: relative;
    padding: 5px 0px;
    background-color: var(--kisroli-primary);
    float: left;
    width: 100%;
}
.header-top .top-left {
    position: relative;
    float: left;
}
.header-top .info-list {
    position: relative;
    line-height: 1;
}
.header-top .info-list li {
    position: relative;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}
.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: var(--kisroli-white);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    line-height: normal;
}
.header-top .top-right {
    position: relative;
    float: right;
}
.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
}
.header-top .info-list li .icon {
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kisroli-white);
    margin-right: 10px;
    float: left;
}
.apply_job a {
    background: var(--primary);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}
.logo img {
    width: 120px;
    height: auto;
}
.logo {
    width: 100%;
    height: auto;
}
.navbar {
    padding: 0 !important;
}
.menutop ul li a {
    color: #000;
    padding: 8px 10px;
    position: relative;
    font-weight: 500;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    text-transform: uppercase;
    line-height: normal;
    margin: 3px;
}
ul.navbar-nav>li.active>a {
    background: var(--kisroli-primary);
    color: var(--kisroli-white) !important;
    border-radius: 5px;
}
ul.navbar-nav>li:hover>a {
    background: var(--kisroli-primary);
    color: var(--kisroli-white) !important;
    border-radius: 5px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background: var(--kisroli-primary);
    color: var(--kisroli-white) !important;
}
.dropdown-menu {
    text-align: left;
    background: var(--kisroli-bg);
    z-index: 100;
    min-width: 220px;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.dropdown-menu li a {
    color: #000000 !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize !important;
    padding: 15px;
    color: #fff;
    line-height: normal !important;
    margin: 0 !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    flex-direction: row;
    justify-content: end;
}
/*******************btn*********************/
.btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    background-color: var(--secondary);
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
.btn a:before {
    background: #000 !important;
}
.btn a:before,
.btn a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--primary);
    z-index: 9;
    transition: all .35s;
}
.btn a:before {
    opacity: .5;
}
.btn a:after {
    transition-delay: .2s;
}
.btn a:hover {
    color: #fff;
}
.btn a:hover:before,
.btn a:hover:after {
    top: 0;
}
.btn:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
}
button.btn.btnone a {
    padding: 14px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid;
}
/* Footer */
.main-footer.style-two {
    position: relative;
    padding-bottom: 50px;
}
.main-footer .footerpattern {
    background-image: url(./images/shape/footerbgpattern3.webp);
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.links-widget .widget-content {
    position: relative;
}
.links-widget ul li {
    position: relative;
}
.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.contact-widget .social-links {
    position: relative;
}
.contact-widget ul.list li {
    position: relative;
    display: flex;
    font-weight: 500;
}
.contact-widget .social-links li a {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}
.contact-widget .social-links li a span {
    position: relative;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--kisroli-primary);
    transition: .5s;
    z-index: 2;
    border-radius: 50%;
}
.contact-widget .social-links li a:hover:before {
    top: 0;
}
.contact-widget .social-links li a:hover span {
    color: var(--kisroli-white);
    transform: rotateY(360deg);
}
footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}
.copyright-text {
    position: relative;
    font-weight: 500;
    color: #fff;
    margin-top: 9px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
    line-height: 24px;
    transition: all 0.3s ease 0s;
}
.widgets-section li {
    margin-bottom: 10px;
}
.contact-widget ul.list i {
    margin-right: 10px;
}
.contact-widget ul.list {
    margin-bottom: 20px;
}
.copyright-text.text-right {
    text-align: right;
}
.copyright-text a {
    text-decoration: none;
}
section.bottom_footer {
    padding: 0px;
    background: var(--secondary);
    padding-bottom: 6px;
}
ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}
.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}
.hover-content-heading a {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}
.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}
.website-tag-part {
    float: left;
    width: 100%;
}
.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--secondary);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--secondary);
    font-size: 13px;
}
.hover-content-heading a:hover {
    background: var(--secondary);
}
h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}
/* Testimonial Section */
.testimonial-section {
    position: relative;
    padding: 70px 0 40px;
    background-image: url(./images/testimonials/testibgimg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial-section .sec-title .text {
    margin-top: 40px;
}
.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}
.testimonial-section .owl-theme .testimonial-block {
    margin: 0px 15px;
}
.testimonial-section .btn_01 {
    position: relative;
    text-align: right;
    margin-top: 20px;
    padding-right: 15px;
}
.testimonial-section .btn_01 {
    position: relative;
    width: 10px;
    height: 5px;
    margin-bottom: 10px;
    border-radius: 0px;
    margin-left: 10px;
    display: inline-block;
    background-color: var(--secondary);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.9;
}
.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover {
    width: 30px;
    background-color: var(--primary);
}
.testimonial-block {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 50px 50px;
    margin-top: 20px;
    background: var(--kisroli-white);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    gap: 5px;
}
.testimonial-block .inner-box .upper-box {
    position: relative;
    text-align: center;
}
.testimonial-block .inner-box .upper-box .icon img {
    width: 130px;
    height: auto;
}
.testimonial-block .inner-box .upper-box h4 {
    position: relative;
    color: var(--secondary);
    font-weight: 600;
}
.testimonial-section .sub-title {
    color: var(--kisroli-black);
}
.testimonial-section .section-head.style-1 .sub-title:before,
.testimonial-section .section-head.style-1 .sub-title:after {
    background-color: var(--kisroli-black);
}
.testimonial-section .section-head .title {
    color: var(--kisroli-black);
}
.testimonial-block .inner-box .upper-box .designation {
    position: relative;
    color: var(--primary);
    font-size: 16px;
}
.testimonial-section .carousel-control-next,
.testimonial-section .carousel-control-prev {
    font-size: 26px;
    color: var(--kisroli-black);
    width: 5%;
}
.testimonial-section .carousel-control-prev {
    left: 8px;
}
.testimonial-section .carousel-control-next {
    right: 8px;
}
.testimonial-section .carousel-indicators {
    display: none;
}
.testimonial-block .inner-box .text {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 500;
    text-align: center;
}
.testimonial-block .inner-box .text p {
    margin-bottom: 10px;
}
.testimonial-block .inner-box .text h4 {
    margin-bottom: 0;
}
/* Client */
.client .carousel-inner .carousel-item.active,
.client .carousel-inner .carousel-item-next,
.client .carousel-inner .carousel-item-prev {
    display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
    .client .carousel-inner .carousel-item-end.active,
    .client .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }
    .client .carousel-inner .carousel-item-start.active,
    .client .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}
.client .carousel-inner .carousel-item-end,
.client .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
a.carousel-control-next.client_btn2 {
    width: auto;
}
a.carousel-control-next.client_btn2 i,
a.carousel-control-prev.client_btn1 i {
    color: var(--kisroli-primary);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 50%;
}
a.carousel-control-prev.client_btn1 {
    width: auto;
}
.client .carousel-control-prev {
    left: -15px;
}
.client .carousel-control-next {
    right: -15px;
}
.carousel-control-next,
.carousel-control-prev {
    text-decoration: none;
}
.container-fluid.text-center.p-25 {
    padding: 0px 35px;
}
/* Fun fact */
.counter-area {
    color: #fff;
    padding: 70px 0;
    background-image: url(./images/backgrounds/funfactbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tp-counter-item-icon {
    font-size: 40px;
    background-color: var(--kisroli-primary);
    padding: 10px;
    outline: 2px solid var(--kisroli-white);
    outline-offset: 10px;
    margin: 12px;
    overflow: hidden;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.counter {
    font-size: 25px;
    float: left;
    width: 100%;
}
/* Manual Coding Start From Here */
.top-right .top-social-links {
    line-height: 1;
}
.top-right .top-social-links li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}
.top-right .top-social-links li a {
    color: var(--kisroli-white);
    font-size: 14px;
    line-height: normal;
}
.top-right .top-social-links li:hover a {
    color: var(--kisroli-bg);
}
.header-top .info-list li:hover a,
.header-top .info-list li:hover span {
    color: var(--kisroli-bg);
}
#slider .carousel-item {
    height: 600px;
    padding: 130px 0;
}
.btn-new {
    background-color: var(--kisroli-primary);
    border: var(--kisroli-primary);
    border-radius: 50px;
    visibility: visible; 
    animation-name: fadeInLeft;
}
.btn-new:hover {
    background-color: var(--kisroli-bg);
}
.btn-new:hover a {
    color: var(--kisroli-black);
}
.btn-new a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    line-height: 1.6;
    color: var(--kisroli-white);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 11px 65px 10px 20px;
    font-size: 16px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-new a i {
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #000;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    transform: translateY(-50%);
    right: 8px;
    top: 50%;
    font-weight: 700;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 50px 50px 0px;
}
.btn-new:hover i:before,
.btn-new:hover i:before {
    -webkit-animation: upToRight .5s forwards;
    -moz-animation: upToRight .5s forwards;
    animation: upToRight .5s forwards;
}
.btn-new a i:before,
.btn-new a i:before {
    position: absolute;
    line-height: 1;
}
@keyframes upToRight {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}
/* Category Section Manual Coding Start */
.pro-category {
    padding: 70px 0 40px;
}
.section-head.style-1 .sub-title {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-right: 50px;
}
.section-head.style-1 .sub-title:before,
.section-head.style-1 .sub-title:after {
    content: "";
    height: 2px;
    width: 40px;
    background-color: var(--kisroli-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.section-head.style-1 .sub-title {
    padding: 0 50px;
}
.section-head.style-1 .sub-title:before {
    left: 0;
    display: block;
}
.section-head.style-1 .sub-title:after {
    right: 0;
    display: block;
}
.section-head.style-1 {
    margin-bottom: 30px;
}
.section-head .sub-title {
    font-size: 16px;
    font-weight: 500;
}
.section-head .title {
    font-size: 40px;
    font-weight: 600;
    color: var(--kisroli-primary);
    text-transform: uppercase;
}
.pro-cat-box,
.women-box,
.men-box {
    text-align: center;
    margin-bottom: 30px;
}
.pro-cat-box:hover .pro-cat-box-img img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.pro-cat-box-img {
    border-radius: 50%;
    overflow: hidden;
}
.pro-cat-box-img img,
.women-box-img img,
.men-box-img img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.pro-cat-box-content a,
.women-box-content a,
.men-box-content a {
    text-decoration: none;
    color: unset;
}
.pro-cat-box-content h3 {
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 0;
}
.pro-cat-box-content h3:hover {
    color: var(--kisroli-primary);
}
/* Women and Men Section Manual Coding Start */
.women-sction,
.men-sction {
    padding: 70px 0 40px;
}
.women-box,
.men-box {
    box-shadow: 1px 1px 5px 0px var(--kisroli-black);
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: var(--kisroli-white);
    border-radius: 25% 25% 0 0;
}
.women-box:hover,
.men-box:hover {
    box-shadow: 0px 0px 5px 0px var(--kisroli-black);
    transition: all 0.3s ease;
}
.women-box:hover .women-box-content,
.men-box:hover .men-box-content {
    background-color: var(--kisroli-primary);
    color: var(--kisroli-white);
    transition: all 0.3s ease;
}
.women-box:hover .women-box-img img,
.men-box:hover .men-box-img img {
    transition: all 0.3s ease;
    transform: scale(0.9);
    border-radius: 25% 25% 0 0;
}
.women-box-content,
.men-box-content {
    padding: 10px 10px;
}
.women-box-content h3,
.men-box-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.women-box-links a i {
    font-size: 22px;
    margin-left: 5px;
}
.women-box-links a i.fab.fa-whatsapp {
    color: #00e676;
}
.women-box-links {
    line-height: 0;
}
/* Pop-up Modal form Manual CSS */
.modal-open .modal {
    z-index: 9999;
}
.modal-content {
    background-color: #483f42;
}
.modal-header h2 {
    color: #fff;
}
.modal-body {
    padding: 30px 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group input,
.form-group textarea {
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    height: 50px;
    width: 100%;
}
.form-group textarea {
    height: 160px;
}
input#mybtn {
    width: 40%;
    padding: 5px 0;
    color: var(--kisroli-white);
    background-color: transparent;
    border: 1px solid var(--kisroli-white);
    border-radius: 20px;
    transition: all 0.3s ease;
}
input#mybtn:hover {
    background-color: var(--kisroli-white);
    color: var(--kisroli-primary);
    transition: all 0.3s ease;
}
/* WhyChooseUs section Manual Coding Start */
.wcu-sction {
    padding: 70px 0;
}
.img-box6 {
    position: relative;
    text-align: right;
    margin-right: 16px;
}
.img-box6 .img2 {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 999;
}
.img-box6 .shape1 {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 9;
}
.img-box6 .shape2 {
    position: absolute;
    top: 32%;
    left: -70px;
    z-index: 999;
}
.ticklist li i {
    padding-right: 19px;
    color: var(--kisroli-primary);
    font-size: 22px;
    float: left;
}
.img1 {
    position: relative;
    z-index: 99;
}
.ticklist li {
    color: var(--kisroli-black);
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}
.ticklist li:last-child {
    margin-bottom: 0;
}
.ticklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.list-column2 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
/* Get In Touch Section Manual Coding Start */
.git-sction {
    position: relative;
    z-index: 1;
    padding-top: 0;
}
.site-footer.style-2 .footer-top {
    background-image: url(./images/Getintouch/gtibg1.webp);
    background-color: #0f0f0f;
    background-size: cover;
    background-position: center;
    padding-bottom: 180px;
    padding-top: 100px;
}
.git-form-sction.content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.git-form-sction .contact-area2 {
    padding: 50px;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: -240px;
}
.git-form-sction .contact-area2::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: 5px solid var(--kisroli-bg);
}
.git-form-sction .dz-media,
.dz-post-media {
    position: relative;
    overflow: hidden;
}
.git-form-sction .form-group input,
.git-form-sction .form-group textarea {
    border: 1px solid var(--kisroli-bg);
}
/* FunFact Section Manual Coding Start */
.tp-counter-item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.counter-area .add-plus {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.add-plus span {
    font-size: 22px;
    margin-left: 5px;
}
.tp-counter-item:hover i {
    display: inline-block;
    -webkit-animation: toTopFromBottom 0.8s forwards;
    -moz-animation: toTopFromBottom 0.8s forwards;
    animation: toTopFromBottom 0.8s forwards
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
.tp-counter-item:hover .tp-counter-item-icon {
    background-color: var(--kisroli-bg);
    color: var(--kisroli-black);
}
/* Client Section Manual CSS start here */
.clients-sction {
    padding: 70px 0;
}
.clients-sction .card {
    padding: 10px 30px;
}
/* Call Banner Section Manual CSS Start Here */
.call-bner-sction {
    padding: 70px 0;
    background-color: var(--kisroli-bg);
    background-image: url(./images/backgrounds/callbanerbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.cta-title {
    color: var(--kisroli-white);
}
.cta-title h3 {
    margin-bottom: 0;
    text-shadow: 2px -5px 8px var(--kisroli-white);
}
.cta-title span {
    color: var(--kisroli-bg);
}
.cta-call-circle a i {
    background-color: var(--kisroli-white);
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    color: var(--kisroli-black);
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.cta-call-circle:hover a i {
    background-color: var(--kisroli-bg);
    color: var(--kisroli-black);
    transition: all 0.3s ease;
}
.cta-cntc-btn .btn-new {
    background-color: var(--kisroli-white);
    border: var(--kisroli-white);
}
.cta-cntc-btn .btn-new a {
    color: var(--kisroli-black);
}
.cta-cntc-btn .btn-new a i {
    background-color: var(--kisroli-black);
    color: var(--kisroli-white);
}
.cta-cntc-btn .btn-new:hover {
    background-color: var(--kisroli-bg);
}
.cta-cntc-btn .btn-new:hover a i {
    background-color: var(--kisroli-white);
    color: var(--kisroli-black);
}
/* Footer Section Manual CSS Start */
.main-footer.style-two {
    padding: 0;
}
.main-footer.style-two footer {
    padding: 70px 0 50px;
}
.footer-copyright-sction {
    background-color: var(--kisroli-primary);
    color: var(--kisroli-white);
    padding: 8px 0;
    border-top: 1px solid #ececec;
}
.copy-text.ct-left {
    text-align: left;
}
.copy-text.ct-right {
    text-align: right;
}
.copy-text.ct-right a {
    color: var(--kisroli-white);
    text-decoration: none;
}
.links-widget ul li:hover a,
.contact-widget ul.list li:hover a {
    color: var(--kisroli-primary);
    padding-left: 5px;
    transition: all 0.3s ease 0s;
}
/* Footer Policy List Manual CSS Start */
.policy-content {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.policy-content ul li {
    display: inline-flex;
    color: var(--kisroli-black);
}
.policy-content ul li::after {
    content: "|";
    padding: 0 10px;
}
.policy-content ul li:last-child::after {
    display: none;
}
.policy-content ul li a:hover {
    color: var(--kisroli-primary);
}
/* Back To Top Button Manual Coding Start */
.backToTop {
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    display: inline-block;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transform: translate(-50%, -50%) !important;
    border-color: var(--kisroli-primary);
    background-color: var(--kisroli-bg);
    z-index: 1;
}
.backToTop i {
    color: var(--kisroli-black);
    font-size: 16px;
}
/* Sticky Menu Manual CSS Start Here */
.menu_header.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
}
.menu_header.scrolled .logo img {
    width: 90px;
}
.menu_header.scrolled {
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
/* About Page Manual CSS Start */
/* Abt Pg - Breadcrumb Section */
.ag-breadcrumb {
    background-color: var(--kisroli-bg);
    padding: 70px 0;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ag-breadcrumb-title h2 {
    font-size: 40px;
    color: var(--kisroli-white);
    line-height: 1;
    text-transform: capitalize;
}
.ag-breadcrumnb-menu {
    margin-top: 15px;
}
.ag-breadcrumnb-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
}
.ag-breadcrumnb-menu ul li {
    list-style: none;
    position: relative;
    line-height: 1;
}
.ag-breadcrumnb-menu ul li span {
    font-size: 16px;
    color: var(--kisroli-bg);
    font-weight: 600;
}
.ag-breadcrumnb-menu ul li span a {
    color: var(--kisroli-white);
    font-weight: 500;
    text-decoration: none;
}
.ag-breadcrumnb-menu ul li:not(:last-child):after {
    display: inline-block;
    content: "\f164";
    position: absolute;
    right: -20px;
    top: 50%;
    font-family: 'Flaticon';
    color: var(--kisroli-white);
    font-size: 14px;
    transform: translateY(-50%);
}
.ag-breadcrumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    z-index: -1;
}
.ag-breadcrumb.abtbg {
    background-image: url(./images/backgrounds/abtbanerbg1.webp);
}
.ks-abt-sction {
    padding: 70px 0;
}
.abt-sction-img img {
    width: 100%;
    height: auto;
}
.ag-section__paragraph {
    font-size: 16px;
    color: var(--kisroli-black);
    font-weight: 500;
    margin-bottom: 15px;
}
.ag-section__paragraph+.ag-section__paragraph {
    margin-bottom: 0px;
}
/* What We Do Section Manual CSS Start */
.wwd-sction {
    padding: 70px 0 40px;
    background-color: var(--kisroli-primary);
    z-index: 1;
    position: relative;
}
.wwd-sction .section-head .sub-title,
.wwd-sction .section-head .title {
    color: var(--kisroli-white);
}
.wwd-sction .section-head.style-1 .sub-title:before,
.wwd-sction .section-head.style-1 .sub-title:after {
    background-color: var(--kisroli-white);
}
.wwd-box {
    border: 3px double var(--kisroli-primary);
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 30px;
    background-color: var(--kisroli-white);
    position: relative;
    transition: all 0.5s ease;
}
.wwd-box:hover {
    background-color: var(--kisroli-primary);
    transition: all 0.5s ease;
    border: 3px double var(--kisroli-white);
}
.wwd-box:hover .wwd-title,
.wwd-box:hover .wwd-content {
    color: var(--kisroli-white);
}
.wwd-box::before {
    content: "";
    background: var(--kisroli-bg);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
}
.wwd-box:hover::before {
    top: 10px;
    left: 10px;
}
.wwd-title h3 {
    font-size: 22px;
}
.wwd-content p {
    font-size: 15px;
}
.wwd-pattern {
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-flex;
    opacity: 0.1;
}
.wwd-box:hover .wwd-pattern {
    filter: invert(1);
}
/* Mission Vision Section Manual CSS Start Here */
.mv-sction {
    padding: 70px 0;
}
.mv-box {
    border: 1px solid #000;
    padding: 20px 30px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    transition: all 0.5s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}
.mv-box:hover {
    transform: scale(1.04);
    transition: all 0.5s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
    box-shadow: 0px 0px 10px 5px var(--kisroli-black);
}
.mv-box.msn {
    background-image: url(./images/mv/msnimg.webp);
}
.mv-box.vsn {
    background-image: url(./images/mv/vsnimg.webp);
}
.mv-box .mv-title,
.mv-box .mv-content {
    color: var(--kisroli-white);
}
.mv-icon {
    margin-bottom: 10px;
    line-height: 1;
}
.mv-icon i {
    color: #fff;
    font-size: 60px;
}
/* Women Page Manual CSS Start Here */
.ag-breadcrumb.wmnbg {
    background-image: url(./images/backgrounds/womenbaner.webp);
}
.women-sction.prodtlpg .women-box-content,
.women-sction.prodtlpg .men-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px 10px;
}
/* Men Page Manual CSS Start Here */
.ag-breadcrumb.mnbg {
    background-image: url(./images/backgrounds/menbaner.webp);
}
/* Store Page Manual CSS Start Here */
.ag-breadcrumb.strebg {
    background-image: url(./images/backgrounds/storebaner.webp);
}
.store-sction {
    padding: 70px 0 40px;
}
.store-box {
    margin-bottom: 30px;
}
.store-content {
    background-color: #f7f7f7;
    text-align: center;
    color: var(--kisroli-black);
    padding: 15px 0;
}
.store-cntnt-adress-title,
.store-cntnt-phone-title,
.store-cntnt-email-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 600;
}
.store-cntnt-address-para,
.store-cntnt-phone-para,
.store-cntnt-email-para {
    font-weight: 400;
}
.store-cntnt-adress-title i,
.store-cntnt-phone-title i,
.store-cntnt-email-title i {
    margin-right: 10px;
}
.store-cntnt-adress,
.store-cntnt-phone {
    margin-bottom: 15px;
}
.store-cntnt-phone-para a:hover,
.store-cntnt-email-para a:hover {
    color: unset;
}
/* Testimonial Section CSS Start Here */
.ag-breadcrumb.testibg {
    background-image: url(./images/backgrounds/testibaner.webp);
}
.success {
    padding: 70px 0 20px;
    background-color: #d7d7d7;
}
.success .successbox {
    background-color: var(--kisroli-white);
    padding: 20px;
    transition: all 0.5s ease;
    transition: all 1000ms ease;
    box-shadow: 0px 2px 4px 2px #aaaaaa;
    margin-bottom: 50px;
}
.success .successbox:hover {
    transform: translateY(20px);
    transition: all 0.5s ease;
}
.success .successbox .sbimage {
    position: relative;
    min-height: 80px;
    margin: 0 0 20px;
    text-align: center;
}
.success .successbox .sbimage img {
    border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--kisroli-bg);
    width: 120px;
}
.success .successbox .sbtxt .sbnm {
    text-align: center;
    color: var(--kisroli-black);
}
.success .successbox .sbtxt {
    color: #000;
}
.success .successbox::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background-color: var(--kisroli-bg);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.success .successbox:hover::before {
    width: 100%;
}
.success .successbox::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background-color: var(--kisroli-bg);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.success .successbox:hover::after {
    width: 100%;
}
h1.noh1,
h2.noh2 {
    display: none;
}
/* Blog Section CSS Start Here */
.ag-breadcrumb.blogbg {
    background-image: url(./images/backgrounds/blogbaner.webp);
}
.blog-sction {
    padding: 70px 0 40px;
}
.ks-single-blog {
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 15px;
    padding-bottom: 30px;
    transition: .5s;
}
.ks-blog-content {
    padding: 20px 24px 0px;
    text-align: center;
}
.ks-blog-title h2 {
    font-size: 20px;
}
.ks-blog-title h2:hover a {
    color: var(--kisroli-bg);
}
.ks-blog-content p {
    margin: 15px 0;
}
.ks-blog-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.blog-details-sction {
    padding: 70px 0;
}
.blog-details-box-title h2 {
    font-size: 28px;
    color: var(--kisroli-black);
    margin-bottom: 20px;
}
.blog-details-box-content p {
    margin: 15px 0 15px;
    font-size: 16px;
}
.blog-detail-sidebar {
    padding: 35px 40px 34px;
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}
.bgd-sidebar-title h3 {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.083;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--kisroli-primary);
}
.bgd-sidebar-posts-item {
    display: flex;
}
.bgd-sidebar-posts-item:not(:last-of-type) {
    border-bottom: 1px solid var(--kisroli-primary);
    padding-bottom: 13px;
    margin-bottom: 19px;
}
.bgd-sidebar-posts-image {
    position: relative;
    top: 7px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 12px;
}
.bgd-sidebar-posts-image img {
    display: block;
    width: 100%;
    height: auto;
}
.bgd-sidebar-posts-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3px;
}
.bgd-sidebar-posts-date i {
    color: var(--kisroli-primary);
    margin-right: 5px;
}
.bgd-sidebar-posts-title {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.3;
}
.bgd-sidebar-posts-title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}
.bgd-sidebar-posts-title a:hover {
    color: var(--kisroli-primary);
}
.bgd-sidebar-posts-title a:hover {
    background-size: 100% 1px;
}
/* Career Section Manual CSS Start Here */
.career-sction {
    padding: 70px 0;
}
.ag-breadcrumb.careerbg {
    background-image: url(./images/backgrounds/careerbaner.webp);
}
.carer-form-sction {
    position: relative;
    padding-top: 10px;
}
.carer-form-inner-box {
    border: 15px solid var(--kisroli-bg);
    padding: 30px;
    border-radius: 0 0 5px 5px;
}
.carer-form-sction:before {
    position: absolute;
    content: '';
    background-color: var(--kisroli-primary);
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
}
.carer-form-sction:hover .carer-form-inner-box {
    border: 15px solid var(--kisroli-primary);
}
.career-sction .form-group input,
.career-sction .form-group textarea {
    border: 1px solid var(--kisroli-bg);
}
.career-sction .jo-positions-list li {
    color: var(--kisroli-black);
    list-style-type: disclosure-closed;
    list-style-position: inside;
}
.jo-positions-list li {
    font-size: 20px;
    margin-bottom: 15px;
}
.josection .section-head .title {
    text-align: left;
}
/* Contact Page Manual CSS Start Here */
.ag-breadcrumb.cntcpgbg {
    background-image: url(./images/backgrounds/contactpgbaner.webp);
}
/* contact box content section manual CSS */
.contact-box-sction{
    padding: 70px 0;
}
.contact-box {
    width: 100%;
    background-color: var(--kisroli-white);
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 8px 2px #ccc;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    min-height: 210px;
}
.contact-box::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: -80px;
    right: -80px;
    border-radius: 100%;
    border: solid 5px var(--kisroli-bg);
    ;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.contact-box:hover.contact-box::before {
    top: -20px;
    right: -20px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.contact-box:hover {
    background-color: var(--kisroli-primary);
    box-shadow: 0 30px 60px 0 rgb(0, 0, 0, 0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.contact-in-icon {
    color: var(--kisroli-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 50px;
}
.contact-in-content {
    width: calc(100% - 80px);
}
.contact-in-content .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    text-transform: uppercase;
}
.contact-box:hover .contact-in-content .h3-title {
    color: var(--kisroli-white);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.contact-box:hover i {
    color: var(--kisroli-white);
}
.contact-in-content span {
    color: var(--kisroli-black);
    font-size: 16px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-weight: 600;
}
.contact-box:hover .contact-in-content span {
    color: var(--kisroli-white);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.contact-sction {
    padding: 70px 0;
    background-image: url(./images/backgrounds/contactformbg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact-sction .form-group input,
.contact-sction .form-group textarea {
    border: 1px solid var(--kisroli-bg);
}
.career-sction .carer-box-contnt {
    min-height: 605px;
    background-color: var(--kisroli-bg);
    padding: 30px;
    border-radius: 0 0 5px 5px;
}
.contact-sction .cntcform,
.contact-sction .cntc-box-contents {
    background-color: #ffffff80;
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 10px;
}
.contact-sction form button:hover {
    box-shadow: 0px 0px 5px 0px #000;
}
.cntc-box-details {
    gap: 60px 0px;
}
.cntc-addr-title,
.cntc-phone-title,
.cntc-email-title {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 10px;
}
.cntc-addr-title h3,
.cntc-phone-title h3,
.cntc-email-title h3 {
    margin-bottom: 0;
}
.cntc-addr-title i,
.cntc-phone-title i,
.cntc-email-title i {
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}
.cntc-box-details .cnct-phone-content a:hover,
.cntc-box-details .cnct-email-content a:hover {
    color: unset;
    padding-left: 10px;
    transition: all 0.5s;
}
/* .cntcform, */
.carer-box-contnt,
.cntc-box-contents {
    position: relative;
}
/* .cntcform .bg-pattern, */
.carer-box-contnt .bg-pattern,
.cntc-box-contents .bg-pattern {
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
/* .cntcform .img_dots, */
.carer-box-contnt .img_dots,
.cntc-box-contents .img_dots {
    background-image: url(./images/shape/cntcpattern.webp);
}
.map {
    padding: 0;
}
.map iframe {
    width: 100%;
    height: 450px;
}
/* Privacy Policy Section Manual CSS Start Here */
.policy-sction{
    padding: 70px 0 50px;
}
.policy-texts p {
    margin-bottom: 20px;
}
.policy-texts a {
    font-weight: 700;
    color: var(--kisroli-primary);
}
.policy-texts a:hover {
    color: var(--kisroli-bg);
}
.policy-texts ul{
    margin-bottom: 20px;
}
.policy-texts ul li {
    list-style-type: disc;
    list-style-position: inside;
}
/* Responsive Manual CSS Start Here */
@media(max-width: 1024px){
    .contact-box{
        padding: 15px;
    }
}
@media(min-width: 992px){
    #mob-img,
    #m-title{
        display: none;
    }
}
@media(max-width:991px){
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        right: 0;
        top: 80%;
        width: 50%;
        position: absolute;
        background-color: #fff;
        z-index: 9999999999;
        max-height: 500px;
        overflow: auto;
        padding: 10px 20px;
        box-shadow: 0px 0px 5px 0px #000;
        border-radius: 5px;
    }
    #slider .carousel-item {
        height: 500px;
        padding: 70px 0;
    }
    .slide-title {
        font-size: 24px;
    }
    .slide-sub-title {
        font-size: 40px;
        padding: 0;
    }
    .slider-description{
        font-size: 16px;
    }
    .pro-category {
        padding: 50px 0 20px;
    }
    .women-sction, 
    .men-sction {
        padding: 50px 0 20px;
    }
    .counter-area {
        padding: 50px 0 20px;
    }
    .tp-counter-item {
        margin-bottom: 30px;
    }
    .tp-counter-item{
        justify-content: unset;
    }
    #web-img,
    #w-title{
        display: none;
    }
    .wcu-sction {
        padding: 50px 0;
    }
    .img-box6 {
        margin-bottom: 10px;
    }
    .img-box6 .shape1 {
        bottom: -5px
    }
    .site-footer.style-2 .footer-top{
        padding-bottom: 135px;
    }
    .git-form-sction .contact-area2 {
        padding: 40px;
    }
    .git-form-sction .dz-media{
        margin-bottom: 15px;
    }
    .git-form-sction.content-inner-1 {
        padding-bottom: 50px;
    }
    .testimonial-section{
        padding: 50px 0 20px;
    }
    .testimonial-block .inner-box{
        margin-top: 0;
    }
    .testimonial-section .carousel-control-prev {
        left: 0;
    }
    .testimonial-section .carousel-control-next {
        right: 0;
    }
    .clients-sction {
        padding: 50px 0;
    }
    .clients-sction .card {
        padding: 10px 10px;
    }
    .call-bner-sction {
        padding: 50px 0;
    }
    .main-footer.style-two footer {
        padding: 50px 0 30px;
    }
    .footer-widget.links-widget.pl-5 {
        padding-left: 0;
    }
    .ag-breadcrumb{
        padding: 60px 0;
    }
    .ag-breadcrumb-title h2 {
        font-size: 35px;
    }
    .ks-abt-sction {
        padding: 50px 0;
    }
    .abt-sction-content .section-head.style-1 {
        text-align: center;
    }
    .wwd-sction {
        padding: 50px 0 20px;
    }
    .mv-sction {
        padding: 50px 0;
    }
    .store-sction {
        padding: 50px 0 20px;
    }
    .success {
        padding: 50px 0 0px;
    }   
    .blog-sction {
        padding: 50px 0 20px;
    } 
    .blog-details-sction {
        padding: 50px 0;
    }
    .blog-detail-sidebar {
        margin-top: 20px;
    }
    .career-sction {
        padding: 50px 0;
    }
    .career-sction .carer-box-contnt {
        min-height: auto;
        margin-bottom: 20px;
    }
    .contact-box-sction {
        padding: 50px 0 30px;
    }
    .contact-box {
        padding: 20px;
        margin-bottom: 20px;
    }
    .contact-sction {
        padding: 50px 0;
    }
    .policy-sction {
        padding: 50px 0 30px;
    }
    .policy-sction .policy-texts h2{
        font-size: 30px;
    }
}
@media(min-width:768px){
    .mob-slider{
        display: none;
    }
}
@media(max-width:767px){
    .header-top {
        display: none;
    }
    .logo img {
        width: 90px;
        height: auto;
    }
    .navbar-collapse{
        width: 80%;
        padding: 5px 10px;
    }
    #slider{
        display: none;
    }
    .clients-sction .card {
        padding: 5px 5px;
    }
    .mob-slider{
        padding: 0;
    }
    .bd-hero__content.mslider-content {
        margin-top: 0;
        background-color: var(--kisroli-bg);
        border-radius: 0;
        padding: 10px 25px 15px;
    }
    .slide-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .slide-sub-title {
        font-size: 24px;
        margin-bottom: 2px;
    }
    .slider-description {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 5px;
    }
    .carousel-indicators {
        margin-bottom: 0;
    }
    #carouselExampleDark .btn-new a{
        padding: 3px 25px 3px 5px;
        font-size: 14px;
    }
    #carouselExampleDark .btn-new a i{
        height: 18px;
        width: 18px;
        line-height: 18px;
        font-size: 12px;
        right: 3px;
    }
    .pro-category {
        padding: 40px 0 10px;
    }
    .pro-cat-box-content h3 {
        font-size: 18px;
    }
    .section-head .title {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .section-head.style-1 {
        margin-bottom: 20px;
    }
    .section-head.style-1 .sub-title {
        padding: 0px 35px;
    }
    .section-head .sub-title {
        font-size: 15px;
    }
    .section-head.style-1 .sub-title:before, 
    .section-head.style-1 .sub-title:after{
        width: 30px;
    }
    .women-sction, 
    .men-sction {
        padding: 40px 0 10px;
    }
    .women-box-content h3, 
    .men-box-content h3{
        font-size: 16px;
    }
    .women-box-content,
    .men-box-content {
        padding: 5px 5px;
    }
    .counter-area {
        padding: 40px 0 10px;
    }
    .wcu-sction {
        padding: 40px 0;
    }
    .img-box6 .shape1 {
        bottom: -15px;
    }
    .site-footer.style-2 .footer-top {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .git-form-sction .contact-area2{
        margin-top: -200px;
    }
    .git-form-sction .contact-area2 {
        padding: 20px;
    }
    .git-form-sction.content-inner-1 {
        padding-bottom: 40px;
    }
    .btn-new a{
        padding: 5px 30px 5px 10px;
        font-size: 14px;
    }
    .btn-new a i{
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .testimonial-section {
        padding: 40px 0 10px;
    }
    .testimonial-block .inner-box{
        display: block;
        padding: 20px;
    }
    .testimonial-block .inner-box .upper-box .icon img {
        width: 80px;
        height: auto;
    }
    .clients-sction {
        padding: 40px 0;
    }
    .container-fluid.text-center.p-25 {
        padding: 0px 15px;
    }
    .cta-title,
    .cta-call-circle,
    .cta-cntc-btn {
        margin-bottom: 20px;
    }
    .cta-content{
        justify-content: space-evenly;
    }
    .call-bner-sction {
        padding: 40px 0 20px;
    }
    .main-footer.style-two footer {
        padding: 40px 0 20px;
    }
    .main-footer .widget-title{
        margin-bottom: 15px;
    }
    .copy-text.ct-left,
    .copy-text.ct-right{
        text-align: center;
    }
    .ag-breadcrumb-title h2 {
        font-size: 28px;
    }
    .ag-breadcrumnb-menu {
        margin-top: 10px;
    }
    .ks-abt-sction {
        padding: 40px 0;
    }
    .wwd-sction {
        padding: 40px 0 10px;
    }
    .wwd-box{
        padding: 15px 10px;
    }
    .mv-sction {
        padding: 40px 0;
    }
    .mv-box{
        padding: 15px 15px;
    }
    .mv-icon i {
        font-size: 40px;
    }
    .mv-icon {
        margin-bottom: 5px;
    }
    .mv-title h3 {
        font-size: 22px;
    }
    .mv-content p {
        font-size: 14px;
    }
    .store-sction {
        padding: 40px 0 10px;
    }
    .success {
        padding: 40px 0 0px;
    }
    .success .successbox{
        margin-bottom: 40px;
    }
    .success .successbox .sbimage{
        margin: 0px 0 6px;
    }
    .success .successbox .sbimage img{
        width: 90px;
    }
    .success .successbox .sbtxt .sbnm {
        font-size: 18px;
    }
    .sbtxt p {
        font-size: 14px;
        line-height: 22px;
    }
    .blog-sction {
        padding: 40px 0 10px;
    }
    .ks-blog-content {
        padding: 10px 10px 0px;
    }
    .ks-blog-title h2 {
        font-size: 18px;
    }
    .ks-blog-content p {
        margin: 5px 0;
        font-size: 14px;
        line-height: normal;
    }
    .ks-single-blog{
        padding: 10px;
        padding-bottom: 15px;
    }
    .blog-details-sction {
        padding: 40px 0;
    }
    .blog-details-box-title h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .blog-details-box-content p {
        margin: 10px 0 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .blog-detail-sidebar {
        margin-top: 10px;
        padding: 25px 25px 25px;
    }
    .bgd-sidebar-title h3{
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .bgd-sidebar-posts-item:not(:last-of-type) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .career-sction {
        padding: 40px 0;
    }
    .jo-positions-list li {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .career-sction .carer-box-contnt,
    .carer-form-inner-box {
        padding: 15px;
    }
    .contact-box-sction {
        padding: 40px 0 20px;
    }
    .contact-sction {
        padding: 40px 0;
    }
    .contact-sction .cntcform{
        padding: 15px;
    }
    .map iframe {
        height: 350px;
    }
    .policy-sction {
        padding: 40px 0 25px;
    }
    .policy-sction .policy-texts h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .policy-texts p,
    .policy-texts ul {
        margin-bottom: 15px;
    }
}
@media(max-width: 575px){
    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .img-box6 .img2 {
        top: -10px;
        left: -10px;
        width: 100px;
    }
    .img-box6 .shape2 {
        top: 35%;
        left: -35px;
        width: 100px;
    }
    .list-column2{
        grid-template-columns: unset;
    }
    .policy-content,
    .policy-content ul li {
        display: block;
    }
    .policy-content ul li::after{
        content: none;
    }
    .copy-text p {
        font-size: 14px;
        line-height: normal;
    }
    .backToTop{
        width: 30px;
        height: 30px;
    }
    .backToTop i{
        font-size: 14px;
    }
    .ag-breadcrumb-title h2 {
        font-size: 22px;
    }
    .ag-breadcrumnb-menu {
        margin-top: 8px;
    }
    .ag-breadcrumnb-menu ul li span {
        font-size: 14px;
    }
    .ag-breadcrumnb-menu ul{
        gap: 18px;
    }
    .ag-breadcrumnb-menu ul li:not(:last-child):after{
        font-size: 12px;
        right: -15px;
    }
    .mv-box.msn {
        margin-bottom: 15px;
    }
    .women-sction.prodtlpg .women-box-content, 
    .women-sction.prodtlpg .men-box-content{
        display: block;
        padding: 5px 5px;
    }
    .women-sction.prodtlpg .women-box-content h3, 
    .women-sction.prodtlpg .men-box-content h3 {
        font-size: 14px;
    }
    .women-box-links a i {
        font-size: 16px;
    }
    .store-content{
        padding: 10px 0;
    }
    .store-cntnt-adress-title, 
    .store-cntnt-phone-title, 
    .store-cntnt-email-title{
        font-size: 14px;
    }
    .store-cntnt-address-para, 
    .store-cntnt-phone-para, 
    .store-cntnt-email-para{
        font-size: 14px;
        line-height: normal;
    }
    .contact-box{
        padding: 20px 10px;
        min-height: auto;
    }
    .contact-in-icon{
        margin-right: 10px;
        font-size: 30px;
    }
    .contact-in-content .h3-title{
        margin-bottom: 0;
    }
    .contact-in-content span{
        font-size: 14px;
    }
    .policy-texts p {
        font-size: 14px;
        line-height: 22px;
    }
    .policy-texts ul li {
        font-size: 14px;
        line-height: 22px;
    }
}