* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  list-style-type: none;
  outline: 0;
}
img {
  max-width: 100%;
}
figure {
  margin: 0;
}
a {
  text-decoration: none !important;
  color: #555554;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  cursor: text;
  margin: 0;
}
article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ul {
  margin: 0;
}
label {
  margin-bottom: 0;
}
html {
  height: 100% !important;
}
body {
  min-height: 100% !important;
}
body,
html {
  width: 100%;
  font-family: Roboto, sans-serif, Arial, Helvetica;
  font-size: 1rem;
  font-weight: 400;
  cursor: default;
  background-color: #fff;
  color: #000000;
  line-height: 1.5;
}
/*----------General Codes------------*/
.generalPadding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.generalPaddingTop2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.padding0 {
  padding: 0 !important;
}
.padding2{
  padding: 2rem;
}
.paddingBottom05 {
  padding-bottom: 0.5rem;
}
.paddingBottom1 {
  padding-bottom: 1rem;
}
.paddingBottom2 {
  padding-bottom: 2rem !important;
}
.paddingLeft1 {
  padding-left: 1rem;
}
.paddingTop {
  padding-top: 0.5rem;
}
.paddingTop1 {
  padding-top: 1rem !important;
}
.paddingTop10 {
  padding-top: 12rem;
}
.paddingTop17 {
  padding-top: 1.7rem !important;
}
.padding0-03{
  padding-bottom: 0 !important;
}
.marginBottom {
  margin-bottom: 1rem;
}
.marginBottom0 {
  margin-bottom: 0;
}
.marginBottom2 {
  margin-bottom: 2rem;
}
.marginBottom-10 {
  margin-bottom: -5rem;
}
.marginBottom-13{
  margin-bottom: -13rem;
}
.marginBottom-5 {
  margin-bottom: -6rem;
}
.marginBottom-8 {
  margin-bottom: -8rem;
}
.marginTop2 {
  margin-top: 2rem !important;
}
.marginTop-10 {
  margin-top: 10rem;
}
.marginRight {
  margin-right: 1.5rem !important;
}
.marginRight1 {
  margin-right: 1rem !important;
}
.marginLeft05 {
  margin-left: 0.5rem !important;
}
.paddingLeftRight {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.marginLeftRight {
  margin-left: 1rem;
  margin-right: 1rem;
}
.generalPaddingTop-8 {
  padding-top: 8rem !important;
}
.noWrap {
  white-space: nowrap;
}
select{
  cursor: pointer;
}
/*----------Header------------*/
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 1px 1px #f5f5f5;
  background-color: #fff;
}
.logo {
  width: 170px;
}
.navMenu li {
  margin-right: 3.2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #0a1a3a !important;
}
.navMenu li a {
  color: #0a1a3a !important;
}
.navMenu li:last-child {
  margin-right: 0;
}
.navMenu li a :active {
  margin-right: 3.2rem;
  font-size: 1rem;
  font-weight: 900;
  color: #0a1a3a;
}
.btn {
  padding: 0.375rem 1.3rem;
  border-radius: 0.5rem;
}
.btn:hover {
  color: #fff;
}
.btnHeader {
  color: #fff;
  border-left: #2CC3FF;
  font-size: 1.125rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #2CC3FF, #0070CC);
}
/*----------Header Mobil Menü------------*/
#mobilMenuNav {
  display: none;
  background-color: #0070CCf5;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
