/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

p:empty,
*[text='&nbsp;'] {
    display: none;
}

section {
  overflow: hidden;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}
/* 
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
} */

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.header-area.background-header {
  background-color: #fff;
  /* height: auto!important; */
  position: fixed;
  /* top: 0!important; */
  left: 0;
  right: 0;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  z-index: 1000;
  /* box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important; */
}

.header-area.background-header .main-nav .nav li a {
  color: #1e1e1e;
}

.header-area .logo .normal{
  display: block;
}

.header-area .logo .on-scroll {
  display: none;
}

.header-area.background-header .logo .normal{
  display: none;
}

.header-area.background-header .logo .on-scroll {
  display: block;
}

.header-area.background-header .main-nav .nav li a {
  color: #1e1e1e;
}

.header-area.background-header .nav li a.active,
.header-area.background-header .main-nav .nav li:hover a {
  color: #1e1e1e;
  /* text-decoration: underline!important; */
}

.header-area {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0;
  border-bottom: 1px solid rgba(253, 249, 249, .2);
  right: 0;
  padding: 0px 1rem;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.menu-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.right-menu-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: auto;
}

.header-area .main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 50px;
  padding: 20px 0;
  /* min-height: 80px; */
  background: transparent;
}

/* .header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */

/* .background-header .main-nav .logo {
  line-height: 75px;
} */

/* .background-header .nav {
  margin-top: 20px !important;
} */

.offcanvas-header .btn-close {
  z-index: 1;
}

.menu-logo {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:first-child {
  padding-left: 0px;
}

.mobile-menu {
  display: none;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: transparent;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fff!important;
  /* text-decoration:underline!important; */
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #1e1e1e !important;
    /* text-decoration: underline!important; */
    border-bottom: 2px solid #1e1e1e;
    opacity: 1;
    padding-bottom: 2px;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  min-height: auto;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}

.right-menu-nav h4 a,
.right-menu-nav h4 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    color: rgba(40, 45, 51, 1);
}

.right-menu-nav h4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  gap: 10px;
  text-align: left;
}

.right-menu-nav h4 span {
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: right;
  color: #fff;
}

.header-area.background-header .right-menu-nav h4 span,
.header-area.background-header .right-menu-nav h4 span p {
  color: #1e1e1e;
}
.right-menu-nav h4 span p {
  color: #fff;
}

.header-area.background-header .reqt-btn:focus,
.header-area.background-header .reqt-btn {
  background-color: rgba(215, 0, 6, 1);
  color: #fff;
}

.reqt-btn:focus,
.reqt-btn {
  padding: 17px 30px;
  box-shadow: none;
  background-color: #fff;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: rgba(40, 45, 51, 1);  
  border: 0;
  border-radius: 8px;
}

.nav-btn:hover,
.reqt-btn:hover {
  background-color: rgba(40, 45, 51, 1);
  color: #fff;
}

.nav-btn:focus,
.nav-btn {
  box-shadow: none;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(215, 0, 6, 1);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: rgba(215, 0, 6, 1);
  line-height: 1;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  height: 100vh;
  max-height: 100%;
  /* overflow-x: hidden;
  overflow-y: auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .4s ease-in-out;
  /* background-color: #fff;
  background-image: url(../img/slider-img/banner-bg.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */
  /* transform-style: preserve-3d; */
  /* z-index: -1; */
}

