@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Raleway:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Space+Grotesk:wght@300..700&display=swap");

:root {
  --main-color: #f78200;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #222;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", serif;
  font-weight: 400;
}
.w-full {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.button2 {
  background: #1b4bf0;
  border-radius: 6px;
  border-style: solid;
  border-width: 0;
  border-color: #000;
  line-height: 55px;
  padding: 0px 60px 0px 27px;
  color: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.button2:hover {
  background: #555;
  color: #fff;
}
.button2 i {
  font-size: 20px;
  float: right;
  line-height: 56px;
  padding: 0 0 0 0px;
  position: absolute;
  right: 24px;
  top: 0;
  transition: ease all 0.3s;
}
.button2:hover i {
  right: 15px;
}

.button1 {
  background: #fff;
  border-radius: 6px;
  border: 0;
  padding: 0px 55px 0px 22px;
  color: #000;
  line-height:55px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  font-size: 15px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.button1:hover {
  background: #fff;
  color: #000;
}
.button1 i {
  font-size: 20px;
  float: right;
  line-height: 55px;
  padding: 0 0 0 10px;
  position: absolute;
  right: 22px;
  top: 0;
  transition: ease all 0.3s;
}
.button1:hover i {
  right: 15px;
}

.headermain {
  position: fixed;
  width: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 99;
  padding: 30px 0 0 0;
  transition: ease all 0.3s;
}
.event-content {
  padding: 0 10px 0 0;
}
.event-top .img {
  padding: 25px 0;
  display: flex;
  width: 100%;
}
.event-top .img img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}
.event-content .detal-content {
  list-style: none;
  font-size: 14px; line-height:26px;
  text-justify: inter-ideograph;
}
.event-content .detal-content ul { }
.event-content .detal-content li{ position:relative;
  padding: 4px 0 4px 20px;
  line-height: 22px;
}
.event-content .detal-content li:after { content:""; position:absolute; left:0; top:11px; width:7px; height:7px; border-radius:10px; background:#3b1af4; }

.header {
  padding: 10px 20px;
  width: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 3;
  transition: ease all 0.3s;
  background: rgba(255, 255, 255, 0.1);
  transition: ease all 0.3s;
}
.header .logo {
  float: left;
  width: 100%;
  padding: 8px 0 0 0px;
}
.header .logo img {
  width: auto;
  height: 50px;
  margin: 0px 0px 0 0;
  float: left;
}
.header .wa-logo1 {
  display: none; width:100%; margin:10px 0 0 0;
}
.header .wa-logo2 {
  display: block;width:100%; margin:10px 0 0 0;
}

.sticky.headermain {
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 15px 25px 0 rgb(24 28 33 / 5%);
}
.sticky .header {
  border: 0;
}
.sticky.header .wa-logo1 {
  display: block;
}
.sticky.header .wa-logo2 {
  display: none;
}

.sticky.header .contantde {
  color: #555;
}
.sticky.header .contantde i {
  color: #d73f2b;
}

/*.notification {     display: block; height:30px; position:fixed; top:0; left:0; z-index:9; width: 100%; background: linear-gradient(to right, #006da5, #324c83); }
 .notification ul { display:block; float:right;  }
 .notification ul li { display:block; float:left; padding:0 12px;}
 .notification ul li a { color:#fff; font-size:14px; line-height:30px; }*/
.login-header {
  margin: 8px 0 0 0px;
}
.login-header .bookappointment {
  background: #1b4bf0;
  float: right;
  padding: 0px 20px;
  line-height: 44px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin: 0px 0 0 0px;
  border-radius: 6px;
}
.login-header .bookappointment i {
  font-size: 22px;
  margin: 2px 6px 0 0;
  display: block;
  float: left;
  color: #fff;
}
.login-header .bookappointment:hover {
}
.login-header .bookappointment:hover i {
}

.contantde {
  position: relative;
  float: right;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  line-height: 20px;
  padding: 6px 10px 0 0;
}
.contantde i {
  position: absolute;
  left: -32px;
  top: 16px;
  font-size: 22px;
  color: #000;
}
.contantde strong {
  font-size: 16px;
  color: #000;
  display: block;
  font-weight: 400;
}
@media (max-width: 760px) {
  .header {
    background-color: #fff;
    color: #000;
  }
  .nav ul li a {
    color: #000 !important;
  }
  .header .wa-logo2 {
    display: none;
  }
  .header .wa-logo1 {
    display: block;
  }
  .navbar-collapse {
    padding: 0;
    top: 70px;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    border-top: 1px solid #dadada;
    left: 0;
  }
}

.header .nav {
  padding: 0px 0 0 0;
  justify-content: end;
}
.nav ul {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0 0 0 0px;
}
.nav ul li {
  float: left;
  position: relative;
  margin: 0px 0;
  padding: 0px 10px 0 10px;
  color: #000;
  cursor: pointer;
}
.nav li {
  float: left;
  position: relative;
  /* border-bottom: 1px dashed #464646; */
  margin: 0px 0;
  margin: 12px 24px;
  color: #000;
  cursor: pointer;
}

.nav li a {
  float: left;
  position: relative;
  margin: 0px 0;
  color: #000;
  cursor: pointer;
}
.nav ul li a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  padding: 0 0 0px 0;
  color: #fff;
  line-height: 60px;
}
.nav ul li a:hover {
  color: #1b4bf0;
}
.nav ul .dropdowns {
  display: none;
  position: absolute;
  top: 49px;
  left: 0px;
  padding: 0px;
  min-width: 250px;
  z-index: 99;
  background: #fff;
  border: 0px solid #ddd;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}
.nav ul .dropdowns li {
  display: block;
  margin: 0;
  float: none;
  padding: 0;
  border: 0 !important;
  position: relative;
}
.nav ul .dropdowns li a {
  display: flow-root;
  padding: 0px 15px !important;
  line-height: 40px;
  font-size: 13px;
  color: #000;
  transition: ease all 0.3s;
  border-left: 2px solid #fff;
  white-space: nowrap;
}

.nav ul .dropdowns li a i {
  float: right;
  padding: 0px 0 0 0;
  display: block;
}
.nav ul li:hover .dropdowns {
  display: block;
}
.nav ul .dropdowns li a:hover {
  padding: 0px 15px 0px 18px !important;
  color: #d73f2b;
  border-left: 2px solid #d73f2b;
  font-weight: bold;
}

.nav ul .dropdowns-2 {
  display: none;
  position: absolute;
  top: 0px;
  left: 250px;
  padding: 0px;
  width: 250px;
  z-index: 99;
  background: #fff;
  border: 0px solid #ddd;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}
.nav ul .dropdowns li:hover .dropdowns-2 {
  display: block;
}

.sticky.header .nav ul li a {
  color: #444 !important;
}
.sticky.header .nav ul li i {
  color: #444 !important;
}
.sticky.header .nav ul li:hover {
  color: #888;
}
.sticky.header .nav ul li a:hover {
  color: #888;
}
.sticky.header .nav ul .dropdowns li a {
  color: #000;
}
.sticky.header .nav ul .dropdowns li a:hover {
  color: #d73f2b;
}

.slider {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  background: #15042e;
  background-size: cover !important;
  height: 600px;
  position: relative;
  border-radius: 0 0 0 0px;
  overflow: hidden;
}
.slider:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-ab.svg) no-repeat center center;
  opacity: 0.7;
}
/* .slider .bgimages { width:100%; position:absolute; bottom:0; width:100%; opacity:0.4; }
*/

.main_slider {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  background: #15042e;
  position: relative;
  border-radius: 0 0 0 0px;
  position: absolute;
  height: 100%;
  background: #000;
}

.slidein {
  position: relative;
}
.slidein img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-ab.svg) no-repeat center center;
  opacity: 0.7;
}
.slidein img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}

