@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Roboto+Slab:wght@400;500;800&display=swap');
/* font-family: 'Courgette', cursive; */
/* font-family: 'Mukta', sans-serif; */
/* font-family: 'Lato', sans-serif; */
/* font-family: 'Merienda One', cursive; */
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Rajdhani', sans-serif; */
/* font-family: 'Bellefair', serif; */

body{
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: -webkit-fill-available;
    color: var(--color-black-500);
    background-color: var(--color-white-100);
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.container{
    max-width: 1300px;
    margin: auto;
}
a:hover{
    text-decoration: none;
}
.fnt_Rajdhani{
  font-family: 'Rajdhani', sans-serif;
}
.fnt_roboto{
  font-family: 'Roboto', sans-serif;
}
.fnt_Merienda{
    font-family: 'Merienda One', cursive;
}
.fnt_mukta{
    font-family: 'Mukta', sans-serif;
}
.fnt_Lato{
    font-family: 'Lato', sans-serif;
}
.fnt_Courgette{
    font-family: 'Courgette', cursive; 
}
.fnt_fs_14{
    font-size: 14px;
}
.fnt_fs_16{
    font-size: 16px;
}
.fnt_fs_18{
    font-size: 18px;
}
.fnt_fs_20{
    font-size: 20px;
}
.fnt_fs_22{
    font-size: 22px;
}
.fnt_fs_24{
    font-size: 24px;
}
.fnt_fs_28{
    font-size: 28px;
}
.fnt_fs_30{
    font-size: 30px;
}
.fnt_fs_34{
    font-size: 34px;
}
.fnt_fs_36{
    font-size: 36px;
}
.fnt_fs_40{
    font-size: 40px;
}

.fnt_fw_3{
  font-weight: 300;
}
.fnt_fw_4{
  font-weight: 400;
}
.fnt_fw_5{
  font-weight: 500;
}
.fnt_fw_6{
  font-weight: 600;
}
.fnt_fw_7{
  font-weight: 700;
}
.last_name{
  display: none;
}
:root{
    --primary: #c30;
    --secondary: #ca3658;
    --dark:#000000;
    --light:#ffffff;
    --dark-third:#474747;
    --facebook:#4267B2;
    --instagram:#C13584;
    --twiter:#1DA1F2;
    --youtube:#FF0000;
    --linkedin:#0077b5;
    --pintrest:#E60023;
    --mon: "Montserrat", sans-serif;
    --dmserif:'Roboto Slab', serif;
	--blue: #8a6bff;
	--darkblue: #0a0a36;
    --color-white-100: hsl(206, 5%, 98%);
    --color-white-200: hsl(206, 5%, 90%);
    --color-white-300: hsl(206, 5%, 80%);
    --color-white-400: hsl(206, 5%, 65%);
    --color-white-500: hsl(206, 5%, 50%);
    --color-black-100: hsl(213, 23%, 8%);
    --color-black-200: hsl(214, 21%, 6%);
    --color-black-300: hsl(210, 21%, 6%);
    --color-black-400: hsl(216, 22%, 4%);
    --color-black-500: hsl(220, 18%, 3%);
    --color-pink-100: hsl(326, 85%, 90%);
    --color-pink-200: hsl(327, 87%, 80%);
    --color-pink-300: hsl(329, 86%, 70%);
    --color-pink-400: hsl(330, 81%, 60%);
    --color-pink-500: #fe0058;
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
       0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
       0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
       0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --fnt_wgt_3:300;
    --fnt_wgt_4:400;
    --fnt_wgt_5:500;
    --fnt_wgt_6:600;
    --fnt_wgt_7:700;
}
section{
    padding: 40px 0px;
}
img{
    max-width: 100%;
    display: block;
}

/* ==========top-header========= */
.top-header{
    background-color: var(--primary);
    padding-top:3px;
    padding-bottom: 3px;
}
.contact li+li,.social-icons li+li{
    margin-left: 10px;
}
.contact li a .icon{
    color: var(--light);
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}
.contact li a .text{
    color: var(--light);
    padding-left: 5px;
    font-weight: var(--fnt_wgt_5);
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.contact li a:hover .text, .contact li a:hover .icon{
    color: var(--dark);
}
.social-icons li a{
    font-size: 18px;
    color: var(--light);
   justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px dashed var(--dark);
    transition:all 0.3s ease-in-out
}
.social-icons li a.facebook,.social-icons li a.instagram,.social-icons li a.twitter,.social-icons li a.youtube{
    transition: all 0.3s ease-in-out;
}
.social-icons li a.facebook:hover{
    color: var(--light);
    background-color: var(--facebook);
    border: 1px solid var(--facebook);
}
.social-icons li a.instagram:hover{
    color: var(--light);
    background-color: var(--instagram);
    border: 1px solid var(--instagram);
}
.social-icons li a.twitter:hover{
    color: var(--light);
    background-color: var(--twiter);
    border: 1px solid var(--twiter);
}
.social-icons li a.youtube:hover{
    color: var(--light);
    background-color: var(--youtube);
    border: 1px solid var(--youtube);
}
.social-icons li a.pinterest:hover{
    color: var(--light);
    background-color: var(--pintrest);
    border: 1px solid var(--pintrest);
}
.social-icons li a.linkedin:hover{
    color: var(--light);
    background-color: var(--linkedin);
    border: 1px solid var(--linkedin);
}

/* ======responsive========== */
@media (max-width:768px) {
  .social-icons li a{
    font-size: 12px;
    height: 25px;
    width: 25px;
  }
  .contact li a .icon {
    font-size: 18px;
  }
}
/* =========top-header-css-end========= */


/* =========header-css-start========= */

/*This code is property of Conor McNamara*/
/*https://codepen.io/conorjmcnamara/*/


  
  *,
  *::before,
  *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  
  .brand img{
    max-width: 220px;
    display: block;
  }
  
  .header {
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.4s ease-in-out;
  }
  
  .header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }

  .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    height: 3.5rem;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 992px) {
    .navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 75%;
      height: 100%;
      z-index: 10;
      opacity: 0;
      overflow-y: auto;
      visibility: hidden;
      box-shadow: var(--shadow-medium);
      background-color: var(--color-white-100);
      transition: all 0.5s ease;
    }
    .navbar.active {
      left: 0rem;
      opacity: 1;
      visibility: visible;
    }
  }
  
  .menu-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
  }
  .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    font-family: inherit;
    font-size:18px;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: var(--color-black-500);
    transition: all 0.3s ease-in-out;
  }
  .menu-link > i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
  }
  .menu li:hover a {
    outline: none;
    color: var(--primary);
  }
  @media only screen and (min-width: 993px) {
    .menu-dropdown:hover > .submenu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
  }
  @media only screen and (max-width: 992px) {
    .menu {
      width: 100%;
      height: auto;
      padding: 1rem 0;
    }
    .menu-item {
      display: block;
      margin: 0 auto;
    }
    .menu-link {
      justify-content: space-between;
      padding: 0.5rem 1.25rem;
    }
  }
  
  .submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 20rem;
    overflow: auto;
    max-height: 300px;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--color-pink-500);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
    z-index: 1111;
  }
