@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@700&family=Merriweather+Sans:wght@300;400;700&family=Mulish&family=Playfair+Display&family=Poppins:wght@300;400;500;600;700&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#fff; color:#000;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;
}

.ff-fira{font-family: 'Fira Sans', sans-serif;}
.ff-merri{font-family: 'Merriweather Sans', sans-serif;}
.ff-mulish{font-family: 'Mulish', sans-serif;}
.ff-play{font-family: 'Playfair Display', serif;}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-19{font-size:19px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}
.fs-24{font-size:24px;}

.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-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}
.ls-700{letter-spacing:0.7em;}

.text-primary{color:#009FE3!important;}
.text-success{color:#3DAA34!important;}
.text-danger{color:#DD2F20!important;}
.text-secondary{color:#666666!important;}
.text-secondary2{color:#323232!important;}
.text-secondary3{color:#626262!important;}
.text-secondary4{color:#79787f!important;}
.text-light{color:#b4b4b4!important;}
.text-dark{color:#231f20!important;}
.text-dark2{color:#213545!important;}

.bg-light{background-color:#f0f0f0!important;}

a{color:#000;}
a:hover{color:#3DAA34;}

p{margin-bottom:20px;}
a, a:hover { text-decoration:none; outline:none}

h1, h2, h3, h4, h5, h6 {}
.hhd{font-size:45px; }
.hd{font-size:40px; }
h1,h2.h1{font-size:35px; }
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:25px;}
h5{font-size:20px;}
h6{font-size:16px;}

.list{padding-left:0px;}
.list li { background:url(../images/tick.png) no-repeat 0px 5px; list-style:none; padding-left:40px;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:30px;font-size:14px;font-weight:500;padding:18px 40px;letter-spacing:0.04em;}
.btn-success{border-color:#3DAA34 !important;background-color:#3DAA34!important;color:#fff !important;}
.btn-success:hover,.btn-success:focus{border-color:#22801a!important;background-color:#22801a!important;color:#fff !important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 
.form-control{border-radius:0;}
.form-control::placeholder{color:#6d6d6d;}

.social-icons li a{background-color:#f9c11a;color:#002f5e;font-size:18px;margin-right:15px;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;}
.social-icons li a:hover{background-color:#000;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:#3DAA34;}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color: black;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:#3DAA34;}
