@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

*{
  outline: none !important;
}

main .g-slider .slick-slide,
main .g-slider .slick-slide::before,
main .g-slider .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

main .g-slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "AtlanticBentley";
  src: url("../fonts/AtlanticBentley.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AtlanticBentley.woff") format("woff"), url("../fonts/AtlanticBentley.ttf") format("truetype"),
    url("../fonts/AtlanticBentley.svg#AtlanticBentley") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SignaturaMonolineScript-Regular";
  src: url("../fonts/SignaturaMonolineScript-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SignaturaMonolineScript-Regular.otf") format("opentype"),
    url("../fonts/SignaturaMonolineScript-Regular.woff") format("woff"),
    url("../fonts/SignaturaMonolineScript-Regular.ttf") format("truetype"),
    url("../fonts/SignaturaMonolineScript-Regular.svg#SignaturaMonolineScript-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: "Open Sans", sans-serif !important;
}

.full-image {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1250px) {
  .c-container {
    max-width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }
}

body{
  font-family: 'Poppins', sans-serif !important;
	direction:rtl;
}

/** Mobile Contact **/
.mContact {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999999;
  border: none !important;
}
.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  padding: 7px !important;
}
.mContact .col-md-6 a {
  padding: 10px;
  font-size: 14px;
}
.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 1px;
}
.mContact .wp {
  background: #55cd6c;
}
.mContact .tl {
  background: #171717;
}
.mContact img {
  width: 30px;
}

a{
  text-decoration: none !important;
}

/** Mobile Contact **/
header .main .head-left {
  color: #1f3b92;
}
header .main .head-left .icon {
  font-size: 25px;
  margin-right: 15px;
}
header .main .head-left .info span {
  display: block;
  font-weight: bolder;
  font-size: 14px;
  letter-spacing: -0.5px;
}
header .main .head-left .info span a {
  color: #1f3b92;
  font-weight: 400;
  text-decoration: none;
}

.header-bottom .logo img {
  margin: 0;
  width: 200px;
}

.header-bottom{
  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  padding: 6px 0px;
  height: 93px;
  transition: transform .5s ease;
}

.header{
  position: absolute;
  box-shadow: 0 0 5px #00000008;
  z-index: 999;
  /* box-shadow: 0 0 5px #000; */
  box-shadow: 0 0 5px #00000038;
  /* position: sticky; */
  width: 100%;
  background: #fff;
  transition: transform .5s ease;
  transition: all .5s;
  transition: transform .5s ease;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
  -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  transition: opacity .3s ease-in-out,transform .3s ease-in-out;
  transition: opacity .5s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.heade .logo{
  position: relative;
}


header .main .head-right .social {
  margin-right: 15px;
}
header .main .head-right .social a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  color: #1f3b92;
}

.header-bottom .logo img {
  margin: 0;
  width: 270px;
  top: 3px;
  position: relative;
  /* left: 10px; */
  transition: all .5s;
}

.header-bottom .language.dropdown {
  position: relative;
  display: block;
  z-index: 99999;
  width: 140px;
}
.header-bottom .language.dropdown .drop-btn {
  width: 100%;
  padding: 10px 9px;
  outline: none;
  font-size: 15px !important;
  background-color: #ffffff;
  color: #22252a;
  font-size: 13px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  /* margin: 6.5px 0; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  /* white-space: nowrap; */
  /* box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.25); */
  border-radius: 20px;
  border: 3px solid #ededed;
}
.header-bottom .language.dropdown .drop-btn img{
  width: 30px;
  margin-right: 8px;
  pointer-events: none;
}
.header-bottom .language.dropdown .drop-btn:after {
  content: "\203a";
  position: absolute;
  right: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 23px;
  transform: rotate(90deg);
  color: #313131;
}
.header-bottom .language.dropdown .drop-btn:hover {
  /* background-color: #d50101; */
}
.header-bottom .language.dropdown .drop-btn:focus {
  color: #000;
}
.header-bottom .language.dropdown .dropdown-content {
  position: absolute;
  border-radius: 5px;
  top: 90px;
  left: 0;
  right: 1px;
  outline: none;
  background-color: #ccc;
  text-align: left;
  opacity: 0;
  font-size: 13px;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
}
.header-bottom .language.dropdown .dropdown-content a {
  display: block;
  padding: 6px 11px;
  color: #22252a;
  font-size: 15px;
  text-decoration: none;
  /* transition: .3s; */
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 20px;
}
.header-bottom .language.dropdown .dropdown-content a > img {
  width: 30px;
  transition: .8s;
  padding-right: 5px;
}
.header-bottom .language.dropdown .dropdown-content a:hover {
  background-color: #313131;
  left: 0;
  color: #FFF;
}
.header-bottom .language.dropdown .dropdown-content a:hover:after {
  content: "\2714";
  display: none;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}

.header-bottom .language.dropdown .dropdown-content.open {
  /* border-radius: 5px; */
  /* overflow: hidden; */
  display: block;
  height: auto;
  top: 102%;
  box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.25);
  opacity: 1;
  background-color: #ffffff;
  /* border: 1px solid #d6d6d6; */
  -webkit-transition: all 0.2s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  pointer-events: auto;
  background-color: #FFF;
  white-space: nowrap;
  width: 140px;
  transition: all 0.5s;
  border-radius: 20px;
  border: 3px solid #ededed;
}
.header-bottom .language .dropdown-content.open a > img.img-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}




.header-bottom .menuAc {
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  background-color: #313131;
  color: #fff;
  border-radius: 20px;
}

.header-top{background: #313131;/* transition: transform .5s ease; */-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);-webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;-o-transition: opacity .3s ease-in-out,transform .3s ease-in-out;transition: opacity .3s ease-in-out,transform .3s ease-in-out;transition: opacity .5s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;}
.header-top-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
     -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    transition: opacity .5s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;


}
.header-top-inner .header-contact a {
color: #fff;
font-size: 16px;
}

.header-top-inner .header-social .icons a {
  color: #fff;
  font-size: 20px;
  padding-right: 9px;
  }

.header-top-inner .header-contact a i {
  color: #fff;
  padding-right: 15px;
}
.header-top-inner .header-contact a:nth-child(2){
padding-left:15px ;
  }

header .menu {
  /* background-color: #f5f3f3; */
}
header .menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .menu ul li {
  float: left;
  margin: 0 5px;
  position: relative;
}
header .menu ul li:last-child a:after{
  display: none;
} 
  
header .menu ul li a {
  line-height: 48px;
  color: #22252a;
  text-decoration: none;
  display: block;
  padding: 0 13px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .menu ul li a:after{
  position: absolute;
  content:'|';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .menu ul li ul li a:after {
  display: none;
}
header .menu ul li ul {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  top: 80px;
  background: #ffff;
  border-radius: 20px;
  border: 3px solid #ededed;
  padding: 8px 11px;
  white-space: nowrap;
  transition: all 0.5s ease;
}
header .menu ul li ul:after {
  content: "";
  background-color: #FFF;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1;
}
header .menu ul li ul li {
  margin: 0;
  float: none;
  /* margin-bottom: 5px; */
}
header .menu ul li ul li ul li {
  margin-left: 5px;
}
header .menu ul li ul li a {
  border-radius: 20px;
  display: block;
  padding: 0;
  white-space: nowrap;
  font-size: 16px;
  line-height: 34px;
  padding: 0 15px;
  font-weight: 500;
}
header .menu ul li ul li ul {
  top: -10px;
  left: 125%;
  transition: all, .5s;
  padding: 10px;
  padding-left: 15px;
}
header .menu ul li ul li ul:after {
  left: 10px;
}
header .menu ul li ul li a:hover {
  background-color: #313131;
  color: #fff;
}
header .menu ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  top: 40px;
  transition: all, .5s;
}
header .menu ul li ul:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  background: #b48431;
  width: 50px;
  height: 5px;
  position: absolute;
  left: 50%;
}
header .menu ul li ul li ul:before {
  left: 8px;
  top: 10px;
  width: 5px;
  height: 50px;
  border-radius: 20px 0 0 20px;
}
header .menu ul li ul li:hover ul {
  top: -10px;
  left: 100%;
  transform: translateX(0);
  transition: all, .5s;
}