/*
.slide-inner { position:relative;  }
.slide-inner:after { content:""; top:0; left:0; height:100%; width:100%; background:#000; opacity:0.3; position:absolute; display:none;  }
*/
.slide-in {
  z-index: 2;
  padding: 0px 0 00px 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
/*.slide-in:before { position:absolute; content:""; top:0; left:0; width:100%; height:100%; background:url(../images/bg-ab.svg) no-repeat center center ; opacity:.7; }
*/
.slide-in .container {
  z-index: 1;
}

.slide-in h1 {
  
  font-size:42px;
  color: #fff;
  padding: 0px 0px  0px 0px;
  margin: 0;
  font-weight: 700;
}
.slide-in  p {
  display: block;font-size: 28px; 
    font-weight: 400;
  
  padding:  10px 0  0px 0; color: #fff; margin:0;
}

.slide-in  span {
  display: block;font-size: 18px;font-style: italic;
    font-weight: 400;
  
  padding:  30px 0  20px 0; color: #fff; margin:0;
}

/*.slide-in p {
  font-size: 18px;
  color: #fff;
  padding: 15px 0px;
  width: 100%;
}*/

.slide-in a { margin:10px 10px 0 0; }

.sliderinnerpage {
  display: block;
  margin-top: 0px;
  background: #15042e;
  background-size: cover !important;
  padding: 170px 0 100px 0;
  position: relative;
  height: 100%;
}
.sliderinnerpage:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-ab.svg) no-repeat center center;
  opacity: 0.7;
}
.sliderinnerpage .bgimages {
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.4;
}
.sliderinnerpage .slide-in {
  position: relative;
}
.sliderinnerpage .slide-in h1 {
  font-size: 60px;
  color: #fff;
  padding: 0px 0px 10px 0px;
  margin: 0;
  font-weight: 700;
}

