/* 

TemplateMo 586 Scholar

https://templatemo.com/tm-586-scholar

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
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;
}

* 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;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}


a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 500;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #3973b2;
  color: #fff;
}

::-moz-selection {
  background: #3973b2;
  color: #fff;
}

.section {

  margin-top: 48px;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  
  line-height: 44px;
}

.section-heading h2 em {
  color: #3973b2;
  font-style: normal;
}

.section-heading h6 {
  color: #3973b2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-button a {
  display: inline-block;
  background-color: #fff;
  color: #3973b2;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #3973b2;
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #3973b2;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #3973b2;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #3973b2 !important;
  border-radius: 0px 0px 25px 25px;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: absolute;
  background-color: transparent;
  top: 40px;
  left: 0;
  right: 0;
  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;
}

.header-area .main-nav {
  background: transparent;
  display: flex
} 

.header-area .main-nav .logo {
  -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;
  display: inline-block;
}

.header-area .main-nav .logo .logo-img {
  max-height: 63px;
  padding-bottom: 5px;
  width: auto;
  vertical-align: middle;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.background-header .main-nav .logo,
.background-header .main-nav #search {
  margin-top: 18px;
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: rgba(255, 255, 255, 0.10);
  height: 44px;
  width: 250px;
  border-radius: 23px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 20px 0px;
}

.header-area .main-nav #search input::placeholder {
  color: rgba(250, 250, 250, 0.75);
}

.header-area .main-nav #search i {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 15px;
  font-size: 16px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: right;
  -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:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li:not(.dropdown) a:hover {
  background-color: rgba(255, 255, 255, 0.15);

}

.header-area .main-nav .nav li:not(.dropdown) a.active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  opacity: 1;
}

.background-header .main-nav .nav {margin-top: 20px;}

.background-header .main-nav .nav li {
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li:hover a {
  opacity: 0.8;
  padding-top: 1px !important;
}
.header-area .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.background-header .main-nav .nav li:hover a {
  opacity: 0.8;
}
.background-header .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 20px;
}

.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: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.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: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.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: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.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: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li,
  .background-header .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Laptop L - 1440px */
@media (max-width: 1440px) {
  .header-area .main-nav .nav li,
  .background-header .main-nav .nav li {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .header-area .logo .logo-img,
  .background-header .logo .logo-img {
    max-height: 63px;
  }
  .background-header .main-nav .logo,
  .background-header .main-nav #search {
    margin-top: 17px;
  }
  .header-area .main-nav #search input,
  .background-header .main-nav #search input {
    width: 220px;
    font-size: 13px;
  }
  .background-header {
    height: 78px !important;
  }
}

/* Laptop - 1024px */
@media (max-width: 1024px) {
  .header-area .main-nav .nav li,
  .background-header .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }
  .header-area .logo .logo-img,
  .background-header .logo .logo-img {
    max-height: 50px;
  }
  .background-header .main-nav .logo,
  .background-header .main-nav #search {
    margin-top: 15px;
  }
  .header-area .main-nav #search input,
  .background-header .main-nav #search input {
    width: 200px;
    font-size: 13px;
  }
  .header-area {
    top: 35px;
  }
  .background-header {
    height: 75px !important;
  }
  .background-header .main-nav .nav {
    margin-top: 18px;
  }
}

/* Tablet view - 768px */
@media (max-width: 768px) {
  /* Hide regular menu by default, show burger menu */
  .header-area .main-nav .nav,
  .background-header .main-nav .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 72%;
    background-color: #f1f0fe;
    z-index: 999;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    flex-direction: column;
    float: none;
  }
  
  .header-area .main-nav .nav li,
  .background-header .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
  .header-area .main-nav .nav li:first-child,
  .background-header .main-nav .nav li:first-child {
    border-top: 1px solid #ddd;
  }
  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 600;
    color: #1e1e1e;
    background-color: #f1f0fe;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .header-area .main-nav .nav li.dropdown > a::after,
  .background-header .main-nav .nav li.dropdown > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    margin-right: 20px;
  }
  .header-area .main-nav .nav li:not(.dropdown) a:hover,
  .background-header .main-nav .nav li:not(.dropdown) a:hover {
    background-color: #e8e7f8;
    transform: none;
  }
  
  /* Show burger menu */
  .header-area .main-nav .menu-trigger,
  .background-header .main-nav .menu-trigger {
    display: block !important;
    top: 7px;
    right: 20px;
    z-index: 1000;
    width: 32px;
    height: 40px;
  }
  .background-header .main-nav .menu-trigger {
    top: 6px;
  }
  
  .header-area,
  .background-header {
    padding: 0px 15px;
    top: 0;
   
  }
  .header-area .container,
  .background-header .container {
    padding: 0;
  }
  .header-area .main-nav .logo,
  .background-header .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
    z-index: 1001;
  }
  .header-area .logo .logo-img,
  .background-header .logo .logo-img {
    max-height: 45px;
    margin-top: 0px !important;
  }
  .header-area .main-nav,
  .background-header .main-nav {
    overflow: visible;
    position: relative;
    min-height: 104px;
  }
  .header-area.header-sticky .nav,
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header {
    height: 80px !important;
  }
  
  /* Dropdown menu styling for tablet */
  .header-area .main-nav .nav .dropdown-menu.megamenu,
  .background-header .main-nav .nav .dropdown-menu.megamenu {
    position: static !important;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border: none;
    box-shadow: none;
    background-color: #e8e7f8;
    display: none;
  }
  .header-area .main-nav .nav .dropdown.open .dropdown-menu.megamenu,
  .header-area .main-nav .nav .dropdown:hover .dropdown-menu.megamenu,
  .background-header .main-nav .nav .dropdown.open .dropdown-menu.megamenu,
  .background-header .main-nav .nav .dropdown:hover .dropdown-menu.megamenu {
    display: block !important;
  }
  .megamenu .col-megamenu {
    padding: 0 12px;
    margin-bottom: 12px;
  }
  .megamenu .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .megamenu .dropdown-item {
    font-size: 13px;
    padding: 7px 0;
  }
  .megamenu .dropdown-item i {
    font-size: 12px;
    margin-right: 8px;
  }
}

/* Mobile L - 425px */
@media (max-width: 425px) {
  .header-area,
  .background-header {
    padding: 0px 10px;
    height: 75px;
  }
  .header-area .main-nav .logo,
  .background-header .main-nav .logo {
    left: 15px;
  }
  .header-area .logo .logo-img,
  .background-header .logo .logo-img {
    max-height: 35px;
    margin-top: -48px !important;
  }
  .header-area .main-nav .menu-trigger,
  .background-header .main-nav .menu-trigger {
    right: 15px;
    width: 28px;  
    height: 36px;
    top: -16px;
  }
  .background-header .main-nav .menu-trigger {
    top: -22px;
  }
  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after,
  .background-header .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
    width: 26px;
  }
  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }
  .header-area .main-nav .nav .dropdown-menu.megamenu,
  .background-header .main-nav .nav .dropdown-menu.megamenu {
    padding: 12px 0;
  }
  .megamenu .col-megamenu {
    padding: 0 10px;
  }
  .megamenu .title {
    font-size: 15px;
  }
  .megamenu .dropdown-item {
    font-size: 12px;
    padding: 8px 0;
  }
  .megamenu .dropdown-item i {
    font-size: 11px;
    margin-right: 7px;
  }
  .background-header {
    height: 75px !important;
  }
  .header-area.header-sticky .nav,
  .background-header.header-sticky .nav {
    margin-top: 75px !important;
  }
}

