html {scroll-behavior: smooth;}
body { background:#fff; color:#404040; font-family: "Roboto", sans-serif;font-weight:400; font-size:18px; line-height:1.6; margin:0px; padding:0px;}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: none;
}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-20{font-size:20px;}

.fw-light{font-weight:300!important;}
.fw-normal{font-weight:400 !important;}
.fw-medium{font-weight:500!important;}
.fw-semi{font-weight:600!important;}
.fw-bold{font-weight:700!important;}
.fw-ebold{font-weight:800!important;}

.py-100{padding-top:100px;padding-bottom:100px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}

.ls-40{letter-spacing:0.04em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.border-dark{border-color:#3a3a3a!important;}

.bg-light{background-color:#EBEBEB!important;}
.bg-primary{background-color:#030081!important;}
.bg-primary2{background-color:#000080!important;}
.bg-warning{background-color:#FFD302!important;}

.text-primary{color:#030081!important;}
.text-warning{color:#FFD302!important;}
.text-light{color:#F2F2F2!important;}

a.text-white:hover{color:#FFD302!important;}

a{color:#404040;}
a:hover{color:#FFD302;}

a img:hover{opacity:0.7;}

a.underline{text-decoration:underline;}
a.underline:hover{text-decoration:none;}

p{margin-bottom:20px;}
a, a:hover { text-decoration:none; outline:none}

h1,.h1, h2, h3, h4, h5, h6 {}

.list{ padding: 0;margin: 0;list-style-type: none;}
.list li {background: url('../images/tick.png') left 5px no-repeat;padding-left:35px;margin-bottom:20px;}
li.no-icon{background:none;}

.radio input[type=radio]{margin-top:10px;}
.container {position:relative;}

.btn {font-size:20px;font-weight:400;padding:18px 50px;text-decoration:none !important;border-radius:0px;text-transform:uppercase;}
.btn-sm {font-size:17px;padding:20px 40px;}

.btn-primary{border-color:#030081!important;background-color:#030081!important;color:#fff !important;}
.btn-primary:hover,.btn-primary:focus{border-color:#04026d!important;background-color:#04026d!important;color:#fff !important;}

.btn-warning{border-color:#FFD302!important;background-color:#FFD302!important;color:#000!important;}
.btn-warning:hover,.btn-warning:focus{border-color:#dfb903!important;background-color:#dfb903!important;color:#000!important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 
.form-control,.form-select{border-radius:0;}
.form-control::placeholder{color:#404040;}

.social-icons li a{background-color:#fff;color:#FFD302;font-size:25px;margin-right:5px;width:80px;height:80px;line-height:80px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#FFD302;color:#fff;}

.carousel-indicators{bottom:-70px;}
.carousel-indicators  [data-bs-target] {width:12px;height:12px;border-radius:50%;margin-right:10px;opacity:1;background-color:#000;}
.carousel-indicators .active{background-color:#030081;}
.carousel-control-prev,.carousel-control-next{width:50px;}

.centered {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color:#FFD302;color:#000;cursor: pointer;padding:0px;border-radius: 10px;
	font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:50px;}

#ScrollToTop:hover {background-color:#000080;color:#fff;}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}

.img-op-30 {opacity: 0.30;filter: alpha(opacity=30);}
.img-op-70 {opacity: 0.70;filter: alpha(opacity=70);}

.wow {visibility:hidden;}
.text-shadow{text-shadow:5px 0px 5px rgba(0,0,0,0.7);}
.zi-99{z-index:99;}

.top-gradient{
position: absolute;top: 0px;z-index: 89;height: 100%;width:100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 40%); 
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 40%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.accordion-item {padding:10px;background-color:transparent;border:0px;border-radius:10px;}
.accordion-item+.accordion-item  {border-top:0px;margin-top:15px;}
.accordion-item:first-of-type,.accordion-item:first-of-type .accordion-button {border-top-left-radius: 10px;border-top-right-radius: 10px;}
.accordion-item:last-of-type,.accordion-item:last-of-type .accordion-button.collapsed {border-bottom-right-radius:10px;border-bottom-left-radius: 10px;}
.accordion-button {background-color:#FFD302;color:#404040;font-size:18px;font-weight:700;border-radius:10px;padding:20px;}
.accordion-button:not(.collapsed) {background-color: #dfb903;box-shadow:none;}
.accordion-body {background-color:#fff;color:#404040;border:solid 1px #a2a2a2;border-top:0px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;} 

