@media (min-width: 1024px) {
    
   
      .mb-footer {
        margin-top: 5px;
      }
    .footer-contact .emails
    {
        position:relative;
        bottom:15px;
    }

    .title_div
    {
      color: #000;
    }
    .footer_top
    {
        left:46% !important;
    }
    .lg\:h-\[110px\] {
        height: 110px;
    }

    .lg\:h-\[100px\] {
        height: 100px;
    }

    .h-91 {
        height: 91px !important;
    }

    .lg\:text-\[40px\] {
        font-size: 40px;
    }

    .lg\:leading-\[53px\] {
        line-height: 53px;
    }

    .pt-\[150px\] {
        padding-top: 150px;
    }

    .pt-\[185px\] {
        padding-top: 185px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .d-flix {
        display: flex;
    }

    .row-reverse {
        flex-direction: row-reverse;
    }

    .col-span-5 {
        grid-column: span 5 / span 5;
    }

    .ml-15 {
        margin-left: 15px;
    }

    .ml-35 {
        margin-left: 35px;
    }

    .mr-15 {
        margin-left: 15px;
    }

    .w-90 {
        width: 90%;
    }

    .lg\:text-05xl {
        font-size: 1rem;
        line-height: 1.8rem;
    }

    .lg\:text-1xl {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    .read-m-b i {

        color: red;
    }

    .top-90 {
        top: -90px;
    }

    .pt-0 {
        padding-top: 0px;
    }

    .top-\[-149px\] {
        top: -149px;
    }


    .text-6xl {
        font-size: 3.5rem;
    }

    .f-s-1-8 {
        font-size: 1.8rem;
    }

    .underline-offset-\[25px\] {
        text-underline-offset: 26px;
    }

    .reveal {
        position: relative;
        transform: translateY(150px);
        opacity: 0;
        transition: 2s all ease;
    }

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }

    .website_footer {
        bottom: 30px;
        position: relative;
    }

    .subscribe_form
    {
        margin-top: 40px;
    }

    .subscribe_form
    {
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: NeoSan, sans-serif;
    }

    .w-6
    {
        width: 2rem;
    }
    
    .w-4
    {
        width: 1.5rem;
    }

    .phones_numbers
    {
        margin-top: 5px;
    }

    .mr-3 {
        margin-right: 3px;
    }
    .input-group {
        display: flex;
        align-content: stretch;
      }

      .input-group > input {
        flex: 1 0 auto;
      }

      .input-group-services
      {
        display: flex;
        align-content: stretch;
      }

      .input-group-services > input {
        flex: 1 0 auto;
      }


      /**
       * Even when I set some dimension-related styles on this
       * element but not on the input or button, they'll still
       * line up.
       */
      .input-group-addon {
        background: #eee;
        border: 1px solid #ccc;
        padding: 0.5em 1em;
      }

      .news_letter input
      {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
      }


      .news_letter button
      {
        display: flex;
        padding: 10px;
        width:100%;
        background-color: #181e3e;
                border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        color: white;
        font-size: 14px;
        font-weight: 700;

      }

      .news_letter button i
      {
        margin-top: 4px;
        margin-left: 5px;
      }
}
 ice-section-title {
    margin-bottom: 100px;
}

.card {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}

/* .services{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} */

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.contact_form {
    bottom: 80px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 150px;
    border: 1px solid #284fb3;
    padding: 30px;
    -webkit-animation: slide-down .5s ease-out;
    -moz-animation: slide-down .5s ease-out;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.quick_contact input[type=text],
.quick_contact input[type=email],
.quick_contact input[type=number],
.quick_contact select,
textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #284fb3;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #284fb3;
}

.services {
    margin-bottom: 30px;
    transition: .5s;

}

.content-section {
    padding-bottom: 30px;
}

.content-title {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 70px;
    background-color: #212c55;
}

.hero-section .hero-title {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.hero-section .hero-title h1 {
    font-size: 40px;
    color: White;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-section .hero-title p {
    font-weight: 700;
    color: White;
}

.hero-section .hero-title p a:hover {
    color: #e1141b;
}

.services_cards {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.services_cards .services .card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding:20px;
    height: 300px;
    cursor: pointer;
}
.services_cards .services .card:hover
{
    background-color: #f2f2f2;
}
.services_card_details .services .card.active
{
    background-color: #f2f2f2;
}
.services_cards .services .card:hover .read-more-btn
{
    border-color: #f2f2f2;
}

.services_cards .services .card .title_div h1
{
    width:70%
}
.services_cards .service_all_button
{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.services_cards .service_all_button a {
    background-color: #232c57 !important;
    border-radius: 10px !important;
    padding:15px 35px 15px 35px !important;
    color: #fff !important;
    font-size: 23px !important;
    font-weight: 700 !important;
}

.card a {
    width: 100%;
    /* margin-top: 50px; */
    /* padding-top: 30px; */
    color: #aaaaaa;

}

.card .read_more {
    margin-top: 20px;
}

.d-none {
    display: none;
}

.expanded-content {
    padding: 20px
}

.card h1 {
    margin-top: 15px;
}


.card_service img,
.card_service h1,
.card_service .read_more {
    margin-left: auto;
    margin-right: auto;
    /* align-items: center;
    text-align: center; */
}

.card img,
.card h1,
.card .read_more {
    margin-left: auto;
    margin-right: auto;
    /* align-items: center;
    text-align: center; */
}


.container {
    padding: 2px 16px;
}

.bg-section-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255, 255, 255 / var(--tw-bg-opacity));
}

.box-service {
    --tw-bg-opacity: 1;
    background-color: rgb(255, 255, 255 / var(--tw-bg-opacity));
}

.text-blue {
    color: #404999;
}

.h-\[420px\] {
    height: 420px;
}

.-bottom-16 {
    bottom: -4.5rem;
}

.-bottom-15 {
    bottom: -1.5rem;
}

.slider-next,
.slider-prev {
    width: 87px;
}

.hero_slider .slider-nav {
    top: 35%;
}

.hero_slider .slider-nav .slider-next {
    left: 12px;
}

.hero_slider .slider-nav .slider-prev {
    right: 12px;
}

.col-span-1-5 {
    grid-column: span 1.5 / span 1.5;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.h-\[130px\] {
    height: 130px;
}

.h-\[130px\] {
    height: 130px;
}

.h-\[120px\] {
    height: 120px;
}

.h-\[113px\] {
    height: 113px;
  }

.h-\[147px\] {
    height: 147px;
}

.footer-img {
    margin-top: 50px;
}

.footer-img::after {
    content: '';
    border-left: 1px solid #8b8b8b;
    position: absolute;
    height: 50%;
    left: 400px;
    top: 35%;
}

.footer-contact {
    padding: 20px;
    top: 40px;
    position: relative;
}

.footer-contact::after {
    content: '';
    border-left: 1px solid #8b8b8b;
    position: absolute;
    height: 72%;
    left: 490px;
    top: 10%;
}



.photo_galary .slider-nav {
    bottom: 130px;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 2s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}

.subscribe_input
{
    padding: 10px;
  background-color: #1a244a;
  /* border-radius: 0.5rem; */
}
