@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#f8f8f8; color:#000;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;
}

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

.fw-light{font-weight:300;}
.fw-normal{font-weight:400 !important;}
.fw-medium{font-weight:500;}
.fw-semi{font-weight:600;}
.fw-bold{font-weight:700;}
.fw-ebold{font-weight:800;}

.py-100{padding-top:100px;padding-bottom:100px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}

.lh-1{line-height:1;}
.lh-2{line-height:2;}

.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.text-dark{color:#333333!important;}
.text-success{color:#0f3e91!important;}
a.text-success:hover{color:#0f3e91!important;}

.bg-success {
    background-color: #5985ff!important;
    color: #000;
}
.bg-light{background-color:#f8f8f8!important;}

p{margin-bottom:20px;}
a, a:hover { text-decoration:none; outline:none}

h1, h2, h3, h4, h5, h6 {}
.hd{font-size:40px; }
h1,h2.h1{font-size:35px; }
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:17px;}
h6{font-size:15px;}


.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:5px;font-size:14px;font-weight:400;padding:8px 15px;letter-spacing:0.05em}
.btn-success{border-color:#0f3e91!important;background-color:#0f3e91!important;color:#fff !important;}
.btn-success:hover,.btn-success:focus{border-color:#082860!important;background-color:#082860!important;color:#fff !important;}
.btn-warning{border-color:#082860!important;background-color:#082860!important;color:#fff !important;}
.btn-warning:hover,.btn-warning:focus{border-color:#0f3e91!important;background-color:#0f3e91!important;color:#fff !important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 .form-control{border-radius:0;font-size:13px;}
 .form-control::placeholder{color:#7b7b7b;}

.flex-row{display: flex; align-items: center; justify-content: center;}

.no-gutter {margin-left:0px!important;margin-right:0px!important;}
.no-gutter div[class^="col"]{padding-left:0px!important;padding-right:0px!important;}

.gutter-xs {margin-left:-5px!important;margin-right:-5px!important;}
.gutter-xs div[class^="col"]{padding-left:5px!important;padding-right:5px!important;}

.gutter-sm {margin-left:-10px!important;margin-right:-10px!important;}
.gutter-sm div[class^="col"]{padding-left:10px!important;padding-right:10px!important;}

.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:-50px;}
.carousel-indicators li {width:10px;height:10px;border-radius:50%;margin-right:10px;opacity:1;}
.carousel-indicators li.active{background-color:#f9c11a;}


.border {border: 1px solid #ccc !important;}
.border-top-0{border-top:0px !important;}
.border-bottom-0{border-bottom:0px !important;}
.border-left-0{border-left:0px !important;}
.border-right-0{border-right:0px !important;}

.Slider {position: relative;padding:0px 40px 0px 40px;background-color:#eaeaea;}
.Slider .cycle-prev, .Slider .cycle-next {
	position: absolute;
	top: 30%;
	right: -15px;
	z-index: 99;
	cursor: pointer;
	z-index:999;
	
}

.Slider .cycle-prev {
	left: 7px;
	right: auto;
}

.Slider .slideshow {
	overflow: hidden;
}

.Slider .slideshow .isItem {
	padding-top: 30px;
	padding-bottom: 30px;
	white-space: normal;
}
