:root {
  --theme-color: #c5272c;
  --title-color: #24231D;
  --body-color: #878680;
  --smoke-color: #F8F7F0;
  --smoke-color2: #EDF7ED;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F0F2F4;
  --black-color: #202020;
  --gray-color: #333F4D;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E3E3E3;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1296px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}



body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}

body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0px;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.187;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1600px) {
  .space::after {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 1399px) {

  .h1,
  h1 {
    font-size: 48px;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }

  .mobile-button {
    display: flex;
    align-items: center;
  }

  .mobile-button button {
    border: none !important;
    background-color: transparent;

  }

  .mobile-button button i {
    font-size: 35px;
    color: #393186;
  }

  .bannerInner {
    flex-wrap: wrap;
  }

  .bannerItem .bannerContent {
    width: 100% !important;
  }

  .bannerBottom {
    display: none;
  }

  .bannerItem .bannerPImg {
    width: 80% !important;
  }

  .bannerItem {
    padding-top: 70px;
  }

  .bannerItem .bannerContent h1 {
    font-size: 31px !important;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 40px !important;
  }

  .header-layout1 .header-top {
    display: none;
  }

  .bannerBtn {
    margin-top: 20px !important;
  }

  .bannerItem .bannerContent p {
    font-size: 18px;
  }

  .bannerInner {
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 2;
    justify-content: space-evenly !important;
  }

  .bannerWrap .swiper-slide.swiper-slide-active .bannerPImg {
    transform: translateX(0%) !important;
    transform: translateY(-50px) !important;
  }

  .bannerWrap .swiper-pagination {
    bottom: 20px !important;
  }

  .about-image {
    margin-right: 0px !important;
  }

  .space::after {
    display: none !important;
  }

  .serviceWrap .serviceItem {
    width: 100% !important;
    padding: 15px 15px !important;
  }
  .serviceSec{
    padding-top: 40px !important;
  }
  .secH br{
    display: none !important;
  }
  footer{
    padding-bottom: 20px !important;
  }
  .product-title{
    font-size: 36px !important;
    line-height: 44px;
    margin-bottom: 34px !important;
  }
  .sticky-icon a{
        padding: 5px 16px !important;
  }
  .sticky-icon a::before{
    right: -16px !important;
    height: 51px !important;
  }
    .sticky-icon{
      padding-top: 170px !important;
    }
}

/* Extra small devices */
@media (max-width: 575px) {

  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }

  .h2,
  h2 {
    font-size: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {

  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--white-color);
  border-bottom: 1px solid var(--border-color);
}

.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.mobile-menu-wrapper .menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 14px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.menu-area{
   position: relative;
}
.menu-area::after{
  position: absolute;
  top: 0;
  margin-right: -561px;
  right: 100%;
  height: 100%;
  width: 740px;
  background-color: #ffffff;
  content: "";
  transform: skew(40deg);
  z-index: -1;
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--white-color);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.mobile-menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.mobile-menu ul li {
  border-bottom: 1px solid var(--border-color);
  list-style-type: none;
}

.mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}

.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  color: var(--title-color);
}

.mobile-menu ul li.active-class>a {
  color: var(--theme-color);
}

.mobile-menu ul li.active-class>a:before {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.mobile-menu ul li ul li {
  padding-left: 20px;
}

.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class:before {
  content: "\f067";
  font-family: var(--icon-font);
  font-weight: 700;
}

.mobile-menu ul .submenu-item-has-children.active-class>a .mean-expand-class:before {
  content: "\f068";
}

.mobile-menu>ul {
  padding: 0 40px;
}

.mobile-menu>ul>li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }

  .mobile-menu>ul {
    padding: 0 20px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {

  .footer-text,
  .widget-about .about-text {
    font-size: 14px;
  }
}

/* Large devices */
@media (max-width: 1199px) {

  .footer-info-list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .sidebar-gallery {
    max-width: 350px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 20px !important;
    margin-top: 40px !important;
  }

  .widget-about .about-text {
    margin-bottom: 20px;
  }

  .social-box.mb-30 {
    margin-bottom: 25px;
  }

  .widget_event-location {
    padding: 30px;
  }
  .info-card{
    margin-bottom: 20px !important;
  }
  .header-logo img {
    width: 141px !important;
  }
  .menu-area::after {
    position: absolute;
    top: 0;
    margin-right: -178px;
    right: 100%;
    height: 100%;
    width: 640px;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
    z-index: -1;
  }
}

/*------------------- 4.2. Header  -------------------*/
.nav-header {
  position: relative;
  z-index: 41;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.4s ease-in-out;
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }

  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

/****header-top*****/
.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--white-color);
}

