/* 
Theme Name: ACD-Telecommunications
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 */
.myheader {
    position: absolute;
}
.test-slider .swiper-pagination {
    left: 5%;
    margin-top: 9px;
}
.test-slider span.swiper-pagination-bullet{
    width: 14.07px;
    height: 7px;
    border-radius: 30px;
}
.test-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 57.02px;

}
.f-icons li.elementor-icon-list-item {
    border: 1px solid #0000006b;
    border-radius: 28px 18px 18px 28px;
    padding: 0 !important;
}
.f-icons.lighticons li.elementor-icon-list-item {
	 border: 1px solid #fff;
}
.h-form button.elementor-button:after {
    content: '';
    width: 40px;
    height: 40px;
    background: url(http://stage635.yourdesigndemo.net/wp-content/uploads/2025/09/Group-1686565722.svg);
    position: absolute;
    right: 3%;
    top: 12%;
}
.h-form button.elementor-button{
    position: relative;
}
.bgColor:after, .bgColorBlue:after  {
    content: '';
    position: absolute;
    width: 100%;
    height: 62%;
    background: #FE5A1D;
    z-index: -1;
    top: 19%;
    bottom: 0;
    left: 0;
    right: 0;
}
.bgColorBlue:after{
	background: #0683C1;
}
@media (max-width: 1440px){
	.abtsec {
    background-position: 140% 80px !important;
}
}