.about-sec {
  padding: 60px 0;
  text-align: left;
}
.about-sec .aboutimg {
  display: flex;
  height: 100%;
}
.about-sec img {
  display: block;
  margin: 0px auto;
  width: 100%;
  display: block;
  margin: 0px auto;
  overflow: hidden;
}

.about-sec small {
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.about-sec h2 {
  color: #000000;
  display: block;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}
.about-sec p {
  color: #505050;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.visson-about .img {
	 
  padding: 0px;
  display: flex;
  justify-content: center; margin:30px 0;
}
.visson-about .img img {
  object-fit: cover;
  width: 80%;
  height: 350px;
}

.visson-about ul li { position: relative; padding:0 0 5px 20px; font-size:14px;}
.visson-about ul li:after { content:""; position:absolute; left:0; top:9px; width:7px; height:7px; background:#1b4bf0; border-radius:10px; }

.visson-about .cond  { display:flex; flex-flow:column; height:100%; justify-content: center;
    align-items: baseline; text-align:left;
    padding:  0px 0; }
.visson-about .order-2 { order:2; }
.visson-about .cond  p { font-size:14px; }
.content {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  align-items: baseline;
}

.spa {
  color: #000;
  font-size: 14px;
  font-weight: 500px !important;
}

.heading1 {
  /* text-align:center; */
}
.heading1 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1b4bf0;
  padding: 0 0 10px 0;
  margin: 0;
  text-transform: uppercase;
}
.heading1 h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  padding: 0 0 20px 0;
  margin: 0;
}
.heading1.headingleft {
  text-align: left !important;
}

.process-sec {
  padding: 60px 0 60px 0;
  position: relative;
}
.process-sec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f1f6fe;
  width: 100%;
  z-index: -2;
}

.process-sec .container-fluid {
  padding: 0;
  overflow: hidden;
}
.process-sec .process_top {
  margin: 0 70px;
}
.process_in {
  padding: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
.process_in:after {
  content: "";
  position: absolute;
  top: 48%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dadada;
}
.process_in .processicon {
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
}
.process_in .processicon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process_in .processicon span {
  display: none;
}

.process_in h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  padding: 10px 0 10px 0;
  margin: 0;
}
.process_in p {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  padding: 0px 0 10px 0;
  margin: 0;
  display: block;
}

.process_in .hoversec {
  left: -100%;
  top: 0;
  background: #04c27f;
  color: #fff;
  width: 100%;
  position: absolute;
  height: 100%;
  padding: 30px;
  font-size: 16px;
  line-height: 22px;
  transition: ease all 0.3s;
}

.process_in:hover .hoversec {
  left: 0;
}

.process-sec2 {
  padding: 60px 0 60px 0;
  position: relative;
}
.process-sec2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f1f6fe;
  width: 100%;
  z-index: -2;
}

