@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#fff; color:#132330;font-family: 'Poppins', 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-16{font-size:16px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}

.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-info{border-color:#2fb0f2!important;}

.text-info{color:#2fb0f2!important;}
.text-secondary{color:#6e6e6e!important;}
.text-warning{color:#ffc107!important;}

.bg-black-op{background-color:rgba(0,0,0,0.5);}
.bg-dark{background-color:#132330!important;}
.bg-danger{background-color:#f67655!important;}
.bg-light{background-color:#eeeeee!important;}

.rounded-10{border-radius:10px;}
.rounded-20{border-radius:20px;}

.border-15{border-width:15px!important;}

.lh-14{line-height:1.4;}
.lh-16{line-height:1.6;}

a{color:#132330;}
a:hover{color:#ffc107;}

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:35px;}
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:25px;}
h5{font-size:19px;}
h6{font-size:15px;}

.btn { text-decoration:none !important;text-transform:uppercase;border-radius:0px;font-size:13px;font-weight:500;padding:14px 30px;letter-spacing:0.1em;}
.btn-warning{border-color:#ffc107!important;background-color:#ffc107!important;color:#000!important;}
.btn-warning:hover,.btn-warning:focus{border-color:#f67655!important;background-color:#f67655!important;color:#fff !important;}

.form-control{border-radius:0;}
.form-control::placeholder{color:#6d6d6d;}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color:#ffc107;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:#f67655;color:#fff;}

.bg-gradient1{background: linear-gradient(to bottom, #fff 0%,#fff 70%,#eeeeee 70%,#eeeeee 100%);}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}

