/*
Theme Name: Belltech
Theme URI: https://www.nayrathemes.com/belltech-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Belltech – is a Powerful & Modern IT Solutions , IT Business , Consulting , SaaS & Software , Startup , Technology etc. WordPress theme created with latest design trends according to all your needs to create professional and high performance website.
Template: metasoft
Version: 1.0.2
Tested up to: 5.7
Requires PHP: 5.6
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: belltech
Slug: belltech
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


.theme-slider .theme-slider-card {
    width: 100%;
    padding: 40px 55px;
	background: rgba(0, 0, 0, .6);
    color: var(--bs-white);
    position: relative;
}

.theme-slider:after {
    background-color: #000;
}


.btn {
    border-radius: 50px;
}

.btn-secondary {
    border-color: #000401;
}


/*=============== 18. Call To Action =============*/
.cta-wrapper {
    padding: 40px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-color: var(--bs-secondary);
}

.cta-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: var(--bs-primary); */
    /* opacity: .95; */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    z-index: -2;
}

.cta-wrapper p {
    margin-bottom: 0;
}

.cta-wrapper h2,
.cta-wrapper p,
.cta-wrapper p a {
    color: var(--bs-white);
}

.home-cta-3.cta-wrapper h2{
	font-size: 30px;
    line-height: 30px;
}

.home-cta-3.cta-wrapper h2 span{
	color: var(--bs-primary);
}


.cta-wrapper .learn-more {
    display: inline-block;
    white-space: normal;
    color: var(--bs-white);
}

.cta-wrapper .learn-more a {
    color: var(--bs-white);
	font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-left: 6px;
    margin-right: 10px;
    text-decoration: underline;
}



.cta-wrapper .learn-more a:hover,
.cta-wrapper .learn-more a:focus {
    text-decoration-style: dotted;
}


.home-cta-3 .learn-more {
    padding-left: 90px;
    padding-top: 0;
    position: relative;
    margin-right: 15px;
}



.home-cta-3 .learn-more .or {
    display: inline-block;
    background: var(--bs-primary);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
}

.home-cta-3 .cta-icon-box {
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: var(--bs-primary);
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}


.home-cta-3 .cta-icon-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #f5a416;
    z-index: 1;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}


@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}


.footer-matter .border-right {
    border-right: 1px solid #5b6aa5 !important;
}


.footer-matter {
    padding: 0;
    border-top: 4px double #5b6aa5;
    border-bottom: 4px double #5b6aa5;
    overflow: hidden;
}