main .g-slider {
  position: relative;
}
main .g-slider .main-slider {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
main .g-slider .main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
main .g-slider .slick-slide {
  position: relative;
}
main .g-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main .g-slider .slick-slide iframe {
  width: 100% !important;
  height: 77vh !important;

  pointer-events: none;
}
main .g-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
main .g-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
main .g-slider .slick-slide .slide-image.show {
  opacity: 1;
}
main .g-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
main .g-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
main .g-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
main .g-slider .slick-slide.slick-active {
  z-index: 1;
}
main .g-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
main .g-slider .slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
main .g-slider .caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
main .g-slider .slick-dots {
  bottom: 10px;
  z-index: 9;
}
main .g-slider .slick-dots li button {
  border: 1px solid #171717;
  text-align: center;
  border-radius: 100%;
}

main .form {
  position: relative;
  width: 100%;
  padding: 38px 0 0 0;
  background: black;
  margin-top: -258px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, #ffffffbf 50%, rgba(0, 0, 0, 0) 80%);
}
main .form .title h1 {
  color: #313131;
  font-weight: 400;
  margin: 0;
  font-size: 33px;
}
main .form .title .desc {
  display:block;
  color: #b68532;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 13px;
}
main .form .title p,
main .form .title h2 {
  display: block;
  width: 100%;
}
main .form .form-in .column input {
  width: 100%;
  padding: 7.5px 15px;
  font-size: 15px;
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 51px;
  resize: none;
  outline: none;
}

main .form .form-in .column input::placeholder {
  color: #22242a;
  font-weight:400;
  background: #fff;
  font-size: 15px;

}



main .form .form-in .column input:required:focus::placeholder {
  background: #fff;

}

main .form .form-in .column input:focus:invalid {
  border-color: red;

}

main .form .form-in .column input::placeholder {

  font-size: 15px;
  color: #22242a;

}

main .form .form-in .column input[type="text"]  {
  width: 100%;
  /* padding: 7.5px 15px; */
  /* font-size: 15px; */
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 51px;
  resize: none;
  /* outline: none !important; */
}
main .form .form-in .column  input[type="email"]  {
  width: 100%;
  padding: 7.5px 15px;
  font-size: 13px;
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 51px;
}

main .form .form-in .column textarea  {
  width: 100%;
  padding: 11px 15px;
  font-size: 15px;
  color: #22242a;
  border-radius: 20px;
  border: 3px solid #ededed;
  height: 51px;
  resize: none;
}


main .form .form-in .column textarea::placeholder {

  font-size: 15px;
  color: #22242a;

}

main .form .form-in .column button[type="submit"] {
  width: 200px;
  text-align: center;
  float: none;
  margin: 15px auto;
  display: block;
  background-color: #313131;
  border: none;
  color: #fff;
  font-weight: bolder;
  cursor: pointer;
  /* width: 100%; */
  padding: 7.5px 15px;
  font-size: 13px;
  border-radius: 20px;
  /* border: 3px solid #ffffff; */
  height: 51px;
}

main #bars {
  padding: 45px 0;
  background: url(../images/bg-bar.jpg);
  background-size: cover;
  /* background-attachment: fixed; */
}
main #bars .bar {
  text-align: center;
  padding: 0 28px;
  box-shadow: 0 0 20px rgba(0,0,0,.12);
  padding: 15px 0;
  margin-bottom: 14px;
  background: #fff;
  border: 3px solid #ededed;
  border-radius: 20px;
}
main #bars .bar h2 {
  font-size: 15px;
  font-weight: bolder;
  color: #1f3b92;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main #bars .bar p {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 48px;
}
main #bars .bar a {
  text-decoration: underline;
  color: #171717;
  display: inline-block;
}

main #faq {
  background-image: url("../images/faq.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 50px 0;
  background-color: #f7f7f7;
  box-shadow: inset 1px 1px 30px -20px #000;
}
main #faq .card{
  border: 3px solid #ededed;
  border-radius: 20px;
}
main #faq .title h2 {
  font-size: 40px;
  font-weight: bolder;
  color: #1f3b92;
  margin-bottom: 25px;
}
main #faq .accordion .card {
  border: none;
  background: transparent;
}
main #faq .accordion .card-header {
  border: 1px solid #ccc !important;
  background-color: #fff;
  padding: 0;
  margin: 12.5px 0;
  cursor: pointer;
}
main #faq .accordion .card-header h5 button {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bolder;
  color: #1f3b92;
  padding: 0 15px 0 30px;
  line-height: 50px;
  font-size: 14px;
}
main #faq .accordion .card-header h5 button:after {
  content: "\f100";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  font-size: 25px;
  background-color: #fff;
  color: #a10f7c;
  text-align: center;
  text-shadow: none;
  border-radius: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #faq .accordion .card-header h5 button.collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #faq .accordion .card-body {
  font-size: 13px;
  padding: 5px 15px;
}

#faq .card .card-body p a {
  display: block;
  color: #b48431;
  display: initial;
  padding: 10px 5px;
  font-weight: 600;
}

main #transactions {
  margin: 25px 0;
  padding: 50px 0;
}
main #transactions .accordion {
  width: 100%;
}
main #transactions .accordion .card {
  border: none;
  background: transparent;
}
main #transactions .accordion .card-header {
  border: 1px solid #e1e1e1 !important;
  background-color: #fff;
  padding: 0;
  margin: 12.5px 0;
  cursor: pointer;
}
main #transactions .accordion .card-header h5 {
  background-color: #f6f4f4;
}
main #transactions .accordion .card-header h5 button {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bolder;
  color: #333;
  padding: 0 15px 0 30px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}
main #transactions .accordion .card-header h5 button:after {
  content: "\f100";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  font-size: 25px;
  color: #a10f7c;
  text-align: center;
  text-shadow: none;
  border-radius: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #transactions .accordion .card-header h5 button.collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #transactions .accordion .card-body {
  font-size: 13px;
  padding: 5px 15px;
}
main #transactions .accordion .card-body .video-player figure a {
  display: block;
  position: relative;
}
main #transactions .accordion .card-body .video-player figure a:after {
  content: "\f04b";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 100px;
  font-size: 40px;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: bolder;
  font-family: "Font Awesome\ 5 Free";
  color: #fff;
}
main #video {
  background: #31313117;
  padding: 60px 0 60px 0;
  /* margin-bottom: -172px; */
  margin-top: 40px;
  margin-bottom: 40px;
}
main #video .item img {border-radius:20px;border: 3px solid #ededed;}
main .instagram .title {
  display: block;
  width: 100%;
  text-align: center;
  margin: 25px 0;
}
main .instagram .instagram-list a {
  display: block;
  position: relative;
}
main .instagram .instagram-list a .insta-button {
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 30px -10px #000;
  color: #171717;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
main .instagram .instagram-list a .insta-button .in {
  width: 100%;
}
main .instagram .instagram-list a .insta-button .in span {
  display: block;
  font-weight: bolder;
  font-size: 13px;
}
main .instagram .instagram-list a:hover .insta-button {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #packages {
  margin: 66px 0 128px 0;
}
main #packages .title {
  margin: 25px 0;
  display: block;
}
main #packages .title h3{
  margin-bottom:10px;
  display: block;
  padding: 38px 0;
  font-size: 32px;
}
main #packages .title h1 {
  color: #132d64;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
main #packages .title h1 label {
  color: #a10f7c;
}
main #packages .items .item {
  background-color: #f5f5f6;
  padding: 40px 26px;
  border: 3px solid #ededed;
  border-radius: 20px;
}
main #packages .items .item h3 {
  font-size: 20px;
  line-height: 25px;
  color: #a10f7c;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bolder;
}
main #packages .items .item h4 {
  font-size: 18px;
  line-height: 22px;
  color: #132d64;
  margin: 15px 0;
  text-transform: uppercase;
}
main #packages .items .item p {
  font-size: 13px;
  line-height: 25px;
}
main #packages .items .item a {
  width: 227px;
  /* line-height: 50px; */
  text-align: center;
  display: block;
  float: none;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(to right, #a10f7c, #132d64);
  color: #ffffff;
  padding: 1px;
  /* letter-spacing: -0.5px; */
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  border-radius: 20px;
  /* background: #1f3b92; */
  font-size: 19px;
  margin: 0 7px;
  padding: 7px 0;
}
main #packages .items .item a label {
  /* background: linear-gradient(to right, #f5f5f5, #f5f5f5); */
  width: 100%;
  line-height: 50px;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #packages .items .item a:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #packages .items .item a:hover label {
  color: #fff;
  background: linear-gradient(to right, #a10f7c, #132d64);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #packages .items .item.center {
  z-index: 9;
  transform: scale(1.1);
  background: linear-gradient(to bottom, #132d64, #a10f7c);
  color: #fff;
  box-shadow: 0px 3px 20px -6px #000;
}
main #packages .items .item.center h3,
main #packages .items .item.center h4 {
  color: #fff;
}
main #packages .items .item.center a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #packages .items .item .more{
  display:flex;
}
main #packages .items .item.center a label {
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #packages .items .item.center a:hover {
  background-color: #fff;
  color: #132d64;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #packages .items .item.center a:hover label {
  color: #132d64;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

