/*
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;
}



/* Service CSS */
.service-title-inner {
    border-top: 13px solid #003C5C;
    margin: 0 25px;
    background: #F1F1F1;
    box-shadow: 4px 4px 13.9px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin-bottom: 15px;
    height: 100%;
}

.service-title-inner h2 {
    color: #000 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}

.service-title-inner h3 {
    color: #DF6E3F !important;
    font-size: 21px !important;
    font-weight: 600 !important;
}
.services-box img.slick-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    margin-top: -17.5px;
    cursor: pointer;
    z-index:1;
}

.services-box img.right-arrow.slick-arrow {
    left: auto;
    right: -40px;
}

.services-box .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.slick-center.single-service-box-item {
    transform: scale(1.4);
    margin:0 60px
}


/* Team CSS */
.single-team-box {
    display: flex;
    height: 380px;
    background-size: cover;
    background-position: top center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-team-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #003C5C;
    z-index: -1;
    border: 1px solid #000;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.single-team-box:hover:before {
    visibility: visible;
    opacity: 0.6;
}


.team-text h3 {
    margin: 0;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.team-text h3 span {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
}

.team-text {
    text-align: center;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    bottom: -100px;
}

.single-team-box:hover .team-text {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}


/* Service Carousel Image */
.service-img {
    display: block;
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
    z-index: 2;
    border-top: 15px solid #003C5C;
    position: absolute;
}

.service-inner {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.services .slick-dots {
    display: flex;
    justify-content: right;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: -30px;
}
.services .slick-dots li button {
    display: none;
}
.services .slick-dots li {
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(0, 60, 92, 0.24);
    margin: 5px;
    border-radius: 50px;
}
.services .slick-dots li.slick-active{
    background-color: #003C5C;
}



/* Service Carousel Image CSS */
.service-box-inner {
    min-height: 220px;
    display: flex;
    align-items: end;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

a.single-service-box-item {
    margin: 0 15px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
    margin-top: 13px;
    min-width: 220px;
}

.service-box-title {
    width: 100%;
    text-align: center;
}

.service-box-title h2 {
    font-size: 18px !important;
    text-transform: capitalize !important;
    color: #fff !important;
    max-width: 220px;
    padding: 10px;
}

a.single-service-box-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 33, 60, 0.00) 0%, #00213C 100%);
    z-index: -1;
}



/* Overlay Shine */

.elementor-element.overlay-shine:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #003C5C;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
  
}

/* Single page tamplate shine */

.elementor-element.single-page-shine:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.91;
background: linear-gradient(90deg, #2C2C2C 0.02%, #1A1A1A 99.96%);
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
  
}
/* Home page post style */

.post-style a.elementor-post__thumbnail__link {
    border-bottom: 12px solid #DF6E3F;
}

/* Icon border */

.icon-border span.elementor-icon {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
}

/* Form style */
.elementor-element.form-style label.gfield_label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.form-style input[type=text], 
.form-style input[type=tel],
.form-style input[type=email],
.form-style textarea {
    border: 1px solid #CCC;
    background: #fff;
    padding: 12px 16px !important;
}
.elementor-element.form-style input::placeholder, 
.elementor-element.form-style textarea::placeholder {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
}
.elementor-element.form-style span.gfield_required {
    display: none;
}

.elementor-element.form-style .gform_footer input[type=submit] {
    color: #FFF;
    background: #DF6E3F;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
    text-transform: capitalize;
    cursor: pointer;
}

.elementor-element.form-style .gform_footer input[type=submit]:hover {
    background: #003C5C;
}

/* Archive page style */

.elementor-element.search-form-style input[type='search']{
    background: #F3F3F3;
}
.elementor-element.search-form-style button[type='submit'] {
    background: #F3F3F3;
}
.elementor-element.search-form-style .elementor-search-form__submit svg {
    fill: #383838;
}
.elementor-element.search-form-style .elementor-search-form__container {
    border: 0.5px solid #CDCDCD;
}

.categoris-style .elementor-widget-container h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}

.categoris-style ul {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.categoris-style ul li {
        display: flex;
        margin-right: 30px; 
        position: relative;
}

.categoris-style ul li, 
.categoris-style ul li a{
        color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
}

.categoris-style ul li::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-left: 1.5px solid #383838;
    border-bottom: 1.5px solid #383838;
    transform: rotate(315deg);
    margin-top: 6px;
    right: -15px;
}
.categoris-style ul li:hover,.categoris-style ul li:hover > a{
    color:#e06e3f;
}
.categoris-style ul li:hover:after{
    border-color: #e06e3f;
}
.elementor-element.archive-style .elementor-post__text {
    display: flex;
    flex-direction: column;  
    
}

