* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

 body {
    font-family:'Exo 2',sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 14px;
    background-color:  #f9f9f9;
}
/*main*/

.static-whatsapp {
    position: fixed;
    right: 40px;
    border-radius: 50%;
    z-index: 9999;
    bottom: 80px;
    background: #000;
    border: 1px solid transparent;
    transition: .4s all ease;
}

.static-whatsapp a {
    display: inline-block;
    padding: 10px 11px;
}

.static-whatsapp img {
    width: 100%;
    filter: invert(1);
    width: 28px;
    transition: .4s all ease;
}

#main{
    padding-top:65px;
}
/*modal*/
.modal-header{
    padding:20px;
}
.btn-close:hover{
    color:#052944;
}
.modal-header button:focus-visible,
.modal-header button:focus{
   box-shadow:none;
}
.modal-title{
    font-size:22px;
    font-weight:bold;
    color:#052944;
}
.modal-body{
    padding:20px;
}
.input_wrapper_modal {
  position: relative;
  width: 100%;
  margin-bottom:10px;
  
}

.input-modal_box {
  font-size: 16px;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #ccc;
  color:#052944;
  width: 100%;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out;
}

.modal_underline{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color:#052944;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.textarea-modal_box{
    min-height:150px;
    max-height:220px;
    resize:vertical;
    width:100%;
}
.input-modal_box:focus {
  border-color:#052944;
  outline: none;
}

.input-modal_box:focus + .modal_underline {
  transform: scaleX(1);
}
.modal-content{
    border-radius:3px;
}
/*modal-body*/
.modal_send_btn{
  width:100%;
  position: relative;
  margin: 0;
  padding: 17px 35px;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(22, 76, 167, 0.6);
  border-radius: 10px;
  color: #1d89ff;
  font-weight: 400;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.modal_send_btn span {
  color: #164ca7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.modal_send_btn:hover {
  animation: rotate624 0.7s ease-in-out both;
}

.modal_send_btn:hover span {
  animation: storm1261 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }

  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }

  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }

  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }

  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

.modal_send_btn{
  border: 1px solid;
  overflow: hidden;
  position: relative;
}

.modal_send_btn span {
  z-index: 20;
}

.modal_send_btn:after {
  background: #c52d29;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.modal_send_btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width:768px){
    .modal-header{
    padding:20px 30px;
}
.modal-body{
    padding:20px 30px;
}
   .modal-title{
       font-size:28px;
   } 
}
/* -----------------------------Header-nav---------------------------- */

:root {
    --glow-color: hsl(186 100% 69%);
    --clr: #c52d29;
}
  .no-scroll{
    overflow: hidden;
  }
#header_top {
    height: 35px;
    background-color: #fff;
    display: none;
    align-items: center;
    border-bottom:1px solid #eee;
}

#header_top .header_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_top_wrapper .header_top_left_list {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.header_top_wrapper .header_top_left_list li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header_top_wrapper .header_top_left_list li i,
.header_top_wrapper .header_top_left_list li a {
    color: #052944;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    text-decoration: none;
    position: relative;
    transition: .4s ease-in-out;
}

.header_top_wrapper .header_top_left_list li a:hover {
    opacity: .6;
}

.header_top_wrapper .header_top_right {
    display:flex;
    align-items:center;
    gap:20px;
}
.header_top_wrapper .header_top_right .header_top_right_social {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.header_top_right_social span{
    font-weight:bold;
}
.header_top_wrapper .header_top_right .header_top_right_social li a {
    display: inline-flex;
    font-size: 16px;
    text-decoration: none;
    color:#052944;
    width: 30px;
    height: 30px;
    transition: .5s linear;
    position: relative;
    margin: auto;
    z-index: 1;
}

.header_top_right_social li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #052944;
    border-radius: 10px;
    z-index: -1;
    transform: scale(0);
    transition: 0.3s cubic-bezier(.95, .32, .37, 1.21);
}

.header_top_right_social li a:hover::before {
    transform: scale(1);
}

.header_top_right_social li:nth-child(1) a:hover:before {
    background: #3b5999;
}

.header_top_right_social li:nth-child(2) a:hover:before {
    background: #e4405f;
}

.header_top_right_social li:nth-child(3) a:hover:before {
    background: #0077B5;
}

.header_top_right_social li:nth-child(4) a:hover:before {
    background: #cd201f;
    ;
}

.header_top_right_social li a i {
    font-size: 16px;
    margin: auto;
}

.header_top_right_social li a:hover  i{
    color: #fff;
}

.header_bottom{
    padding:5px 0;
    position:absolute;
    width: 100%;
    height:65px;
    z-index:992;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: all .5s ease 0s;
    display:flex;
    align-items:center;
     box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.header_available{
    background:rgb(154 149 149 / 27%);
    backdrop-filter: blur(20px);
    padding: 5px 0;
    position:absolute;
    width: 100%;
    height:65px;
    z-index:992;
    left: 0;
    top:0;
    right: 0;
    transition: all .5s ease 0s;
    display:flex;
    align-items:center;
}

.header_bottom.header_sticky,.header_available.header_sticky{
    background-color: #fff;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    animation: slideDown .5s ease-in-out;
    right: 0;
    box-shadow: 0px 0px 10px rgba(42, 73, 151, 0.15);
    backdrop-filter: unset;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.header_available .header_wrapper,
.header_bottom .header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_and_language {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo_and_language .logo {
    margin: 0;
    max-width: 100px;
    height: 40px;
    width: 100%;
}

.logo_and_language .logo img {
    width: 100%;
    height: 100%;
}

.language {
    position: relative;
}
.header_available .language button {
    color:#fff;
}
.header_available.header_sticky .language button{
    color:#052944;
}
.language button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.language button i {
    position:relative;
    top:2px;
    font-size:14px;
    transition: .3s ease-in;
}

.language button i.rotate {
    transform: rotate(180deg);
    transition: .3s ease-out;
}
.header_available .language .language-dropdown{
    background-color:#fff;
}
.header_available.header_sticky .language .language-dropdown{
    background-color:#052944c7;
}

.header_bottom .language .language-dropdown{
    background-color:#052944c7;
}
.language .language-dropdown {
    position: absolute;
    width: 100px;
    left: -10px;
    display: none;
    padding: 0;
    z-index: 999;
    border-radius: 5px;
    margin: 0;
    top: 40px;
    box-shadow: rgba(59, 89, 153, 0.24) 0px 3px 8px;
}
.header_available .language .language-dropdown::after {
 border-color: transparent transparent #fff;
}
.header_available.header_sticky .language .language-dropdown::after {
     border-color: transparent transparent #052944c7;
}
.header_bottom .language  .language-dropdown::after {
     border-color: transparent transparent #052944c7;
}
.language .language-dropdown::after {
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: 100%;
    height: 0;
    left: 10px;
    position: absolute;
    width: 0;
    transition: 0.3s ease-in;
    top: -9px;
    z-index: 99;
    content: "";
}



.language .language-dropdown li {
    padding: 5px 20px;
    border-bottom: 1px solid #ddd;
    line-height: 28px;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}
.language .language-dropdown li:last-child{
    border: none;
}
.language .language-dropdown li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}
.header_available .language .language-dropdown li a{
    color: #052944;
}
.header_available.header_sticky .language .language-dropdown li a{
    color: #fff;
}
.header_bottom .language .language-dropdown li a{
    color: #fff;
}
.right_side {
    display: flex;
    justify-content: flex-end;
}

.right_side .nav_desktop {
    display: none;
}

.right_side .nav_desktop .nav_list {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0;
    margin: 0;
}
.right_side .nav_desktop .nav_list li {
    line-height: 50px;
}

.right_side .nav_desktop .nav_list li  a{
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.header_bottom .right_side .nav_desktop .nav_list li  a{
    color:#052944;
}
.header_available .right_side .nav_desktop .nav_list li a{
    color:#fff;
}
.header_available.header_sticky .nav_desktop .nav_list li a{
    color:#052944;
}
.right_side .nav_desktop .nav_list li  a:hover {
    opacity: 0.8;
}
.nav_item{
    position: relative;
}

.header_available .right_side .nav_desktop .nav_list li a.cta-link {
    display: flex;
}
.header_available .right_side .nav_desktop .nav_list li a.cta-link svg {
    fill: #000;
}
.header_available.header_sticky .nav_desktop .nav_list li a.cta-link svg {
    fill: #052944;
}
.header_available .nav_submenu{
        background:#fff;
}
.header_available.header_sticky .nav_submenu{
        background:#052944c7;
}
.header_bottom .nav_submenu{
        background:#052944c7;
}
.nav_submenu {
    position: absolute;
    width: 175px;
    text-align: center;
    border-radius: 4px;
    top: 50px;
    z-index: 10;
    display: flex;
    box-shadow: rgba(0,0,0, 0.35) 0px 5px 15px;
    flex-direction: column;
    max-height: 0;
    opacity: 0;
    transition: 0.3s ease-in;
    visibility: hidden;
    overflow: hidden;
}
#angle_dropdown {
    position: relative;
    top: 2px;
    font-size: 14px;
    margin-left: 2px;
    transition: .3s ease-in;
}
.nav_item:hover .nav_submenu {
    opacity: 1;
    max-height: 250px;
    overflow: visible;
    visibility: visible;
    transition: opacity 0.3s ease-out;
    animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center;
}
.nav_item:hover #angle_dropdown {
    transform: rotate(180deg);
    transition: .3s ease-out;
}

.nav_item:hover #angle_dropdown {
    transform: rotate(180deg);
    transition: .3s ease-out;
}


