/* Root Level Style */
:root{    
    --primary-opt: linear-gradient(326deg,rgba(31, 79, 99, 1) 0%, rgba(34, 125, 122, 1) 100%);
    --primary:linear-gradient(182deg, rgb(9 34 44) 0%, rgb(26 120 117) 100%);
    --theme-color: rgb(26 120 117);
    --black-color2: rgb(0 0 0 / 81%);
    --white-opt2: rgb(255 255 255 / 70%);
    --btn-opt1:linear-gradient(167deg, rgba(31, 79, 99, 1) 0%, rgba(34, 125, 122, 1) 100%);
    --btn-opt2: linear-gradient(272deg, rgb(31 79 99 / 40%) 0%, rgb(34 125 122 / 60%) 100%);
    --btn-opt3:linear-gradient(24deg, rgb(31 79 99 / 40%) 0%, rgb(34 125 122 / 60%) 100%);
    --white: #ffffff;
    --dark: #1F2122;
    --frmBgColor: rgb(255 255 255 / 11%);

}

/* Header Style */
.mirageLogo { width: 160px; height:57px; }
.mirageLogoFooter { width: 160px; height:57px; filter: brightness(10); }

.header-layout5 .main-menu>ul>li>a{padding:30px 0;}
.th-menu-wrapper .mobile-logo{margin:0px auto; padding-top:14px; background-color: transparent;}

.hero-10{top:90px}
.sticky-wrapper.sticky, .sticky-wrapper{background:var(--white) !important;}
.main-menu a, .main-menu ul li:has(.sub-menu)>a:after, .main-menu ul li:has(.mega-menu)>a:after, .main-menu ul li.menu-item-has-children>a:after, 
.header-layout5 .main-menu>ul>li>a:hover, .header-layout5 .main-menu>ul>li>a:hover:after{color:var(--primary-opt); }


/* Counter Card Style */
.counter-card-wrap{padding-top:5px;}
.myCsp{padding:90px 0px 30px 0px !important;}

/* Conract Us  Style */
div.about-contact-details-text p{margin-bottom:0 !important;}
div.text p{color:var(--th-border-color2);}

/*
.contact-sec-map .contact-map iframe{height:1150px !important;}
.contact-sec-map .location-map-address{bottom:0%; right:20%;}
*/

/* Controls Styles */
.btnStyle4, .th-btn.style2, .scroll-top, .th-btn.style-border2:hover{
    background-image: var(--btn-opt2) !important;
    background-color: var(--dark) !important;
}
.th-btn.style-border8:hover{
    background-color: var(--dark); background-image: var(--btn-opt2) !important;
    border-color: var(--btn-opt2) !important;
}
.why-feature-list .why-feature-list-wrap .number{background-image: var(--btn-opt1); color:var(--white);}
.shape23{width:150px;}
.shape21{width:230px;}

/* Footer Styles */
.footerIconSpecialWidth{width:26px;}
.th-widget-contact{max-width: 100%;}
.copyright-wrap .copyright-text a > abbr{text-decoration:none !important; cursor:inherit;}

/* NewsLetters Styles */
#NewsLetters .alert{ 
    background-color:var(--frmBgColor); border-color: var(--frmBgColor);
    border-radius: 43px; padding: 0.1rem 1rem; margin: 0.2rem 1rem auto; 
}
#NewsLetters .alert-danger{color:var(--white);}
#NewsLetters .alert-success{color:var(--white);}
#NewsLetters  .btn-close{
    padding:0; top:7px; right:10px; width:10px;
    background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path%20d='M.293.293a1%201%200%200%201%201.414%200L8%206.586%2014.293.293a1%201%200%201%201%201.414%201.414L9.414%208l6.293%206.293a1%201%200%200%201-1.414%201.414L8%209.414l-6.293%206.293a1%201%200%200%201-1.414-1.414L6.586%208%20.293%201.707a1%201%200%200%201%200-1.414'/></svg>") 50%/1em auto no-repeat transparent
}

/*
    @media screen and (min-width: 1024px) {}
*/

@media screen and (max-width: 767px) {
    .hero-10{top:100px}
    .myCsp{padding:150px 0px 75px 0px !important;}
}
