@font-face {
  font-family: 'Open Sans';
  font-style : normal;
  font-weight: 400;
  src        : local('Open Sans Regular'), local('Open-Sans-Regular'), url("../fonts/OpenSans-Regular.woff") format('woff'), url("../fonts/OpenSans-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Proxima Nova Regular';
  font-weight: 500;
  src        : url("../fonts/Proxima-Nova-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'catwing';
  font-weight: 500;
  src        : url("../fonts/catwing.ttf") format('truetype');
}
/*-----------------------Common CSS [Don't Change]-----------------------*/
@media print {
  body * {
    visibility: hidden;
  }

  .Contents * {
    visibility: visible;
  }
}

#wrap {
  position: absolute;
  width   : 1024px;
  height  : 768px;
  z-index : 0;
}
/*-----------------------Main page css START H-----------------------*/
body {
  -webkit-user-select: none;
  -ms-user-select    : none;
  -moz-user-select   : none;
  font-family        : 'Proxima Nova Regular';
  font-size          : 18px;
  font-weight        : 500;
  overflow           : hidden;
  padding            : 0;
  margin             : 0;
  width              : 100%;
  height             : 100%;
  overflow           : hidden;
  position           : fixed;
}

.mainDIV {
  position: relative;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
    background-color: #7C8E8F;
}
/*--Main and Header Section--*/

.mainContainer {
  position  : relative;
  width     : 100%;
  z-index   : 2;
  background: #153d6d;
  display: table;
}

#insBtn {
  width        : 30px;
  height       : 30px;
  border-radius: 50%;
  font-style   : italic;
  font-family  : serif;
  font-size    : 20px;
  font-weight  : bolder;
  position     : absolute;
  top: 10px;
  right: 20px;
  left: auto;
}

.startScreen {
  top       : 74px;
  background: #174663;
  position  : absolute;
  height    : 694px;
  width     : 1024px;
  z-index   : 2;
}

.insPopup {
  height       : 390px;
  width        : 100%;
  background   : #D6E8F7;
  z-index      : 8;
  position     : absolute;
  top          : 50px;
  border-radius: 25px;
  border       : 8px solid #27B9D1;
}

.dialogs {
  top:0px;
  display : none;
  width   : 70%;
  height  : 500px;
  position: absolute;
  margin  : 0 auto;
  left    : 0;
  right   : 0;
  z-index : 8;
}

.insHeader {
  width        : 230px;
  height       : 50px;
  background   : #27b9d1;
  position     : absolute;
  left         : 0px;
  right:0px;
  top          : -62px;
  border-radius: 12px;
  text-align   : center;
  box-sizing   : border-box;
  padding-top  : 9px;
  font-size    : 24px;
  font-weight  : bold;
  margin:28px auto;
}

.listitems {
  padding-top: 25px;
}

ol {
  width     : 98%;
  box-sizing: border-box;
}

#popClosebtn {
  left: 0;
  top: auto;
  right: 0;
  margin: 0 auto;
}

.Inactive {
  pointer-events  : none;
  background-color: rgba(1,134,179,0.4) !important;
  color           : rgba(0,0,0,0.3);
}
/*--Main and Header Section--*/

.trans {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition   : all 0.35s ease-out;
  -ms-transition    : all 0.35s ease-out;
  -o-transition     : all 0.35s ease-out;
  transition        : all 0.35s ease-out;
}

.trans_bg {
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition   : background-color 0.35s ease-out;
  -ms-transition    : background-color 0.35s ease-out;
  -o-transition     : background-color 0.35s ease-out;
  transition        : background-color 0.35s ease-out;
}

.blur {
  filter: blur(5px);
}

#logo {
  width   : 51px;
  height  : 51px;
  position: absolute;
  left    : 27px;
  top     : 4px;
}

header {
  background-color: #0c2c3a;
  height          : 50px;
  position: relative;
  z-index: 10;
}

footer {
  display         : none;
  height          : 35px;
  background-color: #0c2c3a;
  position        : relative;
}

a {
  text-decoration: none;
  color          : inherit;
}

.graphLineContainer {
  font-size: 19px;
}

.navbtn {
  width             : 106px;
  height            : 37px;
  position          : absolute;
  left              : 906px;
  top               : 8px;
  align-items       : center;
  cursor            : pointer;
  background-color  : #FA9133;
  border-width      : 0;
  border-style      : none;
  border-color      : transparent;
  -webkit-appearance: none;
  font-size         : inherit;
  font-family       : inherit;
  border-radius     : 2px solid black;
  border-radius     : 3px;
  color             : #212121;
}

#startBtn {
  top               : 40%;
  left              : 41%;
  width             : 200px;
  height            : 60px;
  border-radius     : 14px;
  font-size         : 31px;
  -webkit-box-shadow: 0 0 18px 3px #10222d;
  -moz-box-shadow   : 0 0 18px 3px #10222d;
  box-shadow        : 0 0 18px 3px #10222d;
}

