html {scroll-behavior: smooth;}
body { background:#fff; color:#000;font-family: "Outfit", 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;
}

.ff-play{font-family: "Playfair Display", serif;}

.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}
.fs-30{font-size:30px;line-height:1.2;}


.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-150{letter-spacing:0.15em;}
.ls-200{letter-spacing:0.2em;}

.bg-success{background-color:#86b545!important;}
.bg-success2{background-color:#739B00!important;}
.bg-info{background-color:#00A7C3!important;}
.bg-light{background-color:#D9D9D9!important;}
.bg-elight{background-color:#f7f7f7!important;}

.text-success{color:#86B545!important;}
.text-info{color:#00A7C4!important;}
.mx-50{margin-left:100px;margin-right:100px}

a.text-white:hover{color:#00A7C4!important;}

a{color:#000;}
a:hover{color:#00A7C4;}

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 { text-decoration:none !important;text-transform:uppercase;border-radius:8px;font-size:14px;font-weight:700;padding:14px 30px;}
.btn-lg {font-size:18px;padding:14px 40px;letter-spacing:0.05em;}
.btn-xl {font-size:20px;padding:10px 20px;text-transform:capitalize;font-weight:400;}
.btn-xxl {font-size:35px;padding:14px 60px;text-transform:capitalize;}

.btn-info{border-color:#00A7C4!important;background-color:#00A7C4!important;color:#fff !important;}
.btn-info:hover,.btn-info:focus{border-color:#86B545!important;background-color:#86B545!important;color:#fff !important;}

.btn-light{border-color:#fff!important;background-color:#fff!important;color:#00A7C4!important;}
.btn-light:hover,.btn-light:focus{border-color:#e5e5e5!important;background-color:#e5e5e5!important;color:#00A7C4!important;}

.btn-success{border-color:#86B545!important;background-color:#86B545!important;color:#fff !important;}
.btn-success:hover,.btn-success:focus{border-color:#00A7C4!important;background-color:#00A7C4!important;color:#fff !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:#000;}

.social-icons li a{background-color:#00A7C4;color:#002f5e;font-size:18px;margin-right:15px;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#86b545;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:#00A7C4;}

.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:#00A7C4;color: white;cursor: pointer;padding:0px;border-radius: 10px;
	font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:50px;}

#ScrollToTop:hover {background-color:#86b545;}

.img-op-70 {opacity: 0.70;filter: alpha(opacity=70);}

.wow {visibility: visible!important;}

.zi-99{z-index:99;}

.bodr-top:before {content: ""; display: block;width:80px;border-top:solid 5px #0187A5;padding-bottom:30px;}
.bodr-bottom:after {content: ""; display: block;width:80px;border-bottom:solid 5px #0187A5; padding-top:40px;}


