@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 55 Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Oblique'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 35 Light';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light'), url('../fonts/AvenirLTStd-Light.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 35 Light Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light Oblique'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 45 Book';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 45 Book Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book Oblique'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium'), url('../fonts/AvenirLTStd-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 65 Medium Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium Oblique'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 85 Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 85 Heavy Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy Oblique'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 95 Black';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black'), url('../fonts/AvenirLTStd-Black.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 95 Black Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black Oblique'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff');
}

html {
  scroll-behavior: smooth;

}

body {
  font-family: 'Avenir LT Std 45 Book', sans-serif !important;
  overflow-x: hidden;
  background-color: #fff !important;
  background-image: none !important;
  overflow-x: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.container-fluid{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.headsection {
  background-color: #25a3d6;
  padding:4px 0;
  height: 34px;
  color: #fff;
}
.headsection p {
  color: #fff !important;
  float: left;font-size: 13px;
  margin: 0;
}
.headsection a {
  color: #fff;
  float:right;
  padding: 4px 16px;
  font-size: 13px;
  text-transform: uppercase;
}
.headsection a:hover {
  color: #fecc0e;
  text-decoration: none;
}
.headsection span {
  float:right;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #25a3d6 !important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.dropdown, .dropleft, .dropright, .dropup{
  width: auto !important;
}
.dropdown-menu{
  border-radius: 5px !important;
  top: 100% !important;
  padding: 25px 25px 0 !important;
  width: 445px;
  border-bottom: 3px solid #25a3d6 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  box-shadow: 0px 0.5px 1.9px 0.1px rgba(123, 123, 123, 0.78);
  margin-left: -19px !important;
}
.dropdown-menu:after {
  content: " ";
  position: absolute;
  left: 30px;
  top: -9px;
  border: none;
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: -1px -1px 1px 0px rgba(214, 217, 217);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-brand {
  margin-left: 4rem;
  
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px !important;
  color: #666;
  font-family: 'Avenir LT Std 45 Book', sans-serif !important;
  text-transform: uppercase;
  padding-left: 10px !important;
  padding-right: 15px !important;
}
.dropdown-toggle::after {
  border: none !important;
}

.dropdown-item {
    color: #25a3d6 !important;
    font-size: 15px;
    padding: 0px 10px 0px 0px !important;
    white-space: normal !important;
    width: 49% !important;
    clear: inherit !important;
    line-height: normal;
    margin-bottom: 25px;
    float: left;
}
.dropdown-item span {
  font-size: 12px;
  color:#999;
  display: block;
}
.dropdown-item:hover {
  color: #25a3d6 !important;
  background-color: #fff !important;
}
section {
  width: 100%;
  height: 100vh;
  float: left;
  outline: none;
}
.logincolor {
  color: #25a3d6 !important;
}
h1 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 36px !important;
  color: #242424;
}
h2 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 28px !important;
  color: #242424;
}
h3 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 22px !important;
  color: #3a3a3a;
}

p {
  color: #646465 !important;
  font-size: 14px;
  line-height: 28px;
}

.bggrey{
  background-color: #fcfcfc;
  padding: 50px 60px 0px !important;
  background-image: none !important;
}
.bottomfooter {
  background-image: none !important;
  display: inline-block;
  margin-top: 60px;
}

.bottomfooter h3{
  color: #737376;
  font-size: 18px !important;
  font-family: 'Avenir LT Std 45 Book',sans-serif !important;
  text-align: left;
  font-weight: 500;
  width: 100%;
}
.bottomfooter ul{
  width: 50%;
  float: left;
  list-style: none;
  padding-left: 5px;
  color: #737376;

}
.bottomfooter li {
  padding: 2px 0px;
  line-height: 21px;
}
.bottomfooter li a {
  color: #737376;
  font-size: 14px;
}
.bottomfooter p {
  color: #737376;
  font-size: 14px;
  padding: 5px 5px;
  margin: 0;
}
.tel{
  width:21px;
  height: 25px;
  display: inline-block;
  background-image:url(../images/home/footer-icons.png);
  background-repeat: no-repeat;
  background-position: 0px -1px;
  background-size: 100%;
}

.fax{
  width:21px;
  height: 25px;
  display: inline-block;
  background-image:url(../images/home/footer-icons.png);
  background-repeat: no-repeat;
  background-position: 0px -26px;
  background-size: 100%;
}