.nav_list  .nav_item .nav_submenu:after {
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: 100%;
    content: "";
    height: 0;
    left: 15%;
    position: absolute;
    z-index: 10;
    width: 0;
    transition: 0.3s ease-in;
    top: -8px;
}
/*header-available and bottom*/
.header_available .nav_list  .nav_item .nav_submenu:after {
       border-color: transparent transparent  #fff;
}
.header_available.header_sticky  .nav_item .nav_submenu:after{
    border-color:transparent transparent  #052944c7;
}
.header_bottom  .nav_item .nav_submenu:after{
    border-color:transparent transparent  #052944c7;
}
/*header availabel and bottom*/
.header_available .nav_item .nav_submenu a {
    color:#052944c7 !important;
}
.header_bottom .nav_item .nav_submenu a {
    color:#fff  !important;
}
.header_available.header_sticky .nav_item .nav_submenu a {
    color: #fff  !important;
}
/*header availabel and bottom*/
.nav_item .nav_submenu a {
    display: block;
    padding: 10px;
    line-height:30px;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    transition: .3s ease-in;
}

.nav_item .nav_submenu a:first-child {
    border-radius: 4px 4px 0 0;
}

.nav_item .nav_submenu a:last-child {
    border-radius: 0 0 4px 4px;
}

.nav_item .nav_submenu a:hover {
    background-color: rgba(0,0,0,0.1);
    transition: .2s ease-out;
}


.nav_item .nav_submenu a:last-child {
    border: none;
}
@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    70% {
        transform: rotateX(20deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}
/* get quote */
.getQuote-1-2 {
    font-weight: 500;
    padding: 0 10px;
    height: 45px;
    display: flex;
    align-items: center;
    background: #000;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 6px;
  }
  /*header_for_home*/
 .header_available .getQuote-2{
    border: 2px solid #000;
    overflow: hidden;
    z-index: 1;
    color:#fff;
  }
  
 .header_available .getQuote-2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background:#fff;
    transition: all 0.3s ease;
  }
  
 .header_available .getQuote-2:hover {
    color: #000;
  }
  
  .header_available .getQuote-2:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
  }

 .header_available.header_sticky .getQuote-2{
    border: 2px solid #052944;
    z-index: 1;
    color:#fff;
  }
  
 .header_available.header_sticky .getQuote-2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background:#052944;
    transition: all 0.3s ease;
  }
  
 .header_available.header_sticky .getQuote-2:hover {
    color: #fff;
  }
  
  .header_available .getQuote-2:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  /*header_for_home*/
  
  /*header_for_other_pages*/
   .header_bottom  .getQuote-2{
    border: 2px solid #052944;
    z-index: 1;
    color:#fff;
  }
  
 .header_bottom  .getQuote-2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background:#052944;
    transition: all 0.3s ease;
  }
  
 .header_bottom  .getQuote-2:hover {
    color: #fff;
  }
  
  .header_bottom  .getQuote-2:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  /*header_for_other_pages*/
  
/* hamburger */
.hamburger_area{
    display: flex;
    align-items: center;
}
.hamburger-icon {
    height: 30px;
    width: 30px;
    display:flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    border: 0;
    outline: 0;
    row-gap: 8px;
    background-color: transparent;
}
.header_available .bar-1,
.header_available  .bar-2,
.header_available  .bar-3 {
    background: #fff;
}
.header_available.header_sticky .bar-1,
.header_available.header_sticky  .bar-2,
.header_available.header_sticky  .bar-3 {
    background: #052944;
}
.header_bottom .bar-1,
.header_bottom .bar-2,
.header_bottom .bar-3 {
    background: #052944;
}
 .bar-1,
.bar-2,
.bar-3 {
      width: 100%;
    height: 2px;
    border-radius: 1px;
    transition: .5s;
}
.hamburger-icon .bar-2 {
    width: 50%;
}

.change .bar-1 {
    transform: rotate(-45deg) translate(-14px, 6px);
}

.change .bar-2 {
    opacity: 0;
}

.change .bar-3 {
    width: 100% !important;
    transform: rotate(45deg) translate(-6px, -1px);
}

/* all-sidebar */
#mobile-navbar {
    position: absolute;
    top: 65px;
    width: 100%;
    background-color:#052944c7;
    padding: 30px 0;
    left: 0;
    z-index: 88;
    right: 0;
    display: none;
    max-height: 420px;
    overflow-y: scroll;
}

.overlay {
    display: none;
    transition: .4s;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 65px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0, 0.8);
}
.overlay.active {
    display: block;
}

.mobile-navbar-list {
    padding: 0;
}

.mobile-navbar-list li {
    padding: 10px;
}