.mu-slide {
  height: 100%;
  background-image: url(../img/banner-bg.png);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
  position: fixed;
  transition: all .4s ease-in-out;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-track {
  height: 100%;
}

/* 
.main-banner::after {
  content: '';
  background-attachment: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
} */

.left-sidebar-content {
  max-width: 650px;
  width: 100%;
  max-height: 400px;
  margin-left: 350px;
}

.slick-slide .mu-single-slide-content-area .left-sidebar-content h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  -webkit-transform: translateX(-120px);
	transform: translateX(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 1;
}

.right-sidebar-content {
  -webkit-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-slide .mu-single-slide-content-area .left-sidebar-content h1 span {
  color: rgba(215, 0, 6, 1);
}

.slick-slide {
  /* background-position: center right;
  background-repeat: no-repeat;
  background-color: transparent;
  background-attachment: scroll;
  background-size: 48% auto; */
  height: 100%;
  width: 100%;
  /* padding: 145px 0px 0px; */
  transition: all .4s ease-in-out;
  overflow: hidden;
}

/* .home-slider .owl-item.active .left-sidebar-content p, */
.slick-current .mu-single-slide-content-area .right-sidebar-content,
.slick-current .mu-single-slide-content-area .left-sidebar-content h1 {
	-webkit-transform: translateX(0) translateX(0);
	transform: translateX(0) translateX(0);
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
/* 
.home-slider .owl-item.active .left-sidebar-content h1 {
  -webkit-animation:from-right .6s cubic-bezier(.165,.84,.44,1) both;
  -moz-animation:from-right .6s cubic-bezier(.165,.84,.44,1) both;
  -o-animation:from-right .6s cubic-bezier(.165,.84,.44,1) both;
  animation:from-right .6s cubic-bezier(.165,.84,.44,1) both
}

@-webkit-keyframes from-right {
    0% {
        -webkit-transform: translate(15%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes from-right {
    0% {
        -moz-transform: translate(15%,0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes from-right {
    0% {
        -o-transform: translate(15%,0);
        opacity: .5
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes from-right {
    0% {
        transform: translate(15%,0);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
} */

.left-sidebar-content h1 span {
  font-family: 'Poppins';
  text-align: left;  
}

.left-sidebar-content p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 30px;
  white-space: break-spaces;
  color: rgba(255, 255, 255, .7);
/*   
  -webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; */
}

.more-btn:focus,
.more-btn {
  background-color: rgba(215, 0, 6, 1);
  max-width: 135px;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: none;
  border: 0;
  transition: all .4s ease-in-out;
}

.more-btn:hover {
  background-color: rgba(40, 45, 51, 1);
  color: #fff;
  transition: all .4s ease-in-out;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  gap: 8px;
  height: auto;
  position: absolute;
  bottom: 90px;
  z-index: 1;
}
.slick-dots li button {
  background: transparent;
  width: 12px;
  border-radius: 4px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 1)! important;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel button.owl-dot,
.owl-dots .owl-dot {
  background: #fff;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(40, 45, 51, 1)! important;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}

.slick-dots li button:before {
  content: '';
  background: #fff;
  display: none;
}

/* 
.slick-dots li.slick-active button:before {
  background: rgba(215, 0, 6, 1)! important;
} */

.slick-dots li.slick-active button {
  background: #fff;
  border-color: transparent;
}

.owl-carousel button.owl-dot.active {
  background: rgba(215, 0, 6, 1)! important;
  border-color: transparent! important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-top: 92px;
}

.partner-content {
  margin-top: 0px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 180px;

}

.partner-content p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.partner-img-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.partner-img {
  border: 1px solid rgba(244, 226, 227, 1);
  max-width: 152px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}

.partner-img:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}

.slider-img {
  position: relative;
}
/* 
.mu-single-slide-content-area {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
} */

.slick-list {
  position: fixed;
  /* height: calc(100% - 50px); */
  height: 100%;
  width: 100%;
  transition: all .4s ease-in-out;
  z-index: 1;
}

.show-text .mu-single-slide-content-area {
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
/* 
.show-text .mu-slide,
.show-text .slick-list {
  position: relative;
} */

.mu-single-slide-content-area {
  opacity: 1;
  visibility: visible;
  transition: all .4s ease-in-out;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hide-text {
  opacity: 0;
  visibility: hidden;
}

main {
  background: #fff;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
}


/* ========= Footer ========= */
.footer-section {
  background-color: #090c11;
  background-image: url(../img/footer-bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 20px 0px;
  position: relative;
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  padding-bottom: 50px;
}

.footer-bottom {
  padding: 30px 0;
}

.copyright p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.copyright-link p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.copyright-link p a {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.copyright-link p a:hover {
  color: rgba(215, 0, 6, 1);
  text-decoration: underline! important;
}

.footer-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  gap: 20px;
  flex-direction: column;
}

.footer-content h3 {
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.social-icons .s-icon {
  border: 1px solid rgba(215, 0, 6, 1);
  background-color: rgba(255, 255, 255, 1);
  padding: 8px;
  font-size: 24px;
  color: rgba(32, 43, 51, 1);
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
}

.social-icons .s-icon:hover {
  background-color: rgba(215, 0, 6, 1);
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  transition: all .4s ease-in-out;
}

.footer-links {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-links h4 {
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 1rem;
}

.footer-links ul {
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
}

.footer-links ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.footer-links ul li::marker {
  color: rgba(255, 255, 255, 1);
}

.footer-links ul li a {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.footer-links ul li a:hover {
  text-decoration: underline! important;
  color: rgb(215 0 6);
}
/* 
.footer-links ul li::marker:hover {
  color: rgb(215 0 6);
} */

.footer-links p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}

.contact-box {
  margin-bottom: 20px;
}

.contact-box:last-child {
  margin-bottom: 0;
}

.contact-box span {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, .6);
  display: block;
}

.contact-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.contact-info p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.contact-info.ph-number p {
  font-size: 24px;
}

.contact-info img {
  width: 26px;
  height: 26px;
  object-fit:cover;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}

/* ======= work-section ==== */
.work-section {
  background: rgba(244, 226, 227, .3);
  padding: 100px 20px;
  position: relative;
}

.intelligence-work-section {
  background: #fff;
  padding: 100px 20px;
  position: relative;
}

.img-box {
  margin-bottom: 25px;
  border-radius:15px;
  overflow:hidden;
}

.img-box:last-child {
  margin-bottom: 0;
}

.content-box h2 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(22, 28, 36, 1);
  margin-bottom: 30px;
}

.content-box p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: justify;
  margin-bottom: 20px;
}

.content-box ul li {
  margin-bottom: 20px;
}

.content-box p:last-child,
.content-box ul li p {
  margin-bottom: 0;
}

/* ==== case-study-section ===== */
.case-study-section {
  background-color: rgba(40, 45, 51, 1);
  background-image: url(../img/bg-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 212px 20px;
  background-attachment: fixed;
}

.case-study-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.case-study-content span {
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
  text-transform: capitalize;
}

.case-study-content h2 {
  font-family: 'Poppins';
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}

.case-study-content p {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

/* ===== wyd-section ====== */
.wcf-section,
.wyd-section {
  padding: 100px 20px;
  background: #fff;
  position: relative;
}

.wyd-section .section-title {
  max-width: 700px;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}

.wyd-section .section-title h3 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(22, 28, 36, 1);
  margin-bottom: 1rem;
}

.wyd-section .section-title p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  color: rgba(32, 43, 51, 1);
}

.features-box .card {
  background: rgba(243, 243, 243, .4);
  padding: 30px 20px;
  border-bottom: 5px solid rgba(215, 0, 6, 1)! important;
  border-radius: 15px;
  position: relative;
  border: none;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  transition: .4s ease-in-out;
  height: 100%;
}

.features-box .card::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 243, 243, .4);
  transition: .3s ease-in-out;
  z-index: 1;
}

.features-box .card:hover:before {
  top: 0;
  background: rgba(215, 0, 6, 1);
}

.features-box .card:hover .card-body,
.features-box .card:hover .card-body h4,
.features-box .card:hover .card-body p,
.features-box .card:hover span {
  color: #fff;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.features-box .card span {
  font-size: 80px;
  display: inline-block;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  color: rgba(187, 187, 187, 1);
}

.features-box .card img {
  max-width:80px;
  width:100%;
  margin:0 auto;
  transition: all 0.2s ease-in-out;
}
.features-box .card:hover .common-img,
.features-box .card .hover-img {
  display: none;
}

.features-box .card:hover .hover-img {
  display: block;
  transition: all 0.4s ease-in-out;
}

.features-box .card .card-body {
  padding: 25px 0 0;
}
    .wcf-section .card .card-header h4,
    .features-box .card .card-body h4 {
        font-family: 'Poppins';
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 1rem;
        color: rgba(40, 45, 51, 1);
    }

.features-box .card .card-body p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(40, 45, 51, 1);
}

/* ==== protfoilo section ===== */
.protfoilo-img-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
}
.protfoilo-content .box {
  position: relative;
  width: 480px;
  height: 480px;
  min-height: 480px;
  margin: 0 auto;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.protfoilo-content .box:hover .imgBox {
  transform: translate(30px, 145px);
  transition: all .5s ease-in-out;
  border-radius: 15px;
  overflow: hidden;
}

.protfoilo-content .box:hover .content {
  transform: translate(0px, 0px);
  transition: all .5s ease-in-out;
}

.imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  resize: both;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:30px 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(40, 45, 51, 1);
  z-index: 1;
  align-items: flex-start;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.content h4 {
  display: block;
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.content p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(244, 226, 227, 1);
}


/* ==== features-section ==== */
.features-section {
  background-color: rgba(40, 45, 51, 1);
  background-image: url(../img/bg-img-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding: 100px 20px;
  position: relative;
}

.features-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.features-section .section-title h3 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.widget-box {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.widget-box .widget-img {
  max-width: 40px;
  width: 100%;
}
.widget-box .widget-img img {
  width: 100%;
}

.widget-box .widget-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
  gap: 20px;
}

.widget-box .widget-body h4 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.widget-box .widget-body p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

/* ==== Monitor Section ==== */
.monitor-section {
  padding: 100px 20px;
  background: rgba(244, 226, 227, .3);
  position: relative;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h3 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(22, 28, 36, 1);
  margin-bottom: 1rem;
}

.section-title p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 0;
}
.monitor-section .section-title {
  max-width: 940px;
  width: 100%;
  margin: 0 auto 50px;
}
.monitor-section .section-title p {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}

.monitor-img {
  border: 8px solid #fff;
  max-width: 166px;
  width: 100%;
  height: 166px;
  overflow: hidden;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
}

.monitor-img img {
  width: 100%;
}

.top-img-box {
  position: relative;
}

.monitor-server-box .monitor-content:first-child .monitor-box .top-img-box::before {
  display: none;
}

.monitor-server-box .monitor-content:last-child .monitor-box .top-img-box::after {
  display: none;
}

.top-img-box::before {
  content: '';
  background: rgba(32, 43, 51, 1);
  height: 5px;
  left: 0;
  top: 75px;
  position: absolute;
  width: 65px;
}

.top-img-box::after {
  content: '';
  background: rgba(32, 43, 51, 1);
  height: 5px;
  right: 0;
  top: 75px;
  position: absolute;
  width: 65px;
}

.monitor-content-body {
  padding: 20px 0;
  text-align: center;
}

.monitor-content-body h4 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 10px;
}

