@import 'https://fonts.googleapis.com/css2?family=Muli:ital@1&display=swap';
/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#fff; color:#000;font-family: 'Muli', 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-poppins{font-family: 'Poppins', sans-serif;}

.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-20{font-size:20px;}
.fs-31{font-size:31px;}
.fs-18pt{font-size:18pt;}

.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-primary{color:#5db3ff!important;}
.text-secondary{color:#ababab!important;}
.text-success{color:#3bb032!important;}
a.text-success:hover{color:#fff!important;}

.border-secondary{border-color:gray!important;}
.border-light{border-color:#ccc!important;}

.bg-dark{background-color:#6d6d6d!important;}
.bg-dark1{background-color:#2f2f36!important;}
.bg-dark2{background-color:#292830!important;}
.bg-secondary{background-color:gray!important;}
.bg-info{background-color:#AfDEff!important;}
.bg-purple{background-color:rgb(178, 178, 220)!important;}

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

a{color:#000;}
a:hover{color:#E30619;}

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:47px; }
.hd{font-size:40px; }
h1,.h1{font-size:2.8em; }
h2{font-size:31px;}
h3{font-size:28px;}
h4{font-size:1.5em;}
h5{font-size:23px;}
h6{font-size:16px;}

.list{ padding: 0;margin: 0;list-style-type: none;}
.list li {background: url('https://www.elevateom.com/wp-content/uploads/2023/03/tick.png') top left 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:3px;font-size:1.2em;font-weight:800;padding:8px 10px;font-style:italic;}
.btn-primary{border-color:#5db3ff!important;background-color:#5db3ff!important;color:#000 !important;}
.btn-primary:hover,.btn-primary:focus{border-color:#5db3ff!important;background-color:#5db3ff!important;color:#000 !important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 
.form-control{border-radius:3px;}
.form-control::placeholder{color:#6d6d6d;}

.social a {background: #848488;border-radius: 8px;color: #FBFBFB;display: block;line-height:54px;font-size: 40px;height: 54px;width: 54px;}
.social a:hover {background: #3bb032;color:#fff!important;}

.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:#0067a2;}

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

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

.parallex{min-height:650px;background:url(https://www.elevateom.com/wp-content/uploads/2023/03/op-girlphone-183kb.jpg) no-repeat; background-position:center; background-size:cover; background-attachment:fixed; justify-content:center;}


