@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

/* -----------------------------------------------------------------------------------
Template Name: ESTE HOME
Description: ESTE HOME | Atlas | Figma
Version: 1.0.0

/********** Template CSS **********/

:root{

    --atlas-dark: #262E39;
    --atlas-one: #DACFBB;
    --atlas-two: #47626B;
    --atlas-three: #364E57;
    --atlas-four: #364E57;
    --atlas-five: #080E2C;
    --atlas-blue: #3366FF;
    --atlas-dark-blue:#222293;
    --atlas-section-one: #CBCBCB;
    --atlas-section-two: #080E2C;
    --atlas-section-three: #A7B2B6;
    --atlas-section-four: #DACFBB;
    --atlas-section-five: #A7B2B6;
    --atlas-footer-one: #080E2C;
    --atlas-footer-two: #fff;
}
.btn-primary{
  background-color: #3366FF;
  border-color:  #3366FF;
  color: #fff;
  transition: 1s;
}
.btn-primary:hover{
  background-color: #214ED7;
  border-color:  #3366FF;
  color: #fff;
  transition: 1s;
}
.atlas-dark-text{
    color: var(--atlas-dark);
    transition: 0.5s; 
}
.atlas-dark-text:hover{
    color: var(--atlas-two);
    transition: 0.5s;
}
#header{
  position: relative;

  margin-bottom: -7rem;
  z-index: 999;
}
.video-background {
  background: #080E2C;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.lazyframe iframe{
  opacity: 1;
}
.lazyframe::before{
  background: rgb(8, 14, 44, .4);
  z-index: 99999;
    position: relative;
}
.lazyframe{
  top: -4rem;
}
.inside-atlas{
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 30vh;
  display: block;  
}
.inside-atlas::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0%;
  background: rgba(0, 0, 0, 0.5);
}

