*{
    box-sizing: border-box;
}
/**********************Font**************************/
/**********************Scroll**************************/
 ::-webkit-scrollbar {
    width: 6px;
}
 ::-webkit-scrollbar:focus{
    50px
}
 ::-webkit-scrollbar-track {
    background: #fff;
}
 ::-webkit-scrollbar-thumb {
    background:#18BC8F;
     ;
    border-radius:5px;
}
 ::-webkit-scrollbar-thumb:hover {
    background:#18BC8F;
}
/**********************Body and Heading**************************/
 body{
     font-family: 'Inter', sans-serif;
}
 h1{
    font-size: 85px;
     font-weight: 700;
}
 h2{
    font-size: 56px;
     font-weight: 700;
}
 h3{
    font-size: 48px;
     font-weight: 700;
}
 h4{
    font-size: 20px;
     font-weight: 700;
}
 h5{
    font-size: 18px;
     font-weight: 800;
}
 p{
    font-size: 18px;
     font-weight: 400
}
 label{
    font-size: 14px;
     font-weight: 600
}
 a{
    font-size: 16px;
     font-weight: 700
}
/**********************Font weights and sizes**************************/
 .font-14{
    font-size: 14px
}
 .font-15{
    font-size: 15px 
}
 .font-16{
    font-size: 16px !important
}
 .font-18{
    font-size: 18px
}
 .font-20{
    font-size: 20px
}
 .font-36{
    font-size: 36px
}
 .font-70{
    font-size: 70px
}
 .font-90{
    font-size: 90px
}
 .font-600{
    font-weight: 600
}
 .font-700{
    font-weight: 700
}
 .font-800{
    font-weight: 800
}
/**********************Colors**************************/
 .color-white{
    color: #FFFFFF;
}
 .color-blue{
    color: #1A5DAB;
}
.color-cyan{
    color: #00b4d8;
}
 .color-yellow{
    color: #F39C12;
}
 .color-black{
    color: #111111;
}
 .color-blackish{
    color: #171719;
}
 .background-blue{
    background: #001326
}
 .background-black{
    background: #171719
}
 .background-lgtgrey{
    background: #F5F5F5
}
 .background-white{
    background: #FFFFFF
}
/**********************Theme button**************************/
 .theme-btn{
    width: auto;
     height: 65px;
    border-radius: 60px;
    display:flex;
     align-items: center;
     justify-content: center;
     white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.03em;
     text-transform: inherit;
     color: #FFFFFF;
     padding: 19px 28px;
     ;
     box-shadow: none
}
 .theme-btn:hover{
    color: #184076;
    background: #FFFFFF;
     box-shadow: none
}
 .theme-btn:hover path{
    fill: #12DEAF;
}
 .theme-btn.bg-blue{
    background: #184076 !important;
    color: #FFFFFF !important;
}
 .theme-btn.bg-blue:hover{
    color: #184076 !important;
    background: #FFFFFF !important;
}
 .theme-btn.bg-white{
    background: #FFFFFF!important;
     color: #111111 !important;
     box-shadow: none
}
 .theme-btn.bg-white:hover{
    background: #111111!important;
     color: #FFFFFF !important;
     box-shadow: none
}
 .theme-btn.border{
    border: 2px solid #FFFFFF !important
}
 .h-47{
    height: 47px !important
}
 .story-section .theme-btn.bg-blue:hover{
    background: #111111!important;
     color: #FFFFFF !important;
     box-shadow: none 
}
/**********************Others**************************/
 .z-index-neg{
    z-index: -1
}
 .z-index-pos{
    z-index: 1
}
 .font-opacity{
    opacity: 0.65;
}
 .font-opacity1{
    opacity: 0.85;
}
 .letter-02{
    letter-spacing: -0.02em;
}
 .letter-03{
    letter-spacing: -0.03em;
}
 .letter-04{
    letter-spacing: -0.04em;
}
 .letter-05{
    letter-spacing: -0.05em;
}
 .letter-06{
    letter-spacing: -0.06em;
}
 .letter-2{
    letter-spacing: 0.2em;
}
 .letter-8{
    letter-spacing: 0.8px;
}
 .letter-15{
    letter-spacing: 0.15em;
}
 .text-uppercase{
    text-transform: uppercase;
}
 .line-height1{
    line-height: 95px;
}
 .line-height2{
    line-height: 80px;
}
 .line-height3{
    line-height: 34px;
}
 .line-height4{
    line-height: 30px;
}
 .h-1080{
    height: 1080px
}
 .h-550{
    height: 550px
}
 .bar{
    width: 100%;
     height: 1px;
     background: rgba(255, 255, 255, 0.25);
}
 .bar-grey{
    width: 100%;
     height: 1px;
     background: rgba(17, 17, 17, 0.15);
}
 .m-top-adjust{
    margin-top: -2px !important
}
 .border-36{
    border-radius: 36px
}
/**********************Homeapage**************************/
 .navbar.navbar-expand-lg{
    z-index: 2
}
 .navbar.navbar-expand-lg .navbar-nav{
    padding-left: 60px
}
 .header .main-container{
    max-width: 1600px;
     z-index: 1
}
 .header-content{
    z-index: 1
}
 .solution-section .custom-container.section-margin{
    margin-top: 50px !important
}
 .header-bg{
	width: 100%;
    background: linear-gradient(180deg, #001326 0%, rgba(0, 0, 0, 0.00) 100%);
}
 .header-bg img{
    mix-blend-mode: luminosity;
     -moz-mix-blend-mode: luminosity;
     -ie-mix-blend-mode: luminosity;
     -webkit-mix-blend-mode: luminosity;
	 object-fit:fill;
}
/*.ellipse img{
    top: -100px
}
*/
 .solution-section .main-container,.management-section .main-container,.services-section .main-container,.story-section .main-container{
    max-width: 1500px
}
 .company-section .main-container{
    max-width: 1600px;
     background: linear-gradient(to right,rgba(0, 4, 38, 1), rgba(26, 93, 171, 1));
     margin-top: -100px
}
 .consultation-section .main-container{
    max-width: 1250px;
     background: linear-gradient(to right,rgba(0, 4, 38, 1), rgba(26, 93, 171, 1));
}
 .media-section .main-container{
    max-width: 860px
}
 .media-section a:hover circle{
    fill: #111111
}
 .work-section .main-container{
    max-width: 1340px;
     background: #E9F3FF
}
 .work-section .img-box{
    height: 440px
}
 .work-section .img-box img{
    height: 440px;
     left: -170px
}
 .schedule-section .main-container{
    max-width: 1600px;
     background: linear-gradient(321deg, #001326 0%, #1A5DAB 100%);
}
 .clients-slider .content{
    border-radius: 28px;
    border: 1px solid rgba(153, 153, 153, 0.25);
    background: #FFF;
    backdrop-filter: blur(25px);
    width: 475px;
    height: 441px;
     padding: 45px
}
 .clients-slider .content ul{
    padding-left: 0px !important;
     font-size: 18px;
    color: #111111;
     font-weight: 400;
     letter-spacing: -0.03em
}
 .clients-slider .content li{
    list-style-type: none;
     background: url('../img/tik.svg') no-repeat left top;
     padding: 6px 0 6px 45px;
     background-position:left center;
}
 .clients-slider .slide-content{
    padding: 0 15px
}
 .clients-slider .content:hover{
    background: linear-gradient(138deg, #001326 0%, #1A5DAB 100%);
}
 .clients-slider .content:hover ul,.clients-slider .content:hover h3{
    color: #FFFFFF
}
 .clients-slider .content:hover path{
    fill: #FFFFFF
}
 .clients-slider .content:hover li{
    background: url('../img/tik-white.svg') no-repeat left top;
     background-position:left center;
}
 a.color-blue:hover{
    color: #111111;
     font-weight: 900
}
 a.color-blue:hover path{
    fill: #111111;
}
 .service-bg img{
    top: -80px;
     left: auto;
     right: -50px
}
  /* Add styles for the center slide as if it's being hovered */
  .clients-slider .slick-slide.slick-center .content {
    transition:ease 1s;
    background: linear-gradient(138deg, #001326 0%, #1A5DAB 100%);
  }

  .clients-slider .slick-slide.slick-center .content ul,
  .clients-slider .slick-slide.slick-center .content h3 {
    color: #FFFFFF;
  }

  .clients-slider .slick-slide.slick-center .content path {
    fill: #FFFFFF;
  }

  .clients-slider .slick-slide.slick-center .content li {
    background: url('../img/tik-white.svg') no-repeat left top;
    background-position: left center;
  }

 .about-bg img{
    top: 0px;
     left: auto;
     right: auto
}
/**********************section-margin**************************/
 .section-margin{
    margin-top: 150px !important;
}
/**********************footer**************************/
 footer .main-container{
    max-width: 1600px;
}
 footer a{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
     opacity: 0.85;
}
 footer a:hover{
    color: #1A5DAB;
     font-weight: 600;
    opacity:1 !important
}
 footer a:hover circle{
    fill: #FFFFFF;
}
 .input-container{
    width: 100%;
    height: 60px;
    background: #E9F3FF ;
    border-radius: 12px;
}
 .input-container input{
    width: 100%;
    height: 100%;
    border: none;
     box-shadow: none;
     background: none;
     border-radius: 12px;
    outline: none
}
 .input-container input::placeholder{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    opacity: 0.65;
     padding: 26px 10px
}
 .input-container a{
    font-weight: 700;
    font-size: 16px;
    color: #1A5DAB;
    letter-spacing: -0.02em
}
 .input-container a:hover{
    font-weight: 700;
    font-size: 16px;
    color: #111111;
    letter-spacing: -0.02em
}
/**********************Navigation**************************/
 .nav-container{
    max-width: 1600px;
     z-index: 10
}
 .navbar{
    box-shadow: none
}
 .navbar-nav li a{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}
 .navbar .nav-link{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}
 .navbar-nav li.active a{
    color: #1A5DAB;
}
 .navbar a:hover{
    color: #1A5DAB
}
 .navbar a:hover circle{
    fill: #18BC8F
}
 .mobile-nav nav {
    background: #001326;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     z-index: 9;
}
 .mobile-nav nav ul {
     list-style-type: none;
     padding: 0;
     margin: 0;
     position: relative;
    left: 45%;
     transition: all 0.3s ease-in-out;
     transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
}
 .mobile-nav nav ul li {
     transform: translateY(50px);
     -webkit-transform: translateY(50px);
    opacity: 0;
}
 .mobile-nav nav ul li a {
     display: block;
     font-size: 24px !important;
     text-decoration: none;
     padding: 10px 0;
     color: #F5F5F5;
     font-weight: 600;
     letter-spacing: -0.04em;
     transition: all 0.2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
}
 .mobile-nav nav ul li.active a{
    opacity: 0.5
}
 .mobile-nav nav ul li a:hover {
    color: #E84A5F;
}
 .toggle-btn {
    display: block;
     position: fixed;
     z-index: 10;
     top: 30px;
     right: 20px;
     cursor: pointer;
}
 .toggle-btn .bar {
     width: 30px;
     height: 2px;
     margin: 7px auto;
     background-color: #fff;
     transition: all 0.3s ease-in-out;
     box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
 .toggle-btn .bar:nth-child(1){
    width: 14px;
     margin-left: 0
}
 .toggle-btn .bar:nth-child(2){
    width: 24px;
}
 .toggle-btn .bar:nth-child(3){
    width: 14px;
     margin-right: 0
}
 #toggle:checked ~ nav {
    opacity: 1;
    visibility: visible;
}
 #toggle:checked ~ nav ul {
}
 #toggle:checked ~ nav ul li {
    transform: translateY(0px);
     -webkit-transform: translateY(0px);
     opacity: 1;
}
 #toggle:checked ~ nav ul li:nth-child(1) {
     transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
     -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
 #toggle:checked ~ nav ul li:nth-child(2) {
     transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
     -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
 #toggle:checked ~ nav ul li:nth-child(3) {
     transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
     -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
 #toggle:checked ~ nav ul li:nth-child(4) {
     transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
     -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
 #toggle:checked + label.toggle-btn .bar {
     background-color: white;
}
/* #toggle:checked + label.toggle-btn .bar:nth-child(2) {
     transform: translateX(50px);
     opacity: 0;
}
 #toggle:checked + label.toggle-btn .bar:nth-child(1) {
     transform: translateY(10px) rotate(45deg);
}
 #toggle:checked + label.toggle-btn .bar:nth-child(3) {
     transform: translateY(-8px) rotate(-45deg);
}
 */
 #toggle:checked + label.toggle-btn .bar:nth-child(2) {
    transform: translateX(0px);
     -webkit-transform: translateX(0px);
    opacity: 1;
}
 #toggle:checked + label.toggle-btn .bar:nth-child(1) {
    transform: translateY(0px);
     -webkit-transform: translateY(0px);
     margin-right: 0;
     margin-left: 10px;
}
 #toggle:checked + label.toggle-btn .bar:nth-child(3) {
    transform: translateX(-10px);
     -webkit-transform: translateX(-10px);
}
 @media (min-width:1800px){
    #stretch {
        width: 60% !important;
        margin: auto !important;
    }
}
 @media (min-width:1920px){
     .work-sec-content{
        padding-left: 60px !important
    }
}
 @media (min-width:1441px) and (max-width:1800px){
     .nav-container{
        max-width: 90% !important;
    }
     .main-container{
        max-width: 90% !important;
    }
     .media-section .main-container{
        max-width: 55% !important;
    }
     .main-container.custom-container{
        max-width: 85% !important;
    }
     .main-container.custom-container.border-36{
        max-width: 80% !important;
    }
     .custom-container p br {
        display: none !important
    }
     .custom-container.border-36 p br {
        display: flex !important
    }
     .company-section .custom-container.border-36 p br {
        display: none !important
    }
     .company-section .custom-container.border-36 p {
        width: 550px !important
    }
     .navbar .nav-link{
        font-size: 12px
    }
     .font-16{
        font-size: 12px !important
    }
     .font-20{
        font-size: 16px
    }
     .font-36{
        font-size: 24px
    }
     .font-70{
        font-size: 56px
    }
     .font-90{
        font-size: 60px;
    }
     h1{
        font-size: 65px;
    }
     h2{
        font-size: 48px;
    }
     h3{
        font-size: 36px;
    }
     h4{
        font-size: 16px;
    }
     h5{
        font-size: 14px;
    }
     p{
        font-size: 14px;
    }
     .line-height1{
        line-height: 75px
    }
     .theme-btn{
        font-size: 16px;
    }
     .clients-slider .content ul{
        font-size: 14px
    }
     .clients-slider .content{
        height: 340px
    }
     footer a{
        font-size: 12px
    }
     .work-sec-content{
        padding-left: 60px !important
    }
}
 @media (min-width:1025px) and (max-width:1440px){
     .nav-container{
        max-width: 90% !important;
    }
     .main-container{
        max-width: 90% !important;
    }
     .media-section .main-container{
        max-width: 55% !important;
    }
     .main-container.custom-container{
        max-width: 85% !important;
    }
     .main-container.custom-container.border-36{
        max-width: 80% !important;
    }
     h1{
        font-size: 75px;
    }
     h2{
        font-size: 48px;
    }
     h3{
        font-size: 36px;
    }
     h1.font-90,h1.font-70{
        font-size: 65px !important
    }
     .line-height1{
        line-height: 70px;
    }
     .custom-container p br {
        display: none !important
    }
     .custom-container.border-36 p br {
        display: flex !important
    }
     .company-section .custom-container.border-36 p br {
        display: none !important
    }
     .company-section .custom-container.border-36 p {
        width: 520px !important
    }
     .schedule-section .me-sm-auto{
        padding: 20px !important
    }
}
 @media (min-width:1280px) and (max-width:1440px){
     .work-section .img-box img{
        width: 650px
    }
}
 @media (min-width:1025px) and (max-width:1280px){
     .nav-container{
        max-width: 90% !important;
    }
     .main-container{
        max-width: 90% !important;
    }
     footer .links .col-sm-4{
        width: 40%;
         padding: 0px !important
    }
     footer .links .col-sm-8{
        width: 60%;
         padding: 0px !important
    }
     .main-container.custom-container.border-36{
        max-width: 78% !important;
    }
     .schedule-section .me-sm-auto{
        margin: 40px 0 !important
    }
     .work-section .img-box img{
        width: 650px
    }
     .story-section img{
        width: 95% !important
    }
}
 @media (min-width:1025px) and (max-width:1230px){
     .nav-container{
        max-width: 90% !important;
    }
     .main-container{
        max-width: 90% !important;
    }
     .work-section .img-box img{
        width: 550px
    }
     .story-section img{
        width: 95% !important
    }
}
 @media(min-width:1023px) and (max-width:1025px){
     .nav-container{
        max-width: 90% !important;
    }
     .main-container{
        max-width: 90% !important;
    }
     .media-section .main-container{
        max-width: 55% !important;
    }
     .main-container.custom-container.border-36{
        max-width: 85% !important;
    }
     h1{
        font-size: 65px;
    }
     h2{
        font-size: 48px;
    }
     h3{
        font-size: 36px;
    }
     h5{
        font-size: 16px;
    }
     p.font-20{
        font-size: 18px !important;
    }
     .clients-slider h3{
        font-size: 28px !important;
    }
     h1.font-90,h1.font-70{
        font-size: 55px !important
    }
     .line-height1{
        line-height: 70px;
    }
     .custom-container p br, h3 br {
        display: none !important
    }
     .custom-container.border-36 p br,.clients-slider h3 br {
        display: flex !important
    }
     .company-section .custom-container.border-36 p br {
        display: none !important
    }
     .company-section .custom-container.border-36 p {
        width: 320px !important
    }
     .schedule-section .me-sm-auto{
        padding: 20px !important
    }
     .work-section .img-box img{
        width: 550px;
         object-fit: contain;
    }
     footer .links.col-sm-4{
        width: 60%;
    }
     footer .logo.col-sm-4{
        width: 40%;
    }
     footer .subscribe.col-sm-4{
        width: 80%;
         text-align: center;
         margin-top: 30px !important
    }
     .tab-item-center{
        display: flex;
         justify-content: center;
         align-items: center;
    }
     .solution-section .col-sm-6, .management-section .col-sm-6, .services-section .col-sm-6,.story-section .col-sm-6{
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .media-section svg{
        width: 55px;
         height: 55px
    }
     .schedule-section .me-sm-auto{
        padding: 20px !important
    }
     .schedule-section .me-sm-auto{
        margin: 40px 0 !important
    }
     .schedule-section img{
        width: auto !important
    }
}
 @media (min-width:769px){
     .desktop{
        display: flex !important
    }
     .mobile{
        display: none !important
    }
     .ellipse-top{
        top: -120px
    }
}
 @media (min-width:767px) and (max-width:769px){
     .nav-container{
        max-width: 90% !important;
    }
     .main-container{
        max-width: 90% !important;
    }
     .media-section .main-container{
        max-width: 55% !important;
    }
     .main-container.custom-container.border-36{
        max-width: 80% !important;
    }
     .work-section .img-box img{
        width: 550px
    }
     footer .logo.col-sm-4{
        padding: 0 100px !important
    }
     footer .logo.col-sm-4,footer .links.col-sm-4,footer .subscribe.col-sm-4{
        width: 100%;
         text-align: center;
         margin-top: 30px !important
    }
     footer .links.col-sm-4{
        text-align: left;
         padding: 0 80px !important
    }
     footer .ms-sm-auto{
        margin-left: 0px !important
    }
     footer .me-sm-auto{
        margin-right: 0px !important
    }
     footer .links .col-sm-4,footer .links .col-sm-8{
        width: 50%
    }
     .solution-section .col-sm-6, .management-section .col-sm-6, .services-section .col-sm-6,.story-section .col-sm-6{
         display: flex;
         justify-content: center;
         align-items: center;
         width: 100%
    }
     p.mt-sm-4{
        margin-top: 0px !important
    }
     .solution-section .col-sm-6 img, .management-section .col-sm-6 img, .services-section .col-sm-6 img,.story-section .col-sm-6 img{
        width: 75% !important
    }
     .solution-section .col-sm-6 .img-sec, .management-section .col-sm-6 .img-sec, .services-section .col-sm-6 .img-sec,.story-section .col-sm-6 .img-sec{
        display: flex;
         justify-content: center;
    }
     .schedule-section .me-sm-auto{
        padding: 0px !important
    }
     .schedule-section .me-sm-auto{
        margin-bottom: 60px !important
    }
     .schedule-section img{
        width: auto !important
    }
}
 @media (max-width:768px){
     .desktop{
        display: none !important
    }
     .mobile{
        display: flex !important
    }
     .mobile-nav{
        display: flex !important;
    }
     .item-center{
        display: flex;
         justify-content: center;
         align-items: center;
        flex-direction: column
    }
     .m-flex-column{
        flex-direction: column
    }
     .m-flex-column-reverse{
        flex-direction: column-reverse
    }
     .m-text-center{
        text-align: center
    }
     .section-margin{
        margin-top: 70px !important
    }
     .border-36{
        border-radius: 16px
    }
     .order-1{
        order:1
    }
     .order-12{
        order:2
    }
     .h-1080{
        height: 350px
    }
     h1 br,p br, h3 br, h2 br{
        display: none !important
    }
     .clients-slider h3 br{
        display: flex !important
    }
     h1{
        font-size: 32px
    }
     h1.font-90,h1.font-70{
        font-size: 38px !important
    }
     h2{
        font-size: 28px;
         font-weight: 600 
    }
     h3,.clients-slider h3{
        font-size: 24px 
    }
     h4{
        font-size: 16px 
    }
     h5{
        font-size: 14px 
    }
     p,footer p,footer a, p.font-16,.clients-slider .content ul{
        font-size: 14px !important
    }
     p.font-20, a{
        font-size: 16px !important
    }
     .input-container a,.input-container input::placeholder{
        font-size: 14px !important;
    }
     .line-height1{
        line-height: 40px;
    }
     .line-height4{
        line-height: 24px;
    }
     .theme-btn{
         height: 45px;
        font-size: 16px;
    }
     .company-section .main-container{
         margin-top: -100px
    }
     .work-section .img-box{
        height: 210px
    }
     .work-section .img-box img{
        height: 210px;
         left: auto;
         width: 100%;
         object-fit: contain;
    }
     .media-section svg{
        width: 37px;
         height: 37px
    }
     .media-section a.ms-4{
        margin-left: 15px !important
    }
     .input-container{
        width: 100%
    }
     .padding-0{
        padding: 0px !important
    }
     .clients-slider svg{
        width: 28px;
         height: 28px
    }
     .clients-slider .content{
        border-radius: 16px;
        width: 335px;
        height: 290px;
         padding: 30px
    }
     .clients-slider .content li{
        list-style-type: none;
         background: url('../img/tik.svg') no-repeat left top;
         padding: 5px 0 0px 30px;
         background-position:left center;
         background-size: 20px
    }
     .clients-slider .content:hover li{
        background-size: 20px
    }
     .service-bg img{
        top: -30px;
         left: auto;
         right: 0px;
         width: 100%
    }
     .about-bg img{
        top: -30px;
         left: auto;
         right: auto;
         width: 100%;
         padding: 0 30px !important
    }
     .solution-section .custom-container.section-margin{
        margin-top: 0px !important
    }
     .header.background-blue{
        background: #000a17
    }
}
 @media (min-width:767px) and (max-width:769px){
     .clients-slider .content{
        height: 320px;
    }
     h1 br, h3 br, h2 br{
        display: flex !important
    }
     .header p,.clients-section p{
        padding: 0 50px !important
    }
     .schedule-section .ms-sm-auto,.company-section .ms-sm-auto{
        margin-left: 0px !important
    }
     .schedule-section .me-sm-auto,.company-section .me-sm-auto{
        margin-right: 0px !important
    }
}
 @media (min-width:820px) and (max-width:992px){
     .mobile-nav{
        display: flex !important
    }
     nav.desktop{
        display: none !important
    }
     .nav-container{
        max-width: 90% !important;
    }
     .main-container{
        max-width: 90% !important;
    }
     .media-section .main-container{
        max-width: 55% !important;
    }
     .main-container.custom-container.border-36{
        max-width: 80% !important;
    }
     .order-1{
        order:1
    }
     .order-12{
        order:2
    }
     h1 br, h3 br, h2 br,p br{
        display: none !important
    }
     .clients-slider h3 br{
        display: flex !important
    }
     h1{
        font-size: 32px
    }
     h1.font-90,h1.font-70{
        font-size: 38px !important
    }
     h2{
        font-size: 28px;
         font-weight: 600 
    }
     h3,.clients-slider h3{
        font-size: 24px 
    }
     h4{
        font-size: 16px 
    }
     h5{
        font-size: 14px 
    }
     .section-margin{
        margin-top: 70px !important
    }
     .border-36{
        border-radius: 16px
    }
     .border-36 p{
        padding: 0 50px !important
    }
     .header p{
        padding: 0 50px !important
    }
     p,footer p,footer a, p.font-16,.clients-slider .content ul{
        font-size: 16px !important
    }
     p.font-20, a{
        font-size: 18px !important
    }
     .clients-section p.font-20{
        padding: 0 60px !important
    }
     .input-container a,.input-container input::placeholder{
        font-size: 14px !important;
    }
     .line-height1{
        line-height: 40px;
    }
     .line-height4{
        line-height: 24px;
    }
     .theme-btn{
         height: 45px;
        font-size: 16px;
    }
     .item-center{
        display: flex;
         justify-content: center;
         align-items: center;
        flex-direction: column
    }
     .m-flex-column{
        flex-direction: column
    }
     .m-flex-column-reverse{
        flex-direction: column-reverse
    }
     .m-text-center{
        text-align: center
    }
     .work-section .img-box img{
        width: 550px
    }
     footer .logo.col-sm-4{
        padding: 0 100px !important
    }
     footer .logo.col-sm-4,footer .links.col-sm-4,footer .subscribe.col-sm-4{
        width: 100%;
         text-align: center;
         margin-top: 30px !important
    }
     footer .links.col-sm-4{
        text-align: left;
         padding: 0 80px !important
    }
     footer .ms-sm-auto{
        margin-left: 0px !important
    }
     footer .me-sm-auto{
        margin-right: 0px !important
    }
     footer .links .col-sm-4,footer .links .col-sm-8{
        width: 50%
    }
     .solution-section .col-sm-6, .management-section .col-sm-6, .services-section .col-sm-6,.story-section .col-sm-6{
         display: flex;
         justify-content: center;
         align-items: center;
         width: 100%
    }
     p.mt-sm-4{
        margin-top: 0px !important
    }
     .solution-section .col-sm-6 img, .management-section .col-sm-6 img, .services-section .col-sm-6 img,.story-section .col-sm-6 img{
        width: 75% !important
    }
     .solution-section .col-sm-6 .img-sec, .management-section .col-sm-6 .img-sec, .services-section .col-sm-6 .img-sec,.story-section .col-sm-6 .img-sec{
        display: flex;
         justify-content: center;
    }
     .schedule-section .me-sm-auto{
        padding: 0px !important
    }
     .schedule-section .me-sm-auto{
        margin-bottom: 60px !important
    }
     .schedule-section img{
        width: auto !important
    }
     .clients-slider .content{
        height: 320px;
    }
     h1 br, h3 br, h2 br{
        display: flex !important
    }
     .schedule-section .ms-sm-auto,.company-section .ms-sm-auto{
        margin-left: 0px !important
    }
     .schedule-section .me-sm-auto,.company-section .me-sm-auto{
        margin-right: 0px !important
    }
     .work-section .img-box img{
        width: 100%;
         left: auto;
         object-fit: contain;
    }
     .service-bg img{
        top: -50px;
         left: auto;
         right: 0px;
         width: 100%
    }
     .about-bg img{
        top: 50px;
         left: auto;
         right: auto;
         width: 100%;
         padding: 0 30px !important
    }
}
 @media (orientation:landscape) and (max-height:550px){
     .mobile-nav{
        display: flex !important;
    }
     .item-center{
        display: flex;
         justify-content: center;
         align-items: center;
        flex-direction: column
    }
     .m-flex-column{
        flex-direction: column
    }
     .m-flex-column-reverse{
        flex-direction: column-reverse
    }
     .m-text-center{
        text-align: center
    }
     .section-margin{
        margin-top: 70px !important
    }
     .border-36{
        border-radius: 16px
    }
     .order-1{
        order:1
    }
     .order-12{
        order:2
    }
     .h-1080{
        height: 350px
    }
     h1 br,p br, h3 br, h2 br{
        display: none !important
    }
     .clients-slider h3 br{
        display: flex !important
    }
     h1{
        font-size: 32px
    }
     h1.font-90,h1.font-70{
        font-size: 38px !important
    }
     h2{
        font-size: 28px;
         font-weight: 600 
    }
     h3,.clients-slider h3{
        font-size: 24px 
    }
     h4{
        font-size: 16px 
    }
     h5{
        font-size: 14px 
    }
     p,footer p,footer a, p.font-16,.clients-slider .content ul{
        font-size: 14px !important
    }
     p.font-20, a{
        font-size: 16px !important
    }
     .input-container a,.input-container input::placeholder{
        font-size: 14px !important;
    }
     .line-height1{
        line-height: 40px;
    }
     .line-height4{
        line-height: 24px;
    }
     .theme-btn{
         height: 45px;
        font-size: 16px;
    }
     .company-section .main-container{
         margin-top: -100px
    }
     .work-section .img-box{
        height: 210px
    }
     .work-section .img-box img{
        height: 210px;
         left: auto;
         width: 100%
    }
     .media-section svg{
        width: 37px;
         height: 37px
    }
     .media-section a.ms-4{
        margin-left: 15px !important
    }
     .input-container{
        width: 100%
    }
     .padding-0{
        padding: 0px !important
    }
     .clients-slider svg{
        width: 28px;
         height: 28px
    }
     .clients-slider .content{
        border-radius: 16px;
        width: 335px;
        height: 290px;
         padding: 30px
    }
     .clients-slider .content li{
        list-style-type: none;
         background: url('../img/tik.svg') no-repeat left top;
         padding: 5px 0 0px 30px;
         background-position:left center;
         background-size: 20px
    }
     .clients-slider .content:hover li{
        background-size: 20px
    }
     .service-bg img{
        top: -30px;
         left: auto;
         right: 0px;
         width: 100%
    }
     .about-bg img{
        top: -30px;
         left: auto;
         right: auto;
         width: 100%;
         padding: 0 30px !important
    }
     .solution-section .custom-container.section-margin{
        margin-top: 0px !important
    }
     .clients-slider .content{
        height: 320px;
    }
     h1 br, h3 br, h2 br{
        display: flex !important
    }
     .header p,.clients-section p{
        padding: 0 50px !important
    }
     .schedule-section .ms-sm-auto,.company-section .ms-sm-auto{
        margin-left: 0px !important
    }
     .schedule-section .me-sm-auto,.company-section .me-sm-auto{
        margin-right: 0px !important
    }
}
 .animation-element.bounce-up .subject {
     opacity: 0;
     -moz-transition: all 700ms ease-out;
     -webkit-transition: all 700ms ease-out;
     -o-transition: all 700ms ease-out;
     transition: all 700ms ease-out;
     -moz-transform: translate3d(0px, 200px, 0px);
     -webkit-transform: translate3d(0px, 200px, 0px);
     -o-transform: translate(0px, 200px);
     -ms-transform: translate(0px, 200px);
     transform: translate3d(0px, 200, 0px);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .animation-element.in-view .subject {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .animation-element.bounce-right .subject {
     opacity: 0;
     -moz-transition: all 700ms ease-out;
     -webkit-transition: all 700ms ease-out;
     -o-transition: all 700ms ease-out;
     transition: all 700ms ease-out;
     -moz-transform: translate3d(200px, 0px, 0px);
     -webkit-transform: translate3d(200px, 0px, 0px);
     -o-transform: translate(0px, 200px);
     -ms-transform: translate(0px, 200px);
     transform: translate3d(200px, 0, 0px);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .animation-element.bounce-right.in-view .subject {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .animation-element.bounce-left .subject {
     opacity: 0;
     -moz-transition: all 700ms ease-out;
     -webkit-transition: all 700ms ease-out;
     -o-transition: all 700ms ease-out;
     transition: all 700ms ease-out;
     -moz-transform: translate3d(-200px, 0px, 0px);
     -webkit-transform: translate3d(-200px, 0px, 0px);
     -o-transform: translate(0px, 200px);
     -ms-transform: translate(0px, 200px);
     transform: translate3d(-200px, 0px, 0px);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .animation-element.bounce-left.in-view .subject {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .animation-element.bounce-down .subject {
     opacity: 0;
     -moz-transition: all 700ms ease-out;
     -webkit-transition: all 700ms ease-out;
     -o-transition: all 700ms ease-out;
     transition: all 700ms ease-out;
     -moz-transform: translate3d(0px, -200px, 0px);
     -webkit-transform: translate3d(0px, -200px, 0px);
     -o-transform: translate(0px, -200px);
     -ms-transform: translate(0px, -200px);
     transform: translate3d(0px, -200px, 0px);
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
}
 .animation-element.in-view .subject {
     opacity: 1;
     -moz-transform: translate3d(0px, 0px, 0px);
     -webkit-transform: translate3d(0px, 0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate3d(0px, 0px, 0px);
}
 .fade-in-animate {
     display: inline-block;
     animation: fadeIn linear 1s;
     -webkit-animation: fadeIn linear 1s;
     -moz-animation: fadeIn linear 1s;
     -o-animation: fadeIn linear 1s;
     -ms-animation: fadeIn linear 1s;
}
 @keyframes fadeIn {
     0% {
        opacity:0;
    }
     100% {
        opacity:1;
    }
}
 @-moz-keyframes fadeIn {
     0% {
        opacity:0;
    }
     100% {
        opacity:1;
    }
}
 @-webkit-keyframes fadeIn {
     0% {
        opacity:0;
    }
     100% {
        opacity:1;
    }
}
 @-o-keyframes fadeIn {
     0% {
        opacity:0;
    }
     100% {
        opacity:1;
    }
}
 @-ms-keyframes fadeIn {
     0% {
        opacity:0;
    }
     100% {
        opacity:1;
    }
}
 

.slider-pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
  }
  
  .bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 5px;
	cursor: pointer;
  }
  
  .active {
	background-color: #1A5DAB; /* Change the color of the active bullet */
  }
 
  .slide {
    border-radius: 30px;
    padding: 30px 20px;
    margin-bottom: 20px;
    border: 2px solid #1A5DAB;
  }

  /* Three Items Section */
  .network-items-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.network-items-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.network-item-card {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.network-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.network-item-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background-color: #00b4d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.network-item-icon svg {
    width: 28px;
    height: 28px;
    fill: white;
}

.network-item-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0a192f;
    margin-bottom: 15px;
}

.network-item-description {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
    .network-items-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .network-items-container {
        grid-template-columns: 1fr;
    }

    .network-items-section {
        padding: 60px 20px;
    }
}

/* Security Concerns Section */
.network-concerns-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.network-concerns-container {
    max-width: 1200px;
    margin: 0 auto;
}

.network-concerns-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

.network-concerns-grid-secondary {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 25px;
}

.network-concerns-grid-secondary .network-concern-item:first-child {
    grid-column: 2 / span 2;
}

.network-concerns-grid-secondary .network-concern-item:last-child {
    grid-column: 4 / span 2;
}

@media (max-width: 992px) {
    .network-concerns-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .network-concerns-grid-secondary {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .network-concerns-grid-secondary .network-concern-item:first-child,
    .network-concerns-grid-secondary .network-concern-item:last-child {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .network-concerns-grid,
    .network-concerns-grid-secondary {
        grid-template-columns: 1fr;
    }
    
    .network-concerns-grid-secondary {
        margin-top: 0;
    }
}

.network-concern-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.network-concern-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: #00b4d8;
}

.network-concern-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #00b4d8;
    border-radius: 12px 0 0 12px;
    transition: width 0.3s ease;
}

.network-concern-item:hover::before {
    width: 8px;
}

.network-concern-title {
    font-weight: 700;
    font-size: 1.3rem;
    color: #0a192f;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.network-concern-title::before {
    content: '!';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #00b4d8;
    color: white;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 1rem;
    flex-shrink: 0;
}

.network-concern-description {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
}

/* Background Pattern */
.network-concerns-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image: radial-gradient(circle at 1px 1px, #00b4d8 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .network-concerns-section {
        padding: 60px 20px;
    }

    .network-concern-title {
        font-size: 1.2rem;
    }

    .network-concern-item {
        padding: 20px;
    }
}

/* Two Column Items Container */
.network-items-container-two {
    max-width: 1200px;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .network-items-container-two {
        grid-template-columns: 1fr;
    }
}

/* Services dropdown styling for desktop */
.services-dropdown-container {
    position: relative;
}

.services-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    border-radius: 4px;
    padding: 10px 0;
}

.services-dropdown-item {
    display: block;
    color: #212529 !important;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.services-dropdown-item:hover {
    background-color: #f8f9fa;
    color: #1A5DAB !important;
}

/* Show dropdown on hover (for desktop) */
.services-dropdown-container:hover .services-dropdown-menu {
    display: block;
}

/* Add a small indicator arrow */
.services-dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    vertical-align: middle;
}

/* Mobile services menu styling */
.mobile-services-parent {
    position: relative;
}

.mobile-services-submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.mobile-services-submenu.show {
    display: block;
}

.mobile-services-submenu li {
    margin: 8px 0;
}

.mobile-services-submenu a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: inherit;
}

.custom-button {
    display: inline-block;
    background-color: white;
    color: #1A5DAB;
    border: 2px solid #1A5DAB;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(26, 93, 171, 0.1);
    margin: 15px 0;
    letter-spacing: 0.5px;
}

.custom-button:hover {
    background-color: #1A5DAB;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(26, 93, 171, 0.2);
}

.custom-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 3px rgba(26, 93, 171, 0.1);
}