.mobile-navbar-list li a {
    color: #fff;
    text-decoration: none;
}

.mobile_getOrder-1-hover {
    border:none;
   line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--clr);
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  padding: .75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  max-width:200px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color .3s;
  }
  
.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.mobile_getOrder-1-hover:hover {
      background-color:#c52d29d3;
}
.mobile_getOrder-1-hover:hover .button__icon-wrapper {
  color:#c52d29d3;
}
.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}
.mobile_getOrder-1-hover:hover .button__icon-svg:first-child {
  transition: transform .3s ease-in-out;
  transform: translate(150%, -150%);
}
.mobile_getOrder-1-hover:hover .button__icon-svg--copy {
  transition: transform .3s ease-in-out .1s;
  transform: translate(0);
}

.nav_mobile_item .mobile_link {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_mobile_item .mobile_link i.active {
    transform: rotate(180deg);
}

.nav_mobile_item .nav_submenu_mobile {
    padding: 0;
    opacity: .8;
    display: none;
    row-gap: 10px;
}
.nav_mobile_item .nav_submenu_mobile li:last-child{
    padding-bottom:0;
}

@media screen and (min-width:992px){
    #header_top {
        display: flex;
    }
    .header_available{
        top:unset;
            background: rgb(95 93 93 / 54%);
    }
}
@media screen and (min-width:1200px){
    .right_side .nav_desktop {
        display: block;
    }
    .hamburger-icon{
        display: none;
    }
    .logo_and_language .logo {
    max-width: 120px;
    height: 50px;
}
}


/*--------------------------------Header-nav-end----------------- */
/*hero-slider*/
#hero-slider {
    width: 100%;
    margin-top:65px;
    height: 100%;
    position: relative;
}

#hero_carousel {
    height: 100%;
}

#hero_carousel .item {
    height: 82vh;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#hero_carousel .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: right;
}

.mobile_slider_item {
    object-fit: cover;
    display: block;
}

.desktop_slider_item {
    display: none;
    object-fit: cover;
}

#hero_carousel .item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    background: rgba(0, 0, 0, 0.25);
}

#hero_carousel .hero_slider_content {
    margin: 10px 0;
    position: relative;
    z-index: 2;
    height: 100%;
}

#hero_carousel .hero_slider_content h3 {
    font-size: 33px;
    color: #fff;
    line-height: 1.5;
}

#hero_carousel .hero_slider_content p {
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    hyphens: auto;
    width: 100%;
    margin: 30px 0;
}

#hero_carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    justify-content: center;
    display: flex;
    gap: 20px;
    width: 100%;
}

#hero_carousel .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2a4997;
    fill: #fff;
    border: 1px solid !important;
    border-color: #2a4997 !important;
    transition: .3s ease-in-out;
}

#hero_carousel .owl-nav button:hover {
    background: #fff;
    fill: #2a4997;
    border-color: #fff !important;
}

.learn-more_slider {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.learn-more_slider {
    width: 11rem;
    height: auto;
}

.learn-more_slider .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #2a4997;
    border-radius: 1.625rem;
}

.learn-more_slider .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.learn-more_slider .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.learn-more_slider .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.learn-more_slider .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.learn-more_slider:hover .circle {
    width: 100%;
}

.learn-more_slider:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.learn-more_slider:hover .button-text {
    color: #fff;
}

@media screen and (min-width:576px) {

    #hero_carousel .owl-nav {
        justify-content: flex-end;
        right: 60px;
        bottom: 40px;
    }
    .mobile_slider_item {
        display: none !important;
    }
    .desktop_slider_item {
        object-fit: cover;
        display: block !important;
    }

}


@media screen and (min-width:768px) {
  
    #hero_carousel .hero_slider_content h3 {
        font-size: 38px;
    }

    .desktop_slider_item {
        object-fit: cover;
    }

    #hero_carousel .item {
        height: 83vh;
    }

    #hero_carousel .hero_slider_content p {
        font-size: 18px;
    }
}

@media screen and (min-width:992px) {
    #hero_carousel .item img {
        object-position: unset;
    }
}

@media screen and (min-width:1200px) {
    #hero_carousel .item img {
        object-position: 10% 100%;
    }

}


/*hero-slider*/
/*scroll*/
.go-down {
    padding:5px 0;
    position: relative;
    background: white;
    text-align: center;
}

.go-down .go-down-img {
    cursor: pointer;
    width: 22px;
    height: 22px;
    filter: invert(1) brightness(0);
     animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}
/*scroll*/
/*advantages*/

#advantages {
    padding: 36px 0;
    background:#fff;
}

#advantages .advantages_content {
    padding-bottom: 36px;
    text-align: center;
   
}
.advantages_image_content{
     max-width:100%;
    margin:0 auto;
}
#advantages .advantages_image_content .row{
    justify-content: center;
}
#advantages .advantages_content h3 {
    font-size: 30px;
    margin-top:26px;
    color: #052944;
    font-weight: bold;
}

.advantages_content .line_area {
    background: url(/img/cleaning-products.png) center/cover no-repeat;
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
}


.advantages_content .line_area:before {
    content: '';
    position: absolute;
    width: 66px;
    height: 1px;
    background: #dbd9d7;
    top: 50%;
    right: 100%;
    margin-right: 10px;
}

.advantages_content .line_area:after {
    content: '';
    position: absolute;
    width: 66px;
    height: 1px;
    background: #dbd9d7;
    top: 50%;
    left: 100%;
    margin-left: 10px;
}

.advantages_image_content .row {
    row-gap: 20px;
}

.advantages_image_content .advantages_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.advantages_image_content .advantages_box {
    padding: 20px 0;
}

.advantages_image_content .advantages_box .box_title {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 15px;
    justify-content: center;
}

.advantages_image_content .advantages_box .box_title h3 {
    font-weight: bold;
    font-size: 18px;
    color: #052944;
    margin: 0;
}

.advantages_image_content .advantages_box .box_title img {
    width: 38px;
    height:auto;
    margin-right:5px;
}

.advantages_image_content .advantages_box p {
    hyphens: auto;
    text-align: center;
    font-size: 16px;
    color: #052944;
    opacity: .8;
    line-height: 1.5;
}

.advantages_image_content .advantages_image {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.advantages_image_content .advantages_image img {
    width: 100%;
    margin: 0 auto;
    object-fit:contain;
    height:180px;
}

#left_side {
    order: 2;
}

#image_center {
    order: 1;
}

#right_side {
    order: 3;
}
@media screen and (min-width:768px) {
        .advantages_image_content {
    max-width: 83.33333333%;
    margin: 0 auto;
}
}
@media screen and (min-width:992px) {
    .advantages_image_content .advantages_box .box_title{
        justify-content: flex-start;
    }
    .advantages_image_content .advantages_box .box_title h3  {
        font-size: 17px;
    }
       .advantages_image_content {
    max-width: 83.33333333%;
    margin: 0 auto;
}

    .advantages_image_content .advantages_box p {
        display: -webkit-box;
        text-align: start;
        -webkit-line-clamp: 5;
        -webkit-box-orient:vertical ;
         height: auto;
        overflow: hidden;
        font-size: 13px;
        text-overflow: ellipsis;
        margin: 0;
    }
    .advantages_image_content .advantages_image img {
    max-width: 100%;
    height:300px;
}

    #left_side {
        order: 1;
    }

    #image_center {
        order: 2;
    }

    #right_side {
        order: 3;
    }
}
@media screen and (min-width:1200px) {

    .advantages_image_content .advantages_box {
        padding: 10px 0;
    }
    .advantages_image_content .advantages_box .box_title h3  {
        font-size: 17px;
    }


  
}
/*advantages*/
/* products */
#products{
    padding: 36px 0;
    background-color: #fcfcfc;
}