.monitor-content-body p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 10px;
}

.blog-section {
  padding: 100px 20px;
  position: relative;
  background-color: #fff;
}

.blog-section .section-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}

.blog-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.blog-img img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.blog-card:hover .blog-img img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

.blog-card-body {
  padding: 20px 0 0;
  text-align: center;
}

.blog-card-body h4 a,
.blog-card-body h4 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 1rem;
  height: 60px;
  overflow: hidden;
}

.blog-card-body h4 a:hover {
  text-decoration: underline! important;
}

.blog-card-body p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 20px;
  height: 78px;
  overflow: hidden;
}

.read-more {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(40, 45, 51, 1);
}

.read-more:hover {
  color: rgba(215, 0, 6, 1);
  font-family: 'Poppins';
}

/* ===== partnership-section ===== */
.partnership-section {
    background-color: transparent;
    background-image: url(../img/partnership-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: scroll; */
    padding: 80px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.partnership-section .section-title {
  text-align: left;
  margin: 0;
}

.partnership-section .section-title h3 {
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 1);
}

.partnership-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  margin-left: 30px;
}

.partner-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
  /* flex-wrap: wrap; */
  max-width: 630px;
}

.partnership-box {
  border: 1px solid rgba(244, 226, 227, 1);
  background: #fff;
  max-width: 304px;
  width: 100%;
  padding: 19px 20px;
  text-align: center;
  border-radius: 10px;
  height: 80px;
}

