body {
  font-family: "Open Sans", sans-serif;
  background-color: #fffcf4;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/*header section*/

.header_section {
  font-family: "Roboto", sans-serif;
  background-color: #0a1628;
  color: #fff;
  min-height: 90px;
  padding: 1% 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .navbar-toggler {
  border-color: #fff;
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar {
}

.nav-link:hover {
  color: #fefefe;
}

.logo_box {
  width: 80px;
}

.logo_box img {
  width: 100%;
}

.call_to_btn {
  display: inline-block;
  color: #fefefe;
  padding: 10px 35px;
  background-color: #f6bb08;
  margin-top: 5%;
  margin-bottom: 20%;
  border-radius: 0;
}

/*end header section*/

/* slider section */

.slider_section {
  height: calc(100vh - 90px);
}

.slider_section .carousel-indicators {
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  display: block;
  bottom: unset;
  right: unset;
}

.slider_section .carousel-indicators li {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 auto;
}

.slider_section .carousel-indicators .active {
  width: 24px;
  height: 24px;
  background-color: #2561db;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.slider_section .slider_box {
  display: flex;
  position: relative;
  height: calc(100vh - 90px);
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_section1 .slider_box {
  display: flex;
  position: relative;
  height: calc(100vh - 90px);
  background-image: url(../images/bannerS.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_section .slider_box .fixed_company-detail {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}

.slider_section .slider_box .fixed_company-detail p {
  width: 12px;
  text-align: center;
  word-break: break-word;
  color: #fff;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail {
  color: #fff;
  width: 60%;
  margin-top: 14%;
  margin-left: 20%;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h2 {
  font-weight: 100;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-text {
  width: 55%;
  color: #f8fafd;
}

.slider_section .slider_box .slider-detail .slider_detail-btn {
  display: flex;
}

.slider_section .slider_box .slider-detail .slider_detail-btn a {
  margin-top: 28px;
  padding: 16px 20px;
  background-color: #2561db;
  color: #fff;
}

/* end slider section */

/* welcome section */
.welcome_section {
}

.welcome_section .col-md-6 {
  padding: 0 4%;
}

.welcome_detail {
  width: 75%;
}

.welcome_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.welcome_detail h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
}

.welcome_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.welcome_detail h2,
.welcome_detail p,
.welcome_detail .welcome_detail-btn {
  margin-top: 25px;
}

.welcome_section .welcome_detail-btn a,
.welcome_section .welcome_detail-btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.welcome_section .welcome_detail-btn a img {
  width: 25px;
}

/* end welcome section */

/* service section */

.service_section .container {
  padding: 0 50px;
}

.service_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.service_detail h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
}

.service_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1.5px;
  width: 45px;
  background-color: #36bb25;
}

.service_section .service_img-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.service_section .service_img-container .service_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: 325px;
  background-size: cover;
}

.service_img-container .service_img-box.i-box-1 {
  width: 60%;
  background-image: url(../images/s-1.jpg);
}

.service_img-container .service_img-box.i-box-2 {
  width: 40%;
  background-image: url(../images/s-2.jpg);
}

.service_img-container .service_img-box.i-box-3 {
  width: 40%;
  background-image: url(../images/s-3.jpg);
}

.service_img-container .service_img-box.i-box-4 {
  width: 60%;
  background-image: url(../images/s-4.jpg);
}

.service_section .service_img-container a,
.service_section .service_img-container a:hover {
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px;
}

.service_section .service_img-container .service_img-box:hover {
  cursor: pointer;
}

.service_section .service_img-container .service_img-box:hover a {
  background-color: #2561db;
}

.service_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.service_btn a,
.service_btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.service_btn a img {
  width: 25px;
}

/* end service section */

/* security section */
.security_section {
}

.security_section h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.security_section h3 {
  text-transform: uppercase;
  color: #254a93;
  position: relative;
  text-align: center;
}

.security_section h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1.5px;
  width: 140px;
  background-color: #36bb25;
}

.security_section .security_container {
  width: 90%;
  margin: 0 auto;
}

.security_section .security_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  width: 300px;
  height: 490px;
  margin: 0 auto;
  z-index: 999;
}

.security_section .security_img-box.i-box-1 {
  background-image: url(../images/security-1.jpg);
}

.security_section .security_img-box.i-box-2 {
  background-image: url(../images/security-2.jpg);
}

.security_section .security_img-box.i-box-3 {
  background-image: url(../images/security-3.jpg);
}

.security_section .security_img-box a {
  display: none;
  opacity: 0;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1.5px solid #f0f0f0;
  color: #fff;
}

.security_section .security_img-box:hover a {
  display: inline-block;
  opacity: 1;
}

.security_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.security_btn a,
.security_btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.security_btn a img {
  width: 25px;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 0;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  background-color: #254a93;
  width: 70px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
  background-image: url(../images/right-arrow.png);
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
  background-image: url(../images/left-arrow.png);
}

/* end security section */

.story_section {
  padding: 0 4%;
}

.story_section .container-fluid {
  -webkit-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -1px 24px -13px rgba(0, 0, 0, 0.75);
}

.story_section .col-md-6 {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #fcfcfc;
}

.story_detail {
  margin-left: 40px;
}

.story_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.story_detail h3 {
  text-transform: uppercase;
  color: #254a93;

  margin: 0;
}

.story_detail {
  width: 85%;
}

.story_detail .story_detail-btn {
  margin-top: 25px;
}

.story_section .story_detail-btn a,
.story_section .story_detail-btn a:hover {
  text-transform: uppercase;

  color: #0c0b09;
}

.story_section .story_detail-btn a img {
  width: 25px;
}

.contact_form-container {
  background-image: url(../images/guards.jpg);
}

.contact_form-container form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact_form-container .contact_box {
  background-color: #fff;
  padding: 35px 40px;
  width: 50%;
  height: 60%;
  margin: 100px 50px;
}

.contact_form-container form input,
.contact_form-container form input:focus,
.contact_form-container form input:active {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #00cc99;
  width: 85%;
  margin-top: 12px;
  outline: none;
}

.contact_form-container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  padding: 8px 20px;
  margin-top: 15px;
}

.contact_section .row .col-md-6 {
  padding: 0;
}

/* end contact section */

/* info section */
.info_section {
  background-color: #000202;
  font-family: "Roboto", sans-serif;
}

.info_section .info_detail {
  display: flex;
  align-items: center;
}

.info_section .info_detail p {
  color: #fff;
}

.address_link-container {
  display: block;
}

.address_link-container a {
  display: flex;
  color: #fff;
  margin: 15px 0;
  align-items: center;
}

.address_link-container a img {
  margin-right: 10px;
}

.info_section .news_container h3,
.info_section .address_container h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}

