@charset "utf-8";
@import url("css/bootstrap.min.css");
/* css by bootstrap */
/*@import url("css/import-font.css");*/
/* used to load font from external source like Google font */
@import url("css/all.min.css");
/* used to load font awesome icons */
/*@import url("rs-plugin/css/settings.css");*/
/* css file for Revolution Slider plugin */
@import url("css/owl.theme.default.min.css");
/* css for jQuery plugin "Owl Carousel" */
@import url("css/owl.carousel.min.css");
/* css for jQuery plugin "Owl Carousel" */
@import url("css/animate.css");
/* css for animating template elements */
/*@import url("css/magnific-popup.css");*/
/* css for jQuery plugin "Magnific Popup" */
/*@import url("css/bg-image.css");*/
/* css for section background image */
/*@import url("css/rev-settings.css");*/
/* custom css file for Revolution Slider plugin, you can modify slider typography from this file */
/*
 * LESS VARIABLES
 */
/* Colors
----------------------------------------------------------*/
/* Body
----------------------------------------------------------*/
/* Typography
----------------------------------------------------------*/
/*------------------------------ 
BODY
------------------------------ */

/*Backgorund Color : #236496  */
/*color yellow #E9AE30  */
body {
  font-family: 'Lora', serif;
  font-size: 19px;
  /*line-height: 22px;*/
  margin: 0;
  padding: 0;
  text-shadow: none !important;
}

#wrapper {
  overflow: hidden;
}

.posi-relative {
  position: relative;
}

img {
  max-width: 92%;
}

a {
  color: #236496;
  text-decoration: none !important;
  transition: .3s;
}

.shovel-inc-sec a{
color: #236496 !important;
  text-decoration: none !important;
  transition: .3s;

}
.shovel-inc-sec a:hover {
  opacity: .8;
}
a:hover {
  text-decoration: none;
  color: #939ca3;
  opacity: .8;
}

a,
a:focus,
a:active {
  outline: none;
  transition: 0.2s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  /*color: #333333;*/
  font-family: "Open Sans", sans-serif;
  margin-top: 0px;
  line-height: 1.3;
}

h1 {
  /*font-size: 25px;*/
}

h2 {
  /*font-size: 20px;*/
}

h3 {
  /*font-size: 18px;*/
  color: #236496;
  line-height: 1.2;
}

h4 {
  /*font-size: 16.5px;*/
}

h5 {
  /*font-size: 15px;*/
}

h6 {
  /*font-size: 13px;*/
}

/*------------------------------ 
HEADER
------------------------------ */

/*hamburger menu*/
.button_container {
  position: absolute;
  top: 45px;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  z-index: 9999;
}

.button_container:hover {
  opacity: 0.7;
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}

.button_container.active .middle {
  opacity: 0;
  background: #fff;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}

.button_container span {
  background: #236496;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay-menu {
  position: absolute;
  background: #236496;
  top: 0;
  right: 0;
  width: 270px;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 999;
}

.overlay-menu.open {
  opacity: 0.9;
  visibility: visible;
  height: 580px;
}

.overlay-menu.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.overlay-menu.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}

.overlay-menu.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}

.overlay-menu.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}

.overlay-menu nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}

.overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  padding-right: 50px;
}

.overlay-menu ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
  line-height: 2;
  position: relative;
  opacity: 0;
}

.overlay-menu ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.overlay-menu ul li a:hover:after,
.overlay-menu ul li a:focus:after,
.overlay-menu ul li a:active:after {
  width: 100%;
}

.overlay-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

/******BANNER-CSS-START-HERE******/

