body {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 100%;
    background-position: center top;
    font-family: 'PT Sans', sans-serif;
}

.navbar {
    padding: 20px;
    background: #fff !important;
}
.navbar-nav li:last-child .nav-link{
    background: #3b126e;
    color: #fff;
    border-radius: 50px;
    padding: 7px 25px;
    margin-right: 0px;
}
.navbar-nav li:last-child .nav-link:hover{
    background: #3b126e40;
    color: #3b126e;
    border-radius: 50px;
    padding: 7px 25px;
    margin-right: 0px;
}

.navbar-nav .nav-link{
    color: #3b126e;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}
header {
    padding:100px;
}

header h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

header p {
    color: #ffffff70;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bosbtn {
    padding: 10px 30px;
    border: solid 2px #fff;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
}

.dolubtn {
    border: solid 2px #fff;
    padding: 10px 30px;
    border-radius: 50px;
    color: #3b126e;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
}

.bosbtn:hover, .dolubtn:hover {
background-color: #ffffff20;
text-decoration: none;
color:#fff;
border: solid 2px #ffffff20;
}

.headtext {
    text-align: left;
}








.pricetablo {
    border: solid 1px #ddd;
    border-radius: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top:80px;
    -webkit-transition: all .3s;
    background-color:#fff;
    transition: all .3s;
    
    padding: 16px;
}
.pricetablo:hover {
    margin-top:40px;
    -webkit-box-shadow: 0px 20px 23px 13px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 20px 23px 13px rgba(0,0,0,0.10);
    box-shadow: 0px 20px 23px 13px rgba(0,0,0,0.10);
}

.pricetitle h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.cost {
    padding: 0px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #6b3fb2;
}

.dollar {
    font-size: 19px;
    margin-right: -5px;
}

.in {
    font-size: 19px;
    margin-right: -10px;
}

.priceline  {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 31px;
    padding-bottom: 15px;
}

#servisler {
    padding-top:100px;
}

#servisler h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #6b3fb280;
    padding-bottom:40px;
}

#servisler .item h3 {
    padding: 15px 20px;
    background: #ebe7f0;
    text-transform: uppercase;
    border-radius: 20px;
    color: #3b126d;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

#servisler .item h3 a {
   color:#3b126d40;
   text-align: center;
}


#servisler .item h3 span   {
    background: #d9d1e3;
    margin-right: 6px;
    padding: 13px 15px;
    margin-left: -20px;
    font-size: 20px;
    border-radius: 20px;
}


#destek {
    padding:50px;
    padding-bottom:20px;
    background-color: #3b126d;
    margin-top:100px;
    color:#fff;
}
#destek hr {
    border-color:#ffffff20;
}

#destek h1 {
    color:#fff;
    font-weight: 700;
}

#destek p {
    color: #8867b1;
}

#destek h3 {
    color:#fff;
    padding-top:7px;
    font-size:18px;
}
#destek h3 i{
    padding-right:20px;
    opacity:0.5;
    color:#fff;
}
h1.iconcanli {
    font-size:250px;
    text-align: center;
    opacity:0.1;
}

#nedenbiz {
    margin-top:100px;
}

#nedenbiz h1 {
    font-weight: 700;
}
.line {
    background-color:#3b126d;
    width: 50px;
    height: 5px;
    border-radius: 50px;
    margin-bottom:10px;
}

#nedenbiz p {
    color:#9486a5;
    padding-bottom:20px;
}

.bosbtn2 {
    padding: 10px 30px;
    border: solid 2px #3b126d;
    border-radius: 50px;
    color: #3b126d;
    font-weight: 700;
    margin-right: 10px;
}

.dolubtn2 {
    border: solid 2px #3b126d;
    padding: 10px 30px;
    border-radius: 50px;
    color: #ffffff;
    background: #3b126d;
    font-size: 17px;
    font-weight: 700;
}


.mnone {display:none;}



@media (max-width: 768px) {
  
.mnone {display:inline-block;}

    .priceline {
        margin-top: 11px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: inherit;
        line-height: 18px;
        padding-bottom: 15px;
    }.pricetitle h3 {
        padding-top: 0px;
        padding-bottom: 0px;
        font-weight: 700;
        font-size: 17px;
        text-transform: uppercase;
    }
    .dpnone {display:none;}
    .navbar {
        padding: 30px;
        background: #3b126e !important;
        border-bottom: solid 3px #63359c;
    }
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
        background: #694794;
    }
    body {
        background-image: url(images/telbg.jpg);
        background-repeat: no-repeat, repeat;
        background-size: 100%;
        background-position: center top;
        font-family: 'PT Sans', sans-serif;
    }
    header {
        padding: 10px;
    }
    .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 17px;
        font-weight: 600;
        margin-right: 10px;
    }
    .navbar-nav li:last-child .nav-link {
        color: #ffffff;
        border-radius: 50px;
        margin-left: -27px;
    }
    #servisler .item h3 {
        padding: 15px 20px;
        background: #ebe7f0;
        text-transform: uppercase;
        border-radius: 20px;
        color: #3b126d;
        font-weight: 700;
        font-size: 13px;
        margin-top: 10px;
    }
}




















.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  }
  .panel-body {
    padding: 15px;
  }
  .panel > .list-group {
    margin-bottom: 0;
  }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
  }
  .panel > .list-group .list-group-item:first-child {
    border-top: 0;
  }
  .panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
  }
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  .panel > .table,
  .panel > .table-responsive > .table {
    margin-bottom: 0;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
  }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
  }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
  }
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
  }
  .panel > .table > tbody:first-child > tr:first-child th,
  .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
  }
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-bordered > tfoot > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tfoot > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
    border-top: 0;
  }
  .panel > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
  }
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  .panel-title > a {
    color: inherit;
  }
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .panel-group {
    margin-bottom: 20px;
  }
  .panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
  }
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
  }
  .panel-group .panel-footer {
    border-top: 0;
  }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
  }
  .panel-default {
    border-color: #ddd;
  }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
  }
  .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
  }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
  }
  .panel-primary {
    border-color: #4e297b36;
    margin-top: 100px;
}
  .panel-primary > .panel-heading {
      color: #000;
      background-color: #ffffff;
      border-color: #ced2d8;
      
          display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding:15px;
  }
  
  .panel-primary > .panel-heading:hover {
      color: #fff;
      background-color: #282f3a;
      border-color: #282f3a;
  }
  
  
  .panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
  }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
  }
  .panel-success {
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  .panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
  }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
  }
  .panel-info {
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  .panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
  }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
  }
  .panel-warning {
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  .panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
  }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
  }
  .panel-danger {
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  .panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
  }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
  }
  .navbar-toggler-icon {
  display: inline-block;
  width: auto;
  height: auto;
  color: #b194d6;
  font-size: 25px;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}