   :root{
      --primary:#0b5ed7;  
      --dark-blue:#0a2e6c;
      --brand:#0f46c6;
	   --c: 238, 199, 99;
  --t: 204, 204, 204;
    }
 

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {font-synthesis-weight:none; padding:0; margin:0; overflow-x:hidden; overflow-y:scroll;}


 
.html {font-size:62.5%;}
h1 {font-size:75px !important;}
h2 {font-size:45px !important;}
.container {max-width:1200px; width: 90%; margin-top: 0;}
.navbar-container {display:flex; justify-content:space-between; height:auto; align-items:center;}
.navbar {
    width: 100%;
    background: #0a2d6c;
    padding: 10px 0;
    position: fixed !important;
    z-index: 1000;
}

.navbar img {
    width: 180px;
    height: 110px;
}

.menu-items {
    list-style: none; order:2;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}
.menu-items li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition:color 0.3s ease-in-out;
}
.menu-items li a:hover {
    color: #f39c12;
}
.navbarhumburger {
  display: none; 
}


.hero {width:100%; position:relative; top:122px; background:url(./img/top-bgimg.jpg); background-position:center, center; background-size:cover; height:580px; color: #fff; overflow: hidden;}
.hero-visual {width:100%; height:100%; position:absolute; inset:0; pointer-events:none; opacity:0.8; background-color:#214079;}
.hero .btn{padding:.75rem 1.25rem; border-radius:.75rem}
.benefits-sec2 {margin-top:107px;}
.py-5Gap {padding:0; margin:0;}
.mx-text-py p {text-align:justify;}
.text-selction {width:100%; padding:0; margin:0; box-sizing:border-box;}
.py-5img {width:100%; padding:0; margin:0; box-sizing:border-box;}
.py-5img img {width:100%; padding:0; margin:0; box-sizing:border-box;}
.mx-text-py strong {font-size:22px; text-align:center; padding:0; margin:0;}
.card-body {margin:0; padding-top:10px !important;}
.py-mdcolr {width:100%; text-align:center !important; height:200px !important;}
.py-mdcolr img {width:66px; height:66px; display: flex; margin:auto; justify-content:center; align-items:center;}
.py-mdcolr h5 {width:100%; text-align:center; font-size:16px !important;}
.benefit-icon {width:56px;height:56px; display:inline-flex; align-items:center; justify-content:center; border-radius:1rem; background:rgba(13,110,253,.12);}
.quote-mark {font-size:3rem; line-height:1; opacity:.2}
.logo-tile{opacity:.8; transition:opacity .2s ease}
.logo-tile:hover{opacity:1}
section {scroll-margin-top:84px}
.section-heading{font-weight:800; letter-spacing:.25px}

.accordion-item .accordion-button {background:#0b47bb !important; color:#fff;}
.accordion-item .accordion-button:focus {outline:none; border:2px solid #000 !important; box-shadow:none !important; background:#0b47bb; color:#fff !important;}
main {width:100%;}
.scroll {display: flex; flex-direction:column; align-items:center; font-size: 1.2rem; gap: 1rem; position:fixed; bottom:3rem; right:3rem; cursor:pointer;
transition: all ease 0.3s;}
.top-scrolling {display:flex; flex-direction:column-reverse; align-items: flex-end; gap: 0.5rem;}
.rectangle {opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease; transform: translateY(20px); box-shadow: 0 0 200px 5px rgb(var(--c), 1), 0 0 20px 1px rgb(var(--c), 0.3);}
.rectangle:first-child {opacity: 1; transform: translateY(0); background-color: rgba(var(--c), 1);}
.scroll:hover .rectangle:not(:first-child) {opacity: 1; transform: translateY(0);}
.rectangle:nth-child(1) {width: 60px; height: 10px; background-color:#0a2d6c;}
.rectangle:nth-child(2) {width: 50px; height: 9px; transition-delay: 0.05s; background-color:#0a2d6c;}
.rectangle:nth-child(3) {width: 40px; height: 8px; transition-delay: 0.1s; background-color:#0a2d6c;}
.rectangle:nth-child(4) {width: 35px; height: 7px; transition-delay: 0.15s; background-color:#0a2d6c;}
.rectangle:nth-child(5) {width: 28px; height: 6px; transition-delay: 0.2s; background-color:#0a2d6c;}
.rectangle:nth-child(6) {width: 24px; height: 5px; transition-delay: 0.25s; background-color:#0a2d6c;}
.rectangle:nth-child(7) {width: 21px; height: 4px; transition-delay: 0.3s; background-color:#0a2d6c;}
.rectangle:nth-child(8) {width: 18px; height: 3px; transition-delay: 0.35s; background-color:#0a2d6c;}
.scroll:not(:hover) .rectangle:nth-child(2) {transition-delay: 0.35s;}
.scroll:not(:hover) .rectangle:nth-child(3) {transition-delay: 0.3s;}
.scroll:not(:hover) .rectangle:nth-child(4) {transition-delay: 0.25s;}
.scroll:not(:hover) .rectangle:nth-child(5) {transition-delay: 0.2s;}
.scroll:not(:hover) .rectangle:nth-child(6) {transition-delay: 0.15s;}
.scroll:not(:hover) .rectangle:nth-child(7) {transition-delay: 0.05s;}
.scroll:not(:hover) .rectangle:nth-child(8) {transition-delay: 0s;}

.py-img-sz {width:100%; height:150px; padding:5px;}
.py-img-sz img {width:100%; box-sizing:border-box;}
.clr-vs {background-color:#0b47bb;}
.gap-pp-1 img {padding-top:38%;}
.gap-pp-2 img {padding-top:25% !important;}
.gap-pp-3 img {padding-top:45% !important;}
.gap-pp-4 img {padding-top:55% !important;}
.gap-pp-5 img {padding-top:33% !important;}
.gap-pp-6 img {padding-top:5% !important;}
.gap-pp-7 img {padding-top:44% !important;}
.clr-vs img {padding-top:48%}
.divider {height:3px;background:linear-gradient(90deg, transparent, #ffffff88, transparent)}
.service-card {border:none; border-radius:1rem; box-shadow:0 10px 30px rgba(0,0,0,.06)}
.tiny {font-size:.875rem}
.footer{background:#0b1f53; color:#dfe7ff}
.footer a {color:#dfe7ff;text-decoration:none}
.footer a:hover{text-decoration:underline}
.copyright {width:100%; text-align:center;}
.copyright span {font-size:15px; line-height:18px;}
.header-pageabout {width:100%; padding:0; margin:0;}
.header-pageabout img {width:100%; box-sizing:border-box;  background-position:center, center; background-size:cover;}


/* ====== Mobile ====== */
@media (max-width: 768px) {
	
	.top-scrolling
	{opacity:0;}
	
	.navbar img
	{width: 140px;
	height: 70px;}

  .menu-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #111;
    flex-direction: column;
    align-items: center;
    display: none;  
    padding: 15px 0;
    gap: 15px;
    z-index: 999;
  }
  .menu-items.show {
    display: flex;
  }

  .navbarhumburger {
    display: block;
    width: 40px;  
    height: 35px;
    position: relative;
    background-color: transparent;
    border-style: none;
    outline: none;
    cursor: pointer;
  }
  .navbarhumburger span {
    width: 100%;
    height: 4px;
    background-color: #fff;
    display: block;
    position: absolute;
    border-radius: 2px;
    transition: all .5s ease;
  }
  .navbarhumburger span:nth-child(1) {
    width: 3px;
    height: 3px;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
  .navbarhumburger span:nth-child(2) {
    width: calc(100% - 8px);
    left: 0px;
    top: 0px;
  }
  .navbarhumburger span:nth-child(3) {
    right: 0px;
    top: 12px;
  }
  .navbarhumburger span:nth-child(4) {
    right: 0px;
    top: 24px;
  }

  .navbarhumburger:hover span:nth-child(1){
    transform: translateY(-7px) scale(1.5);
  }

  .navbarhumburger.open span:nth-child(1){
    animation: span1 1.8s infinite cubic-bezier(.8, .5, .2, 1.4);
    animation-delay: .4s;
  }
  @keyframes span1{
    0%{ transform: translate(3px, -7px) scale(1.3); }
    35%{ transform: translate(3px, 35px) scale(1.3); }
    55%{ transform: translate(-40px, 35px) scale(1.3); }
    75%{ transform: translate(-40px, -7px) scale(1.3); }
    100%{ transform: translate(3px, -7px) scale(1.3); }
	
	}

  .navbarhumburger.open span:nth-child(2){
    animation: span2 1s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation-delay: .1s;
  }
  @keyframes span2{
    10%{ transform: translateX(0px) rotate(0deg); width:100%; }
    35%{ transform: translate(-18px, 15px) rotate(90deg); width: 94%; }
    50%{ transform: translate(0px, 15px) rotate(90deg); }
    100%{ transform: translate(0px, 15px) rotate(45deg); width:100%; }
  }

  .navbarhumburger.open span:nth-child(3){
    animation: span3 1s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation-delay: .2s;
  }
  @keyframes span3{
    10%{ transform: translateX(0px) rotate(0deg); }
    35%{ transform: translate(18px, 2px) rotate(-90deg); width: 94%; }
    50%{ transform: translate(0px, 2px) rotate(-90deg); }
    100%{ transform: translate(0px, 2px) rotate(-45deg); width: 100%; }
  }

  .navbarhumburger.open span:nth-child(4){
    animation: span4 .5s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation-delay: .3s;
  }
  @keyframes span4{
    10%{ transform: scale(1); }
    100%{
      transform: translateY(-30px);
      height: 120%;
      width: 100%;
      background-color: transparent;
      border:1px solid rgba(255, 255, 255, .3);
    }
  }
 
  .navbarhumburger span:nth-child(1){
    animation: span1_close .8s normal cubic-bezier(.8, .5, .2, 1.4);
  }
  @keyframes span1_close{
    0%{ transform: translate(-40px, 5px); }
    100%{ transform: translate(0,0); }
  }
  .navbarhumburger span:nth-child(2){
    animation: span2_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);
  }
  @keyframes span2_close{
    0%{ transform: translate(0px, 15px) rotate(45deg); width:100%; }
    100%{ transform: translate(0,0) rotate(0deg); }
  }
  .navbarhumburger span:nth-child(3){
    animation: span3_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);
  }
  @keyframes span3_close{
    0%{ transform: translate(0px, 2px) rotate(-45deg); }
    100%{ transform: translateX(0px) rotate(0deg); }
  }
  .navbarhumburger span:nth-child(4){
    animation: span4_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);
  }
  @keyframes span4_close{
    0%{
      transform: translateY(-30px);
      height:120%;
      width:100%;
      background-color: transparent;
      border:1px solid rgba(255, 255, 255, .3);
    }
    100%{ transform: scaleX(1); }
  }
 
  
}


@media (min-width: 320px) and (max-width: 481px) {
	
	.hero {top:70px;}
	.display-5 {font-size:29px !important; line-height:35px;}
	.lead {font-size:17px !important; line-height:26px !important; text-align:center !important;}
	.benefits-sec2 {margin-top:62px !important;}
	h2 {font-size:25px !important;}
	.py-5 {margin:0 !important; padding-top:0 !important; padding-bottom:0px !important;}
	.py-mdcolr h5
	{font-size:22px !important; }
	.benefits-sec3 {margin-top:70px!important;}

  
  
}