/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.footer-section a{color:#fff;}
.footer-section a:hover{color:#000;}
ul#menu-1-7c62b5c{ margin-right: 0;}
ul#menu-1-7c62b5c li:last-child a{ padding-right: 0;}
.services-listing ul li{ transition: linear all 0.25s;}
.services-listing ul li:hover{ transform: translateX(8px);}
.testimonial-slider{ padding-bottom: 48px!important;}
.testimonial-content{text-align: center;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #FFFFFF;}
.testimonial-name{
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFFFFF;
    margin: 25px 0 0;
}
.testimonial-company{
        text-align: center;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 30px;
    color: #FFFFFF;

}
.testimonial-slider .swiper-pagination-bullet{
    background-color: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}
.testimonial-slider .swiper-pagination-bullet-active{
    width:40px;
    background-color: #fff;
    border-radius: 20px;
}
.page-title h2{
    position: relative;
    display: inline-block;
}
.page-title h2:after{
    content:'';
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -40%;
    width: 80%;
    height: 8px;
    background-color: #fff;
}
.sub-heading:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30%;
    height: 1px;
    background-color: #3D348B;
}
.specialist-in:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #3D348B;
    z-index: -1;
}
.specialist-in h4{
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    padding-right: 20px;
}
.comments-area a, .page-content a{
    text-decoration: none;
}
.icon-boxes{
    border: 1px solid #3D348B;
    border-radius: 10px;
    padding: 35px 35px 25px;
}
.icon-boxes .elementor-icon-box-wrapper{
    margin-top: -66px;
}
.icon-boxes .elementor-icon-box-wrapper svg{
    background-color: #fff;
}
.icon-boxes a{
    color: #3D348B;
}
.iocn-heading .elementor-icon-box-icon{
    background: linear-gradient(90deg, #29235E 0%, #3D348B 100%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.iocn-heading h3{
    margin: 0;
}
.iocn-heading .elementor-icon-box-wrapper{
    align-items: center;
}
.small-heading h6{
    display: inline-block;
    position: relative;
}
.small-heading h6:before{
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -0.5px;
    height: 1px;
    width: 50px;
    background-color: #29235E;
}
.steps{
    position: relative;
}
.steps:before{
    content:'';
    background: linear-gradient(90deg, #29235E 0%, #3D348B 100%);
    width:60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    font-family: "Raleway", Sans-serif;
}
.steps.one:before{
    content:'1';
}
.steps.two:before{
    content:'2';
}
.steps.three:before{
    content:'3';
}
.steps.four:before{
    content:'4';
}
.steps.five:before{
    content:'5';
}
.steps.six:before{
    content:'6';
}
.steps ul{
    margin-bottom: 0;
    padding-bottom: 0;
}
.steps ul p:empty{
    display: none;
}
.steps ul li{
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
}
.event-title h3,.event-date h3{
    margin: 0;
}
.event-date{
    padding-bottom: 0;
}
.event-date .elementor-icon-box-wrapper{
    align-items: center!important;
}
.mr-auto{
    margin-right: auto!important;
}
.steps.hiw h3{
    display: flex;
    align-items: center;
    min-height: 42px;
}
.steps.support .elementor-icon-box-content{
    min-height: 42px;
    padding: 8px 0;
    box-sizing: content-box;
    align-items: center;
    display: flex;
}
@media (max-width: 1220px) and (min-width: 1025px){
    .elementor-9 .elementor-element:not(.elementor-element .elementor-element){
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 768px){
    .sub-heading:after{
        display: none;
    }
    .icon-boxes{
        padding: 35px 20px;
    }
    .iocn-heading .elementor-icon-box-icon{
        display: none;
    }
    .bw{
        word-break: break-all;
    }
}