.partnership-box img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

/* ==== breadcrumb-section ===== */
.breadcrumb-section {
  /* background-color: rgba(40, 45, 51, .3); */
  background-blend-mode: overlay;
  background-image: url(../img/breadcum-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px 30px;
  /* margin-top: 100px; */
}

.breadcrumb-section .section-title {
  margin: 3rem auto!important;
}

.breadcrumb-section .section-title h3 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.coming-section {
  padding: 100px 20px;
  position: relative;
}

.coming-section .left-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  height: 100%;
}

.coming-section .left-content span {
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  display: block;
}

.coming-section .left-content h1 {
  font-family: 'Poppins';
  font-size: 100px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 10px;
}

.coming-section .left-content p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(32, 43, 51, 1);
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}

/* ========= contact-us-section ====== */
.contact-us-section .left-content {
  display: block;
}

.contact-us-section .left-content h4 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(22, 28, 36, 1);
  margin-bottom: 25px;
}

.contact-us-section .left-content .contact-box span {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, .6);
}

.contact-us-section .left-content .contact-box p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 0;
}
.contact-form .form-group .form-control:focus,
.contact-form .form-group .form-control {
  background-color: #fff;
  border: 1px solid rgba(129, 129, 129, 0.85);
  padding: 16px 20px;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(129, 129, 129, 1);
  border-radius: 15px;
  box-shadow: none;
}

.contact-form .form-group .more-btn:focus,
.contact-form .form-group .more-btn {
  max-width: 145px;
}

/* ====== Terms & Condition ==== */
.terms-section {
  padding: 100px 20px;
  position: relative;
}

.terms-section .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.terms-section .section-title h3 {
  text-align: left;
}

.terms-section .section-title p {
  text-align: left;
  margin-bottom: 1rem;
  letter-spacing: .5px;
}

.terms-section .section-title p:last-child {
  margin-bottom: 0;
}

.terms-content-box {
  margin-bottom: 30px;
}

.terms-content-box h4 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 1rem;
}

.terms-content-box p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .5px;
  text-align: left;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 1rem;
}

.terms-content-box:last-child,
.terms-content-box p:last-child {
  margin-bottom: 0;
}

/* ===== offcanvas ========= */
.offcanvas {
  background: rgba(32, 43, 51, 1);
}

.btn-close {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(215, 0, 6, 1);
  border-radius: 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  padding: 0! important;
  opacity: 1;
}

.menu-logo {
  padding: 0 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.sidebar-menu ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.sidebar-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}


.sidebar-menu ul li a {
  padding: 1rem 20px;
  display: block;
  font-family: 'Poppins';
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  transition: all .4s ease-in-out;
}

.sidebar-menu ul li.active a,
.sidebar-menu ul li a:hover {
  color: #fff;
  background: #d70006;
  transition: all .4s ease-in-out;
}

.contact-info-box {
  background: rgba(215, 0, 6, 1);
  padding: 30px 20px;
  margin: 30px auto;
}

.contact-info-box .contact-box {
  margin-bottom: 30px;
}

.contact-info-box .contact-box:last-child {
  margin-bottom: 0;
}

.contact-info-box .contact-box span {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, .9);
}

.contact-info-box .contact-box p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

.sidebar-social-icons {
  padding: 0 20px;
}

/* ===== thank-you-section ==== */
.thank-you-section {
  padding: 100px 20px;
  position: relative;
}

.check_circle-img {
  margin-bottom: 46px;
}

.thank-you-section .left-content h1 {
  font-family: 'Poppins';
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 20px;
}

.thank-you-section .left-content p {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 30px;
}

.help-support {
  background: rgba(244, 226, 227, .4);
  padding: 27px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-width: 630px;
  width: 100%;
}

.thank-you-section .left-content .support-info p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 1rem;
}

.thank-you-section .left-content .support-info p:last-child {
  margin-bottom: 0;
}

