/*--------------------- Copyright (c) 2025 ----------------------- 
[Master Stylesheet] 
Project: kamleshyadav.com
Version: 1.0.0 
Author: Kamleshyadav
 ------------------------------------------------------------------- 
[Table of contents] 
    1. Global CSS 
    2. Comman CSS
    3. Header CSS 
    4. Banner CSS 
    5. About CSS
    6. Gallery CSS
    7. Service CSS
    8. Work CSS
    9. Market CSS
    10. Selling Product CSS
    11. Testimonial CSS
    12. Contact CSS
    13. Partner CSS
    14. Copyright CSS
    15. Responsive CSS
-------------------------------------------------------------------*/


/********************************************************
    1. Global CSS
*******************************************************/

:root {
    --main-black: #000000;
    --main-bg-color: #ffffff;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a,
a:hover,
a:focus,
button,
button:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button,
button:focus,
button:hover,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

ul,
p {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    color: #7f8ca7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    color: #2d4379;
}

.overflow_hidden {
    overflow: hidden;
}

button {
    cursor: pointer;
}

.display_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

iframe {
    width: 100%;
    border: none;
}


/********************************************************
    2. Common CSS
*******************************************************/

.ky_btn a {
    display: inline-flex;
    min-width: 200px;
    max-width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0083ff;
    color: #ffffff;
    border: 2px solid #0083ff;
    border-radius: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 50px 20px 45px;
}

.ky_btn img {
    position: absolute;
    transform: translateX(55px);
    opacity: 1;
    -webkit-transition: all .25s cubic-bezier(.14, .59, 1, 1.01);
    transition: all .15s cubic-bezier(.14, .59, 1, 1.01);
    margin: 0;
    padding: 0 5px;
    font-size: 22px;
    font-weight: 600;
}

.ky_btn :hover img {
    opacity: 1;
    transform: translateX(61px);
}

.ky_shape_img {
    position: relative;
}

.ky_shape_img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -160px;
    background: url(../images/ky_bg_shape2.png);
    width: 100%;
    height: 390px;
    z-index: -1;
    background-position: bottom;
}

.ky_shape_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: -104px;
    background: url(../images/ky_bg_shape.png);
    width: 100%;
    height: 220px;
    z-index: -1;
    background-position: top;
}


/********************************************************
    3. Top Button CSS
*******************************************************/

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

a#scroll {
    color: #fff;
    background: #0083ff;
}

#scroll.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0px);
    }
}


/********************************************************
    4. Header CSS
*******************************************************/

.main_menu_parent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.main_menu_wrapper ul,
.main_menu_wrapper li {
    display: inline-block;
    position: relative;
}

.main_menu_wrapper>ul>li>a {
    padding: 12px 20px;
    display: inline-block;
    font-weight: 500;
    color: #313640;
    position: relative;
}

.main_menu_wrapper>ul>li>a:hover {
    transform: scale(1.05);
    color: #00ce00;
    -webkit-mask-image: linear-gradient( -75deg, rgb(8 8 8 / 65%) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

.main_menu_wrapper>ul>li>a,
.main_menu_wrapper>ul>li>a:before,
.main_menu_wrapper>ul>li:hover>a:before {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main_menu_wrapper>ul>li {
    position: relative;
}

a.supportBtn {
    background: #2d4379;
    padding: 20px 10px 20px 15px;
    border-radius: 50px;
    color: #fff;
    margin-left: 20px;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

a.supportBtn:hover {
    box-shadow: none;
   
}
a.supportBtn span {
    background-color: #87e64b;
    border-radius: 50px;
    padding: 10px 15px;
    color: #222222;
    font-weight: 600;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: 1px solid transparent;
}
a.supportBtn span:hover{
    border: 1px solid #87e64b;
    background-color: transparent;
    color: #87e64b;;
}
.ky_search_cart.menu_btn_wrap li{   
    transition: all .5s ease-in-out;    
}
.ky_search_cart.menu_btn_wrap li:hover{
    transform: translateY(-5px);
}
a.supportBtn:hover img{
    transform: scale(1.08);
}
a.supportBtn img.envato-icon {
    visibility: hidden;
    opacity: 0;
    width: 0;
}
a.supportBtn img {
    padding-right: 3px;
    position: relative;
    max-width: 130px;
    transition: all .5s ease-in-out;    
}

header.ky_header_wrapper {
    padding: 25px 20px 25px 40px;
}


/********************************************************
    5. Banner CSS
*******************************************************/

.ky_banner_wrapper {
    padding: 70px 0;
    background-image: -moz-linear-gradient( 180deg, rgb(244, 242, 255) 0%, rgb(241, 247, 254) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(236 233 249) 0%, rgb(241 247 254) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(244, 242, 255) 0%, rgb(241, 247, 254) 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.ky_banner_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/banner_bg_shape.png);
    background-position: center center;
    z-index: 0;
    width: 100%;
    height: 270px;
}

.ky_banner_heading h2 {
    color: #2d4379;
    font-size: 42px;
    max-width: 890px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
    font-weight: 400;
}

.ky_banner_btn {
    text-align: center;
    margin: 20px auto 60px;
    display: block;
    position: relative;
    z-index: 1;
}

.ky_banner_imgs .swiper-slide-prev {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, -500px) rotateX(0deg) rotateY(0deg) !important;
    z-index: 0;
}

.ky_banner_imgs .swiper-slide-next {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, -500px) rotateX(0deg) rotateY(0deg) !important;
    z-index: 0;
}

.ky_banner_imgs .swiper-container {
    max-width: 435px !important;
    height: 100%;
    overflow: visible;
}

.ky_banner_imgs .swiper-slide {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 1s;
}

.ky_banner_imgs .swiper-slide.swiper-slide-active,
.ky_banner_imgs .swiper-slide-prev,
.ky_banner_imgs .swiper-slide-next {
    visibility: visible !important;
    opacity: 1 !important;
}

@keyframes move {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
    0% {
        transform: scale(1.05);
    }
}

.ky_banner_shape {
    position: relative;
    z-index: 0;
}

.ky_banner_shape:after {
    content: url(../images/banner_shape1.png);
    position: absolute;
    left: 0;
    bottom: 195px;
    z-index: -1;
    transition: all 0.3s linear;
    animation-name: stretch;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.ky_banner_shape:before {
    content: url(../images/banner_shape2.png);
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: -99;
    transition: all 0.3s linear;
    animation-name: stretch;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}


/*=========video play button style start=========*/

.cmpny-icon-button {
    box-sizing: content-box;
    display: block;
    width: 50px;
    height: 60px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

a#icon-cmpny {
    background: #0076bf;
    transition: all 0.3s linear;
    animation-name: stretch;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.cmpny-icon-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    border: 1px solid #0076bf;
}

.cmpny-icon-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 200ms;
    border: 1px solid #0076bf;
}

.cmpny-icon-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.cmpny-icon-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 65px;
    top: -4px;
    left: -13px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.cmpny-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.cmpny-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.cmpny-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.cmpny-overlay-close:hover {
    color: #fa183d;
}

.cmpny-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.ky_main_icon_section {
    position: absolute;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}

.ky_main_icon_wrapper {
    position: relative;
    margin-top: -20px;
}


/*=========video play button style end=========*/

/********************************************************
    6. About CSS
*******************************************************/

.ky_about_wrapper {
    margin-top: 150px;
    overflow: hidden;
    padding-bottom: 170px;
}

.ky_about_text p {
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 15px;
    max-width: 560px;
}

.ky_about_text {
    padding-top: 10px;
}

.ky_about_heading h2 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    background-color: #daedff;
    border-radius: 50px;
    text-align: center;
    max-width: 240px;
    color: #0083ff;
    padding: 11px 0;
}
.ky_about_heading h3 {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    padding: 20px 0 0;
    max-width: 350px;
}
.ky_about_text span {
    color: #6c7a95;
    font-weight: 600;
}

.ky_about_img img {
    border-radius: 10px;
    margin-left: 20px;
}

.leftSvg {
    transform: rotateY(180deg);
}

.ky_about_icon_section {
    margin-top: 30px;
}

svg#curve_shape.shake {
    stroke-dasharray: 3210;
    stroke-dashoffset: 3210;
    animation: curve_shape 0.5s linear forwards;
    animation-direction: normal;
    fill: #fff0;
    stroke: #eaf2ff;
}