main #packages .items .item .title {
  font-size: 21px;
  font-weight: 600;
}
main #packages .items .item .desc {
  font-size: 13px;
}
main #whatsapp .text {
  padding: 70px 35px;
  background-color: #065a52;
}
main #whatsapp .text-in {
  color: #fff;
}
main #whatsapp .text-in h1 {
  font-size: 35px;
  font-weight: bolder;
}
main #whatsapp .text-in p {
  font-size: 14px;
}
main #whatsapp .text-in .number .link {
  border: 1px solid #fff;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
}
main #whatsapp .text-in .number img {
  width: 75%;
  margin: 0 auto;
}
main #whatsapp figure {
  position: relative;
  margin-top: -235px;
}
  
main #whatsapp .text-border {
  border: 10px solid #2db742;
  margin-top: -40px;
  padding: 40px;
  display: inline-table;
}
main #whatsapp .text-border h1 {
  font-weight: bolder;
}
main #whatsapp .text-border ul {
  padding: 0 15px;
}
footer {
  margin-top: 60px;
  background-image: url("../images/footer-bg.png");
  padding: 149px 0 0 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  /* margin-bottom: -16px; */
}
footer .contact-left h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .contact-left p {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 7px;
}
footer .contact-left p span {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
footer .contact-left p a {
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo img {
  text-align: center;
  margin-bottom: 20px;
}
footer .footer-logo p {
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 7px;
}
footer .footer-social h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .footer-social p {
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 0px;
  border-bottom: 1px solid #ffffff75;
  margin-bottom: 9px;
}
footer .footer-social .icons a {
  padding: 5px;
}
footer .footer-social .icons a i {
  color: #ffffff;
  line-height: 40px;
  font-size: 29px;
  padding: 9px 10px;
}
footer ul {width: 100%;display: block;margin: 0;padding: 0;}
footer ul li {
  display: block;
}
footer ul li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none !important;
  margin-bottom: 3px;
}
footer ul li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#copyright {
  background: #af3496;
}
#copyright .copyright-inner {
  padding: 15px;
  text-align: center;
}
#copyright .copyright-inner p {
  color: #000;
}
#copyright .copyright-inner img {
  width: 110px;
}

/* Sub Pages CSS (START) */

.subPage .title {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-x;
  padding: 50px 0px;
  text-align: center;
  background: rgb(203, 212, 230);
  background-image: url(../images/subPage.png);
}

.subPage .title h1 {
  /* font-weight: 300; */
  margin: 6px 0;
  color: #112340;
  font-size: 34px;
  letter-spacing: -0.6px;
  font-weight: 600;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.35);
}

.subPage .contentInner {
  margin: 40px 0 100px 0;
}

.subPage .contentInner .category ul li {
  /* position: absolute; */
  padding: 8px;
  margin-bottom: 10px;
  list-style-type: none;
}

.subPage .contentInner .category ul li .item {
  border: 1px solid #dedede;
  padding: 14px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}

.subPage .contentInner .category ul li .article {
  text-align: center;
}

.subPage .contentInner .category ul li .article h3 {
  margin: 10px 0px;
  font-size: 20px;
  color: #112340;
  letter-spacing: -0.7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 48px;
}

.subPage .contentInner .category ul li .article p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* height: 15px; */
}

.subPage .contentInner .category ul li .article a.more {
  border: none;
  padding: 13px 20px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #112340;
  border: 1px solid transparent;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  margin-top: 10px;
  /* width: 100px; */
  margin: 16px auto;
  font-size: 13px;
}

.subPage .contentInner .category ul li .article a.more:hover {
  background: transparent;
  border: 1px solid #2a2a2b;
  color: #2a2a2b;
}

.subPage .contentInner .leftContent figure {
  margin-bottom: 15px;
  padding: 0px 7px;
}

.subPage .contentInner .leftContent article .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
  display: block;
}

.subPage .contentInner .leftContent article .alignright {
  float: right;
  margin: 15px 0 15px 15px;
  display: block;
}

.subPage .contentInner .leftContent article .aligncenter {
  float: none;
  margin: 15px auto;
  display: block;
}

.subPage .contentInner .leftContent article p {
  font-weight: 500;
  letter-spacing: 0.1px;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
  margin-bottom: 13px;
}

.subPage .contentInner .leftContent article p a {
  display: inline-block;
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.subPage .contentInner .leftContent article h2 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #0d233f;
  letter-spacing: -0.5px;
}

.subPage .contentInner .leftContent article h3 {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  margin: 10px 0;
  display: block;
  color: #0d233f;
}

.subPage .contentInner .leftContent article h4 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #a88b6f;
}

.subPage .contentInner .leftContent article h5 {
  font-size: 19px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #178ab1;
}

.subPage .contentInner .leftContent article h6 {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #178ab1;
}

.subPage .contentInner .leftContent article ul {
  padding-left: 30px;
  display: inline-block;
}

.subPage .contentInner .leftContent article ul li {
  list-style: disc;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 11px;
}

.subPage .contentInner .leftContent article ul li ul li {
  list-style-type: circle;
}

.subPage .contentInner .leftContent.contact h3 {
  margin-top: 0;
  line-height: 45px;
  border-bottom: 1px solid #333;
  display: block;
  position: relative;
}

.subPage .contentInner .leftContent.contact h3:after {
  content: "";
  height: 2px;
  width: 200px;
  background-color: #000;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.subPage .contentInner .leftContent.contact .item {
  display: block;
  margin-bottom: 10px;
}

.subPage .contentInner .leftContent.contact .item i {
  width: 35px;
  text-align: center;
}

.subPage .contentInner .leftContent.contact .item a {
  color: #000;
}

.subPage .contentInner .leftContent .table .thead-inverse {
  background-color: #333 !important;
  color: #fff;
}

.subPage .contentInner .leftContent .table .thead-inverse tr {
  background-color: #333 !important;
}

.subPage .contentInner .leftContent .table td,
.subPage .contentInner .leftContent .table th {
  text-align: center;
}

