
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500&family=Lato:wght@400;700;900&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: 'Fira Sans', sans-serif; font-size:17px; font-weight:400; line-height:1.7;}

.font-fira {font-family: 'Fira Sans', sans-serif;}
.font-lato {font-family: 'Lato', sans-serif;}
.font-rosellinda {font-family: 'rosellinda_alyamoreregular';}

@font-face {
    font-family: 'rosellinda_alyamoreregular';
    src: url('../font/rosellinda_alyamore-webfont.woff2') format('woff2'),
         url('../font/rosellinda_alyamore-webfont.woff') format('woff');
    font-weight:normal; font-style:normal;}
	
*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}

a {text-decoration:none !important; color:#728c69;} a:hover{color:#3e3e3e;}
p{margin-bottom:25px;} .nomrgn{margin:0px !important;}

.Bor:after {border-bottom:3px solid #d8d8d8; content:"";display:block; margin:0 0 20px 0; padding-bottom:15px; width:100%;}
.Bor1:after {border-bottom:5px solid #f69322; content:"";display:block; margin:auto auto 20px auto; padding-bottom:15px; width:85px;}

.breadcrumb{color:#818181; margin:0px; background-color:transparent;padding:0 0 15px; font-size:12px; border-bottom:solid 1px #dddddd;}
.breadcrumb>li+li:before{content:"\27A4";color:#818181; margin:0 10px;}
.breadcrumb a{color:#487201;}

/******* Helpers ********************************************************************/
.ImgFade{background-color:#000; border-radius:10px !important;}
.ImgFade img{opacity: 0.3; filter: alpha(opacity=30); border-radius:10px !important; /* For IE8 and earlier */}

hr{background-color:#b0b0b0; margin:30px 0px;}

/***************************/
.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:12px 50px; font-family: 'Lato', sans-serif; vertical-align:top; border-radius:0px; text-transform:uppercase;}

.btn-danger{border-color:#f20000;color:#fff !important;background-color:#f20000;}
.btn-danger:hover,.btn-danger.focus,.btn-danger:focus{background-color:#f8981d; border-color:#f8981d !important;color:#fff !important;}

.btn-lg{font-size:30px; font-weight:900;padding:6px 27px;}

/*****************************/
.fw-medium{font-weight:500 !important;}
.fw-semi{font-weight:600 !important;}
.fw-bolder{font-weight:900 !important;}

.fs-18 {font-size:18px !important;}
.fs-50 {font-size:50px !important;}

.lh-1{line-height:1;}
.ls-25{letter-spacing:.025em !important;}

.bg-danger {background:#f20000 !important;}
.bg-dark {background:#000 !important;}  

/*****************************/
.text-danger {color:#f20000 !important;}
.text-dark {color:#000 !important;}

/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {font-weight:400;}
h1, .h1 {font-size:40px;font-family: 'Lato', sans-serif; font-weight:900;}
h2, .h2 {font-size:30px;}
h3, .h3 {font-size:20px;}
h4, .h4 {font-size:14px;}
h5, .h5 {font-size:12px;}

/*******************************************************************
input.form-control,input.form-control:focus {box-shadow:none;font-family: 'Fira Sans', sans-serif;}
select.form-control {font-size:13px; height:calc(1.5em + 1.2rem + 2px);}
textarea.form-control {font-size:13px; resize:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-moz-placeholder {color:#272727; opacity: 1;}


/**************************************************************
.MainBanner .mask{position:absolute; top:0px; right:0%; left:0%; z-index:99; background:url(../images/bnr_shadow.png) repeat-x top; min-height:100%;}
.MainBanner .carousel-indicators {z-index:999; bottom:-60px;}
.MainBanner .carousel-indicators li {background-color:transparent; opacity:1;border-radius:50%; width:16px; height:16px; border:solid 1px #a2b5d1;} 
.MainBanner .carousel-indicators .active {background-color:#a2b5d1 !important;width:16px; height:16px;}

/****************************************************************
.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 li {color: #3c3c3c;list-style: none;position: relative;}
ul.orange li::before {color: #f69322; content: "\2022"; font-size:1.5em; position: absolute; top: -8px; left: -20px;}

/********** Back To Top Button ***************************************************************************************************/
#scroll {position:fixed; right:10px; bottom:10px; z-index:99999; cursor:pointer; width:45px; height:45px; text-align:center; line-height:43px; background:#000; color:#fff !important;}
#scroll:hover {opacity:.7;}