
/*Author: Bajato*/
/*Theme Color*/
:root{
   --primary-color:#002060;
   --secondary-color:#D1A300;
}
.pulse-button-2 {
       position: fixed;
       bottom: 8%;
       z-index: 999;
       right: 3%;
       display: block;
       width: 60px;
       height: 60px;
       font-size: 1.3em;
       font-weight: light;
       font-family: 'Trebuchet MS', sans-serif;
       text-transform: uppercase;
       text-align: center;
       line-height: 60px;
       letter-spacing: -1px;
       color: white;
       border: none;
       border-radius: 50%;
       background: #00ff00;
       cursor: pointer;
       box-shadow: 0 0 0 0 rgb(0 255 64 / 50%);
       -webkit-animation: none;
   }
html,body{
  font-family: 'Poppins', sans-serif;
  margin:0;
  padding:0;
  scroll-behavior:smooth;
}
html {
       --scrollbarBG: #CFD8DC;
       --thumbBG: #90A4AE;
     }
     body::-webkit-scrollbar {
       width: 11px;
     }
     body {
       scrollbar-width: thin;
       scrollbar-color: var(--thumbBG) var(--scrollbarBG);
     }
     body::-webkit-scrollbar-track {
       background: var(--scrollbarBG);
     }
     body::-webkit-scrollbar-thumb {
       background-color: var(--thumbBG) ;
       border-radius: 6px;
       border: 3px solid var(--scrollbarBG);
     }
*{
   outline:none !important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
  color:var(--secondary-color);
}
*{
     margin:0;
     padding:0;
     
}

header{
     background:url(../images/header-bg.webp);
     height: 99vh;
     width: 100%;
     background-size: cover;
     padding-top: 111px;
}   
header .content h1{
      color:#fff;
      font-weight: 499;
      font-size: 4rem;
      
}
.mybtn{
      background: var(--secondary-color);
      border-radius: 6px;
      color:#fff;
      font-size:1.3rem;
      padding:10px 30px;
}
header .content{
      padding:30px;
      margin:30px;
      color:#fff;
      font-family: 'Roboto',sans-serif;
}

.section01{
       padding:50px 20px;
}

header .content p:nth-child(1){
     font-size: 2rem;
}

header .content p:nth-child(2){
      color:#C0C0C0 !important;
      font-size:1.3rem;
}

.section01 .content-area .sec-heading,.section02 .content-area .sec-heading{
     font-family: 'Roboto',sans-serif;
     font-size: 4rem;
     font-weight: 500;
     line-height: 70px;
}

.sec-title{
     color: var(--secondary-color);
     font-size: 32px;
     font-family: 'Roboto' , sans-serif;
     font-weight: 500;
     text-transform:uppercase;
     position:relative;
     /* margin-left: 68px; */
}
/* .sec-title:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    transform: rotate(90deg);
    left: -36px;
    background: var(--secondary-color);
} */

.section02 .content-area{
      padding:30px;
}

.item-slider-area{
       background:url(../images/bg-slider.webp);
       margin: 0px  20px 0px 14px;
       background-size: cover;
       color: #fff;
       font-family:'Roboto',sans-serif;
       height: 78vh;
       width: 98%;
       display: flex;
       justify-content: center;
       align-items: center;
}
.item-slider-area p:nth-child(1){
       text-transform:uppercase;
       margin-top: 28px;
       color:var(--secondary-color);
       font-size:1.2rem;
}
.item-slider-area h1{
      text-transform:uppercase;
    
}


.slider-area .card-area{
      padding: 28px 10px;
      text-align: center;
      margin: 33px 33px;
      background: rgba(255, 255, 255, 0.24);
      opacity: 0.70;
      box-sizing: border-box;
      border-radius: 12px;
      color: #fff;
      position: relative;
      font-family:'Roboto',sans-serif;
      margin-bottom: 61px;
}
.slider-area .card-area:hover{
      border: 1px solid var(--secondary-color);
      opacity:1;
}
.card-area .go-btn{
      background: var(--secondary-color);
      padding: 12px;
      position: absolute;
      top: 92%;
      left: 39%;
      display:none;
      border-radius: 50%
}
.slider-area .card-area:hover .go-btn{
       display:block;
}

