/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        Marize - Builders & Renovators HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    10/02/2015
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
-------------------------------------------------------------------*/

/*=======================================================
      THEME STYLING START
========================================================*/
* {
    margin: 0px;
    padding:  0px 0px;
}
.img-code {
	padding-top: 55px;
	padding-left: 90px;		
	}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: "Noto Sans TC","Open Sans", sans-serif;
}

/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #252525;
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	font-weight: bold;
	letter-spacing:0.5px;
	text-transform:uppercase;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 20px;
	font-weight: bold;
}
p {
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	font-weight: 400;
	color: #6f6f6f;
	line-height: 24px;
	text-rendering: optimizeLegibility;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #141414;
}
.font-oswald {
	font-family: "Noto Sans TC","Open Sans", sans-serif;
}
.font-pt {
	font-family: "Noto Sans TC","Open Sans", sans-serif;
}
p.intro-small {
	font-style: italic;
	color: #f5f5f5;
	width: 80%;
	margin: 0 auto;
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-normal {
    font-weight: normal !important;
}
.font-12px {
    font-size: 12px !important;
}
.font-14px {
    font-size: 14px !important;
}
.font-16px {
    font-size: 16px !important;
}
.font-18px {
    font-size: 18px !important;
}
.font-20px {
    font-size: 20px !important;
}
.font-bold {
    font-weight: bold !important;
}

.font-normal {
	font-weight: normal !important;
}
.white-text {
    color: #fff !important;
}
.font-italic {
    font-style: italic;
}

.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #ffbe00;
}
.primary-color {
    color: #ffbe00 !important;
}
.primary-color-2 {
    color: #ffc107 !important;
}
.border-bottom-1 {
    border-bottom: 1px solid #ededed;
}

.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.white-bg {
    background: #fff !important;
}

.relative {
	position: relative;
}
.line-height-24 {
    line-height: 24px !important;
}
.line-height-22 {
    line-height: 22px !important;
}
.line-height-26 {
    line-height: 26px !important;
}
.dark-text p {
    color: #141414;
}

.light-gray-bg {
	background: #fff;
}
.customcolor1 {
    color: #448aff;
}


/*=======================================================
      BTN STYLE
========================================================*/
.btn {
	border: none;
	color: #fff;
	
	padding: 13px 35px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	font-size: 14px;
	background:#303f46;	
	letter-spacing: 1px;
}
.btn:hover {
	background: #ffbe00;
	color: #fff;
}
.btn-more {
	font-size: 11px;
	background: #448aff;
	color: #fff;
	font-weight: normal;
	border: none;
	padding: 13px 30px;
	box-shadow: 4px 4px 0 #1c66bb;
}
.btn-more:hover {
	background: #ffc107;
	box-shadow: 4px 4px 0 #dca500;
}
.btn-yellow {
	background: #ffc107;
	color: #333333;
	border: none;
}
.btn-yellow:hover {
	background: #344248;
	color: #fff;
}
.btn-blue {
	background: #ffbe00;
	color: #fff;
	font-size: 13px;
	outline: 4px solid rgba(255,190,0,0.5);
	border:none;
}
.btn-blue:hover {
	background: #344248;
	color: #fff;
	border-color: #344248;
	outline: 4px solid #ffbe00;
}
.btn-white {
	background: #344248;
	color: #fff;
	font-size: 13px;
	border:none;
	outline: 4px solid rgba(52,66,75,0.5);
}
.btn-white:hover {
	background: #ffbe00;
	color: #fff;
	border-color: #344248;
	outline: 4px solid #344248;
}
.parallax-bg {
	background-size: cover !important;
}
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.text-shadow {
	text-shadow: 3px 0px 5px rgba(0,0,0,0.5);
}
.text-shadow-1 {
	text-shadow: 2px 3px 0 rgba(0,0,0,0.5);
}
/*=======================================================
      HEADING
========================================================*/
.heading {
	margin: 0 auto;
	margin-bottom: 70px;
}
.heading h3 {
	font-size: 38px;
	margin: 0px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
}