/* Mobile M - 375px */
@media (max-width: 375px) {
  .header-area,
  .background-header {
    padding: 0px 8px;
    height: 70px;
  }
  .header-area .main-nav .logo,
  .background-header .main-nav .logo {
    left: 12px;
  }
  .header-area .logo .logo-img,
  .background-header .logo .logo-img {
    max-height: 32px;
  }
  .header-area .main-nav .menu-trigger,
  .background-header .main-nav .menu-trigger {
    right: 12px;
    width: 26px;
    height: 34px;
    top: -15px;
  }
  .background-header .main-nav .menu-trigger {
    top: -24px;
  }
  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after,
  .background-header .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
    width: 24px;
    height: 2px;
  }
  .header-area .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span {
    top: 15px;
  }
  .header-area .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:before {
    top: -9px;
  }
  .header-area .main-nav .menu-trigger span:after,
  .background-header .main-nav .menu-trigger span:after {
    top: 9px;
  }
  .header-area .main-nav .nav li,
  .background-header .main-nav .nav li {
    height: 48px;
  }
  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    line-height: 48px;
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }
  .header-area .main-nav .nav .dropdown-menu.megamenu,
  .background-header .main-nav .nav .dropdown-menu.megamenu {
    padding: 10px 0;
  }
  .megamenu .col-megamenu {
    padding: 0 8px;
  }
  .megamenu .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .megamenu .dropdown-item {
    font-size: 11px;
    padding: 6px 0;
  }
  .megamenu .dropdown-item i {
    font-size: 12px;
    margin-right: 8px;
  }
  .background-header {
    height: 70px !important;
  }
  .header-area.header-sticky .nav,
  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
}

/* Mobile S - 320px */
@media (max-width: 320px) {
  .header-area,
  .background-header {
    padding: 0px 5px;
    height: 65px;
  }
  .header-area .main-nav .logo,
  .background-header .main-nav .logo {
    left: 8px;
  }
  .header-area .logo .logo-img,
  .background-header .logo .logo-img {
    max-height: 28px;
  }
  .header-area .main-nav .menu-trigger,
  .background-header .main-nav .menu-trigger {
    right: 7px;
    width: 24px;
    height: 32px;
    top: -15px;
  }
  .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,
  .background-header .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
    width: 22px;
    height: 2px;
  }
  .header-area .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span {
    top: 14px;
  }
  .header-area .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:before {
    top: -8px;
  }
  .header-area .main-nav .menu-trigger span:after,
  .background-header .main-nav .menu-trigger span:after {
    top: 8px;
  }
  .header-area .main-nav .nav li,
  .background-header .main-nav .nav li {
    height: 45px;
  }
  .header-area .main-nav .nav li a,
  .background-header .main-nav .nav li a {
    line-height: 45px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }
  .header-area .main-nav .nav li.dropdown > a::after,
  .background-header .main-nav .nav li.dropdown > a::after {
    margin-right: 10px;
    font-size: 10px;
  }
  .header-area .main-nav .nav .dropdown-menu.megamenu,
  .background-header .main-nav .nav .dropdown-menu.megamenu {
    padding: 8px 0;
  }
  .megamenu .col-megamenu {
    padding: 0 5px;
  }
  .megamenu .title {
    font-size: 13px;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
  .megamenu .dropdown-item {
    font-size: 10px;
    padding: 5px 0;
  }
  .megamenu .dropdown-item i {
    font-size: 11px;
    margin-right: 6px;
    width: 16px;
  }
  .background-header {
    height: 65px !important;
  }
  .header-area.header-sticky .nav,
  .background-header.header-sticky .nav {
    margin-top: 65px !important;
  }
  
  /* Main Banner - Mobile S (320px) */
  .main-banner {
    padding: 80px 0px 60px 0px;
  }
  .main-banner .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-banner .item {
    padding: 40px 12px 70px 12px !important;
    border-radius: 15px;
    min-height: 350px;
  }
  .main-banner .item .header-text {
    width: 100%;
    text-align: center;
  }
  .main-banner .item span.category {
    font-size: 10px;
    padding: 3px 8px;
    margin-bottom: 12px;
    display: inline-block;
  }
  .main-banner .item h2 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 12px;
    word-wrap: break-word;
  }
  .main-banner .item p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    word-wrap: break-word;
  }
  .main-banner .item .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
  }
  .main-banner .item .buttons .main-button {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 200px;
  }
  .main-banner .item .buttons .main-button a {
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    padding: 0px 18px;
    width: 100%;
    text-align: center;
  }
  .main-banner .item .buttons .icon-button {
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-banner .item .buttons .icon-button i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 12px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .main-banner .item .buttons .icon-button a {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-banner .owl-nav {
    bottom: -30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto;
    max-width: 100%;
  }
  .main-banner .owl-nav .owl-prev i,
  .main-banner .owl-nav .owl-next i {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 16px !important;
    margin: 0 3px !important;
  }
  .main-banner .owl-nav .owl-next i {
    position: relative !important;
    left: auto !important;
    bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #f1f0fe;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 600;
    color: #1e1e1e;
    background-color: #f1f0fe;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #3973b2!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }
  .header-area .logo .logo-img {
    max-height: 40px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li:not(.dropdown) a:hover {
    background-color: #e8e7f8;
    transform: none;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/banner-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 80px 0px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.main-banner .item-1 {
  background-image: url(../images/banner-item-01.jpg);
}

.main-banner .item-2 {
  background-image: url(../images/banner-item-02.jpg);
}

.main-banner .item-3 {
  background-image: url(../images/banner-item-03.jpg);
}

.main-banner .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
  padding: 100px 100px;
  margin-left: 0;
  width: 100%;
}

.main-banner .item span.category {
  background-color: #3973b2;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 50px;
}

.main-banner .item h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  width: 100%;
  margin-bottom: 40px;
}

.main-banner .item p {
  color: #fff;
  width: 100%;
  max-width: 800px;
}

.main-banner .item .buttons {
  display: flex;
  margin-top: 50px;
}

.main-banner .item .buttons .main-button {
  margin-right: 30px;
}

.main-banner .item .buttons .main-button a {
  font-size: 14px;
  color: #3973b2;
  background-color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
  border-radius: 25px;
  font-weight: 500;
}

.main-banner .item .buttons .icon-button i {
  color: #3973b2;
  background-color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
}

.main-banner .item .buttons .icon-button a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.main-banner .owl-nav {
  position: absolute;
  width: 100%;
  max-width: 70%;
  bottom: -60px;
  left: 50px;
  text-align: center;
  z-index: 2;
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: #29619f;
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
  margin: 0 10px;
}

.main-banner .owl-nav .owl-prev i {
  position: relative;
  bottom: 0;
}

.main-banner .owl-nav .owl-next i {
  position: relative;
  bottom: 0;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color:#29619f;
}

@media (max-width: 991px) {
  .main-banner .owl-nav {
    bottom: -50px;
  }
  
  .main-banner .owl-nav .owl-prev i,
  .main-banner .owl-nav .owl-next i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .main-banner .owl-nav {
    bottom: -40px;
  }
  
  .main-banner .owl-nav .owl-prev i,
  .main-banner .owl-nav .owl-next i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin: 0 5px;
  }
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services .service-item:hover .icon img {
  margin-top: -10px;
}

.services .service-item {
  position: relative;
  margin-top: 25px;
}

.services .service-item .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  background-color: #3973b2;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: -26px;
  overflow: hidden;
}

.services .service-item .icon img {
  max-width: 50px;
  height: auto;
  margin-bottom: 28px;
  vertical-align: middle;
  margin-top: 14px !important;
}

.services .service-item:hover .icon img {
  transform: scale(1.1);
}

.services .service-item .main-content {
  border-radius: 25px;
  padding: 60px 26px 40px 26px;
  background-color: #f1f0fe;
  margin-right: 0px;
  transition: all .4s;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  transition: all .4s;
}

.services .service-item p {
  color: #4a4a4a;
  margin-bottom: 25px;
}

.service-item .vision-list,
.service-item .values-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.service-item .vision-list li,
.service-item .values-list li {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-weight: 600;
}

.service-item .vision-list li i,
.service-item .values-list li i {
  color: #3973b2;
  position: absolute;
  left: 0;
  top: 4px;
}

.service-item .icon i {
  font-size: 40px;
  color: #3973b2;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 767px) {
  .services .service-item .icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    top: -40px;
  }
  
  .services .service-item .icon img {
    max-width: 50%;
    max-height: 50%;
  }
  
  .service-item .vision-list li,
  .service-item .values-list li {
    font-size: 13px;
  }
  
  .service-item .icon i {
    font-size: 35px;
  }
}

.services .objectives-box {
  background-color: #f1f0fe;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.services .objectives-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.services .objectives-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1e1e1e;
}

.services .objectives-box h4 i {
  color: #3973b2;
  margin-right: 10px;
}

.services .objectives-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services .objectives-list li {
  color: #4a4a4a;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
  font-weight: 600;
}

.services .objectives-list li i {
  color: #3973b2;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .services .objectives-box {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .services .objectives-box {
    padding: 20px;
  }
  
  .services .objectives-box h4 {
    font-size: 18px;
  }
  
  .services .objectives-list li {
    font-size: 14px;
  }
}