@-webkit-keyframes curve_shape {
    0% {
        stroke-dashoffset: 3210;
    }
    100% {
        stroke-dashoffset: 1;
    }
}

svg#ky_circle1 {
    stroke: #ffb800;
    fill: #fffdf6;
    stroke-width: 2px;
}

svg#ky_circle1.shake {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    animation: yellowcircle 1s linear forwards;
}

svg#ky_circle2.shake {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    animation: yellowcircle 0.9s linear forwards;
}

svg#ky_circle3.shake {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    animation: yellowcircle 0.8s linear forwards;
}

svg#ky_circle4.shake {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    animation: yellowcircle 0.7s linear forwards;
}

@-webkit-keyframes yellowcircle {
    100% {
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dashoffset: 380;
    }
}

/*=========About list style=========*/

.leftSvg svg {
    overflow: hidden;
    position: absolute;
    z-index: -4;
    bottom: -220px;
    right: calc(50% - 1335px);
}

.whySection {
    position: relative;
    height: 230px;
    z-index: -1;
}

.icons .iconRow .circle img {
    width: auto;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: flex;
    margin: auto;
    align-items: center;
}

.whySection .icons .iconRow .circle {
    vertical-align: middle;
    position: relative;
    display: inline;
}

.icons {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 145px;
}

.iconRow {
    width: 350px;
    position: relative;
}

.icon1 {
    margin-top: -225px;

}
.iconRow .circle{
    position: relative;
}

.iconRow .circle::before, .iconRow .circle::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 118px;
    height: 118px;
    background: #fe55a0;
    border-radius: 50%;
    transition: all 200ms;
}
.iconRow .circle::before{
    animation: pulse-border 1500ms ease-out infinite;
}
.iconRow.icon1 .circle::before, .iconRow.icon1 .circle::after{
    background: #ffb800;
}
.iconRow.icon3 .circle::before, .iconRow.icon3 .circle::after{ background: #25c5da;}
.iconRow.icon4 .circle::before, .iconRow.icon4 .circle::after{ background: #80cc28;}
@keyframes pulse-border{
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
  }
.icon4 {
    margin-top: -195px;
}
@keyframes blink {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 0.8;
	}
	100% {
		transform: scale3d(1.3, 1.3, 1.1);
		opacity: 0;
	}
}


.icons .title {
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
}


/********************************************************
    7. Work CSS Start
********************************************************/

.ky_work_wrapper {
    margin-top: 100px;
    background: #f2f4f9;
    padding: 70px 0 10px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

.ky_work_wrapper .ky_heading {
    margin-bottom: 35px;
}

.work_porfolio_section {
    position: relative;
    margin-bottom: 30px;
    display: block;
    color: #212529;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0px 20px 27.6px 2.4px rgb(35 35 35 / 5%);
}
.work_porfolio_section a{
    transition: all 0.3s ease;
}
.work_porfolio_section img {
    width: 100%;
    border: none;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}
.work_porfolio_section h6 {
    font-size: 15px;
    cursor: pointer;
    transition: all 0.5s;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #2d4379;
}
.work_filter_menu {
    text-align: center;
    margin-bottom: 40px;
    background: #fff;
    padding: 8px;
    border-radius: 80px;
    max-width: 960px;
    margin: 0 auto 50px;
}

.work_filter_menu button {
    border: 1px solid var(--main-charrey-color);
    background: none;
    margin: 6px 6px;
    padding: 0px 10px;
    color: #7f8ca7;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.work_filter_menu button.active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 45px;
    background: #0083ff;
    bottom: -15px;
    border-radius: 20px 20px 0px 0;
    transform: all 0.5s linear;
}

.work_filter_menu button.active,
.work_filter_menu button:hover {
    color: #0083ff;
    transform: all 0.5s linear;
}

.work_filter_menu button,
.work_filter_menu button.active,
.work_filter_menu button:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.case_filter .mix {
    display: none;
}

.work_overlay {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_overlay_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.work_overlay_text h4 {
    color: var(--main-bg-color);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    font-family: "Yantramanav", sans-serif;
    line-height: 24px;
}

.work_overlay ul {
    text-align: center;
    top: calc(50%);
    position: relative;
    -webkit-transition: translateY(-50%);
    -moz-transition: translateY(-50%);
    -ms-transition: translateY(-50%);
    -o-transition: translateY(-50%);
    transform: translateY(-50%);
}

.work_overlay ul li {
    display: inline-block;
    margin: 0 6px;
}

.work_overlay ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: var(--main-bg-color);
    line-height: 30px;
}

.work_overlay ul li a span {
    display: inline-block;
    font-size: 20px;
}

.work_overlay ul li a:hover {
    color: var(--main-charrey-color);
}
.work_porfolio_section:hover {
    transform: translateY(-5px);
    box-shadow: 5px 10px 40px rgb(0 0 0 / 25%);
    box-shadow: 0px 20px 27.6px 2.4px rgb(35 35 35 / 15%);
    transition: all 0.3s ease;
}
.work_porfolio_section:hover .work_overlay {
    opacity: 1;
}

.work_overlay ul li a,
.work_overlay ul li a:hover,
.work_porfolio_section,
.work_porfolio_section .work_overlay,
.work_porfolio_section:hover .work_overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ky_heading h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

.ky_heading h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 180px;
    height: 2px;
    background: #0083ff;
    display: flex;
    margin: 0 auto;
}

.ky_heading h2:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 240px;
    height: 2px;
    background: #0083ff;
    display: flex;
    margin: 0 auto;
}

.ky_heading p {
    color: #7f8ca7;
    max-width: 720px;
    margin: 38px auto 0;
    /* font-weight: 500; */
}

.ky_Buy_btn {
    margin-top: 15px;
}

.ky_gallery_btn {
    text-align: center;
    position: relative;
    max-width: 200px;
    margin: 0 auto 40px;
}

.ky_gallery_btn a {
    max-width: 220px;
}

.ky_gallery_btn img {
    transform: translateX(70px);
}

.ky_gallery_btn :hover img {
    opacity: 1;
    transform: translateX(75px);
}

a.custom-btn {
    min-width: 170px;
    max-width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
}

