@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
body
{
    margin: 0;
    padding: 0;
    font-family: "Bw Modelica Reg", sans-serif;
    background: #FFF;
}
.slide-container
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.slide-container .slider
{
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    animation: animate 20s linear infinite;
}
.slide-container .slider .slide1
{
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
    margin: 0;
    
}
.slide-container .slider .slide2
{
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
    margin: 0;
}
.slide-container .slider .slide3
{
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
    margin: 0;
}
.slide-container .slider .slide4
{
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
    margin: 0;
}
.slide-container .slider .slide1 .caption
{
    /* position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
    padding: 20px;
    /* background:rgba(2, 7, 48, 0.733) ; */
    position:relative;
    padding: 0;
    margin-top: 20%;
}

/* .slide-container .slider .slide1 .caption .upper-header .line-space
{
    display: flex;
    justify-content: center;
    width: 26%;
    height: 5px;
    margin-top: 5px;
    margin-right: 20px;
    background: #fff;
} */
.slide-container .slider .slide1 .caption h1
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 2.8em;
    font-weight: 700;
}
.slide-container .slider .slide1 .caption h2
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.slide-container .slider .slide1 .caption p
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.slide-container .slider .slide1 .social-icon
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 20px 0 0 0;
}
.slide-container .slider .slide1 .social-icon a
{
    padding: 5px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    opacity: 0;
    animation: slide_right 0.5s linear forwards;
    animation-delay: calc(0.1s * var(--i));
}
.slide-container .slider .slide1 .social-icon a span
{
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    transition: 0.3s;
    text-decoration: none;
    color: #2874A6;
    
}
.slide-container .slider .slide1 .social-icon a span:hover
{
    background: #2874A6;
    color: #fff;
}
/*  */
.slide-container .slider .slide2 .caption
{
    
  padding: 20px;
  /* background:rgba(2, 7, 48, 0.733) ; */
  position:relative;
  padding: 0;
  margin-top: 20%;
    
}
.slide-container .slider .slide2 .caption .upper-header
{   
    display: flex;
    width: 80%;
    height: 30px;
    margin: 0;
}
.slide-container .slider .slide2 .caption .slide2-header .line-space2
{
    display: flex;
    width: 70%;
    height: 5px;
    margin-top: 5px;
    left: 135px;
    background: #fff;
    box-shadow: 2px 1px 2px #202020;
    box-sizing: border-box;
    /* opacity: 0;
    animation: slide_left 0.5s linear forwards;
    animation-delay: 0.2s; */
    
}
.slide-container .slider .slide2 .caption h1
{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 2em;
    font-weight: 900;
 
}

.slide-container .slider .slide2 .caption h2
{
   position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 2.8em;
    font-weight: 700;
    text-shadow: 2px 2px 2px #202020;
}
.slide-container .slider .slide2 .caption p
{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}
.slide-container .slider .slide2 .social-icon
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 20px 0 0 0;
}
.slide-container .slider .slide2 .social-icon a
{
    padding: 5px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    opacity: 0;
    animation: slide_right 0.5s linear forwards;
    animation-delay: calc(0.1s * var(--i));
}
.slide-container .slider .slide2 .social-icon a span
{
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    transition: 0.3s;
    text-decoration: none;
    color: #2874A6;
    
}
.slide-container .slider .slide2 .social-icon a span:hover
{
    background: #2874A6;
    color: #fff;
}
.slide-container .slider .slide2 .caption h2
{
    margin: 0 0 5px;
    padding: 0 20px;
    color:rgb(255, 255, 255) ;
    font-size: 2.7em;
    font-weight: 900;
    text-shadow: 2px 2px 2px #202020;
   
}
.slide-container .slider .slide3 .caption
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 20px 0 0 0;
}
.slide-container .slider .slide3 .top-space
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 230px;
    width: 100%;
}
.slide-container .slider .slide3 .caption .slide3-header
{
  position: relative;
  display: flex;
   flex-wrap: wrap;
  width: 330px;
  height: 240px;
  background: rgba(255, 255, 255);
  color: #2874A6;
  /* opacity: 0;
  animation: slide_left 0.5s linear forwards;
  animation-delay: 0.5s; */
}
.slide-container .slider .slide3 .caption .slide3-header h1
{
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  padding: 30px 40px 10px 40px;
}
.slide-container .slider .slide3 .caption .slide3-header h2
{
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  padding: 0px 40px 40px 40px;
}
.slide-container .slider .slide3 .caption .slide3-header-right
{
 width: 350px;
  height: 240px;
}
.slide-container .slider .slide3 .caption .slide3-header-right h3
{
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px 40px 0px 40px;
  color: #fff;
  /* opacity: 0;
  animation: slide_right 0.5s linear forwards;
  animation-delay: 0.4s; */
}
.slide-container .slider .slide3 .caption .slide3-header-right .line-in
{
  width: 60%;
  height: 5px;
  background: #2874A6;
  margin: 0;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* opacity: 0;
  animation: slide_right 0.5s linear forwards;
  animation-delay: 0.4s; */
}
.slide-container .slider .slide3 .caption .slide3-header-right p
{
  font-size: 1.20em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0px 40px 0px 40px;
  color: #fff;
  /* opacity: 0;
  animation: slide_right 0.5s linear forwards;
  animation-delay: 0.4s; */
}
.slide-container .slider .slide3 .caption .slide3-header-right button
{
  margin: 0;
  margin-left: 40px;
  margin-top: 20px;
  color: #fff;
  /* background: rgba(255, 255, 255, 0.384); */
  padding: 9px 7px 9px 7px;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.26);
  /* opacity: 0;
  animation: slide_right 0.5s linear forwards;
  animation-delay: 1s; */
}
.slide-container .slider .slide3 .caption .slide3-header-right button:hover
{
  background: #fff;
  border: 2px solid #000;
  color: #000;
}
.slide-container .slider .slide3 .caption .slide3-header-right button a
{
 text-decoration: none;

}
@keyframes slide_left
{
    0%
    {
        transform: translateX(-100px);
        opacity: 0;
    }
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes slide_right
{
    0%
    {
        transform: translateX(100px);
        opacity: 0;
    }
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes slide_mid
{
  50%
  {
      transform: translateX(100px);
      opacity: 0;
  }
  0%
  {
    transform: translateX(0px);
      opacity: 1;
  }
  100%
  {
      transform: translateX(100px);
      opacity: 1;
  }
}
.slide-container .slider .slide1
{
    background:rgba(0, 0, 0, 0.171) url("images/caniogan-coop-home-header-hands.jpg");
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
}
.slide-container .slider .slide2
{
    background:  url("images/hands-holding-small-green-plant-growing-brown-healthy-soil-with-warm-light.jpg");
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;

}
.slide-container .slider .slide3
{
    background: rgba(0, 0, 0, 0.61)url("images/steallogo.png");
    background-size: cover;
    background-position: center;   
    background-blend-mode: darken;
}

@keyframes animate
{
    0%
    {
        left: 0;
    }
    20%
    {
        left: 0;
    }
    25%
    {
        left: -100%;
    }
    45%
    {
        left: -100%;
    }
    50%
    {
        left: -200%;
    }
    70%
    {
        left: -200%;
    }
    75%
    {
        left: -300%;
    }
    95%
    {
        left: -300%;
    }
    100%
    {
        left: -400%;
    }
}
.news-slider
{
    width: 70%;
}
.requirement-content
{
  position: relative;
  width: 100%;
  height: 400px;
}
.requirement-content .req-img
{
  height: 390px;
  width: 50%;
  position: relative;
  display: flex;
  background:rgba(255, 255, 255, 0.101)url("images/caniogan-coop-be-a-member.png") no-repeat;
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
}
/* .requirement-content .req-img img
{
  position: relative;
  width: 100%;
  height: 100%;
} */
/* .requirement-content .req-img .req-content
{
  position: relative;
  width: 100%;
  height: 100px;
  
} */
/* .requirement-content .req-img .req-content h1
{
  color: #000;
  font-size: 2.2em;
  margin: 0;
  padding: 30px 20px 20px 20px;
}
.requirement-content .req-img .req-content p
{
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0px 30px 20px 20px;
  line-height: 1.5;
  text-indent: 20px;
  word-spacing: 3px;
} */

/* requirements slider */
.req-content
{
  display: flex;
  flex-wrap: wrap;
  margin: 0px 35px 35px 35px;

}
.req-intro
{
  margin: 0;
  /*   */
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
.req-intro .intro-content
{
  width: 100%;
  height: 100%;
  margin: 0;
}
.req-intro .intro-content h1
{
  padding: 0px 20px 0px 20px;
  font-size: 25px;
  color: rgb(4, 17, 59);
}
.req-intro .intro-content p
{
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  color: #656565;
  line-height: 1.5;
  text-indent: 30px;
}
.req-intro button
{
  color: #fff;
  background:rgb(230, 152, 97);
  border: none;
  padding: 10px;
  margin-left: 20px;
  border-radius: 5px;
}
.req-intro button:hover
{
  background: #fff;
  color: rgb(230, 152, 97);
}
.req-slides h1
{
  font-size: 2em;
  /* position: absolute; */
  color: rgb(4, 17, 59);
}
.req-slider
{
  width: 800px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #656565;
}
.req-slides
{
  width: 500%;
  height: 100%;
  display: flex;
}

.req-slides input{
  display: none;
}

.req-slide{
  width: 20%;
  transition: 1s;
}

.req-slide img{
  width: 800px;
  height: 500px;
  
}

/*css for manual slide navigation*/

.navigation-manual{
  position: absolute;
  width: 800px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.navigation-manual .manual-btn{
  border: 2px solid rgb(230, 152, 97);
  background: rgb(230, 152, 97);
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  /* transition: 1s; */
  color: #fff;
}
.navigation-manual .manual-btn label{
  border: 2px solid rgb(230, 152, 97);
  color: rgb(230, 152, 97);
}
.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background: #fff;
  color: rgb(230, 152, 97);
  border: 2px solid #fff;
}

#radio1:checked ~ .first{
  margin-left: 0;
  background: rgb(230, 152, 97);
}

#radio2:checked ~ .first{
  margin-left: -20%;
  background: rgb(230, 152, 97);
}

#radio3:checked ~ .first{
  margin-left: -40%;
  background: rgb(230, 152, 97);
}