.navbtn:hover {
  background-color: #212121;
  color           : #FFFFFF;
  outline-color   : #FA9133;
  outline-style   : auto;
}

.navbtn:focus {
  background-color: #212121;
  color           : #FFFFFF;
  outline-color   : #FA9133;
}

#next_btn {
  left: 906px;
  top : 8px;
}

#back_btn {
  left: 789px;
  top : 8px;
}

h1 {
  margin-top    : 0;
  margin-bottom : 0;
  padding-top   : 5px;
  color         : white;
  left          : 361px;
  letter-spacing: 1.5px;
  font-weight   : bolder;
  width: 100%;
    text-align: center;
}

.has-menu {
  display                  : none;
  width                    : 180px;
  text-align               : center;
  background-color         : rgba(237, 237, 237, 1);
  padding-left             : 0;
  height                   : 34px;
  position                 : relative;
  top                      : 6px;
  left                     : 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius   : 4px;
}

nav > ul li {
  display: none;
}

.open > li {
  display         : block;
  height          : 34px;
  position        : relative;
  display         : flex;
  justify-content : center;
  align-items     : center;
  cursor          : pointer;
  left            : 4.5px;
  width           : 203px;
  top             : 25px;
  font-size       : 18px;
  background-color: #EDEDED;
}

.anchor_menuitems {
  width          : 85%;
  height         : 98%;
  position       : relative;
  display        : flex;
  justify-content: center;
  align-items    : center;
  border-bottom  : 1px solid transparent;
}

.open > li:first-child {
  margin-top: 18px;
}

.menulist {
  background-color  : #f7931e !important;
  outline           : none;
  border            : none;
  -moz-outline-style: none;
}

.menulist > a {
  outline           : none;
  border            : none;
  -moz-outline-style: none;
}

nav {
  width   : 225px;
  left    : 800px;
  position: absolute;
  top     : 0;
}

.menuitems.first {
  margin-top: 15px;
}

.extra {
  width     : 203px;
  height    : 17px;
  background: #EDEDED;
  display   : block;
  position  : absolute;
  left      : -45px;
  top       : 11px;
}

.drop-down-btn {
  width                     : 33px;
  height                    : 34px;
  background-position       : 32px;
  border-bottom-right-radius: 5px;
  border-top-right-radius   : 5px;
  position                  : absolute;
  top                       : 0;
  left                      : 180px;
  background-color          : #f7931e;
  border-width              : 0;
  border-style              : none;
  border-color              : transparent;
  -webkit-appearance        : none;
  outline-color             : #f7931e;
}

.drop-down-btn:focus,
.drop-down-btn:hover {
  cursor          : pointer;
  background-color: #212121;
}

.drop-down-btn:focus .spandown,
.drop-down-btn:hover .spandown {
  border-top-color: #f7931e;
}
/*.drop-down-btn:focus{
background-color: #FFB77E;
outline:none;
}*/
#selected-cycle {
  position       : relative;
  top            : 6px;
  text-decoration: none;
  cursor         : default;
}

.menuitems:hover {
  background-color: #f7931e;
  cursor          : pointer;
}
/*.menuitemshover{
  background-color: #f7931e !important;
  cursor: pointer;
}*/

.arrow {
  width        : 0;
  height       : 0;
  border-left  : 20px solid transparent;
  border-right : 20px solid transparent;
  border-bottom: 20px solid #EDEDED;
  top          : 35px;
  left         : 30px;
  border-radius: 4px;
  position     : absolute;
}

.spandown {
  display     : block;
  border-left : 7px solid transparent;
  border-right: 7px solid transparent;
  border-top  : 7px solid #212121;
  height      : 0;
  width       : 0;
  position    : absolute;
  left        : 10px;
  top         : 15px;
}

.Sections {
  position       : absolute;
  display        : block;
  background     : transparent;
  display        : flex;
  justify-content: center;
}

.Sections {
  position       : relative;
  display        : block;
  background     : transparent;
  display        : flex;
  justify-content: center;
}

#dialerSection {
  height: 197px;
    width: 100%;  
}

.dialer_circle {
  display       : inline-block !important;
  vertical-align: top;
  height        : 130px;
  width         : 130px;
  position      : absolute;
  top           : 20px;
  border-radius : 50%;
  border        : 5px solid #0B2C3A;
  overflow      : hidden;
  background    : #0B2C3A;
  left          : 134px;
}

.dialer_circle1 {
  display         : block;
  height          : 150px;
  width           : 150px;
  position        : absolute;
  top             : 15px;
  border-radius   : 50%;
  background-color: #066B73;
  left            : 129px;
}

#engineSection {
  width: 100%;
  display: block;
  height: 360px;
  top: 0px;
}

#graph1_section {
  width: 48%;
  height: 313px;
  position: relative;
  top: 5px;
  display: inline-block;
  border-bottom: 2px solid #052c49;
  border-right: 2px solid #052c49;
}

#graph2_section {
  width: 49%;
  height: 313px;
  position: relative;
  top: 5px;
  display: inline-block;
  border-bottom: 2px solid #052c49;
}