.fnt-dm{
  font-family: var(--dmserif) !important;
}
  .submenu.show{
    max-height: 100%;
   }

  .submenu::-webkit-scrollbar {
    width:5px;
    border-radius: 5px;
  }
   
  .submenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  .submenu::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    outline: 1px solid slategrey;
  }
  .submenu-item {
    display: block;
    margin-top: 0.75rem;
  }
  .submenu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: var(--color-black-500);
    transition: all 0.35s ease;
  }
  .submenu-link:hover {
    outline: none;
    color: var(--color-pink-500);
  }
  @media only screen and (max-width: 992px) {
    .submenu {
      position: relative;
      top: -0.5rem;
      left: 2.5rem;
      width: 100%;
      max-height: 0;
      padding: 0px;
      border: none;
      outline: none;
      opacity: 1;
      overflow: hidden;
      visibility: visible;
      transform: translateY(0px);
      box-shadow: none;
      background: transparent;
      z-index: 1111;
    }
  }
  
  .burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.75rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
  }
  .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border: none;
    outline: none;
    background: var(--color-black-500);
  }
  .burger-line:nth-child(1) {
    top: 0px;
  }
  .burger-line:nth-child(2) {
    top: 0.5rem;
  }
  .burger-line:nth-child(3) {
    top: 1rem;
  }
  @media only screen and (max-width: 992px) {
    .burger {
      display: block;
      opacity: 1;
      visibility: visible;
    }
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
  }
  @media only screen and (max-width: 992px) {
    .overlay.active {
      display: block;
      opacity: 1;
      visibility: visible;
    }
  }
  @media (max-width:568px) {
    .brand img{
      max-width: 150px;
    }
  }
  /* ===============company-profile-css=========== */
  .company-section{
    
    border-top: #e4e4e4 solid 1px;
    border-bottom: #e4e4e4 solid 1px;
    padding: 50px 0 80px 0px;
    position: relative;
    z-index: 1;
  }
  .company-section::before{
    content: '';
    position: absolute;
    background: url(../images/icon/tandoor-bg.jpg);
    background-size: 4%;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    
  }
    .company-content{
      font-weight: 500;
    }

    .company-content span{
      position: relative;
      display: inline-block;
      margin: 20px 0;

    }
    .company-content span::before{
      position:absolute;
      content: '';
      bottom:0px;
      height: 3px;
      background-color: var(--primary);
      width: 100%;
      
    }
    .company-img {
      background: var(--primary);
      border-radius: 10px;
      padding: 10px;
  }
  /* ===========company-profile-css========= */
  /* =========product-section-css========= */
  .product-section,.testimonial-section{
    background: url(../images/product-img/Slider-change-2.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
  }
  .product-section::before,.testimonial-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(204, 51, 0, 0.4);
    z-index: -1;
  }
  .product-box{
    background-color: var(--light);
    overflow: hidden;
  }
  .product-img{
    overflow: hidden;
  }
  .product-img img{
    transition: all 0.4s ease-in-out;
    transform: translate(1);
    overflow: hidden;
  }
  .product-box:hover .product-img img{
    transform: scale(1.1);
  }
    .product-content{
        padding: 10px 15px;
        background-color: var(--light);
    }
    .product-content a.product-name{
        display: block;
        padding: 10px 15px;
        line-height: 1;
        font-weight: 400;
        background-color: var(--primary);
        color:var(--light);
        text-transform: capitalize;
    }
    .buttons{
        margin-top: 10px;
    }
    .buttons a{
        display: inline-block;
        font-weight:500;
        padding: 10px 15px;
        line-height: 1;
        border-radius: 50px;
        background-color: var(--dark);
        color: var(--light);
        text-transform: capitalize;
        box-shadow: 0px 0px 10px rgba(204, 51, 0, 0.4);
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .buttons a::before{
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        background-color: var(--primary);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: -1;
        transition: all 0.3s ease-in-out;
    }
    .buttons a:hover::before{
        left: 0;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
        background: var(--dark) !important;
        padding: 8px !important;
        border-radius: 50%;
        margin: 3px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.active{
        background: var(--primary) !important;
        border-radius: 50px;
    }
    button:focus{
        border: none;
        outline: none;
        box-shadow: none;
    }
    .owl-dots {
        text-align: center;
    }
  /* ============product-section-end========= */


  /* ========form-section-and-faq=========== */
  .accordion{
    padding: 15px;
    background-color: #ddd;
    box-shadow:var(--shadow-medium);
  }
  .accordion dl,
  .accordion-list {
    border: 1px solid #ddd;
  }
  .accordion dd,
  .accordion__panel {
    background-color: #eee;
    font-size: 1em;
    line-height: 1.5em;
  }
  
  .accordion p {
    padding: 1em 2em 1em 2em;
    margin: 0;
  }
  
  .accordion span{
    color: var(--primary);
    text-transform: capitalize;
  }
  
  .accordion {
    position: relative;
    background-color: #eee;
  }
  
  
  .accordionTitle,
  .accordion__Heading {
    background-color:var(--primary);
    font-weight: 700;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.5s ease-in-out;
  }
  .accordionTitle:before,
  .accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: 0.5em;
    float: left;
    transition: transform 0.3s ease-in-out;
  }
  .accordionTitle:hover,
  .accordion__Heading:hover {
    background-color: var(--primary);
  }
  
  .accordionTitleActive,
  .accordionTitle.is-expanded {
    background-color: var(--secondary);
  }
  .accordionTitleActive:before,
  .accordionTitle.is-expanded:before {
    transform: rotate(-225deg);
  }
  
  .accordionItem {
    height: auto;
    overflow: hidden;
    max-height: 50em;
    transition: max-height 1s;
  }
  @media screen and (min-width: 48em) {
    .accordionItem {
      max-height: 15em;
      transition: max-height 0.5s;
    }
  }
  .accordionTitle:hover{
    color: var(--light);
  }
  
  .accordionItem.is-collapsed {
    max-height: 0;
  }
  
  .no-js .accordionItem.is-collapsed {
    max-height: auto;
  }
  
  .animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
            animation: accordionIn 0.45s normal ease-in-out both 1;
  }
  
  .animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
            animation: accordionOut 0.45s alternate ease-in-out both 1;
  }
  
  @-webkit-keyframes accordionIn {
    0% {
      opacity: 0;
      transform: scale(0.9) rotateX(-60deg);
      transform-origin: 50% 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes accordionIn {
    0% {
      opacity: 0;
      transform: scale(0.9) rotateX(-60deg);
      transform-origin: 50% 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @-webkit-keyframes accordionOut {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0.9) rotateX(-60deg);
    }
  }
  @keyframes accordionOut {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0.9) rotateX(-60deg);
    }
  }
  .form-control,.form-control:focus{
    box-shadow: none;
    outline: none;
    border-color: var(--dark);
    padding:  15px;
  }
  .heading-form{
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0;
  }

  .button ,.button:focus{
  margin: 15px auto;
  width: 120px;
  height: 45px;
  background: var(--dark);
  text-align: center;
  line-height: 45px;
  border-radius: 36px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.button::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  background:var(--primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 36px;
  transition: all 0.3s ease-in-out;
}
.button:hover::before{
  left: 0;
}

.button {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite alternate;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
}
}
/* =========responsive========== */

