
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Poppins:wght@400;500;600;700;800&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#575757; font-family: 'Poppins', sans-serif; font-size:18px; font-weight:400; line-height:1.8;}

.font-poppins{font-family: 'Poppins', sans-serif;}
.font-playfair{font-family: "DM Serif Text", serif;}

a {text-decoration:none !important; color:#000;} a:hover{color:#1A9716;}
p{margin-bottom:20px;} 

.breadcrumb{color:#2B2B2B; margin:0px; background-color:transparent;padding:0 0 15px; font-size:12px; border-bottom:solid 1px #dddddd; text-transform:uppercase;}
.breadcrumb>li+li:before{content:"\27A4";color:#2B2B2B; margin:0 10px;}
.breadcrumb a{color:#E60013;}

/******* Helpers ********************************************************************/
.Bor:after {border-bottom:3px solid #C8102E; content:"";display:block; margin:auto auto 35px auto; padding-bottom:30px; width:100px;}
.Bor1:after {border-bottom:3px solid #C8102E; content:"";display:block; margin:auto 0 30px 0; padding-bottom:25px; width:100px;}
.Bor2:after {border-bottom:3px solid #fff; content:"";display:block; margin:auto 0 30px 0; padding-bottom:25px; width:100px;}
.Bor3:after {border-bottom:2px solid #C8102E; content:"";display:block; margin:auto 0 20px 0; padding-bottom:20px; width:50px;}

hr{border-color:#fff !important; margin:20px 0px; opacity:.2;}

/***************************/
.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:15px; padding:15px 36px; font-family: 'Poppins', sans-serif; border-radius:50px; letter-spacing:0.1em; text-transform:uppercase; text-shadow:none; min-width:150px;}
.btn:focus{box-shadow:none; transition: none !important;}

.btn-dark{border-color:#0E2256 !important; color:#fff; background-color:#0E2256 !important;}
.btn-info{border-color:#1094DE !important; color:#fff; background-color:#1094DE !important;}
.btn-info:hover,.btn-info.focus,.btn-dark:hover,.btn-dark.focus{border-color:#000 !important; color:#fff; background:#000 !important;}
   
/*****************************/
.bg-dark {background-color:#0E2256 !important;}
.bg-primary{background-color:#012169 !important;}
.bg-secondary{background-color:#EEF0F3 !important;}
.bg-light{background-color:#E6E6E6 !important;}
 
.fw-lighter{font-weight:200 !important;}
.fw-light{font-weight:300 !important;}
.fw-medium{font-weight:500 !important;}
.fw-semi{font-weight:600 !important;}
.fw-bold{font-weight:700 !important;}
.fw-bolder{font-weight:800 !important;}

.text-dark{color:#0E2256 !important;}
.text-info{color:#1094DE !important;}

.border-info{border-color:#1094DE !important;}
  
.ls-1{letter-spacing:.1em !important;}
.ls-20{letter-spacing:0.2em; !important;}

.lh-11{line-height:1.1 !important;}
.lh-14{line-height:1.4 !important;}

.fs-18{font-size:18px !important;}.fs-15{font-size:15px !important;}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {font-weight:400; font-family: "DM Serif Text", serif;}
h1, .h1 {font-size:40px; line-height:1.1;}
h2, .h2 {font-size:34px;line-height:1;}
h3, .h3 {font-size:25px;}
h4, .h4 {font-size:20px;font-family: 'Poppins', sans-serif;}
h5, .h5 {font-size:14px;}

/*******************************************************************/
input.form-control,input.form-control:focus,textarea.form-control,textarea.form-select {font-size:15px; font-weight:400; box-shadow:none; padding-left:20px;}
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,select.form-select:focus {box-shadow:none !important; outline:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-moz-placeholder,.form-select::-moz-placeholder {color:#000; opacity:1;}

/**************************************************************/
.MainBanner .carousel-caption {z-index:99; margin:auto;left:0; bottom:0;right:0;padding:0px;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);} 

/********** Back To Top Button ***************************************************************************************************/
#ScrollToTop {display:none; position:fixed; bottom:20px;right:30px;z-index:99;border:none;outline:none; background-color:#3a3a3a;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:#000;}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}
