

    table .status {
        min-width: 100px;
    }
.tf-login {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/tfloginbg.png);
}

.tf-login .tf-overlay {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.27);
}

.tf-login .container {
  height: 100% !important;
}

.tf-login .container .login-box-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .tf-login .container .login-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tf-login .container .login-box-wrap .login-left {
    width: 100% !important;
      margin-bottom: 3%;
  }
  .tf-login .container .login-box-wrap .login-right {
    width: 100% !important;
  }
}

.tf-login .container .login-box-wrap .login-left {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px 0 0 10px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.announcement-bar {
    background-color: #002366; /* Mavi arka plan rengi */
    color: white; /* Beyaz yazı rengi */
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    position: fixed; /* Sabit olarak sayfanın en üstünde kalır */
    top: 0;
    width: 100%;
    z-index: 10000; /* Her şeyin önünde olacak şekilde en yüksek z-index */
    border-bottom: 1px solid #002366;
}

.top-bar {
    background-color: #002366; /* Top bar'ın arka planı */
    color: white;
    padding: 5px 0;
    position: relative; /* Normal akış içinde kalsın */
    margin-top: 40px; /* Reklam çubuğunun yüksekliğine göre ayarlandı */
    z-index: 999; /* Reklam çubuğunun hemen arkasında */
}

.header-nav-links li {
    position: relative;
    z-index: 1050; /* Dropdown menüler için en üstte */
}

.header-nav-links li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.highlight {
    color: #26bae9; /* Kupon kodunu öne çıkarır */
    font-weight: bold;
    animation: blink 2s infinite; /* Yanıp sönme efekti */
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}



.tf-login .container .login-box-wrap .login-left h3 {
  color: #002E74;
  margin-bottom: 15px;
  font-weight: 600;
}

.tf-login .container .login-box-wrap .login-left .acc-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  margin-bottom: 20px;
}

.tf-login .container .login-box-wrap .login-left .acc-type.active span {
  border-color: #04CCB0;
  background: #04CCB0;
  color: #fff;
}

.tf-login .container .login-box-wrap .login-left .acc-type span {
  width: 21px;
  height: 21px;
  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;
  color: #002E74;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #002E74;
  margin-top: 7px;
}

.tf-login .container .login-box-wrap .login-left .acc-type strong {
  display: block;
  color: #002E74;
  font-weight: 700;
  text-align: start;
  font-size: 20px;
}

.tf-login .container .login-box-wrap .login-left .acc-type p {
  font-size: 15px;
}

.tf-login .container .login-box-wrap .login-left .bottom {
  width: 100%;
  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;
}

.tf-login .container .login-box-wrap .login-left .bottom > a {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background: #002E74;
  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;
}

.tf-login .container .login-box-wrap .login-left .bottom .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tf-login .container .login-box-wrap .login-left .bottom .socials a {
  margin-left: 10px;
  display: block;
}

.tf-login .container .login-box-wrap .login-right {
  width: 50%;
  padding: 20px 30px;
  background: #002E74;
  border-radius: 0 10px 10px 0;
}

.tf-login .container .login-box-wrap .login-right h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.tf-login .container .login-box-wrap .login-right .tf-form {
  width: 100%;
  margin-top: 20px;
}

.tf-login .container .login-box-wrap .login-right .tf-form .tf-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.tf-login .container .login-box-wrap .login-right .tf-form .tf-input .renk1{
  width: 40px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  background: #00DA76;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tf-login .container .login-box-wrap .login-right .tf-form .tf-input input {
  border-radius: 0 5px 5px 0;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-indent: 15px;
}

.tf-login .container .login-box-wrap .login-right .tf-form .tf-form-bottom {
  width: 100%;
  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;
}

.tf-login .container .login-box-wrap .login-right .tf-form .tf-form-bottom label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tf-login .container .login-box-wrap .login-right .tf-form .tf-form-bottom label input {
  margin-right: 5px;
  zoom: 1.5;
}

.tf-login .container .login-box-wrap .login-right .tf-form .tf-form-bottom a {
  color: #fff;
  font-weight: 600;
}

.tf-login .container .login-box-wrap .login-right .bottom {
  width: 100%;
  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;
  margin-top: 30px;
}

.tf-login .container .login-box-wrap .login-right .bottom > a {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background: #00DA76;
  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;
}



    .tf-login .container .login-box-wrap .login-right .bottom > button {
        width: 200px;
        height: 40px;
        border-radius: 5px;
        background: #00DA76;
        border-color: #00DA76;
        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;
    }
.tf-login .container .login-box-wrap .login-right .bottom .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tf-login .container .login-box-wrap .login-right .bottom .socials a {
  margin-left: 10px;
  display: block;
}

.tf-bb-hero {
  width: 100%;
  background: #fff;
}

.tf-bb-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

@media (max-width: 1024px) {
  .tf-bb-hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tf-bb-hero .container .text {
    margin-bottom: 30px;
  }
}

.tf-bb-hero .container .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tf-bb-hero .container .text h1 {
  font-size: 38px;
  color: #095073;
}

.tf-bb-hero .container .text h1 b {
  font-size: 40px;
}

.tf-bb-hero .container .text p {
  color: #092431;
  margin: 20px 0;
  max-width: 582px;
  display: block;
}

.tf-bb-hero .container .text a {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background: #26BAE9;
  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;
}

.tf-bb-hero .container .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.tf-bb-tab-buttons {
  width: 100%;
  background: #F5F7F9;
  padding: 26px 0;
}

.tf-bb-tab-buttons .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .tf-bb-tab-buttons .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tf-bb-tab-buttons .container a {
    min-width: 48%;
    max-width: 48%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}

.tf-bb-tab-buttons .container a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: .2s all;
  transition: .2s all;
  border: none;
  color: #095073;
  font-size: 18px;
  font-weight: 500;
  margin: 0 7px;
}

.tf-bb-tab-buttons .container a:hover, .tf-bb-tab-buttons .container a.active {
  background: #26BAE9;
  color: #fff;
}

.tf-bb-tab-buttons .container a img {
  margin-bottom: 15px;
}

.tf-bb-tab {
  padding: 50px 0;
}

.tf-bb-tab .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .tf-bb-tab .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tf-bb-tab .container .tab-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tf-bb-tab h3 {
  font-size: 30px;
  margin-bottom: 20px;
  display: block;
  color: #095073;
  font-weight: 500;
}

.tf-bb-tab ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 0;
}

.tf-bb-tab ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #095073;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.tf-bb-tab ul li a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #04CCB0;
  margin-right: 5px;
}

.tf-bb-tab ul li span {
  padding-left: 15px;
  color: #092431;
}

.tf-about {
  padding: 30px 0;
}

.tf-about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .tf-about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tf-about .container img {
    max-width: 90%;
    height: auto;
  }
}

.tf-about .container .tf-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tf-title {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #435471;
  margin-bottom: 30px;
}

.tf-title::after {
  content: "";
  width: 150px;
  height: 15px;
  background: #12BAEC;
  border: 1px solid #707070;
  opacity: 0.25;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  right: 40%;
}

.tf-map {
  padding: 50px 0;
  display: block;
}

@media (max-width: 1024px) {
  .tf-map .map-wrap {
    overflow-x: auto;
  }
  .tf-map .map-wrap img {
    min-width: 1400px;
  }
}

.tf-map .map-wrap {
  margin-top: 40px;
  position: relative;
}

.tf-map .map-wrap img {
  width: 100%;
  height: auto;
}

.tf-map .map-wrap .location {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.tf-map .map-wrap .location:hover .info-box {
  opacity: 1;
  pointer-events: all;
}

.tf-map .map-wrap .location .info-box {
  position: absolute;
  width: 340px;
  padding: 24px;
  height: auto;
  -webkit-transition: .2s all;
  transition: .2s all;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  left: 110%;
  top: -50%;
  border-radius: 10px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}

.tf-map .map-wrap .location .info-box h3 {
  font-size: 16px;
  color: #095073;
  margin-bottom: 20px;
}

.tf-map .map-wrap .location .info-box span {
  color: #095073;
}

.tf-map .map-wrap .location .info-box a {
  color: #00DA76;
  margin-top: 20px;
  display: block;
  font-weight: 600;
}

.tf-map .map-wrap .location > span {
  color: #FFC107;
  font-size: 40px;
}

.tf-map .map-wrap .location strong {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  color: #002E74;
}


.tf-panel-head {
  width: 100%;
  padding: 20px 0 50px 0;
  background: -webkit-gradient(linear, left top, right top, from(#002f76), to(#00da76));
  background: linear-gradient(to right, #002f76, #00da76);
}

.tf-panel-head .user-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .tf-panel-head .user-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tf-panel-head .user-wrap .pic {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
}

.tf-panel-head .user-wrap .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tf-panel-head .user-wrap .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: 16px;
}

.tf-panel-head .user-wrap .name strong {
  margin-bottom: 10px;
}

.tf-panel-head .user-wrap .name strong a {
  margin-left: 10px;
}

.tf-panel-head .tf-info {
  width: 100%;
  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;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .tf-panel-head .tf-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tf-panel-head .tf-info p span.red {
  font-weight: 600;
  color: #da003b;
}

.tf-panel-head .tf-info p span.green {
  font-weight: 600;
  color: #00da76;
}

.tf-panel-menu {
  width: 100%;
  margin-top: -20px;
}

.tf-panel-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .tf-panel-menu .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tf-panel-menu .container ul {
  display: inline-flex !important;
  width: auto !important;
}

@media (max-width: 1024px) {
  .tf-panel-menu .container ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100% !important;
  }
}

.tf-panel-menu .container ul > li {
  position: relative;
}

@media (max-width: 1024px) {
  .tf-panel-menu .container ul > li {
    width: 50% !important;t
  }
}

.tf-panel-menu .container ul > li:hover > a {
  background: #f5f7f9;
}

.tf-panel-menu .container ul > li:hover .drop-menu {
  opacity: 1;
  pointer-events: all;
}

.tf-panel-menu .container ul > li > a {
  width: 140px;
  height: 70px;
  background: #ffffff;
  border: 0.5px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  color: #686868;
}

@media (max-width: 1024px) {
  .tf-panel-menu .container ul > li > a {
    width: 100%;
  }
}

.tf-panel-menu .container ul > li > a img {
  margin-bottom: 5px;
}

.tf-panel-menu .container ul > li .drop-menu {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  pointer-events: none;
  z-index: 999;
}

.tf-panel-menu .container ul > li .drop-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 5px;
  font-size: 13px;
  color: #686868;
  border-bottom: 1px solid #dedede;
}

.tf-panel-menu .container ul > li .drop-menu a:hover {
  background: #f5f7f9;
}

.tf-panel-menu .container ul > li .drop-menu a:last-child {
  border-bottom: 0;
}

.panel-row-wrap {
  width: 100%;
  padding: 30px 0;
}

.panel-row-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .panel-row-wrap .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.panel-row-wrap .container .p-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1024px) {
  .panel-row-wrap .container .p-col {
    width: 100%;
  }
}

.panel-row-wrap .container .p-col:nth-child(2) {
  margin-left: 40px;
}

@media (max-width: 1024px) {
  .panel-row-wrap .container .p-col:nth-child(2) {
    margin-left: 0;
    margin-top: 40px;
  }
}

.tf-table-wrap {
  width: 100%;
}

@media (max-width: 1024px) {
  .tf-table-wrap {
    overflow-x: auto;
    position: relative;
  }
}

.tf-table-wrap .tft-head {
  width: 100%;
  background: #f5f7f9;
  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;
  height: 60px;
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .tf-table-wrap .tft-head {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  .tf-table-wrap .tft-head a {
    margin-top: 10px;
  }
}

.tf-table-wrap .tft-head h3 {
  font-size: 17px;
  color: #002e74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tf-table-wrap .tft-head h3 svg {
  margin-right: 5px;
}

.tf-table-wrap .tft-head a {
  width: 178px;
  height: 35px;
  background: #00da76;
  border-radius: 5px;
  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;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
}

.tf-table-wrap .tft-head a.red {
  background: #da003b;
}

.tf-table-wrap .tft-head a:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}

.tf-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 1024px) {
  .tf-table-wrap table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .tf-table-wrap table thead tr th {
    text-align: center !important;
    min-width: 50% !important;
  }
  .tf-table-wrap table thead tr th a {
    margin: 0 auto !important;
  }
  .tf-table-wrap table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .tf-table-wrap table tbody tr td {
    text-align: center !important;
    min-width: 50% !important;
  }
  .tf-table-wrap table tbody tr td a {
    margin: 0 auto !important;
  }
}

.tf-table-wrap table thead tr th {
  padding: 10px 5px;
  background: #00da76;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.tf-table-wrap table tbody tr td {
  text-align: center;
  padding: 10px 5px;
}

.tf-table-wrap table tbody tr td span {
  color: #090d23;
  font-size: 13px;
}

.tf-table-wrap table tbody tr td span.status {
  height: 30px;
  padding: 0 16px;
  border-radius: 30px;
  background: #f5f7f9;
  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;
  font-weight: 500;
}

.tf-table-wrap table tbody tr td span.status.green {
  color: #00da76;
  border: 1px solid #00da76;
}

.tf-table-wrap table tbody tr td span.status.green-bg {
  color: #fff;
  background: #00da76;
}

.tf-table-wrap table tbody tr td span.status.red {
  color: #da003b;
  border: 1px solid #da003b;
}

.tf-table-wrap table tbody tr td span.status.red-bg {
  color: #fff;
  background: #da003b;
}

.tf-table-wrap table tbody tr td span.status.grey {
  color: #686868;
  border: 1px solid #686868;
}

.tf-table-wrap table tbody tr td span.status.grey-bg {
  color: #fff;
  background: #686868;
}

.tf-table-wrap table tbody tr td span.status.blue {
  color: #002e74;
  border: 1px solid #002e74;
}

.tf-table-wrap table tbody tr td span.status.blue-bg {
  color: #fff;
  background: #002e74;
}

.tf-table-wrap table tbody tr td span.status.light-bg {
  background: #f5f7f9;
  color: 002e74;
}

.tf-table-wrap table tbody tr td small {
  font-size: 12px;
  display: block;
  color: #686868;
}

.tf-table-wrap table tbody tr td a.manage {
  height: 34px;
  padding: 0 16px;
  border-radius: 5px;
  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: #002e74;
  color: #00da76;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tf-table-wrap table tbody tr td a.manage.grey {
  background: #f5f7f9;
  color: #686868;
}

.tf-table-wrap table tbody tr td a.manage.grey img {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}

.tf-table-wrap table tbody tr td a.look {
  width: 34px;
  height: 34px;
  background: #002e74;
  color: #fff;
  border-radius: 5px;
  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-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.tf-logs {
  width: 100%;
}

.tf-logs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 12px;
  color: #002e74;
}

.tf-logs ul li strong {
  display: block;
  margin-bottom: 3px;
}

.tf-pagination {
  width: 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;
  padding: 15px 0;
}

.tf-pagination a {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  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;
  background: #002e74;
  color: #fff;
  margin: 0 2.5px;
}

.tf-pagination a.active, .tf-pagination a:hover {
  background: #00da76;
}

.tf-announce {
  width: 100%;
}

.tf-announce ul li {
  padding: 10px 12px;
}

.tf-announce ul li .head {
  width: 100%;
  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;
}

.tf-announce ul li .head strong {
  font-size: 16px;
  color: #002e74;
}

.tf-announce ul li .head span {
  color: #da003b;
}

.tf-announce ul li a {
  color: #da003b;
  display: block;
}

.tf-announce ul li p {
  color: #002e74;
  margin-bottom: 5px;
}

.tf-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tf-sort select {
  height: 40px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 0 7px;
  margin-right: 10px;
}

.tf-sort span {
  font-size: 17px;
  color: #686868;
  font-weight: 500;
}

.tf-search {
  width: 172px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.tf-search input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  text-indent: 10px;
  min-width: 10px;
}

.tf-search button {
  padding: 0 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  background: none;
  border: none;
}


.tf-dt-info {
  padding: 40px 0;
}

.tf-dt-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .tf-dt-info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tf-dt-info .container .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tf-dt-info .container .text h3 {
  font-size: 38px;
  color: #095073;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .tf-dt-info .container .text h3 {
    font-size: 30px;
  }
  .tf-dt-info .container .text h3 b {
    font-size: 32px;
  }
}

.tf-dt-info .container .text h3 b {
  font-size: 40px;
}

.tf-dt-info .container .text p {
  color: #092431;
  font-size: 16px;
  line-height: 1.6;
}

.tf-dt-info .container .text .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .tf-dt-info .container .text .buttons a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
    font-size: 12px !important;
    margin-right: 0 !important;
    margin: 0 3px !important;
  }
}

.tf-dt-info .container .text .buttons a {
  padding: 0 20px;
  height: 40px;
  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;
  color: #fff;
  background: #26bae9;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 20px;
  border-radius: 5px;
}

.tf-dt-info .container .text .buttons a:last-child {
  background: #da003b;
}

.tf-dt-info .container .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

@media (max-width: 1024px) {
  .tf-dt-info .container .img {
    margin-top: 30px;
  }
  .tf-dt-info .container .img img {
    max-width: 90%;
  }
}



.tf-dt-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}

@media (max-width: 1024px) {
  .tf-dt-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tf-dt-form .dt-form-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 20px;
}

.tf-dt-form .dt-form-col:nth-child(2) {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .tf-dt-form .dt-form-col:nth-child(2) {
    margin-left: 0;
  }
}

.tf-dt-form .dt-form-col.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .tf-dt-form .dt-form-col.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tf-dt-form input {
  width: 100%;
  height: 47px;
  border: 1px solid #dedede;
  padding: 0 10px;
}

.tf-dt-form input:focus {
  border-color: #00da76;
}

.tf-dt-form textarea {
  width: 100%;
  height: 240px;
  resize: vertical;
  border: 1px solid #dedede;
  padding: 10px;
}

.tf-dt-form textarea:focus {
  border-color: #00da76;
}

.tf-dt-form select {
  width: 32%;
  height: 47px;
  border: 1px solid #dedede;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .tf-dt-form select {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tf-dt-form select:focus {
  border-color: #00da76;
}

.tf-dt-form .input-b {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tf-dt-form .input-b strong {
  color: red;
  margin-bottom: 10px;
  display: block;
}

.tf-dt-form .input-b:nth-child(2) {
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .tf-dt-form .input-b:nth-child(2) {
    padding: 20px 0;
  }
}

.tf-dt-form .input-b input {
  width: 100%;
}

.tf-dt-form .dt-form-info {
  width: 100%;
  background: #f5f7f9;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.tf-dt-form .dt-form-info p {
  text-align: left;
  color: #002e74;
  font-size: 16px;
}

.tf-dt-form .dt-form-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .tf-dt-form .dt-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tf-dt-form .dt-form-bottom .dt-form-file {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tf-dt-form .dt-form-bottom .dt-form-file small {
  color: #686868;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .tf-dt-form .dt-form-bottom .dt-form-file small {
    display: block;
    word-break: break-all;
  }
}

.tf-dt-form .dt-form-bottom .dt-form-file .file-inp {
  max-width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dedede;
}

@media (max-width: 1024px) {
  .tf-dt-form .dt-form-bottom .dt-form-file .file-inp {
    max-width: 100%;
  }
}

.tf-dt-form .dt-form-bottom .dt-form-file .file-inp input {
  padding-top: 10px;
  margin-left: 50px;
  border: none;
}

.tf-dt-form .dt-form-bottom .dt-form-file .file-inp img {
  left: 0px;
  position: absolute;
}

.tf-dt-form .dt-form-bottom .dt-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1024px) {
  .tf-dt-form .dt-form-bottom .dt-form-submit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}