.inside-atlas h5{
  z-index: 998;
}
.inside-atlas h1{
  z-index: 998;
}
.video-background-about {
  background: #080E2C;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground-about,
.video-background-about iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .9;
}
.lazyframe[data-vendor=youtube], .lazyframe[data-vendor=youtube_nocookie] {
  background-color: var(--atlas-section-two) !important
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
  .video-foreground-about {
    height: 100%;
    top: -6%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.slider{
    
    min-height: 80vh;
    display: flex;
    text-align: center;
}
.slider h2{
    font-size: 2.3rem;
    font-weight: normal;
    z-index: 88;
    position: relative;
}
.slider .txt-type{
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  z-index: 88;
}

.slider h3{
    font-size: 2rem;
    font-weight: 300;
    z-index: 999;
    position: relative;
}
.atlas-one{
    background-color: #fff;
    padding: 3rem 0;
    position: relative;
    z-index: 888;
}
.atlas-one p{
    color: #2E2E2E;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: normal;
    padding: 1rem 0;
}
.atlas-one span{
    background: url(../img/about-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #3366FF;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 500;
    display: block;
    padding: 1rem;
    border-radius: 1rem;
}
.atlas-one strong{
  color: #3366FF;
}
.atlas-two{
    background-color: var(--atlas-section-two);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 888;
  }
  .atlas-three{
    background: url(../img/istanbul-sariyer-havuz-bakimi.webp);
    background-position: center top;
    background-size: cover;
    padding: 3rem 0 5rem 0;
    position: relative;
    z-index: 888;
    text-align: center;
  }
  .atlas-three h1{
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-size: 3rem;
    font-weight: bold;
    margin: 1rem 0 2rem 0;
    letter-spacing: 0.3rem;
  }

  .atlas-three .listed ul {
    list-style: none;
    padding: inherit;
  }
  .atlas-three .listed li {
    width: 11%;
    float: left;
    color: #212121;
    font-size: 1.1rem;
    margin: 0.5rem;
    transition: 0.3s ease-in-out;
    
  }
  .atlas-three .listed li:hover img {
    border-radius:1.3rem;
    transition: 0.3s ease-in-out;
  }
  .atlas-three .listed li img {
    border-top-left-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
    max-width: 100%;
    transition: 0.3s ease-in-out;
  }
  .atlas-three .listed li h2 {
    font-weight: normal;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.1;
    color: #080E2C;
    margin: -1.3rem 0;
    background-color: #fff;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: relative;
    width: 90%;
    float: right;
    padding: 0.3rem 0;
    transition: 0.3s ease-in-out;
  }

  .atlas-three .listed li:hover h2 {
    border-radius:1.3rem;
    transition: 0.3s ease-in-out;
  }

  .atlas-three .listed h4 {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #fff;
    margin: 2rem 0 1rem 0;
  }
  .atlas-three .listed li strong {
    font-weight: 600;
  }
  .atlas-three .listed li p {
    font-weight: 400;
    color: #2E2E2E;
    line-height: 1.3;
  }

  .atlas-three p {
    font-weight: normal;
    color: #fff;
    line-height: 1.6;
    font-size: 1.1rem;
  }
  .atlas-four{
    padding: 3rem 0;
    background-color: #F0F2FF;
    position: relative;
    z-index: 99;
  }
  
  .atlas-four  h4 {
    font-weight: 1000;
    font-size: 2rem;
    line-height: 1.3;
    color: #3366FF;
    margin: 1rem 0 0 0;
  }
 

  .atlas-four p {
    font-weight: 600;
    color: #080E2C;
    line-height: 1.5;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  .atlas-four span{
    color: #3366FF;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin: 0 0 2rem 0;
}
.atlas-four h5{
  color: #3366FF;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  margin: 0 0 1rem 0;
}
.detail .listed .pricing{
  border: 1px solid var(--atlas-dark-blue);
  border-radius: 2rem;
    text-align: center;
    padding: 1rem;
    margin: 1%;
    width: 100%;
    float: left;
    transition: .5s;
    min-height: 9.5rem;
}
.detail .listed .pricing:hover{
  background-color: #3333b5;
  border-radius: 2rem;
   
    
  
    transition: .5s;
}
.detail .listed .pricing strong{
  color: var(--atlas-dark-blue);
  font-size: 1.1rem;
}

.detail .listed .pricing:hover strong{
  color: var(--atlas-one);
 
}
.detail .listed .pricing span{
  color: #fff;
  font-size: 1.1rem;
}
.detail .listed .pricing span i{
  color: #fff;
  font-size: .8rem;
  font-style: normal;
}
.detail .listed .pricing .btn{
  font-size: 0.8rem;
  width: max-content;
  
}
.detail .listed .pricing .btn p{
  font-size: 0.7rem;
    margin: 0;
    float: left;
    color: #fff;
}
.detail .listed .pricing .btn i{
 
    margin-left: 0.8rem ;
    float: right;
}


.detail .listed ul {
  list-style: none;
  padding: inherit;
}
.detail .listed li {
  width: 11%;
  float: left;
  color: #212121;
  font-size: 1.1rem;
  margin: 0.5rem;
  transition: 0.3s ease-in-out;
  
}
.detail .listed li:hover img {
  border-radius:1.3rem;
  transition: 0.3s ease-in-out;
}
.detail .listed li img {
  border-top-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
  max-width: 100%;
  transition: 0.3s ease-in-out;
}
.detail .listed li h2 {
  font-weight: normal;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.1;
  color: #080E2C;
  margin: -1.3rem 0;
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
  width: 90%;
  float: right;
  padding: 0.3rem 0;
  transition: 0.3s ease-in-out;
}

.detail .listed li:hover h2 {
  border-radius:1.3rem;
  transition: 0.3s ease-in-out;
}

.detail .listed h4 {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
  margin: 2rem 0 1rem 0;
}
.detail .listed li strong {
  font-weight: 600;
}
.detail .listed li p {
  font-weight: 400;
  color: #2E2E2E;
  line-height: 1.3;
}
.atlas-four .listed ul {
  list-style: none;
  padding: 0;
}
.atlas-four .listed li {
  width: 100%;
  float: left;
  color: #212121;
  font-size: 0.9rem;
  margin: 0.5rem 0;
  
}
.atlas-four .listed li:before {
  display: block;
  float: left;
  content: '';
  background-image: url('../img/icon-check.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  margin-top: 0.3rem;
  margin-right: 0.6rem;
}
.atlas-four .listed .col{
 
}
.atlas-four .listed .pricing{
  background-color: #222293;
  border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    text-align: center;
    padding: 1rem 0.5rem;
    margin: 1%;
    width: 31%;
    float: left;
    transition: .5s;
}
.atlas-four .listed .pricing:hover{
  background-color: #3333b5;
  border-radius: 2rem;
   
    
  
    transition: .5s;
}
.atlas-four .listed .pricing strong{
  color: #648AFF;
  font-size: 1rem;
}
.atlas-four .listed .pricing span{
  color: #fff;
  font-size: 1.1rem;
}
.atlas-four .listed .pricing span i{
  color: #fff;
  font-size: .8rem;
  font-style: normal;
}
.atlas-four .listed .pricing .btn{
  font-size: 0.8rem;
}
.atlas-four .listed .pricing .btn p{
  font-size: 0.7rem;
    margin: 0;
    float: left;
    color: #fff;
}
.atlas-four .listed .pricing .btn i{
 
    margin: 0rem ;
    float: right;
}




.atlas-five{
  padding: 3rem 0;
  background-color: var(--atlas-five);
  position: relative;
  z-index: 99;
}
.atlas-five h2 {
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1;
  margin: 2rem 0;
  letter-spacing: 0.3rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.atlas-five  h4 {
  font-weight: 1000;
  font-size: 2rem;
  line-height: 1.3;
  color: #3366FF;
  margin: 0.2rem 0 0 0;
}


.atlas-five p {
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.atlas-five span{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  margin: 0 0 2rem 0;
}
.atlas-five h5{
color: #3366FF;
font-size: 1.6rem;
line-height: 1.4;
font-weight: 600;
display: block;
margin: 0 0 0;
}
.atlas-five .listed ul {
list-style: none;
padding: 0;
}
.atlas-five .listed li {
width: 50%;
float: left;
color: #fff;
font-size: 0.9rem;
margin: 0.5rem 0;

}
.atlas-five .listed li:before {
display: block;
float: left;
content: '';
background-image: url('../img/icon-check.svg');
background-size: 100%;
background-repeat: no-repeat;
height: 1rem;
width: 1rem;
margin-top: 0.3rem;
margin-right: 0.6rem;
}
.atlas-five .listed .col{

}
.atlas-five .listed .pricing{
background-color: #222293;
border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  text-align: center;
  padding: 1rem 0.5rem;
  margin: 1%;
  width: 31%;
  float: left;
  transition: .5s;
}
.atlas-five .listed .pricing:hover{
background-color: #3333b5;
border-radius: 2rem;
 
  

  transition: .5s;
}
.atlas-five .listed .pricing strong{
color: #648AFF;
font-size: 1rem;
}
.atlas-five .listed .pricing span{
color: #fff;
font-size: 1.1rem;
}
.atlas-five .listed .pricing span i{
color: #fff;
font-size: .8rem;
font-style: normal;
}
.atlas-five .listed .pricing .btn{
font-size: 0.8rem;
}
.atlas-five .listed .pricing .btn p{
font-size: 0.7rem;
  margin: 0;
  float: left;
  color: #fff;
}
.atlas-five .listed .pricing .btn i{

  margin: 0rem ;
  float: right;
}
.atlas-six{
  padding: 3rem 0;
  background-color: #3366FF;
}

  .atlas-six h2 {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
    margin: 0.2rem 0;
}
.atlas-six h3 {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  margin: 0.2rem 0;
}
.atlas-six p {
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  margin: 1rem 0;
}
.atlas-six  h4 {
  font-weight: 1000;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
  margin: 0rem 0 0 0;
}

.atlas-six p {
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
  font-size: 1.1rem;
  margin-bottom: 1.6rem;
}
.atlas-six span{
 
  color: #080E2C;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  margin: 0.7rem 0 2rem 0;
  background-color: #fff;
  border-radius: 2rem;
  padding: 0.8rem 1rem;
}
.atlas-six .btn-primary {
  background-color: #080E2C;
  border-color: #080E2C;
}
.btn-white{
  background: #fff;
  text-align: left;
  display: inline-flex;
  align-items: center;
}
.btn-white p{
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  color: #222293;
  float: inline-start;
  margin: 0;
}
.btn-white p span{
  font-size: 0.8rem;
  line-height: 1.1;
  font-weight: 500;
  color: #222293;
}
.btn-white i{
  float: inline-end;
}
.atlas-seven{
  background: url(../img/resitpasa-havuz-bakimi.webp);
    background-position: center top;
    background-size: cover;
    padding: 3rem 0 5rem 0;
    position: relative;
    z-index: 888;
}
.atlas-seven  h1 {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #C1C1C1;
  margin: 1rem 0 0 0;
}
.atlas-seven  h4 {
  font-weight: 1000;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
  margin: 0rem 0 0 0;
}

.atlas-seven p {
  font-weight: normal;
  color: #fff;
  line-height: 1.4;
  font-size: 1.1rem;
  margin-bottom: 1.6rem;
}
.atlas-seven span{
 
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  margin: 0.7rem 0 2rem 0;
  background-color: #3366FF;
  border-radius: 2rem;
  padding: 0.8rem 1rem;
}
.atlas-seven strong{
  color:  #3366FF;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: bold;
}
.atlas-eight{
 
  padding: 2rem 0;
}
.atlas-eight h2 {
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0.5rem 0;

  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    color: transparent;
}
.atlas-eight ul{
  position: relative;
}
.atlas-eight ul li{
  color: #BFA78F;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.atlas-eight ul li .active{
  font-weight: 700;
}
.atlas-eight ul li .active::before{
  content:'';
  position: absolute;
  background-color: #BFA78F;
  width: 2rem;
    height: 3px;
    top: 0.5rem;
    left: -3rem;
}
.atlas-eight strong{
  color: #947354;
}
.atlas-eight p{
  color: #2E2E2E;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.atlas-nine {
  background-color: #fff;
  padding: 2rem 0;
}
.atlas-nine h2 {
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 0 2rem 0;
letter-spacing: 0.3rem;
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3366FF;
    color: transparent;
}
.atlas-nine h3 {
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0.7rem 0;

    color: #C1C1C1;
}
.atlas-nine .item {
  position: absolute;
  text-align: center;
  line-height: 1.5em;
  border-radius: 5px;
  overflow: hidden;
}

.atlas-nine img {
  height: auto;
  width: 100%;
  vertical-align: top;
  border-radius: 0.5rem;
}
.atlas-nine .test-list,
.atlas-nine .test-list-text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.atlas-nine .test-list-text .js-masonry-elm {
  padding: 15px;
  box-sizing: border-box;
}

.atlas-ten {
  padding: 2rem 0;
  background-color: #F0F2FF;
}
.atlas-ten h2 {
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1;
  margin: 2rem 0;
letter-spacing: 0.3rem;
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3366FF;
    color: transparent;
}
.atlas-ten .hizmetlink0 img{
  max-width: 50%;
  margin-right: 1rem;
  float: left;
  border-radius: 1rem;
}
.atlas-ten .hizmetlink0 span{
  color: #3366FF;
  font-size: 1rem;
  font-weight: normal;
}
.atlas-ten .hizmetlink0 p{
  color: #080E2C;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: bold;
  padding-top: 2rem;
}
.atlas-ten .hizmetlink0 span img{
  max-width: 1.4rem;
  float: right;
}
.blogimg{
  transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    width: 100%;
    max-height: 15rem;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
    top: 0;
    left: 0;
}

.reviews-22-wrapper .blogimg{
  transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    width: 100%;
    max-height: 9rem !important;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
    top: 0;
    left: 0;
}
.reviews-22-wrapper h3{
  font-size: 1.3rem;
}
.form-container
{
    padding: 20px 18px 5px;
    min-height: 32rem;
    position: relative;
    z-index: 2;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    background: #E4DAD0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, [class^=swiper-button-] {
  transition: all 0.3s ease;
}
.swiper-container {
  width: 100%;
  height: auto;
  min-height: 50vh;
  
  transition: opacity 0.6s ease;
}
.swiper-container.swiper-container-coverflow {
  padding: 1% 0;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  text-align: center;
}
.swiper-slide .entity-img {
  display: block;
  margin: 0px auto;
  width: 100%;
}
.swiper-slide-prev, .swiper-slide-next{
  opacity: 0.5;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(../img/arrow-left.png) !important;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(../img/arrow-right.png) !important;
}
.swiper-button-next, .swiper-button-prev{
  width:3rem !important;
  height:3rem !important;
  background-size: 3rem 3rem !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  display: none !important;
}
[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  transform: translateX(50px);
}

.swiper-button-next {
  transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}
.btn-red{
  background-color: #E51F0C;
  border-color: #E51F0C;
  padding: 0.5rem 1rem !important;
}
.btn-red img{
  margin-left: 1rem;
  max-width: 1.8rem;
}
.st-play-btn.st-style1 {
  position: absolute;
  z-index: 888;
  margin: 6% 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 80px;
}
.st-play-btn.st-style1 svg {
  width: 80px;
  fill: #fff;
}
.st-video-animaiton,
.st-video-animaiton span {
  position: absolute;
  top: 0;
  width: 7rem;
  height: 7rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  -webkit-animation: st-video-animaion 2s linear infinite;
  animation: st-video-animaion 2s linear infinite;
  -webkit-box-shadow: 0 0 0 11px #fff;
  box-shadow: 0 0 0 5px #fff;
}
@-webkit-keyframes st-video-animaion {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes st-video-animaion {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .swiper-container {
    min-height: 30vh;
  }

  .swiper-slide .content .title {
    font-size: 25px;
  }
  .swiper-slide .content .caption {
    font-size: 12px;
  }
}
.dark-color{
  background-color: #AC8D6E;
}
.consform {
  background: #fff;
  border-radius: 1.2rem;
  padding: 2rem;
  margin-top: -2rem;
  position: relative;
  z-index: 999;
}
.atlas-six .text-start, .atlas-six .text-end{
  text-align: center !important;
}
.consform h4{
  font-size: 1.4rem;
  color: #212529;
  line-height: 1.1;
  font-weight: 700;
}
.consform p{
  font-size: 1rem;
  color: #135945;
  line-height: 1.1;
  font-weight: 500;
}
  .nav-tabs{
    border: none;
  }
  .nav-tabs li strong{
    display: block;
    color: #648AFF;
    font-size: 0.8rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .nav-tabs{
    margin-bottom: 3rem;
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    -webkit-box-shadow: 0px 6px 10px 0px rgba(59,77,129,0.17);
-moz-box-shadow: 0px 6px 10px 0px rgba(59,77,129,0.17);
box-shadow: 0px 6px 10px 0px rgba(59,77,129,0.17);
background-color: #fff;
border: none;
  }

  .nav-tabs .nav-link{
    border-radius: 1rem;
    border: 1px solid #B5B5B5;
    text-align: center;
    width: 95%;
  }


  .nav-tabs li span{
    display: block;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 600;
  }
  .nav-tabs .nav-link.active strong{
    color: #212121;
  }
  .nav-tabs .nav-link.active span{
    color: #3366FF;
  }
  .marquee {
    width: 100%;
    overflow: hidden;
  }
  

  .content {
    display: flex;
    align-items: center;
  }

  
  .track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
    gap: 5rem; 
    padding: 1.3rem;
  }
  .track img{
    margin-left: 4rem;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .track .content p  {
    font-weight: 600;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    line-height: 1.1;
  }
  .track .content span  {
    font-weight: 400;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    line-height: 1.1;
  }
.footer {
    background-color: var(--atlas-footer-one);
    padding: 3rem 0 1rem 0;
}
.footer ul{
  list-style: none;
  padding: 0;
}
.footer ul li{
  list-style: none;
  width: 50%;
    float: left;
    margin-bottom: 1rem;
}
.footer strong{
    color: var(--atlas-footer-two);
    
    font-size: 1rem;
}
.footer-bottom {
    background-color: var(--atlas-footer-two);

    color: var(--atlas-section-three);
}
.footer, .footer a{
    color: var(--atlas-footer-two);
}
.blog-item h4 {
    color: #fff !important;
    
    font-size: 1.6rem;
}
.blog-item h5 {
    color: var(--atlas-two);
    
    font-size: 1.1rem;
    text-align: center;
}
.blog-item .blog-img{
    border-radius: 1.5rem !important; 
}
.iv-solutions .blog-item.section-one{
    background-color: var(--atlas-section-one) !important;
    border-radius: 1.5rem !important;
    color: #fff;
    margin:2rem 0 !important;
    transition: 1s;
} 
.blog-item a{
    color: #fff;
}
.services .blog-item.section-one{
    background-color: var(--atlas-section-one) !important;
    border-radius: 1.5rem !important;
    color: #fff;
    margin: 10rem 0 2rem 0;
    transition: 1s;
} 
.blog-item.section-one:hover, .blog-item.section-two:hover, .blog-item.section-three:hover, .blog-item.section-four:hover, .blog-item.section-five:hover{
    background-color: var(--atlas-two) !important;
    transition: 1s;
}
.blog-item.section-two{
    background-color: var(--atlas-section-two) !important;
    border-radius: 1.5rem !important;
    color: #fff;
    margin:2rem 0;
    transition: 1s;
} 

.blog-item.section-three{
    background-color: var(--atlas-section-three) !important;
    border-radius: 1.5rem !important;
    color: #fff;
    margin:2rem 0;
    transition: 1s;
} 

.blog-item.section-benzer{

    border-radius: 1.5rem !important;
    color: var(--atlas-section-one);
    margin:2rem 0;
    transition: 1s;
}
.blog-item.section-benzer h4 {
    color: var(--atlas-one) !important;
    
    font-size: 1.6rem;
    text-align: center;
}
.blog-item.section-benzer p {
    color: var(--atlas-section-two) !important;
    text-align: center;
}
.iv-solutions .blog-item.section-three{
    margin: 10rem 0 2rem 0 !important;
}
.blog-item.section-four{
    background-color: var(--atlas-section-four) !important;
    border-radius: 1.5rem !important;
    color: #fff;
    margin:2rem 0;
    transition: 1s;
} 
.blog-item.section-five{
    background-color: var(--atlas-section-five) !important;
    border-radius: 1.5rem !important;
    color: #fff;
    transition: 1s;
    margin:2rem 0;
} 

.atlas-h-bold{
    
  font-size: 2.5rem;
  margin-top: 8rem !important;
}
.atlas-h-medium{
    
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 3rem 0;
}
.atlas-h-bold-two{
    
  font-size: 3.2rem;
}
.atlas-h-bold-three{
    
  font-size: 2.5rem !important;
  margin-top: 2rem;
}
.atlas-h-medium-two{
    
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 3rem 0;
}
.atlas-h-medium-three{
    
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 1rem 0 2rem 0;
}
.detail h1{
    
  font-size: 3rem;
  color: var(--atlas-two);
  margin-bottom: 1rem;
}
.detail h2{
  font-size: 1.8rem;
  color: var(--atlas-dark-blue);
  margin-bottom: 1rem;
  font-weight: bold;
}
.detail h3{
  font-size: 1.3rem;
  color: var(--atlas-dark-blue);
  margin-bottom: 1rem;
  font-weight: bold;
}
.detail h4{
  font-size: 1.2rem;
  color: var(--atlas-dark-blue);
}
.detail h5, .detail h6{
  font-size: 1.1rem;
  color: var(--atlas-dark-blue);
}
.detail p{
    
  font-size: 1.1rem;
  color: var(--atlas-five);
}
ul.detail_gallery {
  list-style: none;
  padding: 0;
    margin: 0;
}
ul.detail_gallery li{
  list-style: none;
  width: 18%;
  float: left;
  margin: 1%;
}
.detail_gallery li img{
  transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    width: 100%;
    max-height: 7rem;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
    top: 0;
    left: 0;
}
.detail_gallery li:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@media only screen and (min-width: 1025px) {
  .js-masonry-elm {
      width: 18% !important;
      margin-bottom: 2%;
  }
}
@media only screen and (max-width: 1020px) {
  ul.detail_gallery li {
    list-style: none;
    width: 46%;
    float: left;
    margin: 2% 1%;
}
.detail_gallery li img{
    max-height: 5rem;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
    top: 0;
    left: 0;
}

.detail h2 {
  font-size: 1.5rem;
}
.detail h3 {
  font-size: 1.3rem;
}
.detail h4 {
  font-size: 1.1rem;
}
.detail p {
  font-size: 1rem;
}
}
.detail .atlas-four{
  padding: 1.6rem;
  border-radius: 2rem;
}
.detail .atlas-seven{
  padding: 1.6rem;
  border-radius: 2rem;
  margin: 2rem 0;
}

.detail .atlas-seven span {
  margin: 0.5rem 0 !important;
}
.detail .atlas-seven h4 {
  font-weight: 1000;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #fff;
  margin: 0.5rem 0 !important;
}

.detail .atlas-four h4 {
  font-weight: 1000;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #3366FF;
  margin: 0.5rem 0 0 0;
}
.detail .atlas-four p {
  font-weight: 600;
  color: #080E2C !important;
  line-height: 1.8;
  font-size: 1rem !important;
  margin-top: 1rem !important;
}

.detail .atlas-four span {
  color: #3366FF !important;
  font-size: 1.3rem !important;
  line-height: 1.1 !important;
  font-weight: 600;
  display: block;
  margin: 0 0 0.5rem 0 !important;
}
.fbox-8 img, .detail_gallery img{
  border-radius: 1rem;
}
/* .inside-atlas{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    /* background: aliceblue; */
    background: rgb(157, 146, 126);
    background: linear-gradient(0deg, rgba(157, 146, 126, 1) 0%, rgba(38, 46, 57, 1) 100%);
} */
body {
   
  font-family: "Mulish", sans-serif;
    overflow-x: hidden;
   
  }
.carousel-caption h1{
    
  font-weight: 400;
  font-style: normal;
}

.section-title strong {
    
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1.5rem;
}
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}
.topbar{
    z-index: 99999;

    margin-bottom: -10rem;
}
.topbar .btn-primary{
    background-color: var(--atlas-one);
    color: var(--atlas-two);;
    border: var(--atlas-one);
    font-size: 0.8rem;
}
.topbar .btn-primary i img{
width: 1.2rem;
}
.topbar .btn-primary:hover, .topbar .btn-primary:active{
    background-color: var(--atlas-two);;
    color: var(--atlas-one);
    border: var(--atlas-two);;
}

.callme .btn-primary{
    background-color: var(--atlas-one);
    color: var(--atlas-two);;
    border: var(--atlas-one);
}
.callme .btn-primary:hover, .topbar .btn-primary:active{
    background-color: var(--atlas-section-one);;
    color: var(--atlas-section-two);
    border: var(--atlas-section-one);;
}

.rounded {
    border-radius: 1.5rem !important;
}

.callme .btn-light {
    background-color: #D9D9D9;
}
.nav-link{
    float: inline-start;
    color: #fff;
    
}

.nav-link:hover{
    color: var(--atlas-one);
}
.topbar .btn-out{
    background: none;
    color: #fff;
    border: 1px solid var(--atlas-one);
    border-radius: 2rem;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    min-width: 6rem;
    padding: .5rem .7rem;
    margin: 0;
    font-size: 1rem;
    color: #6B6A75;
    text-align: center;
    list-style: none;
    background: rgb(38,46,57);
    background: linear-gradient(0deg, rgba(38,46,57,0.9) 50%, rgba(71,98,107,1) 100%);
    border: none;
    border-radius: 1rem;
    padding-top: 0rem;
    left: 18%;
}
.dropdown-menu strong{
    color: var(--atlas-section-one);
    padding: 0.4rem 0;
    display: block;
    
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--atlas-dark);
    background-color: var(--atlas-one);
}
.dropdown-item{
    color: var(--atlas-one);
}
.nav-link:hover, .nav-link:focus{
    color: #fff;
}
.btn-dark{
    background-color: var(--atlas-two);;
    color: #fff;
    border: var(--atlas-two);
}
.btn-dark:hover,  .btn-dark:active{
    background-color: var(--atlas-three);;
    color: var(--atlas-one);
    border: var(--atlas-three);
}
.btn-dark i:before{
  
    color: var(--atlas-one);

}
.logo{
    max-width: 15rem;
    display: block;
}
/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/



/*** Button ***/


.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--atlas-one);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--atlas-one);
}

.btn-square {
    width: 36px;
    height: 36px;
    border-radius: 4rem;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--atlas-one);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--atlas-one) !important;
}

@media (max-width: 991.98px) {
  .atlas-five h4{
    font-size: 1.3rem;
  }
  .atlas-five h5{
    font-size: 1.1rem;
  }
 .atlas-five p{
    font-size: 0.9rem;
  }
    .atlas-h-bold {
        
      font-size: 2rem;
      /* margin-top: 1rem !important; */
      padding: 1rem;
    }
    .inside-atlas {
      min-height: 36vh !important;
    }
    .dropdown-menu{
        text-align: left;
        padding-left: 0.5rem;
    }
    .dropdown-menu strong{
        margin-left: 1rem;
    }
    .atlas-h-medium {
       
        margin: 3rem 0 1rem 0;
    }
    .services .blog-item.section-one, .iv-solutions .blog-item.section-three, .atlas-h-medium-two{
      
        margin: 2rem 0 !important;
    }
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--atlas-one);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--atlas-one);
    }

    .carousel-fade .carousel-item{
        max-height: 70vh !important;
    }
    .logo {
        max-width: 9rem;
        display: block;
    }
    .topbar .btn-primary{
        font-size: 0.9rem;
        padding: 0.6rem 0.6rem;
    }
    .topbar .btn-primary img{
        max-width: 1rem;
    }
}

