/* @import url(https://fonts.googleapis.com/css?family=Raleway:300,700); */


/* PEN STYLES ========== */
a,
.side_menu {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* MENU CONTAINER ----- */
.side_menu {
	background: linear-gradient(135deg, #002d77, #002d77);
	height: 100vh;
	left: -250px;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 9;
	padding-top: 20%;
	overflow: scroll;
}

.side_menu .burger_box {
	margin: 0px;
	position: absolute;
	right: 0;
	top: 0px;
}

.side_menu .container {
	/* padding: 0 1em; */
	padding: 0px;
}

/* HAMBURGER STYLES ----- */
.burger_box {
	display: block;
	float: right;
	/* margin-right: -45px; */
}

.burger_box a.menu-icon {
	display: inline-block;
	float: none;
	height: 3%;
	padding: 10px;
	/* opacity: .5; */
	width: 40px;
	z-index: 100;
	display: flex;
	align-items: center;
}

.burger_box a.menu-icon:hover,
.burger_box a.menu-icon.opened {
	opacity: 1;
}

.burger_box a.menu-icon.opened {
	/* background: rgb(0 105 186);	 */
	background: #ffff;
}

.burger_box .menu-icon_box {
	display: inline-block;
	height: 29px;
	position: relative;
	text-align: left;
	width: 19px;
}

.fa-chevron-down:before {
	/* 		
		color: #fff; */
}

.burger_box .menu-icon_line {
	background: #ffff;
	border-radius: 2px;
	display: inline-block;
	height: 3.2px;
	position: absolute;
	width: 100%;
}

.burger_box .menu-icon_line--1 {
	top: 5px;
}

.burger_box .menu-icon_line--2 {
	top: 10px;
}

.burger_box .menu-icon_line--3 {
	top: 15px;
}

.burger_box .menu-icon_line--1 {
	transition: top 200ms 250ms, transform 200ms;
	-webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}

.burger_box .menu-icon_line--2 {
	transition: opacity 0ms 300ms;
	-webkit-transition: opacity 0ms 300ms;
}

.burger_box .menu-icon_line--3 {
	transition: top 100ms 300ms, transform 200ms;
	-webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}

.burger_box .menu-icon.opened .menu-icon_box {
	transform: scale3d(0.9, 0.9, 0.9);
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
}

.burger_box .menu-icon.opened .menu-icon_line {
	top: 10px;
}

.burger_box .menu-icon.opened .menu-icon_line--1 {
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transition: top 100ms, transform 200ms 250ms;
	-webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}

.burger_box .menu-icon.opened .menu-icon_line--2 {
	opacity: 0;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}

.burger_box .menu-icon.opened .menu-icon_line--3 {
	transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transition: top 200ms, transform 200ms 250ms;
	-webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}

/* STAGGER LIST ----- */
.list_load {
	display: none;
	list-style: none;
	padding: 0;
}

.list_item:last-child {
	border: none;
}

.list_item .sub {
	display: none;
}

.list_item:hover .sub {
	display: block;
}

.list_item.open:hover i {
	transform: rotate(1deg);
}

.list_item.open {
	position: relative;
}

.list_item.open i {
	height: 14px;
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 13px;
	/* z-index: 1; */
	/* margin: auto auto; */
	transform: rotate(271deg);
	transition: 0.3s ease;
}

.list_item {
	margin-left: -20px;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-bottom: 1px solid #f4f4f421;
}

.list_item a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

.list_item a:hover {
	background: rgba(255, 255, 255, .2);
}
 @media screen and (max-width: 1070px) {
    header nav {
        float: none;
        margin-top: 0px;
    }
	 .burger_box .menu-icon_line {
        background: rgb(11, 134, 230);
    }
    header a.logo img {
        width: 100%;
  
        padding: 0px 0px;
    }
}@media screen and (max-width: 780px) {
    header a.logo {
        width: 50%;
    }
}

/* inner pages commen baner section */


.hero-inner-pages {
    background: linear-gradient(135deg, #002d77, #002d77);
    padding: 55px 0;
       /* min-height: 600px; */
	   position: relative;
}


.hero-inner-pages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/grid-bg.svg);
    /* background: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>); */
    opacity: 0.4;
}



.hero-container-inner-pages {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
	position: relative;
	z-index: 2;
}

.hero-container-inner-pages .hero-badge {
    display: inline-block;
    background: rgba(59, 130, 246, 0.1);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 24px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.hero-content-inner-pages h1 {
  font-size: 3.7rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  text-shadow: 3px 3px 3px #201f1f;
  }

 .hero-span{
  color: #f2b500;
  font-size: 51px;
  font-weight: 900;
 }

        .hero-content-inner-pages p {
            font-size: 18px;
            /* color: #666; */
            margin-bottom: 30px;
            line-height: 1.6;
            color: #fff;
        }
        .hero-container-inner-pages .Services-path-link{
            text-align: left;
            margin-bottom: 8px;
        }

        .hero-buttons-inner-pages {
            display: flex;
            gap: 20px;
            align-items: center;
			cursor: pointer;
        }

        .hero-buttons-inner-pages .btn-hero {
            background: #f2b500;
            color: rgb(17, 15, 15);
            padding: 13px 22px;
            border-radius: 8px;
            text-decoration: none;
            font-size: 1.1rem;
            transition: all 0.3s;
			cursor: pointer;
        }

        .hero-buttons-inner-pages .btn-hero:hover {
             background: #dfa802;
            transform: translateY(-2px);
        }

        .btn-demo {
            /* color: #666; */
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .hero-image {
            position: relative;
            text-align: end;
        }

        .software-mockup {
            width: 100%;
            max-width: 500px;
            height: auto;
            border-radius: 12px;
            /* box-shadow: 0 20px 40px rgba(0,0,0,0.15); */
        }


	@media(max-width: 900px) {
    .hero-container-inner-pages {
                grid-template-columns: 1fr;
                text-align: center;
            }
      .hero-image{
        display: none;
      }

      .hero-content-inner-pages{
        text-align: center;
      }
      
      .hero-content-inner-pages h1{
        text-align: center;
		font-size: 2.5rem;
      }

    .hero-span{
     color: #f2b500;
     font-size: 2.5rem;
     font-weight: 900;
     }   
      .hero-content-inner-pages p{
        text-align: center;
		font-size: 16px;
      }
      .hero-container-inner-pages .Services-path-link{
        text-align: center;
        margin-bottom: 20px;
      }
      .hero-buttons-inner-pages{
        display: block;
        text-align: center;
      }
}.blue-section {
    background: #0047bb; 
    color: white;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    font-family: Arial, sans-serif;
  }

  .blue-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
  }

  .blue-section button {
    background: #f2b500; 
    color: #000;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
  }

  .blue-section button:hover {
    opacity: 0.9;
  }

  @media(max-width:780px){
    .blue-section h1{
        font-size: 2.5rem;
    }
  }