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

html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: 'Montserrat', sans-serif !important; font-size:16px !important; font-weight:400; line-height:27px;}

.bor-lft:after {border-bottom:4px solid #820507; content:"";display:block; margin:30px 0; width:100px;}
.bor-ctr:after {border-bottom:3px solid #000; content:"";display:block; margin:20px auto; width:67px;}

*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#797979 !important;} a:hover{color:#df0d22;}
p{margin-bottom:25px;} 
.no-list { margin:0; padding:0;}
.no-list li { list-style:none;}
.mar-p-0 p { padding-bottom:0; margin-bottom:0;}
.fw-semi { font-weight:600;}
.fw-medium { font-weight:500 !important;}
.fw-bold-it { font-weight:700; font-style:italic;}
.breadcrumb{color:#818181; margin:0px; background-color:transparent;padding:0 0 15px; font-size:12px; border-bottom:solid 1px #dddddd;}
.breadcrumb>li+li:before{content:"\27A4";color:#818181; margin:0 10px;}
.breadcrumb a{color:#487201;}

/******* Helpers ********************************************************************/
.ImgFade{background-color:#000;}
.ImgFade img{opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */}


/***************************/
.btn{-moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in;text-decoration:none !important; font-weight:700; font-size:16px; padding:12px 25px !important; vertical-align:top; border-radius:5px; text-transform:uppercase; font-family: 'Poppins', sans-serif; letter-spacing:0.050rem; border:none !important;}
.btn.focus,.btn:focus{box-shadow:none;}

.btn-dark { background-color: #000 !important; color: #fff !important;}
.btn-dark:hover,.btn-dark:focus { background-color: #ccc !important; color: #fff !important; box-shadow: none !important;}

.btn-danger { background-color: #dc0081 !important; color: #fff !important;}
.btn-danger:hover,.btn-danger:focus { background-color: #000 !important; color: #fff !important; box-shadow: none !important;}

.btn-warning { background-color: #e9d718 !important; color: #000 !important;}
.btn-warning:hover,.btn-warning:focus { background-color: #000 !important; color: #fff !important; box-shadow: none !important;}

.btn-primary { background-color: #001e47 !important; color: #fff !important;}
.btn-primary:hover,.btn-primary:focus { background-color: #000 !important; color: #fff !important; box-shadow: none !important;}
.btn-link:hover,.btn-primary:focus {box-shadow: none !important;}

.btn-link { color:#0383b9 !important; text-transform:uppercase;font-family: 'Poppins', sans-serif !important; font-size:18px !important; font-weight:700 !important; padding:0 !important;}
.btn-link:hover { color:#000 !important;}
.btn-link:after { content:url(../images/arr.png); position:relative; left:15px; z-index:2; vertical-align:middle;}

.btn-danger1 { background-color: #d30095 !important; color: #fff !important;}
.btn-danger1:hover,.btn-danger1:focus { background-color: #b2007e !important; color: #fff !important; box-shadow: none !important;}

.btn-danger2 { background-color: #b80082 !important; color: #fff !important;}
.btn-danger2:hover,.btn-danger2:focus { background-color: #9c036f !important; color: #fff !important; box-shadow: none !important;}

.btn-danger3 { background-color: #9d006f !important; color: #fff !important;}
.btn-danger3:hover,.btn-danger3:focus { background-color: #7b0157 !important; color: #fff !important; box-shadow: none !important;}

/*****************************/
.bg-dark{background-color:#262626 !important;}
.bg-primary {background-color:#003b8a !important;}
.bg-danger {background-color:#8c0063 !important;}
/*****************************/
.text-dark {color:#000 !important;}
.text-primary {color:#000f64!important}
.text-danger {color:#db0081!important}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {font-family: 'Poppins', sans-serif;}
h1, .h1 {font-size:50px;}
h2, .h2 {font-size:40px;}
h3, .h3 {font-size:30px;}
h4, .h4 {font-size:20px;}
h5, .h5 {font-size:18px;}

/*******************************************************************/
input.form-control,input.form-control:focus {font-size:15px; font-weight:400; box-shadow:none;}
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;}
textarea.form-control:not([rows]) {height:220px;}
.form-control::-moz-placeholder {color:#000; opacity:1;}
.form-control::-webkit-placeholder {color:#000; opacity:1;}
.form-control::placeholder {color:#000; opacity:1;}


form .border-bottom { border-left:none; border-right:none; border-top:none; border-color:#fff !important;}
/**************************************************************/

/********** Back To Top Button ******************/
#scroll {position:fixed; right:10px; bottom:10px; z-index:99999; cursor:pointer; width:45px; height:45px; text-align:center; line-height:43px; background:#000; color:#fff !important; display:none;}
#scroll:hover {opacity:.7;}