.email{
  width:21px;
  height: 25px;
  display: inline-block;
  background-image:url(../images/home/footer-icons.png);
  background-repeat: no-repeat;
  background-position: 0px -53px;
  background-size: 100%;
}
.newletterinput {
  background-color: transparent;
  border: 1px solid #b1b1b1;
  font-size: 14px;
  padding: 4px;
  color: #b1b1b1;
  border-radius: 3px;
  width: 85%;
  font-family: 'Open Sans', sans-serif !important;
}
.newsbtn{
  width: 85%;
  background-color: #25a3d6;
  color: white;
  text-align: center;
  padding: 5px 0 3px !important;
  border: 1px solid #25a3d6;
  border-radius: 3px;
  margin-top: 10px;
  text-transform: uppercase;
}
.newsbtn:hover{
  background-color: #ffff;
  color:#25a3d6;
}
.socialmedia {
  float: right;
  padding-bottom: 10px;
  text-align: right;
}
.footer-centerline {
  width: 100%;
  height: 1px;
  background-color: #f1f0f0;
  margin-bottom: 15px;
}
.socialmediaface {
  width:35px;
  height: 35px;
  display: inline-block;
  background-image:url(../images/social.png);
  background-repeat: no-repeat;
  background-position: 2px 1px;
}
.socialmediatwit {
  width:35px;
  height: 35px;
  display: inline-block;
  background-image:url(../images/social.png);
  background-repeat: no-repeat;
  background-position: -38px 1px;
}
.socialmedialink {
  width:35px;
  height: 35px;
  display: inline-block;
  background-image:url(../images/social.png);
  background-repeat: no-repeat;
  background-position: -79px 1px;
}
.socialmediayoutube {
  width:35px;
  height: 35px;
  display: none;
  background-image:url(../images/social.png);
  background-repeat: no-repeat;
  background-position: -118px 1px;
}
.desktop {
  display:block;
}
.mobile {
  display: none;
}

.close {
  cursor: pointer;
}
.herosection1 {
  background-color: #fcfcfc;
  height: auto;
  padding: 45px 0;
  text-align: center;
}
.herosection1 h1 {
    padding-top: 13px;
  }
.herosection1 p {
  font-size: 18px;
  margin-bottom: 35px;
}
.herosection {
  background-color: #fcfcfc;
  /* height: 250px; */
  padding: 25px;
  text-align: center;
}
.herosection h1 {
    padding-top: 15px;
}
.herosection p {
  font-size: 20px;
  margin-bottom: 35px;
}

.bluebtn {
  background-color: #25a3d6;
  padding: 7px 20px;
  border: 1px solid #25a3d6;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 15px;
}
.bluebtn:hover {
  background-color: white;
  color: #25a3d6;
}
.blueborderbtn {
  background-color: white;
  padding: 7px 20px;
  border: 1px solid #25a3d6;
  color: #25a3d6;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
}
.blueborderbtn:hover {
  background-color: #25a3d6;
  color: white;
}
.mainimage {
  border: 1px solid whitesmoke;
  margin: 25px auto;
  text-align: center;
  width: 70%;
}
.mainimage1 {
    border: 1px solid whitesmoke;
    margin: 25px auto;
    text-align: center;
    width: 60%;
    padding: 25px;
}
.mainimage img {
  width: 100%;
}
.bgpopup{
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.popupcont1{
  background-color: #fff;
  position: fixed;
  top: 10%;
  left: 20%;
  z-index: 10000;
  display: block;
  width: 60%;
  border-radius: 3px;
  padding: 2%;
}
.popupcont{
  background-color: #fff;
  position: fixed;
  top: 20%;
  left: 35%;
  z-index: 10000;
  display: block;
  width: 35%;
  border-radius: 3px;
  padding: 2%;
}
.popupcont h2 {
  font-size: 22px !important;
  text-align: center;
  color: #2196f3;
  margin-top: 11px;
}
.popupcont input {
  font-size: 14px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 47%;
  padding: 1%;
  margin: 2% 1%;
  height: 36px;
  color: #666;
}
.popupcont select {
  font-size: 14px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 47%;
  padding: 2% 1%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff !important;
  margin: 1%;
  color: #666;
  height: 36px;
  background: url(../images/down-arrow.png) no-repeat 98% ;
}

.red-box {
  border: 1px solid #47a7ee !important;
  background-color: #47a7ee !important;
  padding: 0px 50px !important;
  color: #fff !important;
  border-radius: 3px !important;
  cursor: pointer !important;
}

.red-box:hover {
  background-color: #fff !important;
  color: #47a7ee !important;
}

.red-box1 {
  border: 1px solid #47a7ee !important;
  background-color: #47a7ee !important;
  padding: 10px 50px !important;
  color: #fff !important;
  border-radius: 3px !important;
  cursor: pointer !important;
}

.red-box1:hover {
  background-color: #fff !important;
  color: #47a7ee !important;
  text-decoration: none;
}


.switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 28px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



#page {
	padding-top:0px;
 	padding-bottom:0px;

	width:1000px;
	margin-left: auto;
    margin-right: auto;

	margin-top:0px;
	margin-bottom:-83px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);

	border-right: solid 1px #EBE7E7;
	border-left: solid 1px #EBE7E7;
	min-height: 100%;
}

