 
html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:400; line-height:1.7;}

.Bor:after {border-bottom:5px solid #fff; content:"";display:block; margin:0 0 40px 0; padding-bottom:30px; width:100px;}

a {text-decoration:none !important; color:#000;} a:hover{color:#ee7e66;}
p{margin-bottom:8px;} a img:hover{opacity:0.8;}

hr{background-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:17px 35px;  border-radius:5px; text-transform:uppercase; text-shadow:none;line-height:1.1;}
.btn:focus{box-shadow:none; transition: none !important;} 

.btn-danger{border-color:#E63106 !important; color:#fff !important; background-color:#E63106 !important;} 
.btn-warning{border-color:#F5A506 !important; color:#fff !important; background-color:#F5A506 !important;}
.btn-success{border-color:#0AF257 !important; color:#fff !important; background-color:#0AF257 !important;} 
.btn-danger:hover,.btn-danger.focus,.btn-warning:hover,.btn-warning.focus,.btn-success:hover,.btn-success.focus  {border-color:#2b2b2b !important; color:#fff !important; background-color:#2b2b2b !important;}

/*****************************/
.bg-dark {background-color:#180E0E !important;}
.bg-danger{background-color:#25abe5 !important;}
.bg-secondary{background-color:#E1FAE3 !important;}
  
.text-secondary{color:#E63106 !important;}
.text-danger{color:#EF0000 !important;}

.rounded-top-10{border-radius:10px 10px 0px 0px;}
.rounded-bottom-10{border-radius:0px 0px 10px 10px;}
.rounded-top-30{border-radius:30px 30px 0px 0px;}
   
.lh-13{line-height:1.3;}
.lh-1{line-height:1;} 

.ls-1{letter-spacing:.1em;}

.fs-50{font-size:50px !important;}
.fs-45{font-size:45px !important;}

/*****************************/
h1, .h1, h2, .h2, h4, .h4, h5, .h5 {font-weight:400; font-family:Arial, Helvetica, sans-serif;}
h1, .h1 {font-size:40px; line-height:1.2;}
h2, .h2 {font-size:34px;}
h3, .h3 {font-size:25px;}
h4, .h4 {font-size:20px;}
h5, .h5 {font-size:20px;}

/*******************************************************************/
input.form-control,input.form-control:focus,textarea.form-control,textarea.form-select {font-size:14px; 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,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:#323232; opacity:1;}

/**************************************************************/
.MainBanner .carousel-caption {z-index:99;display:flex;justify-content:center;align-items:center;margin:auto;left:0; top:0px; bottom:0px;right:0;padding:0px;} 

/********** Back To Top Button ***************************************************************************************************/
#ScrollToTop {display:none; position:fixed; bottom:23px;right:30px;z-index:99;border:none;outline:none; background-color:#393939;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:#636363;}