.thank-you-section .left-content .support-info p span {
  font-family: 'Poppins';
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

/* ======== Enquery-modal ==== */
.enquery-modal .modal-dialog {
  max-width: 630px;
}

.enquery-modal .modal-dialog .modal-header {
  padding: 15px 30px;
  background: rgba(215, 0, 6, 1);
  border-radius: 0;
  border: 0;
  justify-content: center;
}

.enquery-modal .modal-dialog .modal-header .modal-title {
  font-family: 'Poppins';
  font-size: 46px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.enquery-modal .modal-dialog .modal-header button {
  position: absolute;
  top: -15px;
  right: -15px;
  max-width: 48px;
  width: 100%;
  height: 48px;
  font-size: 24px;
}

.enquery-modal .modal-content {
  border-radius: 0;
}

.enquery-modal .modal-body {
  padding: 30px;
  border-radius: 0;
}

.enquery-form .form-group {
  margin-bottom: 20px;
}

.enquery-form .form-group:last-child {
  margin-bottom: 0;
}

.enquery-form .form-group .form-control {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(129, 129, 129, 1);
  padding: 1rem;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid rgba(129, 129, 129, 0.85);
}

.enquery-form .form-group .btn {
  max-width: 215px;
  padding: 19px 25px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}

/* ===== solution-section ====== */
.solution-section {
  padding: 100px 20px;
  position: relative;
}

.device-section .section-title,
.gallery-section .section-title,
.solution-section .section-title {
  max-width: 890px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.solution-details-section .solution-box-content {
  margin-bottom: 100px;
}

.solution-box .solution-box-content {
  border: 1px solid rgba(129, 129, 129, 0.3);
  padding: 50px;
  margin-bottom: 40px;
  border-radius: 15px;
}

.solution-details-section .solution-box-content:last-child,
.solution-box .solution-box-content:last-child {
  margin-bottom: 0;
}

.solution-details-section .solution-box-content:nth-child(even) .row,
.solution-box .solution-box-content:nth-child(even) .row {
  flex-direction: row-reverse;
}

.right-box-content,
.left-box-img {
  height: 100%;
}

.left-box-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.solution-box-content .right-box-content h4 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(22, 28, 36, 1);
  margin-bottom: 30px;
  max-width: 600px;
  width: 100%;
}

.solution-box-content .right-box-content p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 20px;
}

/* ==== gallery-section === */
.gallery-section {
  padding: 100px 20px;
  position: relative;
  background-color: rgba(244, 226, 227, .3);
}

.galler-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.galler-box-content .galler-box .galler-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/* 
.galler-box img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  height: 100%;
  object-fit: cover;
}

.galler-box:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
} */

/* ===== pagination-box ====== */
.pagination-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.pagination-box ul li a {
  border: 1px solid rgba(216, 223, 227, 1);
  background: rgba(255, 255, 255, 1);
  padding: 1rem;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(40, 45, 51, 1);
  transition: all .4s ease-in-out;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
    .pagination-box ul li a.active,
    .pagination-box ul li a:hover {
        background-color: rgba(40, 45, 51, 1);
        border-color: transparent;
        color: #fff;
        transition: all .4s ease-in-out;
    }

/* ==== blog-details-section ===== */
.blog-details-section {
  padding: 60px 20px 130px;
  position: relative;
}

.blog-details-section .section-title {
  text-align: left;
  max-width: 100%;
  margin-bottom: 40px;
}

.blog-details-section .section-title h3 {
  text-align: left;
}

.blog-details-section .section-title p {
  font-size: 18px;
}

/* .left-blog-post p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(32, 43, 51, 1);
} */

.section-left-content p {
  text-align: left;
}

.section-right-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.section-right-content span {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: right;
  color: rgba(32, 43, 51, 1);
}

.section-right-content .btn {
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 12px 30px;
  max-width: 100%;
  height: 50px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.blog-post {
  margin-bottom: 30px;
}
.left-blog-post ul li {
    list-style-type:disc;
    
}
.left-blog-post ul {
    padding:0 0 0 20px;
}
.left-blog-post h2,
.blog-post h4 {
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(40, 45, 51, 1);
    margin-bottom: 20px;
}
    .left-blog-post ul li,
    .left-blog-post p,
    .blog-post p {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0em;
        text-align: justify;
        color: rgba(32, 43, 51, 1);
        margin-bottom: 20px;
    }
        .left-blog-post ul li:last-child,
        .left-blog-post p:last-child,
        .blog-post p:last-child {
            margin-bottom: 0;
        }

.left-blog-post a {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #fb5849;
}

.recent-blog-post .section-title {
  margin-bottom: 30px;
}

.recent-blog-post .section-title p,
.recent-blog-post .section-title h3 {
  text-align: left;
}

.cmnt-post h4 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.author-img {
  max-width: 60px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  border-radius: 50px;
}

.author-img img {
  object-fit: cover;
  height: 100%;
}

.auther-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 1rem;
  border-top: 1px solid rgba(216, 223, 227, 1);
  border-bottom: 1px solid rgba(216, 223, 227, 1);
  padding: 20px 0;
  margin-bottom: 20px;
}


.author-details h5 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 10px;
}

.author-details span {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 20px;
  display: block;
}

.details-content p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 25px;
}