#all-products{
    padding: 36px 0;
}
#all-products .row,#products .row{
    row-gap:20px
}
#products .products_title{
    text-align: center;
    margin-bottom: 30px;
}
#products .products_title h3{
    font-size: 28px;
    color:#052944;
    margin:0;
    font-weight: bold;
}

.products-carousel{
    position: relative;
}
.products-carousel .owl-nav{
    position:absolute;
    width:100%;
    top:50%;
    display:flex;
    justify-content:space-between;
    margin:0;
    align-items:center;
    transform:translateY(-50%);
}
.products-carousel .owl-nav button{
    width:40px;
    height:40px;
    fill:#052944;
    background:#fff !important;
    display:flex !important;
    align-items:center ;
    transition:.3s ease-in-out;
    justify-content:center;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 25px 0 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
}

.products-carousel .owl-nav button:hover{
    fill:#fff;
    background:#052944 !important;
}
.products-carousel .owl-nav button.disabled:hover{
    background:#fff!important;
    fill:#052944;
}
.products-carousel .owl-nav .owl-prev{
 position: relative;
    left: 0px;
}
.products-carousel .owl-nav .owl-next{
 position: relative;
 right: 0px;
}
.products_card {
    width: 100%;
    height: 100%;
    display: block;
    transition:.3s ease-in-out;
  
}
.products_card:hover .products_figure img {
transform:scale(0.95);
}

.products_figure {
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    height: 250px;
    margin-bottom:20px;
    background:#d0c3ba;
    border-radius:10px;
    overflow:hidden;
}

.products_card .products_figure img {
    width: 200px;
    height: 200px;
    object-fit:contain;
      /*mix-blend-mode: multiply;*/
     /*filter: brightness(1.2)*/
    transition:.3s ease-in-out;
}


.products_card .products_content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}


.products_content h3 {
    font-size: 22px;
    text-transform:capitalize;
    font-weight:500;
    color:#003057;
    margin: 0;
}

.products_card .products_content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: auto;
        text-transform:capitalize;
    line-height: 1.5;
    margin: 0;
    color:#2a4997c0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*products end*/

/*products full description start*/

#products_full {
    padding: 40px 0;
    background: #fcfcfc;
}

#products_full .row {
    row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.products-inner{
    width: 100%;
    height: 280px;
    overflow: hidden;
}

#products_full .products_left {
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#d0c3ba;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    transition: .3s ease-in-out;
}

.products_left:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.817) 0%, rgba(255, 255, 255, 0.673) 100%);
    transform: skewX(25deg);
    z-index: 2;
}
.products-inner:hover  .products_left:before {
    animation: shineProducts 1.9s;
}
.products-inner:hover .products_left_image {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}


@keyframes shineProducts {
    100% {
        left: 125%;
    }
}



.products_left_image{
    width: 100%;
    height: 80%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
    object-fit:contain;
}

#products_full .products_right {
    padding: 20px 0;
}

#products_full .products_right h2 {
    letter-spacing: -1px;
    font-weight: bold;
    color: #052944;
    margin-bottom: 20px;
    line-height:1.2;
    font-size: 22px;
}

#products_full .products_right h6 {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight:bold;
}

#products_full .products_right span {
    color:#c52d29;
    font-size:14px;
    font-weight: normal;
}

#products_full .products_description {
    background-color:#ddd;
    height: 1px;
}

#products_full .products_full_content {
   display:flex;
   align-items:center;
   justify-content:flex-start;
   row-gap:10px;
   flex-wrap:wrap;
   margin-top:20px;
}

#products_full .products_full_content .products_full_addition{
   width:100%;
   flex:0 0 auto;
   font-size: 16px;
line-height: 1.2;
    color: #052944;
}
#products_full .products_full_content .products_main_addition{
   width:100%;
   flex:0 0 auto;
}
 .products_full_content .products_main_addition h4{
     font-size:16px;
     font-weight:bold;
     line-height:1;
     color:#052944;
 }
.products_main_addition h4 span{
     font-size:14px !important ; 
     font-weight:normal !important;
     color:#004a94 !important;
 }
#products_full .products_full_content  img{
    display: none;
}
#products_full .products_full_content p {
    opacity: .8;
}
#products_full .products_full_contentt ul{
    padding-left:30px;
    margin-top:10px;
}
#products_full .products_full_content ul li {
    list-style-type: disc;
}

@media screen and (min-width:576px){
    .products-carousel .owl-nav .owl-prev{
 position: relative;
    left: -30px;
}
#products_full .products_right h2{
    font-size:26px;
}
.products-carousel .owl-nav .owl-next{
 position: relative;
 right: -30px;
}
}
@media (min-width:992px) and (max-width:1200px){
    .products-inner{
        height:300px;
    }
}
@media screen and (min-width:1200px){
    .products-inner{
        height:400px;
    }
}
/*products_kate*/
/* kate products */
.products_cate_card {
    height: 250px;
    margin: 0;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.products_cate_card_link{
    display:block;
    width:100%;
    height:100%;
}
.overlay_cate_products {
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    opacity: .8;
    position: absolute;
    inset: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    transition: .3s ease-in-out;
}

.products_cate_card img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position:center;
}

.products_cate_card:hover .overlay_cate_products  {
    opacity: .5;
}

.products_cate_card:hover .products_cate_content {
    transform: translateY(0);
}

.products_cate_content {
    z-index: 1;
    position: absolute;
    padding: 20px 10px;
    bottom: 0;
    width: 100%;
    transform: translateY(40%);
    transition: .3s ease-in-out;
}

.products_cate_content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
    color: #fff;
}

.products_cate_content a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 2px;
}

#right_icon {
    transition: .3s ease-in-out;
}

.products_cate_content a:hover {
    opacity: .5;
}

.products_cate_content a:hover #right_icon {
    margin-left: 4px;
}
@media screen and (min-width:768px){
    .products_cate_card {
        height: 320px;
    }
   
    .products_cate_content h3{
        font-size:28px;
    }
    .products_cate_content{
        padding:20px;
    }
}
/*product_kate end*/
/*products full description end*/

