html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
}

.color-peach {
    color: F6AC1B !important;
}

.color-peach2 {
    color:  F6AC1B !important;
}

.color-grey {
    color: #000000 !important;
}

.color-dark-grey {
    color: #595959;
}

.color-green {
    color: #c1e7d8;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-23 {
    font-size: 23px;
}


.f-s-25 {
    font-size: 25px;
}


.f-s-30 {
    font-size: 30px;
}


.f-s-50 {
    font-size: 50px;
}


.f-s-17 {
    font-size: 17px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-40 {
    font-size: 40px;
}

.l-h-35 {
    line-height: 35px;
}

.l-h-32 {
    line-height: 32px;
}

.width25 {
    width: 25px;
}

.width20 {
    width: 20px;
}

.arrow-hover:hover {
    margin-left: 3px;
    transition: all 0.5s;
}

.slide-bg {
    background-color: #fffcf7;
    padding-top: 20px;
}

.card-bg {
    background-color: #ffffff !important;
    
}

.card-bg1 {
    background-color:#ffffff  !important;
}

.btn-grey {
    background-color: #fefeff !important;
    color: #000000 !important;
    font-size: 18px !important;
}



.special {
    background-image: url(../image/specialized-bg.png);
    background-position: bottom;
    background-size: 100% 100%;
    padding: 100px;
    padding-top: 170px;
}


/*animations*/

@keyframes animation1 {
    0% {
        top: 50px;
    }

    50% {
        top: 0px;
    }

    100% {
        top: 50px;
    }


}

/*
.anime1 {
    animation-name: animation1;
    animation-duration: 3s;
    animation-iteration-count: 10;
    animation-timing-function: ease-in-out;
}
*/

@keyframes animation2 {
    0% {
        top: 0px;
    }

    50% {
        top: 50px;
    }

    100% {
        top: 0px;
    }

}

/*
.anime2 {
    animation-name: animation2;
    animation-duration: 3s;
    animation-iteration-count: 10;
    animation-timing-function: ease-in-out;
}
*/

.bg-black {
    background-color: #404040;
}

.footer-pic {
    top: -100px;
    left: 10px;
}

.border-bot {
    border-bottom: 1px solid #fff;
}

.m-bottom {
    margin-bottom: -58px;
}


.slider-card {
    position: absolute;
    width: 499px;
    background-color: #0000006e;
    color: #fff;
    height: 320px;
    right: 20px;
    text-align: center;
    max-height: 250px;
    bottom: 20px;
}


@media (max-width:700px) {
    .slider-card {
        display: none;
    }
    
    .f-s-40
    {
        font-size: 30px;
    }
    
     .f-s-20
    {
        font-size: 17px;
    }
    
    .f-s-50 {
    font-size: 35px;
}
.f-s-30 {
    font-size: 25px;
}

}

.project {
    opacity: 0.9;
}


.card-shad {
    box-shadow: 0 0 18px 3px #0000000f;
}

.bg-green.bg-hover:hover {
    background-color: rgb(193 231 216 / 69%) !important;
}

.icon1 {
    position: absolute;
    right: 0;
    top: -37px;
}

@media (max-width:600px) {
    .icon1 {
        display: none;
    }
}

.icon2 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.font-color {
    color: #00000085;
}

.width-150 {
    width: 150px !important;
}


.my-button:focus {
    background-color: #c1e7d8 !important;
    color: #62626a !important;
}

.my-button {
    background-color: #e6b7ad !important;
    color: #62626a !important;
}

.bg-sandal {
    background-color: #fffcf7 !important;
}

.bg-whites {
    background-color: #fff !important;
}

.w-60 {
    width: 60% !important;
}

.blog-bg {
    background-image: url(blog-bg.png);
    background-size: cover;
}

.pink-button {
    color: #000;
    background-color: #e6b7ad;
}


.pink-button:hover {
    color: #000;
    background-color: #e6b7ad;
}

.u-line::before {
    position: absolute;
    content: "";
    background-color: #c1e7d8;
    width: 200px;
    height: 2px;
    top: 40px;
}


.m-line::before
{
    position: absolute;
    content: "";
    background-color: #c1e7d8;
    width: 200px;
    height: 2px;
    top: 30px;
}

.on-hover:hover
{
    background-color: #e6b7addb;
}

.p-line::before {
    position: absolute;
    content: "";
    background-color: #e6b7ad;
    width: 200px;
    height: 2px;
    top: 40px;
}

.btn-white
{
    background-color: #fafafa !important;
    color: #0e0d0c !important;
    font-size: 18px !important;
}



.blog-inner-col {
    background-color: #e4b8ad26;
    padding: 4px;
    margin: 4px;
}
.blog-inner-col h2 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 29px;
    margin-top: 0.5em;
    margin-bottom: 0.8em;
}
.blog-inner-col .btn-success {
    color: #fff;
    background-color: #6a6a72;
    border-color: #6a6a72;
    font-size: 14px;
    text-transform: capitalize;
    padding: 3px 20px!important;
    height: auto!important;
    line-height: 28px;
}
.blog-inner-col .btn-success:hover {
    background-color: #000;
    border-color: #000;
}
.blog-inner-content-master h3 {
    font-size: 28px;
}












