
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins:wght@400;500;600;700;800&display=swap');

html {scroll-behavior:smooth;}
body {background:#000; color:#fff; font-family: "Poppins", serif; font-size:18px; font-weight:400; line-height:1.7;}

.font-poppins {font-family: "Poppins", serif;}
.font-figtree {font-family: "Figtree", sans-serif;}
.font-allura {font-family: "Allura", cursive;}

a {text-decoration:none !important; color:#fff;} a:hover{color:#a99f76;}
p{margin-bottom:25px;} a img:hover{opacity:0.8;}

.Bor:after {border-bottom:3px solid #000; content:"";display:block; margin:0 0 20px 0; padding-bottom:15px; width:110px;}
.Bor1:after {border-bottom:1px solid #33242b; content:"";display:block; margin:auto auto 20px auto; padding-bottom:55px; width:24%;}

.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 ********************************************************************/
.ImgFade{background-color:#000;}
.ImgFade img{opacity:0.8; filter:alpha(opacity=8); /* For IE8 and earlier */}

hr{background-color:#000 !important; margin:20px 0px; opacity:1;}

/***************************/
.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:20px; padding:14px 34px; font-family: "Poppins", serif; border-radius:6px; text-shadow:none; line-height:1; text-transform:uppercase; letter-spacing:.1em;}
.btn:focus{box-shadow:none; transition: none !important;}
 
.btn-outline-light{border-width:2px;}
 
.btn-secondary{border-color:#808080 !important; color:#fff; background-color:#808080 !important;}
.btn-danger{border-color:#C3262D !important; color:#fff; background-color:#C3262D !important;}
.btn-secondary:hover,.btn-secondary.focus,.btn-danger:hover,.btn-danger.focus{border-color:#404040 !important; color:#fff; background-color:#404040 !important;}

/*****************************/
.bg-dark {background-color:#073D49 !important;}
.bg-danger{background-color:#D75219 !important;}
.bg-danger-subtle{background-color:#E65901 !important;}
.bg-secondary{background-color:#C9BE93 !important;}

.text-dark{color:#073D49 !important;}
.text-secondary{color:#C9BE93 !important;}

.border-secondary{border-color:#6B6B6B !important;}
   
.ls-15{letter-spacing:-1.5px !important;}
.ls-23{letter-spacing:0.23em !important;}

.lh-1{line-height:.8;} 

.fs-45{font-size:40px !important;}
.fs-18{font-size:18px !important;}
.fs-80{font-size:80px !important;}
.fs-65{font-size:65px !important;}
.fs-25{font-size:25px !important;}
   
/*****************************/
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {font-weight:400; font-family: "Figtree", sans-serif;}
h1, .h1 {font-size:60px; text-transform:uppercase; font-weight:800;}
h2, .h2 {font-size:40px;}
h3, .h3 {font-size:32px; line-height:1.2;}
h4, .h4 {font-size:20px;font-family: "Figtree", sans-serif;}
h5, .h5 {font-size:18px;}

/*******************************************************************/
input.form-control,input.form-control:focus,textarea.form-control,textarea.form-select {font-weight:400; box-shadow:none; font-size: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:#000; opacity:1;}
.form-control::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: #fff !important;}
textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fff !important;}

/**************************************************************/
.MainBanner .carousel-caption {z-index:9;display:flex;justify-content:center;align-items:center;margin:auto;left:0; top:0px; bottom:0px; right:0;padding:0px;line-height:.8}
/**************************************************************
.carousel-control-next, .carousel-control-prev {width:10%; z-index:99;} 
.MainBanner .carousel-indicators {z-index:999; bottom:10px;}
.MainBanner .carousel-indicators li {background-color:#a8a4a2; opacity:1;border-radius:50%; width:12px; height:12px;} 
.MainBanner .carousel-indicators .active {background-color:#fff !important;width:12px; height:12px;}

/****************************************************************
.Borderhd {line-height: 0.5;text-align: center;}
.Borderhd span {display: inline-block;position: relative;  }
.Borderhd span:before,.Borderhd span:after {content: "";position: absolute; border-bottom-color:#b8b8b8 !important; border-bottom:double; border-width:4px; top:8px;width:50%;}
.Borderhd span:before {right: 100%;margin-right:45px;}
.Borderhd span:after {left: 100%;margin-left:45px;}

/***********************************************************************
ul.orange {padding:0 0 0 35px; margin:0px;}
ul.orange li {color:#3c3c3c; list-style: none; position:relative;}
ul.orange li::before {color:#d81e05; content:"\2022"; font-size:3em; position:absolute; top:0px; left:-38px;}

/********** Back To Top Button ***************************************************************************************************/
#ScrollToTop {display:none; position:fixed; bottom:20px;right:30px;z-index:99;border:none;outline:none; background-color:#666666;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:#333333;}

.social-icons li a{background-color:#D4C9AB;color:#835A31;font-size:18px; width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#e53482;color:#fff;} .social-icons .list-inline-item:not(:last-child) {margin-right:0px;}

.wow {visibility:hidden;} .zi-99{z-index:999;}