/* ============responsive-end========= */
    @media (max-width:568px) {
      .accordionTitle, .accordion__Heading{
        padding: 10px 15px;
      }
      .form-control, .form-control:focus{
        padding: 7px;
      }
      .button, .button:focus{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 0;
      }
    }

  /* =============form-section-end======== */
  /* ===========testimonial-section========= */
  .testimonial {
    border-right: 4px solid #2a3d7d;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
  }
  .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid var(--primary);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
  }
  .testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid var(--primary);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
  }
  .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
  }
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  .testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--light);
    line-height: 25px;
    margin-bottom: 15px;
  }
  .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    margin: 0;
  }
  .testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: var(--dark);
    font-style: italic;
  }
  .owl-theme .owl-controls .owl-page span {
    border: 2px solid #2a3d7d;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
  }
  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 20px;
      text-align: center;
    }
    .testimonial .pic {
      display: block;
      position: static;
      margin: 0 auto 15px;
    }
  }
  

  @media (max-width:568px) {
    .testimonial .description{
      font-size: 13px;
      text-align: justify;
      line-height: 20px;
    }
  }
  /* ==========testimonial-section-end======= */
  /* ========footer-section-start======== */
  .footer-area {
    padding: 50px 0 50px 0px;
    background: #020e29;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-head p {
  color: #ddd;
  font-size: 15px;
  letter-spacing: 0.60px;
  text-align: justify;
}
.footer-head h4 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-list li:first-child a {
  padding-top: 0px;
}