/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

.about-us {
  position: relative;
  padding: 0px;
  margin-top: 80px;
}

.about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}

.accordion {
  margin-top: -40px;
  margin-bottom: -40px;
  background-color: #3973b2;
  border-radius: 40px;
  padding: 80px 50px 50px 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 40px !important;
  margin-bottom: 30px;
  border: none;
}

.accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border-radius: 40px !important;
}

.accordion-button:not(.collapsed) {
  color: #3973b2;
  background-color: #fff;
}

h2.accordion-header button {
  padding: 15px 25px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
}

.accordion-button::after {
  font-size: 18px;
  font-weight: 500;
  background-image: none;
  content: '+';
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #3973b2;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  line-height: 32px;
  content: '-';
}

.accordion-body {
  padding: 0px 25px 30px 25px;
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

.about-us .section-heading {
  margin-left: 60px;
  margin-bottom: 0px;
}

.about-us .section-heading .main-button {
  margin-top: 20px;
}


/* 
---------------------------------------------
Courses Style
--------------------------------------------- 
*/

.courses {

  padding: 15px 0;
  position: relative;
  overflow: hidden;
}

.event_filter {
  text-align: center;
  background-color: #f1f0fe;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: max-content;
}

.event_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.event_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

.event_filter li a.is_active,
.event_filter li a:hover {
  color: #3973b2;
}

.product-filter-tabs-wrapper {
  display: none;
  margin: 0 auto 30px;
  max-width: 100%;
}

.product-filter-tabs {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
  padding: 4px 4px 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-filter-tabs::-webkit-scrollbar {
  display: none;
}

.product-filter-tabs .nav-link {
  border-radius: 30px;
  border: 1px solid rgba(122, 106, 216, 0.25);
  background-color: #ffffff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(22, 29, 33, 0.05);
}

.product-filter-tabs .nav-link:focus {
  box-shadow: 0 0 0 2px rgba(122, 106, 216, 0.2);
}

.product-filter-tabs .nav-link.active {
  background-color: #3973b2;
  color: #ffffff;
  border-color: #3973b2;
  box-shadow: 0 8px 18px rgba(122, 106, 216, 0.25);
}

.event_box {
  margin-bottom: 30px;
}

.events_item {
  background-color: #f1f0fe;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.events_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.events_item .thumb {
  position: relative;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

.events_item .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.events_item:hover .thumb img {
  transform: scale(1.05);
}

.events_item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #3973b2;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
}

.events_item .thumb span.price {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: rgba(122, 106, 216, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  display: inline-block;
  transition: all .3s;
}

.events_item .thumb span.price h6 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.events_item .thumb span.price em {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}


.events_item .down-content {
  padding: 25px 30px;
}

.events_item .down-content span.author {
  color: #3973b2;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.events_item .down-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  transition: all .3s;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.events_item:hover .down-content h4 {
  color: #3973b2;
}

@media (max-width: 991px) {
  .courses {
    margin-top: 60px;
    padding: 40px 0;
  }
  
  .event_filter {
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  
  .event_filter li {
    margin: 0px 10px;
  }
  
  .events_item .thumb img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .courses {
    margin-top: 40px;
    padding: 30px 0;
  }
  
  .event_filter {
    padding: 8px 15px;
  }
  
  .event_filter li {
    margin: 0px 5px;
  }
  
  .event_filter li a {
    font-size: 13px;
  }
  
  .events_item .thumb img {
    height: 180px;
  }
  
  .events_item .thumb span.category,
  .events_item .thumb span.price {
    padding: 6px 15px;
    font-size: 12px;
  }
  
  .events_item .down-content {
    padding: 20px;
  }
  
  .events_item .down-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .event_filter {
    display: none !important;
  }

  .product-filter-tabs-wrapper {
    display: block;
  }

  .product-filter-tabs {
    justify-content: flex-start;
  }
}

/* 
---------------------------------------------
Facts Style
--------------------------------------------- 
*/

.fun-facts {
  position: relative;
  padding: 80px 0px;
  overflow: hidden;
}

.fun-facts:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  background-color: #3973b2;
  content: '';
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
}

.fun-facts .counter {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  transition: all 0.3s ease;
}

.fun-facts .counter:hover {
  transform: translateY(-5px);
}

.fun-facts .counter h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}



.fun-facts .counter.end h2::after {
  content: '%';
}

.fun-facts .counter p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}



.fun-facts .counter.add-plus h2::after {
  content: '';
  margin-left: 5px;
  font-size: 0.6em;
  vertical-align: super;
}


@media (max-width: 991px) {
  .fun-facts {
    padding: 60px 0px;
  }
  
  .fun-facts h2 {
    font-size: 36px;
  }
  
  .fun-facts p {
    font-size: 14px;
  }
  
  .fun-facts:before {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .fun-facts {
    padding: 40px 0px;
  }
  
  .fun-facts .counter {
    margin-bottom: 20px;
  }
  
  .fun-facts h2 {
    font-size: 32px;
  }
  
  .fun-facts p {
    font-size: 13px;
  }
}

/* 
---------------------------------------------
Team Style
--------------------------------------------- 
*/

.team-member {
  position: relative;
}

.team-member:hover img {
  top: -120px;
}

.team-member img {
  max-width: 220px;
  border-radius: 50%;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-110px);
  transition: all .3s;
}

.team-member .main-content {
  border-radius: 25px;
  padding: 140px 30px 40px 30px;
  background-color: #f1f0fe;
  text-align: center;
}

.team-member .main-content span.category {
  color: #3973b2;
  font-size: 15px;
}

.team-member .main-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 15px;
}

.team-member .main-content ul li {
  display: inline-block;
  margin: 0px 2px;
}

.team-member .main-content ul li a {
  background-color: #fff;
  color: #3973b2;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .3s;
}