.main-menu a:hover {
  color: var(--theme-color);
}

.main-menu>ul>li {
  margin: 0 22px;
}

.main-menu>ul>li>a {
  padding: 38px 0;
}

.main-menu>ul>li>a:hover {
  color: #fff;
}


.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}

.main-menu ul li:hover>ul.mega-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
  z-index: 9;
}

.main-menu ul li ul.mega-menu {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  min-width: fit-content;
  padding: 10px 20px 10px 10px;
  left: 50%;
  transform: scaleY(0) translateX(-50%);
}

.main-menu ul li ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0;
  min-width: max-content;
  border: 0;
  padding-bottom: 15px;
}

.main-menu ul li ul.mega-menu li a {
  display: block;
  padding: 11px 15px;
  border-bottom: 1px solid rgba(223, 223, 223, 0.87);
  color: var(--title-color);
}

.main-menu ul li ul.mega-menu li a:hover {
  background: transparent;
  color: var(--title-color);
}

.main-menu ul li ul.mega-menu li ul li {
  border: 0;
  padding: 0;
}

.main-menu ul li ul.mega-menu li ul li a {
  border: 0;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: 400;
}

.main-menu ul li ul.mega-menu li ul li a:hover {
  color: var(--theme-color);
}

.main-menu ul.mega-menu,
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 0px;
  left: -27px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}

.main-menu ul.mega-menu li,
.main-menu ul.sub-menu li {
  border-bottom: 1px solid var(--border-color);
  display: block;
  margin: 0 0;
  padding: 0px;
}

.main-menu ul.mega-menu a,
.main-menu ul.sub-menu a {
  color: var(--title-color);
  padding: 15px 20px;
  line-height: 30px;
  position: relative;
}

.main-menu ul.mega-menu a:hover,
.main-menu ul.sub-menu a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.main-menu ul.mega-menu ul.sub-menu,
.main-menu ul.sub-menu ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 0px;
}

.main-menu ul.mega-menu ul.sub-menu li ul,
.main-menu ul.sub-menu ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative;
}

.simple-icon .badge {
  padding: 0.2em 0.4em;
  font-size: 0.5em;
  top: -5px;
  right: 0px;
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 40px;

  .btn {
    position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-flex;
    border: none;
    align-items: center;
    text-align: center;
    background-color: #fff;
    color: var(--theme-color);
    
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 15px 32px;
    overflow: hidden;
    transition: all 0.35s;
    border-radius: 5px;
  }

  .btn:after {
    animation: opacityFallbackOut 0.5s step-end forwards;
    backface-visibility: hidden;
    background-color: var(--theme-color);
    color: #fff;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 102%;
    left: 0;
    position: absolute;
    top: -1px;
    transform: translateZ(0);
    transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    border-radius: 0px;
    z-index: -1;
  }

  a:active,
  a:focus,
  a:hover,
  a:visited {
    text-decoration: none;
    outline: 0;
  }

  .btn:focus:after,
  .btn:hover:after,
  .btn.active:after {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  }

  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .header-button {
    gap: 20px;
  }
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: var(--white-color);
}

.social-links a {
  font-size: 15px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 20px 0 0;
}

.social-links a:last-child {
  margin-right: 0;
}

.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-logo img {
  width: 150px;
}

.header-links>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}

.header-links li>i {
  margin-right: 8px;
}