.ky_load_more {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 13px;
    display:none;
}
.ky_load_more svg {
    max-width: 35px;
    max-height: 35px;
    object-fit: contain;
    transform: translateX(0px);
    padding: 0;
}

a.fetch-envato.ky_view_more{
    margin: 0 auto;
    text-align:center;
}
a.fetch-envato.ky_view_more img {
    transform: translateX(60px);
}
.case_filter {
    margin: 0 0 20px;
}

a.btn-buy {
    background: #ffc434;
    border: none;
    z-index: 1;
    border-radius: 50px;
    overflow: hidden;
}

a.btn-buy:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50px;
    background-color: #ff5670;
    transition: all 0.3s ease;
}

a.btn-buy:hover {
    color: #fff;
    border-radius: 50px;
}

a.btn-buy:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
    border-radius: 50px;
}
/* preview */

a.btn-preview {
    background: #ff5670;
    border: none;
    z-index: 1;
    border-radius: 50px;
    overflow: hidden;
}

a.btn-preview:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50px;
    background-color: #ffc434;
    transition: all 0.3s ease;
}

a.btn-preview:hover {
    color: #fff;
    border-radius: 50px;
}

a.btn-preview:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
    border-radius: 50px;
}


/********************************************************
    8. Service CSS
*******************************************************/

.ky_service_wrapper {
    margin-top: 210px;
}

.ky_service_icon {
    border-radius: 20px;
    padding: 25px;
}

.ky_service_icon1 {
    background-image: -moz-linear-gradient( -122deg, rgb(249, 96, 143) 0%, rgb(255, 116, 119) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(249, 96, 143) 0%, rgb(255, 116, 119) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(249, 96, 143) 0%, rgb(255, 116, 119) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(255, 76, 68, 0.4);
}

.ky_service_icon2 {
    background-image: -moz-linear-gradient( -122deg, rgb(252, 118, 85) 0%, rgb(249, 139, 87) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(252, 118, 85) 0%, rgb(249, 139, 87) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(252, 118, 85) 0%, rgb(249, 139, 87) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(255, 169, 96, 0.4);
}

.ky_service_icon3 {
    background-image: -moz-linear-gradient( -122deg, rgb(254, 153, 226) 0%, rgb(255, 102, 212) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(254, 153, 226) 0%, rgb(255, 102, 212) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(254, 153, 226) 0%, rgb(255, 102, 212) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(255, 102, 212, 0.4);
}

.ky_service_icon4 {
    background-image: -moz-linear-gradient( -122deg, rgb(48, 202, 150) 0%, rgb(118, 225, 176) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(48, 202, 150) 0%, rgb(118, 225, 176) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(48, 202, 150) 0%, rgb(118, 225, 176) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(72, 210, 135, 0.4);
}

.ky_service_icon5 {
    background-image: -moz-linear-gradient( -122deg, rgb(105, 229, 255) 0%, rgb(72, 193, 250) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(105, 229, 255) 0%, rgb(72, 193, 250) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(105, 229, 255) 0%, rgb(72, 193, 250) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(93, 216, 253, 0.4);
}

.ky_service_icon6 {
    background-image: -moz-linear-gradient( -122deg, rgb(119, 51, 255) 2%, rgb(148, 100, 244) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(119, 51, 255) 2%, rgb(148, 100, 244) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(119, 51, 255) 2%, rgb(148, 100, 244) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(159, 111, 255, 0.4);
}

.ky_service_body h3 {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
}

.ky_service_box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.1);
    padding: 40px 50px 30px;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s linear;
}

.ky_service_box:before {
    content: url(../images/service_cmp_icon.svg);
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
    transition: all 0.3s linear;
}

.ky_service_box:hover:before {
    top: 0px;
    right: 0px;
    transform: scale(1.1);
}

.ky_service_body {
    padding-left: 25px;
}

.ky_service_section {
    padding-top: 40px;
}

.ky_service_icon svg {
    fill: #fff;
}


/********************************************************
    9. Work Better CSS
*******************************************************/

section.ky_wrk_btr_main_wrapper {
    margin-top: 130px;
}

.ky_wrk_btr_wrapper {
    background: #f2f4f9;
    position: relative;
    padding: 80px 0 80px;
    z-index: 0;
}

.ky_work_heading h2 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    text-transform: none;
}

.ky_work_blue_heading h6{
    font-size: 20px;
    font-weight: 500;
    position: relative;
    background-color: #daedff;
    border-radius: 50px;
    text-align: center;
    max-width: 240px;
    color: #0083ff;
    padding: 11px 0;
    margin-bottom: 20px;
}
.ky_wrk_btr_content {
    padding-top: 115px;
}
.ky_work_text2 {
    padding-top: 20px;
}
.ky_work_text2 p{
    font-weight: 500;
}

span.ky_wrk_cntr_icon {
    background: #339cff;
    padding: 41px 30px;
    border-radius: 100px;
}

.ky_wrk_cntr_text1 span {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

p.ky_wrk_cntr_text1 {
    padding-top: 42px;
}

.ky_wrk_btr_cntr_block {
    background: #0083ff;
    padding: 100px 40px 60px;
    text-align: center;
    border-radius: 30px;
    max-width: 270px;
    margin-left: 130px;
    position: relative;
}

p.ky_wrk_option1 {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.1);
    padding: 10px 25px;
    max-width: 310px;
}

p.ky_wrk_option2 {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.1);
    padding: 10px 25px;
    max-width: 260px;
}

p.ky_wrk_option4 {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.1);
    padding: 10px 9px;
    max-width: 260px;
}

p.ky_wrk_option5 {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.1);
    padding: 10px 25px;
    max-width: 250px;
}

p.ky_wrk_option3 {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.1);
    padding: 15px 5px 8px 16px;
}

span.ky_wrk_option_txt {
    font-weight: 600;
}

.ky_work_btn {
    margin-top: 20px;
    margin: 40px 0 40px;
}

.multi-banner-mockup:before {
    content: url(../images/wrk_bg_shape1.png);
    position: absolute;
    top: -90px;
    left: 35px;
    z-index: -1;
    transition: all 0.3s linear;
}

.multi-banner-mockup:after {
    content: url(../images/wrk_bg_shape2.png);
    position: absolute;
    bottom: -40px;
    right: 45px;
    z-index: -40;
    transition: all 0.3s linear;
}

.multi-banner-mockup {
    position: relative;
    margin: 150px auto 0;
}

.tor_banner_inner {
    padding-top: 150px;
}

.multi-banner-icons li {
    position: absolute;
}

.multi-banner-icons li:nth-child(1) {
    left: -7%;
    top: -35px;
    animation: 3.2s floating linear infinite;
}

.multi-banner-icons li:nth-child(2) {
    right: -70px;
    top: -85px;
    animation: 3.7s floating linear infinite;
}

.multi-banner-icons li:nth-child(3) {
    right: 5%;
    top: 60px;
    animation: 3.7s floating linear infinite;
}

.multi-banner-icons li:nth-child(4) {
    bottom: -20px;
    left: -11%;
    animation: 3.5s floating linear infinite;
}

.multi-banner-icons li:nth-child(5) {
    bottom: -95px;
    right: -5%;
    animation: 3.7s floating linear infinite;
}

