@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@700&family=Oswald&family=Poppins:wght@400;600&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#000; font-family: 'Montserrat', sans-serif; font-size:20px; font-weight:500; line-height:25px;}


*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#f5822b;} a:hover{color:#000;}
p{margin-bottom:25px;} 
.mar-p-0 p { margin-bottom:0; padding-bottom:0;}

.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;}
.container { max-width:1215px;}

/******* 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:800; font-size:14px; padding:13px 35px; font-family: 'Montserrat', sans-serif; vertical-align:top; border-radius:0px; text-transform:uppercase;}
.btn.focus,.btn:focus{box-shadow:none;}

.btn-primary { background-color: #166f9b !important; color: #fff !important;border:none;}
.btn-primary:hover,.btn-primary:focus { background-color: #004263 !important; color: #fff !important; box-shadow: none;}

.btn-dark { background-color: #000d1e !important; color: #fff !important;border:none;}
.btn-dark:hover,.btn-dark:focus { background-color: #004263 !important; color: #fff !important; box-shadow: none;}

/*****************************/

.bg-dark {background-color:#00122a !important;}
.bg-primary{background-color:#166f9b !important;}

/*****************************/
.text-dark {color:#0d254c !important;}
.text-primary {color:#166f9b!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:182px !important;}
.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;}