#mobilMenuNav a {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.mobilNavMenu {
  display: none;
}
.btnWhite {
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
.btnUyeMobil {
  background-color: #2CC3FF;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.btnIcon {
  width: 1.25rem;
  margin-right: 0.5rem;
}
.BtnYoneticiMobile {
  background-color: #fff;
  color: #0070CC !important;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 2.188rem;
  padding-right: 2.188rem;
}
.whiteMenu{
max-width: 15%;
}
/*----------Giriş------------*/
.modalWidth {
  max-width: 30%;
  margin: auto auto;
}
.btnYeniSite {
  width: auto;
  border-radius: 0.5rem;
  border: 1px solid #0070CC;
  background-color: #fff;
  color: #0070CC;
  font-weight: 700;
}
.btnYeniSite:hover{
  color: #0070CC;
}
.fontThin{
  font-size: 0.75rem;
  color: #0A1A3A;
  font-weight: 300;
}
.fontThin:hover{
  color: #0a1a3a;
}
.modal-content{
  border-radius: 1.75rem;
  padding: 1rem;
}
.modal-video{
  border-radius: 0rem !important;
  padding: 0rem !important;
}
.modal-header{
  padding: 0.5rem 1rem ;
}
.padding03{
  padding: 0.3rem 0.5rem !important;

}
.checkbox:before {
  width: 1.75rem !important;
  transform: translateX(0.75rem);
}
.checkbox:after {
  transform: translateX(0.75rem);
}
/*----------Banner------------*/
.title {
  font-size: 2.25rem;
  font-weight: 900 !important;
  color: #0a1a3a !important;
  line-height: 1.3;
}
.slogan {
  font-size: 1.375rem;
  font-weight: 300;
  color: #0a1a3a;
  line-height: 1.42;
}
.btnBanner {
  color: #0a1a3a !important;
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid #0a1a3a;
}
.btnBanner:hover{
  box-shadow: 0 0 15px #ddd!important;
}
.btnUye {
  background-color: #2CC3FF !important;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  color: #fff;
}
.btnYonetici {
  background-color: #0070CC;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 2.188rem;
  padding-right: 2.188rem;
  color: #fff;
}
.blueBtnWrapperMobile {
  display: none !important;
}
.formTitle {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
}
.formWrapper {
  padding: 3rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 8px 16px #eee;
}
.formInput {
  border-bottom: 1px solid #d8e7fb;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
textarea {
  resize: none;
}
textarea.formInput {
  height: auto;
}
.lineGray {
  width: 100%;
  border-bottom: 1px solid #d8e7fb;
}
.lineGrayTop {
  width: 100%;
  border-top: 1px solid #d8e7fb;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.videoBox {
  box-shadow: 0 0 1px #d8e7fb;
  border-radius: 0.5rem;
  cursor: pointer;
}
.modalVideo {
  max-width: 92%;
}
.custom-select {
  width: auto;
  border-radius: 0.5rem;
  border: 1px solid #0070CC;
  background: #fff url(/image/blueArrow.png) right 0.75rem center/8px 10px
    no-repeat;
  color: #0070CC;
}
.custom-switch .custom-control-label::before {
  width: 2.75rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #d8e7fb;
  background-color: #fff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.75rem);
  background-color: #0070CC;
}
.tdBorder {
  border: 1px solid #f9fcfe !important;
  background-color: #f9fcfe;
}
.table td, .table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: middle;
}
.tdBannerTitle {
  font-size: 1rem;
  font-weight: 300;
  color: #111111 !important;
}
.tdTitle {
  color: #111111;
  font-weight: 500;
  font-size: 1.2rem;
}
.tdMoney {
  color: #0070CC;
  font-weight: 500;
  font-size: 1.2rem;
}
.ucretsizSelect {
  color: #0a1a3a !important;
  width: 100%;
  border: 1px solid #d8e7fb;
  color: #777777;
  background: #fff url(/image/blackArrow.png) right 0.75rem center/12px 15px
    no-repeat;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.ucretsizInput {
  width: 100%;
  padding: 0.4rem;
  border-radius: 0.5rem;
}
.btnKod {
  background-color: #d8e7fb;
  border-radius: 0.5;
  color: #0a1a3a;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #d8e7fb;
}
.btnKodWeight {
  width: 47%;
  margin-left: 1rem;
}
.paddingBottomUcretsiz {
  padding-bottom: 1rem !important;
}
.ucretsizDeneWrapper {
  width: 75%;
}
fieldset {
  padding: 0;
  border-color: #d8e7fb;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5rem;
}
legend {
  font-size: 1rem;
  width: auto !important;
  margin-left: 0.6rem;
  margin-bottom: 0;
  color: #0a1a3a;
  white-space: nowrap;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
/*----------Program Özellikleri------------*/
.blueTitle {
  color: #0070CC;
  font-size: 1.875rem !important;
  font-weight: 900;
}
.icon {
  width: 20px !important;
  margin-right: 0.5rem;
}
.matter {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0a1a3a;
}
.homePageManagementSectionMenu {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  overflow: auto;
  justify-content: center;
}
.nav-link {
  font-size: 1.25rem;
  color: #0070CC;
  font-weight: 400;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  white-space: nowrap;
}
.nav-link:hover {
  color: #0070CC !important;
}
.nav-link.active {
  background-color: #0070CC !important;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
.nav-link.active:hover {
  color: #fff !important;
}
.blueTitleText {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.3rem;
  color: #0070CC;
}
.grayIcon{
  margin-left: 1rem;
  align-self: start;
}
.grayIcon i {
  font-size: 0.9rem;
  color: #0070CC;
  align-self: flex-start;
  padding-top: 0.5rem;
}
.boxShadow {
  box-shadow: 0 0 1px #0a1a3a;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem;
}
.borderBox {
  border: 1px solid #d8e7fb;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
/*----------Section------------*/
.sectionTitle {
  font-size: 1.625rem;
  font-weight: 900;
  color: #0a1a3a;
}
.sectionSlogan {
  font-size: 1.25rem;
  font-weight: 300;
  color: #0a1a3a;
}
.sectionMatter {
  font-size: 1rem;
  color: #0a1a3a !important;
  font-weight: 300;
}
.btnIncele {
  font-size: 1rem;
  color: #0070CC;
  font-weight: 700;
}
.fontSize14 {
  font-size: 0.875rem;
}
/*----------Section Dernek Yönetimlerine Çözümler------------*/
.bgColor {
  background-color: #f9fcfe;
}
.bgColorWhite {
  background-color: #fff;
}
.hoverBox {
  width: 20rem;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  padding: 1rem;
}
.hoverBox:hover .bottomBox {
  display: block !important;
}
.bottomBox {
  display: none;
}
.line {
  width: 100%;
  border-bottom: 1px solid #2CC3FF;
}
.btnDetayliIncele {
  background-color: #2CC3FF;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #fff;
}
.carousel-indicators {
  margin-bottom: -50px;
}
.carousel-indicators li {
  background-color: #0d5a80;
}
.moneyBox {
  padding: 2rem;
  background-color: #fff;
  border: 10px solid #f9fcfe;
}
/*----------Section Kesintisiz Hizmet------------*/
.font {
  font-size: 2rem;
  font-weight: 700;
}
.iconUygulama {
  padding-right: 1.3rem;
  border-right: 1px solid #bbb;
}
.blueTitleAlt {
  color: #2CC3FF;
  font-size: 1.625rem;
  font-weight: 700;
}
.grayNote {
  font-size: 1rem;
  font-weight: 300;
  color: #555554;
}
/*----------Section Test Et------------*/
.testWrapper {
  margin-bottom: -13rem;
  position: relative;
}
.boxWrapper {
  padding: 3rem;
  border-radius: 0.5rem;
  background-image: linear-gradient(to bottom, #2CC3FF, #0070CC);
}
.fontWeight {
  font-weight: 700 !important;
}
.color {
  color: #fff !important;
}
.btnText {
  color: #0070CC;
  padding: 0.375rem 1.3rem;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid #fff;
}
.btnText:hover{
  box-shadow: 0 0 15px #ddd!important;
}
/*----------Footer------------*/
.footer {
  display: block;
}
.dowloand {
  width: 100px;
}
.footerText {
  word-break: break-word;
  font-size: 1rem;
  font-weight: 300;
  color: #111111 !important;
}
.mobilFooter {
  display: none;
}

@media only screen and (max-width: 1110px) {
  .btnColumn {
    flex-direction: column;
    margin-right: 0 !important;
  }
  .margin0 {
    margin-right: 0 !important;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1000px) {
  /*----------Header Mobil Menü------------*/
  .mobilNavMenu {
    display: block;
  }
  #mobilMenuNav{
    overflow: hidden;
  }
  .mobilNav {
    display: none !important;
  }
  .hoverBox {
    width: 100%;
  }
  .modalWidth {
    max-width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .ucretsizDeneWrapper {
    width: 100%;
  }
  .marginTop-10 {
    margin-top: 8rem;
  }
  .padding0-03{
    padding-bottom: 3rem !important;
  }
  .marginBottom-10 {
    margin-bottom: 0rem;
  }
  .marginBottom-13{
    margin-bottom: 0rem;
  }
  .paddingTop10 {
    padding-top: 0rem;
  }
  .paddingTop17 {
    padding-top: 1.9rem !important;
  }
  .generalPadding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .modalWidth {
    max-width: 60%;
  }
  .whiteMenu{
    max-width: 23%;
    }
  /*----------Banner------------*/
  .textAlignCenter {
    text-align: center;
  }
  .title {
    font-size: 2rem;
    padding-top: 0;
  }
  .slogan {
    font-size: 1.1rem;
    line-height: 1 2;
  }
  .btnUye {
    padding: 0.375rem 7rem;
  }
  .btnYonetici {
    padding: 0.375rem 6rem !important;
  }
  .blueBtnWrapper {
    display: none !important;
  }
  .blueBtnWrapperMobile {
    display: flex !important;
  }
  .tdTitle {
    font-size: 1rem;
  }
  .tdMoney {
    font-size: 1rem;
  }
  .tdBannerTitle {
    font-size: 0.8rem;
  }
  .btnKodWeight {
    width: 45%;
  }
  .paddingBottomUcretsiz {
    padding-bottom: 0rem !important;
  }
  legend {
    font-size: 0.9rem;
  }
  /*----------Program Özellikleri------------*/
  .blueTitle {
    font-size: 1.675rem;
  }
  .ıcon {
    width: 18px;
  }
  .matter {
    font-size: 1rem;
  }
  .homePageManagementSectionMenu {
    justify-content: left;
  }
  .nav-link {
    font-size: 1rem;
  }
  .nav-link.active {
    font-size: 1.1rem;
  }
  /*----------Section------------*/
  .sectionTitle {
    font-size: 1.4rem;
  }
  .sectionSlogan {
    font-size: 1rem;
  }
  .sectionMatter {
    font-size: 0.9rem;
  }
  .btnIncele {
    font-size: 0.9rem;
  }
  .columnReverse {
    flex-direction: column-reverse;
  }
  .textLeft {
    text-align: left !important;
  }
  /*----------Section Kesintisiz Hizmet------------*/
  .font {
    font-size: 1.6rem;
  }
  .iconCenter {
    justify-content: center;
  }
  .blueTitleAlt {
    font-size: 1.425rem;
  }
  .grayNote {
    font-size: 0.9rem;
  }
  /*----------Section Test Et------------*/
  .testWrapper {
    margin-bottom: 0rem;
    position: relative;
  }
  .boxWrapper {
    padding: 2rem;
  }
  /*----------Footer------------*/
  .footer {
    display: none;
  }
  .dowloand {
    width: 90px;
  }
  .mobilFooter {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .columnForm {
    flex-direction: column;
  }
  .tableNone {
    display: none;
  }
  .btnKodWeight {
    width: 43%;
  }
  .kodGonderBtn{
    justify-content: center;
    display: flex;
    white-space: nowrap;
  }
  .modalWidth {
    max-width: 75%;
  }
  .whiteMenu{
    max-width: 30%;
    }
}
@media only screen and (max-width: 400px) {
  .modalWidth {
    max-width: 90%;
  }
  .tableNoWrap {
    white-space: nowrap;
  }
  .marginBottom-10 {
    margin-bottom: 0rem;
  }
  .marginBottom-13{
    margin-bottom: 0rem;
  }
  .whiteMenu{
    max-width: 40%;
    }
  /*----------Banner------------*/
  .title {
    font-size: 1.75rem;
    padding-top: 0;
  }
  .slogan {
    font-size: 1rem;
  }
  .btnUye {
    padding: 0.375rem 3rem;
  }
  .btnYonetici {
    padding: 0.375rem 2rem !important;
  }
  .tdTitle {
    font-size: 0.8rem;
  }
  .tdMoney {
    font-size: 0.8rem;
  }
  .tdBannerTitle {
    font-size: 0.7rem;
  }
  legend {
    font-size: 0.8rem;
  }
  /*----------Program Özellikleri------------*/
  .progblueTitleamTitle {
    font-size: 1.475rem;
  }
  .column {
    flex-direction: column !important;
  }
  .ıcon {
    width: 16px;
  }
  .matter {
    font-size: 0.9rem;
  }
  .nav-link {
    font-size: 0.9rem;
  }
  .nav-link.active {
    font-size: 1rem;
  }
  .blueTitleText {
    font-size: 1.1rem;
  }
  /*----------Aidat Takibi Section------------*/
  .sectionTitle {
    font-size: 1.2rem;
  }
  .sectionSlogan {
    font-size: 0.8rem;
  }
  .sectionMatter {
    font-size: 0.8rem;
  }
  .btnIncele {
    font-size: 0.8rem;
  }
  /*----------Section Kesintisiz Hizmet------------*/
  .blueTitleAlt {
    font-size: 1.225rem;
  }
  .grayNote {
    font-size: 0.8rem;
  }
  /*----------Section Test Et------------*/
  .btnText {
    font-size: 0.9rem;
  }
  /*----------Footer------------*/
  .dowloand {
    width: 70px;
  }
}
