
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: "Poppins", sans-serif; font-size:15px; font-weight:400; line-height:1.7;}

.font-poppins {font-family: "Poppins", sans-serif;}
 
*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#000;} a:hover{color:#319306;} a img:hover{opacity:0.7;}
p{margin-bottom:20px;} 

.Bor:before {border-top:15px solid #000; content:"";display:block; margin:0 0 20px 0; padding-top:10px; width:180px;}
.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; font-weight:500;}
.breadcrumb>li+li:before{content:"\27A4";color:#2B2B2B; margin:0 10px;}
.breadcrumb a{color:#000;}

/******* Helpers ********************************************************************/
.ImgFade{background-color:#000;}
.ImgFade img{opacity:0.7; filter:alpha(opacity=7); /* For IE8 and earlier */}

hr{border-color:#000; margin:20px 0px; opacity:.5;}

/***************************/
.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:12px; padding:19px 35px;    font-family: "Poppins", sans-serif; border-radius:5px; line-height:1; letter-spacing:1.4px; text-transform:uppercase;}
.btn:focus{box-shadow:none; transition: none !important;}
.btn-lg{padding:24px 60px; font-size:20px; letter-spacing:.2em;text-shadow:none;}

.btn-success{border-color:#319306 !important; color:#fff; background-color:#319306 !important;}
.btn-danger{border-color:#A70C00 !important; color:#fff; background-color:#A70C00 !important;}
.btn-success:hover,.btn-success.focus,.btn-danger:hover,.btn-danger.focus{background-color:#000 !important; border-color:#000 !important; color:#FFF;}

/*****************************/
.bg-dark {background-color:#545454 !important;}
.bg-success{background-color:#319306 !important;}
.bg-danger{background-color:#A70C00 !important;}
.bg-warning{background-color:#FFD100 !important;}
.bg-light{background-color:#F2F2F2 !important;}
  
.text-secondary{color:#4D4D4D !important;}
.text-success{color:#81B6AE !important;}
.text-warning{color:#FA8208 !important;}

.border-secondary{border-color:#BCBCBC !important;}
.text-shadow{text-shadow:0px 8px 25px #0000008C;}
   
.lh-12{line-height:1.2;}.lh-14{line-height:1.4;}
.ls-5{letter-spacing:2px;}

.fs-13{font-size:13px !important;} .fs-50{font-size:40px !important;} .fs-60{font-size:50px !important;} 
 
/*****************************/
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {font-weight:400; font-family: "Poppins", sans-serif;}
h1, .h1 {font-size:40px;}
h2, .h2 {font-size:35px;}
h3, .h3 {font-size:30px;}
h4, .h4 {font-size:20px;}
h5, .h5 {font-size:16px;}

/*******************************************************************/
input.form-control,input.form-control:focus,textarea.form-control,select.form-select {font-size:12px; box-shadow:none; height:60px;display:flex;justify-content:center;align-items:center;}
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,select.form-select:focus {box-shadow:none !important; outline:none;}
textarea.form-control:not([rows]) {height:150px;font-size:14px;}
.form-control::-moz-placeholder,.form-select::-moz-placeholder {color:#5B5B5B; opacity:1;}

/**************************************************************/
.MainBanner .carousel-caption {z-index:99; margin:auto;left:0; bottom:20%;right:0;} 

/**************************************************************/
.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 25px; margin:0px;}
ul.orange li {color:#3c3c3c; list-style: none; position:relative;}
ul.orange li::before {color:#3ba148; content:"\2022"; font-size:3em; position:absolute; top:-26px; left:-25px;}

/********** Back To Top Button ***************************************************************************************************/

.social-icons li a{background-color:#fff;color:#8EB50B;font-size:26px; width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#eefcc1;} .social-icons .list-inline-item:not(:last-child) {margin-right:6px;}