#radio4:checked ~ .first{
  margin-left: -60%;
  background: rgb(230, 152, 97);
}

/*css for automatic navigation*/

.navigation-auto{
  position: absolute;
  display: flex;
  width: 800px;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div{
  border: 2px solid rgb(230, 152, 97);
  padding: 5px;
  border-radius: 10px;
  /* transition: 1s; */
  display: none;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background: rgb(230, 152, 97);
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background: rgb(230, 152, 97);
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background: rgb(230, 152, 97);
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background: rgb(230, 152, 97);
}

.content{
    max-width: 100%;
    margin: auto;
    padding: 0px 30px;
}
.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    /*transition: all 0.3s ease-in;*/
}
/*.navbar.sticky{*/
/*    padding: 10px 0;*/
/*    background: #fff;*/
/*}*/
.navbar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    /* padding: 5px 5px 5px 5px ; */
}
.logo img{
  width: 50px;
  height: 50px;
  /* padding-top: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .menu-list{
    display: inline-flex;
    margin-top: 10px;
}
.menu-list li{
 
    list-style: none; 
}
.menu-list li a{
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 25px;
}
.menu-list li a button
{
  color: #fff;
  background: #2874A6;
  border: none;
  margin: -10px;
  padding: 0;
  padding: 10px 20px;
  border-radius: 10px;
}
.menu-list li a.active{
  background:  #2874A6;
  border-radius: 5px;
  color: #fff;
}
.menu-list li a.act{
  /*border: 1px solid #2874A6;*/
  border-radius: 7px;
  color: #2874A6;
}
.menu-list li a.activ{
  background: #2874A6;
  border-radius: 7px;
  color: #fff;
}
.menu-list li a:hover{
   color: #2874A6;
   background-color: #fff; 
  /*background: linear-gradient(45deg, #1c415e, #7ba7ec);*/
  /* color: #fff;
  box-shadow: 0 0 15px  #c850c0,
              0 0 15px  #4158d0;
  border-radius: 5px; */

}
.navbar ul li
{
  /* float: right; */
  list-style: none;
  position: relative;
}
/* .navbar ul ul::after
{
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 15%, transparent 50%, transparent 85%, rgba(255,255,255,0.3) 100%);
} */
  .navbar ul ul
{
  position: absolute;
  top: 30px;
  /* left: -27px; */
  text-align: left;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  border-top: 2px solid #2874A6;
  border-radius: 3px;
  background: rgba(255,255,255,255);
  /* background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 15%, transparent 50%, transparent 85%, rgba(255,255,255,0.3) 100%); */
} 
.navbar ul li:hover > ul
{
  opacity: 1;
  visibility: visible;
} 
.navbar ul ul li
{
  position: relative;
  margin: 0;
  float: none;
  display: list-item;
  width: 170px;
  padding: 10px 10px;
  font-size: 5px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.548); */
} 
.show, .menu-list li input
  {
    display: none;
  }