@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
        transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transition: 1s ease-in-out;
    }
}

.multi-banner-mobile {
    display: none;
}

.ky_wrk_btr_img {
    margin-left: 80px;
}


/********************************************************
    10. Envento Market CSS
*******************************************************/

.ky_rating_wrapper {
    margin: 240px 0 200px;
}

.ky_rating_circle1 {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

.ky_rating_circle2 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -70px;
}

.ky_rating_circle3 {
    position: absolute;
    top: 150px;
    left: 0;
}

.ky_rating_circle4 {
    position: absolute;
    right: 0;
    top: 150px;
}

.ky_rating_circle_section {
    position: relative;
}

.ky_rating_circle_wrapper {
    position: relative;
    margin-top: 40px;
}

.item1 {
    height: 440px;
    transition: all .5s ease-in-out;
}

.ky_rating_circle_wrapper:after {
    content: url(../images/market_img1.png);
    position: absolute;
    top: -35px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -5;
    display: flex;
    justify-content: center;
    animation: crescendo 4s alternate infinite ease-in;
}

@keyframes crescendo {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

#container {
    position: relative;
    height: 440px;
}

div#container:after {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    margin: 10px auto;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.ky_rating_circle_section:after {
    content: url(../images/market_img4.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ky_rating_circle_section:before {
    content: url(../images/market_img3.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: translateUp 2s linear infinite alternate;
}

span.ky_ratings {
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
}

span.ky_rating_text {
    font-weight: 600;
}

.ky_rating_circle {
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.06);
    background-color: #ffffff;
    width: 155px;
    height: 155px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    z-index: 1;
}
.ky_rating_circle:hover {
    transform: rotateY(360deg);
}
@keyframes translateUp {
	0% {
      transform: scale(1.05);
	}
	100% {
      transform: scale(0.9);
	}
}
@keyframes smoothVerticalMove {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(30px);
    }
    100% {
      transform: translateY(0);
    }
  }
.ky_rating_left_section2 {
    position: relative;
}

