@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
	font-family: 'Conv_Debby';
	src: url('fonts/Debby.eot');
	src: local('☺'), 
		url('fonts/Debby.woff') format('woff'), 
		url('fonts/Debby.ttf') format('truetype'), 
		url('fonts/Debby.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#fff; color:#000; font-family: 'Montserrat', 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-pro{font-family: 'Myriad Pro', sans-serif;}
.ff-poppins{font-family: 'Poppins', sans-serif;}
.ff-cabin{font-family: 'Cabin', sans-serif;}
.ff-open{font-family: 'Open Sans', sans-serif;}
.ff-debby{font-family:'Conv_Debby',Sans-Serif;}

.fs-11{font-size:11px;}
.fs-12{font-size:12px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-17{font-size:17px;}
.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-50{letter-spacing:0.05em;}
.ls-70{letter-spacing:0.07em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.text-warning{color:#ec972c !important;}
.text-secondary{color:#333333 !important;}
.text-light{color:#848383 !important;}
.blog p {
    font-size: 14px;
}
p{margin-bottom:20px;}
a, a:hover { text-decoration:none; outline:none}
a {color:#000;}
h1, h2, h3, h4, h5, h6 {}
.hd{font-size:40px; }
.hd-debby{font-size:70px;font-family:'Conv_Debby',Sans-Serif; }
h1,h2.h1{font-size:35px; }
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:24px;}
h5{font-size:19px;}
h6{font-size:16px;}


.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:0px;font-size:12px;font-weight:700;padding:12px 17px !important;}
.btn-lg{font-size:24px;padding:15px 80px;}

.btn-warning{border-color:#ec972c!important;background-color:#ec972c!important;color:#fff !important;}
.btn-warning:hover,.btn-warning:focus{border-color:#e68b19!important;background-color:#e68b19!important;color:#fff !important;}

.btn-bg{background:url('../images/bg-button.png') top center no-repeat;width:255px;height:72px;text-align:center;display:inline-block;color:#fff;padding-top:25px;text-transform:uppercase;font-weight:700;font-size:14px;}


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

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

.fancy {line-height: 0.5;text-align: center;}
.fancy span {display: inline-block;position: relative;  }
.fancy span:before,.fancy span:after {content: "";position: absolute;height: 5px;border-bottom: 1px solid #e7e7e7;top: 0;width: 265%;}
.fancy span:before {right: 100%;margin-right: 100px;}
.fancy span:after {left: 100%;margin-left: 100px;}

.fancy2 {line-height: 0.5;text-align: center;}
.fancy2 span {display: inline-block;position: relative;  }
.fancy2 span:before,.fancy2 span:after {content: "";position: absolute;height: 5px;border-bottom: 1px solid #e7e7e7;top: 0;width:75%;}
.fancy2 span:before {right: 100%;margin-right: 30px;}
.fancy2 span:after {left: 100%;margin-left: 30px;}
