@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

:root {
  --primary: #011720;
  --primary-hover:#035272;
  --primary-overlay:#f91a336;
  --blue:#00b3a;
  --white: #ffffff; 
  --light:#85d0ef14;
}

/*Product SK Code*/
.productsk_item{
    width:100%;
    float:left;
}

.productsk {
    display: flex;
    align-items: flex-start; /* align image and text at top */
    gap: 20px; /* spacing between image and content */
}

.productsk_img {
    width: 250px;   /* adjust size as needed */
    height: 275px;
    background-size: cover;
    background-position: center;
    border-radius: 8px; /* optional rounded edges */
    flex-shrink: 0; /* prevent image from shrinking */
}

.productsk_content {
    text-align: left; /* align text properly */
}

/*Product SK Code Ends*/

.footer_about{
        background: var(--dark);
    padding: 60px 0;
    margin-bottom:-1rem;
}
.footer_about .about_litte{
    margin-top:0;
}
.text-primary{
    color:var(--primary) !important;
}
.hcontact{
        font-size: 20px;
    margin-right: 20px;
    font-weight: 600;
    color: var(--primary);
}
.menu_btns{
    display:flex;
        align-items: center;
}
.mobile_tog{
    display:none;
}
.product{
            border: 1px solid;
    min-height: 480px;
    margin-bottom: 22px;
}
.all_projects.products{
    margin-top:0;
        background: var(--white);
}
.all_projects .product_container{
    margin-top:0;
}
.inner404 h1{
    font-size: 180px;
    font-weight: bold;
}
.inner404 h2{
    font-size: 80px;
    font-weight: bold;
}
.inner404 h3{
    font-size: 40px;
    font-weight: bold;
}
.inner404{
    text-align:center;
    padding:120px 0;
    height:70vh;
}

.form-control:focus{
    box-shadow:none !important;
    outline:none;
    border-color:var(--primary);
}
.product_img.personimg{
    height:300px;
}
.bg-light{
    background-color:var(--light);
}
footer{
    padding: 10px 0 20px 0;
}
.sociallink:hover{
    background:var(--primary);
    color:var(--white);
}
.sociallink{
    width:40px;
    height:40px;
    border-color:var(--primary);
    text-align:center;
    line-height:40px;
    color:var(--primary);
    margin-left:22px;
}
.faq{
    padding:90px 0;
}
.testimonial_slider{
    position:relative;
}
.slick-arrow{
    width:50px;
    height:50px;
    display: block;
    background-size:cover;
    filter:invert(1);
    cursor:pointer;
    position:absolute;
    top:-80px;
    right:0;
}
.slick-arrow.slick-left{
    transform:rotate(180deg);
    background-image:url("/assets/img/right-arrow.png");
    right:75px;
}
.slick-arrow.slick-right{
    background-image:url("/assets/img/right-arrow.png");
}
.text-white.line{
    color:var(--white) !important;
}
.text-white.line:after{
        filter: invert(1);
}
.testimonials{
    padding:60px 0;
    background:var(--dark);
}
.blog{
    padding:0 0 60px 0;
}
.blog_list{
    overflow:hidden;
    width:calc(100% + 40px);
    margin-left:-40px;
}
.blog_list_img{
    background-size:cover;
    height:230px;
    
}
.blog_list_content{
    padding:12px 0;
}
.blog_list_item{
    padding-left:40px;
    width:33.33333%;
    float:left;
}
.services{
    padding:100px 0;
}
.logo_list_item{
    width:20%;
    padding:25px;
    float:left;
}
.logo_list{
    width:100%;
    overflow:hidden;
}
.about_litte{
    margin-top:50px;
}
.line{
    position:relative;
    margin-left:45px;
    color:black !important;
}
.line:after{
    position: absolute;
    top: -6px;
    display: inline-block;
    content: "";
    width: 38px;
    height: 25px;
    background: transparent url(/assets/img/substract.png) no-repeat;
    background-size: cover;
    left: -45px;
}
.arrow{
    position:relative;
    margin-right:45px;
    color:black !important;
}
.arrow:after{
        position: absolute;
    top: -1px;
    display: inline-block;
    content: "";
    width: 35px;
    height: 35px;
    background: transparent url(/assets/img/right-arrow.png) no-repeat;
    background-size: cover;
    right: -45px;
}
.product_content{
    background: var(--white);
    padding: 24px;
}
.product_img{
    background-image: url(/assets/img/product.png);
    height: 230px;
    background-size: cover;
}
.font-weight-bold{
    font-weight:600 !important;
}
.product_item{
    width:33.33333%;
    float:left;
    padding-left:40px;
}
.product_container{
    margin-top: -250px;
}
.products_list{
        width: calc(100% + 40px);
    overflow: hidden;
    margin-left: -40px;
}
.products{
    padding:60px 0;
    background:var(--dark);
    margin-top: 300px;
}
.hero-text{
        font-size: 90px;
    font-weight: 700;
}
.banner{
    height:600px;
    background-image:url('/assets/img/banner.jpg');
        background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
header{
    background:var(--light);
}
.menu_logo{
   margin-right:50px; 
}
.menu_logo img{
    width:150px;
    
}
.menubar{
    display:flex;
    justify-content:space-between;
    align-items: center;
        padding: 15px 0;
}

.menubar_items{
    display:flex;
    align-items: center;
}
.menu_menu a{
        display: inline-block;
    padding: 13px 15px;
    color: var(--primary);
    transition:all 200ms ease-in-out;
}
.menu_menu a:hover{
    background:var(--primary);
    color:var(--white);
}
.primary-btn{
display: inline-block;
    background: var(--primary);
    color: var(--white);
    padding: 10px 26px;   
     transition:all 200ms ease-in-out;
}
.primary-btn:hover{
    color:var(--white);
    background:var(--primary-hover);
}

a:hover{
    text-decoration:none;
}





body{
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
color:var(--default-text-color);
}
.bg-primary{
    background-color:var(--primary) !important;
}
.btn-primary{
    background-color:var(--primary);
    border-color:var(--primary);
}
.btn-primary:hover,.btn-primary:active{
    background-color:var(--primary-hover) !important;
    border-color:var(--primary-hover) !important;
}


    .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }


.transition, ul.acc li i:before, ul.acc li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, ul.acc li, h1 {
  animation: flipdown 0.5s ease both;
}
.acc h5{
    margin-bottom:0;
    font-weight:600;
}
.acc p{
    margin-top:20px;
}
::-moz-selection { /* Code for Firefox */
  color: var(--white);
  background: var(--primary);
}

::selection {
  color: var(--white);
  background: var(--primary);
}
.no-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



ul.acc {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul.acc li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
ul.acc li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.acc li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.acc li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.acc li:last-of-type {
  padding-bottom: 0;
}
ul.acc li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 10px;
  right: 0;
}
ul.acc li i:before, ul.acc li i:after {
  content: "";
  position: absolute;
  background-color: var(--primary);
  width: 3px;
  height: 9px;
}
ul.acc li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul.acc li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul.acc li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.acc li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.acc li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.acc li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}