.footer-list li a {
  color: #ddd;
  padding: 3px 0px 3px 20px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}
.footer-list li a::after {
  position: absolute;
  content: "\f077";
  transform: rotate(90deg);
  right: auto;
  top: 6px;
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
}
.footer-list li a:hover {
  color: #fe5e15;
}

ul.footer-list {
  overflow: auto;
  max-height: 228px;
}
ul.footer-list::-webkit-scrollbar {
  width:4px;
}
 
ul.footer-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
ul.footer-list::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  outline: 1px solid var(--primary);
}
body::-webkit-scrollbar {
  width:10px;
  border-radius: 5px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  outline: 1px solid slategrey;
}

#button {
  display: inline-block;
  background-color: var(--dark);
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  border-radius:50%;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.wppBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 10px;
  width: 60px;
  height: 60px;
  z-index: 999;
  max-width: 60px;
  max-height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/logo/whatsapp.png);
}

/* pulse */
.pulse {position: fixed;}
.pulse:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 3px solid #4caf50;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: pulse 2s ease 0s infinite;
}
@keyframes pulse {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  80% {
      opacity: 0;
      transform: scale(1.2);
  }
  100% {
      opacity: 0;
      transform: scale(2);
  }
}

@media (max-width:568px) {
  .footer-head h4{
    font-size: 20px;
    margin-bottom: 12px;
  }
}
  /* =======footer-section-end======== */

  /* =========inner-pages======== */

  /* ========company-profile======= */
  .company-page{
    position: relative;
    background: url(../images/banner/Sliders-6.jpg) no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 60px 0;
  }
  .company-page::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(204, 51, 0, 0.2);
    z-index: -1;
  }
  .heading span{
    color: var(--light);
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 0;
  }
  .links a{
    color: var(--light);
    font-size: 18px;
    display: inline-block;
    padding: 5px;
  }





  .elementor-element.elementor-element-nwspka3 {
    text-align: center;
}