.team-member .main-content ul li a:hover {
  background-color: #3973b2;
  color: #fff;
}

.team-content {
  background-color: #3973b2;
  color: #fff !important;
  padding: 28px;
  border-radius: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  margin-top: 30px;
  text-align: center;
}

.team-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .team-content {
    padding: 30px 20px;
  }
  
  .team-content p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* 
---------------------------------------------
Testimonials Style
--------------------------------------------- 
*/

.testimonials {
  position: relative;
  padding: 80px 0px;
  /* margin-top: 150px; */
}

.testimonials:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.testimonials .section-heading {
  margin-bottom: 0px;
  margin-left: 60px;
  vertical-align: middle;
}

.testimonials .section-heading p {
  margin-top: 0;
}

.testimonials-info {
  max-width: 420px;
  margin-left: 0;
  margin-right: 0;
}

.testimonials .section-heading h2 {
  font-size: 36px;
}

.testimonials .item {
  background-color: #3973b2;
  border-radius: 25px;
  padding: 80px;
}

.testimonials .item p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #fff;
}

.testimonials .item img {
  border-radius: 50%;
  max-width: 100px;
  float: left;
  margin-right: 25px;
}

.testimonials .item span {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}

.testimonials .item h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.testimonials .author .category {
  font-size: 13px;
}

.testimonials .rating {
  margin-bottom: 12px;
}

.testimonials .rating i {
  font-size: 16px;
  color: #ffc107;
  margin-right: 2px;
}

.testimonials .rating span {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
}

@media (max-width: 1199px) {
  .testimonials {
    margin-top: 120px;
    padding: 70px 0;
  }

  .testimonials .item {
    padding: 60px;
  }

  .testimonials .section-heading h2 {
    font-size: 32px;
  }
}

.testimonials .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-5px);
  right: -25px;
  text-align: right;
}

.testimonials .owl-nav .owl-prev i,
.testimonials .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #3973b2;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
  opacity: 1;
  transition: all .3s;
}

.testimonials .owl-nav .owl-prev i {
  position: absolute;
  bottom: 65px;
}

.testimonials .owl-nav .owl-prev i:hover,
.testimonials .owl-nav .owl-next i:hover {
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}


/* 
---------------------------------------------
Events Style
--------------------------------------------- 
*/

.events .section-heading {
  margin-bottom: 100px;
}

.events .item {
  background-color: #f1f0fe;
  border-radius: 25px;
  position: relative;
  padding: 40px;
  margin-bottom: 96px;
}

.events .item .image {
  position: relative;
}

.events .item .image img {
  position: absolute;
  border-radius: 25px;
  max-width: 260px;
  left: 0;
  top: -70px;
}

.events .item ul li {
  display: inline-block;
  width: 17.5%;
  vertical-align: middle;
}

.events .item ul li:first-child {
  width: 35%;
}

.events .item ul li:nth-of-type(2) {
  width: 28%;
}