.process-sec2 .container-fluid {
  padding: 0;
  overflow: hidden;
}
.process_top {
  margin: 0 70px;
}
.process_in {
  padding: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 15px 0px;
}
.process_in:after {
  content: "";
  position: absolute;
  top: 48%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dadada;
}

.process_in {
}

.process_in .processicon {
  display: block;
  margin: 0px auto;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
  position: relative;
}
.process_in .processicon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}

.process_in .processicon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: ease all 0.5s;
}

.process_in h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  padding: 25px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.process_in span {
  font-size: 16px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  color: #fff;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.process_in span i {
  font-size: 26px;
  transition: ease all 0.5s;
}

.process_in:hover img {
  transform: scale(1.1, 1.1);
}
.process_in:hover span i {
  padding: 0 20px 0 0;
}
.process_in:hover {
}
.process_in:hover {
}

/* Leadership Start */
.heading-welcome {  display:inline-block;  width:100%; margin:0 0 40px 0; border-bottom:1px solid rgba(255,255,255,0.3); position:relative; z-index:1; }
.heading-welcome h2 { float:left; padding:12px 40px 0 0 !important; margin:0; }

.welcome-tabs { display:block; text-align:center; float:left; border-bottom:0;  }
.welcome-tabs li { float:left; display: block; margin: 0; position: relative;}
.welcome-tabs li a { color:rgba(255,255,255,0.8); padding:20px 0px; font-size:14px; border:0;   margin:0 30px 0 0; display:block; }
.welcome-tabs li a:hover , .welcome-tabs li a.active , .welcome-tabs li.active:focus,.welcome-tabs li a.active:focus {
   color:#fff !important;
    background:none !important;
    border:0 !important; 
    border-bottom:2px solid #fff !important; 
    }
    #welcome-sec .nav-item {
      border: none;
    }
#welcome-sec .nav-tabs .nav-link.active, #welcome-sec.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background:none ;
    border: 0px transparent;
}
#welcome-sec .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 0px solid transparent;
}
#welcome-sec {     background:linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);  padding:70px 0; }
#welcome-sec .image  {  }
#welcome-sec .image img{
  width: 100%; height:350px;
  object-fit: cover;
}

#welcome-sec h2 { 
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    padding: 0 0 20px 0;
    margin: 0;
}
  
#welcome-sec p { color:#fff;  font-size:14px; padding:0; margin:0; }
#welcome-sec button { border:0; background:0; text-decoration:underline; font-size:12px; color:#fff; font-size:14px; padding:0; margin:10px 0 20px 0; position:relative; z-index:4; }
#welcome-sec button:focus { outline:0;  }
#welcome-sec b { font-size:20px; }
#welcome-sec .inner  { position:relative; }
#welcome-sec .inner .span { position: absolute; display:none;
    font-size: 200px;
    top: 0;
    left: 0;
    color: rgba(255,255,255,0.3);
    font-family:Verdana, Geneva, sans-serif;
    line-height: 100px;
}
    
.morecontent span {
    display: none;
}
.morecontent a {color: #fff; display:block; line-height:22px;
    font-size: 14px;
    padding: 0;
    margin: 5px 0 0 0; text-decoration:underline; }
.comment { color: #fff;line-height:22px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.comment1 { color: #fff;line-height:22px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}


/* Leadership End */

.testimonials {
  padding: 70px 0;
  background: #fff;
}

.testimonials .testimonial_slider {
  box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  margin: 20px;
}
.testimonials .testimonial-sec {
  background: #fff;
  padding: 0px;
  border-radius: 10px;
  margin: 0 20px;
}
.testimonials .testimonial-sec .icon {
  display: block;
  margin: 0px auto;
  text-align: center;
  font-size: 80px;
  line-height: 70px;
  color: #00cd81;
}
.testimonials .testimonial-sec p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  padding: 20px 0 10px 0;
  margin: 0;
  text-align: center;
  display: block;
}
.testimonials .testimonial-sec span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 0 0 0px 0;
  margin: 0;
  text-align: center;
  display: block;
}

.photogallery {
  padding: 80px 0 10px 0;
}
.photogallery .heading1 {
  text-align: left;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  align-items: baseline;
}