.dialer_center {
  background: url("../media/dailer_center.png");
  height    : 23px;
  width     : 23px;
  display   : block;
  top       : 79px;
  position  : absolute;
  z-index   : 7;
  left      : 50px;
  left      : 192px;
}

.pauseanimation {
  animation-play-state: paused !important;
}

#obj_1:hover,
#obj_2:hover {
  /*transform: scale(0);*/
  animation: scal 1.5s ease-in-out infinite;
}
@keyframes scal {
  0% {
    width : 10px;
    height: 10px;
  }

  50% {
    width : 15px;
    height: 15px;
  }

  100% {
    width : 6.5px;
    height: 6.5px;
  }
}

#engine_label {
  width        : 24px;
  height       : 24px;
  font-size    : 22px;
  text-align   : center;
  color        : #bdbdbd;
  border       : 3px solid #bdbdbd;
  border-radius: 6px;
  font-weight  : bolder;
  position     : absolute;
  left         : 7px;
  top          : 7px;
  transition   : color 0.25s ease-in;
  cursor       : pointer;
}

#engine_label:hover {
  background-color: #bdbdbd;
  color           : #002D48;
}

.description_sec {
  margin: 0 18px;
    padding: 20px 0;
    position: relative;
    border-radius: 5px;
  
}
.description_sec div{
  border       : 2px solid rgba(252, 252, 252, 0.4);
  height: 190px;
  overflow-x: hidden;
}

.text_list {
  padding-bottom: 16px;
  font-weight   : normal;
  font-size     : 15px;
}

#transcript {
  position       : absolute;
  top            : 15px;
  left           : 180px;
  color          : white;
  font-size      : 19px;
  text-decoration: underline;
}

#pn {
  position       : absolute;
  top            : 15px;
  left           : 14px;
  color          : white;
  font-size      : 19px;
  text-decoration: underline;
}

.dialerSectext {
  position: absolute;
  top     : 168px;
  left    : 125px;
  color   : white;
}

.dialerSectext h3 {
  display    : block;
  font-size  : 1.1em;
  font-weight: 500;
  margin     : 0;
}

.engineanimationtxt {
  position: absolute;
  top     : 335px;
  left    : 115px;
  color   : white;
}

.engineanimationtxt h3 {
  display    : block;
  font-size  : 1.1em;
  font-weight: 500;
  margin     : 0;
}

.container1 {
  width           : 228px;
  height          : 223px;
  transform-origin: 50% 0;
  position        : absolute;
  top             : 8px;
  left            : 6px;
}

.container::after {
  position : absolute;
  bottom   : 0.5rem;
  left     : 50%;
  font-size: 1.4rem;
}

.container2 {
  width           : 228px;
  height          : 223px;
  transform-origin: 50% 0;
  position        : absolute;
  left            : 6px;
  top             : 8px;
}

.otto_obj {
  width        : 10px;
  height       : 10px;
  border-radius: 50%;
  background   : red;
  position     : absolute;
  top          : 180px;
  left         : 35px;
}

.otto2_obj {
  width        : 10px;
  height       : 10px;
  border-radius: 50%;
  background   : red;
  position     : absolute;
  top          : 177px;
  left         : 56px;
}

#graph_1 h3,
#graph_2 h3 {
  font-size  : 18px;
  position   : absolute;
  top        : -50px;
  left       : 94px;
  color      : #1fe1b7;
  font-family: 'Proxima Nova Regular';
}

.transNone {
  transition-property: none !important;
}

div#graph_1 {
  width    : 242.598px;
  height   : 237.163px;
  position : absolute;
  outline  : none;
  border   : none;
  left     : 10px;
  font-size: 237px;
  top      : 49px;
}

div#graph_2 {
  width    : 242.598px;
  height   : 237.163px;
  position : absolute;
  outline  : none;
  border   : none;
  left     : 10px;
  font-size: 237px;
  top      : 49px;
}

.glowanimation {
  animation: glow 1s 3 ease-in-out;
}
@-webkit-keyframes glow {
  from {
    background: #2783a2;
  }

  to {
    background: #00bfff;
  }
}
@-moz-keyframes glow {
  from {
    background: #2783a2;
  }

  to {
    background: #00bfff;
  }
}
@-ms-keyframes glow {
  from {
    background: #2783a2;
  }

  to {
    background: #00bfff;
  }
}
@-o-keyframes glow {
  from {
    background: #0186b3;
  }

  to {
    background: #02b6f3;
  }
}
@keyframes transform {
  from {
    background: #2783a2;
  }

  to {
    background: #00bfff;
  }
}

.test {
  height: 40% !important;
}
.col1{
  width: 29%;
  position: relative;
  float: left;
  align-items: center;
  background: #052c49;
  display: table-cell;
  margin: 5px;
  border-radius: 10px;
}
.col2{
  position: relative;
    width: 68%;
    float: left;
    background: #092239;
    display: table-cell;
    border-radius: 10px;
    margin: 5px;
}