.heading hr {
	width: 50px;
	height: 2px;
	border: none;
	margin: 30px auto;
	
}
hr.main {
	width: 50px;
	height: 2px;
	border: none;
	margin: 30px 0;
	
}

.heading p {
	font-size: 20px;
	line-height: 24px;
	color: #777777;
	width: 65%;
	margin:0 auto;
	letter-spacing:1px;
}

.heading h3 span{
	color:#ffbe00;
}
.heading.text-left hr{
	margin:30px 0;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	float:right;
	width: 80%;
}

.top-info{
	
	width:100%;
	float:left;
	border-bottom:1px solid #ececec;
}
.top-info .personal-info{
	color:#999999;
	float:left;
}
.top-info .personal-info p{
	color:#999999;
	margin:0px;
}
.top-info .personal-info li{
	display:inline-block;
	border-right:1px solid #ececec;
	padding:15px 20px;
}
.top-info .personal-info li i{
	margin-right:5px;
}
.top-info .social{
	float:right;
	margin:0px;
	padding:0px;
}
.top-info .social li{
	float:left;
	
	margin:0px;
	padding:0px;
}
.top-info .social li a{
	border-left:1px solid #f0f0f0;
	width:48px;
	height:54px;
	line-height:54px;
	padding:0px;
	display:inline-block;
	text-align:center;
	color:#aaaaaa;
}
.top-info .social li a:hover{
	color:#fff;
	background:#ffbe00;
}
/*=======================================================
      HEADER
========================================================*/
header {
	position: absolute;
	width: 100%;
	z-index: 9999;
	background:#fff;
	border-bottom:3px solid #ffbe00;
	padding-left:30px;
	margin-top:40px;
}
header .navbar {
	background: #fff;
	border: none;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	width: 100%;
	float: left;
}
header .logo{
	float: left;
	 border-right:1px solid #ececec;
	 padding:24px 47px;
	 padding-right:35px 37px;	
	 width:20%;
}
header .ownmenu {
	float: left;
	padding:10px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
}
header .nav-o {
	margin-top: 2px;	
	color: #6f6f6f;
}

header .navbar li {	
	float: left;
}
header .navbar li a {
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	font-size: 17px;
	color: #6f6f6f;
	background: none !important;
	padding: 32px 15px;
	font-weight:normal;
	text-transform: uppercase;
}
header .navbar li a:hover {
	color:#ffbe00;
}
header .navbar li.active a{
	color:#ffbe00;
}
header .quotes {
	float: right;
	padding:5px;
}
header .quotes a {
	font-size: 14px;
	color: #fff;
	display:inline-block;
	line-height: 43px;
	padding: 0px 30px;
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	text-transform: uppercase;
	background: #ffbe00;
	color: #fff;
	
	margin-top:18px;
	margin-right:20px;

}
header .quotes a i{
	margin-right:10px;
}
header .quotes a:hover {
	background: #333333;
	color: #fff;
}

/*=======================================================
      SUB BUR 1
========================================================*/
.sub-bnr1 {
	background: url("../images/bg/1index-v2.png") no-repeat;
	background-size: cover;
	min-height: 550px;
	text-align: center;
}
.sub-bnr1 h4 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 150px;
}
.sub-bnr1 hr{
	margin:20px auto;
}
.sub-bnr1 .breadcrumb {
	background: none;
	margin:0px;
	padding:0px;
}
.sub-bnr1 .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr1 .breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr1 .breadcrumb>li+li:before {
	color: #fff;
}
.sub-bnr1 .go-down{
	background:url("../images/go-down-v2.png") center center no-repeat;
	position:absolute;
	width:80px;
	margin:0 auto;
	bottom:0px;
	height:32px;
	left:0px;
	right:0px;
}
/*=======================================================
      SUB BUR 2
========================================================*/
.sub-bnr2 {
	background: url("../images/bg/2lintong-v2.png") no-repeat;
	background-size: cover;
	min-height: 550px;
	text-align: center;
}
.sub-bnr2 h4 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 150px;
}
.sub-bnr2 hr{
	margin:20px auto;
}
.sub-bnr2 .breadcrumb {
	background: none;
	margin:0px;
	padding:0px;
}
.sub-bnr2 .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr2 .breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr2 .breadcrumb>li+li:before {
	color: #fff;
}
.sub-bnr2 .go-down{
	background:url("../images/go-down-v2.png") center center no-repeat;
	position:absolute;
	width:80px;
	margin:0 auto;
	bottom:0px;
	height:32px;
	left:0px;
	right:0px;
}

