.hero {
  height: 100vh;
  width: 100%;
  background: #5d5b6a; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #fff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
       }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        font-size: 13px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #007bff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #011a25;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: white; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.5); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
        footer .top_footer .beInContact .country_select .dropdown-menu li a:hover {
        	background: #0c112a;
        }
        footer .footer-main {
        	background: #292929;
        	padding: 40px 0;
         width: 100%;
        	color: #fff;
        }
        footer .payment-icons {
        	color: #939393;
        }
        footer .footer-icon {
        	margin-top: 15px;
        	border: 1px dashed rgba(255, 255, 255, 0.1);
        	display: inline-block;
        	padding: 15px;
        	width: 100%;
        }
        footer .footer-icon h5 {
        	line-height: 18px;
        }
        footer h4 {
        	color: #fff;
        	margin-bottom: 15px;
        	font-weight: 500;
        }
        footer .footer-main li a {
        	color: #fff;
        }
        footer .footer-main li a:hover {
        	color: #FFFFFF;
        }
        footer .footer-main li {
        	list-style-type: none;
        	line-height: 30px;
        }
        footer .footer-main ul {
        	margin-left: 0px;
        	padding-left: 0px;
        }
        footer .top_footer {
        	background: #292929;
         width: 100%;
        }
        footer .top_footer .quick_contact .nav li {
        	width: 32%;
        	text-align: center;
        }
        footer .top_footer .quick_contact .nav li+li {
        	border-left: 1px dashed rgba(255, 255, 255, 0.1);
        	margin: 0;
        }
        footer .top_footer .quick_contact .nav li a {
        	line-height: 56px;
        	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        	font-weight: 300;
        	color: #fff;
        	background: transparent;
        }
        footer .top_footer .quick_contact .nav li a:hover {
        	color: #fff;
        }
        footer .top_footer .quick_contact .nav li a i {
        	margin-right: 10px;
        	display: inline-block;
        }
        footer .top_footer .shortKnowledge {
        	margin-bottom: 30px;
        }
        footer .top_footer .shortKnowledge h4 {
        	line-height: 33px;
        	margin: 0 0 22px;
        	color: #FFF;
        	font-weight: 500;
        	font-family: Jura;
        }
        footer .top_footer .shortKnowledge p {
        	color: #939393;
        	line-height: 28px;
        }
        footer .top_footer .shortKnowledge .product h4 {
        	margin-bottom: 27px;
        }
        footer .top_footer .shortKnowledge .product .product_list li {
        	margin-top: 25px;
        	width: calc(100% / 3);
        	float: left;
        }
        footer .top_footer .shortKnowledge .product .product_list li:nth-child(1), footer .top_footer .shortKnowledge .product .product_list li:nth-child(2), footer .top_footer .shortKnowledge .product .product_list li:nth-child(3) {
        	margin-top: 0;
        }
        footer .top_footer .shortKnowledge .product .product_list li a {
        	line-height: 20px;
        	font-family: Jura,sans-serif;
        	float: left;
        	color: #00b159;
        	padding: 0;
        }
        footer .top_footer .shortKnowledge .product .product_list li a:before {
        	content: '';
        	float: left;
        	width: 14px;
        	height: 18px;
        	margin-right: 14px;
        	background: url(../images/icons/footer/list-marker.png) no-repeat scroll center center;
        }
        footer .top_footer .shortKnowledge .product .product_list li a:hover {
        	color: #FFF;
        	background: none;
        }
        footer .nav.nav-pills {
        	border-top: 1px dashed rgba(255, 255, 255, 0.1);
        	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        }
        footer .top_footer .quick_contact .nav li {
        	display: inline-block;
        }
        footer .top_footer .beInContact .social_icos {
        	padding: 30px 0 30px;
        	text-align: center;
        	float: left;
        }
        footer .top_footer .beInContact .social_icos ul {
        	display: inline-block;
        }
        footer .top_footer .beInContact .social_icos ul li {
        	padding: 0 6px;
        	float: left;
        }
        footer .top_footer .beInContact .social_icos ul li a {
        	padding: 0;
        	width: 42px;
        	line-height: 42px;
        	height: 42px;
        	color: #fff;
        	text-align: center;
        }
        footer .top_footer .beInContact .social_icos ul li a:hover {
        	color: #292929;
        }
        footer .top_footer .beInContact .subscribe_form {
        	padding-top: 30px;
        }
        footer .top_footer .beInContact .subscribe_form .form-inline .form-group {
        	display: block;
        }
        footer .top_footer .beInContact .subscribe_form .form-inline .form-group label {
        	margin-bottom: 0;
        	color: #fff;
        	font-family: Jura,sans-serif;
        	font-size: 18px;
        	line-height: 21px;
        	letter-spacing: 1px;
        	float: left;
        }
        footer .top_footer .beInContact .subscribe_form .form-inline .form-group label small {
        	display: block;
        	text-transform: capitalize;
        	font-weight: 300;
        	font-size: 14px;
        	color: #595f7c;
        	line-height: 1;
        }
        footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group {
        	float: left;
        	width: 100%;
        	padding: 0;
        }
        footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .form-control {
        	background: #ffffff;
        	height: 45px;
        	line-height: 45px;
        	padding: 0 20px;
        	border-radius: 0;
        	border: none;
        	color: #454d75;
        	font-size: 13px;
        	font-family: Jura,sans-serif;
        	font-weight: 300;
        }
        footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon {
        	border: none;
        	padding: 0;
        	border-radius: 0;
        	background: none;
        	width: 65px;
        }
        footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon input {
        	font-size: 18px;
        	font-family: Jura,sans-serif;
        	color: #fff;
        	padding: 0 20px;
        	line-height: 45px;
        	border: none;
        	border-radius: 0;
        	background: #00b159;
        	float: left;
        	width: 65px;
        }
        footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon input:hover {
        	color: #fff;
        }
        footer ul.footer-links {
        	text-align: center;
        	margin-bottom: 0;
        	border-bottom: 1px solid #e7e7e7;
        }
        footer ul.footer-links li {
        	padding-top: 10px;
        	float: none;
        	text-align: center;
        	padding: 15px;
        }
        footer .copyright_line {
        	text-align: center;
        	line-height: 25px;
        	padding: 25px 0;
        	color: #939393;
         width: 100%;
        	font-weight: 400;
        	font-size: 12px;
        	border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        .blog{
         height: 450px;
        }
        .alanimg{
         width: 800px;
         height: 500px;
         border:none;
        }
        .webicon{
         width: 350px !important;
         height: 280px !important;
        }
        .footerrow{
         text-align: center;
         color: white;
         padding: 15px;
        }
        .videoplug{
         width: 100%;
        }
        .detayhover{
         background: rgba(255, 255, 255, 0.5) !important;
         padding: 50px;
         border-radius: 20px;
         font-size: 18px;
         color: black;
        }
        .detayhover:hover{
         background: rgba(255, 255, 255, 1) !important;
        }
        .detayhover2{
         background: rgba(255, 255, 255, 0.5) !important;
         padding: 30px;
         border-radius: 20px;
         font-size: 16px;
         margin-top: 20px;
         color: black;
        }
        .detayhover2:hover{
         background: rgba(69, 69, 69, 1) !important;
         color: white;
        }
        .btn1{
         bottom: 0;
         width: 100%;
         display: flex;
         justify-content: flex-end;
        }
        .btn2{
         margin-bottom: 10px;
         margin-right: 10px;
         color: black;
    background-color: #35c2ff;
    border-color: #35c2ff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: -2px 3px 6px black;
        }
        .imgg{
         width: 100%;
         height: auto;
        }
        .wrapper {
         max-width: 1000px;
         width: 100%;
         margin: 10vh auto;
         padding: 20px;
         background:black;
         opacity: 0.8;
         border-radius: 5px;
        }

        h1 {
         font-size: 2em;
         margin-bottom: 20px;
         text-align:center;
        }

        input {
         display: none;
        }

        label {
         display: flex;
         width: 100%;
         height: 50px;
         cursor: pointer;
         border: 3px solid white;
         user-select: none;
        }

        label div:first-child {
         width: 100%;
         line-height: 45px;
         margin-left: 10px;
         font-size: 1.2em;
        }

        .cross{
         margin-right:15px;
         margin-top:3px;
        }

        .cross:before,.cross:after {
         content: '';
         border-top: 2px solid #3E474F;
         width: 15px;
         display: block;
         margin-top: 18px;
         transition: 0.3s;
        }

        .cross:after {
         transform: rotate(90deg);
         margin-top: -2px;
        }

        .content {
         box-sizing: border-box;
         font-size: 0.9em;
         margin: 10px 10px;
         max-height: 0;
         overflow: hidden;
         transition: max-height, .5s;
        }

        input:checked ~ .content {
         max-height: 400px;
         transition: max-height, 1s;
        }

        input:checked ~ label .cross:before {
         transform: rotate(180deg);
        }

        input:checked ~ label .cross:after {
         transform: rotate(0deg);
        }

        .questions{
         margin-top:20px;
         max-height: 0;
         overflow: hidden;
         transition: max-height, .5s;
        }

        .questions label{
         border:none;
         box-shadow: none;
         margin:0;
        }

        input:checked ~ .questions {
         max-height: 400px;
         border-bottom:2px solid #3E474F;
         transition: 1s;
        }
      /*----------tool-tip------------*/

      .tip {
       color: #f03768;
       cursor: help;
       position: relative;
       overflow: visible;
       font-family: monospace;
       font-size: 1.3em;
      }

      .tip:before,
      .tip:after {
       position: absolute;
       opacity: 0;
       z-index: -100;
       transform: translateY(-30%);
       transition: .4s;
      }

      .tip:before {
       content: '';
       border-style: solid;
       border-width: 0.8em 0.5em 0 0.5em;
       border-color: #3E474F transparent transparent transparent;
       transform: translateY(-200%);
       bottom:90%;
       left:50%;
      }

      .tip:after {
       content: attr(data-tip);
       background: #3E474F;
       color: white;
       width: 150px;
       padding: 10px;
       font-size: 0.8em;
       bottom: 150%;
       left: -50%;
      }

      .tip:hover:before,
      .tip:hover:after {
       opacity: 1;
       z-index: 100;
       transform: scaleY(1);
      }

      /*Accordion*/

      .accordion, .faqs_accordion {
      	margin-bottom: 0;
      }
      .accordion .panel-heading {
      	background: #fff;
      }
      .accordion .panel, .faqs_accordion .panel {
      	border-radius: 0;
      	border: none;
      	box-shadow: none;
      	background: transparent;
      }
      .accordion .panel+.panel, .faqs_accordion .panel+.panel {
      	margin-top: 10px;
      }
      .accordion .panel .panel-heading, .faqs_accordion .panel .panel-heading {
      	padding: 0;
      }
      .accordion .panel .panel-heading .panel-title a, .faqs_accordion .panel .panel-heading .panel-title a {
      	line-height: 46px;
      	font-family: 'Share Tech Mono', monospace;
      	letter-spacing: 1px;
      }
      .accordion .panel .panel-heading .panel-title a:before, .faqs_accordion .panel .panel-heading .panel-title a:before {
      	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      	font-size: 18px;
      	line-height: 10px;
      	height: 10px;
      	border-right: 1px solid #00b159;
      	color: #00b159;
      	width: 35px;
      	margin: 18px 15px 18px 0;
      	text-align: center;
      	float: left;
      }
      .accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before, .faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
      	content: '-';
      }
      .accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:before, .faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
      	content: '+';
      }
      .accordion .panel .panel-collapse .panel-body, .faqs_accordion .panel .panel-collapse .panel-body {
      	border: none;
      	padding: 15px 35px 25px 50px;
      	font-family: 'Rajdhani', sans-serif;
      	font-weight: 300;
      	letter-spacing: 1px;
      	line-height: 24px;
      }
      #accordion_sc.faqs .panel-title {
      	font-size: 14px;
      }
      .faqs_accordion {
      	margin-bottom: 0;
      }
      .faqs_accordion .panel {
      	border-top: 1px solid #eaeaea;
      }
      .faqs_accordion .panel+.panel {
      	margin-top: 0;
      }
      .faqs_accordion .panel .panel-heading .panel-title a {
      	font-size: 20px;
      	font-weight: 300;
      	text-transform: capitalize;
      	padding: 25px 0;
      	display: block;
      }
      .faqs_accordion .panel .panel-heading .panel-title a:before {
      	display: none;
      }
      .faqs_accordion .panel .panel-heading .panel-title a:after {
      	font: normal normal normal 14px/1 FontAwesome;
      	line-height: 45px;
      	height: 24px;
      	width: 67px;
      	margin: 0;
      	text-align: center;
      	float: right;
      }
      .faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:after {
      	content: "\f106";
      }
      .faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:after {
      	content: "\f107";
      }
      .faqs_accordion .panel .panel-collapse .panel-body {
      	padding: 0px 67px 25px 0;
      }
      .faqs_accordion .panel .media .media-left {
      	padding: 0;
      	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      	font-size: 24px;
      	color: #00b159;
      	line-height: 1;
      }
      .faqs_accordion .panel .media .media-left span {
      	padding-left: 10px;
      	padding-right: 60px;
      	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      }
      .egitimbaslik{
       text-align: start;
       font-family: 'Share Tech Mono', monospace;
      }
      .egitimimg{
       width: 100%;
       height: 500px;
       margin-bottom: 20px;
      }
      .egitimimg2{
       width: 100%;
       border-bottom: 1px solid #dfe2e6;
       margin-bottom: 40px;
      }
      .egitimonaciklama{
       margin-bottom: 20px;
       font-family: 'Rajdhani', sans-serif;
      }
      .egitimonaciklama2{
       width: 100%;
       border-bottom: 1px solid #dfe2e6;
       margin-top: 20px;
       margin-bottom: 40px;
       font-size: 20px;
      }
      .egitimyan{
       width: 100%;
       border-bottom: 1px solid #dfe2e6;
      }
      .egitimyan2{
       margin-bottom: 10px;
       font-family: 'Share Tech Mono', monospace;
      }
      .egitimsticky{
       position: sticky;
       top: 5vh;
      }
      .form-control1{
       background: rgba(255, 255, 255, 0.5) !important;
      }
      .fontsharetechmono{
       font-family: 'Share Tech Mono', monospace;
      }
      .fontrajdhani{
       font-family: 'Rajdhani', sans-serif;
      }
      .blogbaslik{
       margin-bottom:20px;
       text-align:center;
       font-family: 'Share Tech Mono', monospace;
      }
      .blogtemplate{
       background: linear-gradient(147.69deg,#101f2d 8.1%,#080d12 97.28%),linear-gradient(147.69deg,#0d1822 8.1%,#080d12 97.28%),linear-gradient(0deg,#171820,#171820),#171b2d;
       padding: 10px;
      }
      .blogtemplateyazi {
    color: #35c2ff;
    font-size: 22px;
    text-shadow: 0 2px 20px #35c2ff;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Share Tech Mono', monospace;
    text-align:center;
    margin-top:10px;
}
.main-screen__button2{
 width: 100%;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background: #00000066;
    margin: auto;
    padding: 0;
				border: 1px solid #dee2e647;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: rgb(0 0 0 / 0%) !important;
				opacity: 1;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
				border-bottom: 1px solid #dee2e647;
				text-align: center;
				display: block;
}

.modal-body img{max-width: 100%;
             height:auto;
             display: block;
             margin-left: auto;
                margin-right: auto;
            }
.modal-footer {
    padding: 2px 16px;
    background-color: #34495e;
    color: white;
}
 @media only screen and (max-width: 575px) {
  .anavideoplug{
   text-align: center;
   width: 100%;
  }
}
@media only screen and (max-width: 500px) {
 .alanimg{
  width: 400px !important;
  height: 100% !important;
 }
}
@media only screen and (max-width: 410px) {
 .alanimg{
  width: 350px !important;
 }
 .webicon{
  width: 300px !important;
  height: 250px !important;
 }
}
@media only screen and (max-width: 400px) {
 .blog{
  height: 500px;
 }
}
@media only screen and (max-width: 350px) {
 .alanimg{
  width: 300px !important;
 }
}
