@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Poppins:wght@400;500;600;700;900&display=swap');

html {scroll-behavior:smooth;}
body {background:#f7f7f9; color:#505050; font-family: 'Poppins', sans-serif; font-size:15px; font-weight:400; line-height:30px;}

.bor-lft:after {border-bottom:4px solid #820507; content:"";display:block; margin:30px 0; width:100px;}
.bor-ctr:after {border-bottom:4px solid #820507; content:"";display:block; margin:10px auto; width:100px;}

*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#797979;} 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:#000f64;}

/******* Helpers ********************************************************************/
.ImgFade{background-color:#000;}
.ImgFade img{opacity: 0.5; filter: alpha(opacity=50); /* For IE8 and earlier */}

.ImgFade2{background-color:#000;}
.ImgFade2 img{opacity: 0.3; filter: alpha(opacity=30); /* 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:500; font-size:14px; padding:15px 30px; vertical-align:top; border-radius:5px; text-transform:uppercase; font-family: 'Poppins', sans-serif; letter-spacing:0.040rem;}
.btn.focus,.btn:focus{box-shadow:none;}

.btn-primary { background-color: #000f64 !important; color: #fff !important;}
.btn-primary:hover,.btn-primary:focus { background-color: #000 !important; color: #fff !important; box-shadow: none;}

.btn-danger { background-color: #820406 !important; color: #fff !important;}
.btn-danger:hover,.btn-danger:focus { background-color: #000 !important; color: #fff !important; box-shadow: none;}

.btn-link { color:#820406; border-bottom:2px solid #820406;text-transform:uppercase;font-family: 'Poppins', sans-serif; font-size:14px; font-weight:500;}
.btn-link:hover { color:#000; border-bottom:2px solid transparent;}



/*****************************/
.bg-dark{background-color:#262626 !important;}
.bg-primary {background-color:#000f64 !important;}
.bg-danger {background-color:#820406 !important;}
/*****************************/
.text-dark {color:#000 !important;}
.text-primary {color:#000f64!important}
.text-danger {color:#820406!important}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {font-family: 'Cormorant Garamond', 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;}