#button1{
    height: 70px;
    width: 140px;
    background-color: rgb(224, 135, 62);
    color: white;
    font: monospace;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
    border: 0px;
    transition: 1s ease-in-out;
  }
  
  #button1:hover{
    background-color: white;
    color: rgb(44, 53, 143);
    border: 1px solid black;
  }


svg{
  width: 100%;
}
  
  #button1 a{
     color: white;
    font: monospace;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
  }
  
  #button1:hover a{
    color:black;
  }


  .drop {
    position: relative;
    display: inline-block;
  }
  
  .drop-menu  {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .drop:hover .drop-menu {
    display: block;
  }



  body {
    background-color: #262626;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
  }
  .carousel-indicators {
    bottom: 14%;
  }
  .carousel-indicators li {
    display: inline-block;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #666;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
  }
  .carousel-indicators .active {
    background-color: #fff;
  }
  /*
  inspired from https://codepen.io/Rowno/pen/Afykb 
  */
  .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  /*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  now override the 3.3 new styles for modern browsers & apply opacity
  */
  @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-fade .carousel-inner > .item.next,
      .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.prev,
      .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
      .carousel-fade .carousel-inner > .item.next.left,
      .carousel-fade .carousel-inner > .item.prev.right,
      .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
      }
  }
  .carousel-caption {
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    font-weight: 300;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: -30%;
    color: white;
    text-decoration: none;
    text-shadow: 2px 2px #000000;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
  }
  .btn-teo-caption {
    width: 155px;
    border-radius: 500px !IMPORTANT;
    border: 3px solid #106470;
    margin-top: 6px;
    margin-right: 21%;
    background-color: #106470;
    font-weight: bold;
    color: white;
  }
  .btn-teo-caption:hover {
    background-color: white;
      color: #106470;
    border: 3px solid #106470;
      transition-property: ease 1s;
  }
  #caption1-button {
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    font-weight: 300;
    position: absolute;
    bottom: -10px;
    left: 40%;
    color: black;
    text-decoration: none;
  }

  * {
    box-sizing: border-box;
  }
  

  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Bebas Neue", cursive;
  }
  
  a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
  }
  
  a:hover {
    transition: all 0.5s ease-in-out;
  }
  
  .we-are-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 900px;
  }
  
  @media screen and (max-width: 860px) {
    .we-are-block {
      height: 2200px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .we-are-block {
      height: 2300px;
    }
  }
  
  #about-us-section {
    background: #0c4c91;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  @media screen and (max-width: 860px) {
    #about-us-section {
      flex-direction: column;
      justify-content: space-between;
    }
  }
  
  .about-us-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
  }
  
  @media screen and (max-width: 860px) {
    .about-us-image {
      position: relative;
      width: 100%;
      height: 45%;
    }
  }
  
  @media screen and (max-width: 747px) {
    .about-us-image {
      height: 35%;
    }
  }
  
  @media screen and (max-width: 644px) {
    .about-us-image img {
      position: absolute;
      left: -220px;
    }
  }
  
  .about-us-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    width: 40%;
    height: 80%;
    margin-right: 850px;
    margin-left: 12px;
    z-index: 2;
  }
  
  @media screen and (max-width: 1353px) {
    .about-us-info {
      margin-right: 400px;
      width: 60%;
      background: #0c4c9199;
      padding: 0px 25px 0px 0px;
    }
  }
  
  @media screen and (max-width: 1238px) {
    .about-us-info {
      margin-right: 340px;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 1111px) {
    .about-us-info {
      margin-right: 270px;
    }
  }
  
  @media screen and (max-width: 910px) {
    .about-us-info {
      margin-right: 150px;
    }
  }
  
  @media screen and (max-width: 860px) {
    .about-us-info {
      margin: 0px 0px 0px 0px !important;
      padding: 0px 20px 0px 20px !important;
      width: 100%;
      height: 55%;
      align-items: center;
    }
  }
  
  @media screen and (max-width: 747px) {
    .about-us-info {
      height: 65%;
    }
  }
  
  .about-us-info h2 {
    color: white;
    font-size: 40pt;
    text-align: right;
  }
  
  @media screen and (max-width: 860px) {
    .about-us-info h2 {
      text-align: center;
    }
  }
  
  .about-us-info p {
    color: white;
    font-size: 14pt;
    text-align: right;
  }
  
  @media screen and (max-width: 860px) {
    .about-us-info p {
      text-align: center;
    }
  }
  
  .about-us-info a {
    background-color: white;
    color: #0c4c91;
    width: 180px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }
  
  .about-us-info a:hover {
    background: #404140;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transform: translateY(10px);
  }
  
  #history-section {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  @media screen and (max-width: 860px) {
    #history-section {
      flex-direction: column;
      justify-content: space-between;
    }
  }
  
  .history-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 820px;
    height: 100%;
    overflow: hidden;
  }
  
  @media screen and (max-width: 860px) {
    .history-image {
      position: relative;
      width: 100%;
      height: 40%;
    }
  }
  
  @media screen and (max-width: 747px) {
    .history-image {
      height: 35%;
    }
  }
  
  @media screen and (max-width: 644px) {
    .history-image img {
      position: absolute;
      right: -220px;
    }
  }
  
  .history-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 40%;
    height: 80%;
    margin-left: 850px;
    margin-right: 12px;
    z-index: 2;
  }
  
  @media screen and (max-width: 1353px) {
    .history-info {
      margin-left: 400px;
      width: 60%;
      background: #ffffff99;
      padding: 0px 0px 0px 25px;
    }
  }
  
  @media screen and (max-width: 1238px) {
    .history-info {
      margin-left: 340px;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 1111px) {
    .history-info {
      margin-left: 270px;
    }
  }
  
  @media screen and (max-width: 910px) {
    .history-info {
      margin-left: 150px;
    }
  }
  
  @media screen and (max-width: 860px) {
    .history-info {
      margin: 0px 0px 0px 0px !important;
      padding: 0px 40px 0px 40px !important;
      width: 100%;
      height: 60%;
      align-items: center;
    }
  }
  
  @media screen and (max-width: 747px) {
    .history-info {
      height: 65%;
    }
  }
  
  .history-info h2 {
    color: #0c4c91;
    font-size: 40pt;
    text-align: left;
  }
  
  @media screen and (max-width: 860px) {
    .history-info h2 {
      text-align: center;
    }
  }
  
  .history-info p {
    color: #0c4c91;
    font-size: 14pt;
    text-align: left;
  }
  
  @media screen and (max-width: 860px) {
    .history-info p {
      text-align: center;
    }
  }
  
  .history-info a {
    background-color: #0c4c91;
    color: white;
    width: 180px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }
  
  .history-info a:hover {
    background: #404140;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transform: translateY(10px);
  }
  
  


  
  .zoom {
    position: relative;
    width: min(800px,90vw);
    height: 65vmin;
    border: 6px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    overflow: hidden;
    cursor: zoom-in;
  }
  
  .zoom-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: inherit;
    height: inherit;
    object-fit: cover;
    display: block;
  }
  

  body { 
    background: white; 
  }
  
  .gtco-testimonials {
    position: relative; 
  }
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
  }
  .gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 2px;
    background-color:black;
    padding:10px 5px;
  }
  .gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
  }
  .gtco-testimonials .owl-nav {
    display: none;
  }
  .gtco-testimonials .owl-dots {
    text-align: center;
  }
  .gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
  }
  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }
  .gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
  }
  .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
  }
  .gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
  }
  .gtco-testimonials .card h5 {
    color: #01b0f8;
    font-size: 21px;
    line-height: 1.3;
  }
  .gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
  }
  .gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
  }
  .gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
  }
  .gtco-testimonials .center h5 {
    font-size: 24px;
  }
  .gtco-testimonials .center h5 span {
    font-size: 20px;
  }
  .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: 0;
  }

  