/*page_bread crumbs start*/
#breadcrumbs_desktop{
    padding:36px 0 0;
    display:none;
}
#breadcrumbs_desktop .breadcrumbs_list{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}
#breadcrumbs_desktop .breadcrumbs_list li{
    min-height:45px;
    width:max-content;
    padding:15px 30px;
    border:1px solid #fff;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background:#fff;
    color:#000;
    transition:.3s ease-in-out;
    cursor:pointer;
}
#breadcrumbs_desktop .breadcrumbs_list li a{
    color:#000;
    font-size:14px;
}
#breadcrumbs_desktop .breadcrumbs_list li.active{
    background:#c52d29;
    color:#fff;
    border-color:#c52d29;
}
#breadcrumbs_desktop .breadcrumbs_list li.active a{
    color:#fff;
}
#breadcrumbs_desktop .breadcrumbs_list li:hover{
    border-color:#c52d29;
    background:#c52d29; 
    color:#fff;
}
#breadcrumbs_desktop .breadcrumbs_list li:hover a{
    color:#fff;
}
 
 
@media screen and (min-width:576px){
    #breadcrumbs_desktop{
        display:block;
    }
    
}
/*page_bread crumbs end*/

/* blog area */
#blogs {
    padding: 36px 0;
}
#blogs .row{
    row-gap:20px;
}
#blogs .blogs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

#blogs .blogs-title h3 {
    font-size: 28px;
    font-weight: bold;
    margin:0;
    color:#052944;
}

#blogs .blogs-title a {
    display: flex;
    align-items: center;
      color:#052944;
    gap: 10px;
    text-decoration: none;
}

#blogs .blogs-title a i {
    transition: .3s ease-in-out;
}

#blogs .blogs-title a:hover {
    opacity: .8;
}

#blogs .blogs-title a:hover i {
    margin-left: 5px;
}

.blog-card{
    position: relative;
    width: 100%;
    height: 350px;
    background:#fcfcfc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.poster {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.poster::before {
    content: '';
    position: absolute;
    bottom: -45%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .3s;
}

.blog-card:hover .poster::before {
    bottom: 0;
}

.poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.blog-card:hover .poster img {
    transform: scale(1.1);
}

.details {
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1em 1.5em;
    background:rgba(0,0,0,0.5);
    transition: .3s;
    color: #fff;
    z-index: 2;
}



.details h4 {
    font-weight: normal;
    font-size: 1.3em;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: auto;
     line-height: 1.2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    
}
.blog_page_content_title{
    font-size:20px;
    font-weight:bold;
    color:#052944;
    margin-bottom:10px;
}

.details .desc {
     color: #fff;
    opacity: .5;
    line-height: 1.5;
    margin-bottom:0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: auto;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.card__button{
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  width:max-content;
  text-decoration:none;
}

.card__button {
  --primary-color: #eee;
  --hovered-color: #fff;
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: 20px;
  gap: 0.5rem;
  align-items: center;
}

.card__button span {
  margin: 0;
  position: relative;
  font-size: 20px;
  color: var(--primary-color)
}

.card__button::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  background: var(--hovered-color);
  height: 2px;
  transition: 0.3s ease-out;
}

.card__button span::before {
  position: absolute;
  content: "Ətraflı";
  width: 0%;
  inset: 0;
  color: var(--hovered-color);
  overflow: hidden;
  transition: 0.3s ease-out;
}

.card__button:hover::after {
  width: 100%;
}

.card__button:hover span::before {
  width: 100%;
}

.card__button:hover svg {
  transform: translateX(4px);
  color: var(--hovered-color)
}

.card__button svg {
  color: var(--primary-color);
  transition: 0.2s;
  position: relative;
  width: 15px;
  transition-delay: 0.2s;
}

  @media screen and (min-width:992px) {
      .details h4 {
    font-weight: normal;
    font-size: 1.5em;
      }
      .details h4{
          margin-bottom:1em;
      }
    .blog-card:hover .details h4{
        margin-bottom:5px;
        transition:.3s ease-out;
    }
    .details{
        bottom: -17%;
    }
    .blog-card:hover .details {
        bottom: 0%;
    }
  }
  
/*blog-full start*/

#blog_page_full {
    padding: 36px 0;
    background-color: #fcfcfc;
}

#blog_page_full .row {
    justify-content: center;
    row-gap: 20px;
}
.blog_page_left{
    height: 350px;
    border-radius: 10px;
}
#blog_page_full .blog_page_full_image {
    width: 100%;
    margin: 0;
    height: 100%;
}

#blog_page_full .blog_page_full_image img {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px;
    object-fit: cover;
    margin:0;
}

#blog_page_full .blog_page_content {
    text-align:justify;
    padding:20px;
    background-color: #fff;
    min-height: 300px;
    border-radius: 15px;
    font-size:15px;
    line-height:1.2;
}
.blog_page_content_full{
     height:100%;
     line-height: 1.4;
    font-size: 16px;
    overflow-y: auto;
    max-height: 100%;
    hyphens: auto;
}
.blog_page_content_full::-webkit-scrollbar {
    width: 2px;
   }
.blog_page_content_full::-webkit-scrollbar-track {
     background:#c52e294d;
   }
.blog_page_content_full::-webkit-scrollbar-thumb {
     background:#c52d29;
   }
#blog_page_full .blog_page_content   b {
    font-weight:600;
    margin-top:0.5rem;
    display:block;
}
#blog_page_full .blog_page_content   ul li {
    padding-left: 25px;
    position: relative;
    margin: 0.5rem 0;
    line-height:1.2;
    align-items:center;
    display: flex;
    font-size: 16px;
}

#blog_page_full .blog_page_content   ul li:before {
     font-size: 18px;
    left: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    color: red;
    position: absolute;
    content: '✔';
}
.blog_page_content a img{
    display:none;
}
.blog_page_content img{
    display:none;
}
@media (min-width:250px) and (max-width:576px){
    .blog_page_left{
       height: 280px;
    }
}
@media screen and (min-width:992px) {
    .blog_page_left{
        border-radius: 20px;
          height: 400px;
    }
    .blog_page_content_title{
    font-size:24px;
}
    #blog_page_full .blog_page_full_image img{
        border-radius: 20px 20px;
    }
    .blog_page_content_full{
    max-height:300px;
  
  
}
   
    #blog_page_full .blog_page_content {
        min-height: 400px;
        max-height:450px;
        padding: 30px 50px;
        border-radius: 35px;
    } 
}
/*blog-full end*/
/* blog area end */
/* referance */
#referance {
    padding: 36px 0;
    background:#f8f9fa;
}
#all-references{
     padding: 30px 0;
    background: #f9f9f9;
}
#all-references .row{
    row-gap:20px;
}
#referance .referance-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

#referance .referance-title h3 {
    font-size: 28px;
    font-weight:bold;
    color: #052944;
    margin:0;
}

#referance .referance-title a {
    display: flex;
    align-items: center;
    color:#052944;
    gap: 10px;
    text-decoration: none;
}

#referance .referance-title a i {
    transition: .3s ease-in-out;
}

#referance .referance-title a:hover {
    opacity: .8;
}

#referance .referance-title a:hover i {
    margin-left: 5px;
}

#referance .row {
    row-gap: 20px;
}

#referance .referance_box,#all-references .referance_box {
    position: relative;
    margin:0 auto;
    max-width: 300px;
    border: 1px solid #ddd;
    cursor: pointer;
    height:130px;
    border-radius:15px;
    outline: none;
    overflow: hidden;
    transition:.4s ease-in-out;
}