/*=======================================================
      SUB BUR 3
========================================================*/
.sub-bnr3 {
	background: url("../images/bg/3airport-v2.png") no-repeat;
	background-size: cover;
	min-height: 550px;
	text-align: center;
}
.sub-bnr3 h4 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 150px;
}
.sub-bnr3 hr{
	margin:20px auto;
}
.sub-bnr3 .breadcrumb {
	background: none;
	margin:0px;
	padding:0px;
}
.sub-bnr3 .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr3 .breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr3 .breadcrumb>li+li:before {
	color: #fff;
}
.sub-bnr3 .go-down{
	background:url("../images/go-down-v2.png") center center no-repeat;
	position:absolute;
	width:80px;
	margin:0 auto;
	bottom:0px;
	height:32px;
	left:0px;
	right:0px;
}
/*=======================================================
      SUB BUR 4
========================================================*/
.sub-bnr4 {
	background: url("../images/bg/4lokmachau-v2.png") no-repeat;
	background-size: cover;
	min-height: 550px;
	text-align: center;
}
.sub-bnr4 h4 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 150px;
}
.sub-bnr4 hr{
	margin:20px auto;
}
.sub-bnr4 .breadcrumb {
	background: none;
	margin:0px;
	padding:0px;
}
.sub-bnr4 .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr4 .breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr4 .breadcrumb>li+li:before {
	color: #fff;
}
.sub-bnr4 .go-down{
	background:url("../images/go-down-v2.png") center center no-repeat;
	position:absolute;
	width:80px;
	margin:0 auto;
	bottom:0px;
	height:32px;
	left:0px;
	right:0px;
}
/*=======================================================
      SUB BUR 5
========================================================*/
.sub-bnr5 {
	background: url("../images/bg/5shenzhenbay-v2.png") no-repeat;
	background-size: cover;
	min-height: 550px;
	text-align: center;
}
.sub-bnr5 h4 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 150px;
}
.sub-bnr5 hr{
	margin:20px auto;
}
.sub-bnr5 .breadcrumb {
	background: none;
	margin:0px;
	padding:0px;
}
.sub-bnr5 .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr5 .breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr5 .breadcrumb>li+li:before {
	color: #fff;
}
.sub-bnr5 .go-down{
	background:url("../images/go-down-v2.png") center center no-repeat;
	position:absolute;
	width:80px;
	margin:0 auto;
	bottom:0px;
	height:32px;
	left:0px;
	right:0px;
}

/*=======================================================
      SUB BUR 6
========================================================*/
.sub-bnr6 {
	background: url("../images/bg/6tungchung-v2.png") no-repeat;
	background-size: cover;
	min-height: 550px;
	text-align: center;
}
.sub-bnr6 h4 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 150px;
}
.sub-bnr6 hr{
	margin:20px auto;
}
.sub-bnr6 .breadcrumb {
	background: none;
	margin:0px;
	padding:0px;
}
.sub-bnr6 .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr6 .breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}
.sub-bnr6 .breadcrumb>li+li:before {
	color: #fff;
}
.sub-bnr6 .go-down{
	background:url("../images/go-down-v2.png") center center no-repeat;
	position:absolute;
	width:80px;
	margin:0 auto;
	bottom:0px;
	height:32px;
	left:0px;
	right:0px;
}

