/*
Theme Name: PPM Quickstart
*/

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
}
select, input {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

body {
    font-family: Helvetica, 'sans-serif';
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#333}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#000}.woocommerce-message{border-top-color:#000}.woocommerce-message::before{color:#000}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background-color:#333;color:#fff}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#000;color:#fff}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{min-width:150px}*/

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
input:focus, button:focus, textarea:focus, a:focus {outline: none}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
p {margin-bottom: 15px}
p:last-child {margin-bottom: 0}

.content-block {padding: 60px 0}

.internal-content-wrap {
    min-width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
    border: 1px solid #ddd;
    padding: 10px;
}

.elementor-element.img-border-left img, .elementor-element.img-border-right img{
    width: 100%;
}
.elementor-element.img-border-left ,
.elementor-element.img-border-right{
    position: relative;
    z-index:1;
}
.elementor-element.img-border-left::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    background: url(http://talentwoo.siteindevs.com/wp-content/uploads/2025/02/Group-57.png);
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
    
}

.elementor-element.img-border-right::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    background: url(http://talentwoo.siteindevs.com/wp-content/uploads/2025/02/Group-58-1.png);
    background-size: 100% 100%;
    top: 0;
    right: 0;
}

.elementor-element .accordion-style details.e-n-accordion-item {
    background: rgba(217, 217, 217, 0.11);
    box-shadow: 0px 1px 7px 0px #E8F4FB;
}

.elementor-element.img-border-right {
    padding-right: 30px;
}

.elementor-element.img-border-left {
    padding-left: 30px;
}
.elementor-element.progress-style {
    position: relative;
    padding-bottom: 50px;
}

.elementor-element.progress-style .swiper-pagination.swiper-pagination-progressbar {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    background: #E8F4FB;
    border-radius: 5px;
}

.elementor-element.progress-style .swiper-pagination span.swiper-pagination-progressbar-fill {
    height: calc(100% - 4px);
    top: 2px;
    border-radius: 3px;
    left: 2px;
}

.elementor-element.contact-form .gform_fields {
    row-gap: 15px;
}
.elementor-element.contact-form input[type=text],
.elementor-element.contact-form input[type=number],
.elementor-element.contact-form input[type=url],
.elementor-element.contact-form input[type=email],
.elementor-element.contact-form textarea{
    border: 1px solid #D9D9D9;
    background: #FFF;
    height: 51px;
    padding: 0px 14px;
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 400;
}
.elementor-element.contact-form textarea{
    padding: 15px 14px;
}
.elementor-element.contact-form input[type=text]:focus,
.elementor-element.contact-form input[type=number]:focus,
.elementor-element.contact-form input[type=url]:focus,
.elementor-element.contact-form input[type=email]:focus,
.elementor-element.contact-form textarea:focus{
    outline:  0;;

}
.contact-form input[type=submit]{
    background: #2EA3F2 !important;
    padding: 15px 30px !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    margin: 0 auto  !important;
    cursor: pointer;
    
}
.contact-form input[type=submit]:hover{
    background: #8CC446 !important;
}

.category-style h5 {
    display: none;
}
.category-style ul{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0;
    list-style: none;
}
.category-style ul li {
    margin-bottom: 5px;
}
.category-style ul li a {
    padding: 7px 10px;
    border: 3px solid #2EA3F2;
    border-radius: 5px;
}
.blog-archive-css span.page-numbers.prev img, .blog-archive-css a.page-numbers.next img{
    position: relative;
    top: 4.5px;
    
}
.post-content-css h3.wp-block-heading {
    color: #0C71C3;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}
.progress-container {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
    color: #0C3A6E;
    position: relative;
}
.progress-container span{
    position: relative;
    z-index: 2;
}
.progress-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: conic-gradient(#0C3A6E 0% 70%, #A4A4A4 70% 100%);
    border-radius: 50%;
}

.progress-container::after {
    content: "";
    position: absolute;
    width: 93%;
    height: 93%;
    background: white;
    border-radius: 50%;
}
.background-blue .elementor-element.bg-custom {
    background-color: #ddeef9 !important;
}
.centered-counter.elementor-widget-counter .elementor-counter-title {
    text-align: center;
}
.case-study-arr .page-numbers.next svg, .case-study-arr .page-numbers.prev svg {
    position:relative;
    bottom:-6px;
}
.menu-style div > ul {
    position: relative;
    min-width: 550px;
    padding-right: 200px;
    min-height: 190px;
}

.menu-style div > ul li ul {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    background: #fff;
    border-left: 1px solid #000;
    visibility: hidden;
    opacity: 0;
}

.menu-style div > ul li a {
    display: block;
    padding: 5px 25px;
    line-height: 1.5;
    font-size: 18px;
    color: #000;
}

.menu-style div > ul li:hover > a {
    color: #8CC446;
}

.menu-style div > ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.menu-style div > ul > li:first-child > ul {
    visibility: visible;
    opacity: 1;
}
.single-post .elementor-widget-theme-post-content > div > figure.wp-has-aspect-ratio iframe {
    height: 550px !important;
}
figure.wp-block-video.post-video {
    width: 50%;
}
.counter-title-align .elementor-counter-title {
    text-align: center;
}
.progress-css .elementor-progress-wrapper {
    border-left: 2px solid #0C3A6E;
    border-radius: 0;
}

.elementor-widget-n-menu .e-n-menu-heading li:last-child > div {
    border-bottom-width: 0px !important;
}

li.e-n-menu-item.gff-current-page-parent  > div > a > span.e-n-menu-title-text,
li.e-n-menu-item.gff-current-page-parent  > div > div > span.e-n-menu-title-text,
.elementor-widget-n-menu .e-n-menu-title-container.gff-current-page span.e-n-menu-title-text {
    color: #87c641 !important;
}
.white-icon a {color:#fff}
.white-icon .gff-current-page {
    color: #8cc446;
}


.gff-menu .elementor-widget-n-menu .e-n-menu-title.e-current a {
    color: #fff;
}

.gff-menu .elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg {
    fill: #fff;
}
.single-slide-item h2 {
    font-size: 50px !important;
    text-align: center;
    font-weight: 300 !important;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
    text-transform: capitalize !important;
}



/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {


}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) {
    .menu-align li.menu-item a{
        display: flex;
        justify-content: center;
    }

    .category-style ul li{
        width: 100%;
    }
    .category-style ul li a{
        display: flex;
        justify-content: center;
    }

    .elementor-element.bg-overlay-img::before {
        position: relative;
        height: 300px;
    }
    .table-res .elementor-widget-container {
        overflow: scroll;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}