.ky_rating_left_section2:after {
    content: url(../images/market_img4.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ky_rating_left_section2:before {
    content: url(../images/market_img3.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 400px;
    height: 400px;
}

.ky_market_heading h2 {
    font-size: 42px;
    font-weight: 500;
    max-width: 450px;
    line-height: 1.3;
    position: relative;
}

.ky_market_heading h2:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 240px;
    height: 2px;
    background: #0083ff;
}

.ky_market_heading h2:before {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 190px;
    height: 2px;
    background: #0083ff;
}

.ky_market_text1 p {
    color: #7f8ca7;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 40px;
}

.ky_market_text2 h5 {
    font-size: 20px;
    font-weight: 600;
    color: #f38844;
    margin-top: 35px;
}

.ky_market_text3 p {
    font-weight: 500;
    margin-top: 15px;
}

.ky_rating_left_main_section {
    margin-top: 70px;
    background-image: url("../images/market_img1.png");
}

.ky_market_btn {
    margin-top: 25px;
    margin: 45px 0 40px;
}

.ky_market_btn a {
    min-width: 235px;
}

.ky_market_btn img {
    transform: translateX(80px);
}

.ky_market_btn :hover img {
    opacity: 1;
    transform: translateX(85px);
}


/********************************************************
    11. Swiper Slider Css
*******************************************************/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/********************************************************
    12. Selling Product Css
*******************************************************/

.ky_heading {
    text-align: center;
}

.ky_selling_product_img img {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(95, 99, 183, 0.24);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.ky_selling_product_section {
    padding: 40px 0;
}

.ky_selling_product_wrapper .swiper-container {
    padding-bottom: 90px;
}

.ky_selling_product_wrapper {
    background: #f2f4f9;
    padding: 100px 0 20px;
}

.ky_selling_product_wrapper .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.ky_selling_product_section .swiper-slide {
    max-width: 915px;
}


/********************************************************
    13. Latest Product Css
*******************************************************/

.ky_latest_product_wrapper {
    margin: 150px 0 75px;
}

.ky_latest_product_body {
    padding-right: 60px;
    text-align: left;
}
.ky_latest_product_body h4{
    font-size: 32px;
    color: #2d4379;
    margin-bottom: 10px;
    text-align: left;
}
.ky_latest_product_body a{
    background-color: #d8ebfc;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 50px;
    text-align: left;
    margin: 0 0 10px;
    font-size: 17px;
}
.ky_latest_product_section2 {
    margin-top: 50px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.1);
    padding: 40px 0 0px 30px;
}
.ky_product_imghold{
    display: flex;
    align-items: center;
    gap: 10px;
}
.ky_latest_product_wrapper .swiper-container {
    padding: 0 0 90px;
}

.ky_latest_product_box {
    margin-bottom: -30px;
}

.ky_latest_product_img img {
    border-radius: 10px;
}

.ky_latest_product_section .swiper-button-next:after,
.ky_latest_product_section .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.ky_latest_product_section .swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 65px;
    height: 60px;
}

.ky_latest_product_section .swiper-button-next {
    left: auto;
    right: 65px;
    background: #0083ff;
    transition: all 0.3s;
    box-shadow: none;
    font-size: 20px;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.ky_latest_product_section .swiper-button-prev {
    right: 130px;
    left: auto;
    background: #0083ff;
    opacity: 1;
    transition: all 0.3s;
    box-shadow: none;
    font-size: 20px;
    color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ky_product_testi_arrows:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60px;
    background: #0776e4;
    right: 128px;
    top: -60px;
    z-index: 22;
}

.ky_product_testi_arrows {
    position: relative;
    top: 30px;
}

.ky_product_img_text h6 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 40px;
    padding: 15px 20px 0;
    text-transform: uppercase;
    line-height: 1.5;
}

.ky_latest_product_body p {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}


/********************************************************
    14. Author Testimonial Start
*******************************************************/

.ky_author_img img {
    border-radius: 70px;
    border: 5px solid #fff;
    max-width: 80px;
    max-height: 80px;
}

.ky_author_img {
    position: relative;
}

.ky_author_img:after {
    content: "";
    position: absolute;
    border: 1px solid #4aa7ff;
    width: 80px;
    height: 80px;
    border-radius: 70px;
    left: 0;
    right: 0;
    top: -1px;
    display: flex;
    margin: 0 auto;
}

.ky_author_nam h6 {
    color: #5b557f;
    font-size: 20px;
    font-weight: bold;
}

.ky_author_img_nam {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    margin: 5px 0;
    gap: 10px;
}

.ky_author_section {
    margin-top: 50px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 970px;
    margin: 70px auto 0;
    position: relative;
}

.ky_author_section:after {
    content: url(../images/quote.png);
    position: absolute;
    top: -20px;
    bottom: 0;
    right: 50px;
    z-index: 1;
}

.ky_main_testi_wrapper {
    /* padding: 80px 0 0; */
    padding: 50px 0 0;
    margin-top: 160px;
}

.ky_author_text {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 237, 246);
    border-radius: 16px;
    background-color: rgb(251, 253, 255);
    padding: 25px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.ky_author_test_slider:hover {
    animation-play-state: paused;
}
/* grid-css */
.skeleton-loader{
    display: block;
}
.skeleton-loader {
    max-width: 370px;
    width: 100%;
    min-height: 244px;
    height: auto;
    box-shadow: 0px 20px 27.6px 2.4px rgb(35 35 35 / 5%);
    background-color: #fff;
    margin: 0 auto 20px;
    padding: 10px;
    border-radius: 10px;
}
.skeleton{
    background-color: #e0e0e0;
    background-image: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-image: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    height: 100%;
    border-radius: 4px;
    animation: shimmer 1.5s infinite;
    border: none;
    background-size: 200% 100%;
}
.skeleton-text {
    background-color: #e0e0e0;
    border-radius: 4px;
    margin: 15px 0 0;
    height: 20px;
    background-image: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-image: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

.skeleton-title {
    height: 30px;
    width: 60%;
}

.skeleton-line {
    height: 20px;
    width: 100%;
}
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
/* masonary */
.portfolio_main{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.ky_auth_portfolio{
    width: auto;
    height: 100%;
    animation: scrollLeft 50s forwards linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ky_auth_portfolioitems_wrap {
    width: 100%;
    flex: 0 0 100%;
}
.ky_auth_portfolioitem{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 1 em;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;

}
.item{
    display: inline-block;
    border-radius: 10px;
    margin: 0 0 28px;
    width: 100%;
    -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.item img{
    width:100%;
    border-radius: 10px;
}
.ky_auth_portfolio:hover {
    animation-play-state: paused;
}
/********************************************************
    15. Contact CSS
*******************************************************/

.cs_contact_info {
    padding: 60px 35px 0 50px;
    color: #7f8ca7;
}

.cs_info_bg {
    margin-bottom: 55px;
    margin-left: 22px;
    margin-top: 107px;
    margin-right: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(233, 236, 245);
    border-radius: 30px 0 0px 30px;
    background-color: rgb(252, 253, 255);
}

.cs_conatact_section {
    padding-bottom: 45px;
    position: relative;
}

.cs_contact_info_inner {
    position: relative;
    display: flex;
    align-items: center;
}

.cs_contact_info_inner svg {
    width: 35px;
}

.cs_contact_form {
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 131, 255, 0.1);
    padding: 65px 50px;
    margin-top: 50px;
    margin-left: -32px;
}

.cs_contact_form .cs_field_holder {
    margin-bottom: 33px;
}

.cs_form_field {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(233, 236, 245);
    border-radius: 6px;
    background-color: rgb(250, 251, 255);
    padding: 0 20px;
    height: 50px;
    display: flex;
}

.ky_icon_txt {
    padding-left: 30px;
    margin-top: -5px;
}

.ky_icon_txt span > a{
    color: #7f8ca7;
}
.cs_field_holder textarea#message {
    height: 150px;
}

.ky_contact_wrapper {
    margin-top: 200px;
   
} 
.ky_contact_home .ky_contact_wrapper{
    background: #f2f4f9;
    padding: 100px 0 80px;
    margin-top: 74px;
}
textarea.cs_form_field {
    height: 150px;
    resize: none;
    padding: 12px 20px;
}

.cs_field_holder label {
    color: #7f8ca7;
    font-weight: 500;
}

.response {
    color: red;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

span.ky_cntct_icon1 {
    border-radius: 20px;
    background-image: -moz-linear-gradient( -122deg, rgb(48, 202, 150) 0%, rgb(118, 225, 176) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(48, 202, 150) 0%, rgb(118, 225, 176) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(48, 202, 150) 0%, rgb(118, 225, 176) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(72, 210, 135, 0.4);
    padding: 30px 25px;
}

span.ky_cntct_icon2 {
    border-radius: 20px;
    background-image: -moz-linear-gradient( -122deg, rgb(249, 96, 143) 0%, rgb(255, 116, 119) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(249, 96, 143) 0%, rgb(255, 116, 119) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(249, 96, 143) 0%, rgb(255, 116, 119) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(255, 76, 68, 0.4);
    padding: 30px 25px;
}

span.ky_cntct_icon3 {
    border-radius: 20px;
    background-image: -moz-linear-gradient( -122deg, rgb(254, 153, 226) 0%, rgb(255, 102, 212) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(254, 153, 226) 0%, rgb(255, 102, 212) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(254, 153, 226) 0%, rgb(255, 102, 212) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(255, 102, 212, 0.4);
    padding: 30px 25px;
}

span.ky_cntct_icon4 {
    border-radius: 20px;
    background-image: -moz-linear-gradient( -122deg, rgb(252, 118, 85) 0%, rgb(249, 139, 87) 100%);
    background-image: -webkit-linear-gradient( -122deg, rgb(252, 118, 85) 0%, rgb(249, 139, 87) 100%);
    background-image: -ms-linear-gradient( -122deg, rgb(252, 118, 85) 0%, rgb(249, 139, 87) 100%);
    box-shadow: -6.883px 9.83px 30px 0px rgba(255, 169, 96, 0.4);
    padding: 30px 25px;
}

span.ky_icon_heading {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

svg#ky_cntct_1 {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1.7;
}

#call.shake {
    animation: call 1.5s linear forwards;
}

@-webkit-keyframes call {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 150;
        stroke: #fff;
    }
}

#call2.shake {
    animation: call2 1.8s linear forwards;
}

@-webkit-keyframes call2 {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 50;
        stroke: #fff;
    }
}

#call3.shake {
    animation: call3 2s linear forwards;
}

@-webkit-keyframes call3 {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 100;
        stroke: #fff;
    }
}

svg#ky_cntct_2 {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1.7;
}

#mail.shake {
    animation: mail 1.5s linear forwards;
}

@-webkit-keyframes mail {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 130;
        stroke: #fff;
    }
}

svg#ky_cntct_3 {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1.9;
}

#time.shake {
    animation: time 1.5s linear forwards;
}

@-webkit-keyframes time {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 130;
        stroke: #fff;
    }
}

.time2.shake {
    animation: times 1.7s linear forwards;
}

@-webkit-keyframes times {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 100;
        stroke: #fff;
    }
}

.time3.shake {
    animation: timeline 1.9s linear forwards;
}

@-webkit-keyframes timeline {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 130;
        stroke: #fff;
    }
}

svg#ky_cntct_4 {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1.7;
}

#address.shake {
    animation: address 1.5s linear forwards;
}

@-webkit-keyframes address {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 130;
        stroke: #fff;
    }
}

.address2.shake {
    animation: address 1.8s linear forwards;
}

@-webkit-keyframes address {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 130;
        stroke: #fff;
    }
}

.address3.shake {
    animation: address 2s linear forwards;
}

@-webkit-keyframes address {
    100% {
        stroke-dashoffset: 0;
        stroke: #fff;
    }
    0% {
        stroke-dashoffset: 130;
        stroke: #fff;
    }
}

.ky_contact-btn a {
    min-width: 220px;
    margin:20px 0px 40px 0px;
}

.ky_contact-btn img {
    transform: translateX(70px);
}

.ky_contact-btn :hover img {
    opacity: 1;
    transform: translateX(75px);
}


/********************************************************
    16. Partner CSS
******************************************************/

.ky_partner_wrapper {
    margin-top: 0px;
}

.ky_partner_wrapper .swiper-container {
    height: 200px;
}


