
/* CSS Document */
body{
   font-family: Poppins; font-size:16px;background:#fff;
  }

p {margin:10px 0px 10px 0px; font-family: 'poppins', sans-serif; color: #888181; font-size: 15px;
     }

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

nav .wrapper{
  position: relative;
  
  padding: 0px 30px;
  
  line-height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a {
    color: #2f2b2b;
    text-decoration: none;
    font-size: 15px;
    
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3sease;
}
.nav-links li a:hover{
  color: #ffa95d;

}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 120%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  background-color: #0e1a5c;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 225px 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
 
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #f79621;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #d27d36;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
   
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 1511px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}



/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */


 .well1 {
    min-height: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border:1px solid  #1c3d5b59;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}
.well1:hover {
    min-height: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border:1px solid  #1c3d5b59;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
      box-shadow: 0 7px 7px rgb(0 0 0 / 23%);
      margin-top: -10px;
      transition:  0.5s;

}

.flip:hover{
  transform: rotateY(180deg);
  transition:  0.3s;
}

 .wellbg1 {
    min-height: 20px;
    padding: 20px;
    background-color: #264b82;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}

 .wellbg2 {
    min-height: 20px;
    padding: 20px;
    background-color: #264b82;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}

 .wellbg3 {
    min-height: 20px;
    padding: 20px;
    background-color: #264b82;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}

 .well {
    min-height: 20px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
   box-shadow: -1px 2px 2px 2px rgb(141 139 139 / 5%);
}


.well-box {
    min-height: 20px;
    padding: 20px;
    background-color: blue;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 4px rgb(0 0 0 / 8%);
}



.imgcol:hover {
filter: brightness(0) invert(1);
}


/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 0px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #c73b0b;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 20px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #c73b0b;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 20px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #23b5af;
}
.media-carousel img
{
  width: 100%;
  height: auto;
}
/* End carousel */

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.btn-success {
    color: #fff;
    background-color: #2e3192;
    border-color: #372945;
}

.btn-success:hover {
    color: #fff;
    background-color: #f79621;
    border-color: #2e3192;
}
#backToTop{
    position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
    color: #fff;
    background: rgba(0,0,0,0.3);
    border: none;
}

a {
    color: #000;
    text-decoration: none !important;
}
.common {
  padding: 30px;
  
}

.fa {
  font-size: 30px;
  width: 45px;
  text-decoration: none;
  margin: 0px -10px;
}

.fa:hover {
   color: red;
}

.fa-facebook {
  color: white;
}

.fa-twitter {
  color: white;
}

.fa-google {
  color: white;
}

.fa-linkedin {
  color: white;
}

.fa-youtube {
  color: white;
}
.fa-instagram {
  color: white;
}


.ftxt {
  color: #fff;
}

.patient-area .single-patient {
    background: #f9f9fd;
    padding: 40px 80px 20px 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 90px;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
.h3, h3 {
    font-size: 21px;
}

  /* Full-screen video */
    .video-background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1; /* Behind the text */
    }

    /* Centered text */
    .content {
      position: relative;
      color: white;
      text-align: center;
      top: 50%;
      : #000;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    .content h1 {
      font-size: 4em;
      margin: 0;
    }

    .content p {
      font-size: 1.5em;
    }

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
.icon-bar {
  z-index: 2000;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.instagram {
  background: #125688;
  color: white;
}
.float{
 position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 20px;
    background-color: green;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
}

.my-float{
  margin-top:16px;
}
.float1{
  position:fixed;
  width:60px;
  height:60px;
  bottom:60px;
  background-color:green;
  color:#fff  ;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}



vbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.logo a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu-item {
  position: relative;
}

.menu-item a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}

.menu-item a:hover {
  background-color: #444;
}

.menu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

/* Mega Menu Styles */
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  color: black;
  width: 600px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
}

.menu-item:hover .mega-menu {
  display: flex;
}

.menu-column {
  flex: 1;
  margin-right: 20px;
}

.menu-column:last-child {
  margin-right: 0;
}

.menu-column h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-column ul li {
  margin-bottom: 8px;
}

.menu-column ul li a {
  color: #333;
  text-decoration: none;
}

.menu-column ul li a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    background-color: #333;
    width: 200%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
  }

  .menu.menu-open {
    display: flex;
  }

  .menu-item {
    text-align: center;
  }

  .menu-item:hover .mega-menu {
    position: static;
    display: block;
    width: 100%;
  }

  .mega-menu {
    flex-direction: column;
    padding: 10px;
  }

  .menu-column {
    margin-bottom: 20px;
  }

  .menu-toggle {
    display: block;
  }
}