.banner{
    width: 100%;
    height: 100vh;
    background:rgba(0, 0, 0, 0.55)url("images/front1.jpg") no-repeat;
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/* .Servbanner{
    height: 100vh;
    background: url("images/home-bg-darken.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */

.about{
padding: 70px 0;
}

.about .title{
    font-size: 35px;
    font-weight: 700;
}
.about p{
    padding-top: 20px;
    text-align: justify;
}
.icon{
    color: #000;
    font-size: 25px;
    cursor: pointer;
    display: none;
}
.icon.cancel-btn{ 
    position: absolute;
    right: 30px;
    top: 20px;
}
.title-content{
    width: 100%;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.title-content h1{
    font-size: 50px;
    margin-top: 80px;
}
.title-content p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
}
.btn-view button{
  height: 40px;
  width: 70%;
  border: none;
  outline: none;
  background: linear-gradient(45deg, #1a2f3f, #7094ce);
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  color: #fff;
  /* margin-left: 300px; */
}

/*-----------------------news-slider----------------------------*/

.container {
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 20px;
}
.carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.carousel__slide figure {
  display: flex;
  margin: 0;
}
.carousel__slide div {
  position: relative;
  width: 100%;
}
.carousel__slide div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.carousel__slide div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #dedede;
}
.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
  
}
.carousel__slide figcaption {
  align-self: flex-end;
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
  width: 25%;
  min-width: 150px;
 
}
.carousel__slide figcaption button{
text-decoration: none;
color: #fff;
padding: 5px 10px;
margin-top: 20px;
border: none;
background: #2874A6;
}
.carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}

.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.carousel__slides + .carousel__thumbnails {
  margin-top: 20px;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  max-width: calc((100% / 4) - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
  position: relative;
}
.carousel__thumbnails label:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
  cursor: pointer;
}
.carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* -------------featured----------- */
.anniv
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anniv .anniv-cont
{
  width: 78%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 25px #ECECEC;
  background: #FCFCFC;
}
.anniv .anniv-cont .anniv-image
{
    width: 85%;
    
    padding: 15px;
    padding-top: 20px;
    /*padding-bottom: 40px;*/
}
.anniv .anniv-cont .anniv-image img
{
    width: 100%;
}
.anniv .anniv-cont .anniv-word
{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    padding: 10px 10px 0px 10px;
}

.anniv .anniv-cont .word-cont
{
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    padding: 0px 10px 20px 10px;
    justify-content: center;
    align-items: center;
    
}
.anniv .anniv-cont .anniv-word h1
{
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #2874A6;
  margin-bottom: 0;
  margin-bottom: 10px;
  word-spacing: 2px;
}
.anniv .anniv-cont .anniv-word .anniv-date
{
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
.anniv .anniv-cont .anniv-word .anniv-date span
{
    width: 17px;
    color: #8E8D8D;
    font-weight: 400;
}
.anniv .anniv-cont .anniv-word .anniv-date span img
{
    width: 17px;
    color: #8E8D8D;
    font-weight: 400;
}
.anniv .anniv-cont .anniv-word .anniv-date img
{
    font-size: 17px;
}
.anniv .anniv-cont .anniv-word .anniv-date p
{
    color: #8E8D8D;
    margin: 0;
    padding: 0px 2px 2px 0px;
}
.anniv .anniv-cont .anniv-word .anniv-date p
{
    color: #8E8D8D;
    margin: 0;
    padding: 0px 2px 2px 0px;
}
.anniv .anniv-cont .anniv-word .anniv-date a
{
    padding-left: 5px;
}
.anniv .anniv-cont .anniv-word button
{
    color: #fff;
    background: #2874A6;
    border: none;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
.anniv .anniv-cont .anniv-word p
{
    font-size: 15px;
    text-align: justify;
    color: #8E8D8D;
    margin-top: 0;
    line-height: 1.5em;
    word-spacing: 2px;
}
.anniv .anniv-cont .word-cont p
{
    font-size: 15px;
    text-align: justify;
    color: #8E8D8D;
    margin-top: 0;
    line-height: 1.5em;
    word-spacing: 2px;
}
.anniv .anniv-cont .word-cont button
{
    font-size: 15px;
    color: #fff;
    background: #2874A6;
    border: none;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
.anniv .anniv-cont .word-cont button:hover 
{
    color: #2874A6;
   background: #fff;
}
.featured-container-latest
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-bottom: 40px;*/
}
.featured-container-latest .featured-offer-latest
{
  width: 300px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 25px #ECECEC;
  background: #FCFCFC;
}
.featured-container-latest .featured-offer-latest .offer-latest
{
  padding: 20px;
}
.featured-container-latest .featured-offer-latest .offer-latest-img 
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 10px 10px 0px 10px;
}
.featured-container-latest .featured-offer-latest .offer-latest-img img
{
  max-width: 100%;
}
.featured-container-latest .featured-offer-latest .offer-latest-word
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 10px;
}
.featured-container-latest .featured-offer-latest .offer-latest-word h1
{
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #2874A6;
  margin-bottom: 0;
  margin-bottom: 10px;
  word-spacing: 2px;
}
.featured-container-latest .featured-offer-latest .offer-latest-word p
{
  width: 100%;
  font-size: 14px;
  text-align: justify;
  color: #8E8D8D;
  margin-top: 0;
  line-height: 1.5em;
  word-spacing: 2px;
}
.featured-container-latest .featured-offer-latest .offer-latest-word p b
{
    color: #2874A6;
    font-weight: 500;
}
.featured-container-latest .featured-offer-latest .offer-latest-word button
{
    color: #fff;
    background: #2874A6;
    border: none;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    /*border-radius: 10px;*/
}
.featured-container-latest .featured-offer-latest .offer-latest-word button:hover
{
    color: #2874A6;
    background: #fff;
    
}
 .featured-container-latest .featured-offer-latest .offer-latest-word .date-cont
     {
         display: flex;
         padding-bottom: 15px;
         /*padding-top: 10px;*/
     }
     .featured-container-latest .featured-offer-latest .offer-latest-word .date-cont span
     {
        width: 17px;
        color: #8E8D8D;
        font-weight: 400;
       
     }
     .featured-container-latest .featured-offer-latest .offer-latest-word .date-cont img
     {
         width: 17px;
     }
      .featured-container-latest .featured-offer-latest .offer-latest-word .date-cont p
      {
        color: #8E8D8D;
        margin: 0;
        padding: 0px 2px 2px 5px;
      }
      
      
      /*display 2nd column*/
      