.container-p>a {
    display: flex;
    height: 247px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.slider-area .card-area .title{
       margin-top: 19px;
       font-weight: 400;
       font-size: 1.2rem;
       text-align: left;
}

.slider-area .card-area p{
       color:#fff;
       line-height:1;
       text-align: left;
}
.slider .basic-text{
       margin-bottom:10px;
}
.slider-area a:hover{
       text-decoration:none;
}

.section05{
      padding: 50px 0px;
}
.section05 .sec-title{
      text-transform:uppercase;
}

.section05 .sec-title::before{
       left: 39%;
}

.section05 .title{
      font-size:3.5rem;
      text-transform:uppercase;
      font-family:'Roboto',sans-serif;
      line-height: 59px;
      font-weight: 500;
}

.section05 .image-area{
       position: relative;
}
.section05 .image-area svg{
      position: absolute;
      top: 41%;
      left: 42%;
      font-size: 7rem;
      color: red;
}
.section05 .image-area svg:hover rect{
       fill:#000;
}
 
  .aux-progressbar-title {
      font-size: 28px;
      font-weight: 500;
      margin: 0 0 10px;
  }
 .aux-outer-background {
      background-color: #C0C0C0;
      border-radius: 10px;
  }
 .aux-inner-background {
      background-color: var(--secondary-color);
      border-radius: 10px 0 0 10px;
  }
  .aux-widget-progressbar .aux-progressbar-svg {
      position: relative;
  }

  .progress-area .text-area{
      display: flex;
      align-items: center;
      font-family:'Roboto',sans-serif;
      justify-content: space-between;
  }
  .progress-area .text-area span{
         font-size:1.3rem;
         font-weight: 500;
  }

  .progress-area{
         padding: 41px 30px;
  }
  .aux-progressbar-container{
         margin: 42px 20px;
  }


  .section05{
         background:url(../images/design.png);
         background-repeat: no-repeat;
         background-position: 100% 38rem;
  }

  .section06{
         background:url(../images/testi.png);
         background-size: cover;
         margin: 8px 5px 76px 10px;
         height: 75vh;
         display: flex;
         justify-content: center;
         align-items: center;
  }

  .testi{
         font-family:'Roboto',sans-serif;
  }
  .testi .sec-title::before{
        left: 41%;
  }
  .testi .heading{
       font-size:3rem;
       text-transform:uppercase;
       font-weight: 500;
  }
  .testi-slider{
         padding:0px 20px;
  }
  .testi-slider img{
         width:initial !important;   
         display:block;
         margin:0 auto; 
  }
  .testi-slider p.user-name{
         font-size:1.2rem;
         color:var(--secondary-color);
  }

  .testi-slider p.below{
         color:#fff;    
  }

  .testi-slider .card-area{
         padding:0 10px;
  }
  .testi-slider .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
      display: block;
  }
  .testi-slider .owl-next,.testi-slider .owl-prev{
      position: absolute;
      top:60px;
  }
  .testi-slider .owl-next{
         left:100%;

  }
  .testi-slider .owl-prev{
      right:100%;
      
}
.owl-theme .owl-nav [class*=owl-]:hover {
      background: transparent !important;
      color: #FFF;
      text-decoration: none;
  }
  .owl-theme .owl-nav svg:hover path{
         fill:var(--secondary-color);
  }


  footer{
         background:#001134;
         padding: 70px 40px 0px 42px;
         color: #fff;
         font-family: 'Roboto',sans-serif;
  }
  footer .link-area a{
        color:#fff;
        font-weight: 400;
        font-family: 'poppins',sans-serif;
  }

  footer .link-area li{
      list-style:
      none;
      margin: 25px 0px;
}
footer .aboutus p{
       font-family: 'Roboto',sans-serif;
       font-weight: 400;
       color: #ABABAB;
       line-height: 35px;
}
footer .link-area ul{
      margin-left: 21px;
}
footer h3{
       font-weight:500 !important;
}

.footer-upper
{
      padding: 35px 45px 29px;
      background: var(--secondary-color);
      margin-top: -126px;
      margin-bottom: 35px;
      border-radius: 8px;
  }

  .footer-upper marquee{
      display: flex;
      justify-content: space-around;
  }

  .bottom-footer p{
      font-family: 'Poppins',sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 1rem;
      line-height: 21px;
      color: #B4B3B3;
  }

  .footer-head {
         text-transform:uppercase;
         margin-bottom: 100px;
  }
  .footer-head .heading{
      font-size: 3rem;
      text-transform: uppercase;
      font-weight: 500;
      font-family:'Roboto',sans-serif;
      line-height: 1;
  }
  .footer-head .sec-title{
        text-transform:uppercase;
  }

  .call{
      font-family: 'Oswald',sans-serif !important;
      font-weight: 400;
  }
  
  .form .form-control {
       margin-bottom: 20px;
       border-radius: 4px;
       height: 3rem;
       background: #f3f3f3;
   }   

   .blue-area{
          background:var(--primary-color);
          padding: 26px;
          margin-top: -39px;
          z-index: 9999;
          position: relative;
          border-radius: 13px;
   }
   .sina-brand a{
           float:left;
   }
   .contact-form .blue-area .sec-title{
          font-size: 14px;
          line-height: 14px;
   }
   .contact-form h1{
           font-family:'Roboto',sans-serif;
   }

   .button-theme{
           background:var(--secondary-color);
           color:#fff !important;
   }

   .scroll-to-top {
       position: fixed;
       bottom: 15px;
       right: 15px;
       width: 40px;
       height: 40px;
       color: #ffffff;
       font-size: 13px;
       text-transform: firsttopcase;
       line-height: 38px;
       text-align: center;
       z-index: 100;
       cursor: pointer;
       border-radius: 50%;
       background: #1c1c1c;
       display: none;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       transition: all 300ms ease;
   }
   .scroll-to-top:hover {
       color: #ffffff;
       background: var(--secondary-color);
   }

   .a {
       padding: 30px;
       margin: 55px 0px;
   }
   .a h3{
       color:var(--secondary-color);
       margin-top: 10px;
   }
   
 .panel {
     border-radius: 4px;
     padding: 1rem;
     margin-top: 0.2rem;
     background-color: #f5f5f5;
     color: #323b40;
}
 .panel.panel-blue {
     background-color: #e0f5ff;
     color: #00a5fa;
}
 .panel.panel-big-height {
     min-height: 150px;
}
 .item {
     border-radius: 4px;
     padding: 0.5rem;
     margin: 0.2rem;
}
 .item.item-blue {
     background-color: #b9e5fe;
     color: #00a5fa;
}
 .item.item-green {
     background-color: #b7e0dc;
     color: #019888;
}
 .item.item-lime {
     background-color: #c7e8c8;
     color: #42b045;
}
 .item.item-yellow {
     background-color: #ffeeba;
     color: #ff9901; 
}
 .item.item-pink {
     background-color: #fabad0;
     color: #ef075f;
}
 .item.item-red {
     background-color: #fec9c6;
     color: #fd3d08;
}
 .item.item-big-width {
     min-width: 380px;
}

.container-p>a{
        display: flex;
        height: 200px;
        overflow: hidden;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
}
      