.sectionClass {
 
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    background: #224a89;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'poppins';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
      font-family: oswald;
      font-weight: bold;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#chatbot-toggle {
  position: fixed;
  bottom: 65px;
  right: 20px;
  background: #0078d7;
  z-index: 999;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.chatbot-container {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 350px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 999;
  display: none; /* Hidden by default */
  flex-direction: column;
}

.chatbot-container.active {
  display: flex; /* Show when active */
}

.chatbot-header {
  background: #0078d7;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chatbot-header h3 {
  margin: 0;
}

.chatbot-header .close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.chatbot-messages {
  padding: 15px;
  height: 250px;
  overflow-y: auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.chatbot-messages .message {
  margin-bottom: 10px;
}

.chatbot-messages .user {
  text-align: right;
  color: #0078d7;
}

.chatbot-messages .bot {
  text-align: left;
  color: #555;
}

.chatbot-input {
  display: flex;
  padding: 10px;
  background: #f4f4f9;
}

.chatbot-input input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
}

.chatbot-input button {
  padding: 8px 15px;
  background: #0078d7;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.mainspace {
 padding-top: 4.25rem;
 padding-bottom: 4.25rem;
}

.mainspace2 {
 padding-top: 6.25rem;
 
}

.bookbg {
  background-color: #fff;
}

.headtxt {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;

}

.border {
    border-top: #000 solid 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100px;
    margin: 0px auto;
}

.border2 {
    border-top: #000 solid 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100px;
    margin: 0px auto;
}

.imgstyle {
  
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
}


.boxtext {
  text-align: center;
  color: #000;
  font-size: 16px;
}

.bg-gradient-blue {
    background: #ffffff;
    background: linear-gradient(145deg, rgb(255, 255, 255) 0%, rgba(236, 241, 247, 0.6671043417) 75%, rgba(0, 71, 150, 0.15) 100%);
}

.smalhead {
  font-weight: bold;

}

.headcolor {
   background-color:#8789cd; padding: 10px; color:#fff;
   font-weight: bold;
}

 .videobox {
    min-height: 20px;
    padding: 20px;
    background-color: none;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
   
}


.bg-bgimg{
    background-image: url(../images/app-bg-imp.jpg) no-repeat center center fixed;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 100%;
    background-size: cover;

}


.app {
  width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/app-bg-img.jpg) no-repeat center center fixed;
    background-size: cover;
}


.testbg {
  width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #212121 url(../images/testbg-img.jpg) no-repeat center center fixed;
    background-size: cover;
}
.right {
    width: 50px;
    height: auto;
    float: left;
    position: fixed;
    bottom: 15%;
    left:10px;
}

.wtx {
    transition: transform .7sease-in-out;
}
.wtx:hover {
    transform: rotate(360deg);
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.icon-bar2 {
    width: 100%;
    background-color: #081f62;
    overflow: auto;
    position: fixed;
    bottom: 0;
    z-index: 1200;
    border-top: #1f377b solid 1px;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}



  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 5px;
 
  }
  

  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 10px;
    }
  }
  
  /* Style the counter cards */
  .card {
    
    padding: 16px;
    text-align: center;
    color: #000;
    border-radius: 4px;
  }
  
  .fa {font-size:60px;}

  .txtclr {
    color: #000;
  }

   .txtclr2 {
    color: #fff;
  }