.replay-btn {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(215, 0, 6, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.replay-btn:hover {
  color: rgba(32, 43, 51, 1);
}

.cmnt-form .form-control {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  border-radius: 0;
  border: 1px solid rgba(129, 129, 129, 0.85);
  padding: 1rem 20px;
  height: 60px;
}

.cmnt-form textarea.form-control {
  height: 100%;
  min-height: auto;
  padding: 25px;
}

.cmnt-form .form-group .btn {
  max-width: 100%;
}

/* ===== device-img ====== */
.device-card .device-img {
  border: 1px solid rgba(244, 226, 227, 1);
  border-radius: 0;
  padding: 20px 1rem 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
}

.device-card .device-img img {
  transform: scale(1);
  transition: all .4s ease-in-out;
  height: 220px;
  max-width: 320px;
  width: 100%;
  object-fit: cover;
}

.device-card:hover .device-img img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

.device-card-body {
  padding: 20px;
  text-align: center;
}

.device-card-body h5,
.device-card-body h5 a {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 1rem;
  height: 30px;
  overflow: hidden;
}

.device-card-body h5 a:hover {
  text-decoration: underline! important;
}

.device-card-body p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 1rem;
  height: 26px;
  overflow: hidden;
}

.case-inner-section .section-title {
  margin-left: 0;
  max-width: 870px;
  width: 100%;
  margin-bottom: 30px;
}

.case-inner-section .section-title p,
.case-inner-section .section-title h3 {
  text-align: left;
}

.study-content-box {
  margin-bottom: 60px;
}

.study-content-box .right-box-content h4,
.study-content-box h4 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  margin-bottom: 20px;
}

.study-content-box .right-box-content p,
.study-content-box p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 20px;
}

.study-content .study-content-box:last-child,
.study-content-box .right-box-content p:last-child,
.study-content-box p:last-child {
  margin-bottom: 0;
}

.study-content .study-content-list:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.site-list {
  padding: 100px 20px;
  position: relative;
  font-family: 'Poppins';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(22, 28, 36, 1); 
}

.site-list a {
  font-family: 'Poppins';
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(22, 28, 36, 1);  
}

.site-list a:hover {
  color: rgba(215, 0, 6, 1);
  text-decoration: underline! important;
}

.device-details-section {
  padding: 100px 20px;
}

.device-details-box .right-box-content h4 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(22, 28, 36, 1);  
  margin-bottom: 10px;
}

.device-details-box .right-box-content span {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(32, 43, 51, 1);  
  margin-bottom: 20px;
  display: block;
}

.device-details-box .right-box-content p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: justify;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 30px;  
}

.network-support-section {
  background: rgba(244, 226, 227, .3);
}

.specific-tab-box {
  gap: 30px;
}

.specific-tab .nav-pills {
  max-width: 300px;
  width: 100%;
}

.specific-tab .nav-pills .nav-link {
  border: 1px solid rgba(244, 226, 227, 1);
  background-color: transparent;
  border-radius: 0;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(40, 45, 51, 1);
  padding: 1rem 30px;
}

.specific-tab .nav-pills .nav-link.active, 
.specific-tab .nav-pills .show>.nav-link {
  background-color: rgba(40, 45, 51, 1);
  border-color: transparent;
  font-family: 'Poppins';
  color: #fff;
}

.specific-tab .tab-content {
  border: 1px solid rgba(40, 45, 51, 1);
  border-radius: 0;
  padding: 20px 20px 20px 25px;
  width: 100%;
}

.specific-content-box h3 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(22, 28, 36, 1);
  margin-bottom: 30px;
  text-transform: capitalize;
}

.specific-list ul {
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
}

.specific-list ul li {
  list-style-type: disc;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 20px;
}

.specific-device-img {
  border: 1px solid rgba(244, 226, 227, 1);
  padding: 1rem 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.specific-device-img img {
  height: auto;
  object-fit: cover;
}

.accessories-section .device-card-body p {
  height: auto;
}

.terms-section .section-title h2 {
    font-family: 'Poppins';
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(22, 28, 36, 1);
    margin-bottom: 1rem;
}

.terms-section .section-title h3 {
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(40, 45, 51, 1);
    margin-bottom: 1rem;
}

.terms-section .section-title h4 {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(40, 45, 51, 1);
    margin-bottom: 1rem;
}

.terms-section .section-title strong {
    font-weight: 600;
}

.device-details-lastsection {
    margin-bottom: 130px;
}

.accordion-item {
    border: none;
    border-radius: 0 !important;
}

.accordion-button:focus,
.accordion-button {
    background-color: #fff;
    box-shadow: none;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(22, 28, 36, 1);
    border-bottom: 1px solid rgba(1, 23, 41, 0.2);
    border-radius: 0 !important;
    text-transform: capitalize;
}

    .accordion-button:not(.collapsed) {
        background-color: rgba(1, 23, 41, 0.02);
        color: rgb(215 0 6);
        border-color: rgb(215 0 6);
    }

.accordion-body p {
    font-family: 'Poppins';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: justify;
    color: rgba(22, 28, 36, 1);
    margin-bottom: 20px;
}

    .accordion-body p:last-child {
        margin-bottom: 0;
    }

.faq-content-box .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
    width: 30px;
    height: 30px;
    background-size: 30px;
    -webkit-transition: -webkit-transform ease 200ms,color ease 200ms;
    transition: transform ease 200ms,color ease 200ms;
}