.subPage .contentInner .leftContent .table tr a {
  line-height: 25px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.subPage .contentInner .leftContent .table tr {
  border-top: 1px solid #eceeef;
  font-size: 13px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.subPage .contentInner .leftContent .table tr:nth-child(2n) {
  background-color: #eceeef;
}

.subPage .contentInner .leftContent .table tr:hover {
  background-color: #d5d8d9;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.subPage .contentInner .leftContent a {
  display: inline-block;
  font-weight: 600;
}

.subPage aside.sidebar {
  background-image: linear-gradient(145deg, #112340 10%, #4c6080 82%);
  background-repeat: repeat-x;
  padding: 20px 20px 0 20px;
  text-align: center;
  /* border-radius: 6px; */
  padding-bottom: 15px;
  box-shadow: 3px 1px 19px 1px rgba(62, 62, 62, 0.75);
}

.subPage aside.sidebar .topIcon {
  width: 60px;
  background: #ffffff;
  position: absolute;
  top: -25px;
  height: 60px;
  left: 50%;
  line-height: 62px;
  margin-left: -30px;
  color: #234a8e;
  font-size: 30px;
  border: 1px solid #fcfcfc;
  border-radius: 100%;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.subPage aside.sidebar .topIcon.active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.subPage aside.sidebar span.titleForm {
  color: #ffffff;
  font-size: 28px;
  display: block;
  font-weight: 900;
  margin-top: 21px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.subPage aside.sidebar select {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
  padding-left: 5px;
}

.subPage aside.sidebar select option {
  color: #1f1f1f;
}

.subPage aside.sidebar textarea {
  height: 70px;
  resize: none;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.subPage aside.sidebar textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.subPage aside.sidebar textarea:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar p {
  margin: 0;
}
.subPage aside.sidebar input,
.subPage aside.sidebar select {
  resize: none;
  letter-spacing: -0.4px;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  border: 1px solid;
  background: none;
  margin-bottom: 15px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  font-size: 14px;
}

.subPage aside.sidebar input::-webkit-input-placeholder {
  color: #ffffff;
}

.subPage aside.sidebar input:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}

.subPage aside.sidebar .col-md-6 {
  width: 100%;
  padding: 0px;
}

.subPage aside.sidebar .col-md-12 {
  width: 100%;
  padding: 0px !important;
}

.subPage aside.sidebar input[type="submit"] {
  background: #ffffff;
  border: none;
  padding: 13px 20px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  color: #000000;
  border: 1px solid #ffffff;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  margin-top: 10px;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.subPage aside.sidebar input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
}

.subPageHead {
  background: #0097ff !important;
  padding: 18px 0;
}

.subPageHead .header-top {
  margin-top: 0px;
}

.wrap .slick-slider .item a:before {
  content: "\f04b";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  font-weight: bold;
  text-align: center;
  line-height: 90px;
  border-radius: 100%;
  text-indent: 10px;
  border: 5px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.4s;
  font-family: "Font Awesome 5 Free";
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.m-video-slider {
  width: 100%;
  direction: ltr;
}
.m-video-slider .slick-list {
  padding: 40px 0 !important;
}

.m-video-slider .slick-arrow i {
  font-family: "Font Awesome 5 Free";
  font-size: 55px;
  /* line-height: 50px; */
}
.m-video-slider .slick-prev {
  left: 20px;
  z-index: 99;
}
.m-video-slider .slick-next {
  right: 20px;
  z-index: 99;
}
.m-video-slider .item.slick-center {
  transform: scale(1.2);
  position: relative;
  z-index: 999 !important;
  transition: all .5s;
}
.m-video-slider .item a {
  position: relative;
  display: block;
}
.m-video-slider .item a:before {
  content: "\f04b";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 15px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  text-indent: 4px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: transform 0.4s;
  font-family: "Font Awesome 5 Free";
  display: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9;
}
.m-video-slider .item.slick-center a:before {
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.m-video-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.m-video-slider .arrow.left {
  left: -42px;
  font-size: 81px;
  color: #313131;
  font-weight: 300;
}

.m-video-slider .arrow.right {
  right: -42px;
  font-size: 81px;
  color: #313131;
  font-weight: 300;
}



main .form div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  background-color: red;
  color: #fff;
}
main .form div.wpcf7-mail-sent-ok {
  background-color: green;
  color: #fff;
}

.home-blog-head-title {
  font-family: "Dancing Script", cursive;
  font-weight: bold;
  font-size: 64px;
  color: #7e5394;
  text-align: center;
  margin-bottom: 18px;
}

.home-blog-head-desc {
  font-weight: 400;
  color: #4a4a4a;
  font-size: 15px;
  text-align: center;
  margin-bottom: 60px;
}

.home-blog-item {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #fff;
  padding: 20px;
}
.home-blog-item img {
  margin-bottom: 30px;
  width: 100%;
}
.home-blog-item a.title {
  color: #7e5394;
  font-size: 28px;
  display: block;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.home-blog-item p {
  color: #636363;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.home-blog-item a.more {
  display: inline-block;
  color: white;
  font-size: 16px;
  background: #7e5394;
  padding: 17px 50px;
  border-radius: 17px;
  text-transform: uppercase;
}


.sabit-whatsapp {
  position: fixed;
  left: -155px;
  bottom: 254px;
  width: 210px;
  font-size: 23px;
  background: #69ad53;
  color: #fff !important;
  margin-right: 0;
  border-radius: 0 50px 50px 0;
  z-index: 999;
  padding: 10px 5px;
  box-shadow: 0 3px 7px #0000002e;
  transition: 0.7s;
}

.sabit-whatsapp:hover {
  left: 0;
  color: #fff;
}

.sabit-whatsapp a {
  text-decoration: none;
  padding-left: 10px;
  color: #fff;
  text-align: left;
}

.sabit-whatsapp i {
  padding-top: 5px;
  padding-right: 15px;
  float: right;
}

.sabit-messenger {
  position: fixed;
  left: -155px;
  bottom: 200px;
  width: 210px;
  font-size: 23px;
  background: #2096ea;
  color: #fff !important;
  margin-right: 0;
  border-radius: 0 50px 50px 0;
  z-index: 999;
  padding: 10px 5px;
  box-shadow: 0 3px 7px #0000002e;
  transition: 0.7s;
}

.sabit-messenger:hover {
  left: 0;
  color: #fff;
}

.sabit-messenger a {
  text-decoration: none;
  padding-left: 10px;
  color: #fff;
  text-align: left;
}

.sabit-messenger i {
  padding-top: 4px;
  padding-right: 15px;
  float: right;
}

.sabit-instagram {
  position: fixed;
  left: -155px;
  bottom: 150px;
  width: 210px;
  font-size: 23px;
  background: linear-gradient(-199deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: #fff !important;
  margin-right: 0;
  border-radius: 0 50px 50px 0;
  z-index: 999;
  padding: 10px 5px;
  box-shadow: 0 3px 7px #0000002e;
  transition: 0.7s;
}

.sabit-instagram:hover {
  left: 0;
  left: 0;
  color: #fff;
}

.sabit-instagram a {
  text-decoration: none;
  padding-left: 10px;
  color: #fff;
  text-align: left;
}

.sabit-instagram i {
  padding-top: 4px;
  padding-right: 15px;
  float: right;
}

.sabit-onmuayene {
  position: fixed;
  left: -158px;
  bottom: 100px;
  width: 210px;
  font-size: 22px;
  background: #1f3b92;
  color: #fff !important;
  margin-right: 0;
  border-radius: 0 50px 50px 0;
  z-index: 999;
  padding: 10px 5px;
  box-shadow: 0 3px 7px #0000002e;
  transition: 0.7s;
}

.sabit-onmuayene:hover {
  left: 0;
  color: #fff;
}

.sabit-onmuayene a {
  text-decoration: none;
  padding-left: 0px;
  color: #fff;
  text-align: left;
}

.sabit-onmuayene i {
  padding-top: 4px;
  padding-right: 11px;
  float: right;
}

.sabit-siziarayalim {
  position: fixed;
  left: -161px;
  bottom: 50px;
  width: 210px;
  font-size: 23px;
  background: #cc591a;
  color: #fff !important;
  margin-right: 0;
  border-radius: 0 50px 50px 0;
  z-index: 999;
  padding: 10px 5px;
  box-shadow: 0 3px 7px #0000002e;
  transition: 0.7s;
}
.section-title {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  padding: 40px 0;
  color: #22252a;
  position: relative;
}
.section-title:after {
  width: 100px;
  display: block;
  content: '';
  height: 2px;
  background: #b48431;
  margin: 20px auto;
}

.sabit-siziarayalim:hover {
  left: 0;
  color: #fff;
}

.sabit-siziarayalim a {
  text-decoration: none;
  padding-left: 10px;
  color: #fff;
  text-align: left;
}

.sabit-siziarayalim i {
  padding-top: 6px;
  padding-right: 9px;
  float: right;
}

#faq .title {
  text-align: center;
}
#faq .title p {
  font-size: 13px;
  color: #797979;
  text-shadow: 1px 1px 1px #d4d4d4;
}
#faq .title h6 {
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
}
#faq .cards{
  border-radius: 20px;
    border: 3px solid #ededed;
}

#faq .card .card-header {
  background-color: transparent;
  border: none;
}
#faq .card .card-header h5 {
  color: #313131 !important;
  font-weight: 600;
}
#faq .card .card-body {
  padding: 10px 25px;
}
#faq .card .card-body p {
  font-size: 14px !important;
  color: #333 !important;
}

#faq .see-all{
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #b48431, #c7913f);
  border-radius: 5px;
}
#faq .see-all a {
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  letter-spacing: 10px;
  font-weight: 600;
  color: #FFF;
  padding: 0 calc(79% - 28px);
  text-align: center;
  width: 100%;
}

main #bars .bar figure {
  /* border: 1px solid #1f3b92; */
  /* padding: 15px 0; */
}
main #bars .bar figure img {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition: all, .5s;
}
main #bars .bar:hover figure img {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  transition: all, .5s;
}
main #bars .bar a.title {
  font-weight: bold;
  min-height: 39px;
  font-size: 24px !important;
  color: #22242a;
}
main #bars .bar p {
  font-size: 14px;
  color: #333;
  padding: 10 22px;
}
main #bars .bar .more {
  background-color: #1f2f89;
  width: 150px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  line-height: 35px;
  border-radius: 20px;
}

.accordion-title{
  margin-top:0px;
  background: #ffffff;
  color: #22242a !important;
  cursor:pointer;
  padding:10px;
  font-weight: 500 !important;
  font-size:18px !important;
  /* font-weight:400 !important; */
  margin-bottom: -7px;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 20px;
  border: 3px solid #ededed;
  border-radius: 20px;
  margin-bottom: 15px;
}
.accordion-title.open{
background:#1f3b92;
color:#ffff !important;
}
.accordion-content{
  padding: 15px 15px 0 15px !important;
  margin-bottom: 26px !important;
  font-size: 14px;
}
.whatsappFixed{position:fixed;top: 51%;z-index:999999;color: #fff;border-bottom-right-radius: 5px;border-top-right-radius: 5px;}
.whatsappFixed a{padding: 0;color:#fff;font-size:23px;}

#home-page-gallery {
  padding: 75px 0;
  width: 100%;
  background: #30266800;
}
#home-page-gallery .gallery-items {
padding: 0;
margin: 0;
  list-style-type: none;
  width: 100%;
}
#home-page-gallery .gallery-items .item {list-style-type: none;transition: all .5s;}
#home-page-gallery .gallery-items .item figure a {display: block;border: 3px solid #ededed;border-radius: 20px;overflow: hidden;}