#referance .referance_box:hover,#all-references .referance_box:hover {
box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
}

#referance .referance_box img,#all-references .referance_box img {
    width: 100%;
    height: 100%;
}
@media screen and (min-width:576px){
    #referance .referance_box,#all-references .referance_box {
        max-width:100%;
    }
}
 
/*call to action start*/
#call-to-action {
  padding:36px 0;
    background-color:#eee;
}

#call-to-action .content_area {
    background-color: #fff;
    border-radius: 30px;
    padding:24px 18px;
}

#call-to-action .call_to_action_content h3 {
    display: flex;
    align-items: flex-start;
    flex-direction:column;
    gap: 10px;
    font-weight:bold;
    color:#052944;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#call-to-action .call_to_action_content h3 img {
    width: 34px;
    height: 34px;
}

#call-to-action .call_to_action_content p {
    margin-top: 50px;
}

#call-to-action .forms_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

#call-to-action .forms_area .forms_textarea {
    position: relative;
    width: 100%;
}

#call-to-action .forms_textarea textarea {
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 17px 18px 17px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    color: gray;
    font-size: 16px;
    font-family: inherit;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f7f7f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    max-height: 200px;
    resize: vertical;
}

.call_label {
    position: absolute;
    top: 20px;
    left: 25px;
    color: gray;
    font-size: 14px;
    line-height: 1;
    opacity: 0.5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    pointer-events: none;
}

.forms_input {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
}

.forms_input input {
    display: block;
    width: 100%;
    min-height: 56px;
    padding: 17px 18px 17px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    color: var(--text-main-color);
    font-size: 16px;
    font-family: inherit;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f7f7f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

#call-to-action .forms_textarea textarea:focus+.call_label,
#call-to-action .forms_textarea textarea:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%;
}

#call-to-action .forms_input input:focus+.call_label,
#call-to-action .forms_input input:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%;
}

.forms_btn {
    width: 100%;
    flex: 0 0 100%;
}

.forms_btn button {
    width: 100%;
    font-family: inherit;
    font-size: 18px;
    background: linear-gradient(to bottom, #2a4997c4 0%, #2a4997 100%);
    color: white;
    padding: 0.8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.forms_btn button:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.forms_btn button:active {
    transform: scale(0.95);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.forms_btn button span {
    display: block;
    margin-left: 0.4em;
    transition: all 0.3s;
}

.forms_btn button svg {
    width: 18px;
    height: 18px;
    fill: white;
    transition: all 0.3s;
}

.forms_btn button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 0.5em;
    transition: all 0.3s;
}

.forms_btn button:hover .svg-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
}

.forms_btn button:hover svg {
    transform: rotate(45deg);
}
@media screen and (min-width:768px) {
    .forms_textarea{
        padding: 0 10px;
    }
    .forms_input {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 10px;
        position: relative;
    }

    .forms_btn {
        width: 50%;
        padding: 0 10px;
        flex: 0 0 50%;
    }

    #call-to-action .content_area {
        background-color: #fff;
        border-radius: 30px;
        padding:60px 80px;
    }

}

@media screen and (min-width:992px) {

    #call-to-action .call_to_action_content h3 {
        font-size: 24px;
        flex-direction:unset;
    }
 
    .forms_btn button {
        font-size: 16px;
    }

}

@media screen and (min-width:1200px) {
     #call-to-action .call_to_action_content h3 {
        font-size: 32px;
    }

}
/*call to action end*/
/*contact-page start*/

#contact {
    padding: 40px 0;
}
.map-area{
    background-color:#fcfcfc;
   margin-top: 0;
}
#map{
    height:250px;
}
#contact .row {
    row-gap: 20px;
}


#contact .contact-left-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
}

.contact-left-wrapper .contact_box {
    padding: 20px;
    border-radius: 15px;
    max-height: 250px;
    width: 100%;
    border: 1px solid #F4EEFB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background:#fff;
    gap: 15px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_box .contact_icon {
    height: 50px;
    width: 50px;
    background-color: #2a4997;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_box .contact_icon svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}

.contact_box .contact_box_content {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.contact_box .contact_box_content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2a4997;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.contact_box .contact_box_content a {
    color: #6A7C92;
    opacity: .8;
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
    text-decoration:none;
}

.contact_box .contact_box_content p {
    color: #6A7C92;
    opacity: .8;
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
}

#contact .contact_form_wrapper {
    padding: 20px;
    background: #fff;
    border: 1px solid #F4EEFB;
    margin-left: 0px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.3s ease-out 0s;
}

.contact_form_wrapper .contact_form_header {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 40px;
}

.contact_form_wrapper .contact_form_header h3 {
    font-size: 24px;
    line-height: -1px;
    color: #2a4997;
    font-weight: bold;
}

.contact_form_wrapper .contact_form_header h2 {
    font-size: 32px;
    color:#052944;
    font-weight: bold;
    letter-spacing: -1px;
}
.contact_form_wrapper .contact_form_header p{
    color: #6A7C92;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.form_submit{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}
/* Input container */
.input-container {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
  }
  
  /* Input field */
  .input-field {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    background-color: transparent;
  }
  
  /* Input label */
  .input-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: rgba(204, 204, 204, 0);
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  /* Input highlight */
  .input-highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #007bff;
    transition: all 0.3s ease;
  }
  
  /* Input field:focus styles */
  .input-field:focus + .input-label {
    top: -20px;
    font-size: 12px;
    color: #007bff;
  }
  
  .input-field:focus + .input-label + .input-highlight {
    width: 100%;
  }
  
  /* textarea */

/* Input container */
.wave-group {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
  }
  
  /* Textarea field */
  .textarea_contact {
    display: block;
    width: 100%;
    min-height: 150px;
    max-height: 250px;
    resize: vertical;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    background-color: transparent;
  }
  
  /* Textarea label */
  .textarea-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: rgba(204, 204, 204, 0);
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  /* textarea highlight */
  .textarea-highlight{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #007bff;
    transition: all 0.3s ease;
  }
  
  /* textarea contact:focus styles */
  .textarea_contact:focus + .textarea-label {
    top: -20px;
    font-size: 12px;
    color: #007bff;
  }
  
  .textarea_contact:focus + .textarea-label + .textarea-highlight {
    width: 100%;
  }

  /* submit-btn */
  .button_area_contact{
    width: 100%;
    flex: 0 0 100%;
  }
.button_area_contact  .contact_btn {
    font-family: inherit;
    font-size: 20px;
    background: #2a4997;
    color: white;
    padding:0.8rem 1.5rem;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 100%;
    height: max-content;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
  }
  
 .button_area_contact .contact_btn span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  
 .button_area_contact .contact_btn svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
  }
  
.button_area_contact  .contact_btn:hover .svg-wrapper-contact {
    animation: fly-1 0.6s ease-in-out infinite alternate;
  }
  
 .button_area_contact .contact_btn:hover svg {
    transform: translateX(1.8em) rotate(45deg) scale(1.1);
  }
  
 .contact_btn:hover span {
    transform: translateX(20em);
  }
  
.button_area_contact  .contact_btn:active {
    transform: scale(0.95);
  }
  
  @keyframes fly-1 {
    from {
      transform: translateY(0.1em);
    }
  
    to {
      transform: translateY(-0.1em);
    }
  }
  

  @media screen and (min-width:768px){
    .contact-left-wrapper{
        justify-content: space-between;
    }
    .contact-left-wrapper .contact_box{
        width: 49%;
        flex: 0 0 49%;
        align-items: flex-start;
        flex-direction: unset;
    }
    .input-container {
        width: 49%;
        flex: 0 0 49%;
        position: relative;
      }
      .button_area_contact .contact_btn {
        width: 200px;
      }
  }
  @media screen and (min-width:992px) {
    #contact .contact_form_wrapper{
        padding: 50px 40px;
    }
    #map{
        height:400px;
    }
    
    .contact_form_wrapper{
          position:relative;
            z-index:2;
    }
    .contact-left-wrapper .contact_box{
        width: 100%;
        flex: 0 0 100%;
        align-items: flex-start;
        flex-direction: unset;
        justify-content: flex-start;
        text-align: start;
    }
  
  }