.galleryimage {
  display: flex;
  margin: 0;
  margin: 0;
  list-style: none;
}
.galleryimage li {
  width: 20%;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 10px;
}
.galleryimage li img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transform: scale(1.1, 1.1);
  transition: ease all 0.5s;
}

.galleryimage li:hover img {
  transform: scale(1, 1);
}

.homegallery_slider .slick-arrow {
  display: none !important;
}

.brands {
  background: #1b4bf0;
  padding: 70px 0;
  position: relative;
  text-align: center;
}
.brands:before {
  content: "";
  background-image: url(../images/bannerweb.svg);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.brands h4 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
}
.brands p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
}
.brands a {
  display: inline-block;
  margin: 20px 0 0 0;
}

.formfooter {
  padding: 0px 0 30px 0;
  position: relative;
  text-align: center;
}
.formfooter:before {
  content: "";
  background: #0e2258;
  z-index: -1;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
}

.formfooter .heading1 {
  text-align: left;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  align-items: baseline;
}
.formfooter .heading1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.formfooter .heading1 li {
  padding: 10px 0 10px 50px;
  position: relative;
  font-size: 14px;
}
.formfooter .heading1 li strong {
  /* display: block; */
  font-size: 14px;
  margin: 0 0 5px 0;
}
.formfooter .heading1 li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 40px;
  color: #1b4bf0;
}

.formfooterinner {
  background: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  padding: 50px;
  border-radius: 20px;
}
.formfooterinner input,
.formfooterinner select {
  width: 100%;
  margin: 0 0 15px 0;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #dadada;
  font-size: 14px;
}
.formfooterinner textarea {
  width: 100%;
  margin: 0 0 15px 0;
  line-height: 16px;
  height: 110px;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #dadada;
  font-size: 14px;
}

.ssfooter {
  padding: 60px 0 20px 0;
  background: url(../images/42.png), #0e2258;
}
.ssfooter h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 20px 0;
  margin: 0;
  text-transform: uppercase;
}

.ssfooter .ullink {
  list-style: none;
}
.ssfooter .ullink li {
  width: 100%;
  display: block;
}
.ssfooter .ullink li a {
  font-size: 14px;
  line-height: 21px;
  padding: 0 0 12px 0;
  display: inline-block;
  color: #f1f1f1;
  position: relative;
  transition: ease all 0.3s;
  font-weight: 400;
}
.ssfooter .ullink li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 2px;
  width: 0;
  left: 0;
  background: #f1f1f1;
  transition: ease all 0.2s;
}
.ssfooter .ullink li a:hover:after {
  width: 100%;
}

.footer-link {
}
.footer-link p {
  font-size: 14px;
  line-height: 21px;
  padding: 0 0 12px 30px;
  margin: 0;
  display: inline-block;
  color: #f1f1f1;
  position: relative;
  transition: ease all 0.3s;
  font-weight: 400;
}
.footer-link a {
  color: #f1f1f1;
}
.footer-link p i {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 2px;
}

.footer-social {
  list-style: none;
  text-align: center;
  display: flex;
}
.footer-social li {
  display: block;
  float: left;
  width: inherit;
}
.footer-social li a {
  width: 38px;
  height: 38px;
  color: #0e2258;
  font-size: 19px;
  background: #f1f1f1;
  text-align: center;
  line-height: 38px;
  border-radius: 40px;
  display: block;
  margin: 0 8px 0 0;
}
.footer-social li a:hover {
  background: #fff;
}

.ssfooter .copyright {
  padding: 20px 0 0 0;
  border-top: 1px solid #555;
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #f1f1f1;
}

