/*
Typography
=========================== */
html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
    color:#ffeb3b;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
        font-size: 36px;
    font-family: 'Heebo', sans-serif;
    line-height: 48px;
    color: #000000;
    font-weight: bolder;
    text-align: center;

}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom:20px;
	font-family: 'Poppins', sans-serif;
	font-family: 'Heebo', sans-serif;text-align: justify;    color: white;
}

.section{
    padding: 10px 10px;
    position: relative;    background: #081e2e;
}



/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 600;
    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
           width: 350px;
    margin-top: -37px;
    }
    
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
                width: 222px;
    margin-top: -24px;
}
    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}

@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #f43438;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #ec3c1d !important;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #f43438 !important;
    }
}

/*
Border
=========================== */
ul.cart-list > li.total > .btn{
    border-color: #f43438;
}

nav.navbar li.dropdown ul.dropdown-menu{
    border-top-color: #f43438 !important;
}

/*
Background
=========================== */
ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus{
    background-color: #f43438;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus{
    background-color: #dc3236 !important;
}


.hm_contact_form {
   position: relative;
           padding: 20px;
       padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 5px !important;
    padding-left: 20px;
    margin-left: 4px;
        background-image: linear-gradient(180deg, #f9d903 0%, #e2f60a 50%, #fbda05 100%);
		background-image: linear-gradient(
180deg
, #f9d903 0%, #ff9800 50%, #fbda05 100%);

    background-image: linear-gradient( 
180deg
 , #e91e63 0%, #e91e63 50%, #e91e63 100%);
     background-image: linear-gradient( 
180deg
 , #ffeb3b 0%, #ffeb3b 50%, #fdc401 100%);
		}
		
		
		.hm_contact_form {
    position: relative;
    padding: 20px;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 5px !important;
    padding-left: 20px;
    margin-left: 4px;
    background-image: linear-gradient(180deg, #f9d903 0%, #e2f60a 50%, #fbda05 100%);
    background-image: linear-gradient(180deg, #f9d903 0%, #ff9800 50%, #fbda05 100%);
    background-image: linear-gradient(180deg, #e91e63 0%, #e91e63 50%, #e91e63 100%);
    background-image: linear-gradient(180deg, #850606 0%, #ff001b 50%, #fe1817 100%);
}


h4 {
    font-size: 19px;
    line-height: 30px;
}

.hm_contact_form h2.title1 {
    background-color: #b814d4;
    padding: 10px 20px;
    margin: 0px -27px;
	color:#fff;
}
.hm_contact_form_1 {
	position: relative;
	padding: 20px;
	background-color: #2a2964;
}
.label_space {
	display: block;
	margin-bottom: 10px;
}
.form_row {
	margin-top: 10px;
}
.form_row label:not(.orderby_label) {
	float: left;
	display: block;
	width: 25%;
	color: #999;
	line-height: 39px;
}
.form_row .orderby_label {
	float: left;
	width: 75%;
}
.form_row > span {
	display: inline-block;
}
.form_row label.error {
	color: #e74c3c;
	margin-bottom: 0;
	width: 75%;
	float: right;
	font-size: 13px;
}
.form_row .hm_input_text {
	border-radius: 4px;
	color: #324545;
        box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.2);
	font-weight: 600;    border: 2px solid #dadada;
	width: 100%;
}
.form_row .hm_textarea {
	color: #324545;
	min-height: 90px;
	width: 100%;
	resize: none;
}
.form_row #form-messages {
	margin-left: 25%;
}
.form_row input[type="radio"]:first-of-type, .form_row input[type="checkbox"]:first-of-type {
	margin-left: 0;
}
.form_row input[type="radio"], .form_row input[type="checkbox"] {
	display: inline-block;
	margin: 3px 5px 4px 15px;
}
.full_contact_form .form_row label {
	float: none;
	width: 100%;
}
.full_contact_form #form-messages {
	margin-left: 0;
}
.bg_gray .form_row label {
	color: #888;
}
.full_contact_form .form_row .hm_input_text, .full_contact_form .form_row .hm_textarea, .full_contact_form .form_row select, .form_row input[type="file"] {
	width: 100%;
}
.full_contact_form .form_row button, .full_contact_form .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 100%;
}
.hm_requires_star {
	color: #e74c3c;
}
.my_col_half label.error, .full_contact_form label.error {
	float: none;
}
.form_row:first-child {
	margin-top: 0;
}
#form-messages.send_success {
	border: 2px solid #44a244;
	color: #555;
	padding: 14px 20px 15px;
}
.form_row button, .form_row input[type="submit"] {
	margin-left: 0;
	max-width: 59%;
}
.full_button {
	width: 100%;
}
.form_loader {
	background: url("img/camera-loader.gif") no-repeat center center rgba(255, 255, 255, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.form_row button, .form_row input[type="submit"] {
    margin-left: 0;
    max-width: 59%;
    background: #060606;
    color: white;
}

.box{
     background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);
     font-family: 'Raleway', sans-serif;
	 background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(236 60 29) 0%, rgb(249 213 2) 100.2%);
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     position: relative;
     transition: all 0.3s ease-in-out;
 }
 .box:hover{ box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.4); }
 .box:before{
     content: "";
     border: 8px solid #ff5622;
     opacity: 0;
     position: absolute;
     top: 50%;
     bottom: 50%;
    /* left: 15px;*/
     right: 15px;
     z-index: 1;
     transition: all 0.4s ease-in-out;
 }
 .box:before{
     opacity: 0.9;
     top: 15px;
     bottom: 15px;
 }
 .box img{
     width: 100%;
     height: auto;
     transform: scale(1.1) translateX(4%);
     transition: all 0.4s ease-in-out;
 }
 .box img{
        opacity: 1.3;
     transform: scale(1.1) translateX(-4%);    border-radius: 0px 0px;
 }
 .box .box-content{
     color: #fff;
     opacity: 0;
     transform: translateX(20%);
     position: absolute;
     top: 30px;
     left: 33px;
     transition: all 0.3s ease-out;
 }
 .box .box-content{
     opacity: 1;
     transform: translateX(0);
     transition-delay: 0.3s;
 }
 .box .title{
     font-size: 22px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
 }
 .box .post{
     font-size: 15px;
     font-weight: 400;
     font-style: italic;
     text-transform: capitalize;
     letter-spacing: 1px;
 }
 .box .icon{
     padding: 0;
     margin: 0;
     list-style: none;
     opacity: 0;
     transform: translateX(-20%);
     position: absolute;
     bottom: 33px;
     right: 30px;
     z-index: 1;
     transition: all 0.3s ease-out;
 }
 .box .icon{
     opacity: 1;
     transform: translateX(0);
     transition-delay: 0.3s;
 }
 .box .icon li{
     margin: 0 2px;
     display: inline-block;
 }
 .box .icon li a{
     color: rgba(2, 83, 185, 1);
     background: #fff;
     font-size: 18px;
     text-align: center;
     line-height: 30px;
     height: 35px;
     width: 35px;
     border: 3px solid #fff;
     display: block;
     transition: all 0.3s ease;
 }
 .box .icon li a:hover{
     color: #fff;
     background: rgba(6, 57, 84, 1);
 }
 @media only screen and (max-width:990px){
     .box{ margin: 0 0 30px; }
 }
 
 .button.button-3d:hover {
    background-color: #89838a !important;
    opacity: 0.9;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    border-radius: 25px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    border: 2px solid black;
    line-height: 40px;
    border: 2px solid springgreen;
    background-color: #f6ab17;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;    font-size: 19px;
    text-shadow: 1px 1px 20px rgb(255 255 255);
}

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 30px;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 30px;
}
#accordion .panel-title a{
    display: block;
    padding: 17px 20px 8px 70px;
    background: #ffc107;
    font-size: 18px;
    font-weight: 600;
    color: #f4442e;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{ color: #242167; }
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #f4442e;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{ content: "\f105"; }
#accordion .panel-body{
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .panel-body p{
    padding: 10px 20px 10px;
    margin: 0;
    background: #f4442e;
    border-radius: 15px;
}

.wa{
	
	background-color:green;border-radius:30px;padding:3px;text-align:center;font-weight:bolder;
}
@media (max-width:620px)
{
	#accordion .panel-title a {
    display: block;
    padding: 11px 16px 8px 70px;
    background: #ffc107;
    font-size: 10px;
    font-weight: 600;
    color: #f4442e;
    border: none;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.wa{
	  background-color: #ffef00;
        border-radius: -3px;
        padding: 15px;
        color: #064006;
        font-size: 38px;
        text-align: center;
        font-weight: bolder;
}
}
.testimonial{
    text-align: center;
}
.description{
   color: #fff1f1;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    padding: 0px 18%;
    position: relative;

}
.description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2%;
    color:#3498db;
    font-size: 36px;
}
.description:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 2%;
    color:#3498db;
    font-size: 36px;
}
.pic{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title{
    font-size: 18px;
    color:#333;
    font-weight: bolder;
    text-transform: capitalize;
}
.testimonial-title > small{
    display: block;
    color:#ffeb3b;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3498db;
}
.owl-theme .owl-controls .owl-page span{
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .description{
            text-align: left;
    font-size: 19px;
    line-height: 29px;
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
}




.ast_footer_wrapper{
    float: left;
    width: 100%;padding-top:10px;
    background-color: #c3001b;
    position: scroll;    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0090), color-stop(100%, #f44336));
    bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a0236), color-stop(100%, #ff3d00));
    z-index: -1;
}
.ast_footer_info{
	float:left;
	width:100%;
	text-align:center;
    margin-bottom: 50px;
}
.ast_footer_info img{
	display:inline-block;
	margin-bottom:15px;
}
.ast_footer_info p{
	float:left;
	width:100%;
	color:#ffffff;
	margin-bottom:20px;
}
.ast_footer_info ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_footer_info ul li{
	display:inline-block;
	width:auto;
	list-style:none;
}
.ast_footer_info ul li a{
    float: left;
    width: 40px;
    height: 40px;
	line-height: 40px;
    border-radius: 100%;
    text-align: center;
    background-color: #ffc107;
    margin: 5px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_footer_info ul li a:hover{
    background-color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.text-widget{
	float:left;    margin-bottom: 9px;
	width:100%;
    margin-bottom: 70px;
	    margin-bottom: 9px;
}
.widget-title{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 33px;
    color: #ffc107;
    text-transform: capitalize;
    font-family: 'Dancing Script', cursive;
    position: relative;
    padding-bottom: 15px;
    text-align: center;

}
.ast_newsletter{
    float: left;
    width: 100%;
}
.ast_newsletter p{
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}
.ast_newsletter_box{
	float:left;
	width:100%;
}
.ast_newsletter_box input{
    float: left;
    width: calc(100% - 65px);
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #ffffff;
    border-right: 0px;
    color:#ffffff;
    border-radius: 3px 0px 0px 3px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box input:hover, .ast_newsletter_box input:focus{
	background-color:rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box input::-webkit-input-placeholder { 
  color: #ffffff;
}
.ast_newsletter_box input::-moz-placeholder {
  color: #ffffff;
}
.ast_newsletter_box input:-ms-input-placeholder {
  color: #ffffff;
}
.ast_newsletter_box input:-moz-placeholder {
  color: #ffffff;
}
.ast_newsletter_box button{
    float: right;
    width: 65px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ff6f00;
    border: 1px solid #ffffff;
    border-radius: 0px 3px 3px 0px;
    padding: 0px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_newsletter_box button:hover, .ast_newsletter_box button:focus{
	background-color: #ff6f00;
	color:#ffffff;
	border: 1px solid #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_servicelink{
	float:left;
	width:100%;
}
.ast_servicelink ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_servicelink ul li{
	float:left;
	width:100%;
	list-style:none;
}
.ast_servicelink ul li a{
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #ad0c23;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;font-size: 18px;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
}
.ast_servicelink ul li:first-child a{
	padding-top: 0px;
}
.ast_servicelink ul li:last-child a{
	padding-bottom: 0px;
	border-bottom:0px;
}
.ast_servicelink ul li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_sociallink{
	float:left;
	width:100%;
}
.ast_sociallink ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_sociallink ul li{
	float:left;
	width:100%;
	list-style:none;
}
.ast_sociallink ul li a{
    float: left;
    width: 100%;
    color: #ffffff;font-size: 18px;
    text-transform: capitalize;
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #ad0c23;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;text-align:center;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_sociallink ul li:first-child a{
	padding-top: 0px;
}
.ast_sociallink ul li:last-child a{
	padding-bottom: 0px;
	border-bottom:0px;
}
.ast_sociallink ul li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gettouch{
	float:left;
	width:100%;
}
.ast_gettouch ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ast_gettouch ul li{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:15px;
}
.ast_gettouch ul li:last-child{
	margin-bottom:0px;
}
.ast_gettouch ul li i{
	float:left;
	width:30px;
	color: #ffc107;
	font-size:20px;
    padding-top: 3px;
}
.ast_gettouch ul li p{
	float:right;
	width:calc(100% - 30px);
	color:#ffffff;
	margin-bottom:0px;
}
.ast_gettouch ul li a{
    float: left;
    width: calc(60% - 30px);
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_gettouch ul li a:hover{
	color: #ff6f00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_copyright_wrapper{
	float:left;
	width:100%;
	text-align:center;
	border-top:1px dotted #ffffff;
	padding-top:20px;
}
.ast_copyright_wrapper p{
	float:left;
	width:100%;
	margin-bottom:0px;
	text-transform:capitalize;
	color:#ffffff;
}
.ast_copyright_wrapper p a{
    font-weight: 700;
	color: #ff6f00;
}

a {
    color: #ffffff;
}
.box .title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.box:before {
    content: "";
    border: 8px solid #ebe8e752;
    opacity: 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
    /* left: 15px; */
    right: 15px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.box {
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);
    font-family: 'Raleway', sans-serif;
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(255 45 8) 0%, rgb(249 2 2) 100.2%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}


.box {
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);
    font-family: 'Raleway', sans-serif;
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(255 45 8) 0%, rgb(100 6 16) 100.2%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.description {
    color: #0f0e0e;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    padding: 0px 18%;
    position: relative;
}

@media (max-width: 620px) {
    .wa {
        background-color: #ffef00;
        border-radius: -3px;
        padding: 15px;
        color: #064006;
        font-size: 25px;
        text-align: center;
        font-weight: bolder;
    }
}
@media (max-width: 620px) {
    .wa {
        background-color: #f9f9f9;
        border-radius: -3px;
        padding: 15px;
        color: #064006;
        font-size: 25px;
        text-align: center;
        font-weight: bolder;
    }
}

.section {
    padding: 10px 10px;
    position: relative;
    background: #ec3c1d;
}

.box {
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);
    font-family: 'Raleway', sans-serif;
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(137 8 255) 0%, rgb(100 6 16) 100.2%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
	
	background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(236 60 29) 0%, rgb(236 60 29) 100.2%);
}

@media (min-width: 1024px) {
    nav.navbar .navbar-brand img.logo {
        width: 315px;
        margin-top: -29px;
    }
}

.section {
    padding: 10px 10px;
    position: relative;
    background: #ec3c1d;
	
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a0236), color-stop(100%, #ff3d00));
}

.box {
    border-rad: 10px;
    border-radius: 22px;
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgba(4, 189, 228, 1) 0%, rgba(2, 83, 185, 1) 100.2%);
    font-family: 'Raleway', sans-serif;
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(137 8 255) 0%, rgb(100 6 16) 100.2%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-image: radial-gradient(circle farthest-corner at 22.4% 21.7%, rgb(236 60 29) 0%, rgb(236 60 29) 100.2%);
    border-radius-bottom-left: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffe300;
    margin: 0 0 15px 0;
    font-family: 'Dancing Script', cursive;
    letter-spacing: 1px;
    font-weight: bold;
}
.form_row button, .form_row input[type="submit"] {
    margin-left: 0;
    max-width: 59%;
    background: #6a5704;
    color: white;
}
.hm_contact_form {
    position: relative;
    padding: 20px;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 5px !important;
    padding-left: 20px;
    margin-left: 4px;
    background-image: linear-gradient(180deg, #f9d903 0%, #e2f60a 50%, #fbda05 100%);
    background-image: linear-gradient(180deg, #f9d903 0%, #ff9800 50%, #fbda05 100%);
    background-image: linear-gradient(180deg, #e91e63 0%, #e91e63 50%, #e91e63 100%);
    background-image: linear-gradient(180deg, #85060600 0%, #ff001b7d 50%, #fe181700 100%);
}

.chakra-testimonials{
    position:relative;
    padding:100px 20px;
    overflow:hidden;
    background:#080808;
}

/* Rotating Chakra */

.chakra-bg{
    position:absolute;
    top:50%;
    left:50%;

    transform:translate(-50%,-50%);
    z-index:1;
}

.chakra-bg img{
    width:600px;
    opacity:.12;

    animation:rotateChakra 35s linear infinite;
}

@keyframes rotateChakra{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

/* Content */

.chakra-testimonials .container{
    position:relative;
    z-index:2;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:10px;
}

.section-title p{
    color:#ddd;
}

/* Cards */

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.testimonial-card{
    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:30px;

    text-align:center;

    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);

    box-shadow:0 15px 40px rgba(255,156,24,.20);
}

.quote{
    font-size:50px;
    color:#ff9c18;
    line-height:1;
}

.testimonial-card p{
    color:#eee;
    line-height:1.8;
    margin:15px 0;
}

.testimonial-card h4{
    color:#fff;
    margin-bottom:5px;
}

.testimonial-card span{
    color:#ff9c18;
    font-size:18px;
}

/* Mobile */

@media(max-width:991px){
    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .chakra-bg img{
        width:350px;
    }

    .section-title h2{
        font-size:30px;
    }
}

.quote {
    font-size: 50px;
    color: #ff9c18;
    line-height: 1;
}
.testimonial-card {
    background: rgb(242 68 4);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255);
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    transition: .4s;
}


.astro-footer{
    background:linear-gradient(135deg,#090909,#1a1a1a);
    padding:80px 0 20px;
    position:relative;
    overflow:hidden;
}

.astro-footer::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#ff9c18;
    filter:blur(180px);
    opacity:.08;
    top:-250px;
    right:-200px;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:30px;
}

.footer-col h3{
    color:#ff9c18;
    font-size:22px;
    font-weight:800;
    margin-bottom:20px;
}

.footer-col p{
    color:#ddd;
    line-height:1.8;
}

.footer-col ul{
    list-style:none;
    padding:0;
}

.footer-col ul li{
    color:#ddd;
    margin-bottom:12px;
    transition:.3s;
}

.footer-col ul li:hover{
    color:#ff9c18;
    transform:translateX(5px);
}

.footer-col a{
    color:#ddd;
    text-decoration:none;
}

.footer-social{
    margin-top:20px;
}

.footer-social a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#ff9c18;
    margin-right:8px;
    font-size:18px;
}

.contact-box{
    background:rgba(255,255,255,.05);
    padding:20px;
    border-radius:20px;
    border:1px solid rgba(255,156,24,.2);
}

.contact-item{
    color:#fff;
    margin-bottom:15px;
    line-height:1.7;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:50px;
    padding-top:20px;
    text-align:center;
    color:#aaa;
}

@media(max-width:991px){

    .footer-grid{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:767px){

    .footer-grid{
        grid-template-columns:1fr;
    }

}

.astro-footer {
    background: linear-gradient(135deg, #090909, #1a1a1a);
    padding: 80px 0 20px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a0236), color-stop(100%, #ff3d00));
    overflow: hidden;
}

.contact-box {
    background: rgb(7 6 0 / 85%);
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 156, 24, .2);
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 8px;
    font-size: 18px;
}


.footer-col h3 {
    color: #ffce8c;
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* ===== STICKY WRAPPER ===== */

.sticky-contact{
  position:fixed;
  left:0;
  top:50%;
  transform:translateY(-50%);

  display:flex;
  flex-direction:column;
  gap:12px;

  z-index:9999;
}

/* ===== BUTTON STYLE ===== */

.sticky-btn{
  display:flex;
  align-items:center;
  gap:10px;

  padding:12px 14px;

  color:#fff;
  text-decoration:none;
  font-weight:700;

  border-radius:0 30px 30px 0;

  transition:0.3s;

  position:relative;

  box-shadow:0 0 20px rgba(0,0,0,0.3);
}

/* ICON */
.sticky-btn span{
  font-size:14px;
  display:none;
}

/* SHOW TEXT ON HOVER */
.sticky-btn:hover span{
  display:inline;
}

/* CALL BUTTON */
.sticky-btn.call{
  background:linear-gradient(135deg,#ff9c18,#ff6a00);
}

/* WHATSAPP BUTTON */
.sticky-btn.whatsapp{
  background:linear-gradient(135deg,#25D366,#128C7E);
}

/* HOVER EFFECT */
.sticky-btn:hover{
  padding-right:30px;
  transform:translateX(5px);
}

/* PULSE ANIMATION */
.sticky-btn::before{
  content:"";
  position:absolute;
  inset:0;

  border-radius:0 30px 30px 0;

  animation:pulse 2s infinite;
}

@keyframes pulse{
  0%{
    box-shadow:0 0 0 rgba(255,255,255,0.2);
  }
  50%{
    box-shadow:0 0 20px rgba(255,255,255,0.1);
  }
  100%{
    box-shadow:0 0 0 rgba(255,255,255,0.2);
  }
}

/* ===== MOBILE ===== */

@media(max-width:768px){

  .sticky-btn{
    padding:10px;
  }

  .sticky-btn span{
    display:none !important;
  }

}





/* TOP HEADER BAR */

.top-trust-bar{
    background:linear-gradient(
    270deg,
    #ff9c18,
    #ff025e,
    #d70652,
    #ff9c18
    );

    background-size:400% 400%;

    animation:gradientMove 8s ease infinite;

    overflow:hidden;

    padding:12px 0;

    border-bottom:2px solid rgba(255,255,255,.15);
}

/* MOVING TEXT */

.trust-text{
    color:#fff;

    font-size:16px;

    font-weight:700;

    white-space:nowrap;

    animation:scrollText 20s linear infinite;

    text-shadow:0 0 10px rgba(255,255,255,.4);
}

/* GRADIENT ANIMATION */

@keyframes gradientMove{

    0%{
        background-position:0% 50%;
    }

    50%{
        background-position:100% 50%;
    }

    100%{
        background-position:0% 50%;
    }
}

/* TEXT SCROLL */

@keyframes scrollText{

    0%{
        transform:translateX(100%);
    }

    100%{
        transform:translateX(-100%);
    }

}

/* MOBILE */

@media(max-width:768px){

    .trust-text{
        font-size:13px;
    }

}

.description {
    color: #0f0e0e;
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 30px;
    padding: 0px 18%;
    text-align: left;
    position: relative;
}

.astro-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    max-width:1200px;
    margin:auto;
}

.astro-feature-box{
    background:#fff;
    padding:25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.astro-feature-box::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#FF025E,#D70652);
}

.astro-feature-box:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(255,2,94,.20);
}

.astro-service-icon{
    width:75px;
    height:75px;
    margin-bottom:15px;
    animation:floatIcon 3s ease-in-out infinite;
}

.astro-feature-box h4{
    color:#222;
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.astro-feature-box p{
    color:#666;
    font-size:14px;
    line-height:1.7;
}

@keyframes floatIcon{
    0%{transform:translateY(0);}
    50%{transform:translateY(-8px);}
    100%{transform:translateY(0);}
}

@media(max-width:991px){
    .astro-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .astro-feature-grid{
        grid-template-columns:1fr;
    }
}

.astro-feature-box p {
    color: #351b1b;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
}

.astro-feature-box {
    background: #fffffff5;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: .4s;
    position: relative;
    overflow: hidden;
}
a {
    color: #370707;
}


.astro-guarantee-banner{
    position:relative;
    padding:120px 20px;

    background:url('../images/hex.jpg') center center/cover no-repeat;

    overflow:hidden;
}

.astro-guarantee-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
    rgba(0,0,0,.75),
    rgba(0,0,0,.70)
    );
}

.astro-guarantee-content{
    position:relative;
    z-index:2;

    max-width:900px;
    margin:auto;

    text-align:center;
}

.astro-badge{
    display:inline-block;

    background:rgba(255,156,24,.15);

    border:1px solid rgba(255,156,24,.4);

    color:#ff9c18;

    padding:10px 22px;

    border-radius:50px;

    margin-bottom:20px;

    font-weight:700;
}

.astro-guarantee-content h2{
    color:#fff;
    font-size:55px;
    font-weight:900;
    margin-bottom:15px;
}

.astro-guarantee-content h3{
    color:#ff9c18;
    font-size:30px;
    font-weight:800;
    margin-bottom:20px;

    animation:glowText 2s infinite alternate;
}

.astro-guarantee-content p{
    color:#ddd;
    font-size:18px;
    line-height:1.9;

    max-width:800px;
    margin:auto auto 30px;
}

.astro-contact-btns{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.astro-call-btn{
    background:linear-gradient(135deg,#ff9c18,#ff6a00);
    color:#fff;
    text-decoration:none;

    padding:14px 30px;
    border-radius:50px;

    font-weight:700;
}

.astro-wa-btn{
    background:linear-gradient(135deg,#25D366,#128C7E);
    color:#fff;
    text-decoration:none;

    padding:14px 30px;
    border-radius:50px;

    font-weight:700;
}

.astro-call-btn:hover,
.astro-wa-btn:hover{
    transform:translateY(-5px);
    color:#fff;
}

@keyframes glowText{
    from{
        text-shadow:0 0 10px #ff9c18;
    }
    to{
        text-shadow:0 0 25px #ff9c18,
                    0 0 40px #ff9c18;
    }
}

@media(max-width:768px){

    .astro-guarantee-content h2{
        font-size:34px;
    }

    .astro-guarantee-content h3{
        font-size:22px;
    }

    .astro-guarantee-content p{
        font-size:15px;
    }

}

.astro-guarantee-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(3 3 38 / 93%), rgba(0, 0, 0, .70));
}
@media (max-width: 768px) {
    .astro-guarantee-content p {
        color: #ffffff;
        font-size: 15px;
        text-align: center;
    }
}

nav.navbar.navbar-transparent ul.nav > li > a:hover, nav.navbar.no-background ul.nav > li > a:hover, nav.navbar ul.nav li.scroll.active > a, nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover, nav.navbar ul.nav li.dropdown.on > a, nav.navbar-dark ul.nav li.dropdown.on > a {
    color: #ffffff !important;
}