.gallery-items .item.slick-center {
  transform: scale(1.2);
  position: relative;
  z-index: 999 !important;
}

.gallery-items .item.slick-center {
  transform: scale(1.2);
  position: relative;
  z-index: 999 !important;
}

.gallery-items .slick-list{
  padding: 40px 0 !important;

}


.gallery-items .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.gallery-items .arrow.left {
  left: -42px;
  font-size: 55px;
  color: #04378c;
  font-weight: 300;
}

.gallery-items .arrow.right {
  right: -42px;
  font-size: 55px;
  color: #04378c;
  font-weight: 300;
}

.about-us {
 margin: 115px 0 0 0;
}
.about-us--article strong {
 color: #111145;
 margin-bottom: 20px;
 font-size: 25px;
}
.about-us--article p {
 color: #111145;
 font-weight: 400;
 font-size: 14px;
}
.about-us--article a {
 color: #111145;
 font-weight: 500;
 font-size: 14px;
 border: 1px solid #111145;
 padding: 8px 30px;
 margin-top: 15px;
 transition: all 0.8s;
}
.about-us--article a:hover {
 background-color: #313131;
 color: #fff;
 transition: all 0.8s;
}

.before-after-comments-slider .item .in{
  position: relative;
  /* box-shadow: 0 15px 30px rgba(93,92,99,.15); */
  border-radius: 20px;
  background:#fff;
  /* margin-left: 10px; */
  margin-right: 10px;
  text-align: center;
  border: 3px solid #ededed;
  padding: 9px 0px;
  
}

.before-after-comments-slider .item {
  margin-left: 15px;
  margin-right: 15px;
  /* padding: 22px 0; */
  background: #ffff;
  outline: none;
}





.before-after-comments-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 46px 0px;
}

.before-after-comments-slider .item .title {
  font-size: 22px;
  display: block;
  color: #313131;
  font-weight: 500;
  margin-bottom: 6px;
}


.before-after-comments-slider .item .stars {
  color: #f5a622;
  margin-bottom: 15px;
}

.before-after-comments-slider .item p {
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
}

.before-after-comments-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.before-after-comments-slider .arrow.left {
  left: -42px;
  font-size: 55px;
  color: #313131;
  font-weight: 300;
}

.before-after-comments-slider .arrow.right {
  right: -42px;
  font-size: 55px;
  color: #313131;
  font-weight: 300;
}

#before-after-comments .section-title {
  padding: 20px 0;
}
.before-after-comments-slider a {
  display: block;
  color: #b48431;
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
#homepage .slider {
  position: relative;
}
#homepage .slider .video {
  position: relative;
  height: calc(70vh - -25px);
  overflow: hidden;
}
#homepage .slider .video iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: scale(1.6);
}
#homepage .slider .video .title {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  left: 120px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#homepage .slider .video .title h1 {
  font-size: 72px;
  line-height: 55px;
  display: block;
  margin: 0;
}
#homepage .slider .video .title span {
  display: block;
  line-height: 61px;
  font-size: 50px;
}
#homepage .slider .video .title:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  height: 3px;
  background-color: #5ec501;
  width: 500px;
  transform: translateX(-100%);
}

.home-blog-content .item {
  margin-bottom: 20px;
}

.home-blog-content .item figure {
  position: relative;
}

.home-blog-content .item figure:after {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.home-blog-content .item img {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  position: relative;
  width: 100%;
}

.home-blog-content .item .text {
  padding: 15px;
}

.home-blog-content .item .text .title a {
  font-weight: 500;
  font-size: 17px;
  color: #22252a;
  display: block;
  margin-bottom: 11px;
  height: 75px;
}

.home-blog-content .item .text p {
  color: #454850;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  max-height: 75px;
  overflow: hidden;
}

.home-blog-content .item .text a.more {
  color: #b48431;
  display: block;
  padding: 15px 0;
  font-weight: 600;
}

.home-blog-content .slick-list {
  padding-bottom: 26px;
}

.home-blog-content .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.home-blog-content .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.home-blog-content .arrow.left {
  left: -42px;
  font-size: 55px;
  color: #313131;
  font-weight: 300;
}

.home-blog-content .arrow.right {
  right: -42px;
  font-size: 55px;
  color: #313131;
  font-weight: 300;
}



.home-article-sliders .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.home-article-sliders .arrow.left {
  left: -42px;
  font-size: 55px;
  color: #313131;
  font-weight: 300;
}

.home-article-sliders .arrow.right {
  right: -42px;
  font-size: 55px;
  color: #313131;
  font-weight: 300;
}

.u-box-shadow {
  -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
}

.u-radius {
  border-radius: 20px !important;
  border: 3px solid #ededed;
}

.u-border-radius {
  border-radius: 20px !important;
}

main{
  padding-top: 143px;
}

.fixedhead {
  position: fixed;
  width: 100%;
  background: #fff;
  transition: all .6s;
  transition: transform 0.5s ease;
}

.fixedhead .header-top {
  max-height: 0;
}

.fixedhead .header-bottom {
  height: 70px;
  transition: all .5s;
  transition: transform 0.5s ease;
}


.fixedhead .header-bottom .logo img {width: 200px;}

.subPage{
  padding-top: 143px;

}


.single-detail-head {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #90909033;
}

.single-detail-head-bottom {
  margin-bottom: 20px;
}

.single-detail-head-bottom .breadcrumbs span {
  color: #5d5c63;
  padding: 0 5px;
  font-size: 13px;
}

.single-detail-head-bottom .breadcrumbs span a {
  color: #5d5c63;
}

.single-detail-head-bottom .breadcrumbs span:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 15px;
}

.single-detail-head-bottom .breadcrumbs span:first-child {
  padding-left: 0;
}

.single-detail-head-bottom .breadcrumbs span:last-child {
  padding-right: 0;
}

.single-detail-head-bottom .breadcrumbs span:last-child:after {
  display: none;
}

.single-detail-head-h1 {
  color: #b48431;
  margin-bottom: 15px;
}

.single-detail-head-h1 h1 {
  font-size: 30px;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-detail-head-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1f3b92;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 162px;
  color: #fff;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.8s var(--generalTransition);
  transition: all 0.8s var(--generalTransition);
  border-radius: 20px;
}

.single-detail-head-button a {
  display: block;
  width: 100%;
  color: #fff;
}

.single-detail-head-button:hover {
  background: #353535;
}

.single-detail-road {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  margin-bottom: 60px;
  /* background: #1f3b91; */
  /* background: #1f3b9229; */
}

.single-detail-road-inner {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  /* height: 98px; */
  position: relative;
  justify-content: space-around;
}

.single-detail-road-inner .item {
  /* padding-right: 45px; */
  /* border-right: 1px solid #e6e6e6; */
  position: relative;
}

.single-detail-road-inner .item span {
  font-size: 16px !important;
  display: block;
  font-weight: 400;
  cursor: pointer;
  line-height: 36px;
}

.single-detail-road-inner .item span:hover {
  color: #1f3b92;
  transition: all .5s;
}

.single-detail-road-inner .item:nth-child(1) span {
  position: relative;
}

.single-detail-road-inner .item:nth-child(1) span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #1f3b92;
  left: 0;
  bottom: -1px;
  z-index: 99;
}

.single-detail-content {
  padding-bottom: 15px;
}

.single-detail-content ul {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.single-detail-content p{
  letter-spacing: .025em;
    margin-bottom: 30px;
}

.single-detail-content h1 {
  font-size: 28px;
  margin-bottom: 25px;
}

.single-detail-content  h2 {
  font-size: 28px;
  margin-bottom: 25px;
}
.single-detail-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
.single-detail-content h4 {
  font-size: 28px;
  margin-bottom: 25px;
}
.single-detail-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 13px;
}

.single-detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #b48431;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.single-detail-content p {
  font-weight: 400;
}

.single-detail-summary {
  background: #1f3b9229;
}

.single-detail-summary-head {
  padding-top: 60px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #22252a;
}

.single-detail-summary-content {
  padding-bottom: 60px;
}

.single-detail-summary-content .in {
  width: 23%;
  margin: 0px 10px;
}

.single-detail-summary-content-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-top: -13px;
}

.single-detail-summary-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background: #fff;
  height: 90px;
  margin-bottom: 30px;
  /* -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15); */
  /* box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15); */
  transition: all .5s;
  border-radius: 20px;
  cursor:default;
}

.single-detail-summary-content .item:hover {
margin-top:-15px;
}

.single-detail-summary-content .item .icon i {
  font-size: 30px;
  color: #333333;
}

.single-detail-summary-content .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-detail-summary-content .item .text .title {
  /* color: #333333; */
  font-weight: 500;
  font-size: 16px;
}

.single-detail-summary-content .item .text .desc {
  color: #333333;
  font-weight: 400;
}






