html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: 'Glacial Indifference'; font-size:20px; font-weight:400; line-height:1.5;}
 
@font-face {
    font-family: 'Glacial Indifference';
    src: url('../font/GlacialIndifference-Regular.woff2') format('woff2'),
        url('../font/GlacialIndifference-Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal; font-display:swap;}

@font-face {
    font-family: 'Glacial Indifference';
    src: url('../font/GlacialIndifference-Bold.woff2') format('woff2'),
        url('../font/GlacialIndifference-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal; font-display:swap;}
	
*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#000;} a:hover{color:#1A9716;}
p{margin-bottom:26px;} 

.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;}

.Homebnr{background-color:#000;}
.Homebnr video{opacity:0.5; filter:alpha(opacity=5); /* For IE8 and earlier */}


/******* Helpers ********************************************************************/
.Bor:after {border-bottom:3px solid #F0C832; content:"";display:block; margin:auto auto 35px auto; padding-bottom:30px; width:100px;}
.Bor1:after {border-bottom:3px solid #F0C832; content:"";display:block; margin:auto 0 30px 0; padding-bottom:25px; width:100px;}

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:17px; padding:7px 30px; font-family: 'Glacial Indifference'; border-radius:0px; letter-spacing:0.7px; text-transform:capitalize;}
.btn:focus{box-shadow:none; transition: none !important;}  

.btn-secondary{border-color:#95B0AD !important; color:#fff !important; background-color:#95B0AD !important;}
.btn-light{border-color:#E5E2D9 !important; color:#000; background-color:#E5E2D9 !important;}

.btn-secondary:hover,.btn-secondary.focus,.btn-light:hover,.btn-light.focus{border-color:#18425a !important; color:#fff !important; background:#18425a !important;}
   
/*****************************/
.bg-dark {background-color:#0A1C41 !important;}
.bg-secondary{background-color:#95B0AD !important;}
   
.fw-lighter{font-weight:200 !important;}
.fw-normal{font-weight:400 !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:#0A1C41 !important;}
.text-info{color:#28AAE1 !important;}
   
.ls-1{letter-spacing:.1em !important;}
.ls-5{letter-spacing:5px !important;}
.lh-0{line-height:0 !important;}

.fs-34{font-size:34px !important;}
  
/*****************************/
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {font-weight:400;  font-family: 'Glacial Indifference';}
h1, .h1 {font-size:50px; line-height:1.1; font-weight:700;}
h2, .h2 {font-size:35px;line-height:1;}
h3, .h3 {font-size:30px;}
h4, .h4 {font-size:18px;}
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: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,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;} 

/********** Back To Top Button ***************************************************************************************************/
#ScrollToTop {display:none; position:fixed; bottom:20px;right:30px;z-index:99;border:none;outline:none; background-color:#28AAE1;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:#5aceff;}

.social-icons li a{background-color:#fff;color:#000;font-size:14px; width:30px;height:30px;line-height:32px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#000;color:#fff;} .social-icons .list-inline-item:not(:last-child) {margin-right:0px;}