.contacts {
  padding: 60px 0 70px 0;
  position: relative;
}
.contact-deta h4 {
  text-transform: capitalize !important;
}
.contact-deta strong {
  color: rgba(248, 248, 248, 0.5);
}
.contact-form h4 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  display: block;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.contact-form input,
.contact-form select {
  line-height: 60px;
  font-size: 16px;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #dadada;
  margin: 0 0 20px 0;
}
.contact-form textarea {
  font-size: 16px;
  height: 120px;
  padding: 20px 20px;
  width: 100%;
  border: 1px solid #dadada;
  margin: 0 0 20px 0;
}
.contact-form .button2 {
  line-height: 60px;
  font-size: 16px;
  height: 60px;
  background: #1b4bf0;
  color: #fff;
  display: inline-block;
  padding: 0 50px;
}
.contact-form .button2:hover {
  background: #000;
}
.contact-form input[type="file"] {
  line-height: 52px;
  font-size: 16px;
  height: 60px;
  padding: 0 0;
  width: 100%;
  border: 1px solid #dadada;
  margin: 0 0 20px 0;
}
.contact-detail h4 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  display: block;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.contact-detail-add p {
  font-size: 14px;
  margin: 0 0 30px 0;
}
.contact-detail-add ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-detail-add li {
  font-size: 16px;
  padding: 0 50px 15px 25px;
  position: relative;
}
.contact-detail-add li i {
  color: #1b4bf0;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  left: 0px;
  bottom: 60px;
  width: 100%;
  padding: 0px;
}
.slick-dots li:last-child {
  margin-bottom: 0px;
}
.slick-dots li:first-child {
  padding-left: 500px;
}
.slick-dots li button {
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: none;
  text-indent: -9999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px 4px;
}
.slick-dots li.slick-active button {
  background-color: #fc654c;
}

.arrowslide .slick-dots {
  display: none !important;
}
.arrowslide .slick-prev,
.arrowslide .slick-next {
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  border: 0px solid #dadada;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
  font-size: 0;
  line-height: 48px;
  text-align: center;
  transition: ease all 0.3s;
  padding: 0;
}
.arrowslide .slick-prev {
  position: absolute;
  top: -75px;
  margin: 0px 0 -25px 0;
  right: 60px;
  z-index: 2;
}
.arrowslide .slick-next {
  position: absolute;
  top: -75px;
  margin: 0px 0 -25px 0;
  right: 0px;
  z-index: 2;
}
.arrowslide .slick-prev:before {
  content: "";
  background: url(../images/arrow.png) no-repeat 0 -0px;
  width: 50px;
  height: 50px;
  display: block;
  transition: ease all 0.3s;
}
.arrowslide .slick-next:before {
  content: "";
  background: url(../images/arrow.png) no-repeat -50px -50px;
  width: 50px;
  height: 50px;
  display: block;
  transition: ease all 0.3s;
}
.arrowslide .slick-prev:hover,
.arrowslide .slick-next:hover {
  background: #315be4;
  color: #fff;
}
.arrowslide .slick-prev:hover:before {
  background: url(../images/arrow.png) no-repeat -50px -0px;
}
.arrowslide .slick-next:hover:before {
  background: url(../images/arrow.png) no-repeat -0px -50px;
}

.arrowslidein.arrowslide .slick-prev,
.arrowslidein.arrowslide .slick-next {
  background: rgba(255, 255, 255, 0.5);
}

.arrowslidein.arrowslide .slick-prev {
  position: absolute;
  bottom: 55% !important; top:auto !important;
  margin: 0px 0 -25px 0;
  left: 20px !important;
  z-index: 2;
}
.arrowslidein.arrowslide .slick-next {
  position: absolute;
  bottom: 55% !important;top:auto !important;
  margin: 0px 0 -25px 0;
  right: 20px !important;
  z-index: 2;
}

.testimonial_slider.arrowslide .slick-prev {
  left: -70px;
}
.testimonial_slider.arrowslide .slick-next {
  right: -70px;
}

.letestnews {
}

