/*------------------------------------------------------------------------------------- 
Theme Name:		 Visaland Child Theme
Theme URI:		 https://modinatheme.com/visaland/
Description:	 Visaland – Immigration & Visa Consulting WordPress Theme
Author:			 modinatheme
Author URI:		 https://themeforest.net/user/modinatheme
Template:		 visaland
Version:		 1.0.0
Text Domain:	 visaland-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/

.footer-bg {
    background-color: #0046A7;
}

.footer-bottom {
    padding: 30px 0;
    position: relative;
    z-index: 9;
    background-color: #ecc139;
}

.single-footer-widget.widget_nav_menu ul li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-address-text p {
    color: #fff;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: #fff;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: block;
    background: #fff;
    color: #ffc107;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #0046A7 6%, rgba(22, 23, 26, 0.2) 99.93%);
    z-index: -1;
}
.hero-1 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, #0046A7 0.06%, rgba(22, 23, 26, 0) .0193%);
    z-index: -1;
}

.hero-1 .hero-content {
    padding: 80px 0 80px;
    position: relative;
    z-index: 9;
}
.marque-section {
    position: relative;
    background-color: #0046A7;
    padding: 30px 0;
}

.cta-chat-wrapper {
    background-color: #0046A7;
    padding: 55px 40px;
    border-radius: 7px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.header-top-wrapper.style-3 .top-right .social-icon
Specificity: (0,4,0)
 {
    background-color: #0046A7;
    padding: 18px 25px;
}
.header-top-wrapper.style-3 .top-right .social-icon {
    background-color: #0046A7;
    padding: 18px 25px;
}

.theme-btn {
    background-color: var(--theme);
    font-weight: 700;
    color: var(--white);
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    padding: 24px 45px;
    border-radius: 8px;
    z-index: 9;
    display: inline-block;
    line-height: 1;
}
.service-box-items {
    position: relative;
    margin-top: 30px;
    background-color: var(--white);
    box-shadow: var(---box-shadow);
    padding: 35px 35px;
    z-index: 9;
    overflow: hidden;
    border-radius: 10px;
}

.css-1dykl3l {
    display: inline-flex
;
    flex-direction: row;
    flex: 0 0 auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 16px;
    height: 40px;
    border-radius: 8px;
    border-width: 0px;
    user-select: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: opacity 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out, background 0.2s ease-out, fill 0.2s ease-out, box-shadow 0.2s ease-out;
    background: #0a60df;
    color: rgb(255 255 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform
A two-dimensional transformation is applied to an element through the 'transform' property. This property contains a list of transform functions similar to those allowed by SVG.
Learn more
Don't show
: translate(-50%, -50%);
}