@media only screen and (min-width: 1224px) and (max-width: 1300px) {
  .header-banner {
    min-height: 997px !important;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1440px) {
  .header-banner {
    min-height: 995px !important;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1536px) {
  .header-banner {
    min-height: 995px !important;
  }
}
@media(min-width: 1024px) {
  .header-banner .col-setting1 p {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.header-banner .container-fluid {
  max-width: 1640px;
}

.header-banner {
  background-image: url(./images/header-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 1156px;
}

.banner-text {
  margin-top: 120px;
}

.banner-text h1 {
    font-size: 125px;
    line-height: 135px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
}

.banner-text p {
  font-size: 24px;
  line-height: 40px;
  color: #f3f1e8;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  padding-left: 88px;
  padding-top: 18px;
}

.banner-img {
  position: relative;
}

.banner-text span.the {
  padding-left: 148px;
}

span.advantage {
  padding-left: 50px;
}

.banner-img p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  position: relative;
  top: -70px;
  left: 70px;
}

.main-logo {
  padding-top: 25px;
  width: 280px;
}
@media (min-width: 1300px) {
  .main-logo {
    margin-left: -60px;
  }
}
.main-logo img {
  max-width: 100%;
}

.frame-images {
  min-height: 612px;
}

.frame-images img {
  width: 100%;
  max-width: 292px;
}
.frame-images img {
}
.frame-1 {
  position: absolute;
  top: -40px;
  right: 200px;
}
.frame-1 .main-img {
    position: absolute;
    left: 31px;
    top: 25px;
    right: 31px;
    bottom: 39px;
    transform: rotate(354.5deg);
}
.frame-1 .main-img img {
    height: 100%;
    object-fit: cover;
}

.frame-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.frame-2 .main-img {
    position: absolute;
    left: 26px;
    top: 25px;
    right: 25px;
    bottom: 30px;
    transform: rotate(357.5deg);
}
.frame-2 .main-img img {
    height: 100%;
    object-fit: cover;
}

.frame-3 {
  position: absolute;
  bottom: 15px;
  left: 100px;
}
.frame-3 .main-img {
    position: absolute;
    left: 30px;
    top: 28px;
    right: 35px;
    bottom: 29px;
    transform: rotate(352deg);
}
.frame-3 .main-img img {
    height: 100%;
    object-fit: cover;
}
.frame-4 {
  position: absolute;
  top: 57%;
  left: 48%;
  transform: translate(-37%, -50%);
  text-align: center;
  z-index: 9;
}
.frame-4 .main-img {
    position: absolute;
    left: 36px;
    top: 31px;
    right: 35px;
    bottom: 39px;
    transform: rotate(10deg);
}
.frame-4 .main-img img {
    height: 100%;
    object-fit: cover;
}

.frame-5 {
  position: absolute;
  bottom: 46px;
  right: 30px;
}
.frame-5 .main-img {
    position: absolute;
    left: 30px;
    top: 25px;
    right: 28px;
    bottom: 32px;
    transform: rotate(4.5deg);
}
.frame-5 .main-img img {
    height: 100%;
    object-fit: cover;
}
.frame-images a:hover,
.frame-images a:hover img {
  opacity: 1;
}
.frame-images a img {
  transition: .3s;
}
.frame-images a:hover img {
    /* opacity: .5; */
    filter: blur(.8px);
}

.banner-outer {
  width: calc(100% - 790px);
}

.frame-outer {
  width: 790px;
}
@media (max-width: 767px) {
  .frame-1 .main-img {
      left: 26px;
      top: 20px;
      right: 25px;
      bottom: 28px;
  }
  .frame-2 .main-img {
      left: 20px;
      top: 19px;
      right: 19px;
      bottom: 24px;
  }
  .frame-3 .main-img {
      left: 24px;
      top: 24px;
      right: 27px;
      bottom: 24px;
  }
  .frame-4 .main-img {
      left: 31px;
      top: 28px;
      right: 29px;
      bottom: 33px;
  }
  .frame-5 .main-img {
      left: 23px;
      top: 22px;
      right: 22px;
      bottom: 28px;
  }
}


/******BANNER-CSS-END-HERE******/

/******FYI-CSS-END-START******/
.fyi-sec {
  margin-top: -245px;
}

.fyi-left {
  margin-right: -30px;
}

.fyi-left h3 {
  font-size: 92px;
  line-height: 70px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;

  margin-bottom: 20px;
  padding-right: 20px;
}

.fyi-left p {
  font-family: 'Lora', serif !important;
  font-size: 33px;
  line-height: 50px;
  color: #020202;
  background: #fff;
  padding: 35px 25px;
}

.fyi-sec .col-sm-4,
.fyi-sec .col-sm-8 {
  padding: 0;
}

.gray-text {
  background: #e7e7e7;
  font-size: 20px;
  line-height: 30px;
  color: #020202;
  font-weight: 600;
  max-width: 370px;
  padding: 46px 27px 73px;
  position: relative;
  min-height: 339px;
}

.gray-text p {
  min-height: 240px;
}

.slider-orange {
  max-width: 205px;
}

.orange-text {
  max-width: 205px;
  background: #f3513c;
  padding: 30px 25px 25px 25px;
  color: #fff;
  text-align: right;
  position: relative;
}

.orange-text h5 {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 24px;
  color: #ffffff;
}

.orange-text p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-family: 'Lora', serif;
}

.orange-text h4 {
  font-size: 38px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 250;
  font-family: "Oswald", sans-serif;
}

/*.fyi-right {
    background-image: url(./images/Welder.png);
    background-repeat: no-repeat;
    background-size: 100% 470px;
}*/
.fyi-right {
  overflow: hidden;
}

.fyi-right .carousel-inner {
  overflow: visible;
}

.fyi-right .carousel-inner img {
  height: 471px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fyi-right a.carousel-control {
  background-image: none;
}

.fyi-right .arrows span:before {
  display: none;
}

.fyi-right .arrows {
  max-width: 50px;
  position: absolute;
  left: 0;
  margin: auto;
  top: 301px;
  right: 150px;
}

.fyi-right .arrows a {
  color: #000;
}

/******FYI-CSS-END-HERE******/

/******SHOVEL-CSS-START-HERE******/
.shovel-inc-sec {
  margin-top: 75px;
}

.shovel-inc-sec .container {
  max-width: 1390px;
  width: 100%;
}

.shovel-inc-sec .row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

.shovel-left {
  position: relative;
  z-index: 9;
  /*background: #fff;*/
  padding: 10px;
  max-width: 400px;
}
.left-15-safe {
  margin-left: 15px;  
}


.shovel-left ul li {
  font-family: 'Lora', serif;
}

.shovel-left h4 {
  font-family: "gothambold";
}

.shovel-left h3 {
  font-family: "gothambold";
  font-size: 87px;
  line-height: 90px;
  color: #666666;

  text-transform: uppercase;
  text-align: right;
}

.shovel-left h4 {
  font-size: 34px;
  line-height: 40px;
  color: #666666;

  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.shovel-left h4 img {
  margin-left: 25px;
}

.shovel-left h2.clr-head {
  font-size: 55px;
  line-height: 55px;
  color: #006699;
  font-family: 'Oswald', sans-serif;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;

}
.shovel-left p.text-19 {
  font-size: 19px;
  margin-bottom: 40px;
}
.shovel-left p a {
  color: #ee503b;
}

.shovel-left p a:hover {
  opacity: 0.8;
}

.shovel-mid {
  /*margin-left: -60px;*/
  margin-top: -138px;
  padding-right: 0;
}
.shovel-mid .carousel2 .item {
  border: 10px solid #fff;
}
.shovel-mid .carousel2 .owl-nav [class*=owl-] {
  /*background: transparent;*/
  /*padding: 0;*/
  /*margin: 0;*/
}
.shovel-mid .carousel2 .owl-nav .owl-prev img {
  width: 20px;
  opacity: .7;
}
.shovel-mid .carousel2 .owl-nav .owl-next img {
  width: 20px;
  opacity: .7;
}
.shovel-mid .carousel2 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 43px;
    background: transparent;
}

.shovel-mid .carousel2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 6px;
    background: transparent;
}
.shovel-mid .carousel2 .owl-nav .owl-next:hover,
.shovel-mid .carousel2 .owl-nav .owl-prev:hover {
  background: transparent;
}
.incentive-right h3 {
  font-family: "gothambold";
  font-size: 40px;
  line-height: 70px;
  color: #858383;
  text-transform: uppercase;

  text-align: center;
  margin: 20px 0 5px;
}

.incentive-right ul {
  padding-left: 0;
}

.shovel-inc-sec-content a:hover {
  color: #939ca3;
  opacity: 1;
}

.incentive-right ul li {
  font-size: 19px;
  line-height: 25px;
  color: #000;
  font-family: 'Lora', serif;
  list-style: none;
  display: inline-flex;
  text-transform: capitalize;
  padding: 15px 0 15px;
  border-bottom: 2px solid #e5e5e5;
  margin: 0 40px 0 60px;
  display: block;
}

.incentive-right ul li span {
  color: #bb963e;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

.incentive-right a {
  font-family: 'Lora', serif;
  font-size: 19px;
}

.hampshire-logo {
  text-align: center;
}

.hampshire-logo a {
  color: #57503e !important;
  text-transform: capitalize;
  text-decoration: none !important;
}

.hampshire-logo p {
  padding: 0 90px;
}

/******SHOVEL-CSS-END-HERE******/

/******ENTER-FRIENDLY-CSS-START-HERE******/
.enter-friendly-sec {
  margin-top: 50px;
  padding-bottom: 40px;
}

.enter-left h3 {
  font-size: 81px;
  line-height: 67px;
  color: #666666;
  text-transform: uppercase;
  font-family: "gothambold";

  position: relative;
  z-index: 9;
  opacity: 0.3;
  margin-top: 20px;
}

.enter-left h5 {
  font-size: 54px;
  line-height: 50px;
  color: #666666;
  text-transform: uppercase;
  font-family: "gothambold";
}

.enter-left p {
  font-size: 19px;
  line-height: 25px;
  color: #006699;
  font-family: 'Lora', serif;
  padding: 0 150px 0 50px;
}

.enter-left h2 {
  font-size: 20px;
  color: #858383;
  text-transform: uppercase;
  color: #236496;

  margin: 20px 0 25px;
  padding-top: 24px;
  font-family: "gothambold";
}

.skate-bord {
    margin-left: -135px;
    margin-right: -50px;
    position: relative;
    margin-top: 25px;
}
.over-image-safe {
    position: absolute;
    right: 78px;
    z-index: 99;
    top: calc(100% - 55px);
}
.over-image-safe img {
  max-width: 200px;
}
@media (max-width: 1399px) {
  .over-image-safe {
      right: 22px;
  }
}
@media (max-width: 991px) {
  .over-image-safe {
      right: 0;
  }
  .over-image-safe img {
      max-width: 150px;
  }
}
@media (max-width: 767px) {
  .over-image-safe {
      top: calc(100% - 121px);
  }
  .over-image-safe img {
      max-width: 200px;
  }
}

.enter-left {
  margin-left: -80px;
}

.our-people {
  margin-left: -50px;
}

.our-top {
  margin-top: -20px;
}

.our-bottom {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-left: -40px;
}



.our-text h3 {
  font-size: 51px;
  line-height: 62px;
  color: #006699;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}

.our-text h3 span {
  color: #666666;
  font-size: 38px;
}

/*p.meet {
    position: absolute;
    bottom: 0;
    padding-right: 60px;
}*/
.our-text h3 font:hover p.meet {
  opacity: 1;
}

.our-text p {
  font-size: 19px;
  line-height: 25px;
  color: #006699;
  font-family: 'Lora', serif;
  padding-right: 40px;
  opacity: 0;
  margin-top: 10px;
}

.our-text p.learn {
  opacity: 1;
  min-height: 70px;
}

.our-text {
  margin-left: 20px;
  margin-top: 60px;
  margin-right: 50px;
  font-family: 'Lora', serif;
}

/*.our-text h3 font {
    position: relative;
}*/
.our-text h3 font .one,
.our-text h3 font .two,
.our-text h3 font .three {
  opacity: 1;
  display: none;
  position: absolute;
  bottom: -55px;
  width: 270px;
  font-size: 19px;
  line-height: 25px;
  color: #006699;
  font-family: 'Lora', serif;
}

.our-text h3 font span.meet {
  font-size: 19px;
  line-height: 25px;
  color: #006699;
  font-family: 'Lora', serif;
  display: inline-block;
}

.our-text h3 font:hover my {
  opacity: 0;
}

.our-text p.learn:hover my {
  opacity: 1 !important;
}

.our-text h3 font nihal.highway:hover .one,
.our-text h3 font nihal.rail:hover .two,
.our-text h3 font nihal.air:hover .three {
  display: block;
  opacity: 1;
}

.our-text h3 nihal.rail h5 {
  left: 74px;
  top: 10px;
}

.our-text h3 nihal.air h5 {
  left: 60px;
  top: 10px;
}

.our-text div li {
  text-indent: -3px;
}

.claremont-adv-sec {
  background: url(./images/River.png);
  text-align: center;
  background-size: cover;
  background-position: bottom;
  min-height: 460px;
  margin-top: -55px;
}

.claremont-adv-sec h3 {
  font-size: 66px;
  line-height: 80px;
  color: #fefefe;
  font-weight: 400;
  font-family: "lemon_tuesdayregular";
  opacity: 0.75;
  margin-top: 195px;
}

.claremont-adv-sec .container {
  width: 100%;
  max-width: 1530px;
}

/******ENTER-FRIENDLY-CSS-END-HERE******/

/******FOOTER-CSS-START-HERE****/
.copy-right {
  text-align: center;
  background: #a9a9a9;
  padding: 40px 0;
}

.copy-right p {
    font-size: 12px;
    color: #fffefe;
    font-weight: 400;
    margin: 0;
    padding: 0;
     font-family: 'Open Sans', sans-serif; 
}

/******FOOTER-CSS-END-HERE****/

@media only screen and (max-width: 991px) {
  .hover_one .col-sm-12.col-md-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .hover_one img.img-responsive {
    position: unset;
  }

  .col-sm-12.hover_one .img-first::before,
  .img-circle::after {
    display: none;
  }

  .img-circle {
    position: unset;
  }

  .col-sm-12.hover_three {
    bottom: unset;
    padding: 0;
  }

  .column.mcb-column.two-third.column_hover_box img {
    width: 100%;
  }

  .img-circle:before {
    display: none;
  }

  .col-sm-12.hover_two {
    padding: 0;
  }

  .hover_two .video_image {
    position: unset;
  }

  .hover_three img.img-responsive {
    position: unset;
  }

  .img-first,
  .img-circle,
  .video_image {
    margin-bottom: 10px;
  }

  .video_image::after {
    left: 25% !important;
    top: 20% !important;
  }

  .hover_three h5 {
    right: unset;
  }

  .demo-gallery>ul>li {
    width: 50%;
    float: left;
  }

  .hover_three .col-sm-12.col-md-4 {
    float: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .one-third.column {
    width: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-12.hover_one .img-first:before {
    width: 90px;
    height: 185px;
    position: absolute;
    content: " ";
    top: 180px;
    left: 44px;
  }

  .img-circle:after {
    width: 110px;
    height: 185px;
    position: absolute;
    content: " ";
    top: 62px;
  }

  .video_image {
    max-width: 550px;
    margin: auto;
  }

  .video_image:after {
    left: 35%;
  }

  .column.mcb-column.two-third.column_hover_box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -115px;
  }

  .hover_two .video_image {
    left: 25px;
  }

  .hover_three img.img-responsive {
    left: 20px;
  }

  .hover_three h5 {
    font-size: 16px;
    top: -120px;
    right: 52px;
  }

  .column.mcb-column.one-third.column_column.surfing_box .column_attr.clearfix {
    padding-top: 0px !important;
  }

  .hover_three .col-sm-12.col-md-4 {
    float: left;
    padding: 0;
  }

  .hover_three .col-sm-12.col-md-8 {
    float: left;
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .img-circle:after {
    width: 70px;
  }

  .hover_two .video_image {
    position: relative;
    top: -132px;
    left: 0;
    max-width: 510px;
    margin: 0 auto;
  }

  .col-sm-12.hover_one .img-first:before {
    left: 15px;
  }

  .img-circle {
    top: -18px;
  }

  .hover_three img.img-responsive {
    top: -28px;
    position: relative;
    left: -7px;
  }

  .hover_three h5 {
    font-size: 13px;
    right: 31px;
  }

  .demo-gallery>ul>li {
    width: 143px;
  }

  ul#lightgallery li a:hover>.photo_title {
    font-size: 25px;
  }

  ul#lightgallery li a:hover>.photo_counter {
    font-size: 35px;
    left: 90px;
    top: 108px;
  }
}

@media only screen and (max-width: 500px) {
  .hover_one .col-sm-12.col-md-6 {
    width: 100%;
  }

  .hover_three .col-sm-12.col-md-8 {
    width: 100%;
  }
}

/*Event Page*/
.event-all-itmes {
  margin-top: 50px;
}

.event-all-itmes .heading {
  color: #236496;
  text-transform: uppercase;
}

.event-all-itmes .shadow-box {
  margin-top: 20px;
}

.event-all-itmes .reset {
  display: inline-block;
  float: right;
}

.filter {
  margin-top: 21px;
  padding-bottom: 20px;
  background-image: url(images/lower-shadow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-color: #fff;
  position: relative;
}

.event-box {
  border-bottom: 1px solid #cdcdcd;
  padding: 22px 0 13px 0;
}

.event-all-itmes .right-part .shadow-box.right-1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.events-section .event-box .event-content .sky-blue-text a {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 15px;
  color: #336699;
  margin-top: 0;
  display: inline-block;
}

.events-section .event-box .event-image {
  float: left;
  width: auto;
  max-width: 150px;
}

.events-section .event-box .event-content.add_space {
  /* padding-left: 180px; */
  display: inline-block;
  margin-left: 20px;
}

.event-all-itmes .thumb-image img {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/*Calendar Style*/
.supercal {
  width: 100%;
}

.supercal .supercal-header {
  display: block;
  line-height: 34px;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 10px 0 0 0;
}

.supercal .supercal-header .prev-month {
  float: left;
  height: 34px;
  width: 20px;
  background-image: url(images/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 15px;
  background-size: 100%;
}

.supercal .supercal-header .next-month {
  float: right;
  height: 34px;
  width: 20px;
  background-image: url(images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  background-size: 100%;
}

.supercal-month {
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* border:1px solid #c6c6c6; */
  padding: 0 0 15px 0;
  background: #fff;
}

.supercal-month th {
  font-weight: normal;
  font-size: 10px;
}

.supercal table {
  width: 100%;
  /*width:auto !important;*/
  max-width: auto !important;
  background: #fff;
  font-size: 12px;
}

.supercal table td {
  font-size: 12px;
  /* font-family: 'Open Sans', sans-serif; */
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  /* padding:3.6px; */
  padding: 8px 2px 8px;
  border: none;
  font-size: 10px;
  color: #666;
}

.supercal td {
  cursor: pointer;
  /* font-family: 'Open Sans', sans-serif; */
}

.supercal-month .table-condensed.current tbody>tr>th {
  text-transform: uppercase;
  font-weight: 700 !important;
  border: none;
  padding-bottom: 0;
  font-size: 10px;
  color: #5b5652 !important;
  text-align: center;
}

.supercal-month .table-condensed.current tbody>tr>th:first-child {
  color: #ff000c !important;
  text-align: center;
}

.supercal td:hover {
  color: #337ab7;
}

.supercal td.month-prev,
.supercal td.month-next {
  /* background: #eee; */
  color: #b3b3b3 !important;
}

.supercal td.selected {
  /* background: #7BB205 !important; */
  /* color: #fff;
font-weight: normal; */
  color: #337ab7 !important;
  font-weight: bold;
}

.supercal td.today {
  /* font-weight: bold; */
}

/* Footer */
.supercal .supercal-footer {
  width: 100%;
  display: table;
  display: none;
}

.supercal .supercal-footer span.supercal-input {
  display: table-cell;
  width: 100%;
  cursor: default;
}

.month {
  /*font-family: dinengschriftregular;*/
  font-size: 18px;
  color: #585756;
  /* text-transform:uppercase; */
  text-align: left;
  font-weight: bold;
}

.month .datecal {
  color: #337ab7;
}

.example1 td {
  border: 1px solid #fdfdfd;
}

.supercal-header .btn {
  background-color: transparent;
  padding: 0;
  text-indent: -9986px;
}

.supercal-header .btn:focus,
.supercal-header .btn:active,
.supercal-header .btn.active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
}

.supercal table td {
  text-align: center;
}

.supercal table {
  margin-bottom: 0px;
}

.example1.supercal.carousel-vertical.transition {
  background-image: url("../images/calendar-shaddow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 3px;
}

.eventdate {
  font-family: arial;
  font-size: 13px;
  margin-top: 14px;
}

.eventdate .gray-text {
  margin-top: 11px;
}

.eventdate .sky-blue-text {
  font-size: 17px;
  letter-spacing: normal;
  margin-bottom: 1px;
}

.eventdate.col-md-12 {
  padding: 0 18px 18px 0;
  width: 100% !important;
}

.supercal table td.has-events {
  /* background: #0FB7F0 ; */
  /* color:#fff; */
  color: #666;
  position: relative;
}

.supercal table td.has-events:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #337ab7;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  bottom: 0;
  left: 49%;
}

#sidebar-calendar {
  /* border:1px solid #2591d2;
        border-top:none; */
  background-image: url(images/bottom-shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 3px;
  /* display: inline-block; */
}

#sidebar-calendar {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.thumb-image.event-sidebar-calendar .shadow-box-part {
  margin-bottom: 15px;
}

.thumb-image.event-sidebar-calendar {
  z-index: -9;
  display: inline-block;
  margin: 0 0 15px;
}

#sidebar-calendar-data-events p.sky-blue-text {
  font-size: 18px !important;
  font-weight: bold;
  font-family: arial !important;
}

.sidebar-event #sidebar-calendar-data-events p.calender-text {
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Arvo", serif;
}

#sidebar-calendar-data-events .sky-blue-text {
  color: #337ab7 !important;
}

@media (max-width: 630px) {
  .events-section .event-box .event-image {
    max-width: inherit;
  }

  .events-section .event-box .event-content.add_space {
    margin-top: 10px;
    margin-left: 0;
  }
}


.col-text {
  font-size: 24px;
  line-height: 40px;
  color: #f3f1e8;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  padding-left: 20px;
  padding-top: 18px;
}

.why-claremont {
  padding: 0 !important;
  
}
.gis-welcome-btn {
  position: relative;
  z-index: 9;
}
.gis-welcome-btn .remove-padd {
  display: flex;
  gap: 5px;
}
.gis-welcome-btn .ml-safe-100 {
  margin-left: 184px;
}
.my-btn {
    border: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    border-radius: 0 !important;
    background-color: #3574af;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 18px;
    display: inline;
    display: inherit;
    width: auto;
    /* min-width: 180px; */
    /* flex: 50%; */
    flex: 1;
    max-width: 165px;
    display: block;
}
.shovel-inc-sec .gis-welcome-btn a.my-btn {
  color: #fff !important;
  font-family: 'Lora', serif;
  font-weight: 400;
}
.my-btn-right {
  /*float: right;*/
  margin-top: 20px;
}
.my-btn:focus {
  outline: none;
}
.my-btn:hover {
  color: white !important;
  opacity: 0.80;
}

.carousel-img-height{
  /*min-height: 421px;*/
}

.incentive-para{
  font-family: 'Lora', serif;
  font-size: 16px;
}

.row-my {
  margin-right: -15px;
  margin-left: -15px;
}

.enter-friendly-sec a{
	color: #236496 !important;
    text-decoration: none !important;
}
.video {
  position: relative;
  z-index: 9999;
}
.video-title-top {
  margin-bottom: -35px;
  margin-top: 70px;
}
.video_para {
    color: #236496 !important;
    font-size: 23px;
    padding: 0 49px;
    line-height: 25px;
}
.video-title-top h5 {

    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #333333;
}
.video_para ul {
  position: relative;
  z-index: 999;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  list-style: none;
}
.video_para ul li {
  padding: 0;
  margin: 0;
  border: 0;
}
.video_para p a, .video_para ul li a {
    font-size: 19px;
    color: #333333 !important;
    transition: .3s;
    font-family: 'Open Sans', sans-serif;
}
.video_para p a:hover, .video_para ul li a:hover {
  opacity: .8;
}


/* carousel fade */
/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.demo-content {padding-top: 50px; padding-bottom: 50px; }


/*Special Section*/

.special-section .container {
    max-width: 1390px;
    width: 100%;
}
.special-section .video-title-top {
     margin-top: -80px; 
}
.special-section {
  margin-top: 70px;
  padding-bottom: 100px;
}
.spe-head {
  padding-left: 55px;
}
.spe-body {
    padding-left: 110px;
}
.spe-content h3 {
    font-size: 81px;
    line-height: 67px;
    color: #666666;
    text-transform: uppercase;
    font-family: "gothambold";
    position: relative;
    z-index: 9;
    opacity: 0.3;
    margin-top: 0;
}
.spe-content h5 {
    font-size: 54px;
    line-height: 50px;
    color: #666666;
    text-transform: uppercase;
    font-family: "gothambold";
}
.spe-photos-in {
    position: relative;
    margin-top: 80px;
}
.spe-photos-in .original-image {
  position: relative;
  display: inline-block;
}
.spe-photos-in .original-image img.spe-main {
  max-width: 100%;
}
.over-1 {
    position: absolute;
    right: 0;
    z-index: 99;
    top: calc(100% - 55px);
}
.over-1 img,
.over-2 img {
  max-width: 200px;
}
.over-2 {
    position: absolute;
    left: calc(100% + -20px);
    top: calc(50% + 55px);
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 991.99px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1160px) {
  .over-1 {
  }
  .over-2 {
      
  }
}
@media (min-width: 1000px) and (max-width: 1170px) {
  .spe-photos-in img.spe-main {
      
  }
  .over-2 {
      
  }
}
@media (min-width: 1171px) and (max-width: 1399px) {
  .spe-photos-in img.spe-main {
      
  }
  .over-2 {
      
  }
}
@media (max-width: 1399px) {
  .spe-photos-in .original-image {
      max-width: 330px;
  }
  .over-2 {
      top: 190px;
  }
  .spe-content h5 {
      font-size: 40px;
  }
}
@media (max-width: 1270px) {
  .special-section {
      margin-top: 30px;
      padding-bottom: 0; 
  }
  .special-section .video-title-top {
      margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .spe-content h3 {
      font-size: 60px;
      margin-bottom: 0;
  }
  .spe-photos-in .original-image {
      max-width: 250px;
  }

  .over-2 {
      top: 137px;
  }


}
@media (max-width: 1099px) {
  .spe-head {
      padding-left: 35px;
  }
  .spe-body {
      padding-left: 70px;
  }
  .over-2 {
      
  }
}

@media (max-width: 991px) {
  .spe-content h3 {
      font-size: 52px;
  }
  .special-section {
      padding-bottom: 150px;
  }
  .video-title-top {
      margin-top: 30px;
  }
  .spe-head {
    padding-left: 0;
  }
  .spe-body {
      padding-left: 20px;
  }
  .over-1 {
      
  }
  .over-1 img {

  }
}
@media (max-width: 767px) {
  .spe-content h3 {
      font-size: 42px;
      line-height: 1;
  }
  .spe-content h5 {
      font-size: 34px;
  }
  .spe-body {
      padding-left: 0;
  }
  .spe-photos-in {
      margin-top: 10px;
  }
  .spe-photos-in .original-image {
      max-width: 100%;
  }
  .over-1 {
      left: 20px;
      right: auto;
  }
  .over-2 {
      top: calc(100% - 94px);
      right: 0;
      left: 60%;
  }

}

@media (max-width: 600px) {
  
}
@media (max-width: 420px) {
  .spe-content h3 {
      font-size: 32px;
  }
  .special-section {
      padding-bottom: 0;
  }
  .over-1, .over-2 {
      position: static;
      text-align: center;
      margin-top: -20px;
  }
  .over-1 {
    margin-left: -20px;
  }
  .over-2 {
    margin-right: -20px;
  }
  
}
@media (max-width: 325px) {
  .spe-content h3 {
      font-size: 32px;
  }
}