.faq-content-box .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='close' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='close'/%3e%3c/svg%3e");
    transition: transform 200ms ease 0s, color 200ms ease 0s;
    transform: rotate(45deg);
}

.wcf-section .card {
    border: 1px solid rgba(129, 129, 129, 0.85);
    background: #FFF;
    border-radius: 0;
    padding: 30px 20px 0;
    overflow: hidden;
    height: 100%;
}

    .wcf-section .card .card-header {
        padding: 0;
        background: transparent;
        border: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
        width: 100%;
        margin-bottom: 1rem;
    }

.wcf-features-box .card::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 243, 243, .4);
    transition: .3s ease-in-out;
    z-index: 1;
}

.wcf-features-box .card:hover:before {
    top: 0;
    background: rgba(40, 45, 51, 1);
}

.wcf-features-box .card:hover .card-header,
.wcf-features-box .card:hover .card-body,
.wcf-features-box .card:hover .card-header h4,
.wcf-features-box .card:hover .card-body p,
.wcf-features-box .card:hover span {
    color: #fff;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.wcf-section .card .card-header h4 {
    margin-bottom: 0;
    text-align:left;
}

.wcf-section .card .card-body {
    padding: 0;
}

    .wcf-section .card .card-body p {
        color: #282D33;
        font-family: 'Poppins';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 146.667% */
        margin-bottom: 20px;
    }

    .wcf-section .card .card-body .more-btn {
        max-width: 60px;
        width: 100%;
        background-color: #fff;
        position: relative;
        margin-right: -20px;
        margin-left: auto;
        opacity: 0;
        visibility: hidden;
        color: #282D33;
        transition: all 0.4s ease-in-out;
        font-family: 'Poppins';
        font-size: 20px;
        line-height: 1;
        font-style: normal;
    }

.wcf-section .card:hover .card-body .more-btn {
    transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.btn-watch-video {
    display: block;
    height: 100%;
    position: relative;
}

    .btn-watch-video span {
        font-size: 80px;
        line-height: 1;
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #d60000;
        font-weight: 700;
        transform: scale(1);
        transition: all .4s ease-in-out;
    }

    .btn-watch-video:hover span {
        transform: scale(1.2);
        transition: all .4s ease-in-out;
        color: #000;
    }

.wcf-section .card:hover .card-header .common-img,
.wcf-section .card .card-header .hover-img {
    display: none;
}

.wcf-section .card:hover .card-header .hover-img {
    display: block;
    transition: all 0.4s ease-in-out;
}
.wcf-section .card .card-header img {
    max-width: 80px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.modules-section .section-title {
  margin-bottom: 40px;
}

.modules-section .section-title p {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #202B33;
  margin-bottom: 0;
}

.wcf-modules-box .card {
  padding: 30px 20px;
  transition: all .4s ease-in-out;
  border: 1px solid #B1B8C2;
  border-radius: 15px;
}

.wcf-modules-box .card:hover {
  background-color: #9B5DE5;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+1) .card:hover {
  background-color: rgb(44 216 166);
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+2) .card:hover {
  background-color: rgb(243 121 153);
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+3) .card:hover {
  background-color: #08b7d8;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+4) .card:hover {
  background-color: #ef7c4a;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+5) .card:hover {
  background-color: #003865;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+6) .card:hover {
  background-color: #34393e;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+7) .card:hover {
  background-color: #85a98e;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+8) .card:hover {
  background-color: #bf959e;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+9) .card:hover {
  background-color: #3cacc4;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+10) .card:hover {
  background-color: #fdb85f;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+11) .card:hover {
  background-color: #5588a4;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+12) .card:hover {
  background-color: #770000;
  transition: all .4s ease-in-out;
}

.wcf-modules-box > .row > .modules-col:nth-child(n+13) .card:hover {
  background-color: #7cc998;
  transition: all .4s ease-in-out;
}

.blog-section .wcf-modules-box .card:hover {
  background: #000;
}

.wcf-section.blog-section .wcf-modules-box .card .card-header h4{
  font-size: 22px;
}
/* 
.wcf-modules-box .card .card-header {
  padding: 0px 20px 0;
}

.wcf-modules-box .card .card-body {
  padding: 0 20px 30px;
}
 */
.wcf-modules-box .card .card-header {
  gap: 10px;
}

.wcf-modules-box .card .card-header img {
  max-width: 60px;
  width: 100%;
}

.wcf-section .wcf-modules-box .card .card-header h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.wcf-features-box.wcf-modules-box .card::before {
  display: none;
}

.wcf-modules-box .card:hover .card-header .light-img,
.wcf-modules-box .card .card-header .hover-img {
  display: none;
}

.wcf-modules-box .card:hover .card-header .hover-img {
  display: block;
}

.wcf-section .wcf-modules-box .card .card-body p {
  margin-bottom: 0;
}

.wcf-section .wcf-modules-box .card:hover .card-body {
  padding-bottom: 0;
}

.wcf-section .wcf-modules-box .card:hover .card-body p {
  height: calc(300px - 80px);
  overflow: hidden;
  margin-bottom: 20px;
}

.wcf-section .wcf-modules-box .card .card-footer {
  display: none;
  /* padding: 0 20px; */
  padding: 0;
  border-radius: 0;
  background: transparent;
  /* padding: 20px 20px 20px;
  background-color: rgba(255, 255, 255, .4); */
  /* background: linear-gradient(180deg, rgba(155, 93, 229, 0) 0%, #9B5DE5 38.28%, #9B5DE5 100%); */
  width: 100%;
  border: 0;
  position: relative;
  /* bottom: 30px;
  left: 0;
  right: 0; */
  z-index: 12;
}

.wcf-modules-box .card:hover .card-footer {
  display: block;
}

.wcf-section .wcf-modules-box .card .card-footer .more-btn,
.wcf-section .wcf-modules-box .card:hover .card-footer .more-btn {
  max-width: 135px;
  width: 100%;
  margin-left: 0;
  background-color: #fff;
  color: #9B5DE5;
}

.wcf-section .wcf-modules-box .card .card-footer .more-btn:hover {
  background-color: #d70006;
  color: #fff;
}

.network-support-section .modules-content-box {
  margin-bottom: 20px;
}

.modules-details-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.modules-left-box {
  background-color: #00B4D8;
  padding: 15px;
  max-width: 120px;
  width: 100%;
  height: 120px;
}

.modules-right-box {
  max-width: 640px;
  width: 100%;
}

.modules-right-box h2 {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  text-align: left;
  color: #161C24;
  margin-bottom: 1rem;
}

.modules-right-box p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #202B33;
  margin-bottom: 0;
}

.modules-content-box h3 {
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #282D33;
  margin-bottom: 1rem;
}

.modules-content-box p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #282D33;
  margin-bottom: 20px;
}

