
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@400;500&display=swap');

html {scroll-behavior:smooth;}
body {background:#fff; color:#484848; font-family: 'Roboto', sans-serif; font-size:15px; font-weight:400; line-height:1.8;}

.font-poppins {font-family:'Poppins', sans-serif;}
.font-roboto {font-family: 'Roboto', sans-serif;}
.font-cormorant {font-family: 'Cormorant Garamond', serif;}
  	
*, *:focus {outline:none !important; transition:all 0.3s ease 0s;}
a {text-decoration:none !important; color:#0d5694;} a:hover{color:#323232;}
p{margin-bottom:25px;} 

.Bor:after {border-bottom:2px solid #aa0000; content:"";display:block; margin:0 0 30px 0; padding-bottom:25px; width:70px;}
.Bor1:after {border-bottom:2px solid #000; content:"";display:block; margin:0 0 20px 0; padding-bottom:20px; width:70px;}
.Bor2:after {border-bottom:2px solid #aa0000; content:"";display:block; margin:auto auto 20px auto; padding-bottom:20px; width:70px;}

.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:#3f7fbf; margin:0 10px;}
.breadcrumb a{color:#3f7fbf;}

/******* Helpers ********************************************************************/
.ImgFade{background-color:#000;}
.ImgFade img{opacity: 0.7; filter: alpha(opacity=70); /* For IE8 and earlier */}

hr{background-color:#83a7b1 !important; margin:30px 0px 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:18px 30px; font-family:'Poppins', sans-serif; vertical-align:top; border-radius:0px; letter-spacing:.050em; text-transform:uppercase; text-shadow:none;}
.btn.focus,.btn:focus{box-shadow:none;}

.btn-info{border-color:#05c3dd;color:#fff !important;background-color:#05c3dd;}
.btn-dark{border-color:#000;color:#fff !important;background-color:#000;}

.btn-primary:hover,.btn-primary.focus,.btn-primary:focus{background-color:#0885b3; border-color:#0885b3 !important;color:#fff;}

/*****************************/
.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:900 !important;}

.ls-1{letter-spacing:.1em !important;}
.ls-2{letter-spacing:.2em !important;}

.fs-15 {font-size:15px;}
.fs-20 {font-size:20px;}
.fs-45 {font-size:45px;}

.lh-1{line-height:1 !important;}
.lh-14{line-height:1.2 !important;}

.bg-dark{background-color:#2e3435 !important;}
.bg-primary{background-color:#015094 !important;}
.bg-info{background-color:#05c3dd !important;}
.bg-light{background-color:#ebedf3 !important;}

.bg-secondary{background-color:#fbdbdb !important;}

.border-dark{border-color:#ccc !important;}
.Boxshadow{box-shadow:0px 15px 25px rgba(227,227,227,.8);}

/*****************************/
.text-dark {color:#000 !important;}
.text-info {color:#05c3dd!important}

/*****************************/
h1, .h1, h2, .h2,h3, .h3, h4, .h4, h5, .h5 {font-weight:400;font-family:'Poppins', sans-serif;}
h1, .h1 {font-size:50px; text-transform:uppercase; font-weight:700;}
h2, .h2 {font-size:40px; text-transform:uppercase;font-weight:700;}
h3, .h3 {font-size:30px; }
h4, .h4 {font-size:20px;}
h5, .h5 {font-size:18px;}

/*******************************************************************/
input.form-control,input.form-control:focus {font-size:14px; font-weight:400; box-shadow:none;font-family:'Poppins', sans-serif; min-height:45px;}
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:#141414; opacity:1;}

/**************************************************************/
.MainBanner .carousel-caption {z-index:99;display:flex;justify-content:center;align-items:center;margin:auto;left:0; bottom:10%; padding:0px; 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: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;}

/****************************************************************
.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 ***************************************************************************************************/
#ScrollToTop {display: none;position: fixed;bottom:10px;right: 30px;z-index: 99;border: none;
	outline: none;  background-color:#05c3dd;color: white;cursor: pointer;padding:0px;border-radius: 10px;
	font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:50px;}

#ScrollToTop:hover {background-color:#2e3435;}