/*contact-page end*/
/*production_facility start*/
#facility_page{
    padding:36px 0;
}
#facility_page .row{
    row-gap:20px;
}
#facility_page .facility-content h3{
    font-size:28px;
    font-weight:bold;
    margin-bottom:20px;
    color:#052944;
}
#facility_page .facility-content{
    color:#666;
    font-size:16px;
    line-height:1.5;
}
.facility-content  img{
    display:none;
}
.facility-content a img{
    display:none;
}
#facility_page .facility_image{
    max-height:600px;
    border-radius: 20px;
    width:100%;
    margin:0;
    height:100%;
}
#facility_page .facility_image img{
    width:100%;
    height:100%;
    object-fit: fill;
    border-radius: 20px;
}
/*production_facility end*/
/*about_page*/
/* about-page start */
#about_page {
    padding:36px 0;
}

.about_image_area {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    max-height:600px;
    height: 100%;
    padding-right: 0;
}

.about_image_inner {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}

.clearfix:after{
    display: block;
    clear: both;
    content: "";
}
.about_image_inner:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}

.about_image_inner img {
    border-radius:20px;
    width: 100%;
    height: 100%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.about_image_area:hover .about_image_inner img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.about_image_area:hover .about_image_inner::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.about_content .section_title_tag_line{
    position: relative;
    display: block;
    color: #052944;
    font-size: 40px;
    line-height:1.5;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.015em;
    margin-bottom: 11px;
}

.about_decriptions {
    color: #000;
    line-height:1.5;
    margin-top:30px;
    font-size: 15px;
    max-height:100%;
    overflow-y:auto;
    height:100%;
}
.about_decriptions::-webkit-scrollbar {
    width: 2px;
   }
.about_decriptions::-webkit-scrollbar-track {
     background:#c52e294d;
   }
.about_decriptions::-webkit-scrollbar-thumb {
     background:#c52d29;
   }
.about_decriptions img{
    display:none;
}
.about_decriptions ul {
    padding: 0;
}
.about_decriptions ul li::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #004a94;
    border-radius: 50%;
    content: "";
}
@media (min-width:768px) and (max-width:992px) {
    .about_image_area{
        margin: 0 auto;
    }
}
@media screen and (min-width:992px){
    .about_decriptions {
    max-height:500px;
    overflow-y:auto;
}
}
/* about-page end */

/*certiciates*/
#certificates_page{
    padding:40px 0;
    background:#fcfcfc;
}
#certificates_page .row{
    row-gap:20px
}
#certificates_page .certiciates_card{
    max-height:400px;
    height:100%;
    width:100%;
}
#certificates_page .certiciates_card a{
    display:inline-block;
    height:100%;
    width:100%;
      background-image: none!important;
  border-width: 15px!important;
  border-style: solid!important;
  border-color: #a5a4a499 #bebebe99 #a5a4a47a #bebebe94!important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

#certificates_page .certiciates_card img{
        height:100%;
        width:100%;
        object-fit:fill;
}

/* ----------------------footer */
/*career page start*/
#career_page {
    padding: 40px 0;
}

#career_page .row {
    row-gap: 20px;
}

.career_card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .2);
     background-color: #fff;
    transition: box-shadow 0.2s;
}
.career_card:hover{
        box-shadow: 0 2px 30px rgba(0, 0, 0, .2);
}

   
   

.career_header {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.career_header .region{
    background-color: #e54038;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    margin: 15px 0;
    font-size: 16px;
    display: inline-block;
    width:fit-content;
}
.career_header .addition {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #052944;
}

.career_header .title {
    font-size: 24px;
    line-height: 1;
    letter-spacing:-1px;
    font-weight:bold;
    display:block;
    margin-bottom:10px;
    color:#8a2010;
}

.career_header .desc {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.625;
    color: rgba(156, 163, 175, 1);
}
.card_career_list img{
    display:none;
}
.card_career_list ul {
    margin-bottom: 1.5rem;
    padding: 0;
    margin-top: 1rem;
    color: rgba(156, 163, 175, 1);
    height:200px;
    overflow-y:auto;
}
.card_career_list ul::-webkit-scrollbar {
     width: 2px;
    }
.card_career_list ul::-webkit-scrollbar-track {
      background:#cc343449;
    }
.card_career_list ul::-webkit-scrollbar-thumb {
      background:#cc3434;
    }
 
.card_career_list  ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.5;
    align-items: center;
    display: flex;
    opacity: .8;
    font-size: 14px;
}

.card_career_list  ul li:before {
    font-size:18px;
    left: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    color:red;
    position: absolute;
    content: '✔';
}


.career_card .action-btn {
    display: flex;
    justify-content: flex-end;
}

.action-btn .action {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 120px;
    min-height: 45px;
    padding: 0.5rem;
    font-weight: 500;
    background:#8a2010;
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 0.6em;
}


.action-btn .action .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0.6em;
    /*margin-top: 0.25em;*/
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.action-btn .action .label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn .action .transition {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 500ms;
    background-color:#e54038;
    border-radius: 0.6em;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.action-btn .action:hover .transition {
    width: 100%;
    height: 100%;
}

.action-btn .action:active {
    transform: scale(0.97);
}

/*career page full start*/
#career_page_full{
    padding:36px 0;
}
.career_page_full_title {
    padding-bottom:36px;
}
.career_page_full_title h3{
    font-size:24px;
    color:#052944;
    line-height:1;
    font-weight:bold;
}
#career_page_full .career_page_content{
    background:#fcfcfc;
    padding:20px;
}

.career_page_content .row{
    justify-content:flex-start;
    row-gap:20px;
}
 
.career_full_left h4,
.career_full_right h4,
.career_full_center h4{
    margin-bottom: 20px;
    font-size: 19px;
    color: #052944;
    font-weight: 500;
}
.carrer_full_information  ul li,
.career_full_center ul li,
.career_full_right ul li
{
    padding-left: 25px;
    position: relative;
    margin-bottom: 0.5rem;
    line-height:1.5;
    align-items:center;
    display: flex;
    font-size: 14px;
}