.letestnews .slick-list {
}
.letestnews .latestpost_slider {
  margin: 0 0px;
}
.letestnews {
  padding: 60px 0px 0px 0px;
}
.letestnews ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.letestnews h2 {
  padding: 0px 0 10px 0;
  color: #000;
  text-align: center;
  display: block;
  font-size: 32px;
}
.letestnews-box {
  display: block;
  flex-flow: wrap;
  overflow: hidden;
  background: #fff;
  padding: 0;
  margin: 0px 10px;
  border-radius: 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.letestnews-box .images {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}
.letestnews-box .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transform: scale(1.1, 1.1);
  transition: ease all 0.6s;
}
.letestnews-box:hover .images img {
  transform: scale(1, 1);
}
.letestnews-box .contant {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
}
.letestnews-box .contant a {
  color: #000;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 10px 0;
}
.letestnews-box .contant p {
  margin: 0px 0 0 0;
  padding: 0;
  color: #000;
  overflow: hidden;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.letestnews-box:hover .contant a {
  color: #1b4bf0;
}

.letestnews-box .contant small {
  font-size: 13px;
}
.letestnews .button2 {
  display: table;
  margin: 30px auto 0;
}
.services {
  position: relative;
}
.services .slide-in { padding-top:100px; }
.services .head-bg {
  background-color: #1b4bf0;
  height: 280px;
  width: 100%;
  object-fit: cover;
}
.why-choose {
  padding: 70px 0;
}
.why-choose h2 {
  display: block;
  text-align: center;
  font-size: 34px;
  padding: 0 0 10px 0;
  font-weight: bold;
}
.stats-card {
  background-color: #f1f6fe;
  padding: 15px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  background-size: 20px 20px;
}
.stats-card i {
  font-size: 35px;
}
.stats-card:hover {
  transform: scale(1.04, 1.04);
  transition: ease all 0.6s;
}
.stat-value {
  font-size: 20px;
  color: #1b4bf0;
  font-weight: 700;
  margin: 0;
}
.stat-label {
  color: #444;
  font-size: 14px;
  margin: 0;
}

.new_team {
  padding: 36px 0;
}
.new_advisery {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 35px 16px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  max-width: 300px;
  margin: 1rem auto;
}

.new_advisery:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.new_advisery .images {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 162px;
  height: 162px;
  margin: 0 auto 12px;
  border: 4px solid #f0f0f0;
}

.new_advisery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.new_advisery .icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #007bff;
  color: white;
  padding: 6px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.new_advisery .icon:hover {
  background-color: #0056b3;
}

.new_advisery h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 6px;
  color: #333;
}

.new_advisery p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
/* About Start */
#about {
  text-align: left;
  padding: 56px 0;
  background: #fff;
  border-top: 1px solid #eee;
}
#about p {
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  color: #333;
}
#about img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

section.section {
  padding: 50px 0px;
}
.visson-about {
  background: #fafafa;
  padding: 60px 0;
  text-align: center;
}
.icons-eye {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  background: linear-gradient(45deg, #ff6626 15%, #ffa641 100%);
  border-radius: 500px;
  text-align: center;
  color: #fff;
  line-height: 100px;
  font-size: 50px;
}
.visson-about h2 {
  padding: 0px 0px 10px 0px;
  line-height: 27px;
  font-size: 25px; font-weight:600;
  margin: 0;
  color: #333 !important;
}
.organogram {
  padding: 60px 0;
  text-align: center;
}
.organogram h2 {
  padding: 0px 0px 10px 0px;
  line-height: 27px;
  font-size: 22px;
  margin: 0;
  color: #333 !important;
  text-transform: uppercase;
}
.organogram ul li {
  background: linear-gradient(45deg, #2e42e2 15%, #4d71ee 100%);
  padding: 20px;
  color: #fff;
  font-size: 18px;
  margin: 0px auto 70px;
  width: 40%;
  display: block;
  position: relative;
}
.organogram ul li:before {
  content: "";
  height: 40px;
  width: 2px;
  background: #ff6626;
  position: absolute;
  left: 50%;
  bottom: -53px;
}
.organogram ul li:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff6626;
    position: absolute;
    left: 50%;
    bottom: -59px;
    margin: 0 0px 0 -5px;
}
.organogram ul li:last-child:after,.organogram ul li:last-child:before {
  display: none;
}
.organogram ul li:last-child{
  margin-bottom: 0;
}


/* About End */
/* Event Start */

.events {
  padding: 50px 0;
}
.event-card {
  transition: transform 0.2s;
}
.card {
  border-radius: 18px;
}
.event-card:hover {
  transform: scale(1.02);
}
.event-img img {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.title-highlight {
  color: #007bff;
}

.event-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 220px;
  overflow: hidden;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  position: relative;
}
.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: ease all 0.5s;
}
.event-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}

.event-card h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  padding: 25px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