/* about */


  .about {
    /*padding: 130px 0;*/
}

.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.about .heading h2 span {
    color: rgb(224, 135, 62);
}

.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 15px;
    padding: 0;
}

.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.about h4 i {
    color:orange;
    margin-right: 10px;
}


.body70 {
  margin:25px;
}



.polaroid_gallery{
  display:flex;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row wrap;
}

div.polaroid {
  width: 21%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin: 12px;
}

.img56{
  margin: auto;
  margin-top: 5%;
  display:flex;
  justify-content:center; 
  transition: transform 0.3s ease;
}

.polaroid_gallery img:hover {
  transform: scale(1.1);
}

div.polaroid_photo2 {
  width: 24%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin: 12px;
}

div.polaroid_photo4 {
  width: 23%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin: 12px;
}

div.polaroid_photo5 {
   width: 23%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin: 12px;
}

div.polaroid_photo6 {
   width: 23%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin: 12px;
}

div.polaroid_photo8 {
   width: 23%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin: 12px;
}












.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  background-color: #b32532;
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

#galleries-list .content {
  width: 200px;
  height: 200px;
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 4% 0;
  padding: 10% 0;
  margin: auto;
  box-sizing: border-box;
  font-size: 40px;
}

#galleries-list {
	float: left;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
  width:100%;
}

#galleries-list ul {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#galleries-list ul li {
    position: relative;
    left: 0px;
    float: left;
    width: 25%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    transition: left .75s ease-out;
}

#galleries-list ul li a{
	color: white;
}

#galleries-list ul li p{
	padding: 0px 15px 0px 15px;
	font-size: 15px;
	color: #ffffff !important;
}

#galleries-list ul li h2{
	font-size: 25px;
	color: white;
}

#galleries-list .slider-nav {
	position: relative;
	float: left;
	left: calc(50% - 45px);
}

#galleries-list .slide-left {
	margin-right: 10px;
}

#galleries-list .slide-left, #galleries-list .slide-right {
	cursor: pointer;
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

#galleries-list .slide-left:hover, #galleries-list .slide-right:hover {
	font-weight: 700;
}