.carrer_full_information  ul li:before ,
.career_full_center ul li:before,
.career_full_right ul li:before
{
    font-size: 18px;
    left: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    color: red;
    position: absolute;
    content: '✔';
}
}
@media screen and (min-width:768px){
    .career_page_full_title h3{
        font-size:32px;
    }
    .career_header .title {
        font-size:32px;
    }
.career_page_content h1,
.career_page_content h2,
.career_page_content  h4,
.career_page_content h3,
.career_page_content h5,
.career_page_content h6{
    font-size:25px;
}

.carrer_full_information  ul li,
.career_full_center ul li,
.career_full_right ul li{
    font-size: 16px;
}

}
/*career page full end*/
/*career page end*/
/* footer */
#footer {
    border-top: 1px solid #c4c4c499;
    text-align:center;
}

#footer .footer_header {
    background-color: #f4f4f4;
    padding: 60px 0;
}

#footer .footer_header .row {
    row-gap: 20px;
}

.footer_header .footer_content .logo {
    max-width: 150px;
    width:100%;
    margin:0 auto 30px auto;
    height:60px;
}

.footer_content .logo a {
    display: block;
    height: 100%;
    width:100%;
}

.footer_content .logo a img {
    width: 100%;
    height: 100%;
}
.footer_content .social_media_area .social_media {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 10px 0;
    padding: 0;
}
.footer_content .social_media_area h5 {
    font-size: 16px;
    margin-bottom: 15px;
    color:#052944;
}
.footer_content .social_media_area .social_media  span{
    font-size:18px;
    color:gray;
    font-weight:normal;
}
.footer_content .social_media_area .social_orve span{
    margin-right:15px;
}


.footer_content .social_media_area .social_media li {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #e2e2e2;
    transition: background .3s ease-in-out;
}

.footer_content .social_media_area .social_media li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.footer_content .social_media_area .social_media li a i {
    color: #f4f4f4;
    font-size: 20px;
    text-shadow: 1px 1px #080808;
    transition: all 0.225s ease 0s;
}

.footer_content .social_media_area .social_media li:nth-child(1):hover {
    background-color: #3b5998;
}

.footer_content .social_media_area .social_media li:nth-child(2):hover {
    background-color: #f62403;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer_content .social_media_area .social_media li:nth-child(3):hover {
    background-color: #0966c2;
}

.footer_content .social_media_area .social_media li:nth-child(4):hover {
    background-color: #00aced;
}

.footer_content .social_media_area .social_media li:nth-child(5):hover {
    background-color: #f70100;
}

.footer_content .footer_nav {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
    row-gap: 10px;
}

.footer_content .footer_nav li a {
    color:#052944;
    font-size: 16px;
    transition: color .3s ease-in-out;
    text-decoration: none;
    position: relative;
}

.footer_content .footer_nav li a:after {
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #2a4997c0;
    content: '';
    position: absolute;
    transition: width .3s ease-in-out;
}

.footer_content .footer_nav li a:hover:after {
    width: 100%;
}

.footer_content .footer_contact_info {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 22px 28px 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.footer_content .footer_contact_info h5 {
    font-size: 16px;
    line-height: 20px;
    color:#c52d29;
    margin-bottom: 30px;
}

.footer_content .footer_contact_info .mobile_number {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color:#052944;
    transition: .3s ease-in-out;
}

.footer_content .footer_contact_info .mobile_number:hover {
    opacity: 0.8;
}

.footer_content .footer_contact_info span {
    display: block;
    color:#052944;
    font-size: 16px;
    margin-bottom: 30px;
}

.footer_content .footer_contact_info .contact_us {
    background-color: #c52d29;
    box-shadow: 0 20px 30px -18px #c52d29;
    width: 100%;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 15px 0;
    text-align: center;
    display: block;
    text-decoration: none;
}

.footer_content .footer_contact_info .contact_us:hover {
    background-color:#fff;
    color:#c52e29cf;
    box-shadow:0 20px 30px -18px #c52e29cf;
    
}
.footer_content .footer_order_info {
    border: 1px solid #d7dde3;
    background-color: transparent;
    padding: 22px 28px 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.footer_content .footer_order_info h5 {
    font-size: 16px;
    line-height: 20px;
    color:#c52d29;
    margin-bottom: 30px;
}

.footer_content .footer_order_info .mobile_number {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color:#052944;
    transition: .3s ease-in-out;
}

.footer_content .footer_order_info .mobile_number:hover {
    opacity: 0.8;
}

.footer_content .footer_order_info .email_link {
    display: block;
    color:#052944;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 30px;
}

.footer_content .footer_order_info .contact_us {
    color:  #c52d29;
    background-color: #fff;
    box-shadow: 0 20px 30px -18px #c52d29;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    padding: 15px 0;
    text-align: center;
    display: block;
    text-decoration: none;
}

.footer_content .footer_order_info .contact_us:hover {
    box-shadow: none;
    background-color:#c52d29;
    color:#fff;
}

/* footer_bottom */
.footer_bottom {
    padding: 10px 0;
    display: flex;
    align-items: center;
    background-color:#2a4997c0;
}

.footer_bottom .row {
    row-gap: 10px;
    flex-wrap: wrap-reverse;
}

.footer_bottom .footer_bottom_content p {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}

.footer_bottom .footer_bottom_content .footer_bottom_list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 5px;
    justify-content: center;
}

.footer_bottom_content .footer_bottom_list li span {
    color: #fff;
    font-size: 15px;
}

.footer_bottom_content .footer_bottom_list li a {
    position: relative;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.footer_bottom_content .footer_bottom_list li a::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: -10px;
    background-color: #fff;
    width: 100%;
    transition: .3s ease-in-out;
    height: 2px;
}
.footer_bottom_content .footer_bottom_list li a:hover{
    opacity: .8;
}
.footer_bottom_content .footer_bottom_list li a:hover::after {
    width: 0;
}
/*responsive */
@media screen and (min-width:576px){
    #footer{
        text-align:unset;
    }
    .footer_header .footer_content .logo {
        margin:0 0 30px 0;
    }
    .footer_content .social_media_area .social_media{
        justify-content:unset;
    }
     .footer_bottom .footer_bottom_content .footer_bottom_list{
        justify-content: flex-end;
    }
}

@media screen and (min-width:992px) {
    /* hero_slider */
   #hero_carousel .hero_slider_content p {
        width: 60%;
        margin: 30px 0;
    }
    
    /* footer */
    .footer_content .footer_contact_info .mobile_number,
    .footer_content .footer_order_info .mobile_number {
        font-size: 16px;
    }

    .footer_content .footer_contact_info span {
        font-size: 14px;
    }
    
}
.speedbar .over span{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    column-gap:10px;
    row-gap:20px;
}
.speedbar span span a span:hover{
    background: #c52d29;
    border: 1px solid #c52d29;
    color: #fff;
}
.speedbar span span a span{
  min-height: 45px;
    width: max-content;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
    color: #000;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.speedbar span span:last-child a span{
    background: #c52d29;
    border: 1px solid #c52d29;
    color: #fff;
}