#pluginName{
	float:right;
	margin-right: 10px;
	margin-top:40px;
	color:#E44C26;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

#pageContent{
	position:absolute;
 	padding-top:100px;
 	padding-left:10px;
 	padding-right:10px;
 	width:1000px;
 	overflow:hidden;
}
.pageListItem{
	position: absolute;
	width: 1000px;
}


.overlay_talk {
position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:10000;
}
.overlay_talk:target {
visibility: visible;
  opacity: 1;
}

header{
	 min-width:1000px;
	 left:0px;
	 position:absolute;
     height:100px;
     width:100%;
     display:block;

	 border-bottom: solid 3px #100000;
	 border-top: solid 3px #100000;
	 box-shadow: 0px 0px 10px #000;
	 z-index:5;
}

#headerContainer{
	width:1000px;
	margin-left: auto;
    margin-right: auto;
}


#websiteLink{
	color:#EF5F22;
}
/**
 * 	plugin css
 */

#pluginDetails{
	margin-top: 50px;
}

#imgContainer{
	width: 100%;
	height: 500px;
}

#positionButtonDiv{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(58, 56, 63);
	/* RGBa with 0.6 opacity */
	background: rgba(58, 56, 63, 0.8);
	color:#FFFFFF;
	padding: 11px;
	text-align: left;
	position:static;
}

#positionButtonDiv .positionButtonSpan img{
	float: right;
	border:0;
}

.positionMapClass area{
	cursor: pointer;
}

.zoomButton{
	border:0;
	cursor: pointer;
	font-size:22px !important;
	margin-left: 11px
}

.zoomableContainer{
background-color: #fff;
height:500px; width:100%;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .footer-centerline {
    margin-top: 15px;
  }
  .dropdown-menu::after {
    display: none;
  }
  .dropdown-menu {
    border: none !important;
    padding: 0px 10px !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto;
    box-shadow: none;
  }
  .dropdown-item {
    width: 25% !important;
    float: left;
    font-size: 12px;
  }
  .dropdown-item span {
    font-size: 11px;
    margin-top: 3px;
  }
  .navbar-nav {
    width: 100%;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display: block;
  }

}

@media (min-width: 30px) and (max-width: 480px) {
  .socialmedia {
    text-align: center;
  }
  .desktop {
    display:none;
  }
  .mobile {
    display: block;
  }
  .dropdown-menu::after {
    display: none;
  }
  .dropdown-menu {
    border: none !important;
    padding: 10px !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto;
    box-shadow: none;
  }
  .dropdown-item {
    width: 100% !important;
    font-size: 12px;
  }

  .dropdown-item span {
    font-size: 11px;
    margin-top: 3px;
  }

  .popupcont {
    background-color: #fff;
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 10000;
    display: block;
    width: 90%;
    border-radius: 10px;
    padding: 1%;
  }
  .headsection a {
    padding: 4px 6px;
    font-size: 12px;
  }
  .navbar{
    padding: 0 !important;
  }
  .navbar-nav{
    width: 100%;
  }
  .navbar-brand {
    margin: 0 !important;
  }
  .dropdown {
    margin: 0px 0px 0px 0px !important;
  }

  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  p {
    font-size: 12px;
    line-height: 20px;
  }
  .bluebtn{
    padding: 7px 10px;
    margin-right: 2px;
  }
  .blueborderbtn{
      padding: 7px 10px;
  }
  .mainimage{
    width: 100%;
  }
  .bottomfooter{
    margin-top: 20px;
  }
  .bggrey{
    padding: 30px 30px 0px !important;
  }
  .herosection{
    height: auto;
    padding-bottom: 20px;
  }
  .mainimage1 {
    width: 90%;
  }
  .red-box {
    padding: 0px 35px !important;
  }
}