.events .event-card {
  padding: 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  border-radius: 18px;
}
.events .event-card:after {
  content: "";
  position: absolute;
  top: 48%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dadada;
}
.related h2{
   padding: 10px;
    border-bottom: 1px solid #dadada;
    font-size: 20px; margin:0;
}
.related { border: 1px solid #dadada; }
.related .related-box {
  border-bottom: 1px solid #dadada;
   
}

.related .related-box a {
  text-decoration: none;
  padding: 10px 12px; font-size:13px; border-left:3px solid #fff;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related .related-box a:hover{
  color: #3654ff; border-left:3px solid #3654ff;
}

/* Event End */
/* FAQ Start */
/* Container spacing */
.container-inner {
  padding: 2rem 1rem;
}

/* Accordion card style */
.accordion .card {
  border: none;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Card Header */
.accordion .card-header {
  background-color: #f9f9f9;
  border-bottom: none;
  padding: 1rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.accordion .card-header:hover {
  background-color: #f1f1f1;
}

/* Card body (content) */
.accordion .card-body {
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  border-top: 1px solid #eee;
}

/* Remove default arrow on anchor click */
.accordion .card-header a {
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.accordion .card-header a:focus {
  outline: none;
}

/* Smooth transition */
.accordion .collapse {
  transition: height 0.4s ease;
}
/* Style for the accordion card headers */
.accordion .card-header a {
  display: flex;
  justify-content: space-between; /* Text on left, icon on right */
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 1.1rem;
  padding-right: 1rem;
  cursor: pointer;
}

/* Icon container */
.accordion .card-header .icon {
  font-size: 24px;
  line-height: 1;
  color: #333;
  user-select: none;
  transition: transform 0.3s ease, color 0.3s ease;
  width: 20px;
  text-align: center;
}

/* Show + sign when collapsed */
.accordion .card-header a.collapsed .icon::before {
  content: "+";
  color: #007bff; /* Bootstrap primary color */
  font-weight: bold;
}

/* Show − sign when expanded (not collapsed) */
.accordion .card-header a:not(.collapsed) .icon::before {
  content: "−"; /* Unicode minus sign */
  color: #007bff; /* Bootstrap danger color */
  font-weight: bold;
}

/* Optional: Hover effect on header */
.accordion .card-header a:hover {
  color: #0056b3;
  text-decoration: none;
}

/* Card body padding */
.accordion .card-body {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  color: #555;
}

/* Remove inline height style from collapse (Bootstrap handles this, but you can override if needed) */
.accordion .collapse {
  transition: height 0.3s ease;
}

/* FAQ End */

/* Gallry Start */

/* ====== Event Gallery Section ====== */

.event-gallery {
  background-color: #fafafa;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.gallery-box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
  border-radius: 8px;
}

.gallery-box:hover img {
  transform: scale(1.1);
}

.gallery-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.gallery-box:hover .overlay {
  opacity: 1;
}

.gallery-box .overlay .text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 0 1rem;
  user-select: none;
}

/* ====== Modal Gallery Slider Styling ====== */

.modal-body {
  background-color: #fff;
  padding: 2rem;
}

.gallery-slider {
  width: 100%;
  max-height: 70vh;
}

.gallery-slider img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}


/* Gallry End */


.interimgs { height:450px !important; border-radius:20px; object-fit:cover; width:100%; }
.intentions {  }
.aboutinli { display:flex; padding:10px 0 0 0; }
.aboutinli li{ padding:0 30px 0 0; font-size:15px;display: flex; align-items: center; }

.aboutinli li i { color:#1b4bf0; font-size:30px; margin:0 5px 0 0; }


.aboutinli2 { display:flex; padding:10px 0 0 0;flex-flow: column; }
.aboutinli2 li{ padding:0 30px 10px 40px; font-size:15px; display: flex; align-items: center; position:relative; }

.aboutinli2 li i { background:#1b4bf0; color:#fff; width:30px; height:30px; border-radius:100%; font-size:24px; line-height:30px; text-align:center; margin:0 5px 0 0; position:absolute; left:0; top:0; }

.registerinter { padding:30px 0; text-align:center; }
.registerinter h3 { font-size:40px;line-height: 40px;  font-weight: 700; color: #000; padding:0 0 20px 0; }
.registerinter a { font-size:18px; padding:0 10px; }
