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

html {scroll-behavior:smooth;}
body {background:#fff; color:#2B2B2B; font-family: 'Poppins', sans-serif; font-size:17px; font-weight:400; line-height:1.7;}

.font-poppins{font-family: 'Poppins', sans-serif;}
 
a {text-decoration:none !important; color:#000;} a:hover{color:#1A9716;}
p{margin-bottom:20px;} a img:hover{opacity:0.8;} 

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:600; font-size:15px; padding:13px 28px; font-family: 'Poppins', sans-serif; border-radius:50px; letter-spacing:0.06em; text-transform:uppercase; text-shadow:none; }
.btn:focus{box-shadow:none; transition: none !important;}

.btn-dark{border-color:#08376B !important; color:#fff; background-color:#08376B !important;}
.btn-info{border-color:#35C0ED !important; color:#fff; background-color:#35C0ED !important;}
.btn-dark:hover,.btn-dark.focus,.btn-info:hover,.btn-info.focus{border-color:#232323 !important; color:#fff; background:#232323 !important;}
   
/*****************************/
.bg-dark {background-color:#003967 !important;}
.bg-light{background-color:#EEF7FA !important;}
.bg-info{background-color:#35C0ED !important;}
.bg-primary{background-color:#08376B !important;}
.bg-infob{background-color:#d7f2fb !important;}
 
.text-dark{color:#08376B !important;}
.text-light{color:#E7B1A5 !important;}
.text-info{color:#35C0ED !important;}
   
.ls-1{letter-spacing:.1em !important;}
.ls-20{letter-spacing:0.2em;}

.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: 'Poppins', sans-serif;}
h1, .h1 {font-size:40px; line-height:1.1; font-weight:600;}
h2, .h2 {font-size:35px;line-height:1;}
h3, .h3 {font-size:30px;}
h4, .h4 {font-size:20px;}
h5, .h5 {font-size:14px;}

/*******************************************************************/
input.form-control,input.form-control:focus,textarea.form-control,textarea.form-select {font-size:16px; font-weight:400; box-shadow:none; padding-left:18px;}
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,textarea.form-select:focus {box-shadow:none; outline:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-moz-placeholder,.form-select::-moz-placeholder {color:#585858; opacity:1;}

/**************************************************************/
.MainBanner .carousel-caption {z-index:99;display:flex;justify-content:center;align-items:center;margin:auto;left:0; top:0px; 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:10px;right:30px;z-index:99;border:none;outline:none; background-color:#0D6AB6;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:#044880;}

.object-fit{-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;}
