@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:#000; font-family: 'Poppins', sans-serif; font-size:16px; font-weight:400; line-height:30px;}
    
*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#777777;} a:hover{color:#000;}
p{margin-bottom:25px;} 

.Bor-lft:after {border-bottom:1px solid #fff; content:"";display:block; margin:30px 0; width:46px;}
.Bor-ctr:after {border-bottom:4px solid #cb1a15; content:"";display:block; margin:30px auto 30px auto; width:115px;}
.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;}
.mar-p-0 p { margin-bottom:0;}
.line { position:relative; display:table;}
.line:after { content:""; background:#cb1a15; width:115px; height:4px; right:-140px; bottom:13px; position:absolute; z-index:2;}
/******* Helpers ********************************************************************/
.ImgFade{background-color:#000;}
.ImgFade img{opacity: 0.3; filter: alpha(opacity=30); /* For IE8 and earlier */}

/***************************/
.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:500; font-size:13px; padding:20px 30px; font-family: 'Poppins', sans-serif; border-radius:0px; text-transform:uppercase; letter-spacing:1px;}

.btn-danger{border:1px solid #fff;color:#fff !important;background-color:#cb1a15;}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active{color:#fff !important;background-color:#850400;}

.btn-dark{border:none;color:#fff !important;background-color:#000;}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active{color:#fff !important;background-color:#2b2b2b;}
.btn.arr:after { content:url(../images/arr.png); position:relative; left:25px; vertical-align:middle; padding-right:25px;}
.btn.rounded { border-radius:50px!important;}
/*****************************/
.fw-light{font-weight:300 !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;}
.fw-black{font-weight:900 !important;}
/*****************************/
.ls-1{letter-spacing:.1em !important;}
.ls-2{letter-spacing:.2em !important;}
.ls-3{letter-spacing:.3em !important;}
/*****************************/
.bg-light {background-color:#fff !important;}
.bg-danger{background-color:#cb1a15 !important;}
.bg-dark {background-color:#000 !important;}
/*****************************/
.text-dark {color:#000 !important;}
.text-danger {color:#cb1a15!important}
/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {font-family: 'Poppins', sans-serif;}
h1, .h1 {font-size:40px;}
h2, .h2 {font-size:30px;}
h3, .h3 {font-size:20px;}
h4, .h4 {font-size:16px;}
h5, .h5 {font-size:12px;}
/*******************************************************************/
input.form-control,input.form-control:focus {font-size:13px; 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 {box-shadow:inset 0 -1px 0 #ddd; outline:none;}
textarea.form-control:not([rows]) {height:136px;}
.form-control::-moz-placeholder {color:#6a6a6a; opacity:1;}
/**************************************************************/
.carousel-control-next, .carousel-control-prev {width:10%; z-index:99;} 
.carousel-indicators {z-index:999; bottom:10px;}
.carousel-indicators button {background-color:#fff; opacity:1!important;border-radius:50%; width:15px !important; height:15px !important; border:none;} 
.carousel-indicators button.active {background-color:#cb1a15 !important;width:15px; height:15px;}
/********** 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;}