.single-detail-faq-head {
  padding-top: 50px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #22252a;
}

.single-detail-contact {
  background: #00000008;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

.single-detail-contact-head {
  padding-top: 100px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #333;
}

.single-detail-contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 25px;
  min-height: 80px;
}

.single-detail-contact .contact-inner .icon {
  font-size: 50px;
  color: #fff;
  padding: 0 20px;
}

.single-detail-contact .contact-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-detail-contact .contact-inner span {
  font-size: 18px;
  color: #fff;
}

.single-detail-contact .contact-inner a {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}

.single-detail-contact .tl {
  background: #333333;
}

.single-detail-contact .wp {
  background: #3bc039;
}

.single-detail-contact .insta {
  background: linear-gradient(-60deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.single-detail-contact .contact-form input {
  width: 100%;
  background: #fff;
  color: #22242a;
  border-radius: 30px;
  height: 55px;
  -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  padding: 15px;
  resize: none;

}

.single-detail-contact .contact-form input::placeholder {
  color: #22242a;
  font-weight:400;
  background: #fff;

}





.single-detail-contact .contact-form input:required:focus::placeholder {
  background: #fff;

}

.single-detail-contact .contact-form input:focus:invalid {
  border-color: red;

}

.single-detail-contact .contact-form textarea {
  width: 100%;
  background: #fff;
  border-radius: 30px;
  height: 91px;
  -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  padding: 15px;
  margin-top: 15px;
  resize: none;
}

.single-detail-contact .contact-form textarea::placeholder {
  color: #22242a;
  font-weight:400;
}



.single-detail-contact .contact-form .e-mail {
  margin-top: 15px;
  margin-bottom: 0;
}




.single-detail-contact .contact-form button[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #313131;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
  border: 1px solid #f3f3f3;
  cursor: pointer;
  -webkit-transition: all 0.8s var(--generalTransition);
  transition: all 0.8s var(--generalTransition);
}

.single-detail-faq-content-faq {
  width: 100%;
  margin-bottom: 150px;
}

.single-detail-faq-content-header {
  padding: 21px 20px;
  color: #22252a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
  border-radius: 20px;
  border: 3px solid #ededed;
}

.single-detail-faq-content-header h4 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.single-detail-faq-content-header i {
  color: #1f3b92;
}

.single-detail-faq-content-faqitem .single-detail-faq-content-header .fa.fa-minus {
  display: none;
  color: #e61c49;
}

.single-detail-faq-content-faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #1f3b92;
}

.single-detail-faq-content-faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #e61c49;
}

.single-detail-faq-content-faqitem .single-detail-faq-content-content {
  padding: 15px;
  display: none;
}


.single-detail-content p a {
  font-weight: bold;
  color: #b48431;
}


.home-article-content .item {
  margin-bottom: 20px;
}

.home-article-content .item figure {
  position: relative;
}

.home-article-content .item figure:after {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.home-article-content .item img {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  position: relative;
  width: 100%;
}

.home-article-content .item .text {
  padding: 15px;
  max-height: 273px !important;
  overflow: hidden;
}

.home-article-content .item .text .title a {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  display: block;
  margin-bottom: 11px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-article-content .item .text p {
  color: #81808a;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  /* max-height: 82px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-article-content .item .text a.more {
  color: #b48431;
  display: block;
  padding: 15px 0;
  font-weight: 600;
}

.home-article .slick-list {
  padding-bottom: 26px;
}

.home-article .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.home-article-head {
  margin-bottom: 60px !important;
  text-align: center;
}

.home-article-head .dec {
  font-weight: 300;
}

.home-article-head .title {
  display: block;
  padding: 9px 0;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  letter-spacing: 1px;
}

.faqitem .header {
  padding: 30px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #f3f3f3;
  margin-bottom: 15px;
}

.faqitem .header h4 {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.faqitem .header i {
  color: #e61c49;
}

.faqitem .header .fa.fa-minus {
  display: none;
  color: #e61c49;
}

.faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #333333;
}

.faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #e61c49;
}

.faqitem .content {
  padding: 15px;
  display: none;
}

.single-detail #home-page-gallery {
  padding: 0;
}

.single-detail #home-page-gallery .single-detail-faq-head {
  padding-bottom: 25px !important;
}

.single-detail #video .single-detail-faq-head {
  padding-bottom: 25px !important;
}

.single-detail-faq-dec {
  font-size: 19px;
  font-weight: 400;
  color: #22252a;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

footer .column {
  border-right: 1px solid #ffffff75;
}

footer .copyright {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}

footer .copyright p {
  padding: 25px 0px;
  font-size: 15px;
}


footer .copyright a {
  padding: 25px 0px;
  font-size: 15px;
  color:#fff;
}

.single-detail-road-inner .item a {
  color: initial;
  display: inline-flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  position: relative;
  border-right: 1px solid #eae2e2;
  padding-right: 59px;
  padding-top: 5px;
}


@media (max-width: 991px) {
  #homepage .slider .video .title {
    bottom: 10px;
    left: 15px;
  }
  #homepage .slider .video .title p {
    font-size: 20px;
    line-height: 37px;
  }
  #homepage .slider .video .title span {
    line-height: 27px;
    font-size: 40px;
  }
  #homepage .slider .video .title:after {
    top: 14px;
    left: -5px;
  }
}
#homepage .slider .video:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#homepage .slider .wp {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 10000;
  /* background: url("../images/wp.png") no-repeat center 30px; */
  background-color: #5ec501;
}
#homepage .slider .wp a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#homepage .slider .wp i {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 40px;
}

.single-detail-road-fixed {
  position: fixed;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  margin-bottom: 60px;
  width: 100%;
  top: 70px;
  background: #fff;
  z-index: 999;
}



.single-detail-content-gallery .item a.photo {
  display: block;
  position: relative;
  border-radius: 20px;
  /* border: 3px solid #ededed; */
  /* border-radius: 20px; */
  margin-bottom: 15px;
  overflow: hidden;
  /* border: 3px solid #ededed; */
}

  .single-detail-content-gallery .item a img {border-radius: 20px;border: 3px solid #ededed;}

.single-detail-content-gallery .item a.photo:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 8;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
  border-radius: 20px;

}

.single-detail-content-gallery .item a.photo:after {
  content: "\f00e ";
  font-family: "Font Awesome 5 Free";
  font-weight: bolder;
  color: #ffffff;
  font-size: 30px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  z-index: 999;
  text-shadow: 1px 1px 1px #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 35px; }

.single-detail-content-gallery .item a.photo:hover:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1); }

.single-detail-content-gallery .item a.photo:hover:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1); }
main .form .form-in #home-phone {
  padding-left: 45px;
}

.single-detail-page-contact {
  background: #00000008;
  padding-bottom: 152px;
  margin-bottom: -176px;
  margin-top: 80px;
}
.single-detail-page-contact .single-detail-faq-head {
  padding-top: 50px;
}
.single-detail-page {
  padding-top: 60px;
}

.single-detail #video{
  margin-bottom: 50px;
}
.mobile-contact {
  position: fixed;
  bottom: 4px;
  display: block;
  width: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
}

.mobile-contact-list {
  display: flex;
  /* width: 353px; */
}

.mobile-contact-list .item a {
  background: red;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  /* border-right: 1px solid; */
  justify-content: center;
  padding: 7px 0;
  font-size: 12px;
  border-radius: 10px;
}

.mobile-contact-list .item a i {
  font-size: 21px;
  color: #fff;
  margin-bottom: 2px;
}

.mobile-contact-list .item a span {
  font-size: 20px !important;
}

.mobile-contact-list .item {
  flex-grow: 1;
  margin: 0 3px;
}

.mobile-contact-list .item:last-child {
  border-right: 0;
}

.mobile-contact.active{
  display: block;
  pointer-events: all;
  opacity: 1;
}


.mobile-fixed .item a{
    color: #fff !important;
    margin-right: 0;
    border-radius: 50px 50px 0 0;
    z-index: 999;
    padding: 10px 15px;
    box-shadow: 0 3px 7px #0000002e;
    transition: 0.7s;
    font-size: 28px;
}



.mobile-contact-list .wp a{
  background: #69ad53;
  
}
.mobile-contact-list .insta a{
  background: linear-gradient(-60deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.mobile-contact-list .form a{
 background: #c30f82;
 color: #ffffff !important;
}
.mobile-contact-list .phone a{
  background: #1f3b92;
}


.home-services .nav {
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.32);
  border-radius: 20px;
  border: 3px solid #ffffff;
  background: #ffffff;
  margin-top: 78px;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,.12);
  padding-bottom: 13px;
}
.home-services .nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #22232a !important;
  position: relative;
  cursor: pointer;
}
.home-services .nav .nav-link img {
  width: 63px;
  padding-top: 15px;
  padding-bottom: 10px;
}