.elementor-element.elementor-element-nwspka3 .elementor-widget-container {
  margin: 10px 0px 10px 0px;
}
.elementor-element.elementor-element-nwspka3 .elementor-heading-title {
    font-size: 32px;
    font-family: bellefair, Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.elementor-element.elementor-element-nwspka3 .elementor-heading-title, .elementor-element.elementor-element-nwspka3 .elementor-heading-title a {
    color: #0c0c0c;
}

.elementor-element.elementor-element-3g5b6ck .elementor-widget-container {
  margin: 10px 0px 0px 0px;
}
.elementor-image img {
  margin: auto;
}

.elementor-widget-wrap {
  margin: 18px 0;
}

@media (max-width:568px) {
  .elementor-element.elementor-element-nwspka3 .elementor-heading-title {
    font-size: 20px;
  }
  .elementor-image img{
    max-width: 200px;
  }
  .fnt_fs_34{
    font-size: 20px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    padding: 4px !important;
  }
  section{
    padding: 15px 0;
  }

  #button{
    width: 35px;
    height: 35px;
    bottom: 45px;
    right: 3px;
    font-size: 16px;
  }
  #button::after{
    font-size: 16px;
    line-height: 35px;
  }
}

/* ========link========== */
.link-section{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11111;
}
.call{
  padding: 8px;
  background-color: var(--primary);
}
.call a{
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content:center;
  color: var(--light);
  text-transform: capitalize;
}
.call a span{
  padding: 0px 5px;
}

/* =======market-we-serve========= */

.category-wrapper a{
  display: inline-block;
  padding: 15px 10px;
  font-size: 18px;
  color: #FF5E15;
  border: 1px solid #152E3A;
  background-color: #152E3A;
}
.category-wrapper a h3{
  font-size: 18px;
  margin: 0;
}
.locations .heading-location{
  margin:15px 0;
  background-color: #152E3A;
  padding: 10px 0;
  padding-left: 15px;
}
.locations .heading-location h2{
  color: var(--light);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 24px;
}
a.collision {
  text-decoration: none;
  color: var(--primary);
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  display: block;
  height: 50px;
  width: 100%;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  position: relative;
  border: 1px solid #152E3A;
  transition: all 0.3s ease-in-out;
}
a.collision:hover{
  color: #ffffff;
}

a.collision::before,
a.collision::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: var(--primary);
  top: 50%;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.6;
}

a.collision::before {
  transform: translate(-50%, -50%);
  left: -20px;
}

a.collision::after {
  transform: translate(50%, -50%);
  right: -20px;
}

a.collision:hover::before {
  animation: move-left .8s both;
  animation-direction: alternate;
}
a.collision:hover::after {
  animation: move-right .8s both;
  animation-direction: alternate;
}

@keyframes move-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    height: 400px;
    width: 400px;
  }
}

@keyframes move-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    height: 400px;
    width: 400px;
  }
}