.carousel-fade .carousel-item{
    max-height: 100vh !important;
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(218,207,187);
background: linear-gradient(0deg, rgba(218,207,187,0.7987570028011204) 0%, rgba(38,46,57,1) 100%);

    
    z-index: 1;
}
.carousel-caption .texts{
    max-width: 900px;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption .texts {

        max-width: 80vw;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/


.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

.navbar{
    z-index: 999;
}
.navbar-toggler {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    flex-shrink: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  @media screen and (max-width: 991px) {
    .navbar-collapse.collapse:not(.show) {
      display: block;
    }
    .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      background: #212529;
      width: 80vw;
      height: 100%;
      z-index: 9999;
      padding: 25px;
      transform: translateX(-80vw);
      transition: 0.5s ease-in-out;
      display: block;
    }
    .navbar-collapse.show {
      transform: translateX(0px);
    }
    .nav-overlay {
      position: absolute;
      background: #0000007d;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      z-index: 2;
      transform: translateX(-100vw);
      transition: 0.5s ease-in-out;
      display: block;
    }
    .nav-overlay.active {
      transform: translateX(0);
    }
  }



  .wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

/*------------------------------------------*/
/*  Desktop Main Menu CSS
--------------------------------------------*/




.wsmenu>.wsmenu-list>li>a {
    display: block;
    color: #fff;
  font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;  
    margin: 0 1.4rem;
    text-decoration: none;
  }
  .mainborder{
    border-radius: 12px;
    border: 2px solid #947354;
  }
  .rtl-direction .wsmenu>.wsmenu-list>li>a {
    font-size: 22px;
    text-align: right !important;
  }
  
  .navbar-dark .wsmenu>.wsmenu-list>li>a {
    color: #2c3e50;
  }
  
 
  
  .wsmenu>.wsmenu-list>li>a.last-link {
    padding: 10px 0px;
    margin: 0 0 0 7px;
  }
  
  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
  }
.wsmenucontainer {
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.wsmainfull {
  width: 100%;
  height: auto;
  background: transparent;
  z-index: 999;

}

.wsmainwp {
  margin: 0 auto;

  padding: 0 15px;
  position: relative;
}

/* Header Logo */
.desktoplogo {

  
}

.desktoplogo img {
  vertical-align: middle;
  max-width:9rem;
}

/* Navigation Menu */
.wsmenu {
  padding: 0;
  float: right;
  display: block;
}

.wsmenu>.wsmenu-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0;
}

.wsmenu>.wsmenu-list>li {
  text-align: center;
  display: block;
  padding: 0;
  margin-top: 1rem;
  float: left;
}

.wsmenu>.arlist>li {

  float: right !important;
}


.wsmenu>.wsmenu-list>li>a.last-link {
  padding: 10px 0px 10px 0;
}

.wsmenu>.wsmenu-list>li>a.callusbtn {
  font-size: 15px;
}

.wsmenu>.wsmenu-list>li>a.callusbtn i {
  font-size: 13px;
  margin-top: 1px;
  margin-right: 1px;
}


.white-menu .wsmenu>.wsmenu-list>li>a {
  color: #444;
}

.tra-menu .wsmenu.dark-txt>.wsmenu-list>li>a {
  color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a {
  color: #5580FE;
  transition: 0.5s;
}

.white-menu .wsmenu>.wsmenu-list>li:hover>a {
  color: #171819;
}

.wsmenu>.wsmenu-list>li a.menuhomeicon {
  padding-left: 29px;
  padding-right: 29px;
}

.wsmenu>.wsmenu-list>li>a i {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  margin-right: 12px;
  vertical-align: top;
}

.wsmenu>.wsmenu-list>li>a.menuhomeicon i {
  margin-right: 0px;
  font-size: 15px;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 15px;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

.wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 15px;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}
/* Desktop Search Bar */
.wsmenu>.wsmenu-list>li.rightmenu {
  float: right;
}

.wsmenu>.wsmenu-list>li.rightmenu a {
  padding: 0px 30px 0px 20px;
  border-right: none;
}

.wsmenu>.wsmenu-list>li.rightmenu a i {
  font-size: 15px;
}

.wsmenu>.wsmenu-list>li.rightmenu {
  float: right;
}

.wsmenu>.wsmenu-list>li.rightmenu:before,
.wsmenu-list>li.rightmenu:after {
  content: "";
  display: table;
}

.wsmenu>.wsmenu-list>li.rightmenu:after {
  clear: both;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch {
  float: right;
  width: 210px;
  height: 39px;
  position: relative;
  margin: 16px 0px 0px 0px;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 39px;
  z-index: 2;
  outline: none;
  color: #333;
  background-color: #efefef;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input::placeholder {
  color: #AC8D6E;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus {
  color: #333;
  width: 220px;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle i {
  color: #000;
  opacity: 1;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  color: #333;
  z-index: 1000;
  background-color: transparent;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle i {
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch .btnstyle:hover i {
  opacity: 1;
}

.wsmenu>.wsmenu-list>li.rightmenu {
  zoom: 1;
}

/*------------------------------------------*/
/*  Desktop Drop Down Menu CSS
--------------------------------------------*/

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  position: absolute;
  top: 2.4rem;
    z-index: 99999;
  margin: 0px;
  padding: 12px;
  min-width: 200px;
  background-color: #fff;
  border: solid 1px #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.last-sub-menu {
  min-width: 160px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  position: relative;
  background-image: none;
  border-right: 0 none;
  text-align: left;
  display: block;
  padding: 9px;
  text-transform: none;
  color: #888;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  border-right: 0px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.last-sub-menu>li>a {
  padding: 11px 0;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  padding: 9px 9px 9px 10px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu.last-sub-menu>li>a:hover {
  padding: 11px 0 11px 8px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
  position: absolute;
  top: 12px;
  right: 0;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  min-width: 200px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  background-color: #fff;
  border: solid 1px #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:last-child {
  border-bottom: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
  position: relative;
  background-image: none;
  border-right: 0 none;
  text-align: left;
  display: block;
  padding: 9px;
  text-transform: none;
  color: #888;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: normal;
  border-right: 0px solid;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
  padding: 8px 15px 8px 23px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
  position: absolute;
  top: 12px;
  right: 12px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  min-width: 200px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  list-style: none;
  padding: 0px;
  background-color: #fff;
  border: solid 1px #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
  background-image: none;
  border-right: 0 none;
  text-align: left;
  display: block;
  padding: 9px;
  text-transform: none;
  color: #888;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: normal;
  border-right: 0px solid;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
  padding: 9px 9px 9px 20px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
  margin-left: 9px;
}

/*------------------------------------------*/
/*  Desktop Mega Menus CSS
--------------------------------------------*/

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 70px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 20px 30px;
  border: solid 1px #eee;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  padding: 20px 20px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-control-next {
  opacity: 0.8;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-control-prev {
  opacity: 0.8;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .wsmwnutxt {
  width: 100%;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin-top: 0;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  display: block;
  text-align: center;
  text-align: left;
  border-bottom: 1px dashed #c0c0c0;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.title,
.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li:last-child {
  border-bottom: none;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  line-height: 22px;
  border-right: none;
  text-align: left;
  padding: 13px 0px;
  background: #fff;
  background-image: none;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
  margin-top: 15px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

/*= Desktop Half Menu CSS =*/
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu.ext-halfmenu {
  width: 50%;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
  width: 35%;
  right: auto;
  left: auto;
}

/*= Desktop HTML Form Menu CSS =*/
.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form {
  width: 100%;
  display: block;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-inner .item img {
  width: 100%;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text {
  padding: 0px 0px;
  font-size: 14px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .typography-text ul li a {
  color: #656565;
}

/*------------------------------------------*/
/*  Desktop Extra CSS
--------------------------------------------*/

.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}

.hometext {
  display: none;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/

/* ================== Mobile Menu Change Brake Point ================== */

@media only screen and (max-width: 991px) {

  .wsmenu>.wsmenu-list {

    padding-top: 10vh;
  }

  /* ================== Mobile Base CSS ================== */

  html {
    overflow: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw;
  }

  body.wsactive {
    overflow: hidden;
  }

  /* ================== Mobile Main Menu CSS ================== */

  .desktoplogo {
    display: none;
  }

  .wsmainfull {
    height: 0;
  }

  .wsmenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    right: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
  }

  .wsmenu>.wsmenu-list {
    height: auto;
    min-height: 100%;
    width: 350px;
    background: #fff;
    padding-bottom: 0;
    margin-right: -350px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsmenu>.wsmenu-list>li {
    width: initial;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
    clear: right;
    padding: 0 1rem;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    .wsmenu>.wsmenu-list>li:last-child {
      padding-bottom: 110px;
    }
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: .7rem 0;
    font-size: 1rem;
    text-align: left;
    color: #222293;
    line-height: 1.2;
   
    position: static;
  }

  .wsmenu>.wsmenu-list>li a.menuhomeicon {
    padding-left: 17px;
    padding-right: 17px;
    border-top: solid 1px rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li>a.menuhomeicon i {
    margin-right: 2px;
    font-size: 13px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    font-size: 14px;
    color: #bfbfbf;
  }

  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li:hover>a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }

  .wsmenu>.wsmenu-list>li>a>.hometext {
    display: inline-block;
  }

  /* ================== Mobile Slide Down Links CSS ================== */

  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border: none;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
    min-width: 9rem;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0px 10px 16px;
    color: #383838;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
    padding-right: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
    background-color: #e7e7e7;
    color: #666666;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0px 10px 26px;
    color: #383838;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
    padding-right: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
    color: #000;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
    color: #000;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    width: 100%;
    position: static;
    left: 100%;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    margin: 0px 0px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0px 10px 34px;
    color: #383838;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
    padding-right: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
    color: #000;
  }

  /* ================== Mobile Mega Menus CSS  ================== */

  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 10px 0px;
    border: solid 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 100%;
    margin: 0px;
    padding: 5px 0px 10px 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .title {
    color: #666666;
    font-size: 15px;
    padding: 10px 8px 10px 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu>ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu>ul>li>a {
    padding: 9px 14px;
    line-height: normal;
    font-size: 13px;
    background-color: #e7e7e7;
    color: #666666;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu>ul>li>a:hover {
    background-color: #000000;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu ul li.title {
    line-height: 26px;
    color: #666666;
    margin: 0px;
    font-size: 15px;
    padding: 7px 0px;
    background-color: transparent;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form {
    padding: 5px 0px 62px 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
    margin: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="button"] {
    width: 46%;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form input[type="submit"] {
    width: 46%;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu .menu_form textarea {
    min-height: 100px;
  }

  /* ================== Mobile Header CSS ================== */

  .wsmobileheader {
    width: 100vw;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10002;
    height: 4rem;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-color: #fff;
  }

  .wsactive .wsmobileheader {
    margin-right: 240px;
    margin-right: 300px;
    margin-right: 350px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsmobileheader .smllogo {
    display: inline-block;
    margin-top: 12px;
    padding-left: 18px;
  }
  .wsmobileheader .smllogo img{
    max-height: 3rem;
  }
  
  /* Mobile Search Bar*/
  .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch {
    width: 86%;
    margin: 7% 7%;
    padding: 0px;
  }

  .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input {
    border-radius: 50px
  }

  .wsmenu>.wsmenu-list>li.rightmenu>.topmenusearch input:focus {
    width: 100%;
  }

  .callusbtn {
    color: #AC8D6E;
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    padding: 12px 14px;
  }

  .callusbtn i {
    vertical-align: top;
    margin-top: 4px;
  }

  .callusbtn:hover i {
    color: #AC8D6E;
  }

  /* Mobile Toggle Menu icon (X ICON) */
  .wsanimated-arrow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 1rem;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    cursor: pointer;
    height: 3px;
    width: 2rem;
    background: #222293;
    position: absolute;
    display: block;
    content: '';
  }

  .wsanimated-arrow span:before {
    top: -0.6rem;
    width: 2rem;
  }

  .wsanimated-arrow span:after {
    bottom: -0.6rem;
    width: 2rem;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 2rem;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 7px;
  }

  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* ================== Mobile Overlay/Drawer CSS ================== */

  .overlapblackbg {
    left: 0;
    width: calc(100% - 350px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .wsactive .wsmenu .overlapblackbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    z-index: 8888 !important;
  }

  .wsmenucontainer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenucontainer {
    margin-right: 300px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
  }

  .wsactive .wsmenu>.wsmenu-list {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-right: 0;
  }

  /* ================== Mobile Sub Menu Expander Arrows  ================== */

  .wsmenu>.wsmenu-list>li>.wsmenu-click {
    height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
    transform: rotate(-45deg);
    margin-top: 23px;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 18px 18px 0px 0px;
  }



  .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02 {
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 14px 18px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li .wsmenu-click02>i.wsmenu-rotate {
    transform: rotate(-45deg);
    margin-top: 19px;
  }

  /*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1162px) {
  .desktoplogo {
    margin-left: 12px;
  }

  .wsmenu>.wsmenu-list>li>a {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wsmenu>.wsmenu-list>li a.menuhomeicon {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}


  
  .desktoplogo.order-2 img {
    float: right;
  }


.tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li a {
    color: #463853;
  }
  
  .tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list>li a,
  .tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list>li a {
    color: #fff;
  }
  
  .tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,
  .tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,
  .tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a,
  .tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a {
    color: #666;
  }


  .btn-indigo-menu {
    color: #fff !important;
    background-color: #947354 !important;
    border-color: #947354 !important;
    border-radius: 4rem;
  }
  .btn.btn-indigo-menu{
    display:block !important;
    width: fit-content;
      margin: 0px auto;
  }
  .btn-tra-indigo,
  .scroll .btn-tra-indigo,
  .white-color .btn-tra-indigo,
  .tra-indigo-hover:hover,
  .scroll .tra-indigo-hover:hover,
  .white-color .tra-indigo-hover:hover {
    color: #B48C67 !important;
    background-color: transparent !important;
    border-color: #B48C67 !important;
  }
  

  /*form styles*/
.steps {
    width: 100%;
    margin: 10px auto;
    position: relative;
}

.steps fieldset {
  
  /* box-shadow: 0 17px 41px -21px rgb(0, 0, 0); */
  padding: 10px 20px;
  /* border-top: 9px solid #7B1FA2; */
  box-sizing: border-box;
  width: 100%;
  /* margin: 0 10%; */
  
  /*stacking fieldsets above each other*/
  position: absolute;
}
/*Hide all except first fieldset*/
.steps fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
.steps label{
  color: #333333;
  text-align: left;
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 7px;
  padding-top: 12px;
  display: block;
  margin: auto;
  margin-top: 7px;
  /* width: 100%; */
  border: 1px solid #b0b0b0;
  max-width: 100%;
}


.steps input, .steps textarea, .steps select {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #837E7E;
  
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.steps input:focus, .steps textarea:focus{
  color: #000;
}

.error1{
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -moz-box-shadow: 0 0 0 transparent;
   -webkit-box-shadow: 0 0 0 transparent;
   box-shadow: 0 0 0 transparent;
   position: absolute;
   left: 246px;
   /* margin-top: -54px; */
   top: -28px;
   padding: 0 10px;
   height: 39px;
   display: block;
   color: #ffffff;
   background: #e63c2f;
   z-index: 5;
   border: 0;
   font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
   line-height: 39px;
   white-space: nowrap;
}
.form-row .error1 {
  top : 5px
}

.error1:before{
    width: 0;
    height: 0;
    left: -8px;
    top: 14px;
    content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-right: 8px solid #e63c2f;
    border-bottom: 6px solid transparent;
}

.error-log{
    margin: 5px 5px 5px 0;
  font-size: 19px;
  position: relative;
  bottom: -2px;
}

.question-log {
  margin: 5px 1px 5px 0;
  font-size: 15px;
  position: relative;
  bottom: -2px;
  }

/*buttons*/
.steps .action-button, .action-button {
  width: 100px !important;
  background: #e63c2f;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
}
.steps .post-button{
	width: 60%!important;
	background: #009688;
}
.steps .next, .steps .submit{
    float: right;
}

.steps .previous{
  float:left;
}

.steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {
  background: #003349;
}

.steps .explanation{
display: block;
  clear: both;
  width: 540px;
  background: #f2f2f2;
  position: relative;
  margin-left: -30px;
  padding: 22px 0px;
  margin-bottom: -10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 10px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-weight: 200;
  cursor:pointer;
}


/*headings*/
.fs-title {
     margin: 0 0 5px;
     line-height: 1;
     color: #003349;
     font-size: 15px;
     font-weight: 600;
     text-align:left;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #837E7E;
  margin-bottom: 20px;
  text-align: center;
}
/*progressbar*/
#progressbar {
  margin-bottom: 13px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width:100%;
  text-align: center;
}
#progressbar li {
  list-style-type: none;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #dbdbdb;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #dbdbdb;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #e63c2f;
  color: white;
}



/* RESPONSIVE */

/* moves error logs in tablet/smaller screens */

@media (max-width:1000px){
  .slider h2 {
    font-size: 1.6rem;
    font-weight: 600;
}
.slider h3 {
  font-size: 1.4rem;
  font-weight: 300;
}
.slider {
  max-height: 60vh !important;
  min-height: 60vh !important;
  
        overflow: hidden;
        align-items: center;
        position: relative;
}
.atlas-one p, .atlas-one span  {
  font-size: 1rem;
  line-height: 1.4;
}
.nav-tabs .nav-link{
 padding: .2rem .3rem;
 min-height: 3.4rem;
        /* min-width: 96%; */
        margin-bottom: 0.5rem;
}
.nav-tabs li span{
  font-size: 1rem;
}
.nav-tabs {
  margin-bottom: 0rem;
}
.atlas-three p {
  font-weight: normal;

  line-height: 1.5;
  font-size: 0.9rem;
}
.track .content{
  font-size: 2rem;
}
.atlas-three .listed h4 {
  font-size: 1.4rem;
}
.atlas-three .listed li {
  width: 28%;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.atlas-three .listed li h2{
  width: 100%;
  padding: 0.3rem;
  font-size: 0.7rem;
}
.atlas-four h4, .atlas-seven h4{
  font-size: 1.2rem;
}
.atlas-three .listed li:before{
  height: 1.4rem;
}
.atlas-nine h2, .atlas-three h1{
  font-size: 2rem;
}
.atlas-four span{
  font-size: 1.1rem;
}
.atlas-four, .atlas-seven, .atlas-three, .atlas-one, .atlas-six, .atlas-ten {
  padding: 1.3rem 0;
}
.atlas-four .listed h4, .atlas-four p, .atlas-seven p {
  font-size: 0.9rem;
  line-height: 1.2;
}
.atlas-eight ul li {
  font-size: 1.1rem;
  line-height: 1.2;
}
.atlas-nine h2{
  margin: 1rem 0;
}
.atlas-ten h2 {
  font-size: 1.8rem;
  line-height: 1;
  margin: 1rem 0;
}
.atlas-ten .hizmetlink0 img{
  max-width: 50%;
}
.atlas-ten .hizmetlink0 span img{
  max-width: 2rem;

}
.atlas-five h2 {
  font-size: 1.3rem;
}
.atlas-five h3,.atlas-eight h2 {
  font-size: 1.6rem;
}
.m-50{
  max-width: 40vw;
  margin: 0 auto;
  display: block;
}
  .bottomfixed{

    display: block !important;
    background-color: #fff;
  }
  .swiper-button-next, .swiper-button-prev {

    margin-top: 10rem !important;
  }
  .faq--item .faq-title .icon{
    right: 0rem !important;
  }
  .st-play-btn.st-style1 {

    margin: 10% 31% !important;
        position: relative;
        top: 0;
        display: block;
  }
  .st-play-btn.st-style1 img{
    position: absolute;
  }
  .st-video-animaiton{
    top: 0.7rem;
    bottom: auto;
  }
/*brings inputs down in size */
.steps input, .steps textarea {
  outline: none;
  display: block;
  width: 100% !important;
  }

  /*brings errors in */
  .error1 {
  left: 175px;
  margin-top: 0;
}




}


@media (max-width:5px){
/*mobile phone: uncollapse all fields: remove progress bar*/

.steps {
  width: 100%;
  margin: 50px auto;
  position: relative;
}

#progressbar{
  display:none;
}

/*move error logs */
.error1 {
  position: relative;
  left: 0 !important;
  margin-top: 24px;
  top: -11px;
}

.error1:before {
  width: 0;
  height: 0;
  left: 14px;
  top: -14px;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #e62163;
  border-right: 6px solid transparent;
  }

/*show hidden fieldsets */
.steps fieldset:not(:first-of-type) {
  display: block;
}

.steps fieldset{
  position:relative;
  width: 100%;
  margin:0 auto;
  margin-top: 45px;
}

.steps .next, .steps .previous{
  display:none;
}

.steps .explanation{
  display:none;
}

.steps .submit {
  float: right;
  margin: 28px auto 10px;
  width: 100% !important;
}

}



.form-heading
{
    font-weight: 600;
    font-size: 23px;
    padding: 0;
    margin: 1px 0 10px;
    color: #E63C2F;
    text-align: center;
}
.contact_form li.form-row
{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    font-size: 8pt;
    position: relative;
    text-align: center;
    max-height: 60px;
}
.contact_form .form-text, .contact_form .form-textarea
{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    background-color: #FFFFFF;
    
    font-size: 16px;
    
    padding-left: 48px;
    background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #000000;
    /*+border-radius: 10px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ADADAD;
}
.contact_form .form-text.error, .contact_form .form-textarea.error
{
    background-color: #FF9F9F;
    border-color: #073349;
}
.error_Msg
{
    background: #003349;
    color: #FFF;
    padding: 5px;
    display: block;
    margin-top: 6px;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.error_Msg i
{
    position: relative !important;
    font-size: 14px;
    top: 2px !important;
    color: #CB1715 !important;
    padding: 0;
    margin: 0;
}
.contact_form .form-textarea
{
    height: 90px;
    
    background-position: 20px top;
}
.contact_form label
{
    /* height:15px; */
}
.form-row i
{
    position: absolute;
    color: #A4A6A7;
    top: 8px;
    left: 8px;
    z-index: 2;
}
.form-submit
{
    width: 185px;
    
    height: 50px;
    margin-top: 30px;
    border: 0;
    background-color: #003349;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    margin: 0 auto auto;
    font-weight: 700;
    letter-spacing: 1px;
    /*+border-radius: 10px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.form-submit:disabled
{
    background: url(../img/loading.svg) center no-repeat #003349;
    text-indent: -9999px;
}
.form-submit:disabled:hover
{
    cursor: not-allowed;
}
.form-submit:hover
{
    opacity: 0.7;
    cursor: pointer;
}
.iti
{
    width: 100%;
}
.contact_form label.gizlilik
{
    color: #FFF;
    font-size: 12px;
}
.steps.contact_form label.gizlilik
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    border: 0px solid black;
}
.contact_form a
{
    color: #FFAAAA;
    text-decoration: underline;
}
.steps.contact_form a
{
    color: #0018A5;
    text-decoration: underline;
}
.steps.contact_form .gizlilik-check
{
    float: left;
    display: inline-block;
    width: auto;
}
.steps.contact_form .gizlilik
{
    display: inline;
}
.cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hideradio{
	visibility: hidden;
    position: absolute;
    top: 5%;
    left: 0;
}
.cc-selector-2 input {
  position: absolute;
  z-index: 999;
}
.spacer{clear:both;height:20px}

.erkek {
  background-image: url(../img/1a.webp);
}

.kadin {
  background-image: url(../img/w1a.webp);
}

.t1 { background-image: url(../img/1.webp);}
.t2 {  background-image: url(../img/2.webp);}
.t3 {  background-image: url(../img/3.webp);}
.t4 {  background-image: url(../img/4.webp);}
.t5 {  background-image: url(../img/5.webp);}
.t6 {  background-image: url(../img/6.webp);}

.female .t1 {background-image: url(../img/w1.webp);}
.female .t2 {background-image: url(../img/w2.webp);}
.female .t3 {background-image: url(../img/w3.webp);}
.female .t4 {background-image: url(../img/w4.webp);}
.female .t5 {background-image: url(../img/w5.webp);}
.female .t6 {background-image: url(../img/w6.webp);}

.cc-selector-2 input:active +.drinkcard-cc,
.cc-selector input:active +.drinkcard-cc,
.cc-selector-2 input:active +.error1 +.drinkcard-cc,
.cc-selector input:active +.error1 +.drinkcard-cc {
  opacity: .9;
}

.cc-selector-2 input:checked +.drinkcard-cc,
.cc-selector input:checked +.drinkcard-cc,
.cc-selector-2 input:checked +.error1 +.drinkcard-cc,
.cc-selector input:checked +.error1 +.drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

.drinkcard-cc {
  cursor: pointer;
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-position: center!important;
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.2) grayscale(1) opacity(.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
  filter: brightness(1.2) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
  -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
  filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.drinkcard-cc.text {
    background: #f00;
    text-align:center;
    color: #fff;
    font-weight: bold;
    display: block;
    height: auto;
    padding: 2px;
    margin: 8px auto;
    width: 100px;
}


.reviews-4-holder {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
}

.reviews-4-holder:after {
  position: absolute;
  content: '';
  width: 76%;
  height: 100%;
  background-color: #f4f4f9;
  top: 0;
  left: 12%;
  z-index: -1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.reviews-4-holder.plum_shape:after {
  background-color: #e8daf5;
}

.review-1,
.review-2,
.review-4 { 
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 40px 22px;
  margin: 0 10px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, .05);
  -moz-box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, .05);
  box-shadow: 0px 10px 15px 0px rgba(5, 5, 5, .05);
}

.review-2 { 
  margin: 0;
}

.review-3 { 
  display: inline-block;
  padding: 0px 20px;
  margin: 0px 0px 1rem 0px;
}

.right-column #rw-3-1,
.right-column #rw-3-3 {
  margin-left: 40px;
  margin-right: -40px;
}

.review-4 { 
  padding: 40px;
  margin: 0 10px 40px;
}

.bg-lightgrey .review-1,
.bg-lightgrey .review-2,
.bg-lightgrey .review-3 { 
  border: 1px solid #f5f6f6;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.review-1-ico,
.review-2-ico {   
  width: 10%;
  display: inline-block!important;  
  float: left;
  margin-top: 6px;
  text-align: center;
  opacity: .6;
}

.rtl-direction .review-1-ico,
.rtl-direction .review-2-ico {   
  float: right;
}

.review-3-avatar {   
  width: 50%;
  display: inline-block!important;  
  float: left;
  margin-top: 2px;
  text-align: center;
}

.rtl-direction .review-3-avatar {   
  float: right;
  text-align: center;
}

.review-1-ico.ico-25 [class*="flaticon-"]:before, .review-2-ico.ico-20 [class*="flaticon-"]:before
.review-1-ico.ico-25 [class*="flaticon-"]:after, .review-2-ico.ico-20 [class*="flaticon-"]:after { font-size: 1.4rem; }

.review-1-txt,
.review-2-txt {
  width: 90%;
  display: inline-block!important;
  padding-left: 8px;
}

.rtl-direction .review-1-txt,
.rtl-direction .review-2-txt {
  padding-left: 0;
  padding-right: 8px;
}

.review-3-txt {
  width: 50%;
  display: inline-block!important;
  padding-left: 12px;
}

.rtl-direction .review-3-txt {
  padding-left: 0;
  padding-right: 12px;
}
.review-author {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 15px;
} 

.rtl-direction .review-author {
  position: relative;
  display: inline-block;
  text-align: right;
  padding: 0 15px 0 0;
} 

.review-3 .review-author {
  text-align: left;
  padding: 0;
  top: 0;
  margin-bottom: 5px;
} 

.review-3 .review-author span {
  font-size: 1.05rem;
  font-weight: 300;
  margin-left: 5px;
} 

.review-author h6 {
  line-height: 1;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.1rem;
}
.h5-md {
  font-weight: bold;
}

.review-author h6 a {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1rem;
}

.review-1 .review-author p,
.review-2 .review-author p {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 0;
}

.review-3-txt p {
  padding-right: 5%;
  margin-bottom: 0;
}

.rtl-direction .review-3-txt p {
  padding-left: 5%;
  padding-right: 0;
}

.review-4 .review-author p {
  line-height: 1;
  margin-bottom: 10px;
}
.dark-text{
  color: #947354;
}