.events .item ul li span.category {
  font-size: 14px;
  text-transform: uppercase;
  color: #3973b2;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.events .item ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.events .item ul li span {
  display: inline-block;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.events .item ul li h6 {
  font-size: 16px;
  color: #3973b2;
  font-weight: 600;
}

.events .item a {
  position: absolute;
  right: 0;
  top: 22px;
  background-color: #3973b2;
  width: 60px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 120px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  border-radius: 60px 0px 0px 60px;
}

/* Events Blog Section - Responsive Styles */
.events .item .event-info-list {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.events .item .event-title-item {
  min-width: 250px;
  flex: 1 1 250px;
}

.events .item .event-date-item {
  min-width: 180px;
  flex: 0 1 180px;
}

.events .item .event-like-item {
  min-width: 120px;
  flex: 0 1 120px;
}

.events .item .like-icon {
  color: #ff4a17;
  cursor: pointer;
  transition: all 0.3s ease;
}

.events .item .like-icon:hover {
  transform: scale(1.2);
  color: #ff6b3a;
}

.events .item .event-link {
  position: absolute;
  right: 0;
  top: 22px;
  background-color: #3973b2;
  width: 60px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 120px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  border-radius: 60px 0px 0px 60px;
  transition: all 0.3s ease;
}

.events .item .event-link:hover {
  background-color: #6a5ac8;
  width: 70px;
}

/* Medium tablets - 991px for Events */
@media (max-width: 991px) {
  .events .item .event-info-list {
    gap: 30px;
  }
  .events .item .event-title-item {
    min-width: 200px;
    flex: 1 1 200px;
  }
  .events .item .event-date-item {
    min-width: 150px;
    flex: 0 1 150px;
  }
  .events .item .event-like-item {
    min-width: 100px;
    flex: 0 1 100px;
  }
  .events .item .image img {
    position: relative !important;
    max-width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}

/* Tablet view - 768px for Events */
@media (max-width: 768px) {
  .events .item {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  .events .item .image {
    margin-bottom: 25px;
  }
  .events .item .image img {
    position: relative !important;
    max-width: 100% !important;
    width: 100%;
    height: auto;
    top: 0 !important;
    left: 0 !important;
    border-radius: 15px;
  }
  .events .item .event-info-list {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 25px !important;
    margin-top: 25px;
  }
  .events .item .event-title-item,
  .events .item .event-date-item,
  .events .item .event-like-item {
    width: 100% !important;
    min-width: 100% !important;
    flex: 1 1 100% !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .events .item .event-title-item:last-child,
  .events .item .event-date-item:last-child,
  .events .item .event-like-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .events .item .event-link {
    position: static !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-top: 25px;
    text-align: center;
  }
  .events .item .event-info-list li h4 {
    font-size: 20px;
    margin-top: 12px;
  }
  .events .item .event-info-list li h6 {
    font-size: 15px;
  }
  .events .item .event-info-list li span {
    font-size: 14px;
  }
  .events .section-heading {
    margin-bottom: 50px;
  }
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact-us {
  margin-top: 80px;
  position: relative;
  padding: 50px 0px;
}

.contact-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}


.contact-us  .section-heading {
  margin-right: 110px;
  margin-bottom: 0px;
}

.contact-us  .section-heading p {
  margin-top: 0;
}

.contact-us .special-offer {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 120px;
  display: inline-block;
  position: relative;
}

.contact-us .special-offer span.offer {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3973b2;
  width: 80px;
  padding: 30px 8px;
  line-height: 25px;
  height: 120px;
  border-radius: 15px 60px 60px 15px; 
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.contact-us .special-offer span.offer em {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.contact-us .special-offer h6 {
  font-size: 15px;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-us .special-offer h6 em {
  font-style: normal;
  color: #3973b2;
  font-weight: 600;
}

.contact-us .special-offer h4 {
  font-size: 22px;
  font-weight: 600;
}

.contact-us .special-offer h4 em {
  font-style: normal;
  color: #3973b2;
}

.contact-us .special-offer a {
  position: absolute;
  right: 30px;
  top: 35px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #3973b2;
  color: #fff;
  border-radius: 50%;
}

.contact-us .contact-us-content {
  border-radius: 25px;
  padding: 80px;
  background-color: #3973b2;
  position: relative;
  z-index: 1;
}

.contact-us .contact-us-content::before {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  left: 50%;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.contact-us .contact-us-content::after {
  background: url(../images/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}

#contact-form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form input::placeholder {
  color: #fff;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form textarea::placeholder {
  color: #fff;
}

#contact-form button {
  border: none;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  padding: 0px 25px;
  border-radius: 25px;
  color: #3973b2;
  transition: all .4s;
  position: relative;
  z-index: 3;
}

#contact-form button:hover {
  opacity: 0.8;
}

.contact-us-content .more-info {
  text-align: center;
  background: rgb(85,0,227);
  background: linear-gradient(90deg, rgba(85,0,227,1) 0%, rgba(198,61,255,1) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  margin-top: 30px;
  position: relative;
  background-color: #3973b2;
  vertical-align: middle;
  min-height: 150px;
  border-radius: 150px 150px 0px 0px;
}

footer p {
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

footer::before {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  left: 0px;
  transform: rotate(180deg);
  opacity: 1;
  bottom: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
 
}



@media (max-width: 767px) {
  .header-area {
    top: 0px;
  }
  .header-area .main-nav .logo h1 {
    border-right: none;
  }
  .main-banner .item {
    padding: 80px 30px 120px 30px !important;
  }
  .main-banner .owl-nav {
    left: 30px !important;
  }
  .event_filter  {
    padding: 15px 20px;
  }
  .event_filter li {
    display: inline-block;
    margin: 0px 10px;
  }
  .testimonials {
    margin-top: 50px;
    padding: 50px 0;
  }
  .testimonials .section-heading {
    text-align: center;
    margin-top: 20px;
  }
  .testimonials .section-heading h2 {
    font-size: 28px;
  }
  .testimonials-info {
    max-width: 100%;
    padding: 0 12px;
  }
  .testimonials .item {
    padding: 32px 24px 42px;
  }
  .testimonials .item img {
    float: none;
    display: block;
    margin: 0 auto 18px;
  }
  .testimonials .rating {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .testimonials .author {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav #search input,
  .header-area .main-nav #search i {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    font-size: 34px;
  }
  .header-area .main-nav .logo {
    border-right: none;
  }
  .main-banner {
    padding-top: 100px;
  }
  .main-banner .item {
    padding: 100px 60px 140px 60px;
    margin-left: 0px;
    text-align: center;
  }
  .main-banner .item h2,
  .main-banner .item p {
    width: 100%;
  }
  .main-banner .item h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-banner .item .buttons {
    display: inline-block;
    text-align: center;
  }
  .main-banner .item .buttons .main-button {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-banner .owl-nav {
    
    transform: translateX(-60px) !important;
    bottom: 60px;
  }
  .main-banner .owl-nav .owl-prev i {
    bottom: 0px;
  }
  .main-banner .owl-nav .owl-next i {
    bottom: 0px;
    position: absolute;
    left: 65px;
  }
  .services {
    margin-top: 80px;
  }
  .about-us {
    margin-top: 100px;
  }
  .accordion {
    padding: 40px 25px 10px 25px;
  }
  .services .service-item .icon {
    width: 81px;
    height: 85px;
    line-height: 111px;
  }
  .about-us .section-heading {
    margin-left: 0px;
    
  }
  .about-us::before,
  .testimonials::before,
  .contact-us::before {
    display: none;
  }
  .about-us .section-heading p,
  .testimonials .section-heading p,
  .contact-us .section-heading p {
    margin-top: 30px;
  }
  .about-us .section-heading .main-button {
    margin-top: 30px;
  }
  .about-us .main-button a {
    background-color: #3973b2;
    color: #fff;
  }
  .courses {
    margin-top: 100px;
  }
  .event_filter ul li {
    display: block;
    margin: 12px 5px;
  }
  .fun-facts {
    margin-top: 70px;
  }
  .fun-facts::before {
    width: 95%;
  }
  .team {
    margin-top: 160px;
  }
  .team-member {
    margin-bottom: 140px;
  }
  .testimonials {
    margin-top: 14px;
    padding: 38px 0;
  }
  .testimonials .section-heading {
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
  }
  .testimonials .section-heading h2 {
    font-size: 30px;
  }
  .testimonials .section-heading p {
    margin-top: 18px;
  }
  .testimonials-info {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials .item {
    padding: 42px 32px 54px;
  }
  .testimonials .item h4 {
    font-size: 17px;
  }
  .testimonials .item img {
    margin-right: 18px;
  }
  .testimonials .owl-nav {
    display: none;
  }
  .events {
    margin-top: 80px;
  }
  .events .item {
    margin-bottom: 66px;
    padding: 30px 20px;
  }
  .events .item .image {
    margin-bottom: 20px;
  }
  .events .item .image img {
    position: relative !important;
    max-width: 100% !important;
    width: 100%;
    height: auto;
    top: 0 !important;
    left: 0 !important;
    border-radius: 15px;
  }
  .events .item .event-info-list {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px !important;
    margin-top: 20px;
  }
  .events .item .event-title-item,
  .events .item .event-date-item,
  .events .item .event-like-item {
    width: 100% !important;
    min-width: 100% !important;
    flex: 1 1 100% !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .events .item .event-title-item:last-child,
  .events .item .event-date-item:last-child,
  .events .item .event-like-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .events .item .event-link {
    position: static !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-top: 20px;
    text-align: center;
  }
  .events .item .event-info-list li h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  .events .item .event-info-list li h6 {
    font-size: 14px;
  }
  .events .item .event-info-list li span {
    font-size: 13px;
  }
  .events .section-heading {
    margin-bottom: 40px;
  }
  .events .section-heading h2 {
    font-size: 24px;
  }
  .contact-us {
    padding-top: 20px;
  }
  .contact-us .section-heading {
    margin-right: 0px;
  }
  .contact-us .special-offer {
    background-color: #f1f0fe;
    margin-bottom: 60px;
    padding: 34px 30px 34px 100px;
    width: 100%;
  }
  .contact-us .special-offer h4 {
    font-size: 17px;
  }
  .contact-us .special-offer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    right: 15px;
  }
  .contact-us .contact-us-content {
    padding: 30px;
  }
  footer {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav #search input {
    width: 200px;
  }
  .header-area .main-nav .nav li.has-sub:after {
    right: 15px;
  }
  .fun-facts:before {
    width: 95%;
  }
}

/* Mega Menu Styles */
.dropdown-menu.megamenu {
    width: 100vw;
    padding: 20px 0;
    margin-top: 17px !important;
    border: none;
    border-radius: 0;
    background-color: #3973b2;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: none;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.dropdown-menu.megamenu.show {
    display: block;
}

.dropdown:hover .dropdown-menu.megamenu {
    display: block;
}

.megamenu .container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.megamenu .row {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.megamenu .col-megamenu {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}

.megamenu .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.megamenu .list-unstyled {
    margin: 0;
    padding: 0;
}

.megamenu .dropdown-item {
    color: #ffffff;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-top: 1px !important;
}

.megamenu .dropdown-item:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 10px;
    
    
}

.megamenu .dropdown-item i {
    color: #ffffff;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    font-size: 14px;
}

/* Tablet view - 768px for megamenu */
@media (max-width: 768px) {
    .dropdown-menu.megamenu {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: static !important;
    }
    
    .megamenu .row {
        flex-direction: column;
    }
    
    .megamenu .col-megamenu {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .dropdown-menu.megamenu {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .megamenu .row {
        flex-direction: column;
    }
    
    .megamenu .col-megamenu {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

/* Tablet view - 768px for megamenu items */
@media (max-width: 768px) {
    .megamenu .col-megamenu {
        padding: 5px 15px;
    }
    
    .megamenu .title {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    .megamenu .dropdown-item {
        font-size: 14px;
        padding: 8px 0;
        padding-top: 1px !important;
    }
    
    .dropdown-menu.megamenu {
        position: static !important;
        transform: none !important;
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .megamenu .col-megamenu {
        padding: 5px 10px;
    }
    
    .megamenu .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .megamenu .dropdown-item {
        font-size: 13px;
        padding: 6px 0;
        padding-top: 1px !important;
    }
    
    .dropdown-menu.megamenu {
        position: static !important;
        transform: none !important;
        padding: 10px 0;
    }
}

/* Floating Image Styles */
.floating-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.floating-image {
    max-width: 100%;
    height: auto;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {
    .floating-image-container {
        height: 400px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .floating-image-container {
        height: 300px;
    }
}

/* Why Choose Us Section Styles */
.why-choose-us {
  padding: 30px 0;
  background-color: #f1f0fe;
  position: relative;
  overflow: hidden;
}

.why-choose-us:before {
  display: none;
}

.why-choose-content {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}

.why-choose-content .lead {
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.why-choose-content p {
  color: #4a4a4a;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.feature-item {
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.feature-item .icon {
  width: 50px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  background-color: #3973b2;
  border-radius: 50%;
  margin-bottom: 8px;
}

.feature-item .icon i {
  font-size: 25px;
  color: #fff;
}

.feature-item h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1e1e1e;
}

.feature-item p {
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 500;
}

.stats-container {
  position: relative;
  z-index: 1;
  padding: 15px;
  background-color: #3973b2;
  border-radius: 10px;
  margin-left: -15px;
}

.stat-item {
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.2);
}

.stat-item h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.stat-item h2 em {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.stat-item p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.years-experience {
  text-align: center;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  margin-top: 10px;
}

.years-experience h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.years-experience h2 em {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.years-experience p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .why-choose-us {
    padding: 25px 0;
  }
  
  .why-choose-content {
    padding-right: 0;
    margin-bottom: 15px;
  }
  
  .stats-container {
    margin-left: 0;
    padding: 12px;
  }
  
  .stat-item {
    padding: 8px;
  }
  
  .stat-item h2 {
    font-size: 20px;
  }
  
  .years-experience h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .why-choose-us {
    padding: 20px 0;
  }
  
  .feature-item {
    padding: 10px;
  }
  
  .feature-item .icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  
  .feature-item h4 {
    font-size: 14px;
  }
  
  .stat-item h2 {
    font-size: 18px;
  }
  
  .years-experience h2 {
    font-size: 22px;
  }
}

/* Mission Vision Section Styles */
.mission-vision {
  padding: 47px 0;
  background-color: #f1f0fe;
  position: relative;
  margin-top: 40px;
}

.mission-vision .core-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.mission-vision .core-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.mission-vision .core-item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #3973b2;
  border-radius: 50%;
  margin-bottom: 20px;
}

.mission-vision .core-item .icon i {
  font-size: 24px;
  color: #fff;
}

.mission-vision .core-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1e1e1e;
}

.mission-vision .core-item p {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 600;
}

.mission-vision .vision-list,
.mission-vision .values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-vision .vision-list li,
.mission-vision .values-list li {
  color: #4a4a4a;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-weight: 600;
}

.mission-vision .vision-list li i,
.mission-vision .values-list li i {
  color: #3973b2;
  position: absolute;
  left: 0;
  top: 4px;
}

.objectives-box {
  background-color: #f1f0fe;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.objectives-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1e1e1e;
}

.objectives-box h4 i {
  color: #3973b2;
  margin-right: 10px;
}

.objectives-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.objectives-list li {
  color: #4a4a4a;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
  font-weight: 600;
}

.objectives-list li i {
  color: #3973b2;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .mission-vision {
    padding: 60px 0;
  }
  
  .mission-vision .core-item {
    margin-bottom: 30px;
  }
  
  .objectives-box {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mission-vision {
    padding: 40px 0;
  }
  
  .mission-vision .core-item {
    padding: 20px;
  }
  
  .mission-vision .core-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  
  .mission-vision .core-item .icon i {
    font-size: 20px;
  }
  
  .mission-vision .core-item h4 {
    font-size: 18px;
  }
  
  .objectives-box {
    padding: 20px;
  }
  
  .objectives-box h4 {
    font-size: 18px;
  }
}

/* 
---------------------------------------------
Blog Style
--------------------------------------------- 
*/

.blog {
  padding: 80px 0;
  background-color: #f1f0fe;
}

.blog-item {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.blog-item .image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.blog-item .image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.blog-item:hover .image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 20px 0;
}

.blog-content .category {
  display: inline-block;
  background-color: #3973b2;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.blog-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.blog-meta {
  margin-bottom: 15px;
}

.blog-meta span {
  display: inline-block;
  margin-right: 20px;
  color: #4a4a4a;
  font-size: 14px;
}

.blog-meta span i {
  color: #3973b2;
  margin-right: 5px;
}

.blog-content p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more {
  display: inline-block;
  color: #3973b2;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.read-more i {
  margin-left: 5px;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: #5f4db3;
}

.read-more:hover i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .blog {
    padding: 60px 0;
  }
  
  .blog-item .image img {
    height: 200px;
  }
  
  .blog-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog {
    padding: 40px 0;
  }
  
  .blog-item {
    padding: 20px;
  }
  
  .blog-item .image img {
    height: 180px;
  }
  
  .blog-content h4 {
    font-size: 18px;
  }
  
  .blog-meta span {
    display: block;
    margin-bottom: 5px;
  }
}

/* About Us Section Styles */
.about-us {
  padding: 80px 0;
}

.about-us .floating-image-container {
  position: relative;
  margin-bottom: 30px;
}

.about-us .floating-image {
  width: 100%;
  height: auto;
  border-radius: 20px;

}

.about-us .section-heading {
  padding: 20px;
}

.about-us .section-heading h6 {
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  color: #3973b2;
  margin-bottom: 15px;
}

.KnowAboutBT {
  font-size: 15px !important;
  text-transform: none !important;
  font-weight: 600 !important;
  color: #000000 !important;
  margin-bottom: 15px !important;
}

.about-us .section-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-us .section-heading p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 15px;
}

.about-us .main-button {
  margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .about-us {
    padding: 60px 0;
  }
  
  .about-us .floating-image-container {
    margin-bottom: 40px;
  }
  
  .about-us .section-heading h2 {
    font-size: 28px;
  }
  
  .about-us .section-heading p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .about-us {
    padding: 40px 0;
  }
  
  .about-us .section-heading {
    padding: 15px;
    text-align: center;
  }
  
  .about-us .section-heading h2 {
    font-size: 24px;
  }
  
  .about-us .section-heading p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .about-us .main-button {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .about-us .section-heading h2 {
    font-size: 22px;
  }
  
  .about-us .section-heading p {
    font-size: 13px;
  }
}

/* About Section Styles */
.about-section {
  padding: 80px 0;
  background-color: #f1f0fe;
  position: relative;
}

.about-image-wrapper {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.about-image-wrapper:hover {
  transform: translateY(-5px);
}

.about-main-image {
  width: 100%;
  height: auto;
  border-radius: 25%;
  transition: all 0.3s ease;
}

.about-content-wrapper {
  padding: 30px;
  border-radius: 20px;
}

.about-header {
  margin-bottom: 30px;
}

.about-subtitle {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #3973b2;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.about-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
 
  border-radius: 50%;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #1e1e1e;
}

.about-text {
  margin-top: 20px;
}

.about-description {
  font-size: 17px;
  line-height: 1.4;
  color: #4a4a4a;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .about-section {
    padding: 60px 0;
  }
  
  .about-title {
    font-size: 28px;
  }
  
  .about-description {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .about-section {
    padding: 50px 0;
  }
  
  .about-image-wrapper {
    margin-bottom: 30px;
  }
  
  .about-content-wrapper {
    padding: 20px 0;
  }
  
  .about-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 40px 0;
  }
  
  .about-image-wrapper {
    padding: 15px;
  }
  
  .about-content-wrapper {
    padding: 15px 0;
    text-align: center;
  }
  
  .about-subtitle {
    font-size: 14px;
  }
  
  .about-title {
    font-size: 24px;
  }
  
  .about-description {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .about-section {
    padding: 30px 0;
  }
  
  .about-image-wrapper {
    padding: 10px;
  }
  
  .about-title {
    font-size: 22px;
  }
  
  .about-description {
    font-size: 15px;
  }
}

/* Page Header Styles */
.page-header {
  background-color: #3973b2;
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.page-header .header-text {
  position: relative;
  z-index: 1;
}

.page-header h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.page-header .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.page-header .breadcrumb a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.page-header .breadcrumb a:hover {
  opacity: 0.8;
}

.page-header .breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .page-header {
    padding: 25px 0;
  }
  
  .page-header h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .page-header {
    padding: 20px 0;
  }
  
  .page-header h2 {
    font-size: 22px;
  }
  
  .page-header .breadcrumb a,
  .page-header .breadcrumb span {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .page-header {
    padding: 15px 0;
  }
  
  .page-header h2 {
    font-size: 20px;
  }
}

.team .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.team .section-heading h6 {
  display: inline-block;
  margin-bottom: 10px;
}

.team .section-heading h2 {
  margin-bottom: 0;
}

/* Career Section Styles */
.career {
  padding: 80px 0;
  background-color: #f1f0fe;
  position: relative;
}

.career-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  margin-top: 30px;
  text-align: center;
}

.career-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.career-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 15px;
  font-weight: 500;
}

.career-content .email-links {
  margin-top: 20px;
}

.career-content .email-links a {
  color: #3973b2;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.career-content .email-links a:hover {
  color: #5f4db3;
  text-decoration: underline;
}

.career-content .email-links span {
  color: #4a4a4a;
  margin: 0 10px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .career {
    padding: 60px 0;
  }
  
  .career-content {
    padding: 30px;
  }
  
  .career-content h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .career {
    padding: 40px 0;
  }
  
  .career-content {
    padding: 25px 20px;
  }
  
  .career-content h4 {
    font-size: 20px;
  }
  
  .career-content p {
    font-size: 15px;
  }
  
  .career-content .email-links a {
    font-size: 15px;
  }
  
  .career-content .email-links span {
    margin: 0 5px;
  }
}

@media (max-width: 575px) {
  .career-content h4 {
    font-size: 18px;
  }
  
  .career-content p {
    font-size: 14px;
  }
  
  .career-content .email-links a {
    font-size: 14px;
    display: block;
    margin: 10px 0;
  }
  
  .career-content .email-links span {
    display: none;
  }
}

.career .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.career .section-heading h6 {
  display: inline-block;
  margin-bottom: 15px;
}

.career .section-heading h2 {
  margin-bottom: 0;
}

.career-department {
  background: #f6f4fd;
  border-radius: 30px;
  box-shadow: 0 6px 32px rgba(122,106,216,0.07), 0 1.5px 4px rgba(122,106,216,0.04);
  padding: 40px 30px 30px 30px;
  margin-bottom: 40px;
  position: relative;
  transition: box-shadow 0.3s;
}
.career-department:hover {
  box-shadow: 0 12px 40px rgba(122,106,216,0.13), 0 2px 8px rgba(122,106,216,0.08);
}
.career-department h3 {
  font-size: 28px;
  font-weight: 700;
  color: #3973b2;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.career-department h3::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: #ede9fa;
  border-radius: 50%;
  font-size: 22px;
  padding: 10px;
  margin-right: 16px;
  box-shadow: 0 2px 8px rgba(122,106,216,0.08);
  color: #3973b2;
}
.career-department.development h3::before {
  content: '\f5fc'; /* fa-laptop-code */
}
.career-department.sales h3::before {
  content: '\f201'; /* fa-chart-line */
}
.career-department.support h3::before {
  content: '\f590'; /* fa-headset */
}
.career-department.customer-service h3::before {
  content: '\f500'; /* fa-user-friends */
}
.career-department.content h3::before {
  content: '\f5ad'; /* fa-pen-nib */
}

@media (max-width: 991px) {
  .career-department {
    padding: 30px 15px 20px 15px;
    margin-bottom: 30px;
  }
  .career-department h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .career-department h3::before {
    font-size: 18px;
    padding: 7px;
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .career-department {
    padding: 18px 5px 10px 5px;
    margin-bottom: 18px;
  }
  .career-department h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .career-department h3::before {
    font-size: 15px;
    padding: 5px;
    margin-right: 7px;
  }
}

.career-position {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.career-position:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.position-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.position-header h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
}

.position-header .badge {
  background-color: #3973b2;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.position-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f7ff;
  border-radius: 10px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-item i {
  color: #3973b2;
  font-size: 16px;
}

.detail-item span {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
}

.position-description {
  margin-bottom: 25px;
}

.position-description h5 {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.position-description p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.position-apply {
  background-color: #f8f7ff;
  padding: 20px;
  border-radius: 10px;
}

.position-apply p {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.apply-button {
  margin-top: 20px;
  text-align: center;
}

.apply-button .main-button {
  display: inline-block;
  background-color: #3973b2;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.apply-button .main-button:hover {
  background-color: #6a5ac8;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(122, 106, 216, 0.3);
}

@media (max-width: 767px) {
  .apply-button .main-button {
    padding: 10px 25px;
    font-size: 14px;
  }
}

.nav-pills .nav-link {
  color: #3973b2;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 28px;
  margin: 0 6px 8px 6px;
  background: #f6f4fd;
  border: 2px solid #ede9fa;
  transition: all 0.2s;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color: #fff !important;
  background: linear-gradient(90deg, #3973b2 80%, #a18aff 100%);
  border-color: #3973b2;
  box-shadow: 0 4px 16px rgba(122,106,216,0.10);
}

@media (max-width: 575px) {
  .nav-pills .nav-link {
    font-size: 14px;
    padding: 8px 16px;
    margin: 0 3px 6px 3px;
  }
}

/* Office Locations Section Styles */
.office-locations {
  padding: 80px 0;
  background-color: #f1f0fe;
  position: relative;
}

.office-locations:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.office-locations .section-heading {
  margin-bottom: 50px;
  text-align: center;
}

.office-locations .section-heading h6 {
  display: inline-block;
  margin-bottom: 15px;
}

.office-locations .section-heading h2 {
  margin-bottom: 0;
}

.office-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.office-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #3973b2 0%, #a18aff 100%);
}

.office-card .office-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #3973b2;
  border-radius: 50%;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.office-card:hover .office-icon {
  background: linear-gradient(90deg, #3973b2 0%, #a18aff 100%);
}

.office-card .office-icon i {
  font-size: 28px;
  color: #fff;
}

.office-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.office-card:hover h4 {
  color: #3973b2;
}

.office-card p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 991px) {
  .office-locations {
    padding: 60px 0;
  }
  
  .office-locations:before {
    width: 100%;
    border-radius: 0;
  }
  
  .office-card {
    padding: 30px 25px;
  }
  
  .office-card .office-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  
  .office-card .office-icon i {
    font-size: 24px;
  }
  
  .office-card h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .office-locations {
    padding: 40px 0;
  }
  
  .office-card {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  
  .office-card .office-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  
  .office-card .office-icon i {
    font-size: 20px;
  }
  
  .office-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .office-card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Contact Info Section Styles */
.contact-info {
  padding: 80px 0;
  background-color: #f1f0fe;
  position: relative;
}

.contact-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #3973b2 0%, #a18aff 100%);
}

.contact-card .contact-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #3973b2;
  border-radius: 50%;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-icon {
  background: linear-gradient(90deg, #3973b2 0%, #a18aff 100%);
}

.contact-card .contact-icon i {
  font-size: 28px;
  color: #fff;
}

.contact-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.contact-card:hover h4 {
  color: #3973b2;
}

.contact-card p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-card a {
  color: #3973b2;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-card a:hover {
  color: #5f4db3;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .contact-info {
    padding: 60px 0;
  }
  
  .contact-card {
    padding: 30px 25px;
  }
  
  .contact-card .contact-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  
  .contact-card .contact-icon i {
    font-size: 24px;
  }
  
  .contact-card h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact-info {
    padding: 40px 0;
  }
  
  .contact-card {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  
  .contact-card .contact-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  
  .contact-card .contact-icon i {
    font-size: 20px;
  }
  
  .contact-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .contact-card p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .contact-card a {
    font-size: 14px;
  }
}

/* Contact Details Styles */
.contact-details {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.contact-details h4 {
  color: #3973b2;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-details p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contact-details p i {
  color: #3973b2;
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
  text-align: center;
}

.contact-details a {
  color: #3973b2;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-details a:hover {
  color: #5f4db3;
  text-decoration: underline;
}

.address-info,
.contact-numbers,
.email-info {
  margin-bottom: 25px;
}

.address-info:last-child,
.contact-numbers:last-child,
.email-info:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .contact-details {
    padding: 25px;
    margin-top: 25px;
  }
  
  .contact-details h4 {
    font-size: 17px;
  }
  
  .contact-details p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact-details {
    padding: 20px;
    margin-top: 20px;
  }
  
  .contact-details h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .contact-details p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  
  .contact-details p i {
    font-size: 16px;
    margin-right: 12px;
  }
}

/* 
---------------------------------------------
Clients Style
--------------------------------------------- 
*/
.clients-section {
  padding: 80px 0;
  background-color: #fff;
}

.client-subtitle {
  margin-bottom: 50px;
}

.client-subtitle p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  max-width: 800px;
  margin: 0 auto;
}

.owl-clients {
    margin-top: 40px;
}

.client-logo-card {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.client-logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.client-logo-card img {
  max-width: 120px;
  height: auto;
  margin-bottom: 15px;
  /* filter: grayscale(100%); */
  transition: all 0.3s ease;
}

.client-logo-card:hover img {
    filter: grayscale(0%);
}

.client-logo-card p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 991px) {
  .clients-section {
    padding: 60px 0;
  }
  
  .client-subtitle {
    margin-bottom: 30px;
  }
  
  .client-logo-card {
    padding: 20px;
  }
  
  .client-logo-card img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  
  .client-logo-card p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .clients-section {
    padding: 40px 0;
  }
  
  .client-logo-card {
    padding: 15px;
  }
  
  .client-logo-card img {
    max-width: 80px;
    margin-bottom: 8px;
  }
  
  .client-logo-card p {
    font-size: 12px;
  }
}

/* ---- Start: Custom CSS migrated from index.html inline <style> ---- */
.main-footer {
  background-color: #3973b2;
  color: #fff;
  padding: 60px 0 20px;
  position: relative;
}

.main-footer h5 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.main-footer h6 {
  color: #fff;
  margin: 15px 0 10px;
  font-size: 16px;
}

.footer-content {
  color: rgba(255, 255, 255, 0.9);
}
.footer-content p {
  margin: 0;
  line-height: normal;
}
.footer-copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
.footer-copyright p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.footer-copyright a {
  color: #fff;
  text-decoration: none;
}
.footer-copyright a:hover {
  text-decoration: underline;
}
.footer-info-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.info-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.info-section i {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 5px;
  min-width: 20px;
}
.footer-address, .footer-contact, .footer-email {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: normal;
  flex: 1;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-contact span {
  display: block;
}
.footer-contact strong, .footer-email strong {
  color: #fff;
  font-weight: 600;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .main-footer {
    padding: 40px 0 20px;
  }
  .footer-company, .footer-products, .footer-map {
    margin-bottom: 30px;
  }
  .map-container {
    height: 200px;
  }
  .footer-address, .footer-contact {
    padding: 12px;
  }
  .footer-copyright {
    padding-top: 15px;
    margin-top: 15px;
  }
  .footer-info-box {
    padding: 15px;
  }
  .info-section {
    margin-bottom: 12px;
  }
  .info-section i {
    font-size: 16px;
    margin-right: 12px;
  }
  .footer-content {
    font-size: 14px;
  }
  .address-block, .contact-block, .email-block {
    margin-bottom: 12px;
  }
}
.product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-list li {
  margin-bottom: 12px;
}
.product-list a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.product-list a i {
  margin-right: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.product-list a:hover {
  color: #fff;
  padding-left: 5px;
}
.product-list a:hover i {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .product-list li {
    margin-bottom: 10px;
  }
}
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.contact-item:hover {
  transform: translateX(5px);
}
.contact-item i {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  margin-top: -6px;
  transition: all 0.3s ease;
}
.contact-item:hover i {
  transform: scale(1.2);
}
.contact-item p {
  margin: 0;
  line-height: 1.6;
}
.contact-item span {
  display: block;
  margin-bottom: 5px;
}
.contact-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact-item {
    margin-bottom: 12px;
  }
  .contact-item i {
    font-size: 16px;
    margin-right: 12px;
  }
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.social-icon {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background: #fff;
  color: #3973b2;
  transform: translateY(-5px);
}
.visitor-counter {
  text-align: center;
  margin: 25px auto 15px;
  color: #fff;
}
.visitor-counter .visitor-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.counter-display {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 7px;
  border-radius: 999px;
  border: 3px solid #fff;
  background: rgba(0, 0, 0, 0.2);
}
.counter-display .digit {
  width: 36px;
  height: 36px;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 23px;
  font-family: "Courier New", Courier, monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
.counter-display .digit:not(:last-child) {
  position: relative;
}
.counter-display .digit:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: #111;
  border-radius: 2px;
}
.contact-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  z-index: 50;
}
.fab-item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #3973b2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.fab-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
}
.fab-img {
  width: 28px;
  height: 28px;
  display: block;
}
@media (max-width: 768px) {
  .social-icons {
    gap: 15px;
  }
  .social-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .visitor-counter {
    margin: 20px auto 10px;
  }
  .visitor-counter .visitor-label {
    font-size: 14px;
  }
  .counter-display {
    padding: 10px 14px;
    gap: 6px;
  }
  .counter-display .digit {
    width: 34px;
    height: 48px;
    font-size: 22px;
  }
  .contact-fab {
    position: static;
    right: auto;
    bottom: auto;
    margin: 15px auto 5px;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
  }
  .fab-item {
    width: 70px;
    height: 70px;
    font-size: 12px;
  }
}
/* ---- End: Custom CSS migrated from index.html inline <style> ---- */


@media (max-width: 768px) {
  /* Hide desktop navigation on mobile/tablet */
  .header-area .main-nav .desktop-nav,
  .background-header .main-nav .desktop-nav {
    display: none !important;
  }

  /* Sticky header bar - Always visible at top */
  .header-area,
  .background-header {
    
    padding: 0px 0 !important;
    min-height: 72px !important;
  }

 
}