.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid #fff;
    color: white;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
   
}
.counter-bg {
    background-image:url(../images/counter-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.circle-container {
    display: flex
;
    justify-content: space-around;
    align-items: center;
    margin: 100px 0;
    flex-wrap: wrap;
}
.circle-text {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}

.heading {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.brtop {
    border-top: #ffab59 solid 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100px;
    margin: 0px auto;
}
.well2 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 50px;
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.imgstyle {
    height: 85px;
    width: 85px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    margin-top: -55px;
    border: 3px solid #f5821f;
}

.txth4 {
    text-align: center;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.teambg {
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #212121 url(../images/team-banner.jpg) no-repeat center center fixed;
    background-size: cover;
}

.businessbg {
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #212121 url(../images/banner-business.jpg) no-repeat;
    background-size: cover;
}
.graphicbg {
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #212121 url(../images/banner-graphic.jpg) no-repeat;
    background-size: cover;
}

.cyberbg {
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #212121 url(../images/banner-cybersecurity.jpg) no-repeat;
    background-size: cover;
}

.videobg {
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #212121 url(../images/banner-video.jpg) no-repeat;
    background-size: cover;
}

.digitalbg {
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #212121 url(../images/banner-digital.jpg) no-repeat;
    background-size: cover;
}

.actingbg {
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #212121 url(../images/banner-acting.jpg) no-repeat;
    background-size: cover;
}

.icon-barsoc {
    position: fixed;
    top: 60%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2000;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-barsoc a {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
}
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.phone {
  background: #093;
  color: white;
}
.social-icons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.social-icons a {
    text-decoration: none;
    color: white;
    padding: 8px;
    margin: 2px 0px;
    text-align: center;
    font-size: 18px;
    transition: background 0.3s;
}

.facebook { background: #3b5998; }
.twitter { background: #1da1f2; }
.instagram { background: #e4405f; }
.linkedin { background: #0077b5; }
.youtube { background: #e4405f; }

.social-icons a:hover {
  opacity: 0.8;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

h4 {
    font-size: 18px;
    background-clip: text;
    color: #173a56;
    font-weight: bold;
}


/* Full-width input fields */
input[type=text], input[type=password] {
 width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 36px;
    background: none;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
  background-color: orange;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */


/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}

.register {
    width: 100%;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #212121 url(../images/hero2.png) no-repeat ;
    background-size: cover;
}

.float1 {
   position: fixed;
    width: 54px;
    height: 54px;
    bottom: 60px;
    right: 0;
    background-color: green;
    color: #fff;
    margin-right: 9px;
    border-radius: 44px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
}

.link {
  color: #000;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  }
  .top-bar {
  display: flex;
  justify-content: space-between;
  padding: 0px 3%;
  background: #ffffff;
 
  }
  .left-logo img {
  height: 70px;
  }
  .top-right {
  display: flex;
  gap: 20px;
  align-items: center;
  }
  .badges {
  display: flex;
  gap: 10px;
  }
  .badges a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #1f377b;
  border-radius: 50%;
  color: #1f377b;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
  }
  .helplines {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  text-align: right;
  }
  .helplines .label {
  font-size: 13px;
  font-weight: bold;
  
  }
  .main-nav {
  background-color: #fff;
  
  padding: 10px 3%;
  }
  .main-nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  flex-wrap: wrap;
  }
  .main-nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 5px;
  transition: color 0.3s ease;
  }
  .main-nav ul li a:hover {
  color: #717171;
  }
  .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  }
  .fa {
  
  font-size: 5px;
  width: 30px;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  }
  .fa-phone {
  background: #fff ;
  border: 1px solid #1f377b;
  color: #1f377b;
  }
  .fa-phone {
  background: #fff ;
  border: 1px solid #1f377b;
  color: #1f377b;
  }
  .fa {
  padding: 0px;
  font-size: 16px;
  width: 29px;
  text-align: center;
  text-decoration: none;
  /* margin: 5px 0px; */
  }
  .fa:hover {
  opacity: 0.7;
  }
  .fa-facebook {
  background: #fff ;
  color: #1f377b;
  }
  .fa-twitter {
  background: #fff ;
  color: #1f377b;
  }
  .fa-google {
  background: #fff ;
  color: #1f377b;
  }
  .fa-linkedin {
  background: #fff ;
  color: #1f377b;
  }
  .fa-youtube {
  background: #fff ;
  color: #1f377b;
  }
  .fa-instagram {
  background: #fff ;
  color: #1f377b;
  }
  /* Mobile Header Base */
  /* Base Styles */
  .mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9999;
  }
  .mobile-logo {
  height: 55px;
  }
  .icon {
  height: 22px;
  margin: 0 4px;
  }
  .mobile-right i {
      font-size: 19px;
    padding: 5px;
    margin-left: 12px;
    cursor: pointer;
  }
  /* Mobile Menu Overlay */
  .mobile-nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 65px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 5000;
  }
  .menu-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  }
  .accordion-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  }
  .accordion-menu li {
  padding: 14px 16px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
  }
  /* Media Queries */
  @media (max-width: 768px) {
  .mobile-header {
  display: flex;
  }
  .main-nav, .top-header {
  display: none;
  }
  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
     color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ffffff;
    border-bottom-color: transparent
}


.tab-button {
      border-radius: 25px;
      border: 1px solid;
      font-size: 15px;
      padding: 10px;
    }
    .active-tab {
      background-color: #002d5d;
      color: #fff;
    }
    .inactive-tab {
      background-color: #fff;
      color: #000;
    }
     .tab-buttons button {
      border-radius: 25px;
      border: 1px solid;
      font-size: 15px;
      padding: 10px;
      margin-right: 5px;
    }
    .tab-buttons .active {
      background-color: #002d5d;
      color: #fff;
    }
    .tab-buttons button:not(.active) {
      background-color: #fff;
      color: #000;
    }
    .swiper-slide {
      text-align: center;
      
      border-radius: 12px;
      padding: 20px;
     
    }
    .swiper-slide img {
      max-height: 205px;
      margin-bottom: 10px; 
    }
.well1 {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
 
}

.well1 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.well1 p {
  font-size: 14px;
  color: #444;
}

.blogSwiper {
  padding-bottom: 60px;
}

.blog-pagination {
  text-align: center;
  margin-top: 25px;
}
.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 10px 20px;
  border: 2px solid #002d5d;
  border-radius: 25px;
  background-color: white;
  color: #002d5d;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.tab-btn.active {
  background-color: #002d5d;
  color: white;
}

.bottom-links {
  margin-top: 30px;
}

.bottom-links a {
  margin-right: 10px;
  text-decoration: none;
  color: #002d5d;
  font-weight: 400;
}

.bottom-links .active-link {
  font-weight: 600;
  color: #1a365a;
}
@media (max-width: 768px) {
    .swiper-slide {
        text-align: center;
        
        border-radius: 12px;
        padding: 20px;
        
    }
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff !important;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}