.featured-container-latest .featured-offer-latest-2nd
{
  width: 630px;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 25px #ECECEC;
  background: #FCFCFC;
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest
{
  padding: 20px;
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest-img 
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 10px;
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest-img img
{
  max-width: 100%;
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest-word
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 10px;
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest-word h1
{
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #2874A6;
  margin-bottom: 0;
  margin-bottom: 10px;
  word-spacing: 2px;
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest-word p
{
  width: 100%;
  font-size: 14px;
  text-align: justify;
  color: #8E8D8D;
  margin-top: 0;
  line-height: 1.5em;
  word-spacing: 2px;
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest-word p b
{
    color: #2874A6;
    font-weight: 500;
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest-word button
{
    color: #fff;
    background: #2874A6;
    border: none;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    /*border-radius: 10px;*/
}
.featured-container-latest .featured-offer-latest-2nd .offer-latest-word button:hover
{
    color: #2874A6;
    background: #fff;
    
}
 .featured-container-latest .featured-offer-latest-2nd .offer-latest-word .date-cont
     {
         display: flex;
         padding-bottom: 15px;
         /*padding-top: 10px;*/
     }
     .featured-container-latest .featured-offer-latest-2nd .offer-latest-word .date-cont span
     {
        width: 17px;
        color: #8E8D8D;
        font-weight: 400;
       
     }
     .featured-container-latest .featured-offer-latest-2nd .offer-latest-word .date-cont img
     {
         width: 17px;
     }
      .featured-container-latest .featured-offer-latest-2nd .offer-latest-word .date-cont p
      {
        color: #8E8D8D;
        margin: 0;
        padding: 0px 2px 2px 5px;
      }
      
      
    .featured-container .featured-offer .offer .date-cont
    {
        display: flex;
    }
    .featured-container .featured-offer .offer .date-cont span
    {
        width: 17px;
        color: #8E8D8D;
        font-weight: 400;
    }
   .featured-container .featured-offer .offer .date-cont span img
    {
        width: 17px;
        color: #8E8D8D;
        font-weight: 400;
    }
.featured-container
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.featured-container .featured-offer
{
  width: 300px;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 25px #ECECEC;
  background: #FCFCFC;
}

/* .featured-container .featured-offer:hover
{
  box-shadow: 0px 0px 10px #000 ;
  cursor: default;
} */
.featured-container .featured-offer .offer
{
  padding: 20px;
  height: 430px;
}
.featured-container .featured-offer .offer img
{
  width: 100%;
}
.featured-container .featured-offer .offer h1
{
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #2874A6;
  margin-bottom: 0;
  margin-bottom: 10px;
  word-spacing: 2px;
}
.featured-container .featured-offer .offer p
{
  width: 100%;
  /*height: 150px;*/
  font-size: 14px;
  text-align: justify;
  color: #737272;
  margin-top: 0;
  line-height: 1.5em;
  word-spacing: 2px;
}
.featured-container .featured-offer .offer p b
{
    color: #2874A6;
    font-weight: 500;
}
.featured-container .featured-offer .offer button
{
     color: #fff;
     background: #2874A6;
     border: none;
     text-decoration: none;
     padding: 5px 10px 5px 10px;
     /*border-radius: 10px;*/
}
.featured-container .featured-offer .offer button:hover
{
    color: #2874A6;
    background: #fff;
    border: 1px solid #2874A6;
}
.featured-title
{
padding: 20px 0px;
}
.featured-title-service
{
   margin-left: 20px;
   text-align: center;
   margin-bottom: 70px;
}
.featured-title-service h1
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    font-size: 2em;
    color: #2874A6;
    
}
.featured-title-service p
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8E8D8D;
}
  .featured-title h1
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    font-size: 2em;
    color: #2874A6;
    margin: 0;
  }
  
  .featured-title p
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    margin-bottom: 40px;
    font-size: 15px;
    color: #8E8D8D;
  }
   .featured-title-2 h3
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 70px;
    font-size: 2em;
    color: #2874A6;
  }
   .featured-title-2 p
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8E8D8D;
  }
  .btn-service
  {
      height: 50px;
      width: 100%;
      cursor: none;
  }
 .btn-service a
 {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
 }
  .btn-service button
  {
    margin: 0;
    color: #fff;
    background: #2874A6;
    text-decoration: none;
    width: 130px;
    height: 40px;
    padding: 5px;
    /*border-radius: 8px;*/
    /*margin-top: 20px;*/
    border: none;
  }
.btn-service button:hover
{
    color: #2874A6;
    background: #fff;
    border: 1px solid #2874A6;
}
.btn-service-1
  {
      height: 50px;
      width: 100%;
      cursor: none;
    margin-bottom: 70px;
  }
 .btn-service-1 a
 {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
 }
  .btn-service-1 button
  {
    margin: 0;
    color: #fff;
    background: #2874A6;
    text-decoration: none;
    width: 130px;
    height: 40px;
    padding: 5px;
    border-radius: 8px;
    border: none;
  }
.btn-service-1 button:hover
{
    color: #fff;
    background: #2874A6;
}
   .featured-title-3 h1
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 70px;
    font-size: 2em;
    color: #2874A6;
  }
  .featured-title-3 p
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8E8D8D;
  }
  .featured-title-4 h1
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 60px;
    font-size: 2em;
    color: #2874A6;
  }
  .featured-title-4 p
  { 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8E8D8D;
  }
  .featured-title button
  {
   
    background:#2874A6;
    color: #fff;
    padding: 7px 10px 7px 10px;
    border: none;
    cursor: pointer;
  }
  .featured-title button:hover
  {
    background: #fff;
    color: #2874A6;
    box-shadow: 0px 0px 5px #000;
  }
  .about-title
{
  width: 100%;
  height: 50px;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: space-between;

}
.about-title h1
  { 
    display: flex;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 40px;
    font-size: 30px;
    color: rgb(3, 10, 41);
  }
  .about-container
  {
    width: 100%;
    margin-top: 30px;
    display: flex;
  }
  .about-container .abouts
  {
    width: 300px;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.425); */
    /* border: 1px solid rgba(68, 66, 66, 0.349); */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    border-radius: 10px;
  }
  .about-container .abouts h2
  {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #2874A6;
    color:#fff;
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
  }
  /* .about-container .abouts:hover
  {
    box-shadow: 0px 0px 10px #000 ;
    cursor: default;
  } */
  .about-container .abouts .offer
  {
    padding: 20px;
    height: 500px;
  }
  .about-container .abouts .offer img
{
  width: 100%;
}
.about-container .abouts .offer h1
{
  width: 100%;
  font-size: 18px;
  color: rgb(3, 10, 41);
  margin-bottom: 5px;
  word-spacing: 2px;
}
.about-container .abouts .offer p
{
  width: 100%;
  font-size: 14px;
  color: #8E8D8D;
  margin-top: 0;
  line-height: 1.5em;
  word-spacing: 2px;
}

