/*
Theme Name: Konstro child
Theme URI:http://wordpress.zcube.in/xadvices
Description: konstro – Construction Child Theme.
Text Domain: konstro
Author:       zcube
Author URI: https://themeforest.net/user/zcubedesign
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template:     konstro
Version:      1.0

*/


/* Theme customization starts here
  -------------------------------------------------------------- */
#header-sticky2{
    background-color: #1D5161 !important;
}

.header-top{
    background-color: #113742 !important;
}

.logo{
    padding: 10px 0 !important;
}

.btn:hover{
    background-color: #113742 !important;
}

h1, h2, h3, h4, h5, h6{
    color: #1D5161;
}

.single-testimonial .row .col-lg-5{
   display:none !important;
}

.flip-card-front img{
    height:100% !important;
    object-fit: cover !important;
}


.elementor-slide-heading, .elementor-slide-description{
    text-shadow: 1px 1px 2px gray;
}


.col-lg-4{
    flex: 0 0 25% !important;
        max-width: 25% !important;
}

.flip-card-back .mt-120{
    margin-top: 0;
}

.flip-card-back{
    padding: 20px  10px;
    background-color:#EBF1EC !important ;
    color: #2D748C !important;
}


.flip-card-back h4{
    color: #2D748C !important;
}


.flip-card-front{
   background-color: #2D748C !important;
   border: 1px solod gray;
   box-shadow: 5px 5px 10px gray;
}

.flip-card-front img{
    object-fit: contain !important;
}


.number-container:hover .sl-number{
       background-color: #2D748C;
    border-color:#fff !important;
}

.number-container:hover .sl-number p{
    color:#fff;
}

.sl-number{
   max-height:120px;
}

.about-title h2{
    color: #2D748C !important;
}


.about-title h2 span{
    color: #2D748C !important;
}

.btn.ss-btn{
    background: #2D748C !important;
}

.btn.ss-btn:hover{
    background: #08465B !important;
}

.about-title h5, .section-title h5{
    color: #2D748C !important;
}


.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4{
    color: #2D748C !important;
    font-weight:400;
}


.elementor-widget-theme-post-content a{
    color: #2D748C !important;
}

.elementor-widget-theme-post-content a:hover{
    color: #08465B !important;
}


.section-title h2{
     color: #2D748C !important;
}



@media (max-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .flip-card {
        height: 400px !important;
    }
}


#scrollUp{
    background:  #2D748C !important;
}

.card-header .faq-btn{
    background: #2D748C !important;
    color:#fff !important;
}


.card-header .faq-btn::after{
     color:#000 !important;
}


.elementor-pagination{
    margin: 20px auto;
}


