body {
  font-family: "Roboto", sans-serif;
  color: #333333;
  background-color: #ffffff;
 /* background-image: url(../images/absurdity.png); */
  text-align:justify;
}

h2
{
   color:#000365;
}

.mas_h
{
  font-size:30px;
  font-family: "Poppins", sans-serif;
  color:#1e025b;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom:20px;
  text-align:center;
}

.mas_h_ad
{
  font-size:30px;
  font-family: "Poppins", sans-serif;
  color:#1e025b;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom:20px;
  text-align:center;
}

.layout_padding {
  /* padding: 75px 0; */
/*  padding: 25px 0; */
}

@media(max-width:768px)
{
    .layout_padding {
        /* padding: 75px 0; */
       /* padding: 50px 0; */
    }
    .layout_padding2-top {
 /* padding-top: 45px;  */
 }
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
 /* padding-top: 45px; */
 /*top:-13px; */
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-desk {
  padding-top: 30px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_heading-container h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.custom_heading-container hr {
  width: 250px;
  border: none;
  height: 1.5px;
  background-color: #32CBF1;
  margin: 0 5px 0.5rem 5px;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
/* background-color: #8d5185; */
  background-color:#650000;
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #ffffff;
}

.header_section .quote_btn-container a img {
  margin-right: 10px;
}

.header_section .quote_btn-container a span {
  margin: 0 10px 0 20px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link 
{
  position:relative;
  padding: 10px 13px !important;
  color: #dbdada;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.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-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 40px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 
.dropdown-menu {
  min-width: 13rem;
  display: none;
  font-size: 1rem;
  color: #777777;
  text-align: left;
  list-style: none;
  background-color: #F1FAF8;
  margin:0px;
  padding:0px;
}

.dropdown-item {
  width: 100%;
  padding: 8px 20px;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
 border-bottom: 1px solid #E1EFEC;
 margin:0px;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #434731;
  text-decoration: none;
  background-color: #D8EEF0;
}

.dropdown-item.active, .dropdown-item:active {
  color: #434731;
  text-decoration: none;
  background-color: #D8EEF0;
}

/* ===== Dropdown Overflow Fix for Mobile ===== */
@media (max-width: 991px) {
  .navbar-collapse {
    overflow-y: auto !important;
    max-height: 80vh; /* so dropdowns can scroll */
  }

  .dropdown-menu {
    position: static !important; /* prevent going out of view */
    float: none;
    width: 100% !important;
    box-shadow: none;
    border: none;
    background-color: #F1FAF8;
  }

  .dropdown-menu .container,
  .dropdown-menu .row,
  .dropdown-menu .col-md-6 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .dropdown-menu img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Optional: reduce padding for cleaner mobile look */
  .dropdown-item {
    padding: 10px 15px !important;
    font-size: 16px;
  }
}



/* slider section */
.slider_section .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*  padding-left: 5%; */
}

.slider_section .detail-box {
  width: 45%;
  z-index: 4;
  color: #333333;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3rem;
}

.slider_section .detail-box p {
  width: 75%;
  margin-top: 15px;
}

.slider_section .detail-box .slider-link {
  padding: 10px 35px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 35px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: #ffffff;
  color: black;
}

.slider_section .img-box {
 /* width: 73%;
  margin-left: -17%; */
  width:100%;
  position: relative;
  z-index: 2;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .slider_bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
/*  background-color: #76daff;
background-image: linear-gradient(155deg, #76daff 0%, #fcd000 74%); */
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 47% 0, 37% 100%, 0% 100%);
          clip-path: polygon(0 0, 47% 0, 37% 100%, 0% 100%);
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  left: 41%;
  width: 50px;
  height: 50px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 100%;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #fff000;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  /*background-color: #8d5185; */
  background-color:#650000;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.about_section {
  font-family: "Poppins", sans-serif;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #075264;
  border: 1px solid #075264;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 45px;
}

.about_section a:hover {
  background-color:#0000ff;
  color: #ffffff;
}

.about_section p {
  margin-top: 15px;
}

.about_section .img-box img {
  width: 100%;
}

.about_section h6 {
  text-transform: uppercase;
  color: #bdbbbb;
  font-weight: bold;
  margin: 0;
}



/**== Service Section Start ===*/
/*
.service_section {
  position: relative;
  font-family: "Poppins", sans-serif;
}

.service_section h2,
.service_section p {
  color: white;
}

.service_section hr {
  background-color: #ffffff;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_section .box {
  width: 175px;
  text-align: center;
  margin: 30px 0;
  font-family: "Roboto", sans-serif;
  box-shadow: 1px 5px 10px;
}

.service_section .box .img-2 {
  display: none;
}

.service_section .box .img-box {
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

.service_section .box .img-box i{
  color: #000000;
}

.service_section .box .img-box i:hover{
  color: #2e02fe;
}

.service_section .box .name {
  margin-top: 15px;
}

.service_section .box .name h6 {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}

.service_section .box:hover .img-1 {
  display: none;
}

.service_section .box:hover .img-2 {
  display: inline-block;
}

.service_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    top: 0;
    left: 0;
    /* background-image: url(../images/service-bg.jpg); */
/*
    background: linear-gradient(rgb(250 190 15 / 50%), rgb(31 63 153 / 50%));
    z-index: -1;
}

.service_section .read-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .read-btn a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 25px;
}

.service_section .read-btn a:hover {
  background-color: transparent;
  color: #000000;
}
*/
/* ===== At A Glance Section ===== */
.service_section {
  position: relative;
  padding: 150px 0 160px;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

/* Gradient + glass background */
.service_section::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 60%;
  /*background: linear-gradient(135deg, rgba(250, 190, 15, 0.85), rgba(120, 0, 0, 0.85)); */
  /*background:linear-gradient(135deg, #90f5bd, #235d3d);*/
  background: linear-gradient(135deg, #5793efd9, #1c3656e6), url(../images/14.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  backdrop-filter: blur(6px);
  z-index: -1;
}

/* Heading */
.custom_heading-container h2 {
  font-weight: 700;
  letter-spacing: 2px;
}

.custom_heading-container hr {
  width: 120px;
  height: 3px;
  background: #fff;
  border: none;
  margin-left: auto;
}

/* Cards container */
.service_container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
}

/* Card */
.service_section .box {
  width: 190px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  position: relative;
}

/* Hover lift */
.service_section .box:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

/* Icon circle */
.service_section .img-box {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #295795, #5fc0f3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 8px rgb(0 54 122 / 15%);
  transition: all 0.4s ease;
}

/* Icon */
.service_section .img-box i {
  font-size: 48px;
  color: #fff !important;
  transition: all 0.4s ease;
}

/* Hover glow */
.service_section .box:hover .img-box {
 /* background: linear-gradient(135deg, #ffb300, #ff6f00); */
 background:linear-gradient(135deg, #fdc800, #856902);
 box-shadow: 0 0 15px rgba(253, 200, 0, 0.6), 0 0 35px rgba(133, 105, 2, 0.45);


}

.service_section .box:hover .img-box i {
  transform: rotate(8deg) scale(1.15);
}

/* Title */
.service_section .name h6 {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  color:#295795;
  letter-spacing: 1px;
}

/* Anchor clean */
.service_container a {
  text-decoration: none;
}


.service_section .box {
  animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}


@media (max-width: 768px) {
  .service_container {
    gap: 25px;
  }

  .service_section .box {
    width: 250px;
  }

  .service_section .img-box {
    width: 100px;
    height: 100px;
  }
  
  .service_section .name h6
  {
      color: #7a0000 !important;
  }
}

/**== Service Section End ===*/


.portfolio_section {
  font-family: "Poppins", sans-serif;
}

.portfolio_section .col-md-4 {
  padding: 0;
}

.portfolio_section .img-box {
  position: relative;
  margin: 10px;
}

.portfolio_section .img-box img {
  width: 100%;
}

.portfolio_section .img-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  
}

.portfolio_section .img-box a img {
  width: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.portfolio_section .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(37, 28, 229, 0.8);
  border-radius: 25px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.portfolio_section .img-box:hover::before {
  width: 90%;
  height: 90%;
}

.portfolio_section .img-box:hover a {
  opacity: 1;
}

.portfolio_section .img-box:hover a img {
  opacity: 1;
}

.news_section h2,
.news_section p,
.news_section a {
  font-family: "Poppins", sans-serif;
}

.news_section .box {
  margin-top: 45px;
}

.news_section .box img {
  width: 100%;
}

.news_section .box .action-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
}

.news_section .box .action-box a {
  margin-left: 15px;
  opacity: 0.6;
}

.news_section .box .action-box a img {
  width: 20px;
}

.news_section .box .action-box a:hover {
  opacity: 1;
}

.news_section .box .detail-box h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.news_section .box .detail-box p {
  margin-top: 15px;
}

.news_section .box .detail-box a {
  display: inline-block;
  font-weight: bold;
  margin-top: 45px;
}

.subscribe_section {
  background-color: #021056;
}

.subscribe_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section h2,
.subscribe_section button {
  font-family: "Poppins", sans-serif;
}

.subscribe_section h2 {
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe_section h2 span {
  text-transform: none;
  font-weight: bold;
}

.subscribe_section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_section form input {
  border: none;
  min-width: 100%;
  height: 55px;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
}

.subscribe_section form button {
  border: none;
  padding: 0 60px;
  height: 40px;
  border-radius: 35px;
  color: #ffffff;
  background-color: #0000ff;
  -webkit-transform: translate(-104%, 7.5px);
          transform: translate(-104%, 7.5px);
  text-align: center;
  text-transform: uppercase;
}

.subscribe_section form button:hover {
  background-color: #0000cc;
}

.client_section {
  font-family: "Poppins", sans-serif;
}

.client_section .client_container {
  width: 87%;
  margin: 0 auto;
}

.client_section .client_container .box {
  margin: 20px 35px;
}

.client_section .client_container .box .detail-box {
  padding: 45px 20px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.29);
  background-color:#F8E7E7;
}

.client_section .client_container .box .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.client_section .client_container .box .client-id .img-box {
  min-width: 150px;
  margin-top: -50px;
  margin-left: 5px;
}

.client_section .client_container .box .client-id .img-box img {
  width: 100%;
}

.client_section .client_container .box .client-id .name {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.client_section .client_container .box .client-id .name h5 {
  color: #021056;
}

.client_section .client_container .box .client-id .name h6 {
  color: #0730fc;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  left: initial;
  top: initial;
  width: 50px;
  height: 50px;
  bottom: 45px;
  z-index: 9;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  background-color: #2e02fe;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #464646;
}

.client_section .carousel-control-prev {
  background-image: url(../images/left-white.png);
  right: 95px;
}

.client_section .carousel-control-next {
  background-image: url(../images/next.png);
  right: 35px;
}

.contact_section .contact_form-container  .bk {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 15px 0;
  background-color: transparent;
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input::placeholder {
  color: #595959;
  font-size: 14px;
}

.contact_section .contact_form-container input.message_input {
  margin-top: 80px;
}

.contact_section .contact_form-container button {
  border: none;
  background-color: #0e35f6;
  color: #fff;
  font-size: 15px;
  padding: 15px 55px;
  border-radius: 30px;
  text-transform: uppercase;
}

.contact_section .contact_form-container button:hover {
  background-color: #082de2;
}

.contact_section .map-box #map {
  width: 100%;
  height: 100%;
}

.contact_items {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_items .item {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.contact_items .item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_items .item .detail-box {
  color: #5e5e5e;
}

.contact_items .item .detail-box p {
  margin: 0;
}

.contact_items {
  position: relative;
}

.contact_items a {
  position: relative;
}

.contact_items .item .img-box.box-1 {
  background-image: url(../images/location.png);
}

.contact_items .item .img-box.box-2 {
  background-image: url(../images/telephone.png);
}

.contact_items .item .img-box.box-3 {
  background-image: url(../images/envelope.png);
}

.info_section {
  text-align: center;
  font-family: "Poppins", sans-serif;
  /*background-color: #404B7E; */
  background:#0A32C7;
  color: #ffffff;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px auto;
}

.info_section .info_social img {
  width: 40px;
  margin-left: 8px;
}

.info_section p {
  margin: 35px 0 0 0;
}

/* footer section*/
.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-weight: 500;
}

.footer_section p {
  color: #292929;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #292929;
}

/* end footer section*/