.modules-content-box p:last-child {
  margin-bottom: 0;
}

.modules-diagram-img {
  width: 100%;
  border: 1px solid #B1B8C2;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.case-card-box .case-card-img,
.gallery-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.case-card-box .case-card-img img,
.gallery-img img {
  transform: scale(1);
  transition: all .4s ease-in-out;
}

.case-card-box:hover .case-card-img img,
.gallery-img:hover img {
  transform: scale(1.1);
  transition: all .4s ease-in-out;
}

.gallery-card-img h5 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
  line-height: 27.24px;
  text-align: left;
  color: #161C24;
  margin-bottom: 0;
  margin-top: 10px;
}

.gallery-card-body {
  border: 1px solid #B1B8C2;
  padding: 20px;
  border-top: 1px solid transparent;
}

.case-card-box .case-card-body h5,
.gallery-card-body h5 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
  line-height: 27.24px;
  text-align: left;
  color: #161C24;
  margin-bottom: 10px;
}

.case-card-box .case-card-body p,
.gallery-card-body p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #202B33;
  margin-bottom: 0;
}

.case-card-box {
  border: 1px solid #B1B8C2;
  display: block;
}

.case-card-box .case-card-body {
  padding: 20px;
}

/* .case-card-box:hover .case-card-body h5 {
  color: #d70006;
  text-decoration: underline;
} */
.counting-section {
  position: absolute;
  z-index: 10;
  bottom: -70px;
  left: 0;
  width: 100%;
}

.counting-box {
  background-color: #fff;
  padding: 35px 50px;
  border-radius: 20px;
  box-shadow: 0px 4px 50px 0px rgba(26, 24, 23, 0.1);
  border: 1px solid rgba(183, 183, 183, 1);
}

.count-items {
  border-right: 1px solid rgba(183, 183, 183, 1);
}

.count-items:last-child {
  border-right: none;
}

.count-items:first-child .counting-card-box {
  justify-content: flex-start;
}

.count-items .counting-card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.counting-card-img {
  max-width: 64px;
  width: 100%;
  text-align: center;
}

.counting-card-img img {
  width: auto;
  height: auto;
}

.counting-card-body h5 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  color: rgba(22, 28, 36, 1);  
  margin-bottom: 0;
}

.counting-card-body p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(32, 43, 51, 1);
  margin-bottom: 0;
}

.tab-box .nav {
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.tab-box .nav .nav-link {
  border: 1px solid rgba(40, 45, 51, 1);
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(40, 45, 51, 1);
  padding: 12px 20px;
  border-radius: 8px;
  background-color: transparent;
  transition: all .4s ease-in-out;
}

.tab-box .nav .nav-link:hover,
.tab-box .nav .nav-link.active {
  background-color: rgba(215, 0, 6, 1);
  border-color: transparent;
  color: #fff;
  transition: all .4s ease-in-out;
}
.footer-info p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
}