@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  body{
    min-height: 100vh;
  }
  nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100px;
    background: #55717b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: flex; 
    justify-content: center; 
    align-items: center;
  }
  nav .navbar{
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    padding: 0 50px;
  }
  .logo {
    width: 90px;
    margin-top: 2px;
  }
  nav .navbar .nav-links{
    line-height: 100px;
    height: 100%;
  }
  nav .navbar .links{
    display: flex;
  }
  /* Style for the underline effect - apply only to desktop version */
  @media (min-width: 800px) {
    /* CSS */
    nav .navbar .links li a:hover {
    text-decoration: underline solid #0a4260;
    text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
  }
  .nav-item-active{
    text-decoration: underline solid #0a4260;
    text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
  }
  }
  nav {
    position: relative; 
    z-index: 1; 
    
  }
  .upperBar{
   
    width: 100%;
    height: 50px;
    background-color: #0a4260;
    display: flex;
  }
  
  .phone_bar{
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 20vw;
  }
  .fa-phone{
    font-size: 20px;
    color: #b5cbcf;
  }
  .nr_telbar{
    color: #fffefe;
    font-family: Arial;
    flex-shrink: 0;
    margin-top: 10px;
  }
  .ighdr,.tt,.fb1{
    color: #b5cbcf;
    font-size: 25px;
    margin-left: 15px;
  }
  .iconsDiv{
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    margin-left: 51vw;
  }
  nav .navbar .links li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
  }
  nav .navbar .links li a{
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(180deg);
    }
  
  nav .navbar .links li .arrow{
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 100px;
    font-size: 23px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    
  }
  nav .navbar .links li .sub-menu{
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: #8faead;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    height: auto;
    width: auto;
    z-index: 1;
  }
  nav .navbar .links li .sub-menu a {
    font-size: 18px; 
  }
  
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: block;
  }
  .navbar .links li .sub-menu li{
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .navbar .links li .sub-menu a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .navbar .links li .sub-menu .more-arrow{
    line-height: 40px;
    
  }
  .navbar .links li .htmlCss-more-sub-menu{
    /* line-height: 40px; */
  }
  .navbar .links li .sub-menu .more-sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }
  .navbar .nav-links .sidebar-logo{
    display: none;
  }
  .navbar .bx-menu{
    display: none;
  }
  
  .upperBar{
    position: relative;
    z-index: 1;
  }
  nav {
  
      position: sticky;
      top: 0;
      z-index: 100;
  }
  .abtus{
    text-decoration: underline solid #0a4260;
    text-underline-offset: 10px; 
    text-decoration-thickness: 3px;
  }
 











  #preloader{
    background-color: #0a4260;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .pencil {
    display: block;
    width: 35vh;
    height: 35vh;
  }
  
  .pencil__body1,
  .pencil__body2,
  .pencil__body3,
  .pencil__eraser,
  .pencil__eraser-skew,
  .pencil__point,
  .pencil__rotate,
  .pencil__stroke {
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  
  .pencil__body1,
  .pencil__body2,
  .pencil__body3 {
    transform: rotate(-90deg);
  }
  
  .pencil__body1 {
    animation-name: pencilBody1;
  }
  
  .pencil__body2 {
    animation-name: pencilBody2;
  }
  
  .pencil__body3 {
    animation-name: pencilBody3;
  }
  
  .pencil__eraser {
    animation-name: pencilEraser;
    transform: rotate(-90deg) translate(49px,0);
  }
  
  .pencil__eraser-skew {
    animation-name: pencilEraserSkew;
    animation-timing-function: ease-in-out;
  }
  
  .pencil__point {
    animation-name: pencilPoint;
    transform: rotate(-90deg) translate(49px,-30px);
  }
  
  .pencil__rotate {
    animation-name: pencilRotate;
  }
  
  .pencil__stroke {
    animation-name: pencilStroke;
    transform: translate(100px,100px) rotate(-113deg);
  }
  
  /* Animations */
  @keyframes pencilBody1 {
    from,
    to {
      stroke-dashoffset: 351.86;
      transform: rotate(-90deg);
    }
  
    50% {
      stroke-dashoffset: 150.8;
   /* 3/8 of diameter */
      transform: rotate(-225deg);
    }
  }
  
  @keyframes pencilBody2 {
    from,
    to {
      stroke-dashoffset: 406.84;
      transform: rotate(-90deg);
    }
  
    50% {
      stroke-dashoffset: 174.36;
      transform: rotate(-225deg);
    }
  }
  
  @keyframes pencilBody3 {
    from,
    to {
      stroke-dashoffset: 296.88;
      transform: rotate(-90deg);
    }
  
    50% {
      stroke-dashoffset: 127.23;
      transform: rotate(-225deg);
    }
  }
  
  @keyframes pencilEraser {
    from,
    to {
      transform: rotate(-45deg) translate(49px,0);
    }
  
    50% {
      transform: rotate(0deg) translate(49px,0);
    }
  }
  
  @keyframes pencilEraserSkew {
    from,
    32.5%,
    67.5%,
    to {
      transform: skewX(0);
    }
  
    35%,
    65% {
      transform: skewX(-4deg);
    }
  
    37.5%, 
    62.5% {
      transform: skewX(8deg);
    }
  
    40%,
    45%,
    50%,
    55%,
    60% {
      transform: skewX(-15deg);
    }
  
    42.5%,
    47.5%,
    52.5%,
    57.5% {
      transform: skewX(15deg);
    }
  }
  
  @keyframes pencilPoint {
    from,
    to {
      transform: rotate(-90deg) translate(49px,-30px);
    }
  
    50% {
      transform: rotate(-225deg) translate(49px,-30px);
    }
  }
  
  @keyframes pencilRotate {
    from {
      transform: translate(100px,100px) rotate(0);
    }
  
    to {
      transform: translate(100px,100px) rotate(720deg);
    }
  }
  
  @keyframes pencilStroke {
    from {
      stroke-dashoffset: 439.82;
      transform: translate(100px,100px) rotate(-113deg);
    }
  
    50% {
      stroke-dashoffset: 164.93;
      transform: translate(100px,100px) rotate(-113deg);
    }
  
    75%,
    to {
      stroke-dashoffset: 439.82;
      transform: translate(100px,100px) rotate(112deg);
    }
  }

















  .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
  }
  .reveal.active{
    transform: translateY(0px);
    opacity: 1;
  }
  





  














  @media (max-width:920px) {
    nav .navbar{
      max-width: 100%;
      padding: 0 25px;
    }
    nav .navbar .logo a{
      font-size: 27px;
    }
    nav .navbar .links li{
      padding: 0 10px;
      white-space: nowrap;
    }
    nav .navbar .links li a{
      font-size: 15px;
    }
  }
  @media (max-width:800px){
     .phone_bar{
      margin-left: 5%;
    }
    nav{
      /* position: relative; */
    }
    .navbar .bx-menu{
      display: block;
    }
    nav .navbar .nav-links{
      position: fixed;
      top: 0;
      left: -100%;
      display: block;
      max-width: 270px;
      width: 75%;
      background:  #8faead;
      line-height: 40px;
      padding: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease;
      z-index: 1000;
    }
    .navbar .nav-links .sidebar-logo{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .sidebar-logo .logo-name{
      font-size: 25px;
      color: #fff;
      font-weight: 600;
    }
      .sidebar-logo  i,
      .navbar .bx-menu{
        font-size: 40px;
        color: #fff;
      }
    nav .navbar .links{
      display: block;
      margin-top: 20px;
    }
    nav .navbar .links li .arrow{
      line-height: 40px;
    }
  nav .navbar .links li{
      display: block;
    }
  nav .navbar .links li .sub-menu{
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li{
    border-bottom: none;
    background: #b5cbcf;
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu{
      display: none;
    }
    .navbar .links li .sub-menu .more span{
      /* background: red; */
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
    }
  
    .links li .sub-menu .more:hover .more-sub-menu{
      display: none;
    }
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu{
      display: none;
    }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu{
        display: block;
      }
      .navbar .nav-links.show1 .links .htmlcss-arrow,
      .navbar .nav-links.show3 .links .js-arrow{
          transform: rotate(180deg);
  }
      .navbar .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
      }
  }
  
  @media (max-width:370px){
    nav .navbar .nav-links{
    max-width: 100%;
  } 
  }
  @media (min-width:1801px){
    .phone_bar{
      margin-left: 20vw;
  } 
  .iconsDiv{
    margin-left: 45vw;
  }
  }
  @media (max-width:1800px){
    .phone_bar{
      margin-left: 18vw;
  } 
  .iconsDiv{
    margin-left: 48vw;
  }
  }
  @media (max-width:1700px){
    .phone_bar{
      margin-left: 16vw;
  } 
  .iconsDiv{
    margin-left: 51vw;
  }
  }
  @media (max-width:1600px){
    .phone_bar{
      margin-left: 14.5vw;
  } 
  .iconsDiv{
    margin-left: 54vw;
  }
  }
  @media (max-width:1500px){
    .phone_bar{
      margin-left: 12vw;
  } 
  .iconsDiv{
    margin-left: 57.5vw;
  }
  }
  @media (max-width:1400px){
    .phone_bar{
      margin-left: 9.5vw;
  } 
  .iconsDiv{
    margin-left: 61vw;
  }
  }
  @media (max-width:1300px){
    .phone_bar{
      margin-left: 6vw;
  } 
  .iconsDiv{
    margin-left: 66.5vw;
  }
  }
  @media (max-width:1100px){
 
  .iconsDiv{
    margin-left: 64vw;
  }
  }
  @media (max-width:1000px){
 
    .iconsDiv{
      margin-left: 60.5vw;
    }
    }
  @media (max-width:900px){
    .phone_bar{
      margin-left: 4vw;
  } 
  .iconsDiv{
    margin-left: 62vw;
  }
  }
  @media (max-width:800px){
  .iconsDiv{
    margin-left: 59vw;
  }
  }
  @media (max-width:700px){
    .iconsDiv{
      margin-left: 53.5vw;
    }
    }
  @media (max-width:600px){
      .iconsDiv{
        margin-left: 46.5vw;
      }
  }
  @media (max-width:500px){
    .iconsDiv{
      margin-left: 36vw;
    }
}
@media (max-width:430px){
  .iconsDiv{
    margin-left: 26vw;
  }
}
@media (max-width:400px){
  .iconsDiv{
    margin-left: 22vw;
  }
}
  
  