.home-services .nav .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: initial;
    background-color: #fff;
    border-color: 0;
    background: #ffffff;
    border-radius: 20px;
    padding: 0px 0 36px !important;
    border: 0;
    background: #fff;
    margin-top: -34px;
    position: relative;
    border: 3px solid #ededed;
    /* box-shadow: 0 0 20px rgba(0,0,0,.12); */
}

.home-services .nav-tabs .nav-item {
  border-right: 0;
  margin-bottom: -4px;
}


.home-services .nav-tabs .nav-item:after {
  height: 100%;
  width: 1px;
  content: '';
  position: absolute;
  right: 0;
  background: #1f2f8912;
  top: 5px;
}

.home-services .nav-tabs .nav-item:last-child:after {
 opacity: 0;
}

.home-services .nav .nav-link.active:after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 22px;
  background: #b48431;
  transition: all .5s;

}

.home-services .nav-tabs .nav-item {
  border-right: 0;
}
.home-services .nav-tabs .nav-item:last-child {
  border-right: 0;
}

.home-services.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color:0;
}
.home-services{
  background: #1f2f8903;
  padding-top: 2px;
  background: url(../images/bg-bar.jpg);
  background-size: cover;
  padding-bottom: 70px;
}
.home-services .tab-content{
  border-radius: 20px !important;
  border: 3px solid #ededed;
  background: #ffff;
  padding: 72px 44px 70px 20px;
  margin-bottom: 25px;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.18);
  margin-top: -23px;
}

.home-services .tab-content h3{

color: #1f3b92;
font-size: 25px;
margin-bottom: 19px;
}

.home-services .tab-content .mores{
  float: right;

  margin-bottom: 16px;

}

.home-services .tab-content .mores a{
  background: #b48431;
  color: #fff;
  padding: 10px 21px;
  border-radius: 21px;

}

.home-services .nav .nav-link {
transition: all .5s;
}


.home-services .nav .nav-link:hover {
  color: initial;
  background-color: #fff;
  background: #ffffff;
  border-radius: 20px;
  padding: 0px 0 36px !important;
  border: 0;
  background: #fff;
  margin-top: -34px;
  position: relative;
  border: 3px solid #ededed;
  transition: all .5s;

}

.home-services .nav .nav-link:hover {
  color: initial;
  background-color: #fff;
  background: #ffffff;
  border-radius: 20px;
  padding: 0px 0 36px !important;
  border: 0;
  background: #fff;
  margin-top: -34px;
  position: relative;
  border: 3px solid #ededed;
}




.home-services .nav .nav-link:hover:after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 22px;
  background: #b48431;
}


.basic .pricing-header {
  /* background-color: #4b7bec; */
}
.basic .price-circle {
  border: 5px solid #0405040d;
  transition: all .4s
}

.basic:hover .price-circle {
  border-width: 5px
}

.basic .buy-now i {
  font-size: 23px;
}


.basic .buy-now:hover {
  background-image: none !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, .4);
}

.echo .pricing-header {
  background-color: #f7b731
}

.echo .price-circle {
  border: 10px solid #f7b731;
  transition: all .4s
}

.echo:hover .price-circle {
  border-width: 5px
}

.echo .buy-now:hover {
  background-image: none !important;
  background-color: #f7b731 !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, .4)
}

.pro .pricing-header {
  background-color: #26de81
}

.pro .price-circle {
  border: 10px solid #26de81;
  transition: all .4s
}

.pro:hover .price-circle {
  border-width: 5px
}

.pro .buy-now:hover {
  background-image: none !important;
  background-color: #26de81 !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, .4)
}

.business .pricing-header {
  background-color: #a55eea
}

.business .price-circle {
  border: 10px solid #a55eea;
  transition: all .4s
}

.business:hover .price-circle {
  border-width: 5px
}

.business .buy-now:hover {
  background-image: none !important;
  background-color: #a55eea !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, .4)
}

.pricing-card {
  -ms-transition: .4s background-color ease;
  background-color: #fff;
  -moz-border-radius: 20px;
  /* -webkit-border-radius:20px; */
  /* border-radius:20px; */
  position: relative;
  transition: all .4s;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .18);
  background: linear-gradient(-45deg, #f403d1, #64b5f6);
  border-radius: 30px 30px 30px 30px;
  background: linear-gradient(to bottom,#1c315f,#c33fa8);
}

.packages .item:nth-child(1) .pricing-card {
  background: linear-gradient(to top,#174a84,#5392d9);
}

.packages .item:nth-child(3) .pricing-card {
  background: linear-gradient(-45deg,#f403d1,#64b5f6);
}

.pricing-card .popular {
  position: absolute;
  top: 0;
  right: 5%;
  width: auto;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb3b5a;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.pricing-card .badge-box {
  padding: 0 40px;
  margin-top: 80px
}

.pricing-card .badge-box span {
  display: inline-block;
  border: 1px solid #4b7bec;
  padding: 4px 12px;
  border-radius: 25px;
  overflow: hidden;
  color: #4b7bec
}

.pricing-card .pricing-header {
  width: 100%;
  height: 120px;
  position: relative;
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  /* background: #ffffff21; */
}

.pricing-card .pricing-header .plan-title {
  font-size: 24px;
  color: #fff;
  position: relative;
  top: 25%
}

.pricing-card .pricing-header .price-circle {
  width: calc(33.3% - 30px);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  left: calc(50% - 60px);
  top: 60%;
  background-color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center
}

.pricing-card .pricing-header .price-circle .info {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: gray
}

.pricing-card .pricing-header .price-circle .price-title small {
  font-size: 18px
}

.pricing-card .pricing-header h2 {
  position: relative;
  top: 40%;
  color: #fff
}

.pricing-card ul {
  margin: 80px 0 0;
  padding: 0;
  height: 704px;
  color: #ffff;
}

.pricing-card ul li {
  list-style-type: none;
  display: block;
  padding: 13px 22px;
  /* margin: 0; */
  border-bottom: 1px solid #f2f2f21f;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.pricing-card ul li i {
    min-width: 25px;
    height: 25px;
    background: #fff;
    color: #202f88;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 100%;
    font-size: 15px;
}

.pricing-card .buy-button-box {
  width: 100%;
  float: left;
  margin-top: 30px
}

.pricing-card .buy-button-box .buy-now {
  text-decoration: none;
  color: #000;
  border-radius: 30px;
  background: white;
  margin-top: 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  margin: 15px 10px;
  border: 1px solid #fff;
  /* border: 2px solid #0405040d; */
}

.price-circle img {
  width: 65px;
  text-align: center;
  display: flex
}

.packages {
  text-align: center;
  margin-top: 30px
}

.packages .item:nth-child(1) .pricing-header {
  /* background:#f7b731; */
  /* background-image:linear-gradient(to left,#a55eea,#45aaf2) */
}

.packages .item:nth-child(2) {
  transform: scale(1.05);
  margin-top: -15px;
  /* border-radius: 30px 30px 0 0; */
}

.packages .item:nth-child(3) .pricing-header {
  /* background:#bb1c8d; */
  /* background-image:linear-gradient(to left,#a55eea,#45aaf2); */
}

.packages-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 30px
}
.pricing-card.basic:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
  transform: skewY(-10deg) scale(1.1);
  pointer-events: none;
}

.mobile-bar{
  display: block;
  height: 115px;
  width: 110%;
  background-color: #fa411d;
  position: fixed;
  bottom: -66px;
  right: -5%;
  left: -5%;
  z-index: 99;
  border-radius: 40%;
  background: linear-gradient(to top,#174a84,#5392d9);
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
}

.mobile-bar .left-btn{
  position: absolute;
  width: 30%;
  left: 0;
  bottom: 0;
  text-align: right;
  display: block;
  height: 120px;
  font-size: 40px;
  color: #fff;
  line-height: 60px;
}
.mobile-bar .mid-btn{
  width: 110px;
  height: 110px;
  /* background-color: #dfdfdf; */
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 100%;
  top: -17px;
  text-align: center;
  line-height: 85px;
  color: #ffffff;
  font-size: 43px;
  cursor: pointer;
  background: linear-gradient(to top,#174a84,#5392d9);
  border: 3px solid;
  display: block;
}
.mobile-bar .mid-btn i {
  position: relative;
  top: -5px;
}
.mobile-bar .right-btn{
  position: absolute;
  width: 30%;
  right: 0;
  bottom: -3px;
  text-align: left;
  display: block;
  height: 120px;
  font-size: 35px;
  color: #fff !important;
  line-height: 60px;
}

.mobile-bar.active{
 opacity: 1;
 pointer-events: all;
}

.services .service{
  height: 160px;
}
.mobile-bar .left-bar:after{
  content: '';
  display: inline-block;
  height: 50px;
  width: 50px;
  background: rgba(233, 137, 36, 0.8);
  position: absolute;
  transform: rotate(45deg);
  right: 10px;
  transition: 0.3s;
  -webkit-animation: left_mid 3s infinite;
  animation: left_mid 3s infinite;
}


.free-cons {
    position: absolute;
    z-index: 99;
    top: 0;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 80%;
}

.free-cons a {
  background: #2b4492;
  color: #fff;
  padding: 15px 0;
  display: block;
  text-align: center;
  border-radius: 30px;
  border: 3px solid #ffffffeb;
}

.free-cons .desc {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding-top: 6px;
}
@media (max-width: 991px) {
  #homepage .slider .wp {
    background: #5ec501;
    height: 43px;
    width: 40px;
  }
  #homepage .slider .wp i {
    font-size: 15px;
  }
}
#homepage .slider .downpage {
  position: absolute;
  bottom: 28px;
  z-index: 2;
  right: 25vw;
  cursor: pointer;
}
#homepage .slider .downpage:after {
  content: "SCROLL";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
  font-size: 23px;
  top: -65px;
}
@media (max-width: 991px) {
  #homepage .slider .downpage:after {
    font-size: 12px;
    top: -19px;
  }
}
#homepage .slider .downpage:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5ec501;
  width: 2px;
  height: 190px;
  right: -60px;

}