.demo-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
            color: #333;
        }

        .demo-content h1 {
            margin-bottom: 1rem;
            color: #2c3e50;
        }

        /* Cookie Popup Styles */
        .cookie-popup {
            position: fixed;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            padding: 1.5rem;
            max-width: 400px;
            width: calc(100% - 2rem);
            z-index: 1000;
            border: 1px solid #e1e5e9;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .cookie-popup.show {
            opacity: 1;
            visibility: visible;
        }

        .cookie-popup-content {
            text-align: center;
        }

        .cookie-popup h3 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 0.5rem;
        }

        .cookie-popup p {
            font-size: 0.9rem;
            color: #64748b;
            margin-bottom: 1.5rem;
            line-height: 1.5;
        }

        .cookie-buttons {
            display: flex;
            gap: 0.75rem;
            justify-content: center;
        }

        .cookie-btn {
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 8px;
            font-size: 0.9rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            min-width: 80px;
        }

        .cookie-btn-approve {
            background: #3b82f6;
            color: white;
        }

        .cookie-btn-approve:hover {
            background: #2563eb;
            transform: translateY(-1px);
        }

        .cookie-btn-deny {
            background: #f1f5f9;
            color: #64748b;
            border: 1px solid #e2e8f0;
        }

        .cookie-btn-deny:hover {
            background: #e2e8f0;
            color: #475569;
            transform: translateY(-1px);
        }

        /* Mobile Responsive */
        @media (max-width: 480px) {
            .cookie-popup {
                bottom: 1rem;
                left: 1rem;
                right: 1rem;
                width: auto;
                transform: none;
                padding: 1.25rem;
            }

            .cookie-buttons {
                flex-direction: column;
            }

            .cookie-btn {
                width: 100%;
                padding: 0.875rem;
            }

            .cookie-popup h3 {
                font-size: 1rem;
            }

            .cookie-popup p {
                font-size: 0.85rem;
                margin-bottom: 1.25rem;
            }
        }

        /* Demo button to reset */
        .reset-btn {
            margin-top: 2rem;
            padding: 0.75rem 1.5rem;
            background: #64748b;
            color: white;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 0.9rem;
        }

        .reset-btn:hover {
            background: #475569;
        }