.about-container .abouts .offer button
{
  margin: 0;
  background: #2874A6;
  text-decoration: none;
  padding: 5px;
  color: #fff;
  border: none;
}
.about-container .abouts .offer button:hover
{
  background: #fff;
  border: solid 1px #2874A6;
  color: #2874A6;
  cursor: pointer;
}
.story-content
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-content .story-container
{
  width: 300px;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 2px #ECECEC;
  background: #FCFCFC;
}
.story-content .story-container .story
{
    padding: 20px;
  height: 430px;
}
.story-content .story-container .story img
{
  width: 100%;
}
.story-content .story-container .story h1
{
  width: 100%;
  font-size: 18px;
  color: rgb(3, 10, 41);
  margin-bottom: 5px;
  word-spacing: 2px;
}
.story-content .story-container .story p
{
  width: 100%;
  font-size: 14px;
  color: #8E8D8D;
  margin-top: 0;
  line-height: 1.5em;
  word-spacing: 2px;
}
.story-content .story-container .story button
{
  margin: 0;
  color: #2874A6;
  text-decoration: none;
  border: 1px solid #2874A6;
  padding: 5px 10px;
  border-radius: 0px;
}
.story-content .story-container .story button:hover
{
    color: #fff;
    background: #2874A6;
    cursor: pointer;
}
.about-container
{
     width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-container .abouts
{
  width: 300px;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 2px #ECECEC;
  background: #FCFCFC;
}
.about-container .abouts .offer
{
  padding: 20px;
  height: 430px;
}

  /* ---------------------------FOOTER--------------------------------------------- */
  .footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #2874A6;
  }
  .main-content{
    display: flex;
    background:#2874A6;
    color: #fff;
  }
  .main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
  }
  .box h2{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .box .footer-content{
    margin: 20px 0 0 0;
    position: relative;
  
  }
   .box .footer-content a
   {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
       
   }
  .box .footer-content:before{
    position: absolute;
    content: '';
    top: -10px;
    left: 1px;
    height: 2px;
    width: 100%;
    background: #fff;
  }
  .box .footer-content:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    top: -10px;
  }
  .left .footer-content .left-content
  {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .left .footer-content a{
    text-align: justify;
    font-size: 0.8625rem;
    font-weight: 400;
    padding-right: 50px;
  }
  .left .footer-content .social{
    margin: 20px 0 0 0;
  }
  .left .footer-content .social a{
    padding: 0 2px;
  }
  .left .footer-content .social a span{
    height: 40px;
    width: 40px;
    background: #2874A6;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
  }
  .left .footer-content .social a span:hover{
      background: #fff;
  }
  .center .footer-content .place{
    display: flex;
    flex-wrap: wrap;
  }
  .center .footer-content .phone{
    display: flex;
    flex-wrap: wrap;
  }
  .center .footer-content .email{
    display: flex;
    flex-wrap: wrap;
  }
  
  .center .footer-content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
  }
  .center .footer-content .fas:hover{
      background: #2874A6;
  }
  .center .footer-content .text{
    font-size: 0.7625rem;
    font-weight: 500;
    padding-left: 10px;
  }
  .center .footer-content .phone{
    margin: 15px 0;
  }
  .right .footer-content{
    display: flex;
    flex-wrap: wrap;
  }
  .right .footer-content .fas{
    font-size: 1.4375rem;
    background: #1a1a1a;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
  }
  .right .footer-content .fas:hover{
      background: #2874A6;
  }
  .right .footer-content .text{
    font-size: 0.8625rem;
    font-weight: 500;
    padding-left: 10px;
  }
  .right .footer-content .phone{
    margin: 15px 0;
  }
  /*.right form .text{*/
  /*  font-size: 1.0625rem;*/
  /*  margin-bottom: 2px;*/
  /*  color: #fff;*/
  /*}*/
  /*.right form .msg{*/
  /*  margin-top: 10px;*/
  /*}*/
  /*.right form input, .right form textarea{*/
  /*  width: 100%;*/
  /*  font-size: 1.0625rem;*/
  /*  background: #151515;*/
  /*  padding-left: 10px;*/
  /*  border: 1px solid #222222;*/
  /*}*/
  /*.right form input:focus,*/
  /*.right form textarea:focus{*/
  /*  outline-color: #3498db;*/
  /*  color: #fff;*/
  /*}*/
  /*.right form input{*/
  /*  height: 35px;*/
  /*}*/
  /*.right form .btn{*/
  /*  margin-top: 10px;*/
   
  /*}*/
  /*.btn{*/
  /*  margin-top: 10px;*/
  
  /*}*/
  /*.right form .btn button{*/
  /*  height: 40px;*/
  /*  width: 100%;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*  background: #245779;*/
  /*  font-size: 1.0625rem;*/
  /*  font-weight: 500;*/
  /*  cursor: pointer;*/
  /*  transition: .3s;*/
  /*}*/
  /*.btn button{*/
  /*  height: 40px;*/
  /*  width: 70%;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*  background: #2874A6;*/
  /*  font-size: 1.0625rem;*/
  /*  font-weight: 500;*/
  /*  cursor: pointer;*/
  /*  transition: .3s;*/
  /*  color: #fff;*/
   
  /*}*/
  /*.right form .btn button:hover{*/
  /*  background: #000;*/
  /*  color: #fff;*/
  /*}*/
  .btn button:hover{
    background: #000;
    color: #fff;
  }
  .bottom center{
    padding: 5px;
    font-size: 0.9375rem;
    background: #245779;
  }
  .bottom center span{
    color: #fff;
    
  }
  .bottom center a{
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    text-decoration: none;
  }
  .bottom center a:hover{
    text-decoration: underline;
  }
  .action
  {
    display: flex;
      top: 20px;
      right: 30px; 
      margin-left: 0; 
  }
  .action .profile
  {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin-left: 20px;
  margin-top: -12px;
  }
  
  .action .profile img
  {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* filter: brightness(0) invert(1); */
      
  }
  .action .acc-img img
  {
    max-width: 50px;
    margin-left: 75px;
    margin-bottom: -15px;
  }
  
  .action .menu
  {
      position: absolute;
      top: 80px;
      right: 60px;
      padding: 10px 20px;
      background: #fff;
      width: 200px;
      box-sizing: 0 5px 25px rgba(0, 0, 0, 1);
      border-radius: 15px;
      transition: 0.5s;
      visibility: hidden;
      opacity: 0;
      text-align: left;
  }
  .action .menu.active 
  {
      visibility: visible;
      opacity: 1;
  }
  .action .menu::before
  {
      content: '';
      position: absolute;
      top: -5px;
      right: 28px;
      width: 20px;
      height: 20px;
      background: #fff;
      transform: rotate(45deg);
  
  }
  .action .menu h3
  {
      width: 100%;
      text-align: center;
      font-size: 18px;
      padding: 20px 0;
      font-weight: 600;
      font-size: 18px;
      color: rgb(0, 0, 0);
      line-height: 1.2em;
      text-transform: uppercase;
  }
  .action .menu span
  {
      font-size: 14px;
      color: #767676;
      font-weight: 400;
      
  }
  
  .action .menu ul li
  {
      list-style: none;
      padding: 10px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      direction: flex;
      align-items: center;
  
  }
  .action .menu ul li img
  {
      max-width: 20px;
      margin-right: 10px;
      opacity: 0.5;
      transition: 0.5s;   
  }
  .action .menu ul li:hover img
  {
      opacity: 1;
  }
  .action .menu ul li a
  {
      display: inline-block;
      text-decoration: none;
      color: #555;
      font-weight: 500;
      transition: 0.5s;
  }
  .action .menu ul li a:hover
  {
      color: #fff;
  }
  /* ----------- */
  .videodiv2
{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: left;
  border-radius: 10px;
}
.videodiv2 video
{
  width: 45%;
  height: 100%;
  margin: 30px 0px 50px 20px;
  border-radius: 10px;
}
.videodiv2-title
{
  width: 50%;
  height: 50%;
  /* background: linear-gradient(45deg, #1a2f3f, #7094ce); */
  padding: 0px 20px 0px 10px;
  margin: -30px 0px 0px 10px;
  
}
.videodiv2 .videodiv2-title h1
{
  width: 100%;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #2874A6;
  line-height: 1;
  margin-bottom: 10px;

}
.videodiv2 .videodiv2-title p
{
  width: 100%;
  font-size: 14px;
  word-spacing: 3px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  color: #737272;
  text-align: justify;
  font-weight: 400;
  text-indent: 40px;
}
.videodiv2 .videodiv2-title button
{
  margin: 0;
  color: #2874A6;
  text-decoration: none;
  background: #fff;
  width: 120px;
  height: 30px;
  border: 1px solid #2874A6;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
}
.videodiv2 .videodiv2-title button:hover
{
  background: #2874A6;
  color: #fff;
  cursor: pointer;
}
.email-container
{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.email-container .email-content
{
    position: relative;
    width: 500px;
    padding: 20px;
    display:  flex;
}
.email-container .email-content 
{
    display: flex;
    
}
.email-container .email-content form 
{
    width: 100%;
}
.email-container .email-content form select
{
   width: 220px;
   padding: 10px;
   margin: 10px;
   font-size: 14px;
   border-radius: 10px;
   border: 1px solid #2874A6;
   color: #8E8D8D;
}

.email-container .email-content form input
{
   width: 200px;
   padding: 10px;
   margin: 10px;
   font-size: 14px;
   border-radius: 10px;
   border: 1px solid #2874A6;
   color: #8E8D8D;
}

.email-container .email-content form textarea
{
   
   padding: 10px;
   margin: 10px;
   font-size: 14px;
   border-radius: 10px;
   border: 1px solid #2874A6;
   color: #8E8D8D;
}
.email-container .submit-btn
{
    cursor: pointer;
    
}
.email-container .submit-btn:hover
{
    background: #2874A6;
    color: #fff;
}
.g-recaptcha
{
    margin: 10px;
}
.status
{
    font-size: 14px;
    color: green;
    padding: 15px;
}
.status span
{
  color: red;
}
.story-main
{
    width: 100%;
    margin-bottom: 50px;
}
.story-main .story-desc
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-main .story-desc p
{
   width: 75%; 
   font-size: 15px;
   color: #474747;
   line-height: 1.5;
   word-spacing: 4px;
  
}
.story-main .story-cont 
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-main .story-cont .story-date
{
    width: 75%;
    display: flex;
}
.story-main .story-cont .story-date span
{
    width: 17px;
    color: #474747;
    padding: 20px 0px;
}
.story-main .story-cont .story-date img
{
    width: 17px;
}
.story-main .story-cont .story-date p
{
    margin: 0;
    color: #474747;
    padding: 20px 10px;
}
.story-main .story-img
{
    width: 100%;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-main .assembly-story-img
{
    width: 100%;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-main .desk-story-img
{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-main .story-img img
{
     width: 75%;
}

.story-main .assembly-story-img img
{
     width: 80%;
}
.story-main .desk-story-img img
{
     width: 90%;
     margin-bottom: 40px;
}
.story-main .desk-story-message 
{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-main .desk-story-message .desk-story-message-cont
{
    width: 90%;
}
.story-main .desk-story-message .desk-story-message-cont p
{
    width: 100%;
  font-size: 15px;
  word-spacing: 3px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  color: #737272;
  text-align: justify;
  font-weight: 400;
  text-indent: 40px;
}
 .slide-wrapper{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 100%;
  }
    .gallery{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .gallery .image{
    padding: 7px;
    width: calc(70% / 3);
 
  }
  .gallery .image span{
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .gallery .image img{
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
   
  }
  .gallery .image:hover img{
    transform: scale(1.1);
    /* box-shadow: 0px 0px 10px #000; */
  }
  
  .preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  }
  .preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
  }
  .preview-box .details{
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 10px;
    justify-content: space-between;
  }
  .preview-box .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
  .details .title p{
    margin: 0 5px;
  }
  .details .title p.current-img{
    font-weight: 500;
  }
  .details .icon{
    color: #007bff;
    font-size: 20px;
    cursor: pointer;
  }
  .preview-box .image-box{
    display: flex;
    width: 100%;
    position: relative;
  }
  .image-box .slide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
  }
  .slide.prev{
    left: 0px;
  }
  .slide.next{
    right: 0px;
  }
  .image-box img{
    width: 100%;
    border-radius: 0 0 3px 3px;
  }
  .shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.45);
  }
   .btn-view-gallery
  {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-view-gallery button
  {
   
    color: #2874A6;
    background: transparent;
    height: 3em;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #2874A6;
    padding: 0px 10px 0px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .btn-view-gallery button:hover
  {
    background: #2874A6;
    color: #fff;
  }
  
  .container .RAdiv
{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.RAdiv h1
{
    display: flex;
    padding-top: 100px;
    color: #2874A6;
    padding-bottom: 30px;
    text-align: left;
    font-size: 2em;
    line-height: 1em;
    font-weight: 900;
}
.RAdiv img
{
    width: 100%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 100px;
}
.container .RAdiv-message p
{
    text-align: left;
    padding: 10px;
    color: #737272;
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 2px;
    font: 13px;
    
}
.RAdiv2-message
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.RAdiv2-message .RAdiv2-message-content
{
    width: 80%;
    
}
.RAdiv2-message .RAdiv2-message-content p
{
   
    padding: 10px;
    color: #737272;
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 2px;
    font: 13px;
    text-indent: 35px;
}
.calendar-event
{
    width: 100%;
}
.calendar-event .calendar-cont
{
    width: 100%;
    height: 500px;
    padding-top: 100px;
}
.calendar-event .calendar-cont .date-cont
{
    width: 70%;
    height: 35%;
    /*border: 1px solid #2874A6;*/
    display: flex;
    margin-left: 100px;
    margin-bottom: 100px;
}
.calendar-event .calendar-cont .date-cont:hover
{
    background: #f2f2f2;
    cursor: pointer;
}

.calendar-event .calendar-cont .date-cont .day
{
    margin: 0;
    padding: 0;
    width: 150px;
    height: 100%;
    background: #2874A6;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.calendar-event .calendar-cont .date-cont .day .day-cont
{
    width: 100%;
    text-align-last: center;
}
.calendar-event .calendar-cont .date-cont .day .day-cont h1
{
    font-size: 70px;
    margin: 0;
    padding: 0;
    color: #fff;
}
.calendar-event .calendar-cont .date-cont .day .day-cont h5
{
    font-size: 23px;
    margin: 0;
    margin-top: -10px;
    padding: 0;
    color: #fff;

}
.calendar-event .top-img
{
    width: 100%; 
    height: 20%;
    padding-top: 70px;
}
.calendar-event .top-img img
{
    width: 100%;
    height: 100%;
    /*filter: brightness(90%);*/

}
.calendar-event .top-img .title
{
    width: 100%;
    height: 50px;
    margin-top: -150px;
    margin-left: 50px;
    background: #fff;
}
.calendar-event .top-img .title h1
{
    font-size: 3.5em;
    color: #fff;
}
.calendar-event .calendar-cont .date-cont .date-info
{
    width: 80%;
    height: 100%;
    display: flex;
}
.calendar-event .calendar-cont .date-cont .date-info img
{
    max-width: 190px;
    padding: 20px;
}
.calendar-event .calendar-cont .date-cont .date-info .date-info-cont h1
{
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    color: #2874A6;
}
.calendar-event .calendar-cont .date-cont .date-info .date-info-cont p
{
     font-size: 15px;
     color: #525252;
}
.special-offer
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.special-offer .offer-cont
{
    width: 90%;
    background: #e1e1e1;
    display: flex;
    background:rgba(0, 0, 0, 0.802)url("images/steallogo.png") no-repeat;
    background-blend-mode: darken;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}
.special-offer .offer-cont .offer-whitespace
{
    width: 40%;
}
.special-offer .offer-cont .offer-whitespace .offer-one
{
    padding: 15px 15px 15px 75px;
}
.special-offer .offer-cont .offer-whitespace .offer-one h1
{
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.special-offer .offer-cont .offer-whitespace .offer-one h2
{
    font-size: 35px;
    color: #fff;
    margin-top: 0;
}
.special-offer .offer-cont .offer-two
{
    width: 50%;
    padding: 15px;
}
.special-offer .offer-cont .offer-two h1
{
    font-size: 25px;
    color: #fff;
}
.special-offer .offer-cont .offer-two h2
{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.special-offer .offer-cont .offer-two button
{
    background: #2874A6;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 2px;
}
@media (max-width:768px)
{
    .slide-container .slider .slide1 .caption
    {
        
        margin-top: 250px;
    }
    .slide-container .slider .slide1 .caption h2
    {
        text-align: left;
        font-size: 16px;
    }
     .slide-container .slider .slide1 .caption h1
    {
        font-size: 25px;
    }
     .slide-container .slider .slide2 .caption
    {
        margin-top: 270px;
    }
    .slide-container .slider .slide3 .caption
    {
        display: flex;
          justify-content: center;
          align-items: center;
           flex-wrap: wrap;
    }
      .slide-container .slider .slide3 .caption .slide3-header
      {
          height: 200px;
          margin-top: -130px;
      }
      .slide-container .slider .slide3 .caption .slide3-header h1
      {
          margin: 0;
      }
      .slide-container .slider .slide3 .caption .slide3-header-right
      {
            margin-top: 50px;
      }
      
      .special-offer .offer-cont
      {
          display: flex;
          flex-wrap: wrap;
      }
      .special-offer .offer-cont .offer-whitespace
      {
          width: 100%;
      
      }
      .special-offer .offer-cont .offer-whitespace .offer-one
      {
         width: 80%;
        padding-left: 45px;
      }
      .special-offer .offer-cont .offer-whitespace .offer-one h1
      {
          font-size: 15px;
      }
      .special-offer .offer-cont .offer-whitespace .offer-one  h2
      {
          font-size: 20px;
          margin-bottom: 0;
      }
      .special-offer .offer-cont .offer-two
      {
          width: 100%;
          padding-left: 45px;
          padding-top: 0;
      }
      .special-offer .offer-cont .offer-two h1
      {
           font-size: 15px;
      }
      .special-offer .offer-cont .offer-two h2
      {
           font-size: 15px;
      }
}
/*@media all and (max-width: 968px)*/
/*{*/
/*  
/*}*/

@media screen and (max-width: 900px) {
  .footers{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
  .videodiv2
  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .videodiv2 video
  {
    width: 90%;
    margin: 0;
    margin-bottom: 30px;
  }
  .videodiv2 .videodiv2-title
  {
    width: 100%;
    margin: 0;
  }
  .videodiv2 .videodiv2-title h1
  {
    width: 100%;
    margin: 0;
    font-size: 17px;
    margin-left: 40px;
    font-weight: 500;
  
  }
  .videodiv2 .videodiv2-title p
  {
    width: 90%;
    margin: 0;
    margin-left: 40px;
    font-size: 14;
    font-weight: 400;
 
  }

  .featured-container 
  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .featured-container-latest 
  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .about-container
  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .featured-title h1
  {
      font-size: 35px;
  }
  .featured-title p
  {
      margin: 10px 10px 40px 20px;
  }
   .featured-title-2 h3
   {
       margin-top: 50px;
   }
   .featured-title-2 p
   {
       margin: 20px 10px 50px 20px;
   }
   .featured-title-3 p
   {
       margin: 20px 10px 50px 20px;
   }
   /*.featured-title-3 h1*/
   /*{*/
   /*    font-size: 35px;*/
   /*}*/
   
   
   
   
   
   
}





@media (max-width: 840px) 
{

  /*body{*/
  /*  height: 100px;*/
  /*}*/
  /*body.disabledScroll{*/
  /*    overflow: hidden;*/
  /*}*/
  .icon{
      display: block;
      margin-left: 200px;
      color: #000;
  }
  .icon.hide{
      display: none;
      color: 000;
  }
  .navbar .menu-list{
      position: fixed;
      top: 0;
      left: -100%;
      height: 100vh;
      width: 100%;
      max-width: 400px;
      background: #fff;
      display: block;
      padding: 40px 0;
      text-align: left;
      transition: all 0.3s ease;
  }
  .navbar .menu-list.active{
      left: 0%;
  }
  .navbar .menu-list li{
      margin-top: 25px;
      font-weight: 500;
  }
  .navbar .menu-list li a{
      font-size: 15px;
      padding-left: 50px;
  }
  .videodiv2 .videodiv2-title h1
  {
    width: 100%;
    margin: 10px 15px 25px 15px;
    font-size: 21px;
    font-weight: 500;
  }
  .videodiv2 .videodiv2-title p
  {
    margin: 0px 15px 30px 15px;
    text-indent: 15px;
     text-align: justify;
  }
  .videodiv2 .videodiv2-title a
  {
       text-decoration: none;
  }
  .videodiv2 .videodiv2-title button
  {
    margin: 0px 15px 10px 15px;
  }
  .featured-title-service h1
  {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin: 0px 0px 15px 0px;
  }
  .featured-title-service p
  {
    font-size: 14;
    font-weight: 400;
    margin: 0;
    margin: 0px 15px 0px 0px;
    text-indent: 15px;
  }
  .featured-title h1
  {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
   margin: 0px 0px 15px 0px;
  }
  .featured-title p
  {
    font-size: 14;
    font-weight: 400;
    margin: 0;
    margin: 0px 15px 0px 0px;
    text-indent: 15px;
    margin: 0px 15px 20px 20px;
  }
    .featured-title-4 h1
  {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
   margin: 0px 0px 15px 0px;
  }
  .featured-title-4 p
  {
    font-size: 14;
    font-weight: 400;
    margin: 0;
    margin: 0px 15px 0px 0px;
    text-indent: 15px;
    margin: 0px 15px 20px 20px;
  }
  .featured-title-3 h1
  {
    font-size: 25px;
    font-weight: 500;
  }
}

@media (max-width: 698px) 
{
  /*.featured-container*/
  /*{*/
  /*  width: 100%;*/
  /*  display: flex;*/
   
  /*}*/
  /*.featured-container .featured-offer*/
  /*{*/
  /*  width: 240px;*/
  /*  margin: 0;*/
  /*  border: 1px solid #65656563; */
  /*  margin: 5px;*/
  /*}*/
  /*.about-container*/
  /*{*/
  /*  width: 100%;*/
  /*  display: flex;*/
  /*}*/
  /*.about-container .abouts*/
  /*{*/
  /*  width: 240px;*/
  /*  margin: 0;*/
  /*   border: 1px solid #65656563; */
  /*  margin: 5px;*/
  /*}*/
}
/*@media (max-width: 570px)*/
/*{*/
/*}*/
@media (max-width: 515px)
{
   .story-main .story-img img
  {
     width: 90%;
     padding-bottom: 30px;
  }
  .story-main .assembly-story-img img
  {
     width: 90%;
     padding-bottom: 30px;
  }
  .story-main .RAdiv2-message-content
  {
      width: 85%;
  }
  .story-main .RAdiv2-message-content p
  {
      width: 100%;
  }
  .gallery .image
  {
    padding: 7px;
    width: calc(90% / 3);
  }
  
  /*.anniv*/
  /*{*/
  /*    width: 100%;*/
  /*}*/
  /* .anniv .anniv-cont*/
  /* {*/
  /*     width: 100%;*/
  /* }*/
  /* .anniv .anniv-cont .anniv-image*/
  /* {*/
  /*     width: 90%;*/
  /* }*/
   
   .bottom-right 
    {
      position: absolute;
      bottom: -12px;
      right: 4px;
      color: #ffffff;
      cursor: pointer;
    }
    .bottom-right:hover
    {
        color: #fff;
        transform: scale(1.1);
    }
    .bottom-right img 
    {
        filter: brightness(0) invert(1);
        width: 70px;
        /*box-shadow: 0px 10px 1px rgba(0,0,0,0.1);*/
    }
  .featured-container-latest
  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .featured-container-latest .featured-offer-latest 
  {
    width: 320px;
    height: 100%;
    box-shadow: 0px 10px 30px #ECECEC;
  }
    .featured-container-latest .featured-offer-latest .offer-latest-img
    {
        width: 100%;
    }
    .featured-container-latest .featured-offer-latest .offer-latest-img img
    {
        width: 300px;
    }
     .featured-container-latest .featured-offer-latest .offer-latest-word
     {
         width: 100%;
     }
   
  .featured-container
  {
    width: 100%;
    display: flex;
  }
  .featured-container .featured-offer 
  {
    width: 320px;
    height: 100%;
    box-shadow: 0px 10px 30px #ECECEC;
  }
  .featured-container .featured-offer .offer
  {
       height: 100%;
  }
  .featured-container .featured-offer .offer img
  {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .featured-container .featured-offer .offer h1
  {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
   .featured-container .featured-offer .offer a
   {
     margin-top: -10px;
   }
   .featured-container .featured-offer .offer p b
   {
        padding-bottom: 10px;
   }
   .featured-title-4
   {
     margin-top: 10px;
   }
  
}
/*@media (max-width: 400px) */
/*{*/
/*  .req-content*/
/*{*/
/*  margin: 70px 0px 0px 0px;*/
/*}*/
/*  .featured-container .featured-offer:hover*/
/*  {*/
/*    box-shadow: none;*/
/*    cursor: default;*/
/*  }*/
/*  .about-container .abouts:hover*/
/*  {*/
/*    box-shadow: none;*/
/*    cursor: default;*/
/*  }*/
/*}*/
@media all and (max-width: 840px)
{
  .navbar ul 
  {
    margin-right: 0px;
    float: left;
  }
  .navbar ul li,  .navbar ul ul li 
  {
    display: block;
    width: 100%;
  }
  .navbar ul ul
  {
    top: 20px;
    margin-left: 20px;
    width: 200px;
    position: static;
    border: none;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .show
  {
    display: block;
    color: #3d3d3d;
    font-size: 15px;
    padding: 0 50px;
    line-height: 20px;
    cursor: pointer;
  }
  .show + a, ul
  {
    display: none;
  }
  [id^=btn]:checked + ul
  {
    display: block;
  }
  .menu-list li a:hover{
   color: #fff;
   background-color: #2874A6; 
  /*background: linear-gradient(45deg, #1c415e, #7ba7ec);*/
  /* color: #fff;
  box-shadow: 0 0 15px  #c850c0,
              0 0 15px  #4158d0;
  border-radius: 5px; */

}
}
.bottom-right 
{
  position: absolute;
  bottom: -12px;
  right: 4px;
  color: #ffffff;
  cursor: pointer;
   
   
}
.bottom-right:hover
{
    color: #fff;
    transform: scale(1.1);
      
}
.bottom-right img 
{
    filter: brightness(0) invert(1);
    width: 70px;
    /*box-shadow: 0px 10px 1px rgba(0,0,0,0.1);*/
}

