@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300..700&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body {background:#00487A url('../images/bg-body.jpg') center top no-repeat;background-size:cover;color:#fff;font-family: "Cormorant", serif;font-weight:400; font-size:28px; line-height:1.4; margin:0px; padding:0px;}

input.form-control,input.form-control:focus,textarea.form-control,textarea.form-select {font-size:17px; font-weight:400; box-shadow:none;}
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,textarea.form-select:focus {box-shadow:none; outline:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-moz-placeholder,.form-select::-moz-placeholder {color:#323232; opacity:1;}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-20{font-size:20px;}
.fs-lg{font-size:170%;line-height:0.3;}

.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-n20{letter-spacing:-0.02em;}
.ls-40{letter-spacing:0.04em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.bg-primary-op{background-color:rgba(0,124,185,0.5);}
.bg-primary{background-color:#006CA1!important;}
.bg-dark{background-color:#00547D!important;}
a.text-white:hover{color:#E30619!important;}

a{color:#fff;}
a: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 {}

.fa-list{ padding: 0;margin: 0;list-style-type: none;}
.fa-list li { display: flex;line-height: 1.5; margin-bottom: 10px;}
.fa-list li:before  {padding-right: 13px;content: "\f00c";font-size:20px;display: block;vertical-align: middle;font-weight: 900;font-family: "Font Awesome 5 Free";}
   
.radio input[type=radio]{margin-top:10px;}
.container {position:relative;}

.btn {font-size:25px;font-weight:400;padding:10px 40px;letter-spacing:0.1em;text-decoration:none !important;border-radius:0px;text-transform:uppercase;}
.btn-light{color:#006CA1!important;}

.form-control,.form-select{border-radius:0;}
.form-control::placeholder{color:#6d6d6d;}

.social-icons li a{background-color:#fff;color:#006CA1;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{opacity:0.7;}

.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:#006CA1;}

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

#ScrollToTop:hover {opacity:0.7;}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}

.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;}


