
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: 'Montserrat', sans-serif; font-size:17px; font-weight:400; line-height:1.9;}


*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#40b385;} a:hover{color:#000;}
p{margin-bottom:25px;} 

.mar-p-0 p { padding-bottom:0; margin-bottom:0;}
.fw-semi { font-weight:600;}
.fw-medium { font-weight:500;}

.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;}
.ImgFade img{opacity: 0.5; filter: alpha(opacity=50); /* 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:600; font-size:13px; padding:15px 40px; font-family: 'Montserrat', sans-serif; vertical-align:top; border-radius:0px; text-transform:uppercase;}
.btn.focus,.btn:focus{box-shadow:none;}

.btn-success { background-color: #40b385 !important; color: #fff !important;}
.btn-success:hover,.btn-success:focus { background-color: #1da16c !important; color: #fff !important; box-shadow: none;}

/*****************************/

.bg-success {background-color:#40b385 !important;}
.bg-dark{background-color:#393939 !important;}

/*****************************/
.text-dark {color:#0d254c !important;}
.text-success {color:#40b385!important}


/*****************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {font-family: 'Montserrat', sans-serif;}
h1, .h1 {font-size:27px;}
h2, .h2 {font-size:21px;}
h3, .h3 {font-size:15px;}
h4, .h4 {font-size:13px;}
h5, .h5 {font-size:12px;}

/*******************************************************************/
input.form-control,input.form-control:focus {font-size:15px; 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:#6d6d6d; opacity:1;}

/**************************************************************/


/**************************************************************
.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:transparent; opacity:1;border-radius:50%; width:10px; height:10px;border:solid 2px #000;} 
.MainBanner .carousel-indicators .active {background-color:#000 !important; border:solid 2px #000; width:10px; height:10px;}*/

/********** 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;}