/*
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:#3f3f3f;
	color: #cf1612;
    margin:15px 0 15px 0;
    letter-spacing: 1px;    
    font-weight: bold;
}

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

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:27px;
    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;color: #666666;text-align:justify;
	    margin-bottom: 20px;
    color: #443737;
    text-align: center;
}

.section{
    padding-top: 10px;
    position: relative;
}

/*
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: -20px;
    }
    
    nav.navbar .navbar-brand img.logo{
                  width: 238px;
    margin-top: 9px;
    }
    
    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{
          margin-top: -15px;
         width: 287px;
    }
    
    .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: #ff5722;
}

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: #f43438 !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: #ffffff  !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;
}
.btn-primary {
    color: #fff;
    background-color: #8c2d87;
    border-color: #8c2d87;
}
.text-danger {
    color: #ffffff;    text-transform: uppercase;font-weight:bolder;    margin-top: 6px;
}




.testimonial{
    text-align: center;
}
.testimonial .testimonial-content{
   padding: 30px 50px;
    background: #2ec4b6;
    border-top: 4px solid #f2eaea;
    position: relative;
    background: linear-gradient( 315deg , #dc0d0d 0%, #FF0099 74%);
    margin: 0 10px 35px;
    border-radius: 29px 119px;
    background-image: linear-gradient(90deg, rgb(100 9 111) 0%, rgb(174 12 152) 100%);
    border-radius: 158px;
}
.testimonial .testimonial-content:after{
    content: "";
    position: absolute;
    border-top: 10px solid #ed0d3a;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    left: 47%;
}
.testimonial .description{
    font-size: 14px;
    color: #fdfffc;
    line-height: 25px;
    margin: 0;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #011627;color: #9f0c09;
    letter-spacing: 1px;
    text-transform: uppercase;    font-family: 'Bebas Neue', cursive;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff9f1c;
}
.owl-theme .owl-controls{
    border-top: 1px solid #d5d5d5;
    margin-top: 40px;
    padding-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #170d0c;
    border-radius: 4px;
    opacity: 1;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fdfffc;
}
.owl-next:before{
    content: "\f054";
}
.owl-prev:hover:before,
.owl-next:hover:before{
    color: #011627;
}

.checked {
  color: orange;
}



/* footer */
footer {
background: -webkit-Radial-gradient(#021B79 , #021354);    background: -webkit-Radial-gradient(#06102f , #071233);
    background: -webkit-Radial-gradient(#129ff3 , #199af3);background: linear-gradient( 
315deg
 , #ff0851 0%, #cf1612 74%);


    text-align: cent  position: relative;
	    background: linear-gradient( 315deg , #e6e6e6 0%, #e4e4e4 74%);
}
.footer-sec {
padding-top: 10px;
}

.footer-sec h2 {
color: #6f11bb;
    font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 10px;
position: relative;    
text-transform: capitalize;

}

.footer-sec p {
color: #fff;
font-size: 14px;
font-family: 'Tajawal', sans-serif;
}
.footer-wedget-one img {
	margin-bottom: 10px;
	margin-top: -20px;
}
.footer-social-profile li {
	display: inline-block;
	margin-right: 6px;
}
.footer-social-profile li:last-child{margin-right:0px;}
.footer-social-profile li a {
  color: #ededed;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  position:relative;
  z-index:2
}
.footer-social-profile li a:hover{
	background:#fab909;
}
.footer-social-profile li a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #fab909;
	left: 0;
}

.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-widget-menu li:before{color: #6e11bd;
content: "\f101";
font-family: fontawesome;
font-size: 14px;
left: -4px;
position: absolute;
top: 0;}
.footer-widget-menu li {
    position: relative;
    list-style: none;
}
.footer-widget-menu li a {
color: #6e11bd;
display: inline-block;
font-size: 14px;    font-weight: bold;
padding-bottom: 10px;
padding-left: 14px;
text-transform: capitalize;
}
.footer-widget-menu li a:hover{color:#fab909;transition: all 0.4s ease 0s;}
.bussiness-time > span {
color: #fff;
display: inline-block;
font-size: 14px;
margin-bottom: 20px;
text-transform: capitalize;
}
.bussiness-time li {
color: #ededed;
padding-bottom: 10px;
text-transform: capitalize;
font-size: 14px;
}
.bussiness-time li span{color:#fab909}
.wedget-newsletter form {
background: #525459 none repeat scroll 0 0;
margin-bottom: 25px;
margin-top: 25px;
position: relative;
}

.wedget-newsletter input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
padding: 10px 58px 10px 10px;
text-transform: capitalize;
width: 100%;
font-style: italic;
font-weight: 600;
color: #282828;
}
.wedget-newsletter input[type="submit"] {
background: #fab909 none repeat scroll 0 0;
color: #fff;
font-weight: 600;
padding: 11px 20px;
position: absolute;
right: 0;top:0
}
.flicker-photo ul li {
  display: block;
}
.flicker-photo ul li img {
	display: inline-block;
	margin-bottom: 10px;
	width: 25%;
	float: left;
	margin-right: 10px;
}
.footer-bottom-sec {
background:#3f51b5;
padding: 10px 0;
}

.footer-bottom-sec p {
color: #f4f4f4;
font-size: 14px;
margin: 0;
text-align: center;
}
.copy-right span,
.copy-right span a{
color: #fab909;
text-transform: capitalize;
}
.inner-item {
	color: #f4f4f4;
}
.inner-item i {
	color: #fab909;
}

.hm_contact_form h2.title1 {
     background-color: #db1322;
    padding: 1px 20px;
    margin: 0px -34px;    font-family: 'Bebas Neue', cursive;
    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;
	font-weight: 600;
	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;
}

.title1 {
      font-size: 19px;
    font-weight: lighter;
    margin: 0 0 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}
.button.button-3d:hover {
    background-color: #ff0101 !important;
    opacity: 0.9;
}
.button {
   display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #57154b;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 18px;
   

}


.serviceBox{
    background: linear-gradient(-45deg, #fffbf2 50%, #fffdfc 50%);
    font-family: 'Nunito', sans-serif;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 15px -7px rgba(0,0,0,0.1);
}
.serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(to right, #02718D 50%, #02819E 50%);
    font-size: 40px;
    line-height: 75px;
    height: 80px;
    width: 120px;
    margin: 0 auto 25px;
    border: 5px solid #02819E;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #fff inset;
}
.serviceBox .title{
    color: #02718D;
    font-family: 'Dosis', sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.serviceBox .description{
        color: #fff;
    font-size: 29px;
    line-height: 22px;
    text-align: center;
    margin: 0;
}
.serviceBox.orange .service-icon{
    background: linear-gradient(to right, #f46d1f 50%, #f78409 50%);
    border-color: #f46d1f;
}
.serviceBox.orange .title{ color: #f46d1f; }
.serviceBox.purple .service-icon{
    background: linear-gradient(to right, #8950BB 50%, #995AC5 50%);
    border-color: #8950BB;
}
.serviceBox.purple .title{ color: #8950BB; }
.serviceBox.blue .service-icon{
    background: linear-gradient(to right, #00C8EC 50%, #00CFEF 50%);
    border-color: #00C8EC;
}
.serviceBox.blue .title{ color: #00C8EC; }
@media only screen and (max-width: 990px){
    .serviceBox{     margin: 0 0 -19px; }
}

a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #dc10d4;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #f8f8f8;
    color: #1e4276;
}
#accordion .panel-title a.collapsed:hover{
    color: #dc10d4;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #d7573e;
}
#accordion .panel-title a:after{
    content: "\f621";
    font-family: "Font Awesome 5 Free";
    font-weight: bolder;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #dc10d4;
    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}



.box{
    background: #fff;
    font-family: 'Raleway', sans-serif;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px -7px rgba(0,0,0,0.5);
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
	    border-radius: 4px;
}
.box:hover img{ transform: translateY(-60px); }
.box .box-content{
    color: #34495e;
    width: calc(100% - 85px);
    padding: 5px 10px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease 0s;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 -13px;
}
.box .post{
    font-size: 15px;
    font-weight: 500;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.4s ease 0s;
}
.box:hover .icon{ opacity: 1;  }
.box .icon li{
    margin: 0 -2px;
    display: inline-block; 
}
.box .icon li a{
    color: #34495e;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    width: 40px;
    height: 60px;
    display: block;
    transition: all 0.3s ease-in-out;
}
.box .icon li a:hover{
    color: #fff;
    background: #34495e;
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}

.ser ul li a{color:white;text-align:center;list-style:none !important;}


.ser li:before {
    color: #fff7fc;
    content: "\f101";
    font-family: fontawesome;
    font-size: 14px;
    left: -4px;
    position: absolute;
    top: 0;
}

.hm_contact_form h2.title1 {
    background-color: #db132200;
    padding: 1px 20px;
    margin: 0px -34px;
    font-family: 'Bebas Neue', cursive;
    color: #fff;
}
#accordion .panel-title a {
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ed0407;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
@media (max-width: 992px) {
    nav.navbar .navbar-brand img.logo {
        margin-top: -14px;
        width: 241px;
    }
}
.testimonial .testimonial-content {
    padding: 30px 50px;
    background: #2ec4b6;
    border-top: 4px solid #f2eaea;
    position: relative;
    background: linear-gradient(315deg, #dc0d0d 0%, #FF0099 74%);
    margin: 0 10px 35px;
    border-radius: 29px 119px;
    background-image: linear-gradient(90deg, rgb(100 9 111) 0%, rgb(174 12 152) 100%);
    border-radius: 158px;
    background: #fff;
    box-shadow: 0 0 9px #c9c9c98f;
}
.testimonial .description {
    font-size: 14px;
    color: #585757;
    line-height: 25px;
    margin: 0;
    color: #202020;
    font-weight: 500;
    font-size: 15px;
}
.testimonial .testimonial-title {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #011627;
    color: #831f21;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-family: arial;
    margin: 0 0 7px 0;
}
.footer-sec h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;font-family: "Marcellus SC", serif;
    text-transform: capitalize;
}
.footer-sec p {
    color: #000000;
    font-size: 14px;
    font-family: 'Tajawal', sans-serif;
}
.footer-widget-menu li a {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 14px;
    text-transform: capitalize;
}
.footer-widget-menu li:before {
    color: #ffffff;
    content: "\f101";
    font-family: fontawesome;
    font-size: 14px;
    left: -4px;
    position: absolute;
    top: 0;
}
.footer-bottom-sec {
    background: #072b57;
    padding: 10px 0;
}
.serviceBox{
    color: #777;
    background: var(--color);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 80px 20px 30px;
    margin: 80px auto 0;
    border-radius: 30px 30px;
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: "";
    background: var(--white);
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    border-radius: 20px 20px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox .service-icon{
    color: var(--color);
    background:var(--color);
    font-size: 50px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 10px 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -35px;
    left: 50%;
} 
.serviceBox .service-icon:before{
    content: "";
    background: var(--white);
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox .title{
    color: var(--color);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox .description{
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin: 0;
}
.serviceBox.purple{ --color: #6A47DC; }
.serviceBox.pink{ --color:#E42485; }
.serviceBox.orange{ --color: #E65811; }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 auto 60px; }
}


.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffdbc8;
    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;
}
.serviceBox.purple .title {
    color: #ffffff;
}
.serviceBox .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox.orange .title {
    color: #ffffff;
}
.hm_contact_form h2.title1 {
    background-color: #e32130d4;
    padding: 1px 20px;
    margin: 0px -34px;
    font-family: 'Bebas Neue', cursive;
    color: #fff;
}
.serviceBox .service-icon {
    color: #ffffff;
    font-size: 50px;
    line-height: 100px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 10px 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -35px;
    left: 50%;
}
.serviceBox .service-icon {
    color: #fff;
    background: linear-gradient(to right, #02718D 50%, #02819E 50%);
    font-size: 40px;
    line-height: 75px;
    height: 80px;
    width: 120px;
    margin: 0 auto 25px;
    border: 5px solid #e42485;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #fff inset;
}

.text-danger {
    color: #0078ff;
    text-transform: uppercase;font-family: "Marcellus SC", serif;
    font-weight: bolder;
    margin-top: 6px;
}
.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 .hm_input_text {
    border-radius: 4px;
    color: #656565;
    font-weight: normal;
    width: 100%;
}
#accordion .panel-title a {
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4f4545;
    position: relative;font-family: "Marcellus SC", serif;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.footer-widget-menu li a {
    color: #faa81c;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 14px;
    text-transform: capitalize;
}
.footer-sec p {
    color: #faa81c;
    font-size: 14px;
    font-family: 'Tajawal', sans-serif;
}

.footer-widget-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 14px;
    text-transform: capitalize;
}

.text-danger {
    color: #f22f03;
    text-transform: uppercase;
    font-family: "Marcellus SC", serif;
    font-weight: bolder;
    margin-top: 6px;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 5px 5px 0px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #e9a905;
    color: #57154b;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    BORDER-RADIUS: 50PX 0PX;FONT-WEIGHT:BOLDER;
    border-radius: 50PX 19PX;
    WIDTH: 100%;
}

.testimonial .testimonial-content {
    padding: 30px 50px;
    background: #2ec4b6;
    border-top: 4px solid #f2eaea;
    position: relative;
    background: linear-gradient(315deg, #dc0d0d 0%, #FF0099 74%);
    margin: 0 10px 35px;
    border-radius: 29px 119px;
    background-image: linear-gradient(90deg, rgb(100 9 111) 0%, rgb(174 12 152) 100%);
    border-radius: 37px;
    background: #0c1c1b;
    color: white;
    box-shadow: 0 0 9px #c9c9c98f;
}
.testimonial .description {
    font-size: 14px;
    color: #585757;
    line-height: 25px;
    margin: 0;
    color: #ffc000;
    font-weight: 500;
    font-size: 15px;
}

.serviceBox {
    color: #777;
    background: #02819e;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 80px 20px 30px;
    margin: 80px auto 0;
    border-radius: 30px 30px;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon {
    color: #fff;
    background: linear-gradient(to right, #02718D 50%, #02819E 50%);
    font-size: 40px;
    line-height: 75px;
    height: 80px;
    width: 120px;
    margin: 0 auto 25px;
    border: 5px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #fff inset;
}
.serviceBox.purple .service-icon {
    background: linear-gradient(to right, #8950BB 50%, #995AC5 50%);
    border-color: #fefdff;
}
.serviceBox.orange .service-icon {
    background: linear-gradient(to right, #f46d1f 50%, #f78409 50%);
    border-color: #fff6f1;
}
.serviceBox {
    color: #777;
    background: #02819e;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 80px 20px 30px;
    margin: 80px auto 0;
    border-radius: 17px 127px;
    position: relative;
    z-index: 1;
}
.serviceBox.orange .service-icon {
    background: linear-gradient(to right, #02718d 50%, #02819e 50%);
    border-color: #fff6f1;
}
.serviceBox.purple .service-icon {
    background: linear-gradient(to right, #02718d 50%, #02819e 50%);
    border-color: #fefdff;
}
.testimonial .testimonial-content {
    padding: 30px 50px;
    background: #2ec4b6;
    border-top: 4px solid #f2eaea;
    position: relative;
    background: linear-gradient(315deg, #dc0d0d 0%, #FF0099 74%);
    margin: 0 10px 35px;
    border-radius: 29px 119px;
    background-image: linear-gradient(90deg, rgb(100 9 111) 0%, rgb(174 12 152) 100%);
    border-radius: 37px;
    background: #41004b;
    color: white;
    box-shadow: 0 0 9px #c9c9c98f;
}
.testimonial .description {
    font-size: 14px;
    color: #585757;
    line-height: 25px;
    margin: 0;
    color: #c3bfb4;
    font-weight: 500;
    font-size: 15px;
}

.inner-item {
    color: #d0ccc6 !important;
    font-size: 19px;
}

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: #ffffff;
}





.mk-services{
  padding:80px 20px;
  background:
    radial-gradient(circle at top,#0f172a,#050812);
  color:#fff;
}

/* TITLE */
.mk-services-title{
  text-align:center;
  font-family:'Playfair Display';
  color:#ffd700;
  font-size:36px;
  margin-bottom:40px;
}

/* CARD */
.mk-service-card{
  background: rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  border-radius:18px;
  overflow:hidden;
  transition:0.3s;
  height:100%;
  box-shadow:0 15px 40px rgba(0,0,0,0.5);
}

.mk-service-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,215,0,0.4);
}

/* IMAGE */
.mk-service-img img{
  width:100%;
  height:180px;
  object-fit:cover;
}

/* BODY */
.mk-service-body{
  padding:18px;
  text-align:center;
}

.mk-service-heading{
  font-family:'Playfair Display';
  color:#ffd700;
  font-size:20px;
  margin-bottom:8px;
}

.mk-service-text{
  font-size:13px;
  color:#ccc;
  line-height:1.5;
}

/* RESPONSIVE */
@media(max-width:768px){
  .mk-service-heading{
    font-size:18px;
  }
}

.mk-service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 10px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

/* CTA BUTTON */
.mk-cta-btn{
  display:inline-block;
  padding:10px 18px;
  background:linear-gradient(45deg,#00ff88,#00c853);
  color:#000;
  font-weight:bold;
  border-radius:30px;
  text-decoration:none;
  transition:0.3s;
  animation:pulse 2s infinite;
}

/* HOVER */
.mk-cta-btn:hover{
  transform:scale(1.05);
}

/* PULSE ANIMATION */
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(0,255,136,0.4);}
  70%{box-shadow:0 0 0 15px rgba(0,255,136,0);}
  100%{box-shadow:0 0 0 0 rgba(0,255,136,0);}
}

.mk-services {
    padding: 80px 20px;
    background: radial-gradient(circle at top, #720c00, #b5018c);
    color: #fff;
}


.mk-cta-btn {
    display: inline-block;
    padding: 10px 18px;
    background: linear-gradient(45deg, #ffffff, #e7e6e6);
    color: #000;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    animation: pulse 2s infinite;
}

.anima{
  display:inline-block;
  max-width:100%;
  border-radius:15px;

  /* smooth floating effect */
  animation: floatSmooth 4s ease-in-out infinite;

  /* soft shadow for premium look */
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.6));

  transition:0.3s ease;
}

/* FLOAT ANIMATION */
@keyframes floatSmooth{
  0%{
    transform: translateY(0px) scale(1);
  }
  50%{
    transform: translateY(-12px) scale(1.02);
  }
  100%{
    transform: translateY(0px) scale(1);
  }
}

/* OPTIONAL HOVER EFFECT */
.anima:hover{
  transform: scale(1.05) rotate(1deg);
  filter: drop-shadow(0 15px 35px rgba(255,215,0,0.3));
}




.mk-counter-section{
  padding:80px 20px;
  background: radial-gradient(circle at top,#0f172a,#050812);
  color:#fff;
  text-align:center;
}

/* TITLE */
.mk-counter-title{
  font-family:'Playfair Display';
  color:#ffd700;
  font-size:34px;
  margin-bottom:40px;
}

/* GRID */
.mk-counter-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

/* BOX */
.mk-counter-box{
  background: rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border-radius:18px;
  padding:30px 20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.5);
  transition:0.3s;
}

.mk-counter-box:hover{
  transform:translateY(-6px);
  border-color:rgba(255,215,0,0.4);
}

/* NUMBER */
.mk-counter-number{
  font-size:40px;
  font-weight:bold;
  color:#00ff88;
  animation:pulse 2s infinite;
}

/* LABEL */
.mk-counter-label{
  margin-top:10px;
  font-size:16px;
  color:#ccc;
}

/* ANIMATION */
@keyframes pulse{
  0%{text-shadow:0 0 0 rgba(0,255,136,0.4);}
  50%{text-shadow:0 0 20px rgba(0,255,136,0.8);}
  100%{text-shadow:0 0 0 rgba(0,255,136,0.4);}
}

/* RESPONSIVE */
@media(max-width:768px){
  .mk-counter-grid{
    grid-template-columns:1fr;
  }
}

.mk-counter-section {
    padding: 80px 20px;
    background: radial-gradient(circle at top, #9c0558, #e50a00);
    color: #fff;
    text-align: center;
}




.mk-testimonial{
  padding:80px 20px;
  background: radial-gradient(circle at top,#0f172a,#050812);
  color:#fff;
}

/* TITLE */
.mk-testimonial-title{
  text-align:center;
  font-family:'Playfair Display';
  color:#ffd700;
  font-size:34px;
  margin-bottom:10px;
}

/* GOOGLE RATING */
.mk-google-rating{
  text-align:center;
  margin-bottom:40px;
  color:#ccc;
}

.mk-stars{
  color:#ffd700;
  font-size:18px;
}

/* GRID */
.mk-testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

/* CARD */
.mk-testimonial-card{
  background: rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border-radius:18px;
  padding:25px;
  transition:0.3s;
  box-shadow:0 15px 40px rgba(0,0,0,0.5);
  text-align:center;
}

/* HOVER */
.mk-testimonial-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,215,0,0.4);
}

/* IMAGE */
.mk-testimonial-img{
  width:70px;
  height:70px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:12px;
  border:2px solid #ffd700;
}

/* TEXT */
.mk-testimonial-text{
  font-size:14px;
  color:#ccc;
  line-height:1.6;
  margin-bottom:10px;
}

/* NAME */
.mk-testimonial-name{
  color:#ffd700;
  font-weight:bold;
  font-size:15px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .mk-testimonial-grid{
    grid-template-columns:1fr;
  }
}



.mk-google-reviews{
  padding:80px 20px;
  background:#f8f9fa;
  color:#111;
}

/* TITLE */
.mk-gr-title{
  text-align:center;
  font-family:'Playfair Display';
  font-size:34px;
  color:#1a1a1a;
}

/* GOOGLE HEADER BOX */
.mk-gr-header{
  text-align:center;
  margin:20px 0 40px;
}

.mk-gr-rating{
  font-size:28px;
  font-weight:bold;
  color:#1a73e8;
}

.mk-gr-stars{
  color:#fbbc05;
  font-size:18px;
}

.mk-gr-sub{
  color:#666;
  font-size:14px;
}

/* GRID */
.mk-gr-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

/* CARD */
.mk-gr-card{
  background:#fff;
  border:1px solid #e0e0e0;
  border-radius:12px;
  padding:18px;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
  transition:0.3s;
}

.mk-gr-card:hover{
  transform:translateY(-5px);
  box-shadow:0 8px 20px rgba(0,0,0,0.1);
}

/* TOP ROW */
.mk-gr-user{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

/* IMAGE */
.mk-gr-user img{
  width:45px;
  height:45px;
  border-radius:50%;
  object-fit:cover;
}

/* NAME */
.mk-gr-name{
  font-weight:bold;
  font-size:14px;
}

/* TIME */
.mk-gr-time{
  font-size:12px;
  color:#777;
}

/* TEXT */
.mk-gr-text{
  font-size:13px;
  color:#444;
  margin-top:10px;
  line-height:1.5;
}

/* RESPONSIVE */
@media(max-width:768px){
  .mk-gr-grid{
    grid-template-columns:1fr;
  }
}
.mk-testimonial {
    padding: 80px 20px;
    background: radial-gradient(circle at top, #720918, #7d0800);
    color: #fff;
}









.mk-footer{
  background:#050812;
  color:#fff;
  padding:70px 40px 25px;
  width:100%;
}

/* FULL WIDTH GRID FIX */
.mk-footer-grid{
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1.4fr;
  gap:20px;
  align-items:start;
  max-width:1200px;
  margin:auto;
}

/* HEADINGS */
.mk-footer h3{
  color:#ffd700;
  font-family:'Playfair Display';
  font-size:18px;
  margin-bottom:10px;
}

/* LIST CLEAN */
.mk-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.mk-footer ul li{
  font-size:13px;
  color:#cfcfcf;
  margin:6px 0;
  line-height:1.4;
}

/* MAP FIX */
.mk-map iframe{
  width:100%;
  height:160px;
  border-radius:12px;
  border:none;
}

/* CONTACT BUTTONS */
.mk-btns{
  margin-top:10px;
}

.mk-btns a{
  display:inline-block;
  padding:9px 14px;
  border-radius:25px;
  font-size:13px;
  margin:4px 6px 0 0;
  text-decoration:none;
}

.mk-call{background:#28a745;color:#fff;}
.mk-whatsapp{background:#25D366;color:#fff;}

/* FAQ COMPACT */
.mk-faq details{
  background:rgba(255,255,255,0.05);
  padding:8px 10px;
  border-radius:8px;
  margin-bottom:6px;
  border:1px solid rgba(255,255,255,0.08);
}

.mk-faq summary{
  font-size:13px;
  cursor:pointer;
}

/* BOTTOM */
.mk-bottom{
  text-align:center;
  margin-top:35px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,0.08);
  font-size:12px;
  color:#777;
}

/* RESPONSIVE FIX */
@media(max-width:992px){
  .mk-footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:576px){
  .mk-footer{
    padding:60px 20px;
  }

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


.mk-footer {
    background: #5c0505;
    color: #fff;
    padding: 70px 40px 25px;
    width: 100%;
}


.mk-disclaimer{
  margin-top:25px;
  padding:12px 15px;
  border-radius:10px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  font-size:11px;
  color:#aaa;
  line-height:1.5;
}

.mk-call {
    background: #892806;
    color: #fff;
}

.mk-whatsapp {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 18px;
    background: #bc740b;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
}





.mk-chakra{
  position:relative;
  padding:80px 20px;
  background:#050812;
  text-align:center;
  color:#fff;
}

/* TITLE */
.mk-chakra h2{
  color:#ffd700;
  margin-bottom:40px;
  font-family:'Playfair Display';
}

/* CHAKRA GRID */
.mk-chakra-grid{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:20px;
}

/* CHAKRA ICON */
.mk-chakra-item{
  width:90px;
  height:90px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:0.3s;
  backdrop-filter: blur(10px);
}

.mk-chakra-item:hover{
  transform:scale(1.1);
  box-shadow:0 0 15px rgba(255,215,0,0.4);
}

.mk-chakra-item img{
  width:45px;
  height:45px;
}

/* MODAL BACKDROP */
.mk-modal{
  display:none;
  position:fixed;
  top:0;left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
  align-items:center;
  justify-content:center;
  z-index:999;
}

/* MODAL BOX */
.mk-modal-box{
  background:#0b1220;
  padding:25px;
  border-radius:15px;
  width:90%;
  max-width:400px;
  border:1px solid rgba(255,215,0,0.2);
  text-align:left;
  animation:pop 0.3s ease;
}

@keyframes pop{
  from{transform:scale(0.8);opacity:0;}
  to{transform:scale(1);opacity:1;}
}

/* CLOSE BUTTON */
.mk-close{
  float:right;
  cursor:pointer;
  color:#ffd700;
  font-size:18px;
}

/* TEXT */
.mk-modal-box h3{
  color:#ffd700;
  margin-bottom:10px;
}

.mk-modal-box p{
  font-size:13px;
  color:#ccc;
  line-height:1.5;
}




/* SECTION */
.uk-astro-services{
  padding:70px 20px;
  background:#050812;
}

/* GRID */
.uk-astro-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

/* CARD */
.uk-astro-card{
  position:relative;
  height:280px;
  border-radius:16px;
  overflow:hidden;
  cursor:pointer;
}

/* IMAGE */
.uk-astro-img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.5s;
}

/* OVERLAY */
.uk-astro-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.2));
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:20px;
  color:#fff;
}

/* TITLE */
.uk-astro-title{
  font-size:16px;
  margin-bottom:6px;
  color:#ffd700;
}

/* TEXT */
.uk-astro-text{
  font-size:13px;
  color:#ccc;
  margin-bottom:10px;
}

/* BUTTON */
.uk-astro-btn{
  display:inline-block;
  padding:7px 14px;
  font-size:12px;
  border-radius:20px;
  background:linear-gradient(135deg,#ffcc00,#ff0066);
  color:#fff;
  text-decoration:none;
}

/* HOVER */
.uk-astro-card:hover .uk-astro-img{
  transform:scale(1.1);
}

/* RESPONSIVE */
@media(max-width:992px){
  .uk-astro-grid{
    grid-template-columns:1fr 1fr;
  }
}

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

.uk-astro-title {
    font-size: 16px;
    margin-bottom: 6px;
    text-align: center;
    color: #ffd700;
}

.uk-astro-card::before{
  background:linear-gradient(270deg,#ffcc00,#ff0066,#00d4ff,#ffcc00);
  background-size:300% 300%;
  animation:astroBorderMove 5s linear infinite;
}

@keyframes astroBorderMove{
  0%{background-position:0% 50%;}
  100%{background-position:100% 50%;}
}
/* EXISTING CARD UPGRADE */
.uk-astro-card{
  position:relative;
  height:280px;
  border-radius:16px;
  overflow:hidden;
  cursor:pointer;
  z-index:1;
}

/* GRADIENT BORDER LAYER */
.uk-astro-card::before{
  content:"";
  position:absolute;
  inset:0;
  padding:2px; /* border thickness */
  border-radius:16px;

  background:linear-gradient(135deg,#ffcc00,#ff0066,#00d4ff);

  /* IMPORTANT MASK (keeps center normal) */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;

  z-index:3;
  pointer-events:none;
}

/* MAKE SURE IMAGE STAYS BELOW */
.uk-astro-img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.5s;
  position:relative;
  z-index:1;
}

/* OVERLAY ABOVE IMAGE */
.uk-astro-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.2));
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:20px;
  color:#fff;
  z-index:2;
}

/* HOVER EFFECT */
.uk-astro-card:hover .uk-astro-img{
  transform:scale(1.1);
}

.uk-astro-marquee{
  width:100%;
  background:#050812;
  padding:12px 0;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,0.1);
  border-bottom:1px solid rgba(255,255,255,0.1);
}

/* TRACK */
.uk-astro-marquee-track{
  display:flex;
  gap:40px;
  white-space:nowrap;
  animation:ukAstroScroll 20s linear infinite;
}

/* TEXT STYLE */
.uk-astro-marquee-item{
  color:#ffd700;
  font-size:14px;
  font-weight:500;
  letter-spacing:1px;
}

/* ANIMATION */
@keyframes ukAstroScroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

.uk-astro-services {
    padding: 70px 20px;
    background: #040002;
}

.mk-counter-number {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    animation: pulse 2s infinite;
}


/* MAIN SECTION */
.uk-astro-services30{
  padding:70px 20px;
  background:#050812;
}

/* GRID (3 COLUMNS) */
.uk-astro-grid30{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

/* CARD */
.uk-astro-box30{
  position:relative;
  padding:20px;
  border-radius:16px;
  background:#0b1220;
  overflow:hidden;
}

/* GRADIENT BORDER */
.uk-astro-box30::before{
  content:"";
  position:absolute;
  inset:0;
  padding:2px;
  border-radius:16px;
  background:linear-gradient(135deg,#ffcc00,#ff0066,#00d4ff);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;

  z-index:0;
}

/* BUTTON STYLE SERVICE NAME */
.uk-astro-btn30{
  display:block;
  width:100%;
  padding:10px;
  margin:8px 0;
  border-radius:25px;
  text-align:center;
  font-size:13px;
  color:#fff;
  text-decoration:none;
  background:linear-gradient(135deg,#ffcc00,#ff0066);
  transition:0.3s;
  position:relative;
  z-index:1;
}

.uk-astro-btn30:hover{
  transform:scale(1.05);
}

/* RESPONSIVE */
@media(max-width:992px){
  .uk-astro-grid30{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:576px){
  .uk-astro-grid30{
    grid-template-columns:1fr;
  }
}

.uk-astro-btn30 {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    background: linear-gradient(135deg, #ffcc00, #ff0066);
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

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: #010000 !important;
}