.info_section .news_container form {
  margin: 28px 0;
}

.info_section .news_container form input {
  border: none;
  background-color: #fff;
  width: 70%;
  padding: 7px 10px;
}

.info_section .news_container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .news_container .social_container {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.info_section .news_container .social_container > div {
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #254a93;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}

/* end footer section*/
 {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }

    body {
      background: #f3f3f3;
      /*padding: 40px 20px;*/
      color: #222;
    }

    .container {
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }
	
	.container1 {
      max-width: 1300px;
      margin: auto;
    }
	
	.container2{max-width:1200px;margin:auto}
	.container4{max-width:1200px;margin:auto;text-align:center}
	.container5{max-width:1100px;margin:auto}
	
	.stats{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:20px;
      margin-bottom:40px;
    }

	
	
	.left{flex:1}
    .item{
      background:#e9e9e9;
      border-radius:18px;
      padding:20px 25px;
      margin-bottom:18px;
      display:flex;
      gap:18px;
      align-items:flex-start;
      box-shadow:0 3px 6px rgba(0,0,0,0.08)
    }

    .num{
      width:38px;height:38px;border-radius:50%;
      background:#5c9ad3;color:white;
      display:flex;align-items:center;justify-content:center;
      font-weight:bold
    }
	
	
	.item h3{font-size:20px;margin-bottom:6px}
    .item p{font-size:14px;color:#444;line-height:1.5}

    /*.right{width:360px;display:flex;justify-content:center;align-items:center}*/
	
	
	.right{
      width:420px;
      display:flex;
      flex-direction:column;
      gap:20px;
    }
    .right img{
      width:100%;
      border-radius:6px;
      object-fit:cover;
    }

	.chart{
      width:300px;height:300px;border-radius:50%;
      background:conic-gradient(
        #1f355e 0% 35%,
        #4c8ec7 35% 60%,
        #7fb1da 60% 80%,
        #a9cbea 80% 100%
      );
      position:relative;
    }

    .chart::after{
      content:"";
      position:absolute;
      width:160px;height:160px;
      background:#f2f2f2;
      border-radius:50%;
      top:50%;left:50%;
      transform:translate(-50%,-50%);
    }

	.legend{
      margin-top:20px;font-size:14px
    }

    .legend div{margin-bottom:6px}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.top-section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
      margin-bottom: 40px;
    }

    .hero-image {
      width: 420px;
      border-radius: 4px;
      object-fit: cover;
    }
	
	.flow {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
      align-items: start;
      margin-bottom: 50px;
    }
	
	.step {
      text-align: center;
      position: relative;
    }
	
	.box {
      min-height: 120px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      color: white;
      font-weight: 700;
      font-size: 24px;
      line-height: 1.3;
      box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    }
	
	.dark {
      background: #24365f;
    }
	.blue1 {
      background: #4695d0;
    }

    .light-blue {
      background: #67a7dc;
    }

    .pale-blue {
      background: #a7cbea;
      color: white;
    }
	.desc {
      margin-top: 18px;
      font-size: 18px;
      color: #555;
      line-height: 1.5;
    }
	
	.arrow {
      position: absolute;
      top: 45px;
      right: -18px;
      font-size: 28px;
      color: #7aa9d8;
      font-weight: bold;
    }
	.bottom-boxes {
      display: flex;
      justify-content: center;
      gap: 140px;
      margin-top: 10px;
    }
	
	.bottom {
      background: #162f63;
      color: white;
      width: 360px;
      text-align: center;
      padding: 18px;
      border-radius: 10px;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
      box-shadow: 0 6px 10px rgba(0,0,0,0.12);
    }
	
	*{box-sizing:border-box;margin:0;padding:0;font-family:Arial, sans-serif}
	
	 .card1{
      background:#e9e9e9;
      border-radius:20px;
      padding:25px 15px;
      box-shadow:0 3px 6px rgba(0,0,0,0.08)
    }

    .card1 h2{
      font-size:36px;
      color:#5c9ad3;
      margin-bottom:8px
    }

    .card1 p{
      font-size:14px;
      color:#444
    }

	.images{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
    }

    .images img{
      width:100%;
      height:260px;
      object-fit:cover;
      border-radius:6px;
    }
	
	.cards3{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:30px;
    }
	
	.cards3{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:30px;
    }
	
	
	 .card3{
      background:#eaeaea;
      border-radius:28px;
      overflow:hidden;
      box-shadow:0 4px 8px rgba(0,0,0,0.08);
      text-align:left;
    }
	
	 .card4{
      background:#eaeaea;
      border-radius:28px;
      overflow:hidden;
      box-shadow:0 4px 8px rgba(0,0,0,0.08);
      text-align:left;
    }
	
	
	
	  .header{
      padding:18px;
      font-size:24px;
      font-weight:700;
      color:white;
      text-align:center;
    }
	
	.rukas{background:#5c9ad3}
    .porth{background:#24365f}
	.one{background:#5c9ad3}
    .dcs{background:#24365f}

	  .content4{
      padding:22px 26px;
    }

    .content4 p{
      font-size:14px;
      margin-bottom:18px;
      color:#444;
    }
	
	 .line{
      width:180px;
      height:4px;
      background:#5c9ad3;
      margin-bottom:25px;
    }

	.text{
      max-width:900px;
      line-height:1.6;
      color:#343a40;
      margin-bottom:40px;
      font-size:15px;
    }
	
	.features{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:40px;
      margin-bottom:50px;
    }

    .feature{
      border-top:2px solid #5c9ad3;
      padding-top:15px;
    }

    .feature h3{
      color:#5c9ad3;
      margin-bottom:10px;
      font-size:18px;
    }

    .feature p{
      font-size:14px;
      color:#343a40;
    }

	
	.footer{
      margin-top:30px;
      font-size:14px;
      color:#343a40;
    }

    .footer strong{
      display:block;
      margin-bottom:5px;
      color:#343a40;
    }

	.wrapper{
  display:flex;
  gap:30px;
}
.card5{
  flex:1;
  background:#f7f7f7;
  border-radius:30px;
  padding:30px;
  box-shadow:0 6px 12px rgba(0,0,0,0.12);
}
	
	/* LEFT GRAPHIC */
.circle{
  position:relative;
  width:100%;
  height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.circle svg{
  width:300px;
  height:300px;
}
/* RIGHT LIST */
.item2{
  display:flex;
  align-items:flex-start;
  gap:15px;
  padding:14px 0;
  border-bottom:1px solid #ddd;
}

.item2:last-child{border-bottom:none}

.icon{
  width:45px;
  height:45px;
  flex-shrink:0;
}

	.item2 h3{
  font-size:16px;
  color:#2f6fb3;
  margin-bottom:4px;
  font-weight:700;
}

.item2 p{
  font-size:13px;
  color:#555;
}
	
	
	h19{
  text-align:center;
  font-size:36px;
  font-weight:800;
  margin-bottom:40px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

    h1 {
      font-size: 38px;
      font-weight: 800;
      margin-bottom: 40px;
      letter-spacing: 1px;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 22px;
    }

    .card {
      background: #f8f8f8;
      border: 1px solid #d8d8d8;
      border-radius: 32px;
      padding: 28px 28px 36px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      position: relative;
      min-height: 520px;
    }

    .top-line {
      height: 6px;
      border-radius: 10px;
      margin-bottom: 20px;
    }

    .blue { background: #4c9ad6; }
    .mid-blue { background: #2d89c8; }
    .dark-blue { background: #243c73; }

    .number {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 32px;
      font-weight: bold;
      margin: 0 auto 24px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

    h2 {
      font-size: 28px;
      margin-bottom: 14px;
      font-weight: 700;
    }

    .subtitle {
      font-size: 15px;
      color: #666;
      margin-bottom: 28px;
      letter-spacing: 0.5px;
    }
	
	.subtitle2{color:#5c9ad3;font-size:22px;margin-bottom:25px}
	
	.top{display:flex;gap:30px;align-items:flex-start;margin-bottom:30px}
    .top img{
      width:420px;
      border-radius:6px;
      margin-left:auto;
      display:block;
    }
	
	.content{display:flex;gap:30px}
	
	.layout{display:flex;gap:40px}
	
	ul1{list-style:none}
    li1{
      font-size:14px;
      margin-bottom:10px;
      color:#333;
    }
	
	
	

    ul {
      list-style: none;
      text-align: left;
      padding: 0 10px;
    }

    li {
      margin-bottom: 14px;
      line-height: 1.6;
      font-size: 15px;
      color: #333;
    }

    @media (max-width: 768px) {
      h1 {
        font-size: 30px;
      }

      h2 {
        font-size: 24px;
      }
	  
	   .layout{flex-direction:column}
      .right{width:100%}
	  
	  .stats{grid-template-columns:1fr 1fr}
      .images{grid-template-columns:1fr}
	  
	   .cards3{grid-template-columns:1fr}
	   .cards4{grid-template-columns:1fr}
	  

      .card {
        min-height: auto;
      }
	  .hero-image {
        width: 100%;
      }
	  .flow {
        grid-template-columns: 1fr;
      }

      .arrow {
        display: none;
      }

      .top-section {
        flex-direction: column;
      }

      .features{grid-template-columns:1fr}
      .bottom-boxes {
        flex-direction: column;
        gap: 20px;
        align-items: center;
      }
.wrapper{flex-direction:column}
      .bottom {
        width: 100%;
        max-width: 500px;
      }
	.top{flex-direction:column}
      .content{flex-direction:column}
      .right{width:100%}
	  
    }
	
	
	
	
	
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
    }