  #header {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    background: black; 
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
  }
  .menu_table .menu_text_thin {
    width: 20%;
  }
  .first_btn_css {    
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn-right {
    background: none;
    border: 0;
    font-size: 20px;
    line-height: 2em;
    position: relative;
    width: 8em;
    height: 2em;
    padding: 0;
    margin: 0;
  }
  .btn-right a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 10;
  }
  .btn-right::before, .btn-right::after {
    background: black;
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    height: 1em;
  }
  .btn-right::before {
    box-shadow: -1px 1px 0 black, -2px 2px 0 black, -3px 3px 0 black, -4px 4px 0 black;
    transform: skew(45deg);
    top: 0;
    border-right: 13px solid #fa5614;
  }
  .btn-right::after {
    box-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black;
    transform: skew(-45deg);
    bottom: 0;
    border-right: 13px solid #fa5614;
  }
  .btn-right:hover::before, .btn-right:hover::after {
    background: black;
  }
  .btn-right:hover {
    background: transparent;
  }
  .btn-right:focus {
    outline: 0;
  }
  .btn-right:focus::before, .btn-right:focus::after {
    background: black;
  }
  .csslider {
    width: 100%;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 22px;
  }
  .csslider > input {
    display: none;
  }
  .csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%;
  }
  .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
  }
  .csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
  }
  .csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
  }
  .csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%;
  }
  .csslider > ul {
    position: relative;
    width: 100%;
    height: 320px;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
  }
  .csslider > .navigation {
    position: absolute;
    top: -40px;
    z-index: 10;
    margin-bottom: -10px;
    font-size: 0;
    line-height: 0;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .csslider > .navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 8px;
    background: #3a3a3a;
  }
  .csslider > .navigation label:hover:after {
    opacity: 1;
  }
  .csslider > .navigation label:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    opacity: 0;
  }
  .csslider > .arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
  }
  .csslider
    > input:nth-of-type(1):checked
    ~ .navigation
    label:nth-of-type(1):after,
  .csslider
    > input:nth-of-type(2):checked
    ~ .navigation
    label:nth-of-type(2):after,
  .csslider
    > input:nth-of-type(3):checked
    ~ .navigation
    label:nth-of-type(3):after,
  .csslider
    > input:nth-of-type(4):checked
    ~ .navigation
    label:nth-of-type(4):after,
  .csslider
    > input:nth-of-type(5):checked
    ~ .navigation
    label:nth-of-type(5):after,
  .csslider
    > input:nth-of-type(6):checked
    ~ .navigation
    label:nth-of-type(6):after,
  .csslider
    > input:nth-of-type(7):checked
    ~ .navigation
    label:nth-of-type(7):after,
  .csslider
    > input:nth-of-type(8):checked
    ~ .navigation
    label:nth-of-type(8):after,
  .csslider
    > input:nth-of-type(9):checked
    ~ .navigation
    label:nth-of-type(9):after,
  .csslider
    > input:nth-of-type(10):checked
    ~ .navigation
    label:nth-of-type(10):after,
  .csslider
    > input:nth-of-type(11):checked
    ~ .navigation
    label:nth-of-type(11):after {
    opacity: 1;
  }
  .csslider > .arrows {
    position: absolute;
    left: -31px;
    top: 50%;
    width: 100%;
    height: 26px;
    padding: 0 31px;
    z-index: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
  .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
  .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
  .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
  .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
  .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
  .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
  .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
  .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
  .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
  .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
  .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: 0;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
  .csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
  .csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
  .csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
  .csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
  .csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
  .csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
  .csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
  .csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
  .csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
  .csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
  .csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    right: 0;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .csslider ul {
    padding : 40px 0 20px 0;
  }
  .dot_css_with_label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .csslider .silder_heading {
    margin-right: 10px;
  }
  #slider1 {
    margin: 20px 0;
    font-family: "Lato";
  }
  #slider1 > input:nth-of-type(3):checked ~ ul #bg {
    width: 80%;
    padding: 22px;
    -moz-transition: 0.5s 0.5s;
    -o-transition: 0.5s 0.5s;
    -webkit-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
  }
  #slider1 > input:nth-of-type(3):checked ~ ul #bg div {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transition: 0.5s 0.9s;
    -o-transition: 0.5s 0.9s;
    -webkit-transition: 0.5s 0.9s;
    transition: 0.5s 0.9s;
  }
  .csslider video {
    width: 100%;
    height: 300px;
    background: transparent url("") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .csslider .sidebar_header{
    text-align: center;
  }
  .dot_css{
    width: 20px;
    height: 20px;
    background: #fa5614;
    margin: 0;
    margin-right: 10px;
  }
  .csslider ul li p ,.section_main_css p {
    padding: 20px 20px 0 25px;
  }
  ul {
    list-style: none;
  }
  .section_main_css {
    display: flex;
    height: 300px;
  }
  .second_slider .mySlides,.slider_third .mySlides {display: none;}
  .second_slider img,.slider_third img {vertical-align: middle;}

  /* Slideshow container */
  .second_slider .slideshow-container, .slider_third .slideshow-container{
    max-width: 100%;
    position: relative;
    margin: auto;
  }

  /* Caption text */
  .second_slider .text,  .slider_third .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  /* Number text (1/3 etc) */
  .second_slider .numbertext, .slider_third .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .second_slider .dot, .slider_third .dot2 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .second_slider .active, .slider_third .active  {
    background-color: #717171;
  }
  .list_style_css {
    list-style: inside;
  }
  ul , ul li ul, ul li ol {
    margin-left: 0;
  }
  .second_slider .padding_left_data {
    padding: 25px 20px 0 0;
  }
  .second_slider .padding_rigth_data {
    padding: 25px 0px 0 20px;
  }
 /* {
    box-shadow: inset -4px 9px 25px 0 #000, inset 2px -11px 15px 0px #ccc, inset 6px -5px 5px 0px #fff;
  }*/
  .image_section_css {
    display: flex;
    margin-top: 20px;
  }
  .image_section_css div {
    position: relative;
  }
  .image_section_css p {
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    top: -8px;
    left: 30%;
    text-shadow: -0.0075em 0.0075em 0 #383f6c, 0.005em 0.005em 0 #5159ab, 0.01em 0.01em 0 #060148, 0.015em 0.015em #060149, 0.02em 0.02em 0 #06024a, 0.025em 0.025em 0 #383f6c, 0.03em 0.03em 0 #383f6c, 0.035em 0.035em 0 #383f6c;
  }
  .image_section_css img {
    /*box-shadow: inset 1px 1px 0px 0 #383f6c, inset 0px 20px 12px 3px #250f5a, inset 0 99px 15px 10px #050047;*/
    background: radial-gradient(circle, rgb(18 18 104) 0%, rgb(7 3 64) 100%);
  }
  .mySlides2.fade:after ,.mySlides.fade:after ,.video_gradient:after{
    width:100%;
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(to right, #1C202C 0%,rgba(255,255,255,0) 69%);
    height:100%;
  }
  .video_gradient_right:after, .mySlides.fade:after{
    width:100%;
    content:'';
    display:block;
    position:absolute;
    top:0;
    right:0;
    background: linear-gradient(to left, #1C202C 0%,rgba(255,255,255,0) 69%);
    height:100%;
  }
  .mySlides.fade:after{
    background: linear-gradient(to left, #1C202C 0%,rgba(255,255,255,0) 69%),linear-gradient(to right, #1C202C 0%,rgba(255,255,255,0) 69%);
  }
  .pos_relative {
    position: relative;
  }
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  .slider_imges .mySlides img{
    height: 400px;
  }
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  .slider_third .frame {
      overflow: hidden;
      width: 302px;
      margin: 0 auto;
  }
  .slider_third .imag_div {
      width: 1280px;
      margin-top: 100px;
  }
  .slider_third .imag_div li {
      width: 300px;
      height: 200px;
      border: 1px solid #000;
      float:left;
      overflow: hidden;
      text-align: center;
      line-height: 200px;
      font-size: 30px;
  }
  .slider_third .imag_div ul {
      width: 2912px;
      -webkit-animation: slide 20s ease infinite;
      animation: slide 20s ease infinite;
  }
  .csslider ul li {
      animation: sliderr 20s ease infinite;
  }
  .fa-minus:before {
    content: "\f068";
  }
  .w_50_desc {
    width: 50%
  }
  .w_33_desc {
    width: 33%;
  }
  .background_section_1 {
    background-image: url('../img/content/bg_img.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .background_section_2 {
    background-image: url('../img/content/bg_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
  }
  .margin_top_50 {
    margin-top: 50px;
  }
  .desktop_view_none {
    display: none;
  }
  .phone_view_none{
    display: block;
  }
  .last_image_bg,.first_image_bg{
    margin-bottom: 0.5em;
    background: url(../img/skin/1.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
  }
  .sec_image_bg{
    margin-bottom: 0.5em;
    background: url(../img/skin/2.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: initial;
  }
  .navigation__logo a{
    text-decoration:none;
  }
  .navigation__logo p{
    color:#ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
  }
  .navigation__links{
    position: absolute;
    width:300px;
    height:auto;
    display: none;
    top: 30px;
    z-index:2;
    transition: right 0.3s ease-in;
    background: black;
    color:#ffffff;
    list-style: none;
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.75);
  }
  .navigation__links li{
    padding: 5px 10px;
    text-align:center;
  }
  .navigation__links a{
    color: #ffffff;
    text-decoration:none;  
  }
  
  #hamburger{
    visibility:hidden;
  }
  .navigation__button{
    position:relative;
    display: inline-block;
    width: 30px;
    height:30px;
    background:transparent;
    cursor:pointer;
  }
  .navigation__button span{
    position:absolute;
    left: 5px;
    display:inline-block;
    width:20px;
    height:1px;
    background-color: #ffffff;
    transform-origin:center;
    transition: opacity 0.2s linear, all 0.3s linear;
  }
  .navigation__button span:nth-of-type(1){
    top: 10px;
  }
  .navigation__button span:nth-of-type(2){
    top: 15px;
  }
  .navigation__button span:nth-of-type(3){
    top: 20px;
  }
  
  
  /* Here comes the magic */
  
  #hamburger:checked ~ .navigation__links{
    /* Or it can be "input[type="checkbox"] ~ .navigation__links" */
    right:0;
    z-index: 11;
    display: block;
  }
  
  /* Styles for our "close" button */
  #hamburger:checked ~ .navigation__button span:nth-of-type(1){
    transform: rotate(45deg);
    top: 15px;
  }
  #hamburger:checked ~ .navigation__button span:nth-of-type(2){
    opacity:0;
  }
  #hamburger:checked ~ .navigation__button span:nth-of-type(3){
    transform: rotate(-45deg);
    top: 15px;
  }

  @keyframes slide {
      20% {
          margin-left: 0px;
      }
      30% {
          margin-left: -302px;
      }
      50% {
          margin-left: -302px;
      }
      60% {
          margin-left: -604px;
      }
      70% {
          margin-left: -604px;
      }
      80% {
          margin-left: -906px;
      }
      90% {
          margin-left: -906px;
      }
  }
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 420px) {
    .menu_cell a {
      font-size: 12px;
    }
    .menu_cell a img {
      width: 15px;
      height: 15px;
    }
    .silder_heading {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 768px) {
    .navigation__links .logo_css.menu_image {
      width: 38% !important;
    }
    .titlebar_fixup .no_padding {
      height: auto !important;
    }
    .navigation_mob {
      height: 30px;
    }
    .text {font-size: 11px}
    .w_50_desc  {
      width: 100%
    }
    .csslider ul li p, .section_main_css p {
      padding: 20px 0 0 0;
    }
    .csslider ul {
      padding: 0;
    }
    .csslider video {
      height: auto;
    }
    .btn-right {
      font-size: 9px;
    }
    .responsive_flex {
      flex-direction: column;
      padding: 20px;
    }
    .responsive_flex_reverse {
      flex-direction: column-reverse;
      padding: 20px;
    }
    .csslider > ul,.section_main_css {
      height: 100%;
    }
    .mobile_font_size {
      font-size: 10px;
    }
    .w_33_desc {
      width: 100%;
    }
    .btn-right::before, .btn-right::after {
      height: 9px;
    }
    .dot_css_with_label {
      padding-left: 20px;
    }
    .first_btn_css {    
      display: flex;
      position: absolute;
      bottom: 0%;
      left: 50%;
      transform: translate(-50%, 22%);
    }
    #auto_play_video {
      margin-top: 30px;
    }
    .menu_table .mob_view_width_5 {
      width: 5%;
    }
    .logo_css.menu_image {
      width: 100% !important;
    }
    .desktop_view_none {
      display: block;
    }
    .phone_view_none{
      display: none;
    }
    .w_50 {
      width:50%;
    }
    .responsive_flex_3div {      
      justify-content: space-between;
      flex-wrap: wrap;    
      padding: 20px;
    }
    .mobile_font_size ul,.mobile_font_size p {
      font-size: 12px;
    }
  }