/*=======================================================
      SERVICES
========================================================*/
.intro-ser{
	padding:40px 30px;
	border:1px solid #e4e8e9;
	position:relative;
}

.intro-ser .tag{
	height:58px;
	width:58px;
	border-radius:50%;
	border:4px solid #fff;
	background:#ffbe00;
	position:absolute;
	line-height:44px;
	text-align:center;
	right:20px;
	top:-30px;
}

.intro-ser a:hover{
	color:#252525;
	border-bottom-color:#252525;
}
.services-intro{
	padding:20px 25px;
	border:10px solid #e4e8e9;
}
.services-intro li{
	margin:32px 0;
}
.services-intro .icon{
	height:70px;
	width:70px;
	border-radius:50%;
	border:5px solid #f4f4f4;
	background:#ffbe00;
	line-height:54px;
	text-align:center;
	margin-right:5px;
}

/*=======================================================
      TEAM MEMBER
========================================================*/ 


.team-member span{
	color:#ffbe00;
	
	margin:15px 0;
}
.team-member p{
	font-size: 17px;
}
.mx h6{
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	font-size:20px;
	line-height:24px;
	color: #252525;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
.mx p{
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	font-size:17px;
	line-height:24px;
	color: #6f6f6f;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
/*=======================================================
      BLOG
========================================================*/ 

/*=======================================================
      CLIENTS
========================================================*/

/*=======================================================
      WE ARE GOOD
========================================================*/
	.we-are-good article{
		margin-bottom: 30px;
		border: 1px solid #e4e8e9;
		padding: 35px 20px;
		position: relative;
		overflow: hidden;
		unicode-bidi: isolate;
	}
	.we-are-good li {
		list-style: none;
	}
	.we-are-good body {
		font-family: "Noto Sans TC","Open Sans", sans-serif;
		font-weight: normal;
		font-size: 16px;
	}
/*=======================================================
      FOOTER
========================================================*/
.sub-footer{
	background:#3f3f3f;
}
.sub-footer ul{
	border-right:1px solid rgba(255,255,255,0.2);
}
.sub-footer li{
	border-left:1px solid rgba(255,255,255,0.2);
	padding:35px 0;
	padding-left:80px;
	
}
.sub-footer .icon{
	height:36px;
	width:36px;
	position:absolute;
	left:0px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:36px;
	float:left;
	margin-top:2px;
	background:rgba(255,255,255,0.2);
}
/*.sub-footer h6{
	color: #fff;
	font-size:14px;
	font-family: 'PT Sans';
	margin:0px;
	letter-spacing:1px;
	margin-bottom:5px;
}   
.sub-footer p{
	color:#fff;
	margin:0px;
	letter-spacing:1px;
	text-transform:uppercase;
}           */

.sub-footer .lar p{
	color: #fff;
	font-size: 14px;
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	margin:0px;
	letter-spacing:1px;
	text-transform:uppercase;
}	
.sub-footer .lar h6{
	color: #fff;
	font-size: 14px;
	font-family: "Noto Sans TC","Open Sans", sans-serif;
	margin:0px;
	letter-spacing:1px;
	margin-bottom:5px;
}
footer{
	background:#2e2e2e;
	padding:100px 0;	
}

footer .social{
	margin:0px;
	padding:0px;
}
footer .social li{
	
	display:inline-block;
	margin:0px;
	padding:0px;
	margin-top:20px;
}
footer .social li a{
	width:45px;
	height:45px;
	line-height:45px;
	padding:0px;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	color:#aaaaaa;
}
footer .social li a:hover{
	color:#fff;
	background:#ffbe00;
}
footer .location i{
	width:25px;
	height:40px;
	float:left;
	margin-top:5px;
}
footer p {
	color: #e5e5e5;
	margin:5px;
}
footer h6 {
	color: #fff;
	font-family: 'PT Sans';
	margin-top:30px;
	margin-bottom:30px;
}
footer input{
	background:rgba(255,255,255,0.05);
	height:45px;
	padding:0 20px;
	display:inline-block;
	width:100%;
	border:none;
	margin-bottom:20px;
}
footer button{
	float:right;
	margin:0px;
	margin-top:-65px;
	line-height:45px;
	height:45px;
	color:rgba(255,255,255,0.5);
	position:relative;
	z-index:1;
	margin-right:10px;
	background:none;
	border:none;
}
.rights {
	padding:6px 0;
	background:#292929;

	display: flex;               
    justify-content: center;    
    align-items: center;        
    width: 100%;                 
}
.rights p {
	color: #fff;
	text-align: center;			 
	margin: 0px;
	

	display: flex;               
    flex-direction: column;      
    width: auto;                
}

.powered-link {
    color: #5856c7; 
}

.designer {    
    margin-top: 5px;           
}



.social_icons li{
	display: flex;
	color:#989898;
}
.social_icons li a{
	color:#989898;
	margin:0 5px;
}

.btn2{
    background: #7b72ca;
    color: white;
    padding: 9px 26px;
    border-radius: 5px;
	font-size: 14px;
	margin: 25px;
}

.custom-gradient2 {
            background-image: linear-gradient(to right, #fbc2eb, #a6c1ee);
            color: #333;
        }
        .table-container2 {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			margin: 10px 15px; 
			overflow-x: auto; 
    		white-space: nowrap; 
			min-width: 400px;	
        }		
		.wa{
			display: flex;
    		justify-content: center;
    		flex-wrap: wrap; 
		}
.row h4{
	text-align: center;
}

.table-bordered th, .table-bordered td {
    border-left: none !important;  
    border-right: none !important; 
}  

.table-bordered th, .table-bordered td {
    border-bottom: 1px solid #fff !important; 
} 


       
        .button-container2 {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }
		
		.table-container2 th {
			text-align: center;	
			font-size: 17px;
			font-family: "Noto Sans TC","Open Sans", sans-serif;		
		}
		.col-md-3 {
			width: auto;
		}





.payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; 
}

.payment-icon {
  flex: 0 1 100px; 
  display: flex;
  justify-content: center;
  align-items: center; 
  margin: 1px; 
}

.payment-icon img {
max-width: 80%; 
height: auto; 
padding: 5px; 
}

@media (max-width: 768px) {
.payment-icons {
    flex-direction: column;
}
.payment-icon {
    width: 50%; 
}
}


.pay3 {
	background: #fff;		
}
.pay3 h4 {
	color: #252525;
	margin-top: -30px;	
}

.pay4 {
	background: #f9f9f9;
	
	
}
.pay4 h4 {
	color: #252525;
	margin-top: -30px;	
}

.pay4 h4 {
	color: #252525;		
}
.pay5 .container-whp {	
	text-align: center; 				
} 
.pay5 {
	background: #fff;
}
.pape{
	text-align: center;	
	font-size: 20px;
}
.welcome {
	background: #f9f9f9;
}

.appointment {
	margin-top: 10px; 
	font-size: 23px;
}
.phone-number {
    text-decoration: none; 
    color: inherit; 
}
.phone-number:hover {
    color: #007bff; 
}

.phone-link-style {
    color: #ffffff !important;   
    text-decoration: none;       
}
.phone-link-style:active,      
.phone-link-style:hover {      
    color: #ffff00 !important;   
}

.photo-section {
    clear: both;          
    padding-top: 60px;    
    padding-bottom: 60px; 
    display: flex;        
    justify-content: center;
}

.custom-photo {
    width: 100%;         
    max-width: 450px;    
    height: auto;
    border-radius: 10px;  
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
}

/* 移除所有點擊後的長方框 */
*:focus {
    outline: none !important;
}
/* 額外確保按鈕點擊時不會有奇怪的邊框 */
a:focus, button:focus, .scroll-down:focus {
    outline: none !important;
    box-shadow: none !important;
}














