@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@300;400;700&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#fff; color:#272727;font-family: 'Open Sans', 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-mont{font-family: 'Montserrat', sans-serif;}

.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-20{font-size:20px;}

.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;}
.ls-300{letter-spacing:0.3em;}

.bg-light{background-color:#e2e2e2!important;}
.bg-primary{background-color:#0090df!important;}

.border-dark{border-color:#4e504e!important;}
.border-edark{border-color:#2e2914!important;}

.text-dark{color:#232323!important;}
.text-secondary{color:#575757!important;}
.text-primary{color:#0090df!important;}
a.text-primary:hover{color:#272727!important;}
.bg-black a.text-primary:hover{color:#fff!important;}

a{color:#272727;}
a:hover{color:#0090df;}

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 {font-family: 'Montserrat', sans-serif;}
.hhd{font-size:45px;}
.hd{font-size:39px;}
h1,.h1{font-size:35px; }
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:16px;}

.list{ padding: 0;margin: 0;list-style-type: none;}
.list li {background: url('../images/tick.png') left 5px 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:0px;font-size:14px;font-weight:600;padding:18px 50px;font-family: 'Montserrat', sans-serif;}
.btn-sm {font-size:12px;padding:12px 30px;}
.btn-dark{border-color:#000!important;background-color:#000!important;color:#fff !important;}
.btn-dark:hover,.btn-dark:focus{border-color:#0090df!important;background-color:#0090df!important;color:#fff !important;}
.btn-primary{border-color:#0090df!important;background-color:#0090df!important;color:#fff !important;}
.btn-primary:hover,.btn-primary:focus{border-color:#0283ca!important;background-color:#0283ca!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:#767676;}

.social-icons li a{background-color:#0090df;color:#fff;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{background-color:#0283ca;color:#fff;}

.carousel-indicators{bottom:30px;}
.carousel-indicators  [data-bs-target] {width:12px;height:12px;border-radius:50%;margin-right:10px;opacity:1;background-color:#fff;border:solid 2px transparent;}
.carousel-indicators .active{background-color:#0090df;}
.carousel-caption {top:33%;bottom:auto;}

.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:#000;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:#0090df;}

.img-op-70 {opacity: 0.70;filter: alpha(opacity=70);}
.top-30{top:30%;}

.bg-gradient1{background: linear-gradient(to bottom,  rgba(0,131,203,1) 0%,rgba(0,144,223,1) 100%);}

.wow {visibility: visible!important;}

.breadcrumb{color:#000; margin:0px; background-color:transparent;padding:0px; font-size:14px; border-bottom:none;}
.breadcrumb>li+li:before{content:"\27A4";color:#000; margin:0 10px;}
.breadcrumb a{color:#0090df;}

.photos img{width:100%;height:270px; width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}
.lb-nav a.lb-prev , .lb-nav a.lb-next {opacity:1;}

.bodr-bottom:after {content: ""; display: block;margin: 0 auto;width:60px; border-bottom:solid 6px #0090df; padding-bottom:20px;}