.header-links li .header-sub-links li:not(:last-child) {
  margin: 0 30px 0 0;
}

.header-links li .header-sub-links li:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -20px;
  top: 0;
  color: var(--title-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--white-color);
  
  display: inline-flex;
  align-items: center;
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-btn {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--title-color);
  
  position: relative;
  padding-right: 65px;
}

.sidebar-btn:before,
.sidebar-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 50px;
  height: 1px;
  background: var(--title-color);
}

.sidebar-btn:before {
  transform: translate(0, 7px);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgb(209 35 42 / 91%);
}

.header-layout1 .header-top {
  background-color: #323c8d;
  padding: 13px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-layout1 .main-menu {
  margin-left: 70px;
}

.header-layout1 .sticky-wrapper.sticky {
    background-color: #323c8d;
}

@media (max-width: 1700px) {
  .header-layout1 .main-menu {
    margin-left: 30px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .main-menu {
    margin-left: 0;
  }
}

.sidemenu-wrapper {
  display: none;
}






/*------------------- 4.00. About  -------------------*/
/*about area 1***********************/
.about-thumb {
  position: relative;
  display: inline-block;
  width: 100%;
}

.about-thumb .about-img-1 {
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

.about-thumb .about-img-1:after {
  right: auto;
  left: -30px;
  top: auto;
  bottom: 0;
}

.about-thumb .about-img-2 {
  position: absolute;
  right: 0;
  bottom: 30px;
  animation: jumpAni 7s linear infinite;
}

.about-thumb img {
  border-radius: 15px;
  width: 95%;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .about-thumb {
    margin-right: 0;
  }
}

@media (max-width: 370px) {
  .about-thumb .about-img-2 {
    width: 150px;
  }
}

.about-author {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.about-author img {
  flex: none;
  border-radius: 50%;
}

.about-author .about-desig {
  font-weight: 500;
  color: var(--theme-color);
  font-size: 14px;
}

.about-author .about-name {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 3px;
}

.space {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  position: relative;
}

.space::after {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #f6f6f6;
  right: -185px;
  bottom: 145px;
  content: "";
  position: absolute;
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

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

.about-image::before {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #dbdbdc2e;
  content: "";
  position: absolute;
  bottom: -70px;
  left: -100px;
  z-index: 0;
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.sub-title {
  color: #c2242a;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
  display: block;
  align-items: center;
  margin-top: -0.4em;
}

.welcome-sec p {
  text-align: justify;
  color: #000;
}

.welcome-sec strong {
  color: #000;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(-360deg);
  }
}


/* .............product........... */

figure.snip1033 {
  color: #fff;
  position: relative;
  overflow: hidden;
  max-width: 388px;
  width: 100%;
  background: #fff;
  /* font-family: 'euphemia'; */
  border: 1px solid #0000000a;
}

figure.snip1033 img {
  opacity: 1;
  /*width: 100%;*/
  position: relative;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip1033 .center {
  border-radius: 5px;
  display: block;
  content: '';
  position: absolute;
  background-color: #023f88;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
  opacity: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

figure.snip1033 .center i {
  font-size: 30px;
  padding: 7px;
  color: #ffffff;
  line-height: 70px;
  opacity: 0.7;
}

figure.snip1033 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

figure.snip1033 figcaption>div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}

figure.snip1033 figcaption a {
  opacity: 0.7;
}

figure.snip1033 figcaption a:hover {
  opacity: 1;
}

figure.snip1033 figcaption h3 {
  background-color: #222;
  word-spacing: -0.1em;
  font-weight: 800;
  /*! text-transform: uppercase; */
  font-size: 1em;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, -webkit-transform 0.45s, -moz-transform 0.45s, -o-transform 0.45s, transform 0.45s;
  font-family: 'euphemia';
}

figure.snip1033 figcaption .left h3 {
  border-radius: 5px 0 0 5px;
  top: 47%;
  padding: 8px 37px 7px 15px;
  right: 0;
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

figure.snip1033 figcaption .right h3 {
  border-radius: 0 5px 5px 0;
  bottom: 50%;
  padding: 8px 20px 7px 15px;
  padding-left: 30px;
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

figure.snip1033 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.left h3 {
  color: #fff;
}

figure.snip1033 .red {
  background-color: #8c212a;
}

figure.snip1033 .yellow {
  background-color: #945600;
}

figure.snip1033 .white {
  background-color: #ffffff;
  color: #444444;
}

figure.snip1033:hover img,
figure.snip1033.hover img {
  opacity: 0.5;
}

figure.snip1033.hover .dis {
  display: none;
}

figure.snip1033:hover figcaption .left h3,
figure.snip1033.hover figcaption .left h3 {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

figure.snip1033:hover figcaption .right h3,
figure.snip1033.hover figcaption .right h3 {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}

figure.snip1033:hover .center,
figure.snip1033.hover .center {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

figure.snip1033:hover .center i,
figure.snip1033.hover .center i {
  -webkit-transform: translate(0%, -10px);
  transform: translate(0%, -10px);
}

/******* Product Slider css ******/
.product-slider {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
  position: relative;
}

.product-slider-01 {
  background-image: url(../images/product-bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.product-title {
  text-transform: capitalize;
  color: #da0f0e;
  font-weight: 800;
  margin-bottom: 3%;
  letter-spacing: 1px;
  font-size: 46px;
  text-align: center;
  position: relative;
}

.product-title::after {
  content: "";

  height: 3px;
  width: 115px;
  background: #dd0f0e;
  content: '';
  margin-top: 3px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;

}

.product-font {
  color: #fff;
  font-size: 21px;
  text-align: center;
  letter-spacing: 1px;
}

.pro-slider-bg {
  background-color: #dd0f0e;
  width: 388px;
  height: 60px;
  padding: 15px;
}

#flexiselDemo3 li {
  list-style: none;
}

.product-slider .slick-prev {
  display: none !important;
}

.product-slider .slick-next {
  display: none !important;
}

.product-slider .slick-slide {
  height: auto !important;
}

.product-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}

.product-slider .slick-dots li {
  font-size: 0px !important;
  width: 40px;
  height: 8px;
  border-radius: 10px;
  background-color: #F44336;
  margin: 0px 5px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden !important;
}
.product-slider .slick-dots .slick-active {
 
  background-color: #01242f !important;
}
.product-slider .slick-dots li button {
  border: none !important;
  display: none !important;
}

/******* Product Slider css ******/



.about-image {
  padding: 29px;
  /* border: 2px solid #0000000d; */
  margin-right: 20px;
  border-radius: 25px;
  box-shadow: 0px 0px 14px 0px #b6b6b666;
  position: relative;
  background: #e6e6e7;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  background: rgba(255, 244, 239, 0.7);
}

.copyright-wrap {
  padding: 15.5px 0;
  border-top: 1px solid #454441;
}

.copyright-wrap .footer-links ul {
  padding: 0;
  margin: 0;
}

.copyright-wrap .footer-links ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid var(--border-color);
  padding-right: 12px;
  margin-right: 10px;
  line-height: normal;
}

.copyright-wrap .footer-links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.copyright-wrap .footer-links ul li a {
  color: var(--border-color);
}

.copyright-wrap .footer-links ul li a:hover {
  color: var(--theme-color);
}

.widget-area {
  padding: 80px 0 0px;
}

.copyright-text {
  margin: 0;
  color: var(--border-color);
  font-weight: 400;
}

.copyright-text a {
  color: var(--white-color);
}

.copyright-text a:hover {
  color: var(--theme-color);
}

.footer-layout1 {
  position: relative;
}

.footer-layout1 .footer-top {
  padding: 30px 0 0px;
}

.footer-layout1 .footer-top .info-card {
  display: flex;
  padding: 15px 30px 25px;
  background: var(--theme-color);
  border-radius: 20px;
  gap: 15px;
  height: 100% !important;
  min-height: 150px;
  align-items: center;
}

.footer-layout1 .footer-top .info-card .info-card_icon {
  width: 85px;
  line-height: 55px;
  color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  /* flex: none; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-layout1 .footer-top .info-card .info-card_icon img {
  width: 45px;
      filter: invert(1);
}

.footer-layout1 .footer-top .info-card .info-card_title {
  color: var(--white-color);
  font-size: 22px;
  margin-bottom: 5px;
}

.footer-layout1 .footer-top .info-card .info-card_text {
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0;
}

.footer-layout1 .footer-top .info-card .info-card_text a {
  color: var(--white-color);
}

.footer-layout1 .footer-text,
.footer-layout1 .widget-about .about-text {
  color: var(--white-color);
}

.footer-layout1 .footer-widget .wp-block-search__label,
.footer-layout1 .footer-widget .widget_title {
  color: #fff;
}

.menu-all-pages-container ul li a {
  color: var(--white-color);
}

.footer-layout1 .footer-widget.widget_meta a:hover {
  color: var(--theme-color);
}

.footer-layout1 .newsletter-form {
  margin-top: 27px;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 .footer-top .info-card {
    display: block;
  }

  .footer-layout1 .footer-top .info-card .info-card_icon {
    margin-bottom: 20px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout1 .footer-top {
    padding: 80px 0 0px;
  }

  .widget-area {
    padding: 80px 0 30px;
  }
}

.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
  max-width: 270px;
  border-bottom: none;
  margin: -0.04em 0 40px 0;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding: 0;
}

.footer-widget.widget_nav_menu>ul {
  margin-bottom: -5px;
}

.footer-widget.widget_nav_menu li {
  list-style: none;
}

.footer-widget.widget_nav_menu a {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #d3d3d3;
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
  line-height: 1.313;
  padding: 0;
  position: relative;
  padding-left: 30px;
}

.footer-widget.widget_nav_menu a::after {
  content: '\f138';
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'FontAwesome';
  margin-right: 13px;
  font-size: 19px;
  margin-top: -3px;
}

.footer-logo img {
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.social-btn {
  margin-top: 30px;
}

.social-btn a {
  padding: 15px;
  background-color: #585656;
  border-radius: 5px;
}

.copyright-wrap {
  padding: 15.5px 0;
  border-top: 1px solid #454441;
  padding-bottom: 0px !important;
}

.copyright-wrap {
  background: #171717;
}

.copy-logo img {
  width: 30px;
}

.copy-logo p {
 
  color: #fff;
}

.copy-logo p {
  margin-bottom: 0px;
}

/*--banner start--*/
.bannerWrap {
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}

@keyframes create-rainbow-gradient-shift {
  0% {
    background-position: 0% 50%
  }

  100% {
    background-position: 100% 100%
  }
}

.bubbleAnimate {
  width: 800px;
  position: absolute;
  right: 7%;
  top: 150px;
}

/* .bannerWrap::after{
  width:100%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: 0;
  background-image:linear-gradient(to Right, transparent 0 30%, #FFF 70% 100%);
} */
.bannerSlider {
  height: 100%;
}

.bannerItem {
  height: 100%;
}

.bannerInner {
  display: flex;
  align-items: center;
  height: 100vh;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}


.bannerItem .bannerContent {
  width: 50%;
  text-align: left;
}

.bannerItem .bannerContent h1 {
  color: #fff;
}

.bannerItem .bannerPImg {
  width: 40%;
  padding-top: 0px;
}

.bannerItem .bannerPImg img {
  width: 100%;
}

.bannerItem .bannerContent h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bannerItem .bannerContent p {
  font-size: 20px;
}

.bannerWrap .swiper-pagination {
  bottom: 150px;
}

.bannerWrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  position: relative;
}

.bannerWrap .swiper-pagination-bullet::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  content: "";
  transform: translate(-50%, -50%);
  top: 50%;
}

.bannerWrap .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  background-color: #3f86ed;
}

.frmWrap select.inputTxt {
  background: url(../img/home/down-arrow.png) 98% center no-repeat #f1f1f1;
  -webkit-appearance: none;
}

.swiper-pagination-bullets-dynamic {
  overflow: visible;
}

.btnH {
  width: auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(to right, #042b67, #135d9f, #0e69ae, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
  display: inline-flex;
  padding: 0 40px;
  line-height: 50px;
}

.btnH:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff;
}

.bannerBtn {
  margin-top: 40px;
}

.bigBubble {
  width: 400px;
  height: 400px;
  background-color: #125a9b26;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: -160px;
  box-shadow: inset 0px 0px 100px 0px #fbfbfb;
  animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
}

.bannerBottom {
  width: 100%;
  bottom: 0px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.gradient {
  width: 500px;
  height: 500px;
  filter: blur(50px);
  background-image: linear-gradient(#ffbb98, #c8e0e9, #99b5ca);
  animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  position: absolute;
  top: 5%;
  left: 45%;
  transform: translateX(-50%);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bannerWrap .swiper-slide {
  transition-duration: 800ms !important;
  position: relative;
}

.bannerWrap .swiper-slide-active {
  opacity: 1;
  transform: none;
}

/* .bannerWrap .swiper-slide-active .title {
  transition-delay: 0.6s;
}

.bannerWrap .swiper-slide-active .songs {
  transition-delay: 1s;
}

.bannerWrap .swiper-slide-active .overview {
  transition-delay: 1.4s;
} */

/* [data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}

[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
} */
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.bannerWrap .swiper-slide .bannerContent h1,
.bannerWrap .swiper-slide .bannerContent p,
.bannerWrap .swiper-slide .bannerBtn {
  transform: translateY(100px);
  opacity: 0;
  transition: 3s;
}

.bannerWrap .swiper-slide .bannerContent p {
  color: #fff;
}

.bannerWrap .swiper-slide.swiper-slide-active .bannerContent h1,
.bannerWrap .swiper-slide.swiper-slide-active .bannerContent p,
.bannerWrap .swiper-slide.swiper-slide-active .bannerBtn {
  opacity: 1;
  transform: translateY(0px);
}

.bannerWrap .swiper-slide .bannerPImg {
  transform: translateX(100%);
  transition: 2s;
  opacity: 0;
}

.bannerWrap .swiper-slide.swiper-slide-active .bannerPImg {
  transform: translateX(0);
  opacity: 1;
}

.social {
  position: absolute;
  left: 20px;
  top: 50%;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 1;
}

.social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #042b67;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.5s;
}

.social a:hover {
  background-color: #3f86ed;
}

/*--banner end--*/

/*--service start --*/
.serviceSec {
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.serviceSec .container {
  position: relative;
  z-index: 1;
}

.serviceSec::before {
  width: 600px;
  height: 600px;
  position: absolute;
  background-color: #f1f5f9;
  content: "";
  left: -386px;
  bottom: 380px;
  border-radius: 70px;
  transform: rotate(35deg);
}

.serviceSec::after {
  width: 600px;
  height: 600px;
  position: absolute;
  background-color: #f1f5f9;
  content: "";
  right: -440px;
  bottom: 170px;
  border-radius: 70px;
  transform: rotate(35deg);
}

.serviceWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.serviceWrap .serviceItem {
  width: 33.33%;
  padding: 20px;
}

.serviceWrap .serviceItem:hover .ItemBox {
  box-shadow: -4px 24px 37px -13px #959595;
}

.ItemBox {
  background-color: #c5272c;
  border-radius: 20px;
  position: relative;
  padding: 37px;
  min-height: 228px;
  transition: 0.5s;
}
.serviceIcon {
  position: absolute;
  border-radius: 0 0 0 20px;
  padding: 0 0px 10px 10px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.serviceIcon img {
  filter: brightness(0) invert(1);
}

.iconBox {
  background-color: #323c8d;
  width: 60px;
  height: 60px;
  border-radius: 0 20px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.serviceContent {
  padding-right: 20px;
}

.serviceContent h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
}

.serviceTxt p {
  margin-bottom: 0px;
  color: #fff;
}

.ItemBox:hover {
  transform: translateY(-10px);
}

.ItemBox:hover .iconBox {
  background-color: #c5272c;
}

.sBottomLayer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.sBottomLayer img {
  width: 100%;
}

.subTxt {
  font-size: 25px;
  color: #dd0f0e;
}

.secH {
  font-weight: 700;
}

/*--service end--*/

.btn:focus,
.btn:hover,
.btn.active {
  color: var(--white-color);
  outline: none;
  box-shadow: none;
}

.mobile-logo img {
  padding: 0px 40px;
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }

  .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 25px;
  }

  .scroll-btn img {
    width: 70px;
  }

  .scroll-btn.show {
    bottom: -50px;
  }
}.sub-whatapp-icon {
  position: relative;
}

.sub-whatapp-icon a {
  position: fixed;
  bottom: 30px;
  z-index: 999999;
  right: 30px;
}

.sticky-icon {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0%;
  width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sticky-icon a {
  transform: translate(-160px, 0px);
  border-radius: 0 0px 0px 0;
  text-align: right;
  margin: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 18px;
  transition: all 0.8s;
  position: relative;
  background-color: #c5272c !important;
}

.sticky-icon a::before {
  width: 26px;
  height: 60px;
  content: "";
  background: url(../images/banner/right-tr2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -19px;
}

.sticky-icon a:hover {
  color: #ffffff;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
  transform: rotate(360deg);
}

/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Twitter {
  background-color: #53c5ff;
  color: #fff;
}

.Instagram {
  background-color: #fd1d1d;
  color: #fff;
}

.Google {
  background-color: #d34836;
  color: #fff;
}

.sticky-icon a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 -4px 0 10px;
  transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a i.fa-google-plus-g {
  background-color: #fff;
  color: #d34836;
}

.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.sticky-icon a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fix-icon li a{
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
}
@media (max-width:1700px) {
  .menu-area::after {
    position: absolute;
    top: 0;
    margin-right: -561px;
    right: 110%;
    height: 100%;
    width: 650px;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
    z-index: -1;
  }
}
@media (max-width:1600px) {
  .menu-area::after {
    position: absolute;
    top: 0;
    margin-right: -561px;
    right: 110%;
    height: 100%;
    width: 650px;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
    z-index: -1;
  }
  .bannerItem{
    display: flex;
    align-items: center;

  }
  .bannerItem .bannerPImg {
    width: 30%;
    padding-top: 0px;
  }
  .bannerItem .container{
    max-width: 75%;
  }
  .bannerItem .bannerContent h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
@media (max-width:1440px) {
  .menu-area::after {
    position: absolute;
    top: 0;
    margin-right: -561px;
    right: 124%;
    height: 100%;
    width: 650px;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
    z-index: -1;
  }
}
@media (max-width:1366px) {
  .bannerItem .container {
      max-width: 94%;
    }
}
@media (max-width:767px) {
  .menu-area::after {
    position: absolute;
    top: 0;
    margin-right: -561px;
    right: 124%;
    height: 100%;
    width: 650px;
    background-color: #ffffff;
    content: "";
    transform: skew(40deg);
    z-index: -1;
  }
  .bannerItem{
    display: block !important;
  }
}
/* counter..... */
.py-lg-5 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.intro-panle2 {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background: #f0f0f000;
}

.counter-list-hm {
  width: 100% !important;
  list-style: none;
}

.counter-list-hm li {
  padding: 0px 20px;
  position: relative;
  width: 100%;
  text-align: center;
}

.counter-list-hm li:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  right: 0px;
  background: #cccccc61;
  width: 1px;
}

.counter-list-hm li:last-child:before {
  display: none
}

.counter-list-hm .count {
  font-size: 43px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
}

.counter-list-hm h4 {
  font-size: 20px;
  font-weight: normal !important;
  color: #ffffff;
}

.counter-list-hm .loading-img-sm {
  display: table;
  margin: 0 auto;
}