.tf-dt-form .dt-form-bottom .dt-form-submit strong {
  color: red;
}

.tf-dt-form .dt-form-bottom .dt-form-submit button {
  width: 227px;
  height: 40px;
  border-radius: 5px;
  background: #DA003B;
  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;
  color: #fff;
  border: none;
  margin-top: 10px;
  font-weight: 600;
}

    .tf-dt-form .dt-form-bottom .dt-form-submit a {
        width: 227px;
        height: 40px;
        border-radius: 5px;
        background: #DA003B;
        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;
        color: #fff;
        border: none;
        margin-top: 10px;
        font-weight: 600;
    }
    
    

.sepet{margin-top:4%}.siparisbilgileri table{width:100%!important}@media (max-width:1400px){.adamgizle{display:none}}.toggle{margin:0}#clientAreaMenus-2 li ul li .toggle{padding-left:32px}#clientAreaMenus-2 li ul.show{display:contents!important}*{margin:0;padding:0;outline:0;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none}html{font-size:13px;height:100%}body{font-family:Rajdhani,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.blue-bg{background:#f1fcff}.container{width:1150px;height:auto;margin:0 auto}.top-bar{width:100%;height:40px;background-color:#002f76;z-index:999}.top-bar .container{height:100%;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}.top-bar .container .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:600}.top-bar .container .left .fa-paper-plane{font-size:16px;color:#26bae9;margin-right:10px}.top-bar .container .left span{background-color:#26bae9;padding:3px 6px;margin:0 5px;border-radius:3px}.top-bar .container .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar .container .right a{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 10px;font-weight:600}.top-bar .container .right a:hover{color:#26bae9}.top-bar .container .right a:nth-child(5):hover{background-color:#003b94;color:#fff}.top-bar .container .right a:nth-child(6):hover{background-color:#003b94;color:#fff}.top-bar .container .right a:last-child{background-color:#26bae9}.top-bar .container .right a:last-child:hover{color:#002f76}header{width:100%;height:90px;background-color:#002b6a}header .container{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;height:100%}header .container nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}header .container nav ul li{margin-right:30px}header .container nav ul li:last-child{margin-right:0}header .container nav ul li:hover a{background-color:#fff;padding:8px 5px;border-top:4px solid #26bae9;color:#002f76;font-weight:700}header .container nav ul li.active a{background-color:#fff;padding:8px 5px;border-top:4px solid #26bae9;color:#002f76;font-weight:700}header .container nav ul li a{color:#c2ccdc;font-size:15px;font-weight:500}header .container .support-btn{width:160px;height:34px;border-radius:5px;border:1px solid #26bae9;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}header .container .support-btn:hover{background-color:#26bae9;-webkit-transition:.3s all;transition:.3s all}.hero{width:100%;height:660px;min-height:660px;background-image:url(../images/slider-bg.png),-webkit-gradient(linear,left top,left bottom,from(#002b6a),to(#020230));background-image:url(../images/slider-bg.png),linear-gradient(to bottom,#002b6a,#020230);background-repeat:no-repeat;background-position:left;z-index:999}.hero.hero-main{height:600px;min-height:600px;background-image:url(../images/slider-bg.png),-webkit-gradient(linear,left top,left bottom,from(#002b6a),to(#020230));background-image:url(../images/slider-bg.png),linear-gradient(to bottom,#002b6a,#020230)}.hero.hero-main header{background-image:none;background:0 0}.hero.hero-header{height:90px;min-height:90px;background-position:top}.hero.hero-small{height:110px;min-height:110px;background-position:top;background-image:-webkit-gradient(linear,left top,left bottom,from(#002b6a),to(#020230));background-image:linear-gradient(to bottom,#002b6a,#020230);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.hero .small-page-banner{padding-top:21px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.hero .small-page-banner h1{font-size:30px;color:#c2ccdc;margin-bottom:5px;font-weight:400}.hero .small-page-banner h1 b{color:#fff}.hero .small-page-banner p{font-size:16px;color:#999}.hero.yedekli-bg{background-image:url(../images/yedeklibg.png),-webkit-gradient(linear,left top,left bottom,from(#002b6a),to(#020230))!important;background-image:url(../images/yedeklibg.png),linear-gradient(to bottom,#002b6a,#020230)!important;background-size:cover!important}.hero.static-hero{min-height:700px;background-image:url(../images/dedicated-bg.png),-webkit-gradient(linear,left top,left bottom,from(#002b6a),to(#020230));background-image:url(../images/dedicated-bg.png),linear-gradient(to bottom,#002b6a,#020230);background-size:100%;background-position:top}.hero.static-hero header{background:-webkit-gradient(linear,left top,right top,from(#002c6e),to(#002358))!important;background:linear-gradient(to right,#002c6e,#002358)!important}.hero.static-hero .hero-static{width:100%;height:100%;background:rgba(0,47,118,.64)}.hero.static-hero .hero-static .container{padding-top:40px}.hero.static-hero .hero-static .container .head{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}.hero.static-hero .hero-static .container .head .left h1{font-size:44px;font-weight:700;color:#fff;position:relative;margin-bottom:5px}.hero.static-hero .hero-static .container .head .left h1::after{content:"";width:12%;height:2px;background-color:#00da76;position:absolute;bottom:2px;left:0}.hero.static-hero .hero-static .container .head .left p{font-size:18px;color:#fff}.hero.static-hero .hero-static .container .head .right .box{width:320px;height:74px;border:2px solid #fff;border-radius:5px 0 0 5px!important;background:-webkit-gradient(linear,left top,right top,from(#00da76),to(#00da7600));background:linear-gradient(to right,#00da76,#00da7600);border-image-slice:1;border-image-source:linear-gradient(to right,#fff,#ffffff00);border-right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.hero.static-hero .hero-static .container .head .right .box span{width:20px;height:100%;background-color:#26bae9;border-right:2px solid #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;color:#fff;font-weight:600}.hero.static-hero .hero-static .container .head .right .box span u{display:block;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);display:-webkit-box;display:-ms-flexbox;display:flex}.hero.static-hero .hero-static .container .head .right .box .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:20px;font-size:22px;color:#fff;font-weight:500}.hero.static-hero .hero-static .container .head .right .box .inner b{font-size:22px}.hero.static-hero .hero-static .container .head .right .box .inner u{font-size:17px}.hero.static-hero .hero-static .container .features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px}.hero.static-hero .hero-static .container .features .box{margin-right:20px;width:166px;height:60px;border:2px solid #26bae9;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 0 20px;font-size:16px;font-weight:600;color:#fff}.hero.static-hero .hero-static .container .features .box img{margin-right:10px}.hero.static-hero .hero-static .container .features .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero.static-hero .hero-static .container .features .text span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;color:#fff;font-size:16px;font-weight:600}.hero.static-hero .hero-static .container .features .text span:last-child{margin-bottom:0}.hero.static-hero .hero-static .container .features .text span img{margin-right:5px}.hero.static-hero .hero-static .container .banner-hosting-packs{margin-top:60px}.hero.static-hero .hero-static .container .banner-hosting-packs .head{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}.hero.static-hero .hero-static .container .banner-hosting-packs .head span{font-size:30px;color:#fff}.hero.static-hero .hero-static .container .banner-hosting-packs .head p{font-size:16px;color:#fff;font-weight:500}.hero.static-hero .hero-static .container .banner-hosting-packs .head .buttons{width:266px;height:33px;border:1px solid #fff;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex}.hero.static-hero .hero-static .container .banner-hosting-packs .head .buttons button{-webkit-box-flex:1;-ms-flex:1;flex:1;background:0 0;border:none;font-size:15px;color:#fff;cursor:pointer}.hero.static-hero .hero-static .container .banner-hosting-packs .head .buttons button:first-child.active{background:#26bae9;border-right:1px solid #fff;border-radius:5px}.hero.static-hero .hero-static .container .banner-hosting-packs .head .buttons button:first-child:hover{background:#26bae9;border-right:1px solid #fff;border-radius:5px}.hero.static-hero .hero-static .container .banner-hosting-packs .head .buttons button:last-child.active{background:#26bae9;border-left:1px solid #fff;border-radius:5px}.hero.static-hero .hero-static .container .banner-hosting-packs .head .buttons button:last-child:hover{background:#26bae9;border-left:1px solid #fff;border-radius:5px}.hero.static-hero .hero-static .container .banner-hosting-packs .body-wrap{margin-top:50px}.hero.static-hero .hero-static .container .yedekli-vds{margin-top:60px;position:relative;width:100%}.hero.static-hero .hero-static .container .yedekli-vds .carousel{display:-webkit-box;display:-ms-flexbox;display:flex}.hero.static-hero .hero-static .container .yedekli-vds .prev-btn{width:50px;height:110px;background-image:url(../images/arrow-triangle.png);background-repeat:no-repeat;position:absolute;left:-50px;top:125px;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;padding-top:15px;font-size:20px;padding-left:15px;color:#fff;cursor:pointer}.hero.static-hero .hero-static .container .yedekli-vds .next-btn{width:50px;height:110px;background-image:url(../images/arrow-triangle.png);background-repeat:no-repeat;position:absolute;right:-49px;top:125px;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;padding-top:15px;font-size:20px;padding-left:15px;color:#fff;cursor:pointer;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.hero.static-hero .hero-static .container .yedekli-vds .box{width:275px;border-radius:10px;margin:0 8px;-webkit-box-shadow:0 6px 43px 0 rgba(61,206,255,.21);box-shadow:0 6px 43px 0 rgba(61,206,255,.21)}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs{border-radius:10px;background-color:#00d775}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .head{width:100%;height:80px;background-color:#26bae9;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:0 10px;border-radius:10px 10px 0 0;color:#fff;border-top:4px solid #6adbff;border-left:4px solid #6adbff;border-right:4px solid #6adbff}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .head .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .head .left span{font-size:20px;font-weight:600}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .head .left p{font-size:15px;font-weight:500}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .head .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .head .right b{font-size:32px;font-weight:700}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .head .right small{font-size:16px;font-weight:500}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;z-index:5;border-radius:0 0 5px 5px;border:4px solid #6adbff;width:275px;margin-left:0;border-radius:0 0 10px 10px}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .wrapper .item{width:50%;height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid #6adbff;font-size:16px;color:#2a255a}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .wrapper .item img{margin-bottom:10px}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .wrapper .item b{margin-bottom:3px}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .wrapper .item:nth-child(2n){border-left:1px solid #6adbff}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs>a{width:100%;height:50px;margin-top:0;background-color:#00d775;color:#fff;font-size:16px;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;z-index:0;width:275px;margin-left:0;border-radius:0 0 10px 10px}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs>a img{margin-right:10px}.hero.static-hero .hero-static .carousel-wrap{width:1280px;margin:80px auto 0 auto;position:relative}.hero.static-hero .hero-static .carousel-wrap .caro-left{position:absolute;top:50%;left:-15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:35px;border:2px solid #00da76;border-radius:5px;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;color:#fff;font-size:16px;background:0 0}.hero.static-hero .hero-static .carousel-wrap .caro-left:hover{background-color:#00da76;cursor:pointer}.hero.static-hero .hero-static .carousel-wrap .caro-right{position:absolute;top:50%;right:-15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:22px;height:37px;border:2px solid #00da76;border-radius:5px;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;color:#fff;font-size:16px;background:0 0}.hero.static-hero .hero-static .carousel-wrap .caro-right:hover{background-color:#00da76;cursor:pointer}.hero.static-hero .hero-static .carousel-wrap .carousel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont{margin:0 15px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item{width:388px;border:3px solid #68daff;border-radius:10px;overflow:hidden}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .item-head{height:79px;background-color:#26bae9;border-radius:10px 10px 0 0;padding:10px;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;margin-top:-3px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .item-head .item-head-left{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .item-head .item-head-left span{font-size:24px;font-weight:500}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .item-head .item-head-left p{font-size:13px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .item-head .item-head-left img{max-width:50px;margin-left:10px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .item-head .item-head-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:#fff}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .item-head .item-head-right b{font-size:33px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .item-head .item-head-right span{font-size:15px;font-weight:500}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .body{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;background:#fff;padding:20px 20px 0 20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .body .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25%;margin-bottom:20px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .body .box img{margin-bottom:5px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .body .box b{font-size:14px;color:#002f76}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .body .box span{font-size:14px;color:#002f76;font-weight:500}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item-bottom{padding:10px 0;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}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item-bottom span{color:#fff;font-size:15px;font-weight:500}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item-bottom span u{font-size:14px;padding:2px 6px;border-radius:3px;background:#00da76;color:#fff}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item-bottom a{padding:7px 14px;border:2px solid #00da76;border-radius:4px;color:#fff;font-size:15px;font-weight:500}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item-bottom a:hover{background:#00da76;-webkit-transition:.3s all;transition:.3s all}.hero .hero-slider{height:calc(100% - 90px)}.hero .hero-slider .container{height:100%}.hero .hero-slider .container .slider{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero .hero-slider .container .slider .item{display:-webkit-box;display:-ms-flexbox;display:flex}.hero .hero-slider .container .slider .item .text{margin-left:10px;margin-top:40px}.hero .hero-slider .container .slider .item .text span{font-size:32px;color:#c2ccdc}.hero .hero-slider .container .slider .item .text p{font-size:18px;font-weight:500;color:#c2ccdc;margin-top:8px}.hero .hero-slider .container .slider .slick-dots{top:0;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;right:0;color:#fff}.hero .hero-slider .container .slider .slick-dots li{width:auto;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;-webkit-transition:.3s all;transition:.3s all}.hero .hero-slider .container .slider .slick-dots li.slick-active{font-size:17px}.hero .hero-slider .container .slider .slick-dots li.slick-active a span{width:40px}.hero .hero-slider .container .slider .slick-dots li a{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero .hero-slider .container .slider .slick-dots li a span{width:20px;height:1px;background-color:#fff;display:block;margin-left:5px;position:relative}.hero .hero-slider .container .slider .slick-dots li a span u{position:absolute;bottom:2px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.mega-menu .menu-item{width:100%;height:415px;background-color:#fff;position:absolute;top:152px;left:0;z-index:9996;width:100%;-webkit-transform:translateY(20px);transform:translateY(20px);pointer-events:none;opacity:0;-webkit-transition:.3s all;transition:.3s all}.mega-menu .menu-item.show-menu{opacity:1;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}.mega-menu .menu-item .container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.mega-menu .menu-item .container::before{content:"";width:110%;height:7px;border-radius:7px;background-color:#00da76;position:absolute;top:-3px;left:-5%}.mega-menu .menu-item .container::after{content:"";width:110%;height:7px;border-radius:7px;background-color:#00da76;position:absolute;bottom:-3px;left:-5%;z-index:0}.mega-menu .menu-item .container .left{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px 0}.mega-menu .menu-item .container .left .row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:25px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mega-menu .menu-item .container .left .row .coll{width:49%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s all;transition:.3s all}.mega-menu .menu-item .container .left .row .coll:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.mega-menu .menu-item .container .left .row .coll img{margin-right:10px}.mega-menu .menu-item .container .left .row .coll .detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#002f76}.mega-menu .menu-item .container .left .row .coll .detail b{font-size:20px}.mega-menu .menu-item .container .left .row .coll .detail span{width:50px;height:2px;background-color:#00da76;margin-bottom:5px}.mega-menu .menu-item .container .left .row .coll .detail p{font-size:14px;font-weight:500}.mega-menu .menu-item .container .left .bottom-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;background-color:#fafafa;height:63px;border-radius:5px;border:1px solid #e3e3e3}.mega-menu .menu-item .container .left .bottom-links a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;font-size:16px;font-weight:600;color:#002f76;-webkit-transition:.3s all;transition:.3s all}.mega-menu .menu-item .container .left .bottom-links a:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.mega-menu .menu-item .container .left .bottom-links a img{margin-right:7px;max-width:35px}.mega-menu .menu-item .container .right-banner{width:415px;height:470px;margin-left:20px;border:5px solid #00da76;border-radius:0 0 30px 30px;background-image:url(../images/menuright.png);background-repeat:no-repeat;background-position:center;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff;padding-top:20px;padding-bottom:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:5!important}.mega-menu .menu-item .container .right-banner p{font-size:16px}.mega-menu .menu-item .container .right-banner p span{font-size:20px}.mega-menu .menu-item .container .right-banner p a{color:#fff;font-weight:600}.mega-menu .menu-item .container .right-banner .countdown-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;width:100%;padding:0 15px}.mega-menu .menu-item .container .right-banner .countdown-wrap span{padding:4px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 5px;border:1px solid #00da76;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.domain-search{width:100%;height:74px;background-color:#002f76;z-index:2;margin-top:0}.domain-search .container{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}.domain-search .container .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.domain-search .container .left .box{height:107px;width:200px;-webkit-clip-path:polygon(0 0,80% 2%,100% 100%,0 100%);clip-path:polygon(0 0,80% 2%,100% 100%,0 100%);background-color:#26bae9;margin-top:-30px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.domain-search .container .left .box span{font-size:20px;color:#fff}.domain-search .container .left .box b{font-size:30px;color:#fff}.domain-search .container .left .domain-list{margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.domain-search .container .left .domain-list>span{font-size:18px;color:#fff;margin-top:15px}.domain-search .container .left .domain-list .boxes{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:15px;max-width:350px}.domain-search .container .left .domain-list .boxes .item{width:110px;height:47px;border-radius:10px;background-color:#fff;border:1px solid #26bae9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0;margin-right:8px}.domain-search .container .left .domain-list .boxes .item .prices{margin-top:5px;margin-bottom:5px!important}.domain-search .container .left .domain-list .boxes .item .prices small{font-size:13px;font-weight:700;color:#26bae9;text-decoration:line-through}.domain-search .container .left .domain-list .boxes .item .prices span{font-size:16px;font-weight:700;color:#002f76}.domain-search .container .right{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-20px}.domain-search .container .right input{height:40px;background-color:#002f76;border:none;border-bottom:2px solid #26bae9;width:330px;color:#fff;font-size:20px;font-family:Rajdhani,sans-serif}.domain-search .container .right input::-webkit-input-placeholder{color:#fff}.domain-search .container .right input:-ms-input-placeholder{color:#fff}.domain-search .container .right input::-ms-input-placeholder{color:#fff}.domain-search .container .right input::placeholder{color:#fff}.domain-search .container .right button{background-color:#002f76;border:2px solid #26bae9;color:#fff;width:150px;height:40px;border-radius:10px;color:#fff;font-size:20px;font-family:Rajdhani,sans-serif;cursor:pointer}.domain-search .container .right button:hover{background-color:#26bae9}.services{width:100%}.services .wrapper{width:1400px;height:590px;background-color:#002f76;margin:0 auto;-webkit-clip-path:polygon(0 0,100% 0,80% 100%,20% 100%);clip-path:polygon(0 0,100% 0,80% 100%,20% 100%);position:relative}.services .wrapper .inner{width:1370px;height:580px;margin-left:15px;background-color:#f1f4fc;-webkit-clip-path:polygon(0 0,100% 0,80% 100%,20% 100%);clip-path:polygon(0 0,100% 0,80% 100%,20% 100%)}.services .wrapper .inner .container{width:1000px;padding-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex}.services .wrapper .inner .container .left h3{font-size:26px;font-weight:700;color:#002f76}.services .wrapper .inner .container .left p{font-size:16px;color:#002f76;font-weight:400}.services .wrapper .inner .container .left .tab-buttons{width:100%;padding:10px 0;border-top:1px solid #dee1e0;border-bottom:1px solid #dee1e0;margin:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.services .wrapper .inner .container .left .tab-buttons span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;height:50px;border-radius:5px;margin-right:5px;padding:0 10px;cursor:pointer}.services .wrapper .inner .container .left .tab-buttons span.active{background-color:#fff}.services .wrapper .inner .container .left .tab-buttons span:hover{background-color:#fff}.services .wrapper .inner .container .left .tab-buttons span img{margin-right:10px}.services .wrapper .inner .container .left .tab-buttons span .detail{color:#002f76;font-size:16px}.services .wrapper .inner .container .left .content{display:none;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.services .wrapper .inner .container .left .content.show-tab{display:-webkit-box;display:-ms-flexbox;display:flex}.services .wrapper .inner .container .left .content .content-img{margin-right:15px}.services .wrapper .inner .container .left .content .content-body h3{font-size:22px;color:#34588f}.services .wrapper .inner .container .left .content .content-body p{font-size:16px;color:#002f76;line-height:20pt;padding-bottom:10px;border-bottom:1px solid #dee1e0;margin-bottom:10px}.services .wrapper .inner .container .left .content .action{display:-webkit-box;display:-ms-flexbox;display:flex}.services .wrapper .inner .container .left .content .action a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:143px;height:36px;border-radius:10px;background-color:#26bae9}.services .wrapper .inner .container .left .content .action a span{width:40px;height:36px;background-color:#f50;border-radius:10px 0 0 10px;-webkit-clip-path:polygon(0 0,80% 0,100% 100%,0 100%);clip-path:polygon(0 0,80% 0,100% 100%,0 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:17px;color:#fff}.services .wrapper .inner .container .left .content .action a u{margin-left:10px;font-size:17px;color:#fff}.services .wrapper .inner .container .left .content .action .price{margin-left:15px;font-size:16px;color:#002f76;line-height:1}.services .wrapper .inner .container .left .content .action .price span{font-size:31px}.services .wrapper .inner .container .left .content .action .price u{color:#f50}.services .wrapper .inner .container .right{margin-left:15px}.services .wrapper .inner .container .right img{width:100%}.hosting-packs{width:100%;min-height:753px;max-height:753px;margin:50px 0 100px 0;display:block;background-image:url(../images/hosting-bg.png);background-size:cover;background-repeat:no-repeat;background-position:50% 0}.hosting-packs .overlay{width:100%;height:100%;overflow:hidden;position:relative}.hosting-packs .overlay .container{height:100%}.hosting-packs .overlay .container .heading{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin:80px 0 40px 0}.hosting-packs .overlay .container .heading .title{font-size:30px;font-weight:700;color:#002f76}.hosting-packs .overlay .container .heading .title b{font-size:44px;color:#0e1e4a}.hosting-packs .overlay .container .heading p{font-size:18px;color:#002f76}.hosting-packs .overlay .container .info-text{font-size:18px;color:#002f76;text-align:center;margin-top:20px}.pack-tab-wrapper{display:none!important}.pack-tab-wrapper.show-tab{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.pack-wrapper{display:none;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pack-wrapper .pack{width:270px;height:auto;border-radius:10px;background-color:#fff;border:1px solid #002f76;-webkit-box-shadow:6px 0 13px rgba(61,206,255,.21);box-shadow:6px 0 13px rgba(61,206,255,.21);position:relative;z-index:1!important;margin:45px 10px 0 10px}.pack-wrapper .pack.reseller{overflow:visible!important;padding-top:50px}.pack-wrapper .pack.reseller.populer .title{background-image:url(../images/reseller-bg-populer.png)}.pack-wrapper .pack.reseller .title{position:absolute;top:-30px;height:80px;overflow:visible!important;background:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px;background-repeat:no-repeat;background-position:bottom;background-image:url(../images/reseller-title.svg)}.pack-wrapper .pack.reseller .title span{position:absolute;top:33px;right:-5px;font-size:14px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pack-wrapper .pack.reseller .old-price{position:relative}.pack-wrapper .pack.reseller .old-price small{font-weight:500;font-size:14px;color:#002f76}.pack-wrapper .pack.reseller .old-price::before{position:absolute;content:"";width:50%;height:1px;background-color:red;top:12px;left:0;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}.pack-wrapper .pack.reseller .current-price small{font-size:14px;font-weight:500}.pack-wrapper .pack.reseller::before{display:none}.pack-wrapper .pack.purple::before{background-image:url(../images/purple-bg.svg)}.pack-wrapper .pack.orange-suggest::before{background-image:url(../images/tavsiye-bg.svg);top:-40px;content:"Tavsiye Edilen";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:24%;font-size:20px;padding-top:5px;font-weight:500;color:#fff;left:15px}.pack-wrapper .pack.orange::before{background-image:url(../images/orange-bg.svg)}.pack-wrapper .pack.green::before{background-image:url(../images/green-bg.svg)}.pack-wrapper .pack::before{content:"";width:269px;height:40px;background-image:url(../images/blue-bg.svg);background-repeat:no-repeat;position:absolute;top:-15px;left:0;z-index:-1}.pack-wrapper .pack .title{width:100%;height:56px;background-color:#002f76;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;border-radius:10px;font-size:23px;font-weight:500;text-align:center}.pack-wrapper .pack .content{padding:10px 20px 20px 20px}.pack-wrapper .pack .content .subtitle{font-size:19px;color:#26bae9;font-weight:500}.pack-wrapper .pack .content .pricing{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;margin-top:10px}.pack-wrapper .pack .content .pricing .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pack-wrapper .pack .content .pricing .left .old-price{font-size:23px;color:#858687}.pack-wrapper .pack .content .pricing .left .current-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:55px;line-height:.8;margin-top:10px;color:#002f76}.pack-wrapper .pack .content .pricing .left .current-price u{font-size:22px}.pack-wrapper .pack .content .pricing .left .current-price-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:55px;line-height:.8;margin-top:10px;color:#002f76}.pack-wrapper .pack .content .pricing .left .current-price-2 span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.pack-wrapper .pack .content .pricing .left .current-price-2 small{font-size:35px}.pack-wrapper .pack .content .pricing .left .current-price-2 u{font-weight:500;font-size:22px;margin-top:5px}.pack-wrapper .pack .content .buy{width:148px;height:38px;border-radius:5px;background-color:#ffd803;color:#002f76;font-weight:700;font-size:18px;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;margin:10px 0}.pack-wrapper .pack .content ul .all-details{display:none}.pack-wrapper .pack .content ul li{font-size:14px;font-weight:600;color:#002f76;margin-top:4px;position:relative!important}.pack-wrapper .pack .content ul li:hover .tooltip{display:-webkit-box;display:-ms-flexbox;display:flex}.pack-wrapper .pack .content ul li .tooltip{position:absolute;right:0;z-index:9900;top:-20px;border-radius:10px;color:#fff;max-width:120px;height:63px;background-color:#26bae9;padding:10px;display:none;font-size:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pack-wrapper .pack .content ul li .tooltip::before{content:"";position:absolute;left:-9px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #26bae9}.pack-wrapper .pack .content .see-detail{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s all;transition:.3s all;color:#002f76;font-size:14px}.pack-wrapper .pack .content .see-detail span{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;width:22px;height:22px;border-radius:5px;background-color:#f3f3f1;margin-right:10px}.pack-wrapper .pack .content .see-detail:hover{padding-left:5px}.pack-wrapper .pack .content .see-detail a{color:#002f76;font-size:14px}.rent-server .container .heading{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;margin-bottom:50px}.rent-server .container .heading .left h2{font-size:36px;font-weight:700;color:#002f76}.rent-server .container .heading .left p{font-size:20px;color:#002f76}.rent-server .container .heading .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rent-server .container .heading .right span{padding:0 40px;height:90px;background-color:#e8f9ff;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;cursor:pointer;-webkit-clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}.rent-server .container .heading .right span:first-child{margin-right:-35px}.rent-server .container .heading .right span:hover{background-color:#00da76}.rent-server .container .heading .right span:hover b{color:#fff}.rent-server .container .heading .right span.active{background-color:#00da76}.rent-server .container .heading .right span.active b{color:#fff}.rent-server .container .heading .right span b{font-size:28px;color:#002f76;margin-left:10px}.rent-server .table-container{position:relative;display:none}.rent-server .table-container.show-tab{display:block}.rent-server .table-container .bg{position:absolute;right:0;top:40px}.rent-server .table-container .container .server-list{width:970px;height:auto;-webkit-clip-path:polygon(0 0,93% 0,100% 100%,0 100%);clip-path:polygon(0 0,93% 0,100% 100%,0 100%);background-color:#e8f9ff;padding:20px 10px 20px 30px}.rent-server .table-container .container .server-list .server-row{width:856px;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #26bae9;-webkit-transition:.3s all;transition:.3s all}.rent-server .table-container .container .server-list .server-row:last-child{border-bottom:0}.rent-server .table-container .container .server-list .server-row:hover{background-color:#fff;border-bottom:0;-webkit-box-shadow:4px 0 5px rgba(0,0,0,.08);box-shadow:4px 0 5px rgba(0,0,0,.08);border-radius:10px;-webkit-transform:scale(1.05);transform:scale(1.05)}.rent-server .table-container .container .server-list .server-row .col{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rent-server .table-container .container .server-list .server-row .col:nth-child(2){-webkit-box-flex:1.3;-ms-flex:1.3;flex:1.3}.rent-server .table-container .container .server-list .server-row .col.price{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.rent-server .table-container .container .server-list .server-row .col.price b{font-size:27px;color:#002f76;font-weight:700;line-height:1}.rent-server .table-container .container .server-list .server-row .col.price small{font-size:18px;font-weight:600;color:#002f76;line-height:1;margin-bottom:5px}.rent-server .table-container .container .server-list .server-row .col.price a{width:69px;height:26px;border-radius:5px;background-color:#00da76;color:#fff;font-size:17px;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}.rent-server .table-container .container .server-list .server-row .col .first{font-size:18px;color:#002f76;margin-bottom:10px}.rent-server .table-container .container .server-list .server-row .col .t{font-size:15px;color:#002f76}.rent-server .table-container .container .server-list .server-row .col p{font-size:14px;color:#747474}.softwares{width:100%;padding:40px 0;margin:30px 0 0 0;background-color:#f1fcff}.softwares .container .heading{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;margin-bottom:30px}.softwares .container .heading .left h2{font-size:36px;font-weight:700;color:#002f76}.softwares .container .heading .left p{font-size:20px;color:#002f76}.softwares .container .heading .right button{color:#00da76;font-size:20px;margin:0 7px;background:0 0;border:none;cursor:pointer}.prod-list-cont{display:-webkit-box;display:-ms-flexbox;display:flex}.prod-list-cont .prod-wrap{width:350px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 30px}.prod-list-cont .prod-wrap .name{text-align:center;font-weight:700;color:#002f76;font-size:18px;margin-bottom:5px}.prod-list-cont .prod-wrap .prod-box{width:270px;height:300px;border:2px solid #b4d2ff;border-radius:20px;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}.prod-list-cont .prod-wrap .prod-box .left{margin-left:-40px}.prod-list-cont .prod-wrap .prod-box .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:-40px}.prod-list-cont .prod-wrap .prod-box .right a{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;width:89px;height:49px;border-radius:10px;background-color:#002f76;color:#fff;font-weight:700;font-size:14px;margin-bottom:5px}.prod-list-cont .prod-wrap .prod-box .right a:nth-child(2){background-color:#00da76}.prod-list-cont .prod-wrap .prod-box .right a:nth-child(3){background-color:#004aba}.prod-list-cont .prod-wrap .prod-box .right a:last-child{background-color:#e3007e}section.about{width:100%;min-height:613px;max-height:613px;background:#64748d;background-image:url(../images/aboutbg.png);background-size:120%;background-position:top right;position:relative}section.about::after{content:"";width:380px;height:9px;border-radius:9px;background-color:#26bae9;position:absolute;top:-5px;right:15%}section.about::before{content:"";width:380px;height:9px;border-radius:9px;background-color:#26bae9;position:absolute;bottom:-5px;left:15%}section.about .container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 0}section.about .container .specs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px 0;max-width:790px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.about .container .specs .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}section.about .container .specs .box img{-webkit-filter:invert(1);filter:invert(1)}section.about .container .specs .box::after{content:"";width:1px;height:45px;background-color:#fff;right:-40px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}section.about .container .specs .box:last-child::after{display:none}section.about .container .specs .box b{margin-top:10px;color:#fff;font-size:18px}section.about .container .info{text-align:center;max-width:870px}section.about .container .info p{margin-bottom:30px;font-size:16px;color:#fff;font-weight:500}section.testimonials{width:100%;position:relative}section.testimonials .bg{position:absolute;left:680px;top:50px}section.testimonials .inner{width:900px;height:597px;background-color:#f1f7ff;-webkit-clip-path:polygon(0 0,88% 0,100% 100%,0 100%);clip-path:polygon(0 0,88% 0,100% 100%,0 100%);padding-left:calc((100% - 1150px)/ 2)}section.testimonials .inner .head{padding-top:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.testimonials .inner .head small{font-size:20px;color:#004aba;font-weight:500}section.testimonials .inner .head span{font-size:29px;color:#002f76;font-weight:600}section.testimonials .inner .comment-wrap{margin-top:100px;width:430px}section.testimonials .inner .comment-wrap .box{width:430px}section.testimonials .inner .comment-wrap .box span{font-size:40px;color:#002f76;font-weight:500;margin-bottom:10px}section.testimonials .inner .comment-wrap .box p{font-size:24px;color:#686868}section.testimonials .inner .comment-wrap .slick-dots{bottom:-150px!important;left:0!important;width:auto!important}section.testimonials .inner .comment-wrap .slick-dots li{margin:0!important;padding:0!important}section.testimonials .inner .comment-wrap .slick-dots li.slick-active button{background-color:#002f76!important}section.testimonials .inner .comment-wrap .slick-dots li.slick-active button::before{color:#6b6060!important}section.testimonials .inner .comment-wrap .slick-dots li button{background-color:#002f76!important;width:7px!important;height:7px!important;padding:1px!important;border-radius:50%}section.testimonials .inner .comment-wrap .slick-dots li button::before{width:0!important;height:0!important;font-size:0!important;color:#fff!important;content:""!important}footer{width:100%;min-height:510px;height:510px;background:#002f76;background-image:url(../images/footerbg.png);background-size:cover;background-position:0 70%}footer .container{height:100%;padding:40px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}footer .container::before{content:"";position:absolute;left:2.5%;top:-4px;width:95%;height:8px;border-radius:8px;background-color:#26bae9}footer .container::after{content:"";position:absolute;left:2.5%;bottom:-4px;width:95%;height:8px;border-radius:8px;background-color:#26bae9}footer .container .top{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;width:100%}footer .container .top .top-contact{-webkit-box-flex:1;-ms-flex:1;flex:1;height:53px;margin:0 40px;border-radius:15px;background-color:rgba(0,58,151,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;border:1px solid #004aba}footer .container .top .top-contact .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:1px solid #fff;height:35px}footer .container .top .top-contact .left .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px;color:#fff;font-size:15px}footer .container .top .top-contact .left .row img{margin-right:10px;-webkit-filter:invert(1);filter:invert(1)}footer .container .top .top-contact .mid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}footer .container .top .top-contact .mid a{color:#fff;font-size:15px;border-right:1px solid #fff;padding-right:10px}footer .container .top .top-contact .mid a:last-child{padding-right:0;border-right:0}footer .container .top .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}footer .container .top .right span{font-size:14px;color:#fff}footer .container .top .right u{width:60px;height:3px;border-radius:3px;background-color:#26bae9;margin:5px 0}footer .container .top .right .links{display:-webkit-box;display:-ms-flexbox;display:flex}footer .container .top .right .links a{padding:5px;color:#fff}footer .container>.mid{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 30px}footer .container>.mid .left .title{font-size:20px;font-weight:600;color:#fff;margin-bottom:5px;position:relative}footer .container>.mid .left .title::before{content:"";position:absolute;left:-10px;top:10%;width:3px;height:80%;border-radius:3px;background-color:#26bae9}footer .container>.mid .left p{font-size:14px;max-width:526px;font-weight:500;color:#fff;line-height:1.6}footer .container>.mid .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}footer .container>.mid .right b{margin-bottom:10px;color:#fff;font-size:20px;font-weight:600}footer .container>.mid .right .mail-box{width:365px;height:35px;border:1px solid #fff;border-radius:35px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}footer .container>.mid .right .mail-box img{position:absolute;right:15px;top:5px}footer .container>.mid .right .mail-box input{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:35px;border:none;background:0 0;text-indent:10px;color:#fff;font-size:15px}footer .container>.mid .right .mail-box input::-webkit-input-placeholder{color:#fff}footer .container>.mid .right .mail-box input:-ms-input-placeholder{color:#fff}footer .container>.mid .right .mail-box input::-ms-input-placeholder{color:#fff}footer .container>.mid .right .mail-box input::placeholder{color:#fff}footer .container .bottom{display:-webkit-box;display:-ms-flexbox;display:flex}footer .container .bottom .title{font-size:20px;font-weight:600;color:#fff;margin-bottom:10px;position:relative}footer .container .bottom .title::before{content:"";position:absolute;left:-10px;top:10%;width:3px;height:80%;border-radius:3px;background-color:#26bae9}footer .container .bottom .col{padding-left:30px;-webkit-box-flex:1;-ms-flex:1;flex:1}footer .container .bottom .col ul li{margin-bottom:10px}footer .container .bottom .col ul li a{font-size:16px;font-weight:500;color:#fff}.footer-banks{min-height:80px;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-line{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.border-line span{-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px}.border-line span:nth-child(odd){background-color:#26bae9}.border-line span:nth-child(even){background-color:#002f76}section.os-about{width:100%;min-height:870px;background-image:url(../images/os-bg.png)}section.os-about .container{height:100%;padding-top:70px}section.os-about .container .title{font-size:30px;font-weight:700;color:#002f76;text-align:center}section.os-about .container .tab-buttons{margin:50px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.os-about .container .tab-buttons span{width:117px;height:130px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;margin:0 20px;opacity:.5}section.os-about .container .tab-buttons span.active{-webkit-transition:.3s all;transition:.3s all;border:1px solid #dadada;opacity:1}section.os-about .container .tab-buttons span:hover{border:1px solid #dadada;opacity:1}section.os-about .container .tab-buttons span b{padding:10px 0 0 0;font-size:20px;color:#002f76}section.os-about .container .tab-cont .os-tab{display:none}section.os-about .container .tab-cont .os-tab.show-tab{display:block}section.os-about .container .tab-cont .os-tab .inner{display:-webkit-box;display:-ms-flexbox;display:flex}section.os-about .container .tab-cont .os-tab .inner .left{width:50%}section.os-about .container .tab-cont .os-tab .inner .left h2{font-size:31px;margin-bottom:10px;color:#002f76}section.os-about .container .tab-cont .os-tab .inner .left p{font-size:18px;color:#504f4f}section.os-about .container .tab-cont .os-tab .inner .right{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;width:50%}section.os-about .container .tab-cont .os-tab .inner .right img{border-radius:10px;-webkit-box-shadow:6px 0 18px rgba(63,66,68,.29);box-shadow:6px 0 18px rgba(63,66,68,.29)}section.table-section{background-color:#f7f7f7;padding:50px 0 90px 0}section.table-section .container .title{text-align:center;font-size:26px;font-weight:500;color:#002f76;margin-bottom:60px}section.table-section .table-cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.table-section .vds-table{display:-webkit-box;display:-ms-flexbox;display:flex}section.table-section .vds-table .left{width:225px}section.table-section .vds-table .left ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:22px;font-size:22px;font-weight:500;color:#002f76}section.table-section .vds-table .left ul li:nth-child(odd){background-color:#f7f7f7;height:55px}section.table-section .vds-table .left ul li:nth-child(even){background-color:#fff;height:40px}section.table-section .vds-table .left ul li:first-child{height:70px!important;font-weight:700}section.table-section .vds-table .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}section.table-section .vds-table .right .col{width:125px}section.table-section .vds-table .right .col:hover ul{border:2px solid #d7e6ff;border-radius:10px;overflow:hidden;background-color:rgba(215,230,255,.5)}section.table-section .vds-table .right .col:hover ul li:nth-child(odd){background-color:#f3f3f3}section.table-section .vds-table .right .col:hover ul li:nth-child(even){background-color:#f5f5f6}section.table-section .vds-table .right .col ul li{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;text-align:center;font-size:20px;font-weight:500;color:#002f76}section.table-section .vds-table .right .col ul li b{font-size:26px}section.table-section .vds-table .right .col ul li u{text-decoration:line-through;color:#a9a9a9}section.table-section .vds-table .right .col ul li:nth-child(odd){background-color:#f7f7f7;height:55px}section.table-section .vds-table .right .col ul li:nth-child(even){background-color:#fff;height:40px}section.table-section .vds-table .right .col ul li:first-child{height:70px!important;font-weight:700}section.table-section .vds-table .right .col .action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.table-section .vds-table .right .col .action a:first-child{width:100px;height:50px;background-color:#002f76;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:5px 0;font-size:25px;line-height:1}section.table-section .vds-table .right .col .action a:first-child small{font-size:12px}section.table-section .vds-table .right .col .action a:last-child{width:100px;height:40px;background-color:#ffd803;color:#002f76;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px}section.faq{padding:60px 0}section.faq .container .head{font-size:28px;color:#8cafff;margin-bottom:20px;font-weight:600}section.faq .container .accordion{margin-bottom:20px}section.faq .container .accordion.active{background-color:#fff;border-radius:5px;-webkit-box-shadow:3px 0 21px rgba(0,47,118,.07);box-shadow:3px 0 21px rgba(0,47,118,.07)}section.faq .container .accordion.active .title span{border-radius:5px 5px 10px 0}section.faq .container .accordion.active .panel{display:block}section.faq .container .accordion .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:600;color:#002f76;cursor:pointer}section.faq .container .accordion .title span{margin-right:30px;width:47px;height:47px;background-color:#8cafff;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:10px;font-size:28px;color:#fff}section.faq .container .accordion .title span .fa-minus{display:none}section.faq .container .accordion .panel{padding:24px;color:#002f76;font-size:16px;display:none;line-height:1.6}.hosting-about{width:100%;min-height:422px;background-color:#f2f6ff;margin-top:400px}.hosting-about .container{height:100%}.hosting-about .container .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:-30px}.hosting-about .container .head .buttons{height:60px;width:533px;border-radius:60px;background-color:#8cafff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;font-size:20px;color:#fff}.hosting-about .container .head .buttons span{cursor:pointer}.hosting-about .container .head .buttons span.active{font-weight:600;border-bottom:1px solid #000;padding-bottom:3px}.hosting-about .container .head .buttons span:hover{font-weight:600;border-bottom:1px solid #000;padding-bottom:3px}.hosting-about .container .hosting-tabs .host-tab{display:none}.hosting-about .container .hosting-tabs .host-tab.show-tab{display:block}.hosting-about .container .hosting-tabs .host-tab .inner .question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.hosting-about .container .hosting-tabs .host-tab .inner .question img{margin-top:-60px}.hosting-about .container .hosting-tabs .host-tab .inner .question .detail{margin-left:20px}.hosting-about .container .hosting-tabs .host-tab .inner .question .detail h2{font-size:30px;font-weight:600;color:#002f76}.hosting-about .container .hosting-tabs .host-tab .inner .question .detail p{font-size:18px;font-weight:500;color:#002f76}.hosting-about .container .hosting-tabs .host-tab .inner .content{display:-webkit-box;display:-ms-flexbox;display:flex}.hosting-about .container .hosting-tabs .host-tab .inner .content .left .title{font-size:40px;font-weight:600;color:#002f76;margin-bottom:20px}.hosting-about .container .hosting-tabs .host-tab .inner .content .left p{font-size:18px;font-weight:600;color:#002f76;max-width:688px}.hosting-about .container .hosting-tabs .host-tab .inner .content .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hosting-about .container .hosting-tabs .host-tab .inner .content .right img{margin-top:40px}section.promo{margin:60px 0}section.promo .container .title{font-size:32px;font-weight:700;color:#002f76;margin-top:20px}section.promo .container .logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0}section.promo .container .logos img{margin-right:20px}section.promo .container p{font-size:18px;color:#002f76;line-height:1.8}section.promo .container .feature-list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}section.promo .container .feature-list .item{margin-right:15px;margin-bottom:15px;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.promo .container .feature-list .item img{margin-right:10px}section.promo .container a{padding:14px 20px;border:2px solid #8cafff;color:#8cafff;border-radius:10px;margin-top:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:18px;font-weight:500}section.promo .container a:hover{-webkit-transition:.3s all;transition:.3s all;background-color:#8cafff;color:#fff}section.hosting-table .container .host-table{display:-webkit-box;display:-ms-flexbox;display:flex}section.hosting-table .container .host-table .left{width:268px}section.hosting-table .container .host-table .left ul li{height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:30px;border:1px solid #ebebeb;border-bottom:0;font-size:16px;color:#002f76;font-weight:700}section.hosting-table .container .host-table .left ul li:first-child{height:56px;border:none;background-color:#fff!important}section.hosting-table .container .host-table .left ul li:nth-child(2){height:74px;border-radius:10px 0 0 0}section.hosting-table .container .host-table .left ul li:nth-child(odd){background-color:#f9f9f9}section.hosting-table .container .host-table .left ul li:last-child{border-bottom:1px solid #ebebeb}section.hosting-table .container .host-table .right{display:-webkit-box;display:-ms-flexbox;display:flex}section.hosting-table .container .host-table .right .col{width:206px;border-right:1px solid #ebebeb}section.hosting-table .container .host-table .right .col:first-child ul li:first-child{border-radius:10px 0 0 0}section.hosting-table .container .host-table .right .col:last-child{border-right:0}section.hosting-table .container .host-table .right .col:last-child ul li{border-right:1px solid #ebebeb}section.hosting-table .container .host-table .right .col:last-child ul li:first-child{border-radius:0 10px 0 0}section.hosting-table .container .host-table .right .col:nth-child(2) ul li:first-child::before{background-image:url(../images/purple-bg2.svg)}section.hosting-table .container .host-table .right .col:nth-child(3) ul li:first-child::before{background-image:url(../images/orange-bg2.svg)}section.hosting-table .container .host-table .right .col:nth-child(4) ul li:first-child::before{background-image:url(../images/green-bg2.svg)}section.hosting-table .container .host-table .right .col ul li{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:700;color:#002f76;height:46px;border-top:1px solid #ebebeb}section.hosting-table .container .host-table .right .col ul li:first-child{height:56px;background-color:#f5f5f5;font-size:16px;font-weight:700;color:#002f76;position:relative}section.hosting-table .container .host-table .right .col ul li:first-child::before{content:"";width:206px;height:40px;background-image:url(../images/blue-bg2.svg);background-repeat:no-repeat;position:absolute;top:-20px;left:0;z-index:-1}section.hosting-table .container .host-table .right .col ul li:nth-child(2){height:74px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.hosting-table .container .host-table .right .col ul li:nth-child(2) small{font-size:14px;color:#999;text-decoration:line-through}section.hosting-table .container .host-table .right .col ul li:nth-child(2) span{font-size:28px;font-weight:700}section.hosting-table .container .host-table .right .col ul li:nth-child(2) span u{font-size:18px}section.hosting-table .container .host-table .right .col ul li:nth-child(odd){background-color:#f9f9f9}section.hosting-table .container .host-table .right .col ul li:last-child{border-bottom:1px solid #ebebeb}section.hosting-table .container .table-accordions{width:1092px}section.hosting-table .container .table-accordions .accordion{width:100%;background-color:#f9f9f9;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb;border-left:1px solid #ebebeb}section.hosting-table .container .table-accordions .accordion .title{height:45px;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:0 30px;font-size:16px;color:#002f76;font-weight:600;cursor:pointer}section.hosting-table .container .table-accordions .accordion .title .fa-minus{display:none}section.hosting-table .container .table-accordions .accordion .panel{display:none;padding:0 30px 30px 30px;font-size:14px}section.hosting-table .container .table-accordions .accordion:last-child{border-bottom:0}section.hosting-table .container .pricing{width:1092px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}section.hosting-table .container .pricing .box{width:206px;height:142px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #ebebeb;border-right:1px solid #ebebeb}section.hosting-table .container .pricing .box small{font-size:16px;color:#999;font-weight:600;text-decoration:line-through}section.hosting-table .container .pricing .box span{margin:5px 0;font-size:26px;font-weight:700;color:#002f76}section.hosting-table .container .pricing .box a{width:148px;height:38px;border-radius:5px;background-color:#ffd803;color:#002f76;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:700}section.hosting-table .container .pricing .box:first-child{border-left:1px solid #ebebeb;border-radius:0 0 0 10px}section.hosting-table .container .pricing .box:last-child{border-left:1px solid #ebebeb;border-radius:0 0 10px 0}.page-content .container{display:-webkit-box;display:-ms-flexbox;display:flex}.page-content .container .side-menu{width:266px;height:689px;padding:17px 20px;background-image:-webkit-gradient(linear,left top,left bottom,from(#01215b),to(#06c));background-image:linear-gradient(to bottom,#01215b,#06c)}.page-content .container .side-menu .menu-search{width:200px;height:37px;border-radius:37px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 20px auto;border:.5px solid #e5e5e5;position:relative}.page-content .container .side-menu .menu-search button{height:37px;position:absolute;right:15px;font-size:20px;background:0 0;color:#036;border:none;cursor:pointer}.page-content .container .side-menu .menu-search input{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:37px;border:none;background:0 0;text-indent:10px;color:#7da5ff;font-size:14px}.page-content .container .side-menu .menu-search input::-webkit-input-placeholder{color:#7da5ff}.page-content .container .side-menu .menu-search input:-ms-input-placeholder{color:#7da5ff}.page-content .container .side-menu .menu-search input::-ms-input-placeholder{color:#7da5ff}.page-content .container .side-menu .menu-search input::placeholder{color:#7da5ff}.page-content .container .side-menu ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.page-content .container .side-menu ul li{padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(255,255,255,.3)}.page-content .container .side-menu ul li:hover a{color:#7da5ff}.page-content .container .side-menu ul li:last-child{border-bottom:0;padding-bottom:0}.page-content .container .side-menu ul li a{font-size:15px;text-transform:uppercase;color:#fff}.page-content .container .inner-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:45px}.page-content .container .inner-content .campaign-banner{width:100%;margin-top:20px;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;margin-bottom:20px}.page-content .container .inner-content .section-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}.page-content .container .inner-content .section-title .inner{display:inline-block}.page-content .container .inner-content .section-title .inner h2{font-size:26px;color:#002f76}.page-content .container .inner-content .section-title .inner p{font-size:14px;color:#002f76;font-weight:500}.page-content .container .inner-content .prod-list-cont{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.page-content .container .inner-content .prod-list-cont .prod-wrap{width:240px;margin:0;margin-bottom:30px}.page-content .container .inner-content .prod-list-cont .prod-wrap .name{font-size:13px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box{width:188px;height:208px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box .left{margin-left:-30px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box .left .img img{max-width:169px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box .right{margin-right:-30px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box .right a{width:65px;height:33px;font-size:11px}.pagination{width:100%;margin:20px 0;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}.pagination a{padding:0 5px;margin:0 3px;-webkit-transition:.3s all;transition:.3s all;font-size:18px;color:#b6b7bb;font-weight:600;border-radius:50%;width:24px;height:24px}.pagination a.active{font-size:22px;color:#002f76;width:24px;height:24px;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;background-color:#cecbc5;border-radius:50%}.pagination a:hover{font-size:22px;color:#002f76;width:24px;height:24px;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;background-color:#cecbc5}.product-main{width:100%;margin:30px 0;padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:2px solid rgba(0,47,118,.1)}.product-main .product-self{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-main .product-self .prod-wrap{width:240px;margin:0;margin-bottom:30px}.product-main .product-self .prod-wrap .name{font-size:13px}.product-main .product-self .prod-wrap .prod-box{width:188px;height:208px}.product-main .product-self .prod-wrap .prod-box .left{margin-left:-30px}.product-main .product-self .prod-wrap .prod-box .left .img img{max-width:169px}.product-main .product-self .prod-wrap .prod-box .right{margin-right:-30px}.product-main .product-self .prod-wrap .prod-box .right a{width:65px;height:33px;font-size:11px}.product-main .product-details{-webkit-box-flex:1.8;-ms-flex:1.8;flex:1.8;margin-left:70px}.product-main .product-details .head{color:#002f76;margin-bottom:30px}.product-main .product-details .head span{font-weight:700;font-size:21px;color:#002f76}.product-main .product-details .head p{font-size:13px;font-weight:500}.product-main .product-details .body{padding-left:25px;display:-webkit-box;display:-ms-flexbox;display:flex}.product-main .product-details .body .left{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-main .product-details .body .left ul li{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#002f76;font-weight:500}.product-main .product-details .body .left ul li img{margin-right:7px}.product-main .product-details .body .left .promo{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:17px;margin-left:auto;background:-webkit-linear-gradient(#00b99d,#05c14b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;margin-bottom:20px}.product-main .product-details .body .left .promo b{margin:0 5px;font-size:25px}.product-main .product-details .body .left .promo img{margin:0 8px}.product-main .product-details .body .right{-webkit-box-flex:.4;-ms-flex:.4;flex:.4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-main .product-details .body .right a{width:111px;height:52px;border-radius:10px;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;text-align:center;font-size:14px;color:#fff;text-transform:uppercase;font-weight:700;background-image:-webkit-gradient(linear,left top,right top,from(#00b99d),to(#05c14b));background-image:linear-gradient(to right,#00b99d,#05c14b);margin-bottom:12px;position:relative}.product-main .product-details .body .right a .fa-arrow-right{position:absolute;right:7px}.product-main .product-details .body .right a:first-child{background-image:-webkit-gradient(linear,left top,right top,from(#011c5b),to(#1241a7));background-image:linear-gradient(to right,#011c5b,#1241a7)}.product-main .product-details .body .right a:nth-child(2){background-image:-webkit-gradient(linear,left top,right top,from(#e3007e),to(#f564b4));background-image:linear-gradient(to right,#e3007e,#f564b4)}.product-main .product-details .body .right a:nth-child(2) .fa-arrow-right{position:absolute;top:10px}.soft-detail-page{width:100%;margin-bottom:50px}.soft-detail-page .content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:80px}.soft-detail-page .content .features{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:40px}.soft-detail-page .content .features .login-infos{width:240px;height:76px;background-image:-webkit-gradient(linear,left top,right top,from(#e3007e),to(#f564b4));background-image:linear-gradient(to right,#e3007e,#f564b4);border-radius:76px;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;position:relative}.soft-detail-page .content .features .login-infos .heading{width:100%;height:50px;position:absolute;top:-32px;left:10px;background-image:url(../images/dark-bg2.png);background-repeat:no-repeat;z-index:9;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;padding-bottom:10px;font-size:24px;font-weight:700;color:#fff}.soft-detail-page .content .features .login-infos .heading img{margin-right:10px}.soft-detail-page .content .features .login-infos>img{margin-right:10px}.soft-detail-page .content .features .login-infos .details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.soft-detail-page .content .features .login-infos .details b,.soft-detail-page .content .features .login-infos .details span{color:#fff;font-size:14px}.soft-detail-page .content .features ul{max-width:312px;margin-top:30px}.soft-detail-page .content .features ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px}.soft-detail-page .content .features ul li img{margin-right:17px}.soft-detail-page .content .features ul li .detail{color:#0f5d90}.soft-detail-page .content .features ul li .detail b{font-size:28px;margin-bottom:7px}.soft-detail-page .content .features ul li .detail p{font-size:14px;font-weight:600}.soft-detail-page .content .requriments{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:40px}.soft-detail-page .content .requriments .req-box{width:510px;min-height:251px;border-radius:19px;border:6px solid #0f5d90;position:relative;padding:30px 25px;margin-bottom:36px}.soft-detail-page .content .requriments .req-box .heading{width:240px;height:50px;position:absolute;top:-37px;left:-6px;background-image:url(../images/dark-bg2.png);background-repeat:no-repeat;z-index:9;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;padding-bottom:10px;font-size:18px;font-weight:700;color:#fff}.soft-detail-page .content .requriments .req-box .heading img{margin-right:10px}.soft-detail-page .content .requriments .req-box ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#0e70a4;font-weight:500;margin-bottom:10px}.soft-detail-page .content .requriments .req-box ul li:last-child{margin-bottom:0}.soft-detail-page .content .requriments .req-box ul li img{margin-right:10px}.soft-detail-page .content .requriments .other-prods{background-image:-webkit-gradient(linear,left top,right top,from(#08367d),to(#117eb8));background-image:linear-gradient(to right,#08367d,#117eb8);width:510px;min-height:260px;border-radius:19px;position:relative;margin-top:40px;padding:20px 40px}.soft-detail-page .content .requriments .other-prods .prev-btn{position:absolute;left:10px;font-size:20px;background:0 0;border:none;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:rgba(255,255,255,.25);cursor:pointer}.soft-detail-page .content .requriments .other-prods .next-btn{position:absolute;right:10px;font-size:20px;background:0 0;border:none;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:rgba(255,255,255,.25);cursor:pointer}.soft-detail-page .content .requriments .other-prods .heading{width:240px;height:50px;position:absolute;top:-30px;left:0;background-image:url(../images/pink-bg2.png);background-repeat:no-repeat;z-index:9;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;padding-bottom:10px;font-size:18px;font-weight:700;color:#fff}.soft-detail-page .content .requriments .other-prods .heading img{margin-right:10px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:440px;height:220px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots{bottom:-40px!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li{margin:0}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li.slick-active button{background-color:#00da76!important;border:1px solid #26bae9!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li.slick-active button::before{color:#26bae9!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li button{border-radius:50%;background-color:rgba(0,218,118,.2)!important;width:12px!important;height:7px!important;border-radius:4px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li button::before{width:12px!important;height:7px!important;font-size:0spx!important;color:#fff!important;content:""!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:440px;height:220px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-img{-webkit-box-flex:1;-ms-flex:1;flex:1}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-img .img{width:218px;height:218px;border:2px solid #b4d2ff;border-radius:20px;padding:30px 20px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-img .img img{width:100%;height:auto}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:34px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .name{font-size:18px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .actions{display:-webkit-box;display:-ms-flexbox;display:flex}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .actions a{-webkit-box-flex:1;-ms-flex:1;flex:1;height:45px;border-radius:10px;background-color:#e3007e;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:17px;font-weight:700;color:#fff}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .actions a:last-child{margin-left:10px;background-image:-webkit-gradient(linear,left top,right top,from(#00b99d),to(#05c14b));background-image:linear-gradient(to right,#00b99d,#05c14b)}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .price{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:18px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .price img{margin:0 5px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .price b{margin:0 5px;font-size:25px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:500}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail ul li img{margin-right:7px}.data-center-page{width:100%;margin-top:-50px;z-index:-1}.data-center-page .container .features-box{position:relative;z-index:20!important}.data-center-page .container .features-box .bg-shape{width:1120px;height:1120px;border-radius:50%;z-index:-1;position:absolute;top:-400px;background-color:rgba(0,47,118,.03)}.data-center-page .container .features-box .circle-box{width:1120px;height:1120px;border-radius:50%;background-image:url(../images/datacenterbg.png);background-position:center;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}.data-center-page .container .features-box .circle-box .logo{position:relative;margin-bottom:30px}.data-center-page .container .features-box .circle-box .logo::before{width:90%;height:6px;border-radius:6px;background-color:#00da76;position:absolute;top:-50px;left:5%;content:""}.data-center-page .container .features-box .circle-box .feature-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:30px}.data-center-page .container .features-box .circle-box .feature-items .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;color:#00da76;font-weight:600;margin:0 20px;position:relative}.data-center-page .container .features-box .circle-box .feature-items .item::after{width:2px;height:45px;background-color:#fff;content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-20px}.data-center-page .container .features-box .circle-box .feature-items .item:last-child::after{display:none!important}.data-center-page .container .features-box .circle-box .feature-items .item img{margin-bottom:10px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.data-center-page .container .features-box .circle-box .features-text{max-width:860px;text-align:center;color:#fff;font-size:20px;line-height:1.5}.data-center-page .container .features-box .circle-box .features-text p{margin-bottom:20px}.data-center-page .curvy-wrap{position:relative;min-height:1200px;z-index:0!important}.data-center-page .curvy-wrap .curvy-bg{position:absolute;min-height:1200px;width:100%;max-width:100%;background-image:url(../images/curvy-bg.png);background-size:cover;background-repeat:no-repeat;top:-200px;background-position:65% 50%;z-index:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.data-center-page .curvy-wrap .curvy-bg h2{font-size:40px;color:#fff;margin-top:40px}.data-center-page .curvy-wrap .curvy-bg span{margin:20px 0;width:74px;height:6px;border-radius:6px;background-color:#00da76;display:inline-block}.data-center-page .curvy-wrap .curvy-bg p{font-size:20px;color:#fff}.data-center-page .curvy-wrap .curvy-bg ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.data-center-page .curvy-wrap .curvy-bg ul li{font-size:18px;color:#fff;margin-bottom:10px}.data-center-page .curvy-wrap .curvy-bg ul li:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.data-center-page .curvy-wrap .curvy-bg ul li:last-child span{margin:10px 0}.data-center-page .curvy-wrap .curvy-bg ul li a{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:15px}.reseller-about{width:100%;height:auto;background-color:#f2f6ff;margin-top:400px;padding-bottom:50px}.reseller-about .container{height:100%}.reseller-about .container .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.reseller-about .container .head img{margin-right:15px;margin-top:-20px}.reseller-about .container .head .detail{padding-top:20px}.reseller-about .container .head .detail span{font-size:30px;color:#2a255a;margin-bottom:10px;font-weight:600}.reseller-about .container .head .detail p{font-size:17px;font-weight:500}.reseller-about .container .reseller-tab-buttons{margin-bottom:30px;height:60px;width:100%;border-radius:60px;background-color:#8cafff;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:#fff}.reseller-about .container .reseller-tab-buttons span{margin:0 20px;cursor:pointer}.reseller-about .container .reseller-tab-buttons span.active{font-weight:600;border-bottom:1px solid #429adf;padding-bottom:3px}.reseller-about .container .reseller-tab-buttons span:hover{font-weight:600;border-bottom:1px solid #429adf;padding-bottom:3px}.reseller-about .container .reseller-tab .text{margin-bottom:30px;color:#2a255a}.reseller-about .container .reseller-tab .text h2{font-size:40px;font-weight:600;margin-bottom:20px}.reseller-about .container .reseller-tab .text p{font-size:18px;font-weight:600;line-height:1.8}.reseller-table-container{background-color:#f7f7f7;padding-bottom:50px;display:none}.reseller-table-container.show-tab{display:block}.reseller-table-container .text{margin-top:-50px!important;max-width:1150px;margin:0 auto;margin-bottom:30px;color:#2a255a;padding:0 20px}.reseller-table-container .text h2{font-size:40px;font-weight:600;margin-bottom:20px}.reseller-table-container .text p{font-size:18px;font-weight:600;line-height:1.8}.reseller-table-container .container .table-heading{width:100%;height:56px;background-color:#002f76;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}.reseller-table-container .container .table-heading span{font-size:18px;font-weight:500;margin:0 40px}.reseller-table-container .container .table-cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.reseller-table-container .container .vds-table{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-top:20px}.reseller-table-container .container .vds-table .left{width:300px}.reseller-table-container .container .vds-table .left ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:22px;font-size:22px;font-weight:500;color:#002f76}.reseller-table-container .container .vds-table .left ul li:nth-child(odd){background-color:#f7f7f7;height:55px}.reseller-table-container .container .vds-table .left ul li:nth-child(even){background-color:#fff;height:40px}.reseller-table-container .container .vds-table .left ul li:first-child{height:70px!important;font-weight:700}.reseller-table-container .container .vds-table .left ul li:last-child{background-color:#f7f7f7}.reseller-table-container .container .vds-table .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}.reseller-table-container .container .vds-table .right .col{-webkit-box-flex:1;-ms-flex:1;flex:1}.reseller-table-container .container .vds-table .right .col ul li{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;text-align:center;font-size:20px;font-weight:500;color:#002f76}.reseller-table-container .container .vds-table .right .col ul li b{font-size:26px}.reseller-table-container .container .vds-table .right .col ul li u{text-decoration:line-through;color:#a9a9a9}.reseller-table-container .container .vds-table .right .col ul li:nth-child(odd){background-color:#f7f7f7;height:55px}.reseller-table-container .container .vds-table .right .col ul li:nth-child(even){background-color:#fff;height:40px}.reseller-table-container .container .vds-table .right .col ul li:first-child{height:70px!important;font-weight:700}.reseller-table-container .container .vds-table .right .col ul li:first-child:hover{background-color:#8cafff;color:#fff}.reseller-table-container .container .vds-table .right .col ul li:last-child{background-color:#f7f7f7}.reseller-table-container .container .vds-table .right .col .action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reseller-table-container .container .vds-table .right .col .action a:first-child{width:100px;height:50px;background-color:#002f76;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:5px 0;font-size:25px;line-height:1}.reseller-table-container .container .vds-table .right .col .action a:first-child small{font-size:12px}.reseller-table-container .container .vds-table .right .col .action a:last-child{width:100px;height:40px;background-color:#ffd803;color:#002f76;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px}.reseller-features{padding:70px 0;background-color:#eff5ff;position:relative}.reseller-features .see-details-btn{position:absolute;bottom:-32px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#ffd803;font-size:20px;font-weight:700;color:#002f76;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;text-align:center;width:400px;height:64px;border-radius:5px;-webkit-transition:.3s all;transition:.3s all}.reseller-features .see-details-btn:hover{background-color:#002f76;color:#ffd803}.reseller-features .container .feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:60px}.reseller-features .container .feature-item.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.reseller-features .container .feature-item.reverse .image{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.reseller-features .container .feature-item .image{color:#002f76;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:20px}.reseller-features .container .feature-item .image .head{padding-left:15px}.reseller-features .container .feature-item .image .head span{font-size:40px;font-weight:700;margin-bottom:10px}.reseller-features .container .feature-item .image .head p{font-size:28px}.reseller-features .container .feature-item .text{font-size:20px;-webkit-box-flex:1;-ms-flex:1;flex:1;color:#002f76;line-height:1.6;font-weight:500}.reseller-features .container .feature-item .text span{font-size:30px;font-weight:700;color:#002f76}.blog-page-main{width:100%;margin:40px 0}.blog-page-main .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.blog-page-main .container .blog-content{max-width:840px;-webkit-box-flex:1;-ms-flex:1;flex:1}.blog-page-main .container .blog-content .posts-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.blog-page-main .container .blog-content .posts-wrapper .post-item{width:240px;min-height:278px;border-radius:15px;border:2px solid #b5b5b5;display:block;overflow:hidden;margin-bottom:40px}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-img{width:100%;height:142px;overflow:hidden;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;background-color:#002f76;margin-bottom:10px;position:relative}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-img .badge{position:absolute;top:0;left:0;padding:5px 25px;background-color:rgba(0,47,118,.6);-webkit-clip-path:polygon(0 0,100% 1%,85% 100%,0 100%);clip-path:polygon(0 0,100% 1%,85% 100%,0 100%);color:#fff;font-weight:600}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 25px}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-details a{max-width:90%;text-align:center;font-size:14px;font-weight:700;color:#002f76}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-details p{margin-top:5px;color:#002f76;font-size:13px;font-weight:600;text-align:justify;line-height:1}.blog-page-main .container .blog-content .post-article h3{font-size:18px;font-weight:700;color:#002f76;margin-bottom:20px}.blog-page-main .container .blog-content .post-article p{font-size:16px;color:#002f76;font-weight:500;margin-bottom:20px}.blog-page-main .container .blog-content .post-article ul{font-size:16px;color:#002f76;font-weight:500;margin-bottom:20px}.blog-page-main .container .blog-side{max-width:225px;-webkit-box-flex:1;-ms-flex:1;flex:1}.blog-page-main .container .blog-side .head{width:100%;height:34px;border-radius:10px;background-image:-webkit-gradient(linear,left top,right top,from(#011c5b),to(#1241a7));background-image:linear-gradient(to right,#011c5b,#1241a7);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:17px;color:#fff;font-weight:700;margin-bottom:7px;text-transform:uppercase}.blog-page-main .container .blog-side .head span{margin-left:10px}.blog-page-main .container .blog-side ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.blog-page-main .container .blog-side ul li{margin-bottom:7px}.blog-page-main .container .blog-side ul li a{width:196px;min-height:34px;border-radius:10px;background-image:-webkit-gradient(linear,left top,right top,from(#00b99d),to(#05c14b));background-image:linear-gradient(to right,#00b99d,#05c14b);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;font-size:14px;color:#fff;font-weight:700;margin-bottom:7px}.blog-page-main .container .blog-side ul li a span{display:none;margin-left:10px}.blog-page-main .container .blog-side ul li:hover a{background-image:-webkit-gradient(linear,left top,right top,from(#17b0e5),to(#1ceca8));background-image:linear-gradient(to right,#17b0e5,#1ceca8)}.blog-page-main .container .blog-side ul li.active{width:100%}.blog-page-main .container .blog-side ul li.active a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:-webkit-gradient(linear,left top,right top,from(#011c5b),to(#1241a7));background-image:linear-gradient(to right,#011c5b,#1241a7);width:100%;font-size:17px}.blog-page-main .container .blog-side ul li.active a span{display:block}.blog-page-main .container .blog-side ul li.selected a{background-image:-webkit-gradient(linear,left top,right top,from(#17b0e5),to(#1ceca8));background-image:linear-gradient(to right,#17b0e5,#1ceca8)}.campaign-page-hero{width:100%;height:332px;min-height:332px;background-color:#002f76;background-image:url(../images/campaignbg.png);background-size:cover;background-position:50% 10%}.campaign-page-hero .container{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.campaign-page-hero .container .text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:20px}.campaign-page-hero .container .text .title{font-size:44px;font-weight:700;color:#fff}.campaign-page-hero .container .text span{width:64px;height:3px;background-color:#00da76;margin:10px 0}.campaign-page-hero .container .text p{font-size:18px;color:#fff;line-height:1.5;font-weight:300}.campaign-page-hero .container .input-box{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:445px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.campaign-page-hero .container .input-box .box{width:426px;height:210px;border-radius:30px;background-color:rgba(38,186,233,.53);border:1px solid #fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.campaign-page-hero .container .input-box .box span{font-size:30px;color:#fff;font-weight:700;margin-bottom:10px}.campaign-page-hero .container .input-box .box p{font-size:18px;color:#fff;font-weight:400;margin-bottom:10px}.campaign-page-hero .container .input-box .box .input{width:385px;height:55px;background-color:rgba(245,248,255,.32);border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.campaign-page-hero .container .input-box .box .input input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:none;background:0 0;text-indent:10px;color:#fff;font-size:18px}.campaign-page-hero .container .input-box .box .input input::-webkit-input-placeholder{color:#fff;font-family:Rajdhani}.campaign-page-hero .container .input-box .box .input input:-ms-input-placeholder{color:#fff;font-family:Rajdhani}.campaign-page-hero .container .input-box .box .input input::-ms-input-placeholder{color:#fff;font-family:Rajdhani}.campaign-page-hero .container .input-box .box .input input::placeholder{color:#fff;font-family:Rajdhani}.campaign-page-hero .container .input-box .box .input button{padding:0 10px;background:0 0;border:none;color:#fff;font-size:18px;font-weight:600;font-family:Rajdhani;cursor:pointer}.campaign-main{background-image:url(../images/os-bg.png);background-repeat:no-repeat;background-size:cover}.campaign-main .container .campaign-tab-buttons{width:100%;height:60px;border-radius:60px;background-color:#f46c23;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;margin-top:-30px;margin-bottom:40px}.campaign-main .container .campaign-tab-buttons span{font-size:23px;color:#fff;cursor:pointer;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;position:relative}.campaign-main .container .campaign-tab-buttons span::after{content:"";position:absolute;right:-40px;width:1px;height:18px;background-color:#fff}.campaign-main .container .campaign-tab-buttons span:last-child::after{display:none}.campaign-main .container .campaign-tab-buttons span.active{font-weight:700}.campaign-main .container .campaign-tab-buttons span:hover{font-weight:700}.campaign-main .container .text{color:#002f76;margin-bottom:55px}.campaign-main .container .text h2{font-size:33px;font-weight:700}.campaign-main .container .text p{font-size:23px;font-weight:500;margin-top:5px;line-height:1.5}.campaign-main .container .campaign-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.campaign-main .container .campaign-wrap .campaign{width:557px;height:338px;background-color:#26bae9;border-radius:20px;margin-bottom:25px;overflow:hidden}.campaign-main .container .campaign-wrap .campaign .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;height:58px}.campaign-main .container .campaign-wrap .campaign .bottom span{font-size:24px;font-weight:500;padding-left:20px;color:#fff}.campaign-main .container .campaign-wrap .campaign .bottom a{width:290px;height:98px;border-radius:98px;background-color:#002f76;margin-right:-50px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px;-webkit-transition:.3s all;transition:.3s all}.campaign-main .container .campaign-wrap .campaign .bottom a:hover{padding-left:35px}.campaign-main .container .campaign-wrap .campaign .bottom a img{margin-right:10px}.campaign-main .container .campaign-wrap .campaign .bottom a b{color:#fff;font-size:18px}.campaign-main .container .campaign-wrap .campaign .img{width:100%;height:280px;border-radius:20px;border:3px solid #00da76;overflow:hidden;z-index:2;position:relative}.campaign-main .container .campaign-wrap .campaign .img .date{position:absolute;top:30px;left:0;padding:4px 14px;background-color:#f46c23;color:#fff;font-size:20px;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:0 5px 5px 0}.campaign-main .container .campaign-wrap .campaign .img .category{position:absolute;top:70px;left:0;padding:4px 10px;background-color:#00da76;color:#fff;font-size:19px;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:0 5px 5px 0}.campaign-main .container .campaign-wrap .campaign .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.campaign-text{color:#002f76;margin-top:40px}.campaign-text h2{font-size:33px;font-weight:700}.campaign-text p{font-size:23px;font-weight:500;margin-top:5px;line-height:1.5}.contact-page-main{width:100%;height:855px;min-height:855px;background-image:url(../images/contact-page-bg.png);background-size:cover}.contact-page-main .container{height:100%;padding-top:45px}.contact-page-main .container .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:100px}.contact-page-main .container .head .title{font-size:44px;color:#fff;font-weight:700}.contact-page-main .container .head span{width:64px;height:3px;background-color:#00da76;margin:12px 0}.contact-page-main .container .head p{font-size:30px;color:#fff;font-weight:500}.contact-page-main .container .contact-box-wrap{position:relative}.contact-page-main .container .contact-box-wrap .wrap-bg{width:100%;height:498px;background-color:#00da76;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box{width:1100px;height:526px;background-color:#fff;border-radius:20px;margin:0 auto;-webkit-box-shadow:0 2px 17px 0 rgba(1,1,1,.31);box-shadow:0 2px 17px 0 rgba(1,1,1,.31);position:relative;padding:60px 20px 20px 20px;display:-webkit-box;display:-ms-flexbox;display:flex}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .head{max-width:580px;width:100%;height:54px;background-color:#00da76;border-radius:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);position:absolute;top:-27px;font-size:22px;color:#fff;font-weight:500;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}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form{width:360px;margin-right:25px}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form input{width:100%;height:52px;border-radius:5px;background-color:#f4f4f4;border:2px solid #efefef;text-indent:15px;font-size:18px;font-weight:500;color:#787878;margin-bottom:13px;font-family:Rajdhani}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form input::-webkit-input-placeholder{color:#787878}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form input:-ms-input-placeholder{color:#787878}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form input::-ms-input-placeholder{color:#787878}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form input::placeholder{color:#787878}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form textarea{width:100%;height:110px;border-radius:5px;background-color:#f4f4f4;border:2px solid #efefef;padding:15px;font-size:18px;font-weight:500;color:#787878;margin-bottom:13px;resize:none;font-family:Rajdhani}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form textarea::-webkit-input-placeholder{color:#787878}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form textarea:-ms-input-placeholder{color:#787878}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form textarea::-ms-input-placeholder{color:#787878}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form textarea::placeholder{color:#787878}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form button{width:100%;height:52px;border-radius:5px;background-color:#002f76;color:#fff;border:none;font-size:18px;font-weight:500;cursor:pointer;font-family:Rajdhani;-webkit-transition:.3s all;transition:.3s all}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form form button:hover{border:1.5px solid #002f76;background-color:#fff;color:#002f76}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details{-webkit-box-flex:1;-ms-flex:1;flex:1}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .title{font-size:22px;font-weight:600;color:#002f76;margin-bottom:20px}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row{width:100%;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-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f4f4f4}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item .img{width:50px;height:50px;border-radius:10px;background-color:#002f76;margin-right:12px;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;position:relative}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item .img::before{content:"";position:absolute;top:9px;left:-2px;width:2px;height:32px;background-color:#00da76;border-radius:100px 0 0 100px}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item .img::after{content:"";position:absolute;top:9px;right:-2px;width:2px;height:32px;background-color:#00da76;border-radius:0 100px 100px 0}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item .detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item .detail a{font-size:22px;font-weight:600;color:#002f76}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item .detail a b{color:#00da76;font-weight:600}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item .detail span{font-size:16px;color:#989898}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .address span{margin-bottom:10px;font-size:22px;font-weight:600;color:#002f76;display:-webkit-box;display:-ms-flexbox;display:flex}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .address p{font-size:18px;font-weight:500;color:#002f76}.address-map{height:630px;position:relative}.address-map .head{max-width:580px;width:100%;height:54px;background-color:#00da76;border-radius:10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);position:absolute;top:-27px;font-size:22px;color:#fff;font-weight:500;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;z-index:9}.other-services-page{padding-bottom:100px;background-color:#f5f8ff;position:relative}.other-services-page .circle1{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.other-services-page .circle2{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.other-services-wrap{width:94%;min-height:670px;height:670px;background-color:#002f76;border-radius:0 0 30px 30px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.other-services-wrap .other-services-main{width:92%;height:720px;min-height:720px;border-radius:0 0 30px 30px;background:#002f76;background-image:url(../images/ke-hizmet-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.other-services-wrap .other-services-main .container{height:100%;padding-top:30px}.other-services-wrap .other-services-main .container .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px}.other-services-wrap .other-services-main .container .inner .image{margin-right:20px;max-width:400px}.other-services-wrap .other-services-main .container .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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.other-services-wrap .other-services-main .container .inner .text h2{font-size:44px;color:#fff;font-weight:700}.other-services-wrap .other-services-main .container .inner .text span{width:85px;height:3px;background:#00da76;margin:12px 0}.other-services-wrap .other-services-main .container .inner .text p{font-size:18px;color:#fff;line-height:1.5}.other-services-wrap .other-services-main .container .services-top .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.other-services-wrap .other-services-main .container .services-top .head h2{font-size:44px;color:#fff;font-weight:700}.other-services-wrap .other-services-main .container .services-top .head span{width:85px;height:3px;background:#00da76;margin:5px 0}.other-services-wrap .other-services-main .container .services-top .head p{font-size:18px;color:#fff;line-height:1.5}.services-carousel .service-box{margin:0 10px 25px 10px!important}.services-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.services-wrap .service-box{width:275px;background-color:#fff;border-radius:10px;padding-bottom:20px;position:relative;margin-bottom:30px}.services-wrap .service-box .heading{width:100%;height:66px;background-color:#00da76;border-radius:10px 10px 0 0;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:0 15px;font-size:24px;color:#fff;font-weight:700;position:relative}.services-wrap .service-box .heading::after{content:"";width:73px;height:36px;background-color:#00da76;position:absolute;bottom:-36px;right:0;-webkit-clip-path:polygon(0 0,100% 100%,100% 0);clip-path:polygon(0 0,100% 100%,100% 0)}.services-wrap .service-box .text{padding:10px 15px 10px 10px;font-size:18px;color:#002f76;line-height:1.4;font-weight:500}.services-wrap .service-box .action{width:90%;height:40px;border-radius:5px;background-color:#f77527;bottom:-20px;left:5%;position:absolute;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:0 10px}.services-wrap .service-box .action span{font-size:22px;color:#fff;font-weight:700}.services-wrap .service-box .action a{width:90px;height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;background-image:url(../images/buy-bg.png);background-size:cover;margin-right:-10px;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-weight:700;color:#fff;font-size:18px;padding-left:5px}.services-section{margin-top:120px;margin-bottom:50px}.services-section .section-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.services-section .section-heading h2{font-size:44px;color:#002f76;font-weight:700}.services-section .section-heading span{width:85px;height:3px;background:#00da76;margin:5px 0}.services-section .section-heading p{font-size:18px;color:#002f76;font-weight:500;line-height:1.5}.register-page{width:100%;min-height:730px;height:730px;background:#f1fcff;background-image:url(../images/register-desktop-bg.png);background-repeat:no-repeat;background-position:right}.register-page .container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.register-page .container .register-form{width:50%}.register-page .container .register-form form .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-top:30px;font-size:20px;font-weight:700;color:#002f76;margin-bottom:30px}.register-page .container .register-form form .head img{margin-bottom:10px}.register-page .container .register-form form .form-wrap .input-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:530px;border-bottom:2px solid #26bae9;margin-left:10px;margin-bottom:20px}.register-page .container .register-form form .form-wrap .input-row input{-webkit-box-flex:1;-ms-flex:1;flex:1;background:0 0;border:none;text-indent:15px;font-size:16px;font-weight:500;color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row input::-webkit-input-placeholder{color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row input:-ms-input-placeholder{color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row input::-ms-input-placeholder{color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row input::placeholder{color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row .label{width:190px;height:34px;border:2px solid #26bae9;border-radius:10px;margin-bottom:-2px;margin-left:-10px;overflow:hidden;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-right:7px}.register-page .container .register-form form .form-wrap .input-row .label span{font-size:16px;font-weight:700;color:#002f76}.register-page .container .register-form form .form-wrap .input-row .label span u{font-weight:500}.register-page .container .register-form form .form-wrap .input-row .label .icon{width:65px;height:30px;background-image:url(../images/register-blue-bg.png);background-repeat:no-repeat;margin-left:-4px;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}.register-page .container .register-form form .form-wrap .input-row .label .icon img{max-height:90%;width:auto}.register-page .container .register-form form .form-action{width:530px;display:-webkit-box;display:-ms-flexbox;display:flex}.register-page .container .register-form form .form-action .left{-webkit-box-flex:2;-ms-flex:2;flex:2;margin-right:15px}.register-page .container .register-form form .form-action .left .check-cont{display:block;position:relative;padding-left:35px;margin-bottom:30px;cursor:pointer;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#002f76;font-weight:500}.register-page .container .register-form form .form-action .left .check-cont input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.register-page .container .register-form form .form-action .left .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#fff;border-radius:5px;border:2px solid #26bae9}.register-page .container .register-form form .form-action .left .check-cont:hover input~.checkmark{background-color:#26bae9}.register-page .container .register-form form .form-action .left .check-cont input:checked~.checkmark{background-color:#26bae9}.register-page .container .register-form form .form-action .left .checkmark:after{content:"";position:absolute;display:none}.register-page .container .register-form form .form-action .left .check-cont input:checked~.checkmark:after{display:block}.register-page .container .register-form form .form-action .left .check-cont .checkmark:after{left:7px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.register-page .container .register-form form .form-action .left .social-links{width: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}.register-page .container .register-form form .form-action .left .social-links a{font-size:28px;margin:0 5px;color:#26bae9}.register-page .container .register-form form .form-action .right{-webkit-box-flex:1;-ms-flex:1;flex:1}.register-page .container .register-form form .form-action .right button{width:175px;height:44px;border-radius:10px;background-color:#2ade5d;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:16px;border:none;cursor:pointer;-webkit-transition:.3s all;transition:.3s all}.register-page .container .register-form form .form-action .right button:hover{-webkit-box-shadow:0 0 5px rgba(42,222,93,.9);box-shadow:0 0 5px rgba(42,222,93,.9);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.register-page .container .register-form form .form-action .right a{width:175px;height:44px;border-radius:10px;background-color:#002f76;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:16px;text-transform:uppercase;-webkit-transition:.3s all;transition:.3s all}.register-page .container .register-form form .form-action .right a:hover{-webkit-box-shadow:0 0 5px rgba(0,47,118,.9);box-shadow:0 0 5px rgba(0,47,118,.9);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.register-page .container .register-logo{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;width:50%}.register-page .container .register-logo img{width:200px}.yedekli-about{margin-top:300px}.yedekli-about .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.yedekli-about .container img{width:80%}.yedekli-about .container .inner{color:#4c7fc5}.yedekli-about .container .inner .text{margin-bottom:50px}.yedekli-about .container .inner h2{font-size:40px;border-left:2px solid #05c14b;padding-left:10px;font-weight:700;margin-bottom:20px}.yedekli-about .container .inner h3{border-left:2px solid #05c14b;padding-left:10px;font-size:26px;font-weight:700;margin-bottom:20px}.yedekli-about .container .inner p{font-size:16px;line-height:1.6}.pack-specs{margin:50px 0}.pack-specs .container .head h2{font-size:30px;color:#002f76;font-weight:700}.pack-specs .container .head span{width:65px;height:3px;background-color:#05c14b;margin:5px 0;display:block}.pack-specs .container .wrapper{margin-top:30px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pack-specs .container .wrapper .box{background-color:#f3f6f8;width:370px;border-radius:10px;overflow:hidden}.pack-specs .container .wrapper .box ul li{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:0 15px;color:#5c5f5d;height:54px;font-size:20px;font-weight:500;border-bottom:1px solid #e9e9e9}.pack-specs .container .wrapper .box ul li:last-child{border-bottom:0}.pack-specs .container .wrapper .box ul li:first-child{height:76px;padding:0}.pack-specs .container .wrapper .box ul li:first-child b{font-size:26px;font-weight:700;padding-left:15px;border-left:3px solid #05c14b}.mega-menu-bg{width:100%;height:100vh;position:fixed;top:150px;left:0;background-color:rgba(0,47,118,.67);z-index:9995;-webkit-transition:.2s all;transition:.2s all;pointer-events:none;opacity:0}.mega-menu-bg.show-bg{opacity:1;pointer-events:all}.hamburger-btn{display:none}.basket-btn{display:none}.mobile-menu-bg{width:100%;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,47,118,.5);z-index:99997;-webkit-transition:.3s all;transition:.3s all;opacity:0;pointer-events:none}.mobile-menu-bg.show-bg{opacity:1;pointer-events:all}.mobile-menu{width:260px;height:100vh;background-color:#fff;border-right:3px solid #26bae9;position:fixed;top:0;left:0;z-index:99999;-webkit-transition:.3s all;transition:.3s all;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.mobile-menu.show-menu{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu .head{width:100%;height:80px;background-color:#001f5e;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:0 15px}.mobile-menu .head img{max-width:140px;height:auto}.mobile-menu .head button{font-size:28px;color:#fff;background:0 0;border:none}.mobile-menu ul{width:100%}.mobile-menu ul li{width:100%}.mobile-menu ul li:last-child a{border-bottom:2px solid #ced4e0}.mobile-menu ul li>a{width:100%;height:38px;border-top:2px solid #ced4e0;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:0 15px;font-size:17px;font-weight:600;color:#002f76}.mobile-menu ul li>a span{color:#26bae9}.mobile-menu ul li>a.active{background-color:#dff5fc;font-weight:700}.mobile-menu ul li>a.active span{-webkit-transform:rotate(90deg);transform:rotate(90deg);color:#002f76}.mobile-menu ul li .submenu{padding-left:15px;display:none}.mobile-menu ul li .submenu a{width:100%;height:30px;font-size:15px;font-weight:500;color:#002f76;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-menu ul li .submenu a img{width:auto;max-height:50%;margin-right:5px}.mobile-menu .mobile-login-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:20px;padding:0 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-menu .mobile-login-buttons a{height:40px;border-radius:5px;background-color:#2ade5d;padding:0 10px;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;color:#fff;font-weight:600;font-size:14px}.mobile-menu .mobile-login-buttons a:last-child{background-color:#26bae9}.mobile-menu .mobile-login-buttons a img{margin-left:5px;max-width:20px}.mobile-menu .mobile-menu-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px 0 15px 15px}.mobile-menu .mobile-menu-contact a{margin-bottom:10px;font-size:16px;color:#002f76;font-weight:500}.mobile-menu .mobile-menu-contact a span{margin-right:5px}@media only screen and (max-width:1500px){.register-page{background-position:-20% 50%}section.testimonials{width:100%;position:relative}section.testimonials .bg{position:absolute;left:680px;top:50px}section.testimonials .inner{width:800px;height:597px;background-color:#f1f7ff;-webkit-clip-path:polygon(0 0,88% 0,100% 100%,0 100%);clip-path:polygon(0 0,88% 0,100% 100%,0 100%);padding-left:calc((100% - 1150px)/ 2)}section.testimonials .inner .head{padding-top:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.testimonials .inner .head small{font-size:20px;color:#004aba;font-weight:500}section.testimonials .inner .head span{font-size:29px;color:#002f76;font-weight:600}section.testimonials .inner .comment-wrap{margin-top:100px;width:430px}section.testimonials .inner .comment-wrap .box{width:430px}section.testimonials .inner .comment-wrap .box span{font-size:40px;color:#002f76;font-weight:500;margin-bottom:10px}section.testimonials .inner .comment-wrap .box p{font-size:24px;color:#686868}}@media only screen and (max-width:1150px){.mega-menu{display:none!important}.mega-menu-bg{display:none!important}section.testimonials{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:5px}section.testimonials .bg{position:static!important;left:0;top:0;margin-top:0}section.testimonials .inner{width:100%;height:auto;background-color:#f1f7ff;-webkit-clip-path:polygon(0 0,88% 0,100% 100%,0 100%);clip-path:polygon(0 0,88% 0,100% 100%,0 100%);padding-left:30px!important;padding-bottom:50px}section.testimonials .inner .head{padding-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}section.testimonials .inner .head small{font-size:20px;color:#004aba;font-weight:500}section.testimonials .inner .head span{font-size:29px;color:#002f76;font-weight:600}section.testimonials .inner .comment-wrap{margin-top:40px;width:340px}section.testimonials .inner .comment-wrap .box{width:340px}section.testimonials .inner .comment-wrap .box span{font-size:28px;color:#002f76;font-weight:500;margin-bottom:10px}section.testimonials .inner .comment-wrap .box p{font-size:18px;color:#686868}section.testimonials .inner .comment-wrap .slick-dots{bottom:-40px!important;left:0!important;width:auto!important}section.testimonials .inner .comment-wrap .slick-dots li{margin:0!important;padding:0!important}section.testimonials .inner .comment-wrap .slick-dots li.slick-active button{background-color:#002f76!important}section.testimonials .inner .comment-wrap .slick-dots li.slick-active button::before{color:#6b6060!important}section.testimonials .inner .comment-wrap .slick-dots li button{background-color:#002f76!important;width:7px!important;height:7px!important;padding:1px!important;border-radius:50%}section.testimonials .inner .comment-wrap .slick-dots li button::before{width:0!important;height:0!important;font-size:0!important;color:#fff!important;content:""!important}section.about{width:100%;min-height:853px;max-height:853px;background:#64748d;background-image:url(../images/aboutbg.png);background-size:120%;background-position:center;position:relative;background-repeat:no-repeat;background-size:cover}section.about::after{content:"";width:100%;height:9px;border-radius:9px;background-color:#26bae9;position:absolute;top:-5px;right:0}section.about::before{content:"";width:100%;height:9px;border-radius:9px;background-color:#26bae9;position:absolute;bottom:-5px;left:0}section.about .container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 0}section.about .container .logo{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section.about .container .logo img{max-width:90%}section.about .container .specs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:40px 0;max-width:790px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}section.about .container .specs .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:150px}section.about .container .specs .box img{-webkit-filter:invert(1);filter:invert(1)}section.about .container .specs .box::after{content:"";width:1px;height:45px;background-color:#fff;right:-30px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}section.about .container .specs .box:last-child::after{display:none}section.about .container .specs .box b{margin-top:10px;color:#fff;font-size:18px}section.about .container .info{text-align:center;max-width:870px}section.about .container .info p{margin-bottom:30px;font-size:16px;color:#fff;font-weight:500}.softwares .container .heading{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;margin-bottom:30px}.softwares .container .heading .left h2{font-size:28px;font-weight:700;color:#002f76}.softwares .container .heading .left p{font-size:16px;color:#002f76}.softwares .container .heading .right button{color:#00da76;font-size:20px;margin:0 7px;background:0 0;border:none;cursor:pointer}.softwares .prod-wrap{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.rent-server .container .heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}.rent-server .container .heading .left{text-align:center}.rent-server .container .heading .left h2{font-size:28px}.rent-server .container .heading .left p{font-size:18px}.rent-server .container .heading .right{margin-top:20px}.rent-server .container .heading .right span{padding:0 40px;height:90px}.rent-server .container .heading .right span:first-child{margin-right:-35px}.rent-server .container .heading .right span img{max-width:25px}.rent-server .container .heading .right span b{font-size:20px;margin-left:10px}.rent-server .table-container{position:relative;display:none;max-width:95%;margin-left:2.5%}.rent-server .table-container.show-tab{display:block}.rent-server .table-container .bg{position:static;right:0;top:100%;max-width:100%;border-radius:10px}.rent-server .table-container .bg img{max-width:100%;border-radius:10px}.rent-server .table-container .container{width:100%!important}.rent-server .table-container .container .server-list{width:100%!important;height:auto;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);background-color:#e8f9ff;padding:20px 10px 20px 30px;overflow-x:auto}.rent-server .table-container .container .server-list .server-row{width:856px;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #26bae9;-webkit-transition:.3s all;transition:.3s all}.rent-server .table-container .container .server-list .server-row:last-child{border-bottom:0}.rent-server .table-container .container .server-list .server-row:hover{background-color:#fff;border-bottom:0;-webkit-box-shadow:4px 0 5px rgba(0,0,0,.08);box-shadow:4px 0 5px rgba(0,0,0,.08);border-radius:10px;-webkit-transform:scale(1.05);transform:scale(1.05)}.rent-server .table-container .container .server-list .server-row .col{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rent-server .table-container .container .server-list .server-row .col:nth-child(2){-webkit-box-flex:1.3;-ms-flex:1.3;flex:1.3}.rent-server .table-container .container .server-list .server-row .col.price{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.rent-server .table-container .container .server-list .server-row .col.price b{font-size:27px;color:#002f76;font-weight:700;line-height:1}.rent-server .table-container .container .server-list .server-row .col.price small{font-size:18px;font-weight:600;color:#002f76;line-height:1;margin-bottom:5px}.rent-server .table-container .container .server-list .server-row .col.price a{width:69px;height:26px;border-radius:5px;background-color:#00da76;color:#fff;font-size:17px;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}.rent-server .table-container .container .server-list .server-row .col .first{font-size:18px;color:#002f76;margin-bottom:10px}.rent-server .table-container .container .server-list .server-row .col .t{font-size:15px;color:#002f76}.rent-server .table-container .container .server-list .server-row .col p{font-size:14px;color:#747474}.hosting-packs{width:100%;min-height:2353px;max-height:none;height:auto!important;margin:50px 0 100px 0;display:block;background-image:url(../images/hosting-bg.png);background-size:cover;background-repeat:no-repeat;background-position:50% 0}.hosting-packs .overlay{width:100%;height:100%;overflow:hidden;position:relative}.hosting-packs .overlay .container{height:100%}.hosting-packs .overlay .container .heading{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin:80px 0 40px 0}.hosting-packs .overlay .container .heading .title{font-size:30px;font-weight:700;color:#002f76}.hosting-packs .overlay .container .heading .title b{font-size:44px;color:#0e1e4a}.hosting-packs .overlay .container .heading p{font-size:18px;color:#002f76}.hosting-packs .overlay .container .info-text{font-size:18px;color:#002f76;text-align:center;margin-top:20px}.hosting-packs .overlay .container .pack-wrapper{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hosting-packs .overlay .container .pack-wrapper .pack{margin:0 0 30px 0!important}.hosting-packs .overlay .container .pack-wrapper .pack .title::before{width:100%!important;min-width:100%!important}.services{width:100%}.services .wrapper{width:100%;height:auto!important;margin:0 auto;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.services .wrapper .inner{width:100%;height:auto!important;margin-left:0;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.services .wrapper .inner .container{width:95%;padding-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.services .wrapper .inner .container .left h3{font-size:26px;font-weight:700;color:#002f76}.services .wrapper .inner .container .left p{font-size:16px;color:#002f76;font-weight:400}.services .wrapper .inner .container .left .tab-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.services .wrapper .inner .container .left .tab-buttons span{width:47%;margin-right:0;margin-bottom:5px}.services .wrapper .inner .container .left .content{display:none;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.services .wrapper .inner .container .left .content.show-tab{display:-webkit-box;display:-ms-flexbox;display:flex}.services .wrapper .inner .container .left .content .content-img{margin-right:0;margin-bottom:15px}.services .wrapper .inner .container .right{margin-left:0;margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.services .wrapper .inner .container .right img{width:80%;height:auto}.domain-search{min-height:auto;height:auto;margin-top:0;padding:15px 0}.domain-search .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.domain-search .container .left{margin-bottom:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.domain-search .container .left .box{display:none!important}.domain-search .container .left .domain-list{margin-left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.domain-search .container .left .domain-list .boxes{margin-top:5px}.domain-search .container .right{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:0}.domain-search .container .right input{width:210px}.domain-search .container .right button{width:110px}.hero-slider{height:calc(100% - 150px)!important}.hero-slider .container .slider .slick-dots{display:none!important}.hero-slider .container .slider .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero-slider .container .slider .item img{margin:0 auto!important;max-width:60%}.hero-slider .container .slider .item .text{margin-top:20px!important}.hero-slider .container .slider .item .text span{font-size:28px!important}.hero-slider .container .slider .item .text p{font-size:16px!important}.container{width:95%}.top-bar{width:100%;height:40px;background-color:#002f76;z-index:999}.top-bar .container{height:100%;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}.top-bar .container .right{display:none}header{width:100%;height:90px}header .container{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;height:100%}header .container .hamburger-btn{background:0 0;border:none;display:block}header .container .hamburger-btn img{max-width:35px}header .container .basket-btn{background:0 0;border:none;display:block}header .container .basket-btn img{max-width:35px}header .container nav{display:none}header .container .support-btn{display:none!important}footer{width:100%;min-height:650px;height:auto!important;background-position:center}footer .container{height:100%;padding:40px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}footer .container::before{content:"";position:absolute;left:2.5%;top:-2px;width:95%;height:4px;border-radius:8px;background-color:#26bae9}footer .container::after{content:"";position:absolute;left:2.5%;bottom:-2px;width:95%;height:4px;border-radius:8px;background-color:#26bae9}footer .container .mobile-social{margin-bottom:20px;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}footer .container .mobile-social a{font-size:24px;color:#fff;margin:0 25px}footer .container .top{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;width:100%;margin-bottom:20px}footer .container .top>img{max-width:70px}footer .container .top .top-contact{-webkit-box-flex:1;-ms-flex:1;flex:1;height:53px;margin:0 10px;padding:0 10px}footer .container .top .top-contact .left{border-right:0 solid #fff;height:35px;width:100%}footer .container .top .top-contact .left .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;color:#fff;font-size:12px}footer .container .top .top-contact .left .row img{margin-right:5px;-webkit-filter:invert(1);filter:invert(1)}footer .container .top .top-contact .mid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px}footer .container .top .top-contact .mid a{display:none}footer .container .top .right{display:none}footer .container>.mid{display:none}footer .container .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .container .bottom .col{padding-left:20px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:50%!important;margin-bottom:10px}footer .container .bottom .col ul li{margin-bottom:10px}footer .container .bottom .col ul li a{font-size:16px;color:#fff}.footer-banks{min-height:60px}.footer-banks img{width:95%;height:auto}.blog-page-main{width:100%}.blog-page-main .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-page-main .container .blog-content{max-width:100%;margin-bottom:30px}.blog-page-main .container .blog-content .posts-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.blog-page-main .container .blog-content .posts-wrapper .post-item{width:240px;min-height:340px;border-radius:15px;border:2px solid #b5b5b5;display:block;overflow:hidden;margin-bottom:40px}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-img{width:100%;height:142px;overflow:hidden;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;background-color:#002f76;margin-bottom:10px;position:relative}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-img .badge{position:absolute;top:0;left:0;padding:5px 25px;background-color:rgba(0,47,118,.6);-webkit-clip-path:polygon(0 0,100% 1%,85% 100%,0 100%);clip-path:polygon(0 0,100% 1%,85% 100%,0 100%);color:#fff}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 25px}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-details a{max-width:90%;text-align:center;font-size:14px;font-weight:700;color:#002f76}.blog-page-main .container .blog-content .posts-wrapper .post-item .post-details p{margin-top:5px;color:#002f76;font-size:13px;font-weight:600;text-align:justify;line-height:1}.blog-page-main .container .blog-side{max-width:100%!important;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.blog-page-main .container .blog-side ul{width:100%}.blog-page-main .container .blog-side ul li{width:100%}.blog-page-main .container .blog-side ul li a{width:100%}.hero{width:100%;height:660px;min-height:660px;background-image:url(../images/slider-bg.png),-webkit-gradient(linear,left top,left bottom,from(#002b6a),to(#020230));background-image:url(../images/slider-bg.png),linear-gradient(to bottom,#002b6a,#020230);background-repeat:no-repeat;background-position:left;z-index:999}.hero.hero-header{height:90px;min-height:90px;background-position:top}.hero.hero-small{height:110px;min-height:110px;background-position:top}.hero .small-page-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.hero .small-page-banner h1{font-size:30px;color:#c2ccdc;margin-bottom:5px;font-weight:400}.hero .small-page-banner h1 b{color:#fff}.hero .small-page-banner p{font-size:16px;color:#999}.hero.yedekli-bg{background-image:url(../images/yedeklibg.png),-webkit-gradient(linear,left top,left bottom,from(#002b6a00),to(#02023000))!important;background-image:url(../images/yedeklibg.png),linear-gradient(to bottom,#002b6a00,#02023000)!important;background-size:cover!important;background-position:center!important}.hero.static-hero{min-height:900px!important;background-size:cover;background-position:center}.hero.static-hero header{background:-webkit-gradient(linear,left top,right top,from(#002c6e),to(#002358))!important;background:linear-gradient(to right,#002c6e,#002358)!important}.hero.static-hero .hero-static .container{padding-top:20px}.hero.static-hero .hero-static .container .head{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero.static-hero .hero-static .container .head .left{margin-bottom:10px}.hero.static-hero .hero-static .container .head .left h1{font-size:40px}.hero.static-hero .hero-static .container .head .left p{font-size:16px}.hero.static-hero .hero-static .container .head .right .box{width:280px}.hero.static-hero .hero-static .container .features{margin-top:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hero.static-hero .hero-static .container .features .box{margin-right:0;width:49%;height:60px;margin-bottom:10px}.hero.static-hero .hero-static .container .banner-hosting-packs{margin-top:20px}.hero.static-hero .hero-static .container .banner-hosting-packs .head .buttons{margin-top:10px}.hero.static-hero .hero-static .container .banner-hosting-packs .body-wrap{margin-top:30px}.hero.static-hero .hero-static .container .yedekli-vds{margin-top:30px;width:100%}.hero.static-hero .hero-static .container .yedekli-vds .prev-btn{display:none!important}.hero.static-hero .hero-static .container .yedekli-vds .next-btn{display:none!important}.hero.static-hero .hero-static .container .yedekli-vds .box{width:275px;border-radius:10px;margin:0 8px;-webkit-box-shadow:0 6px 43px 0 rgba(61,206,255,.21);box-shadow:0 6px 43px 0 rgba(61,206,255,.21)}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs{border-radius:10px;background-color:#05c14b}.hero.static-hero .hero-static .container .yedekli-vds .box .box-specs .head{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.hero.static-hero .hero-static .carousel-wrap{width:100%;margin:30px auto 0 auto}.hero.static-hero .hero-static .carousel-wrap .caro-left{display:none!important}.hero.static-hero .hero-static .carousel-wrap .caro-right{display:none!important}.hero.static-hero .hero-static .carousel-wrap .carousel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont{margin:0 10px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item{width:92vw}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .head{height:79px;padding:10px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .head .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .head .left span{font-size:25px;font-weight:500}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .head .left p{font-size:13px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .head .left img{margin-left:10px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .head .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:#fff}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .head .right b{font-size:33px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .head .right span{font-size:15px;font-weight:500}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .body{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;background:#fff;padding:10px 10px 0 10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item .body .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:25%;margin-bottom:10px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item-bottom{padding:10px 0;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}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item-bottom span{color:#fff;font-size:13px}.hero.static-hero .hero-static .carousel-wrap .carousel .item-cont .item-bottom a{padding:5px 7px;font-size:14px;font-weight:500}section.os-about{width:100%;min-height:auto;height:auto!important;background-repeat:no-repeat;background-size:cover;padding-bottom:30px}section.os-about .container{height:100%;padding-top:50px}section.os-about .container .title{font-size:24px}section.os-about .container .tab-buttons{margin:20px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}section.os-about .container .tab-buttons span{width:48%;height:100px;border-radius:5px;margin:0;margin-bottom:15px}section.os-about .container .tab-buttons span img{max-width:40px}section.os-about .container .tab-buttons span b{font-size:18px}section.os-about .container .tab-cont .os-tab .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.os-about .container .tab-cont .os-tab .inner .left{width:100%}section.os-about .container .tab-cont .os-tab .inner .right{width:100%;margin-top:20px}section.os-about .container .tab-cont .os-tab .inner .right img{max-width:95%}section.table-section{background-color:#f7f7f7;padding:50px 0 90px 0}section.table-section .container .title{text-align:center;font-size:26px;font-weight:500;color:#002f76;margin-bottom:60px}section.table-section .table-cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto}section.table-section .vds-table{display:-webkit-box;display:-ms-flexbox;display:flex}section.table-section .vds-table .left{width:225px}section.table-section .vds-table .left ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:22px;font-size:22px;font-weight:500;color:#002f76}section.table-section .vds-table .left ul li:nth-child(odd){background-color:#f7f7f7;height:55px}section.table-section .vds-table .left ul li:nth-child(even){background-color:#fff;height:40px}section.table-section .vds-table .left ul li:first-child{height:70px!important;font-weight:700}section.table-section .vds-table .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}section.table-section .vds-table .right .col{width:125px}section.table-section .vds-table .right .col:hover ul{border:2px solid #d7e6ff;border-radius:10px;overflow:hidden;background-color:rgba(215,230,255,.5)}section.table-section .vds-table .right .col:hover ul li:nth-child(odd){background-color:#f3f3f3}section.table-section .vds-table .right .col:hover ul li:nth-child(even){background-color:#f5f5f6}section.table-section .vds-table .right .col ul li{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;text-align:center;font-size:20px;font-weight:500;color:#002f76}section.table-section .vds-table .right .col ul li b{font-size:26px}section.table-section .vds-table .right .col ul li u{text-decoration:line-through;color:#a9a9a9}section.table-section .vds-table .right .col ul li:nth-child(odd){background-color:#f7f7f7;height:55px}section.table-section .vds-table .right .col ul li:nth-child(even){background-color:#fff;height:40px}section.table-section .vds-table .right .col ul li:first-child{height:70px!important;font-weight:700}section.table-section .vds-table .right .col .action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.table-section .vds-table .right .col .action a:first-child{width:100px;height:50px;background-color:#002f76;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:5px 0;font-size:25px;line-height:1}section.table-section .vds-table .right .col .action a:first-child small{font-size:12px}section.table-section .vds-table .right .col .action a:last-child{width:100px;height:40px;background-color:#ffd803;color:#002f76;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px}section.faq{padding:60px 0}section.faq .container .head{font-size:24px}section.faq .container .accordion{margin-bottom:20px}section.faq .container .accordion .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:18px;font-weight:600;color:#002f76;cursor:pointer}section.faq .container .accordion .title span{margin-right:10px;width:35px;min-width:35px;min-height:35px;height:35px;background-color:#8cafff;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:10px;font-size:20px;color:#fff}section.faq .container .accordion .title span .fa-minus{display:none}section.faq .container .accordion .panel{padding:14px}.other-services-page{padding-bottom:100px;background-color:#f5f8ff;position:relative}.other-services-page .circle1{display:none}.other-services-page .circle2{display:none}.other-services-wrap{min-height:auto;height:auto;margin:0 auto}.other-services-wrap .other-services-main{width:95%;min-height:auto!important;height:auto!important;padding-bottom:30px}.other-services-wrap .other-services-main .container{height:100%;padding-top:30px}.other-services-wrap .other-services-main .container .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.other-services-wrap .other-services-main .container .inner .image{margin-right:0;max-width:300px}.other-services-wrap .other-services-main .container .inner .image img{width:100%}.other-services-wrap .other-services-main .container .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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.other-services-wrap .other-services-main .container .inner .text h2{font-size:28px;color:#fff;font-weight:700}.other-services-wrap .other-services-main .container .inner .text p{font-size:15px;color:#fff;line-height:1.5}.other-services-wrap .other-services-main .container .services-top .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.other-services-wrap .other-services-main .container .services-top .head h2{font-size:28px;color:#fff;font-weight:700}.other-services-wrap .other-services-main .container .services-top .head span{width:85px}.other-services-wrap .other-services-main .container .services-top .head p{font-size:15px}.services-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.services-wrap .service-box{width:275px;background-color:#fff;border-radius:10px;padding-bottom:20px;position:relative;margin-bottom:30px}.services-wrap .service-box .heading{width:100%;height:66px;background-color:#00da76;border-radius:10px 10px 0 0;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:0 15px;font-size:24px;color:#fff;font-weight:700;position:relative}.services-wrap .service-box .heading::after{content:"";width:73px;height:36px;background-color:#00da76;position:absolute;bottom:-36px;right:0;-webkit-clip-path:polygon(0 0,100% 100%,100% 0);clip-path:polygon(0 0,100% 100%,100% 0)}.services-wrap .service-box .text{padding:10px 15px 10px 10px;font-size:18px;color:#002f76;line-height:1.4;font-weight:500}.services-section{margin-top:30px;margin-bottom:50px}.services-section .section-heading h2{font-size:28px}.services-section .section-heading p{font-size:15spx}.yedekli-about{margin-top:330px}.yedekli-about .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.yedekli-about .container img{width:100%}.yedekli-about .container .inner{color:#4c7fc5}.yedekli-about .container .inner .text{margin-bottom:30px}.yedekli-about .container .inner h2{font-size:28px;margin-bottom:20px}.yedekli-about .container .inner h3{font-size:24px;margin-bottom:20px}.yedekli-about .container .inner p{font-size:15px}.pack-specs{margin:50px 0}.pack-specs .container .head h2{font-size:28px}.pack-specs .container .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pack-specs .container .wrapper .box{background-color:#f3f6f8;width:100%;margin-bottom:20px}.hosting-about{width:100%;min-height:auto;padding:30px 0;background-color:#f2f6ff;margin-top:500px}.hosting-about .container{height:100%}.hosting-about .container .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:-30px}.hosting-about .container .head .buttons{height:70px;width:100%;border-radius:60px;background-color:#8cafff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;font-size:20px;color:#fff;overflow:hidden;-ms-flex-wrap:wrap;flex-wrap:wrap}.hosting-about .container .head .buttons span{cursor:pointer;width:50%;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}.hosting-about .container .head .buttons span.active{border-bottom:0!important}.hosting-about .container .head .buttons span:hover{border-bottom:0!important}.hosting-about .container .hosting-tabs .host-tab{display:none}.hosting-about .container .hosting-tabs .host-tab.show-tab{display:block}.hosting-about .container .hosting-tabs .host-tab .inner{margin-top:30px}.hosting-about .container .hosting-tabs .host-tab .inner .question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.hosting-about .container .hosting-tabs .host-tab .inner .question img{margin-top:0;max-width:70px}.hosting-about .container .hosting-tabs .host-tab .inner .question .detail{margin-left:20px}.hosting-about .container .hosting-tabs .host-tab .inner .question .detail h2{font-size:30px;font-weight:600;color:#002f76}.hosting-about .container .hosting-tabs .host-tab .inner .question .detail p{font-size:18px;font-weight:500;color:#002f76}.hosting-about .container .hosting-tabs .host-tab .inner .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hosting-about .container .hosting-tabs .host-tab .inner .content .left .title{font-size:40px;font-weight:600;color:#002f76;margin-bottom:20px}.hosting-about .container .hosting-tabs .host-tab .inner .content .left p{font-size:18px;font-weight:600;color:#002f76;max-width:688px}.hosting-about .container .hosting-tabs .host-tab .inner .content .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hosting-about .container .hosting-tabs .host-tab .inner .content .right img{margin-top:40px;max-width:90%}section.promo{margin:60px 0}section.promo .container .title{font-size:28px;font-weight:700;color:#002f76;margin-top:20px}section.promo .container .logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:10px 0}section.promo .container .logos img{margin:5px}section.promo .container .feature-list{margin-top:20px}section.hosting-table{margin-top:-50px}section.hosting-table .container{overflow-x:auto}section.hosting-table .container .host-table{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}section.hosting-table .container .host-table .left{width:268px;min-width:268px}section.hosting-table .container .host-table .left ul li{height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:30px;border:1px solid #ebebeb;border-bottom:0;font-size:16px;color:#002f76;font-weight:700}section.hosting-table .container .host-table .left ul li:first-child{height:56px;border:none;background-color:#fff!important}section.hosting-table .container .host-table .left ul li:nth-child(2){height:74px;border-radius:10px 0 0 0}section.hosting-table .container .host-table .left ul li:nth-child(odd){background-color:#f9f9f9}section.hosting-table .container .host-table .left ul li:last-child{border-bottom:1px solid #ebebeb}.contact-page-main{height:auto!important;min-height:auto!important;padding-bottom:80px}.contact-page-main .container{padding-top:30px}.contact-page-main .container .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:50px}.contact-page-main .container .head .title{font-size:28px}.contact-page-main .container .head span{margin:6px 0}.contact-page-main .container .head p{font-size:18px}.contact-page-main .container .contact-box-wrap{position:relative;height:auto!important}.contact-page-main .container .contact-box-wrap .wrap-bg{width:100%;height:auto!important}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box{width:95%;height:auto;background-color:#fff;border-radius:20px;margin:0 auto;-webkit-box-shadow:0 2px 17px 0 rgba(1,1,1,.31);box-shadow:0 2px 17px 0 rgba(1,1,1,.31);position:relative;padding:60px 20px 20px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .head{max-width:80%;width:100%;height:54px;font-size:17px;text-align:center;padding:0 20px}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-form{width:100%;margin-right:0!important;margin-bottom:30px}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details{-webkit-box-flex:1;-ms-flex:1;flex:1}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .title{font-size:22px;font-weight:600;color:#002f76;margin-bottom:20px}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row{width:100%;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-bottom:10px;margin-bottom:10px;border-bottom:1px solid #f4f4f4;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-page-main .container .contact-box-wrap .wrap-bg .contact-box .contact-details .contact-row .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:15px}.address-map{height:630px;position:relative}.address-map .head{max-width:80%;width:100%;height:54px;font-size:17px;text-align:center;padding:0 20px}.campaign-page-hero{height:auto;padding:30px 0 50px 0;min-height:auto}.campaign-page-hero .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.campaign-page-hero .container .text{margin-right:0;margin-bottom:20px}.campaign-page-hero .container .text .title{font-size:28px}.campaign-page-hero .container .text span{margin:5px 0}.campaign-page-hero .container .text p{font-size:16px}.campaign-page-hero .container .input-box{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.campaign-page-hero .container .input-box .box{width:100%}.campaign-page-hero .container .input-box .box .input{width:95%}.campaign-main{background-image:url(../images/os-bg.png);background-repeat:no-repeat;background-size:cover}.campaign-main .container .campaign-tab-buttons{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.campaign-main .container .campaign-tab-buttons::-webkit-scrollbar{display:none}.campaign-main .container .campaign-tab-buttons span{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 15px;font-size:20px}.campaign-main .container .campaign-tab-buttons span::after{display:none}.campaign-main .container .text{color:#002f76;margin-bottom:55px}.campaign-main .container .text h2{font-size:33px;font-weight:700}.campaign-main .container .text p{font-size:23px;font-weight:500;margin-top:5px;line-height:1.5}.campaign-main .container .campaign-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.campaign-main .container .campaign-wrap .campaign{width:100%;height:338px}.campaign-main .container .campaign-wrap .campaign .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;height:58px}.campaign-main .container .campaign-wrap .campaign .bottom span{font-size:18px;padding-left:10px}.campaign-main .container .campaign-wrap .campaign .bottom a{width:210px;height:98px;border-radius:98px;background-color:#002f76;margin-right:-20px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:10px}.campaign-main .container .campaign-wrap .campaign .bottom a:hover{padding-left:15px}.campaign-main .container .campaign-wrap .campaign .bottom a img{margin-right:5px}.campaign-main .container .campaign-wrap .campaign .bottom a b{color:#fff;font-size:16px}.campaign-main .container .campaign-wrap .campaign .img{width:100%;height:280px;border-radius:20px;border:3px solid #00da76;overflow:hidden;z-index:2;position:relative}.campaign-main .container .campaign-wrap .campaign .img .date{position:absolute;top:30px;left:0;padding:4px 14px;background-color:#f46c23;color:#fff;font-size:20px;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:0 5px 5px 0}.campaign-main .container .campaign-wrap .campaign .img .category{position:absolute;top:70px;left:0;padding:4px 10px;background-color:#00da76;color:#fff;font-size:19px;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:0 5px 5px 0}.campaign-main .container .campaign-wrap .campaign .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.campaign-text{color:#002f76;margin-top:40px}.campaign-text h2{font-size:33px;font-weight:700}.campaign-text p{font-size:23px;font-weight:500;margin-top:5px;line-height:1.5}.reseller-about{width:100%;height:auto;background-color:#f2f6ff;margin-top:400px;padding-bottom:50px}.reseller-about .container{height:100%}.reseller-about .container .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.reseller-about .container .head img{margin-right:15px;margin-top:0}.reseller-about .container .head .detail{padding-top:20px}.reseller-about .container .head .detail span{font-size:24px;color:#2a255a;margin-bottom:10px;font-weight:600}.reseller-about .container .head .detail p{font-size:15px;color:#2a255a;font-weight:500}.reseller-about .container .reseller-tab-buttons{margin-bottom:30px;height:70px;font-size:18px;color:#fff;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.reseller-about .container .reseller-tab-buttons span{width:48%;margin:0;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}.reseller-about .container .reseller-tab-buttons span.active{border-bottom:0}.reseller-about .container .reseller-tab-buttons span:hover{border-bottom:0}.reseller-about .container .reseller-tab .text{margin-bottom:20px;color:#2a255a}.reseller-about .container .reseller-tab .text h2{font-size:28px;font-weight:600;margin-bottom:10px}.reseller-about .container .reseller-tab .text p{font-size:16px;font-weight:600;line-height:1.8}.reseller-table-container{background-color:#f7f7f7;padding-bottom:50px}.reseller-table-container .container{overflow-x:auto}.reseller-table-container .container .table-heading{min-width:1150px;width:100%;height:56px;background-color:#002f76;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}.reseller-table-container .container .table-heading span{font-size:18px;font-weight:500;margin:0 40px}.reseller-table-container .container .table-cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:1150px}.reseller-features{padding:30px 0;background-color:#eff5ff;position:relative}.reseller-features .see-details-btn{width:90%}.reseller-features .container .feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:60px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.reseller-features .container .feature-item.reverse{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.reseller-features .container .feature-item.reverse .image{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.reseller-features .container .feature-item .image{color:#002f76;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;margin-bottom:20px;margin-right:0}.reseller-features .container .feature-item .image .head{width:90%}.reseller-features .container .feature-item .image .head img{max-width:90%}.reseller-features .container .feature-item .image img{max-width:100%}.data-center-page{width:100%;margin-top:-50px}.data-center-page>.container{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%!important}.data-center-page>.container .features-box{position:relative;z-index:20!important}.data-center-page>.container .features-box .bg-shape{width:100%;height:95vw;border-radius:50%;z-index:-1;position:absolute;top:-400px;background-color:rgba(0,47,118,.03)}.data-center-page>.container .features-box .circle-box{width:1120px;height:1120px;border-radius:50%;background-image:url(../images/datacenterbg.png);background-position:center;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}.data-center-page>.container .features-box .circle-box .logo{position:relative;margin-bottom:30px;max-width:350px}.data-center-page>.container .features-box .circle-box .logo img{width:100%}.data-center-page>.container .features-box .circle-box .logo::before{width:90%;height:6px;border-radius:6px;background-color:#00da76;position:absolute;top:-50px;left:5%;content:""}.data-center-page>.container .features-box .circle-box .feature-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:30px;max-width:350px;height:auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.data-center-page>.container .features-box .circle-box .feature-items .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;color:#00da76;font-weight:600;width:50%;margin:10px 0;position:relative}.data-center-page>.container .features-box .circle-box .feature-items .item:nth-child(2)::after{display:none}.data-center-page>.container .features-box .circle-box .feature-items .item::after{width:2px;height:45px;background-color:#fff;content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0}.data-center-page>.container .features-box .circle-box .feature-items .item:last-child::after{display:none!important}.data-center-page>.container .features-box .circle-box .feature-items .item img{margin-bottom:10px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.data-center-page>.container .features-box .circle-box .features-text{max-width:350px;text-align:center;color:#fff;font-size:16px;line-height:1.5}.data-center-page>.container .features-box .circle-box .features-text p{margin-bottom:20px}.data-center-page .curvy-wrap{position:relative;min-height:1400px;z-index:0!important}.data-center-page .curvy-wrap .curvy-bg{position:absolute;min-height:1400px;width:100%;max-width:100%;background-image:url(../images/curvy-bg.png);background-size:cover;background-repeat:no-repeat;top:-100px;background-position:center!important;z-index:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding-top:100px}.data-center-page .curvy-wrap .curvy-bg h2{font-size:28px;margin-top:50px}.data-center-page .curvy-wrap .curvy-bg span{margin:10px 0}.data-center-page .curvy-wrap .curvy-bg p{font-size:16px;color:#fff}.page-content .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-content .container .side-menu{width:90%;height:689px;padding:17px 20px;background-image:-webkit-gradient(linear,left top,left bottom,from(#01215b),color-stop(#01215b),to(#06c));background-image:linear-gradient(to bottom,#01215b,#01215b,#06c)}.page-content .container .side-menu .menu-search{width:200px;height:37px;border-radius:37px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 20px auto;border:.5px solid #e5e5e5;position:relative}.page-content .container .side-menu .menu-search button{height:37px;position:absolute;right:15px;font-size:20px;background:0 0;color:#036;border:none;cursor:pointer}.page-content .container .side-menu .menu-search input{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:37px;border:none;background:0 0;text-indent:10px;color:#7da5ff;font-size:14px}.page-content .container .side-menu .menu-search input::-webkit-input-placeholder{color:#7da5ff}.page-content .container .side-menu .menu-search input:-ms-input-placeholder{color:#7da5ff}.page-content .container .side-menu .menu-search input::-ms-input-placeholder{color:#7da5ff}.page-content .container .side-menu .menu-search input::placeholder{color:#7da5ff}.page-content .container .side-menu ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.page-content .container .side-menu ul li{padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(255,255,255,.3)}.page-content .container .side-menu ul li:hover a{color:#7da5ff}.page-content .container .side-menu ul li:last-child{border-bottom:0;padding-bottom:0}.page-content .container .side-menu ul li a{font-size:15px;text-transform:uppercase;color:#fff}.page-content .container .inner-content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:0}.page-content .container .inner-content .campaign-banner{width:100%;margin-top:20px;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;margin-bottom:20px}.page-content .container .inner-content .campaign-banner img{max-width:100%}.page-content .container .inner-content .section-title{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}.page-content .container .inner-content .section-title .inner{display:inline-block}.page-content .container .inner-content .section-title .inner h2{font-size:26px;color:#002f76}.page-content .container .inner-content .section-title .inner p{font-size:14px;color:#002f76;font-weight:500}.page-content .container .inner-content .prod-list-cont{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.page-content .container .inner-content .prod-list-cont .prod-wrap{width:240px;margin:0;margin-bottom:30px}.page-content .container .inner-content .prod-list-cont .prod-wrap .name{font-size:13px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box{width:188px;height:208px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box .left{margin-left:-30px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box .left .img img{max-width:169px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box .right{margin-right:-30px}.page-content .container .inner-content .prod-list-cont .prod-wrap .prod-box .right a{width:65px;height:33px;font-size:11px}.product-main{width:100%;margin:30px 0;padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:2px solid rgba(0,47,118,.1);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-main .product-self{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-main .product-self .prod-wrap{width:240px;margin:0;margin-bottom:30px}.product-main .product-self .prod-wrap .name{font-size:13px}.product-main .product-self .prod-wrap .prod-box{width:188px;height:208px}.product-main .product-self .prod-wrap .prod-box .left{margin-left:-30px}.product-main .product-self .prod-wrap .prod-box .left .img img{max-width:169px}.product-main .product-self .prod-wrap .prod-box .right{margin-right:-30px}.product-main .product-self .prod-wrap .prod-box .right a{width:65px;height:33px;font-size:11px}.product-main .product-details{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:0}.product-main .product-details .head{color:#002f76;margin-bottom:30px}.product-main .product-details .head span{font-weight:700;font-size:21px;color:#002f76}.product-main .product-details .head p{font-size:13px;font-weight:500}.product-main .product-details .body{padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-main .product-details .body .left{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-main .product-details .body .left ul li{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;color:#002f76;font-weight:500}.product-main .product-details .body .left ul li img{margin-right:7px}.product-main .product-details .body .left .promo{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;margin-left:-10px;margin-right:auto;margin-bottom:auto}.product-main .product-details .body .left .promo b{font-size:20px}.product-main .product-details .body .right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.product-main .product-details .body .right a{margin-bottom:12px;margin-right:5px}.soft-detail-page{margin-bottom:50px}.soft-detail-page .content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.soft-detail-page .content .features{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px;padding-left:0}.soft-detail-page .content .features .login-infos{width:240px;height:76px;background-image:-webkit-gradient(linear,left top,right top,from(#e3007e),to(#f564b4));background-image:linear-gradient(to right,#e3007e,#f564b4);border-radius:76px;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;position:relative}.soft-detail-page .content .features ul{max-width:100%;margin-top:30px}.soft-detail-page .content .requriments{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:0}.soft-detail-page .content .requriments .req-box{width:100%;min-height:251px;border-radius:19px;border:6px solid #0f5d90;position:relative;padding:30px 25px;margin-bottom:36px}.soft-detail-page .content .requriments .other-prods{background-image:-webkit-gradient(linear,left top,right top,from(#08367d),to(#117eb8));background-image:linear-gradient(to right,#08367d,#117eb8);width:100%;height:450px!important;min-height:450px!important;border-radius:19px;position:relative;margin-top:30px;padding:20px 10px}.soft-detail-page .content .requriments .other-prods .prev-btn{display:none!important}.soft-detail-page .content .requriments .other-prods .next-btn{display:none!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:430px!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots{bottom:-30px!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li{margin:0}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li.slick-active button{background-color:#00da76!important;border:1px solid #26bae9!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li.slick-active button::before{color:#26bae9!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li button{border-radius:50%;background-color:rgba(0,218,118,.2)!important;width:12px!important;height:7px!important;border-radius:4px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .slick-dots li button::before{width:12px!important;height:7px!important;font-size:0spx!important;color:#fff!important;content:""!important}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;width:330px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-img{-webkit-box-flex:1;-ms-flex:1;flex:1}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-img .img{width:218px;height:218px;border:2px solid #b4d2ff;border-radius:20px;padding:30px 20px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-img .img img{width:100%;height:auto}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:0;margin-top:10px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .name{font-size:18px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .actions{display:-webkit-box;display:-ms-flexbox;display:flex}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .actions a{-webkit-box-flex:1;-ms-flex:1;flex:1;height:35px;border-radius:10px;background-color:#e3007e;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:17px;font-weight:700;color:#fff}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .actions a:last-child{margin-left:10px;background-image:-webkit-gradient(linear,left top,right top,from(#00b99d),to(#05c14b));background-image:linear-gradient(to right,#00b99d,#05c14b)}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .price{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}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .price img{margin:0 5px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail .price b{margin:0 5px;font-size:20px}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:500}.soft-detail-page .content .requriments .other-prods .prod-caro-wrap .prod .prod-detail ul li img{margin-right:7px}.register-page{width:100%;min-height:730px;height:730px;background:#f1fcff;background-image:url(../images/register-mobile-bg.png);background-repeat:no-repeat;background-position:bottom;background-size:100%}.register-page .container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.register-page .container .register-form{width:100%}.register-page .container .register-form form .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-top:20px;font-size:17px;font-weight:700;color:#002f76;margin-bottom:20px}.register-page .container .register-form form .head img{margin-bottom:10px}.register-page .container .register-form form .form-wrap .input-row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;border-bottom:2px solid #26bae9;margin-left:0;margin-bottom:20px}.register-page .container .register-form form .form-wrap .input-row input{-webkit-box-flex:1;-ms-flex:1;flex:1;background:0 0;border:none;text-indent:15px;font-size:16px;font-weight:500;color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row input::-webkit-input-placeholder{color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row input:-ms-input-placeholder{color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row input::-ms-input-placeholder{color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row input::placeholder{color:#002f76;font-family:Rajdhani}.register-page .container .register-form form .form-wrap .input-row .label{width:150px;height:34px;border:2px solid #26bae9;border-radius:10px;margin-bottom:-2.5px;margin-left:-5px;overflow:hidden;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-right:2px}.register-page .container .register-form form .form-wrap .input-row .label span{font-size:12px;font-weight:700;color:#002f76}.register-page .container .register-form form .form-wrap .input-row .label .icon{width:65px;height:30px;background-image:url(../images/register-blue-bg.png);background-repeat:no-repeat;margin-left:-4px;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}.register-page .container .register-form form .form-action{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.register-page .container .register-form form .form-action .left{-webkit-box-flex:2;-ms-flex:2;flex:2;margin-right:0}.register-page .container .register-form form .form-action .left .check-cont{display:block;position:relative;padding-left:35px;margin-bottom:10px;cursor:pointer;font-size:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#002f76;font-weight:500}.register-page .container .register-form form .form-action .left .check-cont input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.register-page .container .register-form form .form-action .left .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#fff;border-radius:5px;border:2px solid #26bae9}.register-page .container .register-form form .form-action .left .check-cont:hover input~.checkmark{background-color:#26bae9}.register-page .container .register-form form .form-action .left .check-cont input:checked~.checkmark{background-color:#26bae9}.register-page .container .register-form form .form-action .left .checkmark:after{content:"";position:absolute;display:none}.register-page .container .register-form form .form-action .left .check-cont input:checked~.checkmark:after{display:block}.register-page .container .register-form form .form-action .left .check-cont .checkmark:after{left:7px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.register-page .container .register-form form .form-action .left .social-links{width: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;margin-bottom:10px}.register-page .container .register-form form .form-action .left .social-links a{font-size:18px;margin:0 5px;color:#26bae9}.register-page .container .register-form form .form-action .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.register-page .container .register-form form .form-action .right a{width:150px;height:44px;border-radius:10px;background-color:#2ade5d;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:14px;text-align:center;text-transform:uppercase}.register-page .container .register-form form .form-action .right a:last-child{background-color:#002f76}.register-page .container .register-logo{display:none}}.slick-track{overflow:hidden!important}@media only screen and (max-width:540px){body{overflow-x:hidden!important}.blog-page-main .container .blog-content .posts-wrapper .post-item{width:100%;min-height:100px;height:auto;padding-bottom:20px;margin-bottom:20px}.services-carousel .service-box{width:275px!important}.services-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.services-wrap .service-box{width:100%;background-color:#fff;border-radius:10px;padding-bottom:20px;position:relative;margin-bottom:50px}.services-wrap .service-box .heading{width:100%;height:66px;background-color:#00da76;border-radius:10px 10px 0 0;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:0 15px;font-size:24px;color:#fff;font-weight:700;position:relative}.services-wrap .service-box .heading::after{content:"";width:73px;height:36px;background-color:#00da76;position:absolute;bottom:-36px;right:0;-webkit-clip-path:polygon(0 0,100% 100%,100% 0);clip-path:polygon(0 0,100% 100%,100% 0)}.services-wrap .service-box .text{padding:10px 15px 10px 10px;font-size:18px;color:#002f76;line-height:1.4;font-weight:500}.services-wrap .service-box .action{width:90%;height:40px;border-radius:5px;background-color:#f77527;bottom:-20px;left:5%;position:absolute;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:0 10px}.services-wrap .service-box .action span{font-size:22px;color:#fff;font-weight:700}.services-wrap .service-box .action a{width:90px;height:45px;display:-webkit-box;display:-ms-flexbox;display:flex;background-image:url(../images/buy-bg.png);background-size:cover;margin-right:-10px;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-weight:700;color:#fff;font-size:18px;padding-left:5px}}@media only screen and (max-width:1400px){.services{width:100%}.services .wrapper{width:100%;height:auto!important;margin:0 auto;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.services .wrapper .inner{width:100%;height:auto!important;margin-left:0;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.services .wrapper .inner .container{width:95%;padding-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}