.elementor-element.archive-style .elementor-post__text > div.elementor-post__meta-data {
    order: -1;
}
.archive-style nav.elementor-pagination span.prev, .archive-style nav.elementor-pagination a.next {
    font-size: 23.09px;
    font-weight: 400;
    line-height: 25.014px;
    border: 1.924px solid #CDCDCD;
    padding: 16px 20px;
}
.archive-style nav.elementor-pagination span.prev:hover, .archive-style nav.elementor-pagination a.next:hover {
        color: #fff !important;
    border: 1.924px solid #DF6E3F;
    background: #DF6E3F;
}

.archive-style nav.elementor-pagination a.page-numbers {
    border: 1.924px solid #CDCDCD;
    padding: 10px 25px;
}

.archive-style nav.elementor-pagination a.page-numbers:hover {
    border: 1.924px solid #DF6E3F;
    background: #DF6E3F;
}

.archive-style nav.elementor-pagination span.page-numbers.current {
    border: 1.924px solid #DF6E3F;
    padding: 10px 25px;
    background: #DF6E3F;
}

.elementor-element.archive-style span.elementor-post-avatar:before {
    content: ".";
    font-size: 30px;
}

.elementor-element.icon-bg span.elementor-icon {
    padding: 10px;
    background: #DF6E3F;
    border-radius: 50px;
}
.elementor-element.right-blue {
    position: relative;
    z-index: 1;
}

.elementor-element.right-blue:after {
    position: absolute;
    content: "";
    width: 55%;
    height: 100%;
    background: linear-gradient(180deg, #003C5C 0%, #001424 100%);
    right: 0;
    top: 0;
    z-index: 1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.elementor-element.right-blue .elementor-element {
    z-index: 2;
}
.services-box ul.slick-dots button {
    display: none;
}

.services-box ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: #00213c;
    border-radius: 50px;
    cursor: pointer;
}

.services-box ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 15px;
}

.services-box ul.slick-dots li.slick-active {
    background: #e06e3f;
}
.elementor-element.border-box {
    height: 100%;
}

.elementor-element.border-box h4 {
    margin-bottom: 25px;
}
.mt-post-categories ul {
    max-height: 74px;
    overflow: hidden;
}

.mt-post-categories ul.active {
    max-height: inherit;
}
.more-cat-btn.btn-hide {
    display: none;
}
.more-cat-btn svg {
    width: 20px;
    color: #fff;
    height: 20px;
}

.more-cat-btn {
    display: inline-block;
    background: #e06e3f;
    padding: 10px 10px 5px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.more-cat-btn:hover {
    background: #003c5c;
}
.mt-post-categories.categoris-style {
    display: flex;
    align-items: flex-start;
}
.services-box .slick-track {
    display: flex !important;
}
  
.services-box .slick-slide {
    height: auto;
}

/* IconBox CSS */
.icon-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.icon-img {
    margin-right: 30px;
}

.single-icon-box-content h3 {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
}

.single-icon-box-content p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    color: #003c5c;
}
.team-btn {
    background: #e06d3f;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}

.team-btn:hover {
    background: #fff;
    color: #003c5c;
}
/* 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) {
.mob-center-menu .elementor-nav-menu li {
    display: flex;
    justify-content: center;
    text-align: center;
}
.services-box .slick-list {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0;
}

.service-title-inner {
    min-height: auto;
    margin: 10px;
    text-align: center;
}

.slick-center.single-service-box-item {
    transform: none;
    margin: 0;
}

.services-box .slick-list {
    padding: 0 !important;
}
.elementor-element.right-blue:after {
    visibility: hidden;
    opacity: 0;
}
.categoris-style .elementor-widget-container h5 {
    text-align: center;
}

.categoris-style ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

.archive-style nav.elementor-pagination span.prev, .archive-style nav.elementor-pagination a.next,.archive-style nav.elementor-pagination a.page-numbers,.archive-style nav.elementor-pagination span.page-numbers.current {
    font-size: 16px;
    padding: 10px 15px !important;
}
.border-box.elementor-widget {
    text-align: center;
}

.border-box.elementor-widget > div {
    border-left: 0px !important;
    border-top: 20px solid #003c5c !important;
}
.icon-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.single-icon-box-content {
    width: 100%;
    text-align: center;
}

.icon-text {
    padding: 15px;
}
.service-box-title h2 {
    min-width: 100%;
    text-align: center;
}
.archive-style nav.elementor-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}
}

/* 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) {

}