@media (max-width: 991px) {
  #homepage .slider .downpage:before {
    height: 70px;
    right: -35px;
  }
}
#homepage .slider .downpage a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  #homepage .slider .video {
    height: calc(100vh - 350px);
  }
  #homepage .slider .video iframe {
    pointer-events: auto;
    transform: scale(2.5);
  }
  #homepage .slider .video:after,
  #homepage .slider .video .title {
    pointer-events: none;
  }
  #homepage .slider .downpage {
    display: none;
  }
  .packages .item:nth-child(2) {
    transform: scale(1.0);
}
}

.slider-new{
  position: relative;

}

.slider-new .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-new .play-button .pulse-btn {
  position: relative;
  background: #aa218e;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  z-index: 1;
  background: linear-gradient(to top,#1f3b92,#485a90);
}
.slider-new .play-button .pulse-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 2px solid #1f3b92;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
}
.slider-new .play-button .pulse-btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  border: 2px solid #1f3b92;
}

.slider-new .play-button .titel{
  color: #fff;
  font-size: 17px;
  margin-top: 13px;
  font-weight: 500;
}


.team {
  overflow: hidden;
}

.team-inner {
  height: 400px;
  background: url(https://www.estepera.com/wp-content/uploads/2020/03/eses.jpg) repeat-x;
  animation: slide 20s linear infinite;
  height: 400px;
  width: 5000px;
  transition: all .5s;
}


.press-btn {
  background: #1f3b92;
  color: #fff;
  border-radius: 30px;
  padding: 14px 1px;
  text-align: center;
  margin-top: 13px;
}

.press-item{
  margin-bottom: 15px;
}

  
.press-btn {
  background: #1f3b92;
  color: #fff;
  border-radius: 30px;
  padding: 14px 1px;
  text-align: center;
  margin-top: 13px;
}

.press-item{
  margin-bottom: 15px;
}

.home-press .gallery-press {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  }
  .home-press .gallery-press .item {list-style-type: none;transition: all .5s;}
  .home-press .gallery-press .item figure a {display: block;border: 3px solid #ededed;border-radius: 20px;overflow: hidden;}
  .home-press .gallery-press .item figure  {    margin: 0;
  }


 
  .home-press .gallery-press .item.slick-center {
    transform: scale(1.2);
    position: relative;
    z-index: 999 !important;
  }
  
  .home-press .gallery-press .item.slick-center {
    transform: scale(1.2);
    position: relative;
    z-index: 999 !important;
  }
  
  .home-press .gallery-press .slick-list{
    padding: 40px 0 !important;
  
  }
  
  
  .home-press .gallery-press .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  
  .home-press .gallery-press .arrow.left {
    left: -42px;
    font-size: 55px;
    color: #04378c;
    font-weight: 300;
  }
  
  .home-press .gallery-press .arrow.right {
    right: -42px;
    font-size: 55px;
    color: #04378c;
    font-weight: 300;
  }

  .home-press-btn a {
    background: #1f3b92;
    color: #fff;
    border-radius: 30px;
    padding: 14px 1px;
    text-align: center;
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
  }


  

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1692px, 0, 0);
  }
}

.home-press .gallery-press .slick-list{
  padding-top: 44px !important;
}

.home-press .gallery-press .arrow.right {
  right: 0;
  /* font-size: 81px; */
  color: #04378c;
  font-weight: 300;
}
.home-press .gallery-press .arrow.left {
  left: 0;
  /* font-size: 81px; */
  color: #04378c;
  font-weight: 300;
}

.pres-title {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  color: #22252a;
  position: relative;
}

.in-desc {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}


.video-press {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  }
  .video-press .item {list-style-type: none;transition: all .5s;}
  .video-press .item figure a {display: block;border: 3px solid #ededed;border-radius: 20px;overflow: hidden;}
  .video-press .item figure  {    margin: 0;
  }


 
  .video-press .item.slick-center {
    transform: scale(1.2);
    position: relative;
    z-index: 999 !important;
  }
  
  .video-press .item.slick-center {
    transform: scale(1.2);
    position: relative;
    z-index: 999 !important;
  }
  
  .video-press .slick-list{
    padding: 40px 0 !important;
  
  }
  
  
  .video-press .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
  }
  
  .video-press .arrow.left {
    left: -42px;
    font-size: 55px;
    color: #04378c;
    font-weight: 300;
  }
  
  .video-press .arrow.right {
    right: -42px;
    font-size: 55px;
    color: #04378c;
    font-weight: 300;
  }

  .video-press .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .video-press .play-button .pulse-btn {
    position: relative;
    background: #aa218e;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    z-index: 1;
    background: linear-gradient(to top,#1f3b92,#485a90);
  }
  .video-press .play-button .pulse-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: transparent;
    border: 2px solid #1f3b92;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease 0s;
  }
  .video-press .play-button .pulse-btn:after {
    content: "";
    position: absolute;
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease 0s;
    border: 2px solid #1f3b92;
  }
  
  .video-press .play-button .titel{
    color: #fff;
    font-size: 17px;
    margin-top: 13px;
    font-weight: 500;
  }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.cihaz-best {
  padding-top: 60px;
  /* background: #333333; */
  padding-bottom: 10px;
  /* margin-bottom: 60px; */
}

.cihaz-best img {
  background: #ffff;
  border-radius: 20px;
}

.cihaz-best-info h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #000000;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .cihaz-best-info h3 {
      margin-top: 0;
      font-size: 35px;
      line-height: 1.6;
  }
}

.cihaz-best-info p {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #696969;
}

@media (min-width: 768px) {
  .cihaz-best-info p {
      font-size: 16px;
      line-height: 31px;
  }
}

@media (max-width: 768px) {
  .cihaz-best-image {
      width: 100%;
      height: auto;
  }
}

.cihaz-best-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.cihaz-best-play i {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  width: 82px;
  height: 82px;
  border-color: rgb(12, 73, 126);
  border-width: 4px;
  border-style: solid;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #134e81;
  margin-right: 17px;
}

.cihaz-best-play p {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #134e81;
  margin-top: 0;
}

.cihaz-best-play:hover i {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0.8;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.cihaz-best-more {
  margin-top: 45px;
  width: 165px;
  height: 46px;
  background: rgb(12, 73, 126);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.cihaz-best-info {
  margin-left: 40px;
}

.cihaz-best a {
  margin-top: 22px;
  width: 208.1px;
  height: 58.3px;
  border-color: #313131;
  border-width: 3px;
  border-style: solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #313131;
  color: #ffff;
  font-size: 17px;
  border-radius: 25px;
}

.home-service .item {
  position: relative;

  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
  margin: 0 10px;
}
.home-service .item:hover .items {
  opacity: 0;
}
.home-service .item:hover .content {
  opacity: 1;
}
.home-service .item .items {
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
}
.home-service .item .items .photo {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.home-service .item .items .photo img {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.home-service .item .items .text {
  position: absolute;
  background: rgba(199, 169, 87, 0.7803921569);
  color: #fff;
  font-size: 24px;
  width: 334px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 30px 0px;
}
.home-service .content {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  height: 100%;
  background: #747474;
  top: 0;
  width: 100%;
  border-radius: 30px;
  left: 0;
  opacity: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 80px;
}
.home-service .content .title {

  font-size: 30px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
.home-service .content .desc {

  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 45px;
}
.home-service .content .buttons {
  position: relative;
  color: #fff;
  padding: 20px 60px;
  border: #fff 1px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 20px;
}