
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700&display=swap');

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

html {scroll-behavior: smooth;}
body { background:#fff url('../images/bg.jpg') center top no-repeat;background-size:cover;color:#292929;font-family: 'Poppins', sans-serif;font-weight:400; font-size:16px; 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-oswald{font-family: 'Oswald', sans-serif;}

.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-24{font-size:23px;}

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

.text-dark{color:#132330!important;}
a.text-dark:hover{color:#235fa7!important;}

.border-primary{border-color:#0090de!important;}

.text-primary{color:#0090de!important;}
.text-danger{color:#e84b0e!important;}
.text-warning{color:#ffc107!important;}

.bg-primary{background-color:#0090de!important;}
.bg-danger{background-color:#e84b0e!important;}
.bg-light{background-color:#eaeaea!important;}

.rounded-10{border-radius:10px;}
.rounded-30{border-radius:30px;}

.border-7{border-width:7px!important;}
.border-10{border-width:10px!important;}

a{color:#292929;}
a:hover{color:#0090de;}

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 {}
.hhd{font-size:45px;}
.hd{font-size:40px;}
h1,.h1{font-size:34px; }
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:25px;}
h5{font-size:22px;}
h6{font-size:15px;}

.btn {text-decoration:none !important;text-transform:uppercase;border-radius:7px;font-size:15px;font-weight:600;padding:14px 30px;letter-spacing:0.1em;}
.btn-primary{border-color:#235fa7!important;background-color:#235fa7!important;color:#fff !important;}
.btn-primary:hover,.btn-primary:focus{border-color:#266ec3!important;background-color:#266ec3!important;color:#fff !important;}

.form-control{border-radius:7px;}
.form-control::placeholder{color:#6d6d6d;}

.carousel-indicators{bottom:-50px;}
.carousel-indicators  [data-bs-target] {width:12px;height:12px;border-radius:50%;margin-right:6px;opacity:1;background-color:#000;}
.carousel-indicators .active{background-color:#fff;}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color:#235fa7;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:#e84b0e;}


