body{background-color: white;top: 0!important;}
.skiptranslate{display: none !important;}
:root{
  --wpbottommenu-font-size: 12px;
  --wpbottommenu-icon-size: 24px;
  --wpbottommenu-text-color: #1e73be;
  --wpbottommenu-h-text-color: #1e73be;
  --wpbottommenu-icon-color: #1e73be;
  --wpbottommenu-h-icon-color: #1e73be;
  --wpbottommenu-bgcolor: #ffffff;
  --wpbottommenu-zindex: 9999;
  --wpbottommenu-cart-count-bgcolor: #ff0000;
  --wpbottommenu-wrapper-padding: 10px 0;
}
.hero .info h2{font-size: 2.5rem;padding-bottom: 0!important;}
.hero .info h2:after{display: none;}
.hero .info p{font-size: 1.25rem!important;color: #fff !important;}
.navbar a{color: white;font-weight: 400;}
.navbar .active{color: #f9b233;}
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon{width: 45px;height: 45px;    background: rgb(20 19 19);}
.get-started .php-email-form{background: #f5f6f7;height: 95%;}
.get-started h2{font-size: 1.7rem;padding-bottom: 20px;color: #f9b233;}
.get-started .content h3:after{width: 260px;height: 2px;}
.get-started .content h3{padding-bottom: 5px;}
.get-started .content p {font-size: 15px;line-height: 1.9rem;}
p{color: #555;}
.get-started .php-email-form input, .get-started .php-email-form textarea{border-radius: 5px;}
/* .icon-box{background: white;
  border: 1px solid lightgray;
  padding: 15px 10px;box-shadow: 0 0 45px rgba(0, 0, 0, .08);border-radius: 2px;} */
  .alt-services .icon-box {
    margin-top: 10px;
}
/* .alt-services .icon-box i{float: left;} */
.box{padding: 25px 30px;
  position: relative;border: 2px solid rgba(0, 0, 0, .03);box-shadow: 0 0 45px rgba(0, 0, 0, .08);border-radius: 5px;}
.float-left{float: left;}
.alt-services h3{padding-bottom: 5px;}
.alt-services h3:after{width: 149px;height: 2px;}
.projects .portfolio-content .portfolio-info .portfo-p{font-size: 14px;padding: 5px 10px;font-weight: 400;color: #fff;display: inline-block;background-color: var(--color-primary)}
.projects .portfolio-content .portfolio-info{opacity: 1;background: rgba(0, 0, 0, 22%);}
.projects .portfolio-content{border-radius: 5px;}
.projects .portfolio-content .portfolio-info p {bottom: 160px;color: rgb(255 255 255);font-size: 20px;}
.projects .portfolio-content .portfolio-info .details-link{left: 40%;font-size: 19px;
  line-height: 0;
  color: #000;
  background-color: #F1F3FA;
  border-color: #F1F3FA;
  border-radius: 5px;
  padding: 5px;}
/* .portfolio-info .urun::before {
    content: "-";
    position: absolute;
    top: 24px;
    left: -14px;
    width: 25px;
    height: 25px;
    display: block;
    background: #ff8500;
    border-radius: 50%;
} */

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: black;
}
.testimonial-img{width: 150px;object-fit: cover;}

.surecWrap .feature-item{padding: 25px 30px !important;position: relative;}
.surecWrap .feature-item .number{position: absolute;color: #686868;top: -1px;right: -1px;background: #dddddd;padding: 8px;width: 28px;height: 28px;display: flex;justify-content: center;align-items: center;border-bottom-left-radius: 50%;}

.feature-row {box-shadow: 0 0 45px rgba(0, 0, 0, .08);}
.feature-item {border-color: rgba(0, 0, 0, .03) !important;}
.urun p{position: relative!important;top: -15px;background: #f9b233;display: flex!important;justify-content: center;align-items: center;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;padding: 4px;}
.link-tik{position:absolute; height:100%;width:100%;top:0;left: 0;z-index: 1;}
.urun-detail{margin-top: 15px;}
.project-carousel .owl-nav {position: absolute;top: -100px;right: 0;display: flex;}
.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {margin-left: 15px;width: 55px;height: 55px;display: flex;align-items: center;justify-content: center;color: var(--secondary);border-radius: 55px;box-shadow: 0 0 45px rgba(0, 0, 0, .15);font-size: 25px;transition: .5s;}
.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {background: var(--primary);color: #FFFFFF;}
.galeriWrap .team-item {
  padding: 15px !important;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item {
  position: relative;
  text-align: center;
  height: 160px;
  display: flex;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.project-item .project-overlay {position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;justify-content: center;background: rgba(0, 0, 0, .5);opacity: 0;padding-top: 60px;transition: .5s;}
.project-item .project-overlay a{width: 118px}
.project-item .project-overlay a i{margin-right: 5px}
.project-item .project-overlay button{width: 118px}
.project-item .project-overlay button i{margin-right: 5px}
.project-item:hover .project-overlay {opacity: 1;padding-top: 0;}
.galeriWrap .team-item{padding: 15px !important;height: auto;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.galeriWrap .team-item img{width: 100%;height: 285px;object-fit: cover;border-radius: 5px;}
.galeriWrap .team-item:hover{background: #ff8500}
.galeriWrap .team-item i{position: absolute;background: #fff;padding: 12px;font-size: 18px;border-radius: 50%;opacity: 0;}
.galeriWrap .team-item:hover i{opacity: 1;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.contact .info-item i{color: white;background: var(--color-primary);}
.kataloglarWrap{min-height: 32vh;}
.translated-ltr .kataloglarWrap .team-item .btnWrap .btn{padding: .375rem .1rem !important}
.kataloglarWrap .team-item{position: relative;text-align: center;box-shadow: 0 0 45px rgba(0, 0, 0, .07);display: flex;flex-direction: column;height: auto;padding: 25px 15px;}
.kataloglarWrap .team-item i.fa-file-pdf{font-size: 55px;color: #df0000;}
.kataloglarWrap .team-item h5{margin: 25px 15px 25px 15px;}
.kataloglarWrap .team-item .btnWrap{display: flex;justify-content: center;width: 100%;}
.kataloglarWrap .team-item .btnWrap .btn{margin: 7px;}
/* .btn-sari{background: linear-gradient(to bottom right, #e9d735, #FF9A5A);}
.btn-sari:hover{background-color: linear-gradient(to bottom right, #e9d735, #FF9A5A);;} */
.btn-sari{background:#f9b233}

.portfolio-content img{height: 300px;object-fit: cover;}
.footer{padding: 40px 0 25px 0;}
.footer__copyright__links {
  float: right;
  width: 130px;
  filter: brightness(0) invert(1);
  padding-top: 15px;
}
.copy-row{border-top: 1px solid rgba(255, 255, 255, 0.15);}


.referanslarWrap .testimonial-item {
  padding: 15px !important;
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  margin: 4px;
}
.referanslarWrap .owl-item img {
  width: 100% !important;
  margin: 0;
  height: auto !important;
  padding: 0 !important;
}
.contact .info-item{
  padding: 10px 0 20px 0;
}
.navbar .btn-get-started{    font-family: var(--font-primary);
  font-weight: 500;
  /* font-size: 16px; */
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 10px!important;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #322f2f;
  border: 2px solid linear-gradient(to bottom right, #e9d735, #FF9A5A);}
.navbar ul{margin-right: 17px;}

.navbar .dilBtn {
  font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    border: 2px solid var(--color-primary);
    font-size: 14px;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
  background-color: transparent;
}
.get-started .php-email-form button[type=submit]:hover {
  background: #f9b233;
}
.navbar .dilBtn:hover{color: #fff!important;}
.navbar .btn-get-started:hover{color: #322f2f;}
.navbar .dilBtnWrap .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 8rem;
  top: 84%!important;
}
.navbar .dilBtnWrap .dropdown-menu .dropdown-item {
  padding-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: normal;
  padding: 5px 25px;
}
.navbar .dilBtnWrap .dropdown-menu img {
  width: 25px;
  padding-right: 5px;
}
.navbar .dropdown ul li {
  min-width: 0;
}
.mobile-div{display: flex;
align-items: center;justify-content: center;gap: 10px;}
.dropdown-menu.show {
  display: block;
}
.mobileDilBtnWrap{visibility: hidden;}
.mobileDilBtnWrap .dilBtn {
  border: 0;
  box-shadow: none !important;
  display: block;
  padding: 6px 10px;
  margin-left: 10px !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff !important;
  outline: none;
  background: transparent;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
  border: 1px solid #f9b233;
}
.header .logo-my img {
  position: absolute;
  top: 0;
  background: white;
  padding: 16px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  width: 210px;
}
.footer .logo-my img {
  position: relative;
  top: -39px;
  background: white;
  padding: 10px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
}
.wp-bottom-menu{
  display: none;
    background: #000000bf;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: space-around;
    padding: var(--wpbottommenu-wrapper-padding);
    box-shadow: 0 -5px 10px rgba(0,0,0,0.1);
    z-index: var(--wpbottommenu-zindex);
    transition: all 200ms;
}

.wp-bottom-menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  flex: 1;
  font-size: var(--wpbottommenu-font-size);
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  user-select: none;
  text-decoration: none!important;
  transition: color 200ms;
  
}
.item-border{border-right: 1px solid #ddd;}
.wp-bottom-menu-icon-wrapper {
  position: relative;
  line-height: 0;
}
.wp-bottom-menu-item i {
    font-size: var(--wpbottommenu-icon-size);
    color: #f9b233;
    font-family: FontAwesome;
    transition: color 200ms;
}
.wp-bottom-menu-item span {
  margin-top: 5px;
  color: inherit !important;
}
.wp-bottom-menu .badge{
  top: -23px;
  right: 0rem;
  position: absolute;
  font-weight: 400;
  background: #2ba201;
}
.wp-bottom-menu .badge i{color: white;font-size: 10px;}
.modal-header{background-color: #f9b233;}
.modal-header .close {
  padding: 1rem;
  margin: -0.8rem -1rem -1rem auto;
  /* background: #e9e9e9; */
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  z-index:999;
  position: relative;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  
}
.php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.about .about-img{min-height: 500px!important;}
.project-item img{width: 300px;height: 225px;object-fit: cover;}
.footer-info img{width: 180px;}
.breadcrumbs h2{font-size: 2.5rem;}
.project-item{    position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);}

  .sticky-top {
    background: linear-gradient(180deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.60) 50%, rgba(0,0,0,0) 100%);
}
.sticky-top.navbar-star {
  background: white;
  transition: .5s;
  margin: 0 !important;
}
.header{position: fixed;padding: 24px 0;}
.sticky-top.navbar-star img {
  background: transparent !important;
}
.sticky-top.navbar-star .navbar a {
  color: black !important;
}
.hero .carousel-item::before {
  content: "";
  background-color: rgb(0 0 0 / 51%);
}
.iletisim-content .btn-get-started{
  font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #000f;
    border: 2px solid var(--color-primary);
}
@media (max-width: 768px) {
  .hero .info h2{font-size: 1.6rem!important;}
  section{padding: 30px 0;}
  .alt-services .img-bg{min-height: 300px!important;}
  h3{font-size: 28px!important;}
  .get-started h2{font-size: 23px;}
  .section-header{padding-bottom: 30px;}
  .footer__copyright__links {float: left;width: 130px;filter: brightness(0) invert(1);}
  .footer {padding: 40px 0 30px 0;}
  .breadcrumbs{height: 100px;}
  .breadcrumbs h2{font-size: 33px;}
  .about .about-img{min-height: 300px;}
  .urun-detail{margin-top: 20px;}
  .about h2{font-size: 35px;}
  .navbar ul{margin-right: 0;}
  .dilBtnWrap{display:none;}
  .navbar .mobil-gizle{display: none;}
  .mobileDilBtnWrap ul{top: -2px!important;left: -41px!important;}
  .mobileDilBtnWrap{visibility: visible;}
  .contact .info-item p{padding: 0 20px;}
  .header .logo-my img{    height: auto;
    width: 140px;padding: 5px;}
  .wp-bottom-menu{display: flex;}
  .footer__copyright__links{padding-bottom: 50px;}
  .footer-info img{visibility: hidden;position: absolute!important;}
  .footer .footer-content .footer-info p {font-size: 18px;}
  .sticky-top.navbar-star .mobile-nav-show{color: #000!important;}
  .sticky-top.navbar-star .navbar .nav-link{
    color: white !important}
    .mobileDilBtnWrap .dilBtn{font-size: 12px!important;}
    .references-area .single-pricing {margin-bottom: 3px;}  
    .navbar a, .navbar a:focus{justify-content: left;}
    .navbar{max-width: 410px;}
    .navbar .nav-item .dropdown-menu {
      top: 70%!important;
  }  
  
}

.sticky-top.navbar-star .mobile-div .mobilbtn{color: #000!important;}

@media screen and (min-width:767px) and (max-width: 1444px){
  .urun-detail {margin-top: 0;}
  .footer{padding: 40px 0 25px 0;}
}
.pricingTable {
  text-align: center;
  background: #fff;
  margin: 0 -15px;
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  color: #cad0de;
  transform: scale(1);
  transition: all .5s ease 0s
}

.pricingTable:hover {
  transform: scale(1.05);
  z-index: 1
}

.pricingTable .pricingTable-header {
  padding: 40px 0;
  background: #f5f6f9;
  border-radius: 10px 10px 50% 50%;
  transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
  background: #ff9624
}

.pricingTable .pricingTable-header i {
  font-size: 50px;
  color: #858c9a;
  margin-bottom: 10px;
  transition: all .5s ease 0s
}

.pricingTable .price-value {
  font-size: 35px;
  color: #ff9624;
  transition: all .5s ease 0s
}

.pricingTable .month {
  display: block;
  font-size: 14px;
  color: #858c9a;
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
  color: #fff
}

.pricingTable .heading {
  font-size: 24px;
  color: #ff9624;
  margin-bottom: 20px;
  text-transform: uppercase
}

.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
  line-height: 30px;
  color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 10px 35px;
  border-radius: 20px;
  background: #ffa442;
  text-transform: uppercase;
  transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
  color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
  background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
  color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
  background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
  color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
  background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
  color: #fff
}

@media screen and (max-width:990px) {
  .pricingTable {
      margin: 0 0 20px
  }
}

.references-area .single-pricing {
  padding: 30px 15px;
  min-height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.references-area .pricing-header .price {
  font-size: 38px;
  margin: 0px;
  line-height: inherit;
}

.references-area .pricing-header .price img {
  margin-top: -10px;
  margin-bottom: 10px;
  height: 55px;
  object-fit: contain;
}
.references-area .pricing-header .price span {
  font-size: 14px;
  display: block;
}

.alt-services .icon-box i{
  width: 46px;
  height: 46px;

}

.single-pricing {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  padding: 24px 20px 50px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.play-store .custom-btn svg {
  font-size: 27px;
  margin-right: 10px;
  color: #fff;
  transition: .3s ease-in-out;
}
.play-store .custom-btn p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
  display: inline-grid;
}
.play-store .custom-btn p span {
  color: #fff;
  font-weight: 500;
  transition: .3s ease-in-out;
  font-size: 16px;
}
.play-store{padding-top: 30px;}


.page-heading {
  padding: 0 15px;
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 38px;
}
.left {
  float: left;
}
.faq_section, .features-all {
  margin: 50px 0;
}
.FaQ_Each, .icon-item {
  padding-bottom: 10px;
}
.FaQ_Each .box {
  padding: 10px 20px;
  background: #fff;
  -webkit-background-image: linear-gradient(to right,#3b77cd,#25a5f0);
  -moz-background-image: linear-gradient(to right,#3b77cd,#25a5f0);
  background-image: linear-gradient(to right,#3b77cd,#25a5f0);
  border-radius: 30px;
}
.FaQ_Each .box h3 {
  color: #fff;
  margin: 0;
}
.FaQ_Each .right {
  float: right;
}
.FaQ_Each .draw {
  display: none;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  margin: 5px 0;
}

.accordion-header button{    padding: 10px 20px;
  background: #fff;
  -webkit-background-image: linear-gradient(to right,#3e546a,#3e546a);
  -moz-background-image: linear-gradient(to right,#3e546a,#3e546a);
  background-image: linear-gradient(to right,#3e546a,#3e546a);
  letter-spacing: normal;
  line-height: normal;
  font-family: Montserrat,sans-serif;
  font-weight: 500;
  color: #fff!important;
}

.navbar .phone-button{
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    border: 2px solid var(--color-primary);
    font-size: 14px;
}
.navbar .phone-button:hover{
  color: #fff;
}

.sticky-top.navbar-star .navbar .dropdown button{color: #000!important;}

.project-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.project-item img {
  height: 370px;
  object-fit: cover;
}
.project-item .p-4::before {
  content: "-";
  position: absolute;
  /* top: 24px; */
  left: -14px;
  width: 25px;
  height: 25px;
  display: block;
  background: #ff8500;
  border-radius: 50%;
}
section{padding: 60px 0;}
.navbar .navbar-nav .nav-link {
  margin-right: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  text-transform: capitalize;
}
.navbar .nav-item .dropdown-menu {
  top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    
}
.navbar .nav-item .dropdown-item {color: #000;padding-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;}
  .navbar .nav-item .dropdown-item:hover{color: #ff9624;}
  .navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before {
    visibility: hidden;
}




