/********************************************************
    17. Copyright CSS
*******************************************************/
.ky_footer_section{
    margin-top: 100px;
    padding: 70px 0 70px;
}
.ky_footer_logo{
    margin-bottom: 30px;
    text-align: center;
}
.ky_footer_social_icon ul{
    max-width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.ky_footer_social_icon li{
    position: relative;
    margin: 5px 5px;
    transition: all .5s ease-in-out;
} 
.ky_footer_social_icon li::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #2d4379;
    bottom: 0px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.ky_footer_social_icon li:hover:before{
    opacity: 1;
    visibility: visible;
}
.ky_footer_social_icon a:hover{
    background-color: #0083ff;
    transform: translate(0, -10px);
} 
.ky_footer_social_icon a{ 
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3c5187;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}
.ky_footer_social_icon a svg path{
    fill: #fff;
}
.ky_copyright_wrapper {
    background: #0083ff;
    text-align: center;
    padding: 12px 0;
}
.ky_contact_inner{
    position: relative;
    background-color: #f2f4f9;
    margin-top: 130px;
}
.ky_contact_inner::after{
    content: "";
    position: absolute;
    left: 0;
    top: -104px;
    background: url(../images/ky_bg_shape.png);
    width: 100%;
    height: 220px;
    z-index: -1;
    background-position: top;
}
.ky_contact_page{
    background-color: #f2f4f9;
    margin-top: 0;
}
.ky_copyright_wrapper p {
    color: #fff;
    font-weight: 500;
}
.ky_copyright_wrapper.ky_home_copyright{
    margin-top: 0;
}

/********************************************************
    18. Inner pages CSS
*******************************************************/
.ky_innerpage::after{
    display: none;
}
.ky_innersection_heading {
    padding: 60px 0 30px;
    background: #f2f4f9;
}
.ky_innerpage .ky_work_wrapper{
    margin-top: 0;
}
.ky_sectionheading{
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 970px;
    margin: auto;
}
.ky_sectionheading h2{
    font-size: 50px;
    font-weight: 500;
    color: #2d4379;
    position: relative;
}
.ky_sectionheading h2::before{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    right: 0px;
    width: 240px;
    height: 2px;
    display: flex;
    background: rgb(0, 131, 255);
    margin: 0px auto;
}
.ky_sectionheading h2::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    width: 180px;
    height: 2px;
    display: flex    ;
    background: rgb(0, 131, 255);
    margin: 0px auto;
}
.ky_sectionheading p{
    max-width: 600px;
    margin: 38px auto 0;
    color: #7f8ca7;
    max-width:540px;
}
/* service page css */
.ky_service_page{
    position: relative;
    background-color: #f2f4f9;
    padding: 70px 0 10px;
}
.ky_service_page::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -160px;
    background: url(../images/ky_bg_shape2.png);
    width: 100%;
    height: 390px;
    z-index: -1;
    background-position: bottom;
}
.ky_ourservice_content p{
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 20px;
}

.ky_service_content{
    position: relative;
    padding: 0px 0px 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc70;
}
.ky_service_content:last-child{
    border-bottom: none;
}
.ky_ourservice_content p span{
    font-weight: 600;
    color: #6c7a95;
}
.ky_ourservice_images{
    text-align: center;
}
.ky_ourservice_images .ky_service_icon{
    max-width: 89px;
    margin: 0 auto;
}
.ky_ourservice_images > img{
    width: 100px;
}
.ky_ourservice_images h4{
    font-size: 32px;
    font-weight: bold;
    position: relative;
    margin: 10px 0 25px;
}
.ky_ourservice_images a{
    background-color: #0083ff;
    color: #fff;
    font-size: 18px;
    padding: 7px 30px;
    border-radius: 50px;
}
.ky_ourservice_techno ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    gap: 20px;
}
.ky_ourservice_techno ul li{
    border: 1px solid rgb(213 228 241);
    border-radius: 10px;
    background-color: rgb(253, 251, 255);
    box-shadow: 0px 12px 10px 0px rgb(44 43 101 / 6%);
    width: 170px;
    padding: 10px;
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
}
/* contact page css */
.ky_contact_single .ky_contact_wrapper{
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
.ky_contact_single {
    margin-top: 0;
    background-color: #f2f4f9;
    
}
.ky_contact_location {
    background-color: #f2f4f9;
    padding-top: 360px;
}
.pnx_contact_location iframe {
    position: relative;
    top: 10px;
}
.ky_contact_copyright{
    margin-top: 0;
}
.ky_contact_homes .ky_contact_wrapper {
    margin-top: 80px;
}
/********************************************************
    18. Responsive CSS
*******************************************************/

@media (max-width: 1799px) {
    .multi-banner-icons li:nth-child(2){
        right: -35px;
    }
    .multi-banner-icons li:nth-child(5){
        right: -4%;
    }
}
@media (max-width: 1580px) {
    .main_menu_wrapper>ul>li>a {
        padding: 12px 10px;
    }
    .ky_wrk_btr_img {
        margin-left: 0;
    }
    .multi-banner-icons li:nth-child(2) {
        right: 0;
        top: -110px;
    }
    .multi-banner-icons li:nth-child(5){
        right: 0;
    }
    .ky_latest_product_body {
        padding-right: 30px;
    }
}

@media (max-width: 1400px) {
    .main_menu_wrapper>ul>li>a {
        padding: 12px 10px;
    }
    a.supportBtn img {
        padding-right: 0;
        padding-left: 5px;
    }
    .work_filter_menu {
        width: 960px;
    }
}
@media (max-width: 1199px) {
    a.supportBtn{
        padding: 20px 10px 20px 5px;
        margin-left: 10px;
    }
    a.supportBtn span{
        padding: 10px 5px;
    }
    .main_menu_wrapper>ul>li>a {
        padding: 12px 5px;
    }
}

@media (max-width: 1100px) {
    svg#curve_shape.shake {
        display: none;
    }
    a.supportBtn img{
        padding-left: 0;
    }
    a.supportBtn img{
        max-width: 120px;
    }
    a.supportBtn span {
        font-size: 14px;
    }
}


@media (max-width: 1024px) {
    header.ky_header_wrapper {
        padding: 25px 10px 25px 15px;
    }
}
@media (max-width: 1000px) {
    .work_filter_menu button.active:before {
        display: none;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    span.ky_ratings {
        font-size: 20px;
    }
    .ky_rating_circle {
        width: 110px;
        height: 110px;
    }
    div#container:after {
        width: 360px;
        height: 360px;
    }
    .ky_rating_circle2 {
        bottom: 10px;
    }
    .ky_rating_circle_section:before {
        top: 105px;
    }
    .ky_rating_circle_section:after {
        top: 70px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0;
    }
    .closeBtn {
        display: none;
    }
}

@media (min-width: 991.98px) {
    .menu_btn {
        display: none;
    }
    ul.sub_menu {
        position: absolute;
        width: max-content;
        min-width: 200px;
        top: 60px;
        left: 0;
        z-index: 9;
        transform: translate(20px, 0px);
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        border: none;
        border-radius: 0 0 10px 10px;
        padding: 0 0 15px;
        background: var(--main-bg-color);
        box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.06);
    }
    ul.sub_menu li {
        display: block;
        text-align: left;
        padding: 0;
    }
    ul.sub_menu li a {
        display: block;
        padding: 12px 20px 0;
        overflow: hidden;
        position: relative;
    }
    .main_menu_wrapper>ul>li:hover ul.sub_menu {
        transform: translate(0px, 0px);
        visibility: visible;
        opacity: 1;
    }
    
}

