@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,400,500,600,700,800,900&display=swap');

html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
}
.containerfluid
{
	margin:0;
	padding:0;
}

.mobilenav
{
	background: #1A3155;
	opacity: 0.7;
}
.card
{
	border:none !important;	
}


.pointingarrows
{
    color: #0747A6;
    opacity: 0.7;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Raleway', sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.09rem;
  font-size: 16px;
  color: #3b4241;
  line-height: 1.7rem;
  /*background-color: #edf0f5;*/

}

footer
div
span
a
{
  display: inline;
}

.headlineblock {
  position: relative;
  background: #1A3155;
  border: 2px solid gray;
  opacity: 0.7;
  font-size: 1.5rem;
  color: #fff;
  padding: 10px 30px;
  margin-top: -100px;
}
.headlineblock:after, .headlineblock:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;


}

.headlineblock:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #1A3155;
  border-width: 30px;
  margin-top: -30px;
		  
}
.headlineblock:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: gray;
  border-width: 36px;
  margin-top: -36px;
}


.form-sb {
  background-color: transparent !important;
  border: none;
}
.successbox {
  background-color: #41B73C;
}
.homesliders{
  max-height: 100vh;
  min-height: 100vh;
}

.homesliderblocks{
  position: flex;
  top: 30%;
}
.alertbox{
  background-color: #FF4242;
}
.spacer {
  width: 100%;
  min-height: 50px;
}
.custom-card {
  background-color: transparent;
  border: none;
}

.error-style {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 0px 5px;
  background-color: #c82333;
  border-radius: 6px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.9;
}

.removeshadow {
  box-shadow: none !important;
}

.fas-2x {
  font-size: 2.5rem;
  margin-right: 30px;
  color: #e74c3c;
  touch-action: manipulation;
}

.fas-2x:hover {
  color: #0b82cf;
  transition: all 0.4s linear;
}

.page-content-wrapper {
  height: 100%;
  position: relative;

}

.page-content-wrapper:before,
.page-content-wrapper:after {
  content: " ";
  display: table;

}

.page-content-wrapper:after {
  clear: both;
}

.page-content-wrapper #side-menu,
.page-content-wrapper #page-content,
.page-content-wrapper #page-content .container{
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#side-menu {
  position: fixed;
  width: 250px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  top: 0;
  left: -250px;
  bottom: 0;
  z-index: 550 !important;
  background-color: #111;
  -webkit-transition: -webkit-transform 0.6s linear, width 0.6s linear;
  -moz-transition: -moz-transform 0.6s linear, width 0.6s linear;
  -o-transition: -o-transform 0.6s linear, width 0.6s linear;
  transition: transform 0.6s linear, width 0.6s linear;
}

#side-menu.sm-inactive {
  margin-left: 250px !important;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

#side-menu a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  color: #818181;
  border-bottom: 1px solid #151515;
  padding: 20px 0;
}

#side-menu a:hover {
  background-color: #0b82cf;
  color: #fff;
  transition: all 0.3s linear;
}

#side-menu a i {
  padding: 0 25px;
  font-size: 0.95rem;
}

#side-menu .side-menu-footer{
  position: absolute;
  font-size: 22px;
  bottom: 0;
  width: 100%;
  padding: 4px 4px;
  border-top: 2px solid #151515;
}

.search-form-top {
  box-shadow: none !important;
  border-radius: 15px;
  height: 35px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.search-icon {
  background-color: #fff;
  margin-right: 5px;
  margin-left: -5px;
  cursor: pointer;
}

#page-content {
  position: flex;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  margin-bottom: -17px;
  background-color: #edf0f5;

  -webkit-transition: -webkit-transform 0.6s linear, width 0.6s linear;
  -moz-transition: -moz-transform 0.6s linear, width 0.6s linear;
  -o-transition: -o-transform 0.6s linear, width 0.6s linear;
  transition: transform 0.6s linear, width 0.6s linear;

  /*background-image: url("bg3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;*/
}

#page-content.full-stretch {
  margin-left: 250px;
  right: 0;
  width: calc(100% - 250px);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: #111;
  width: 50px;
  height: 50px;
  z-index: 1000;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: 13px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #e74c3c;
}

#return-to-top:hover i {
  color: #fff;
}

.registerform {
  box-shadow: none !important;
  border-radius: 8px;
}

.err-link{
  background-color: white;
  border-radius:4px;
  margin-left:4px;
  margin-right:4px;
  padding-left:4px;
  padding-right:4px;
  text-decoration: none;
  font-weight:bold;
  color: #090d7a;
  cursor: pointer;
}

.err-link:hover {
  text-decoration: none;
}

.terms-style {
  font-size: 13px;
  color: #777;
  letter-spacing: 0;
}

.social {
  padding: 9px;
  font-size: 22px;
  width: 40px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 50%;
  margin: 10px;
  transition: 0.5s ease;
}

.google {
  background: #dd4b39;
  color: #fff;
}

.google:hover {
  background: #bb0000;
  color: #fff;
}

.facebook {
  background: #3B5998;
  color: #fff;
}

.facebook:hover {
  background: #051937;
  color: #fff;
}

.linkedin {
  background: #007bb5;
  color: #fff;
}

.linkedin:hover {
  background: #051937;
  color: #fff;
}

.youtube {
  background: #bb0000;
  color: #fff;
}

.youtube:hover {
  background: #dd4b39;
  color: #fff;
}

.copyright {
  text-decoration: none;
  color: #3b4241;
}

.copyright:hover {
  text-decoration: none;
  color: #d65f16;
}

.email {
  background: #051937;
  color: #fff;  
}

.email:hover {
  background: #0bc4c8;
  color: #fff;  
}

.footerlinks {
  text-decoration: none !important;
  display: inline;
  color: #3b4241;
  font-size: 14px;
  margin: 20px;
}

.footerlinks:hover {
  color: #d65f16;
}

.top-menu{
  background-color: transparent;
  position: absolute;
  top:10px;
  z-index: 10;
  width: 100%;
}

.mainhomeimg
{
  max-height: 50%;
  height: 400px;
  width: 100%;
}



@media (max-width: 768px) {
  #side-menu {
    margin-left: -100%;
  }
  #side-menu.mobile {
    top: 0;
    bottom: 0;
    height: 100vh;
    left: 0;
    width: 100%;
    z-index: 1000 !important;
    opacity: 0.98;
    overflow-y: hidden;
    margin-left: 0px !important;
  }
  #page-content {
    margin-left: 0;
    right: 0;
    width: 100%;
  }
  .modal-dialog {
    min-width: 100% !important;
  }
	
	.headlineblock
    {
        margin-top: -140px;
		font-size: 16px;
    }
	
	.customoverlay
	{
		min-height: 500px;
		background-color: #1A3155;
		opacity: 0.7;
	}
	
	.mobilenav
	{
		opacity: 0.9;
		z-index: 100;
	}
}