@media (max-width: 991.98px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
    .menu_btn {
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        line-height: 26px;
        border: 1px solid transparent;
        border-radius: 50%;
        padding: 21px 0 16px 0;
    }
    .menu_btn span {
        display: block;
        width: 18px;
        height: 2px;
        transition: 0.3s;
        margin: 0 auto 3px;
        background: #222;
    }
    .menu_open .menu_btn_wrap .menu_btn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .menu_open .menu_btn_wrap .menu_btn span:nth-child(1) {
        transform: translate(0px, 4px) rotate(-48deg);
    }
    .menu_open .menu_btn_wrap .menu_btn span:nth-child(3) {
        transform: translate(0px, -6px) rotate(48deg);
    }
    .main_menu_wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        bottom: 0;
        width: 300px;
        z-index: 999;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        box-shadow: 2px 4px 28px 0px rgba( 0, 0, 0, 0.1);
    }
    .menu_open .main_menu_wrapper {
        left: 0;
    }
    .main_menu_wrapper,
    .menu_open .main_menu_wrapper {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .main_menu_wrapper li {
        width: 100%;
        text-align: left;
        padding-bottom: 15px;
        border-bottom: 1px solid #edebfa;
    }
    .main_menu_wrapper li.has_submenu {
        padding-left: 0;
    }
    .main_menu_wrapper li.has_submenu>ul {
        display: none;
    }
    .main_menu_wrapper li:last-child {
        border: none;
        padding-bottom: 0;
    }
    .main_menu_wrapper li>ul>li {
        padding-left: 25px;
    }
    .main_menu_wrapper ul>li>a {
        padding: 15px 20px 0px;
        width: 100%;
    }
    .main_menu_wrapper li.has_submenu:before,
    .main_menu_wrapper li.has_submenu:after {
        position: absolute;
        bottom: 0;
        content: '';
    }
    .main_menu_wrapper li.has_submenu:after {
        right: 21px;
        width: 12px;
        height: 2px;
        top: 25px;
    }
    .main_menu_wrapper li.has_submenu:before {
        right: 26px;
        width: 2px;
        height: 12px;
        top: 20px;
    }
    .main_menu_wrapper li.has_submenu.open::before {
        content: unset;
    }
    .main_menu_wrapper::-webkit-scrollbar {
        width: 3px;
    }
    .main_menu_wrapper::-webkit-scrollbar-track {
        background-color: var(--main-border-color);
    }
    .main_menu_wrapper::-webkit-scrollbar-thumb {
        background-color: var(--main-txt-color);
    }
    header.ky_header_wrapper {
        padding: 20px 0;
    }
    a.supportBtn {
        padding: 20px 15px 20px 10px;
    }
    .ky_latest_product_body a{
        padding: 5px 7px;
        font-size: 15px;
    }
    .ky_auth_portfolioitem {
        -webkit-column-count: 2;
        -moz-column-count: 2;
    }
    .ky_search_cart.menu_btn_wrap li:hover {
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .ky_banner_heading h2 {
        width: 100%;
    }
    .work_filter_menu {
        width: 100%;
    }
    .ky_rating_right_section {
        margin-top: 130px;
    }
    .ky_author_section {
        width: 100%;
    }
    .cs_info_bg {
        margin-left: 0;
        margin-top: 105px;
    }
    .cs_contact_form {
        margin-left: -10px;
    }
    .cs_conatact_section {
        padding-bottom: 90px;
        position: relative;
    }
    .cs_contact_info {
        padding: 110px 35px 0 50px;
    }
    .ky_wrk_btr_img {
        margin-left: 80px;
    }
    .multi-banner-icons li:nth-child(2) {
        right: 0;
    }
    .multi-banner-icons li:nth-child(5) {
        right: 0;
    }
    a.supportBtn:after {
        display: initial;
    }
    a.supportBtn span {
        display: initial;
    }
    a.supportBtn {
        padding: 20px 20px 20px 15px;
    }
    .multi-banner-icons li:nth-child(3) {
        right: 23%;
    }
}

@media (max-width: 768px) {
    .ky_latest_product_body h4{
        font-size: 26px;
    }
    .ky_latest_product_body p{
        margin-bottom: 10px;
    }
    .ky_latest_product_body {
        padding-right: 0px;
    }
    .ky_product_testi_arrows {
        top: 35px;
    }
}
@media (max-width: 767.98px) {
    .menu_btn {
        height: 40px;
        padding: 16px 0 0;
    }
    .searchBoxContainer {
        width: 80%;
    }
    .work_filter_menu {
        width: 100%;
    }
    .ky_heading p {
        width: 100%;
    }
    .ky_author_section {
        width: 100%;
    }
    .ky_latest_product_section2 {
        padding: 40px 30px 0px 30px;
    }
    .ky_latest_product_body p {
        text-align: center;
        padding-top: 15px;
    }
    .cs_contact_form {
        margin-left: 0;
    }
    .ky_latest_product_body {
        padding: 20px 0 30px;
        text-align: center;
    }
    .ky_latest_product_body h4{
        text-align: center;
    }
    .ky_market_heading h2 {
        width: 100%;
        font-size: 26px;
    }
    .ky_rating_right_section {
        margin-top: 180px;
    }
    .ky_selling_product_wrapper {
        margin-top: -150px;
    }
    .multi-banner-mobile {
        display: block;
    }
    .multi-banner-mockup {
        display: none;
    }
    .ky_rating_circle_wrapper:after {
        display: none;
    }
    .ky_rating_circle_section:before {
        display: none;
    }
    div#container:after {
        display: none;
    }
    .ky_rating_circle_section:after {
        display: none;
    }
    .ky_rating_circle {
        box-shadow: 0px 0px 15px 0px rgba(0, 131, 255, 0.06);
        width: 100%;
        height: 115px;
    }
    .ky_rating_circle1,
    .ky_rating_circle2,
    .ky_rating_circle3,
    .ky_rating_circle4 {
        position: initial;
        margin-top: 30px;
    }
    .item1 {
        height: auto;
    }
    .ky_rating_wrapper {
        margin: 70px 0 180px;
    }
    .ky_wrk_btr_wrapper {
        padding: 0px 0 70px;
    }
    svg#ky_circle1,
    svg#ky_circle2,
    svg#ky_circle3,
    svg#ky_circle4 {
        width: 125px;
    }
    svg#curve_shape {
        display: none;
    }
    .ky_about_icon_section {
        margin-top: -30px;
    }
    .iconRow {
        flex: 0 0 50%;
    }
    .icons {
        display: flex;
        flex-wrap: wrap;
    }
    .ky_about_img img {
        margin-top: 50px;
        margin-left: 0;
    }
    .ky_banner_wrapper:after {
        height: 0;
    }
    .ky_banner_imgs {
        display: block;
        text-align: center;
    }
    .ky_service_box {
        padding: 30px;
        display: block;
    }
    .ky_service_icon {
        width: 85px;
        margin-bottom: 25px;
    }
    .ky_service_body {
        padding-left: 0;
    }
    .ky_about_wrapper {
        padding-bottom: 350px;
        margin-top: 203px;
    }
    .iconRow {
        width: 100%;
    }
    .ky_wrk_btr_img {
        margin-left: 0;
    }
    .cs_info_bg {
        margin-left: 0px;
        border-radius: 15px;
        width: 100%;
    }
    a.supportBtn img {
        padding-right: 0;
        padding-left: 5px;
    }
   
    a.supportBtn:after {
        display: none;
    }
    .ky_main_icon_wrapper {
        margin-top: 60px;
    }
    .whyColumnCenter {
        padding: 0 50px;
    }
    .ky_selling_product_section .swiper-wrapper {
        transform: translate3d(0, 0px, 0px);
    }
    button.filter {
        border: 1px solid #7f8ca7;
        padding: 7px 10px;
        border-radius: 50px;
        font-size: 12px;
    }
    .work_filter_menu button.active:before {
        display: none;
    }
    .work_filter_menu {
        background-color: transparent;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    span.ky_ratings {
        margin-bottom: 10px;
    }
    .icon4 {
        margin-top: 0;
    }
    .icon1 {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .icon2 {
        margin-bottom: 50px;
    }
    .ky_ourservice_techno ul {
        margin: 20px 0 20px;
    }
    .ky_sectionheading h2{
        font-size: 42px;
    }
    .cs_contact_form{
        padding: 65px 30px;
    }
}

@media (max-width: 675.98px) {
    a.supportBtn img.envato-img{display: none;}
    a.supportBtn img.envato-icon {
        opacity: 1;
        visibility: visible;
        width: auto;
        max-width: 23px;
    }
    a.supportBtn {
        padding: 15px 15px 15px 12px;
    }
    a.supportBtn span {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .main_menu_wrapper {
        left: -200px;
        width: 200px;
    }
    .response {
        position: unset;
    }
    .ky_banner_heading h2 {
        font-size: 30px;
        width: 100%;
    }
    .ky_banner_imgs {
        display: block;
    }
    .ky_banner_btn {
        margin: 15px auto 0px;
    }
    .ky_banner_imgs2 {
        margin: 30px 0;
    }
    .ky_banner_imgs3 {
        padding-top: 0;
    }
    .ky_copyright_wrapper p {
        font-size: 12px;
    }
    .icon2,
    .icon3,
    .icon4 {
        margin-top: 35px;
    }
    .icon1 {
        text-align: center;
    }
    .icon2 {
        text-align: center;
    }
    .icon3 {
        text-align: center;
    }
    .icon4 {
        text-align: center;
    }
    .ky_about_wrapper {
        padding-bottom: 720px;
    }
    .ky_banner_imgs .swiper-container {
        width: 100% !important;
        overflow: hidden;
    }
    .ky_banner_imgs .swiper-slide {
        visibility: visible !important;
        opacity: 0 !important;
        transition: all 1s;
    }
    .ky_banner_imgs .swiper-slide.swiper-slide-active,
    .ky_banner_imgs .swiper-slide-prev,
    .ky_banner_imgs .swiper-slide-next {
        visibility: visible !important;
        opacity: 1 !important;
    }
    .ky_about_wrapper {
        padding-bottom: 800px;
    }
    .icons {
        display: block;
    }
    .iconRow {
        flex: 0 0 0;
    }
    a.supportBtn {
        padding: 15px 15px 15px 12px;
    }
    .ky_auth_portfolioitem {
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }
}
@media (max-width: 400.98px) {
    .cs_contact_info_inner {
        display: block;
    }
    .ky_icon_txt {
        padding-left: 0;
        margin-top: 50px;
    }
    a.supportBtn {
        padding: 10px 10px 10px 4px;
        margin-left: 0;
    }
    .menu_btn {
        width: 35px;
    }
    .ky_sectionheading h2 {
        font-size: 35px;
    }
    
}
@media (max-width: 375.98px) {
    .ky_work_heading h2{
        font-size: 28px;
    }
    .ky_heading h2{
        font-size: 27px;
    }
    .ky_latest_product_body h4{
        font-size: 27px;
    }
    .ky_author_text{
        padding: 10px;
    }
    .ky_author_img_nam{
        gap: 4px;
    }
    .ky_sectionheading h2 {
        font-size: 30px;
    }
}

/* 2127 */
.ky_author_grid_wrapper {
    padding: 65px 13px 0 13px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.ky_author_test_parent{
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-rows: masonry;
    grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
    grid-gap: 20px;
}
.ky_author_test_parent .grid-item {
    width: 100%;
    padding: 30px;
    min-height: 220px;
    background-color: #f2f4f9;
    margin: 0 0 20px;
    border-radius: 10px;
}
.grid-item1{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ky_author_grid_text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}
/* Sticky bar*/
.tb_bottom_sticky_bar {
    background-color: red;
    background: linear-gradient(135deg, #9031d9, #ff62aa 80%, #9e42ff);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 55px;
    gap: 20px;
    z-index: 999999999999999999999;
}
.tb_bottom_sticky_bar p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    gap: 10px;
}
.tb_bottom_sticky_bar p img{
    flex: none;
    width: 40px;
    height: auto;
    object-fit: contain;
}
.tb_bottom_sticky_bar > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #302d39;
    line-height: normal;
    background-color: #fff;
    border-radius: 60px;
    padding: 6px 15px;
}
.tb_close_bar {
    width: 24px;
    height: 24px;
    background: #ffffff75;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    box-shadow: none !important;
    border: none !important;
    transition: all 0.3s;
    cursor: pointer;
}
.tb_close_bar svg {
    fill: #222;
    transition: all 0.3s;
}
.tb_close_bar:hover{
    background-color: #fff;
}
.tb_close_bar:hover svg{
    fill: red;
}
@media(max-width:991px) {
    .tb_bottom_sticky_bar p {
        font-size: 15px;
        gap: 6px;
    }
    .tb_bottom_sticky_bar p img { 
        display: none;
    } 
    .tb_bottom_sticky_bar>a {
        font-size: 13px;
        padding: 5px 10px;
    }
    .tb_bottom_sticky_bar { 
        gap: 10px;    
    }
    .tb_close_bar { 
        right: 6px;    
    }
}
@media(max-width:767px) {
    .tb_bottom_sticky_bar {
        padding: 6px 10px;
        justify-content: flex-start !important;
    }
    .tb_bottom_sticky_bar p {
        font-size: 14px;        
        max-width: 360px;
        line-height: normal;
    }
    .tb_close_bar {
        right: 15px;
    }
}
@media(max-width:575px) {
    .tb_bottom_sticky_bar p {  
        max-width: 280px;    
    }
}
@media(max-width:480px) {
    .temp_mng_sbrctn_title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .tb_bottom_sticky_bar { 
        justify-content: flex-start!important;
        flex-direction: column;
        align-items: flex-start !important;
    }
}
@media(max-width:425px) {
    .tb_bottom_sticky_bar p {    
        max-width: 300px;    
    }
    .tb_bottom_sticky_bar>a {
        font-size: 12px; 
    }
    .tb_bottom_sticky_bar {
        gap: 7px;
    }
}
