@import url(bootstrap.min.css);
@import url(animate.min.css);
@import url(bootstrap-icons.min.css);
@import url(all.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(aos.css);
@import url(fancybox.css);
@import url(swiper-bundle.min.css);
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');


html,
body {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #0a0a0a;
  background-color: #fff;
  font-family: 'Poppins' !important;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-display: swap;
}

a {
  color: #12173e;
  text-decoration: none;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  cursor: pointer;
}

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

p {
  font-size: 16px;
  line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c0e18;
  font-family: 'Marcellus', serif;
}

img,
.img-fluid {
  image-rendering: -webkit-optimize-contrast;
}

.row_mg0 {
  padding: 0
}

.col_pd0 {
  padding: 0
}

.hindi_font {
  font-family: "Baloo 2", sans-serif;
}




/*=============================
	1. Button style
===============================*/
.newtheme_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.arrow_btn {
  user-select: none;
  -moz-user-select: none;
  background: #001842 none repeat scroll 0 0;
  border: medium none;
  color: #F7F7F9;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 0;
  padding: 7px 20px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 3px 4px 0px 0px #ceccff;
  overflow: hidden;
  --arrow-hover-move-x: -110%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s linear;
}

.arrow_btn:hover,
.arrow_btn:focus-visible {
  background: #33d1c8;
  color: #161439;
  box-shadow: 3px 4px 0px 0px #1ca29a;
}

.arrow_btn i {
  color: #F7F7F9;
  font-size: 24px;
  transition: all 0.3s ease-out 0s;

}

.arrow_btn:hover i {
  color: #020202
}

/*
.arrow-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.arrow-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.arrow-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.arrow-btn:focus-visible svg, .arrow-btn:hover svg {
  color: #161439;
}
.arrow-btn:focus-visible svg path:nth-of-type(1), .arrow-btn:hover svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.arrow-btn:focus-visible svg path:nth-of-type(2), .arrow-btn:hover svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
*/












/* Header Styling CSS ===================================== */

header {
  position: relative;
}

.top_header {
  position: relative;
  background-image: linear-gradient(to right, var(--bs-pink) 0%, var(--bs-indigo));
}

.middle_header {
  position: relative;
  padding: 0;
}

/* .middle_header:before {position:absolute;content:'';top:0;right:0;left:0; bottom:0;background: #fffcdb url(../images/bg_topicon.png); background-size: contain; height: 10px;transform: rotate(180deg);}  */
.flex_header_menu {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}

.flex_header_menu .flex_logo {
  position: relative;
  width: 120px;
  z-index: 1;
}

.flex_header_menu .flex_right_boxes {
  position: relative;
  display: flex;
  align-items: center;
}

.flex_header_menu .flex_right_boxes .flex_right_1 img {
  max-width: 90px
}

/* .flex_header_menu .flex_right_boxes .flex_right_1 img:last-child  {max-width:150px } */
.flex_right_2 {
  margin-left: 15px;
  position: relative;
  padding: 7px;
}

.flex_right_2 h6 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
}

.flex_title {
  padding-left: 10px;
  padding-top: 5px;
}

.flex_title h2 {
  font-weight: 700;
  font-size: 24px;
  color: #052c65;
  line-height: 1.0;
}

.flex_title h4 {
  font-size: 26px;
}

.flex_title h5 {
  text-transform: uppercase;
  color: #6f42c1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Montserrat';
}

.menu_bg {
  position: relative;
  /* background:linear-gradient(to right, #cf6000 0%, #bd0000); */

  outline: 1px solid #ddd;
  outline-offset: 0px;
}

.sitename_flex {
  display: flex;
  align-items: center
}

.icon_frame {
  font-size: 48px;
  margin-right: 5px;
  color: #970508;
}

.top_header ul li {
  padding: 10px 5px
}


/* .logo_inline h4:before {position:absolute;content:'';height: 1px;top: 45%;left:0;right:0;background:#8d0200;width: 96%;margin: 0 auto;} */
.flex_clickbox {
  position: relative;
  padding-right: 10px;
}

.search_menu a {
  font-size: 15px;
  margin-left: 10px;
  font-weight: 400;
}

.top_contactlinks ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.top_contactlinks ul li a {
  color: #fff;
}

.top_contactlinks ul li i {
  font-size: 15px;
  vertical-align: middle;
  padding-right: 3px;
}

.flex_clickbox a {
  margin-left: 10px;
  font-size: 15px;
  padding: 5px 7px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: .6px;
  border-radius: 5px;
}

.flex_clickbox a.menu_icon {
  padding: 8px;
  font-size: 20px;
  background: #eee;
  border-radius: 0;
}

.flex_menu {}

.contact_icon,
.search_icon {
  border: 1px solid;
}

.social_connect {
  text-align: end;
}

.social_connect a {
  margin-left: 20px;
}

.social_connect a:hover {
  color: #001842;
}

.flex_clickbox a:hover {
  background: #001842;
  color: #fff;
  border-color: #001842;
}

.right_toplinks {
  position: relative;
  text-align: end;
}

.social_hover_a {
  position: relative;
  z-index: 1;
}

.right_toplinks ul li {
  display: inline-flex;
  margin-left: 15px;
  font-size: 15px;
}

.right_toplinks ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.top_contactlinks ul li a:hover,
.right_toplinks ul li a:hover {
  color: #ffd34f;
}

.right_toplinks .social_list {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 10px);
  left: -15px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 5px 15px #ddd;
  border: 1px solid #ddd;
}

.right_toplinks .social_list li {
  transition: all .3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  gap: 0;
  margin-bottom: 0;
  text-align: center;
  margin-left: 0
}

.right_toplinks .social_list li:not(:last-child) {
  transform: translateY(10px)
}

.right_toplinks .social_list li:nth-child(4) {
  transition-delay: .1s
}

.right_toplinks .social_list li:nth-child(3) {
  transition-delay: .15s
}

.right_toplinks .social_list li:nth-child(2) {
  transition-delay: .2s
}

.right_toplinks .social_list li:first-child {
  transition-delay: .25s
}

.right_toplinks .social_list li a {
  color: #030303;
  padding: 5px;
  width: 120px;
}

.right_toplinks .social_list li a:hover {
  color: #fff;
  background: #216321
}

.right_toplinks .social_hover_a:hover .social_list {
  visibility: visible;
  z-index: 99;
}

.right_toplinks .social_hover_a:hover .social_list li:not(:last-child) {
  transform: translateY(0);
}

.right_toplinks .social_hover_a:hover .social_list li {
  opacity: 1;
  visibility: visible;
}

.right_toplinks .dropdown-menu a {
  font-size: 16px;
  margin-right: 5px;
  padding: 5px;
  text-align: left;
  display: inline-block;
  color: #020202;
  font-weight: 500;
}

.right_toplinks .dropdown-menu a:hover {
  background: #052c65;
  color: #fff
}

.right_toplinks .dropdown-menu.show {
  text-align: center;
}

.dropdown-toggle::after {
  margin-left: 0;
}

.right_toplinks .dropdown-menu a.black_link {
  background: #020202;
  color: #fff;
  padding: 5px 10px;
}

.right_toplinks .dropdown-menu a.white_links {
  border: 1px solid #ddd;
  padding: 5px 10px;
}


.theme_light {
  background: #f3f6ff
}


/*===================== Menu Design CSS ============================ */


/* .main-bar-wraper {background: #0f253c;} */
.header-style1.site-header {
  position: relative;
}

.header-style1.site-header ul,
.header-style1.site-header ol {
  margin-bottom: 0;
}

/*-------------------------------------
	mega-menu
-------------------------------------*/
.header-style1 .navbar-toggler {
  border: none;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: -10px;
  padding: 12px 10px;
}

.header-style1 .navbar-toggler .icon-bar {
  background: #000;
  height: 3px;
  border-radius: 0;
  display: block;
  width: 22px;
}

.header-style1 .navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.header-style1 .navbar-toggler {
  display: none;
  margin-top: 14px;
  margin-bottom: 14px;
}

.header-style1 .header-nav {
  position: relative;
  padding: 0px;
  z-index: 7;
  background-color: #f3f6ff;
  justify-content: center;
}

.header-style1 .header-nav .nav {
  float: right;
  display: flex;
  justify-content: flex-end;
  flex-direction: inherit;
}

/* .header-style1 .header-nav .nav i {font-size: 9px;margin-left: 3px;margin-top: -3px;vertical-align: middle; } */
.header-style1 .header-nav .nav>li {
  position: relative;
  text-transform: uppercase;
}

.header-style1 .header-nav .nav>li>a {
  border-radius: 0;
  color: #052c65;
  display: inline-block;
  font-size: 18px;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: .3px;
  text-transform: capitalize;
  font-family: 'Merriweather Sans', sans-serif;

}

.header-style1 .header-nav .nav>li .sub-menu {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  display: block;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 20px 0 0;
  opacity: 0;
  padding: 20px 0px;
  position: absolute;
  visibility: hidden;
  width: max-content;
  z-index: 10;
  min-width: 220px;
}

.header-style1 .header-nav .nav>li .sub-menu li {
  position: relative;
  text-transform: none;
}

.header-style1 .header-nav .nav>li .sub-menu li a {
  /* color: #fff7ed; */
  display: block;
  font-size: 16px;
  padding: 7px 20px;
  overflow: hidden;
  font-weight: 500;
  border-left: 0px solid transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: capitalize;
}

.header-style1 .header-nav .nav>li .sub-menu li a:hover {
  color: #000;
  text-decoration: none;
}

.header-style1 .header-nav .nav>li .sub-menu li a:hover:after {
  width: 4px;
  left: -1px;
}

.header-style1 .header-nav .nav>li .sub-menu li:hover>a {
  color: #000;
  background-color: #f6f6f6;
}

.header-style1 .header-nav .nav>li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header-style1 .header-nav .nav>li .sub-menu li .fa {
  color: #000;
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 1px;
}

.header-style1 .header-nav .nav>li .sub-menu li:hover .fa {
  color: #000;
}

.header-style1 .header-nav .nav>li .sub-menu li>.sub-menu {
  left: 100%;
  top: 0px;
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-style1 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
  left: 100%;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.header-style1 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: '';
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header-style1 .header-nav .nav>li.has-mega-menu {
  position: inherit;
}

.header-style1 .header-nav .nav>li .mega-menu li a>i {
  font-size: 14px;
  margin-right: 5px;
  min-width: 20px;
}

.header-style1 .header-nav .nav>li .mega-menu {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  display: block;
  left: 0px;
  top: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 100%;
  /* margin-top: 20px; */
  z-index: 10;
}

.header-style1 .header-nav .nav>li .mega-menu>li {
  display: table-cell;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 25%;
  text-transform: none;
}

.header-style1 .header-nav .nav>li .mega-menu>li:after {
  content: "";
  background-color: rgba(204, 204, 204, 0.4);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

.header-style1 .header-nav .nav>li .mega-menu>li:last-child:after {
  display: none;
}

.header-style1 .header-nav .nav>li .mega-menu>li>a {
  color: #000;
  display: block;
  font-size: 15px;
  padding: 0 20px;
}

.header-style1 .header-nav .nav>li .mega-menu>li ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

.header-style1 .header-nav .nav>li .mega-menu>li ul a {
  color: #474747;
  display: block;
  font-size: 13px;
  line-height: 24px;
  padding: 2px 20px;
}

.header-style1 .header-nav .nav>li .mega-menu>li ul a:hover {
  color: #ed4c2f;
  background-color: #F2F2F2;
}

.header-style1 .header-nav .nav>li.menu-item-has-children:before {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  right: 4px;
  position: absolute;
  top: 50%;
  color: #999;
  margin-top: -8px;
  font-size: 8px;
}

.header-style1 .has-child .submenu-toogle {
  display: none
}

.header-style1 .header-nav .nav>li>a {
  position: relative
}

.header-style1 .header-nav .nav>li>a.drop_icon:before {
  content: "\f107";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  right: 5px;
}

.header-style1 .header-nav .nav>li.has-mega-menu a.drop_icon {
  padding-right: 20px;
}


/*-- Submenu direction---*/
.header-style1 .header-nav .nav>li.submenu-direction .sub-menu {
  left: auto;
  right: 0;
}

.header-style1 .header-nav .nav>li.submenu-direction .sub-menu li>.sub-menu {
  left: auto;
  right: 220px;
  margin: 0 20px 0 0;
}

.header-style1 .header-nav .nav>li.submenu-direction .sub-menu li:hover>.sub-menu {
  left: auto;
  right: 220px;
  margin: 0 0 0 0;
}

.header-style1 .has-child .submenu-toogle {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  display: none;
}

.header-style1 .header-nav .has-child li .submenu-toogle {
  opacity: 0.9;
}

.header-style1 .header-nav .has-child.nav-active>a+.submenu-toogle.bi-chevron-right:before {
  content: "\F285";
}





/*-------------------------------------
	nav dark version
-------------------------------------*/
.header-style1 .nav-dark.header-nav .nav>li .sub-menu li:hover>a {
  color: #bd3b3b;
  background-color: transparent;
}

.header-style1 .nav-dark.header-nav .nav>li .sub-menu li .fa {
  color: #ed4c2f;
}

.header-style1 .nav-dark.header-nav .nav>li .sub-menu li:hover .fa {
  color: #ed4c2f;
}

.header-style1 .nav-dark.header-nav .nav>li .sub-menu,
.header-style1 .nav-dark.header-nav .nav>li .mega-menu {
  background-image: linear-gradient(to right, #fffcf6 0%, #fff4ec)
}

.header-style1 .nav-dark.header-nav .nav>li .sub-menu li:last-child {
  border-bottom: 0px;
}

/* .header-style1 .nav-dark.header-nav .nav>li .sub-menu li a{color: #fff;} */

.header-style1 .nav-dark.header-nav .nav>li .mega-menu>li ul a {
  color: #fff;
}

.header-style1 .nav-dark.header-nav .nav>li .mega-menu>li>a {
  color: #3294f9;
  font-size: 18px;
}

.header-style1 .nav-dark.header-nav .nav>li .mega-menu>li ul a:hover {
  background-color: transparent;
  color: #ed4c2f;
}

.header-style1 .nav-dark.header-nav .nav>li .mega-menu>li:after {
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:1200px) {
  .header-style1.site-header .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {

  /* responsive strat when media screen [991px] css START*/
  .header-style1 .navbar-toggler {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    float: right;
    outline: none !important;
  }

  .header-style1 .navbar-collapse.collapse {
    align-items: start;
  }

  .header-style1 .header-nav .nav {
    float: none;
    margin: 0px;
    background: #fff;
    width: 100%;
    display: block;
    height: 100%;
  }

  .header-style1 .header-nav .nav li {
    float: none;
    width: 100%;
    display: block;
  }

  /* .header-style1 .header-nav .nav i {float: right;} */
  .header-style1 .header-nav .nav li .sub-menu>li a {
    padding-left: 15px;
  }

  .header-style1 .header-nav .nav li.has-child {
    position: relative;
  }

  .header-style1 .header-nav .nav li .sub-menu,
  .header-style1 .header-nav .nav li .mega-menu {
    opacity: 1;
    margin: 0 !important;
  }

  .header-style1 .header-nav .nav i {
    margin-top: 6px;
  }

  .header-style1 .header-nav .nav li.has-child.nav-active>a {
    color: #cfe2ff;
  }

  .header-style1 .header-nav .nav>li {
    margin: 0;
    padding: 0;
  }

  .header-style1 .header-nav .nav>li.active>a,
  .header-style1 .header-nav .nav>li.current-menu-item>a {
    color: #000;
  }

  .header-style1 .header-nav .nav>li>a:hover,
  .header-style1 .header-nav .nav>li>a:active,
  .header-style1 .header-nav .nav>li>a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }

  .header-style1 .header-nav .nav>li>a {
    padding: 12px 15px;
    border-top: 1px solid #E9E9E9;
    color: #777;
    margin: 0;
    padding: 10px 15px;
    display: block;
  }

  .header-style1 .header-nav .nav>li .sub-menu>li,
  .header-style1 .header-nav .nav>li .mega-menu>li {
    float: none;
    display: block;
    width: auto;
    padding: 0px;
  }

  .header-style1 .header-nav .nav>li .sub-menu li a {
    font-size: 13px;
  }

  .header-style1 .header-nav .nav>li .mega-menu>li:after {
    display: none;
  }

  .header-style1 .header-nav .nav>li ul,
  .header-style1 .header-nav .nav>li .sub-menu,
  .header-style1 .header-nav .nav>li .mega-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }

  .header-style1 .header-nav .nav>li ul.mega-menu ul {
    display: block;
    margin-bottom: 10px;
  }

  .header-style1 .header-nav .nav>li ul.mega-menu li:hover ul {
    display: block;
  }

  .header-style1 .has-child .submenu-toogle {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0px;
  }

  header .logo {
    display: block;
    padding: 4px 0;
  }

  .header-style1 .is-fixed.color-fill .header-nav .nav>li {
    margin: 0;
    padding: 0;
  }

  .header-style1 .is-fixed.color-fill .header-nav .nav>li>a {
    margin: 0;
    padding: 10px 15px;
    display: block;
  }

  .header-style1 .is-fixed#header-part .navbar-toggler {
    margin: 15px 0;
  }


  .header-style1 .nav-dark.header-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .header-style1 .nav-dark.header-nav .nav {
    background-color: #052c65;
  }

  .header-style1 .nav-dark.header-nav .nav>li>a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
  }

  .header-style1 .nav-dark.header-nav .nav>li>a:hover,
  .header-style1 .nav-dark.header-nav .nav>li>a:active,
  .header-style1 .nav-dark.header-nav .nav>li>a:focus {
    background-color: #000;
    color: #ed4c2f;
  }

  .header-style1 .nav-dark.header-nav .nav>li ul,
  .header-style1 .nav-dark.header-nav .nav>li .sub-menu,
  .header-style1 .nav-dark.header-nav .nav>li .mega-menu {
    background-color: #0058b5;
  }

  .header-style1 .nav-dark.header-nav .nav>li .sub-menu {
    background-color: #0058b5;
  }

  .header-style1 .nav-dark .has-child .submenu-toogle {
    color: #fff;
  }
}

@media only screen and (max-width:768px) {
  .header-style1 .is-fixed .extra-nav {
    padding: 13px 7px;
  }

  .header-style1 .main-bar .container {
    max-width: 100%;
    padding: 0px 15px;
  }
}

@media only screen and (max-width:767px) {
  .header-style1 .is-fixed .extra-nav {
    padding: 13px 0px;
  }

  .header-style1 .main-bar,
  .header-style1 .is-fixed .main-bar,
  .header-style1 .is-fixed.color-fill .main-bar {
    padding: 0px;
  }

  .header-style1 .extra-nav {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width:540px) {
  .header-style1 .is-fixed .navbar-toggler {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 540px) {
  .header-style1 .main-bar {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* .header-style1 .logo-header {width: 100px;} */
  .header-style1 .header-style1 .navbar-toggler {
    margin-left: 5px;
  }

  .header-style1 .extra-nav .extra-cell {
    margin-left: auto;
    padding-left: 10px;
  }
}

/*===========================================================================================*/
.header-style1.nav-transparent .is-fixed.color-fill .main-bar {
  background: #f7f7f3;
}

.header-style1.nav-transparent .top-bar .social-bx li a:hover {
  color: #ed4c2f;
}

.header-style1.nav-transparent .navbar-toggler .icon-bar {
  background-color: #fff;
}

.header-style1.nav-transparent {
  position: relative;
  border-bottom: 1px dashed #6610f273;
  /* box-shadow: 0 5px 10px #eee; */
}

.header-style1.nav-transparent .top-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  min-height: 40px;
}

.header-style1.nav-transparent .top-bar .social-bx ul {
  margin-bottom: 0px;
  display: flex;
  border-right: 1px solid #dcdcdc;
  list-style: none;
}

.header-style1.nav-transparent .top-bar .social-bx li {
  font-size: 12px;
  margin: 0;
  position: relative;
}

.header-style1.nav-transparent .top-bar .social-bx li a {
  list-style: none;
  display: block;
  position: relative;
  width: 40px;
  height: 42px;
  line-height: 42px;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
}

.header-style1.nav-transparent .main-bar {
  position: relative;
  width: 100%;
  left: 0px;
  padding: 0px;
}

/* .header-style1.nav-transparent .main-bar .container{padding:10px 15px;} */
.header-style1.nav-transparent .main-bar .header-nav .nav>li>a {
  color: #fff;
}

/* .header-style1 .header-nav .nav>li>a:hover {color: #fff !important;} */
/*.header-style1 .header-nav .nav>li>a:active,
.header-style1 .header-nav .nav>li>a:focus {background-color: #f15a29;} */

.header-style1 .header-nav .nav>li.active>a,
.header-style1 .header-nav .nav>li.current-menu-item>a {
  background-color: transparent;
  color: #ed4c2f;
}

.header-style1 .header-nav .nav>li:hover>a {
  color: #a20101;
}

.header-style1 .header-nav .nav>li:hover>.sub-menu,
.header-style1 .header-nav .nav>li:hover>.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}




@media only screen and (max-width:991px) {
  .header-style1.nav-transparent .main-bar .header-nav .nav>li>a {
    display: block;
    color: #000;
  }

  .header-style1.nav-transparent .main-bar .header-nav.nav-dark .nav>li>a {
    display: block;
    color: #fff;
  }

  .header-style1.nav-transparent .main-bar .container {
    padding: 0px 15px;
    max-width: 100%;
  }

  .header-style1.nav-transparent .top-bar .container {
    max-width: 100%;
  }
}


/*-------------------------------------
	when header is sticky
-------------------------------------*/

.header-style1 .sticky-no .main-bar {
  position: static !important;
}

/*-------------------------------------
	when header is sticky 
-------------------------------------*/
/* header sticky  */

/*____WHEN HEADER IS STICKY____*/

.header-style1 .is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
}

.header-style1 .is-fixed .extra-nav {
  padding: 13px 0;
}

.header-style1 .is-fixed.color-fill.main-bar {
  background: #141b1f;
}

@media (max-width: 991px) {
  .header-style1.mobile-sider-drawer-menu .header-nav {
    position: fixed;
    width: 250px !important;
    z-index: 999;
    height: 100vh !important;
    overflow-y: inherit !important;
    left: -250px;
    top: 0px;
    transition: all 0.5s linear;
    background-color: #fff;
  }

  .header-style1.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
    transition: none;
  }

  .header-style1.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    transition: none;
  }

  .header-style1.mobile-sider-drawer-menu.active .header-nav {
    left: 0%;
  }

  .header-style1.mobile-sider-drawer-menu .icon-bar {
    transition: all 0.5s linear;
    position: relative;
  }

  .header-style1.mobile-sider-drawer-menu #mobile-side-drawer {
    position: relative;
    z-index: 1;
    box-shadow: none;
  }

  .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
    transform: rotate(45deg) translateX(3px) translateY(2px);
  }

  .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }

  .header-style1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
    position: relative;
    right: 0%;
  }

  .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
    position: absolute;
    right: 100px;
    opacity: 0;
  }

  .header-style1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }

  .header-style1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
    overflow: auto;
    max-height: 100%;
  }
}

.header-style1.nav-transparent .main-bar .header-nav .nav>li.active>a {
  color: #fff;
  background: #f15a29;
}

.header-style1 .header-nav .nav>li>a {
  position: relative;
}

.header-style1 .header-nav .nav>li>a:after {
  position: absolute;
  top: 97%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transform: translate(-50%) scale(0);
  -webkit-transform: translate(-50%) scale(0);
  -moz-transform: translate(-50%) scale(0);
  -ms-transform: translate(-50%) scale(0);
  -o-transform: translate(-50%) scale(0);
  transition: all .5s ease 0s;
  border-radius: 0 0 4px 4px;
  background-color: #bd3b3b;
}

.header-style1 .header-nav .nav>li>a:hover:after {
  transform: translate(-50%) scale(1);
  -webkit-transform: translate(-50%) scale(1);
  -moz-transform: translate(-50%) scale(1);
  -ms-transform: translate(-50%) scale(1);
  -o-transform: translate(-50%) scale(1);
}

.header-style1.nav-transparent .main-bar .header-nav .nav>li.active>a:after {
  transform: translate(-50%) scale(1);
  -webkit-transform: translate(-50%) scale(1);
  -moz-transform: translate(-50%) scale(1);
  -ms-transform: translate(-50%) scale(1);
  -o-transform: translate(-50%) scale(1);
}






/* First Section CSS ============================== */


.owl-theme .owl-nav {
  margin-top: 0;
}

.first_section {
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 1;
  background: #f5fffe;
}

/* .first_section:before {position:absolute;content:'';top:0;left:0;right:0;bottom:0;background: url(../images/bg_pattern.jpg);opacity: 0.4;z-index:-1;background-size: cover;} */
.home_right_front {
  padding-right: 10%;
}

#main_slider.owl-carousel .owl-item img {
  border-radius: 0
}

#main_slider {
  z-index: 2;
}

#main_slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#main_slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: 25px;
  background: rgb(2 0 0 / 14%);
}

#main_slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: 25px;
  background: rgb(2 0 0 / 14%);
}

#main_slider.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  background: rgb(2 0 0 / 100%);
}

#main_slider.owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  background: rgb(2 0 0 / 100%);
}

.h1_title .lightfont_100 {
  font-size: 20px;
  position: relative;
}

.set_one {
  line-height: 1.9;
  font-size: 18px;
  color: #444444;
  position: relative;
  padding: 5px 0;
  z-index: 1;
  text-align: justify
}

/*
.set_one:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -50%;
  left: -20%;
  background: #fff;
  z-index: -1;
} */

.set_one span {
  color: #999999;
  font-size: 16px;
}

.set_one span b {
  font-weight: 500;
  color: #565253;
}

.h1_title h1 {
  font-weight: 600;
  color: #000;
  font-size: 30px;
}

.lightfont_100 {
  font-weight: 100;
}

.span_block {
  display: block;
  font-size: 20px;
  font-weight: 200
}


.slide_intro_section {
  position: relative;
  padding: 50px 0;
  z-index: 1;
}

.slide_intro_section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/pattern_2.png);
  opacity: .03;
  background-size: contain;
  z-index: -1;
}

/* .slide_intro_section:after {position:absolute;content:'';top:0;left:0;height:100%;width:300px;background: url(../images/bg_14.png);   }	 */
.swiper-slide img {
  border-radius: 15px;
}

.msg_cover {
  position: relative;
  padding: 20px 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  height: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 5px 40px #ddd;
}

.msg_cover:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  background: #eea126;
  height: 20%;
  width: 100px;
  border-radius: 10px 0 10px 0;
}

.msg_cover:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  background: url(../images/builderon-img24.png);
  height: 100%;
  width: 200px;
  border-radius: 10px 0 10px 0;
}

.profile_flex {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 5px;
  background: #fff;
  height: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.msgprofile_img {
  width: 150px;
  position: relative;
  margin-bottom: 0;
}

.msgprofile_img img {
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 5px 5px #95c396;
}

.msgprofile_name {
  position: relative;
  padding: 5px 10px 0 20px;
  width: calc(100% - 150px);
  margin-bottom: 10px;
  padding-left: 15px;
}

.msgprofile_name h4 {
  font-size: 17px;
  margin-bottom: 3px;
  font-family: 'Poppins' !important;

}

.msgprofile_name h2 {
  font-size: 20px;
  margin-bottom: 3px;
  color: #206422;
  font-weight: 600;
  font-family: 'Poppins' !important;

}

.msgprofile_name p {
  text-align: justify;
  font-size: 13px;
}

.msg_covertext p {
  text-align: justify
}

.orange_bg {
  background: #eea126
}

.highlight_dbox {
  position: relative;
  padding: 15px 15px 20px;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease-out 0s;
  height: 100%;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  background: #fff;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center
}

.highlight_dbox:hover {
  box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 6%);
}

.highlight_dbox img {
  background-size: cover;
  border: 5px solid #fbad45;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 5px;
  background: #fff;
}

.frame_details {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 5px
}

/* , .highlight_slide.owl-carousel .highlight_dbox img */
.highlight_dbox h4 {
  font-size: 16px;
  margin-bottom: 5px
}

.highlight_dbox p {
  line-height: 1.3
}

.highlight_dbox .link_btn {
  display: inline-block;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 15px;
  color: #020202;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.highlight_dbox .link_btn:hover {
  background: #2d8a42;
  color: #fff
}

.blink_btn {
  animation: blinkon 2s linear infinite;
  color: #fff
}

@keyframes blinkon {
  0% {
    background-color: #3c6524;
    box-shadow: 0 0 2px #e9e9e9;
  }

  50% {
    background-color: #f3a800;
    box-shadow: 0 0 5px #e9e9e9;
  }

  100% {
    background-color: #cc5400;
    box-shadow: 0 0 15px #e9e9e9;
  }
}

.bdr_1 {
  border: 2px solid #d3ac3e;
  background: #fefff5;
}

.bdr_2 {
  border: 2px solid #f9a1a1;
  background: #fff6f6;
}

.bdr_3 {
  border: 2px solid #92d5b6;
  background: #f7fffb;
}

.bdr_4 {
  border: 2px solid #fbc597;
  background: #fff5ef;
}



/* Second Section CSS ==================================== */
.second_section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(0deg, rgb(1 0 66) 30%, rgb(10 1 133 / 94%) 100%)
}

.second_section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/sci_fiy_banner3.jpg);
  opacity: .3;
  z-index: -1;
  background-attachment: fixed;
}

.front_features {
  position: relative;
  padding: 30px 15px 50px;
  background: #fff;
  text-align: center;
  height: 100%;
  z-index: 1;
  box-shadow: 0 5px 10px #eee;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
}

.front_features:hover {
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
  transform: translateY(-7px);
}

/* .active_bg {background: #eee;} */
.count_fact.active_bg {
  background: #eee;
}

.front_features .icon {
  color: #001842;
  margin-bottom: 40px;
  transition: transform 500ms ease;
  z-index: 1;
}

.front_features .icon img {
  padding-top: 5px
}

.front_features_text h2 {
  font-size: 20px;
}

.theme_btn_active a {
  font-size: 16px;
  padding: 7px 12px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: .6px;
  border-radius: 30px;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  background: linear-gradient(to right, #ce5b00 0%, #be0300 70%, #991500 100%);
  transition-timing-function: ease-in-out;
  background-size: 200% auto;
}

.theme_btn_active:hover a {
  background-position: right center;
}

.front_features .theme_btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.flex_right_2 .theme_btn_active a {
  font-size: 12px;
  padding: 4px 10px;
}

.theme_btn {
  position: relative;
  font-size: 15px;
  padding: 5px 15px 5px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: .6px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  background: #08449d;
}

.theme_btn:hover {
  color: #fff;
  border-color: #f3a800;
}

.theme_btn:before {
  background-color: #6610f2;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  top: 100%;
  transition: .7s cubic-bezier(.52, 1.64, .37, .66);
}

.thm-btn:after {
  background-color: #6610f2;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  bottom: -50%;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.theme_btn:after,
.theme_btn:before {
  content: "";
  height: 150%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 150%;
  z-index: -1
}

.theme_btn:hover:before {
  top: -50%;
}

.theme_btn:hover:after {
  bottom: 100%;
}

/*
.testimonials-one__btn:before {
    background-color: #144047;
}
.testimonials-one__btn:after {
    background-color: #fff;
}
.testimonials-one__btn:hover {
    color: (#14404, #144047);
}
*/



/* .front_features .icon:before {position:absolute;content:'';top:5%;left:0;right:0;bottom:0;background:#eee;height:100px;width:100px;border-radius:50%;margin:0 auto;z-index:-1;opacity:.3;transition: all 0.3s ease-out 0s;} */

/* .front_features:hover .icon {transform: translateY(-5px);} */
/* .front_features:hover .icon:before {top:4%} */


.front_features .icon:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  margin: 0 auto;
  background: url(../images/element_1.png);
  background-size: cover;
}

.front_features:hover .icon::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .5;
}



/* Third Section CSS ==================================== */
.third_section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  z-index: 1
}

.third_section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/about-bg.png);
  background-attachment: fixed;
  z-index: -1;
  background-size: cover;
}

.about_welcome h5 {}

.about_welcome h1 {
  font-size: 30px;
  font-weight: 600;
}


.testimonial_layout {
  position: relative;
  display: block;
  border-radius: 30px;
  z-index: 1;
  transition: transform 500ms ease;
  background: #fff;
  height: 100%;
  border: 1px solid #ddd;
}


.testimonial_layout_inner {
  position: relative;
  display: block;
  border-radius: 30px;
  padding: 20px 20px 20px;
  overflow: hidden;
  z-index: 1;
}

.testimonial_layout_text {
  padding: 0 10px;
  text-align: justify;
}

.testimonial_layout_info {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 10px;
}

.testimonial_layout_imgbox {
  position: relative;
  display: block;
  width: 125px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffc950;
  padding: 5px;
}

.testimonial_layout_img {
  position: relative;
  display: block;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background-color: #fff;
}

.testimonial_layout_img img {
  border-radius: 50%;
  border: 5px solid #f5f5f5;
  max-width: 100%;
}

.testimonial_layout_content {
  position: relative;
  display: block;
  margin-left: 20px;
  width: calc(100% - 150px)
}

.testimonial_layout_ratings {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial_layout_ratings span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffc950;
}

.testimonial_layout_ratings span+span {
  margin-left: 3px;
}

.testimonial_layout_name {
  font-size: 21px;
  font-weight: 600;
  margin-top: 12px;
}

.testimonial_layout_designation {
  font-size: 14px;
  line-height: 1.3;
}

.testimonial_layout_quote {
  position: absolute;
  right: 15px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  transition: all 500ms ease;
}

.testimonial_layout:hover .testimonial_layout_quote {
  border: 1px solid #036e4e;
}

.testimonial_layout_quote span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #036e4e;
  transition: all 500ms ease;
}

.testimonial_layout:hover .testimonial_layout_quote span {
  color: #ffc950;
}

.about_welcome p {
  text-align: justify
}

.about_welcome {
  position: relative;
  padding-right: 10%;
}

.video_view {
  position: relative;
}

.video_view .video_img {
  position: relative;
}

.video_view .video_img img {
  position: relative;
  border-radius: 15px;
}

.video_view .video_img:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, rgb(3 2 32 / 1%) 0, rgb(100 246 201 / 9%) 40%, rgb(40 74 230 / 12%) 65%, rgb(2 3 14 / 0%) 100%);
  content: "";
  z-index: 1;
  border-radius: 15px;
}

.video_icon {
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.video_icon a {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #f2fffb;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: #d90000;
  border: 2px solid rgb(255 255 255);
  margin-bottom: 10px;
}

.video_head {
  padding: 15px;
  position: relative;
  background: #f5d37a;
  color: #020202;
  font-weight: 500;
  display: block;
  text-align: center
}

.video_icon .ripple:before {
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  content: '';
  border: 2px solid rgb(221 246 239 / 0.25);
  border-radius: 50%;
}

.video_icon .ripple:after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.40);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.40);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.40);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.40);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video_icon .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
  }
}




.four_section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(0deg, rgb(1 0 66) 30%, rgb(10 1 133 / 94%) 100%)
}

.four_section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/theme_bg5.jpg);
  opacity: .3;
  z-index: -1;
  background-attachment: fixed;
  background-size: cover;
}

.msg_img {
  background: #cfe2fd;
  border-radius: 0 200px 200px 200px;
  padding: 7px;
  width: 150px;
}

.msg_img img {
  border-radius: 0 200px 200px 200px;
}

.courses_itemview {
  position: relative;
  padding: 15px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 15px #ddd;
  height: 100%
}

.show_text h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}

.innershow .btn-sm {
  font-size: 12px;
  padding: 3px 15px;
}

#courses_slider.owl-carousel,
.owl-carousel .owl-item .item {
  position: relative;
  height: 100%
}

.left_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

.left_heading h3 {
  font-size: 28px;
  font-weight: 600
}

.fifth_section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  z-index: 1
}

.fifth_section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/blog_bg.png);
  opacity: 0.8;
  z-index: -1;
  background-attachment: fixed;
  background-size: cover;
}


.active_lang {
  background: #000;
  color: #fff
}

.right_toplinks .dropdown-menu a.active_lang {
  color: #fff
}

.home_banner_section {
  position: relative;
}

.video_caption {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.yellow_text {
  text-transform: uppercase;
  color: #f3a800;
  font-family: 'Marcellus', serif;
  font-weight: 800;
  letter-spacing: 1px;
}

.redish_text {
  color: #ffafaf;
}

.video-container {
  min-height: 90vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
}

.video-container:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(0deg, rgb(163 9 9 / 0%) 0%, rgb(137 53 19 / 60%) 66%, rgb(0 0 0 / 75%) 85%);
  background-size: cover;
}

.video-container .fullscreen-bg__video {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

@media (max-width: 767px) {
  .video-container .fullscreen-bg__video {
    position: relative;
    margin-top: 0
  }
}

.video-container .fullscreen-bg__video:after {
  content: '';
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9999
}

#muteVideo {
  display: none;
}


#loderVid {
  background: url(../images/loading-gif.gif) no-repeat top center;
  background-size: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  z-index: 99999
}

#home-vid {
  display: none
}

#muteVideo {
  background: url(../images/Volume-Mute.png) no-repeat bottom left;
  background-size: 50px;
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 1028;
  margin-left: 20px;
  margin-bottom: 15px
}

@media (max-width: 767px) {
  #muteVideo {
    height: 50px;
    width: 50px;
    position: fixed
  }
}

@media (min-width: 768px) {
  #muteVideo {
    left: 0;
    right: 85%;
    top: 50%;
    bottom: 10%;
  }
}

@media (max-width:990px) {
  .video-container {
    min-height: auto;
  }

  .video-container .fullscreen-bg__video {
    position: relative;
    margin-top: 0
  }

  #muteVideo {
    position: absolute;
  }
}

.inner_yojna {
  padding: 0 40px;
  position: relative
}

.inner_yojna h2 {
  font-size: 36px;
  text-align: center;
}

.yojna_number {
  position: relative;
  font-size: 50px;
  font-weight: 600;
  padding: 10px 50px 0;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}

.c_yellow {
  background: #faa41a;
}

.c_blue {
  background: #001842;
}

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


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

.grid_list li {
  display: inline-block;
  padding: 0 0 7px 15px;
  width: calc(50% - 2px);
  float: none;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  vertical-align: middle;
}

.grid_list li:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 900;
  color: #393939;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.blogpost_item {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
}

.blog_feature_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.shine_animate {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.shine_animate::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.blogpost_item:hover .shine_animate::before {
  animation: hoverShine 1.2s;
}

.blogpost_item p {
  line-height: 1.2
}

.blog_description .blogtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

.blog_user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.blog_user .user_img {
  width: 36px;
  flex: 0 0 auto;
}

.blog_user .user_img img {
  border-radius: 50%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogdate .date_list {
  display: flex;
  align-items: center;
  gap: 15px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blogdate .date_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}


.posttag {
  font-size: 14px;
  font-weight: 500;
  background: #f3a800;
  color: #fff;
  line-height: 1;
  display: block;
  border-radius: 4px;
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 2;
  padding: 8px 10px;
}

.user_name p {
  margin-bottom: 0;
  font-weight: 500;
  color: #9597C8;
}

.user_name p a {
  color: #025395
}

@keyframes hoverShine {
  100% {
    left: 125%;
  }
}


.blogpost_item .theme_btn a {
  font-size: 14px;
}

/* #courses_slider.owl-carousel.owl-theme .owl-nav {position:absolute;right:0;top:-50px;} */

#courses_slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -30px;
  left: 25px;
}

#courses_slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: -30px;
  right: 25px;
}


#courses_slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  padding: 5px 15px !important;
  background: #f3a800;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.5s ease;
  margin: 2px;
}

#courses_slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #036e4e;
}

.sticky_img {
  position: absolute;
  bottom: 0;
  max-width: 150px;
  right: -15px;
  opacity: .3;
  z-index: -1
}


.footer_section {
  position: relative;
  background: linear-gradient(to left, rgb(10 88 202) 0%, rgb(5 44 101));
  padding: 40px 0 0;
  z-index: 1;
}

.dashboard-footer {
  position: relative;
  background: linear-gradient(to left, rgb(10 88 202) 0%, rgb(5 44 101));
  padding: 15px 0 0;
  z-index: 1;
}

.footer_section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url(../images/footer_bg.png); */
  opacity: 0.1;
  z-index: -1;
  background-size: cover;
}

.access_links {
  position: relative;
  margin-bottom: 15px;
}

.access_links a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: inherit;
  padding: 0 18px;
  transition: 0.3s ease;
  color: #eee;
}


.widget-area {
  position: relative
}

.top_links_footer .widget-area:not(:first-child):after {
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  left: -15px;
  background-color: rgb(218, 218, 218, 0.24);
  top: 0;
}

.top_links_footer .widget-area .widget {
  padding: 30px 10px 20px;
}

.top_links_footer .widget-area .widget:not(:first-child) {
  margin-top: -60px;
  margin-bottom: 20px;
}

.widget ul#menu-footer-service-link li a {
  color: #f9f9f9;
  font-size: 14px;
}

.widget ul#menu-footer-service-link li a:hover {
  color: #fff;
}

.widget ul#menu-footer-service-link li:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  top: 2px;
  left: 0;
  font-size: 12px;
  font-weight: 900;
  color: #eee;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.widget ul#menu-footer-service-link li:hover::before {
  left: 3px;
  color: #e7efff
}

.widget ul#menu-footer-service-link li {
  padding: 0 0 11px 15px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.widget ul#menu-footer-service-link li:nth-last-child(-n+1) {
  padding-bottom: 15px;
}

.top_links_footer {
  border-bottom: 1px solid rgb(218, 218, 218, 0.24);
  border-top: 1px solid rgb(218, 218, 218, 0.24);

}

.widget-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.vcount_p p {
  margin-bottom: 10px;
}

.text_yellow {
  color: #fee71f;
  font-weight: 600;
}

.visit_count {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid rgb(218, 218, 218, 0.24);
  margin-bottom: 15px;
}

.vcount_number {
  background: #ffb100;
  color: #070707;
  font-weight: 500;
  border-radius: 2px;
  padding: 2px 5px;
}

.copyright {
  text-align: center;
  color: #fff;
  padding-top: 15px;
  /* border-top: 1px solid #ddddddad;    background: #035e1f; */
}

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

.copyright p {
  font-size: 14px;
}

.copyright span {
  font-weight: 500;
  color: #fff4c7;
}

.copyright a {
  color: #fff
}

.left_text {
  color: #fff
}

.right_text {
  color: #fff;
  text-align: right
}




.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;
  background: rgb(245, 255, 254, 0.72);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

  /* background:#f5fffe;  */
}

.sticky-header.sticky .header-nav {
  background: #fff;
}

/* .flex_logo_right img:first-child {max-width: 80px;}  */


.whats_new {
  position: relative;
  border: 1px solid #eee;
  background: #cfe2ff;
}

.news_ticker ul li {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.6px;
  padding: 10px 10px 10px;
  padding-left: 30px;
  color: #020202;
  border-bottom: 1px solid #0096882e;
}

.news_ticker ul li a {
  display: block;
  color: #133c9d;
}

.ablock .news_ticker ul li a {
  display: unset
}

.news_ticker ul li:last-child {
  border-bottom: 0
}

.news_ticker ul li:before {
  position: absolute;
  top: 10px;
  left: 7px;
  content: "\F4EA";
  font-family: 'bootstrap-icons';
  font-size: 15px;
  font-weight: 600;
  color: #6610f2
}

.news_ticker ul li:hover {
  color: #004fb1
}

.news_ticker ul li:hover:before {
  color: #6610f2
}

.news_ticker hr {
  margin: 5px 0
}

.news_ticker {
  max-height: 430px;
  overflow-y: auto;
  background: #cfe2ff;
  border-radius: 15px;
  padding: 15px;
}

.news_ticker::-webkit-scrollbar {
  background-color: #ffc107;
  width: 7px;
  border-radius: 15px;
}

.news_ticker::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.border_dgn {
  position: relative;
  background: #fff;
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  z-index: 1;
  margin-top: 40px;
}

.border_dgn h3 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 5px 10px;
}

.boxtop_head {
  text-align: center;
  position: relative;
}

.icon_head {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 100px;
  background-image: linear-gradient(to right, #0a58ca 0%, #6610f2);
  color: #fff;
  border-radius: 50%;
  margin-top: -50px;
  display: inline-block;
}

.icon_head i {
  font-size: 50px;
}

.latestnews_sstories .center_head h3 {
  text-align: center;
  color: #fff;
  padding-top: 10px;
}

.news_ticker ul li p {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 14px;
}

/* .news_ticker ul li:hover {background:#ffc720} */
/* .news_ticker ul li:hover a {color:#fff; } */
.publish_date {
  padding: 2px 10px 0;
  font-size: 12px;
  border: 1px solid #666;
  display: inline-block;
  border-radius: 15px;
  color: #000;
}

.whatsnew_featuring {
  position: relative;
  padding: 15px;
  background: #f5f5f5;
  height: 100%;
}

.window_head {
  position: relative;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600
}

h3.window_head:before {
  background: -webkit-gradient(linear, right top, left top, from(#1101ff54), to(#fff));
  background: linear-gradient(to left, #1101ff54 0%, #fff 100%);
  left: 15px;
}

h3.window_head:after {
  background: -webkit-gradient(linear, left top, right top, from(#1101ff54), to(#fff));
  background: linear-gradient(to right, #1101ff54 0%, #fff 100%);
  right: 15px;
}

h3.window_head:before,
h3.window_head:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  width: 20%;
}

.honers_box {
  position: relative;
  padding: 0px 10px 0;
  z-index: 1;
  border-radius: 5px;
  margin-top: 40px;
}

.honers_img {
  width: 180px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
  border: 3px solid #f3a800;
  padding: 10px;
  outline: 2px dashed #ffffff73;
  outline-offset: 10px;
}

/* .honers_img img { border-radius: 50%;   max-width: 150px;padding: 5px; background-image: linear-gradient(to right, #8f009f 0%, #a4a4f7);} */
.honers_box.mb_0 {
  margin-bottom: 0
}

.honers_box.bg_color2 {
  background: #8bc34a
}

.honers_box.bg_color3 {
  background: #06c3ba
}

.honers_box.bg_color4 {
  background: #f38161
}

.namination {
  position: relative;
  margin-bottom: 20px;
}

.namination h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.namination h6 {
  color: #eee
}

.honers_box .points_list ul li {
  color: #fff
}

.namination p {
  text-align: center
}

/*.namination p {-webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
	
	}

.honers_box:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 2;
}
.honers_box:hover::before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
} */
.honers_box.green_active {
  background: #fdf1f1
}

.honers_box.green_active .namination h4 {
  color: #fff
}


.honers_img h4 {
  font-size: 20px;
  margin-top: 20px;
}

/* .honers_box:hover {background:#fdf1f1} */
/* .honers_box:hover .namination h4 {color:#fff} */
/* .honers_box:hover .namination p {color:#eee} */


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}




.tab_control .tab_links {
  border-radius: 30px;
}

.tab_content {
  padding: 25px 15px 0;
  text-align: justify;
  position: relative;
}

.tab_control .nav-tabs .nav-item .nav-link {
  padding: 10px 30px;
  font-weight: 500;
  font-size: 18px;
  color: #3a3a3a;
  margin-bottom: 0;
  background: #fff;
  border: 0;
  margin-right: 10px;
  border-radius: 30px;
}

.tab_control .nav-tabs .nav-item:nth-child(2) .nav-link {
  background: #faffe5;
}

.tab_control .nav-tabs .nav-item:nth-child(3) .nav-link {
  background: #f9edb6;
}

.tab_control .nav-tabs .nav-link.active,
.tab_control .nav-tabs .nav-item:nth-child(2) .nav-link.active,
.tab_control .nav-tabs .nav-item:nth-child(3) .nav-link.active {
  background: #f3a800;
  border: 0;
  color: #fff;
}

.tab_control .nav-tabs {
  border: 0;
}

.tab_img {
  padding: 7px;
  background: #f1f0ff;
  border-radius: 7px;
}

.tab_img img {
  width: 100%
}


.points_list {
  position: relative;
}

.points_list ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 16px;
  text-align: justify;
}

.points_list ul li:before {
  font-size: 24px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 0;
  text-align: center;
  background: #f3a800;
  border-radius: 30px;
  content: '\F272';
  font-family: bootstrap-icons;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  text-shadow: 0 2px #3c2e39;
}

.points_list ul li:hover:before {
  background: #e37f02;
  color: #fff;
  transform: scale(1.1)
}

.points_list ul li a {
  color: #ddd
}

.publish_date {
  padding: 2px 10px 0;
  font-size: 12px;
  border: 1px solid #666;
  display: inline-block;
  border-radius: 15px;
  color: #cb1414;
}





.counter_block {
  position: relative;
  padding: 30px 30px 100px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 15px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.counter_block:hover {
  box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 6%);
}

.counter_num {
  position: relative;
  background-size: cover;
  border: 5px solid #ffffff;
  border-radius: 50%;
  width: 170px;
  margin: 0 auto;
  height: 170px;
  margin-bottom: 15px;
}

.counter_num span {
  position: absolute;
  top: 35%;
  font-size: 46px;
  text-align: center;
  left: 0;
  right: 0;
  color: #ffb72e;
}

.counter_block h4 {
  color: #fff;
  font-size: 20px;
}

.counter_block .login_a {
  position: absolute;
  left: 50%;
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 15px;
  color: #020202;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}



.foot_block {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

.address_list ul li {
  padding-left: 25px;
  padding-bottom: 10px;
  font-size: 15px;
  text-align: left;
  color: #f5fffe;
}

.address_list ul i {
  float: left;
  padding: 0;
  margin-top: 2px;
  color: #f5fffe;
  font-size: 16px;
  text-align: left;
}

.address_list ul li a {
  font-size: 15px;
  color: #eee;
  font-weight: 500;
}






.gallery_slider .slick-center img {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.1);
}

.gallery_slider img {
  opacity: 0.8;
  transition: all 300ms ease;
  border-radius: 15px;
}

.gallery_slider .gallery_space {
  padding: 15px;
}

.slick-prev:before,
.slick-next:before {
  font-family: bootstrap-icons;
  font-size: 36px;
  color: #231f84;
}

.slick-prev:before {
  content: '\F129'
}

.slick-next:before {
  content: '\F133'
}

.gallery_slider {
  margin-bottom: 50px;
}

.logolide.owl-carousel .owl-item img {
  border-radius: 10px;
  background: #fff;
}

.logolide {
  padding: 20px;
  background: #eee;
  border-radius: 15px;
}

.aboutintro_section {
  position: relative;
  padding: 70px 0
}

.aboutintro_section:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/bg19.png);
  background-attachment: fixed;
  z-index: -1;
  background-size: cover;
}



.center_front {
  text-align: center
}

.center_front p {
  text-align: center
}

.academic_designview {
  color: #ddd;
  text-align: center
}

.academic_designview h3 {
  color: #fff;
  font-weight: 600;
}

.infra_designview {
  text-align: center
}

.infra_designview h3 {
  font-weight: 600;
}

.feature_item_wrap {
  position: relative;
  height: 100%;
  background: #16182F;
  padding: 50px 15px;
  text-align: center;
  border-radius: 15px;
}


.feature_item_wrap .feature_item-hidden {
  background: #16182F;
  padding: 50px 15px;
  text-align: center;
  position: relative;
  border-radius: 15px;
}

.feature_item_wrap.bg_1 {
  background: #e73b40;
}

.feature_item_wrap.bg_2 {
  background: #b77845;
}

.feature_item_wrap.bg_3 {
  background: #00a79d;
}

.feature_item_wrap.bg_4 {
  background: #b33a82;
}

.feature_item_wrap.bg_5 {
  background: #439752;
}

.feature_item_wrap.bg_6 {
  background: #225fad;
}

.feature_item_wrap.bg_7 {
  background: #6e6ad9;
}

.feature_item_wrap.bg_8 {
  background: #ad2222;
}

.feature_item_wrap.bg_9 {
  background: #c5ab46;
}

.feature_item_wrap.bg_10 {
  background: #dd662b;
}

.feature_item_wrap.bg_11 {
  background: #4695cf;
}

.feature_item_wrap.bg_12 {
  background: #ec008c;
}

.feature_item_wrap .feature_item .icon,
.feature_item_wrap .feature_item-hidden .icon {
  font-size: 50px;
  color: #fff;
}

.feature_item_wrap .feature_item h2,
.feature_item_wrap .feature_item-hidden h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.feature_item h6 {
  color: #ddd;
  font-family: 'Montserrat', sans-serif
}

.feature_item_wrap .feature_item h2,
.feature_item_wrap .feature_item-hidden h2 {
  color: #fff;
}







.feature_item_wrap .feature_item-hidden {
  position: absolute;
  left: -5%;
  top: -30px;
  width: 110%;
  padding: 40px 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #8c019e), color-stop(95.28%, #4c1f90));
  background: linear-gradient(90deg, #8c019e 11.32%, #4c1f90 95.28%);
  border-radius: 20px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1399px) {
  .feature_item_wrap .feature_item-hidden {
    top: -45px;
  }
}

.feature_item_wrap .feature_item-hidden::before {
  display: none;
}

.feature_item_wrap .feature_item-hidden p {
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 991px) {
  .feature_item_wrap .feature_item-hidden p {
    display: none;
  }
}

@media (max-width: 1199px) {
  .feature_item_wrap .feature_item-hidden {
    padding: 20px 10px;
    width: 112%;
    top: -28px;
  }
}

@media (max-width: 991px) {
  .feature_item_wrap .feature_item-hidden {
    top: 0px;
    width: 100%;
    border-radius: 0;
    height: 100%;
    left: 0;
  }

  .feature_item_wrap .feature_item-hidden .icon {
    margin-top: 25px;
  }
}

.feature_item_wrap:hover .feature_item-hidden,
.feature_item_wrap.active .feature_item-hidden {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}



.col:first-child .feature_item:before {
  display: none;
}





/*==================================
   ts funfact 
 ==================================*/


.count_fact {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 30px 15px;
  box-shadow: 0 5px 10px #eee;
}

.count_fact .count_fact_num {
  font-size: 52px;
  font-weight: 700;
  color: #1c1c24;

}

.count_fact .count_fact_head {
  font-size: 20px;
  font-weight: 400;
  color: #2F2929;
}

.count_fact::before {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100px;
}

.count_fact.green_line {
  position: relative;
}

.count_fact.green_line::before {
  background: #25cd44;
}

.count_fact.yellow_line {
  position: relative;
}

.count_fact.yellow_line::before {
  background: #ffb339;
}

.count_fact.red_line {
  position: relative;
}

.count_fact.red_line::before {
  background: #ff2661;
}

.count_fact.purple_line {
  position: relative;
}

.count_fact.purple_line::before {
  background: #8000FF;
}

.count_fact .count_fact_head span {
  color: #7b849b;
  font-family: "Baloo 2", sans-serif;
}









.product_box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  border: 5px solid #fff;
}

/* .product_box:hover:before {height: 100%;background:linear-gradient(0deg,rgba(1,34,115, 0.04) 0%,rgba(1,34,115, 0.02) 80%, #8d019f 80%)} 
.product_box::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    opacity: 0;
}
.product_box:hover:after {
-webkit-animation: circle .95s;animation: circle .95s;
}*/
.product_img {
  position: relative;
  display: block;
}

.product_img:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #8d019f 0%, rgba(1, 34, 115, 0.02) 40%, rgba(1, 34, 115, 0.04) 80%);
  content: "";
  border-radius: 10px;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

.product_img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.product_box:hover .product_img img {
  transform: scale(1.1);
}

.product_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 40px 25px;
  z-index: 3
}

.product_title h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0
}

.product_title p {
  color: #eee;
  margin-bottom: 0;
}

.listing_window {
  padding: 20px;
}

.listing_window h3 {
  color: #ffffff;
}

.listing_window h5 {
  color: #dfcd96;
  text-align: left
}

.listing_window ol {
  text-align: left
}

.listing_window ol li::marker {
  color: #dfcd96
}


.boxtexting {
  position: relative;
  border-radius: 10px;
  border: 5px solid #fff;
  overflow: hidden
}

.boxtexting .innerimg img {
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.7s ease 0s;
}

.boxtexting:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  right: 0;
  background: linear-gradient(0deg, #8d019f 0%, rgba(1, 34, 115, 0.02) 80%, rgba(1, 34, 115, 0.04) 80%);
}

.innercontext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 40px;
}

.circle_icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #ffffffc7;
  text-align: center;
  display: block;
  line-height: 150px;
  border-radius: 150px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.circle_icon:hover {
  background: #e4b321;
  color: #fff;
  transform: scale(1.1);
}

.innercontext h4 {
  color: #fff
}

.boxtexting:hover .innerimg img {
  transform: scale(1.1);
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: linear-gradient(0deg, rgb(1 0 66) 30%, rgb(10 1 133 / 94%) 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: linear-gradient(to right, #8f009f 0%, #2d2d89)
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 30px);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 30px)
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}



.banner-section {
  position: relative;
  overflow: hidden
}

.banner-section .swiper-slide {
  position: relative;
  width: 100%;
  padding: 188px 0px 190px 0px;
  min-height: 600px;
}

.banner-section-one .swiper-slide:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgb(204 78 0) 5%, rgba(5, 14, 121, 0.0) 50%);
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-section .content-box {
  position: relative;
  max-width: 770px;
  width: 100%;
  z-index: 5;
}

.banner-section .swiper-slide .bg-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}

.banner-section .swiper-slide.swiper-slide-active .bg-layer {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.banner-section .content-box h2 {
  display: block;
  font-size: 72px;
  line-height: 82px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 29px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .swiper-slide.swiper-slide-active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-section-one .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 34px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.banner-section .content-box h3 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .swiper-slide.swiper-slide-active .content-box h3 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-section .content-box p {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .swiper-slide.swiper-slide-active .content-box p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section .content-box .btn-box {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section .swiper-slide.swiper-slide-active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-section-one .content-box .link-box {
  position: absolute;
  right: 0px;
  bottom: 8px;
}

.banner-section-one .content-box .link-box a {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  transform: scale(0, 0);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-section-one .swiper-slide-active .content-box .link-box a {
  transform: scale(1, 1);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.tabs_onslide {
  position: absolute;
  top: 10%;
  z-index: 1;
  left: 5%;
  width: 30%;
  background: #083401cf;
  height: 80%;
  border-radius: 25px;
  overflow: hidden;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.tab_content_inner {
  position: relative;
  padding: 25px;
}

/* .tab_content_inner h2 {color:#fff;font-size:20px; font-weight:500 } */
/* .tab_content_inner h6 {color:#eee;font-size:18px; font-weight:500 } */

.tabs_onslide .nav-tabs .nav-item {
  width: 50%;
}

.tabs_onslide .nav-tabs .nav-item .nav-link {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
  color: #3a3a3a;
  margin-bottom: 0;
  background: #fff;
  border: 0;
  width: 100%;
  border-radius: 0;
}

.tabs_onslide .nav-tabs .nav-item:nth-child(2) .nav-link {
  background: #fff;
}

/* .tabs_onslide .nav-tabs .nav-item:nth-child(3) .nav-link {background: #f9edb6;} */
.tabs_onslide .nav-tabs .nav-link.active,
.tabs_onslide .nav-tabs .nav-item:nth-child(2) .nav-link.active,
.tabs_onslide .nav-tabs .nav-item:nth-child(3) .nav-link.active {
  background: #f3a800;
  border: 0;
  color: #fff;
}

.tabs_onslide .nav-tabs {
  border: 0;
}


.tabs_onslide:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);

}

.tabs_onslide:hover::before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}








.notice_flash {
  position: relative;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: #206422;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}

.notice_flash .notice_text {
  margin: 0;
  width: 100%;
  animation: marquee 10s linear infinite;
  display: inline-block;
}

.notice_flash .notice_text a {
  color: #fff;
  position: relative
}

.notice_flash .notice_text a span {
  color: #ddd;
}

/* .notice_flash .notice_text a:hover {color:#fff;} */
.notice_flash .notice_text a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 0;
  background-color: #fff;
  content: "";
  height: 2px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.notice_flash .notice_text a:hover:after {
  left: 0;
  width: 100%;
}

.notice_flash .news_head {
  height: auto;
  position: relative;
  background: #f3a800;
  padding: 13px 30px 12px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  z-index: 1;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
}

.notice_flash .news_head:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  animation: slide 5s infinite;
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(128, 186, 232, 0) 99%,
      rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(50%, rgba(255, 255, 255, 0.8)),
      color-stop(99%, rgba(128, 186, 232, 0)),
      color-stop(100%, rgba(125, 185, 232, 0)));
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(128, 186, 232, 0) 99%,
      rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(128, 186, 232, 0) 99%,
      rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(left,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(128, 186, 232, 0) 99%,
      rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(128, 186, 232, 0) 99%,
      rgba(125, 185, 232, 0) 100%);
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.flash_list li {
  display: inline-block;
  margin-right: 10px;
  transition: .4s ease
}

.flash_list li:hover a {
  color: #ffe7b2
}

.flash_list li a i {
  transition: .4s ease
}

.flash_list li:hover a i {
  color: #f3a800
}

.datetag {
  padding: 0px 5px;
  border: 1px solid #ddd;
  display: inline-flex;
  border-radius: 15px;
  color: #fffcdb
}

.about_sidecontent p {
  text-align: justify
}


.impalert {
  position: relative;
  z-index: 1;
  color: #fff
}

#newslider {
  display: none;
}

.mixSlide-frame {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0 30px black;
}

.about-two__image {
  display: inline-block;
  position: relative
}


.about-two__image__shape-1 {
  background: #fdbe44;
  height: 30px;
  position: absolute;
  right: 100%;
  top: 30px;
  width: 27px
}

.about-two__image__shape-2 {
  background: #ffffff;
  bottom: -60px;
  display: none;
  left: -60px;
  position: absolute;
  right: -60px;
  top: 60px
}

.about-two__image__shape-3 {
  background: #fff;
  bottom: -60px;
  display: none;
  height: 171px;
  position: absolute;
  right: -60px;
  width: 180px
}

.about-two__image__shape-3:before {
  border: 6px solid #fdbe44;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}

.about-two__image img {
  max-width: 100%;
  position: relative
}

.about-two__image__caption {
  background: #d73913;
  padding: 45px 0;
  text-align: center
}

.about-two__image__caption:after {
  background: #d73913;
  bottom: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  content: "";
  display: none;
  height: 60px;
  left: 100%;
  position: absolute;
  width: 50px
}

.about-two__image__caption__count {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 1em;
  margin: 0 0 16px
}

.about-two__image__caption__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0 auto;
  max-width: 101px
}

@media (min-width:1200px) {
  .about-two__image {
    margin-bottom: 60px
  }

  .about-two__image__shape-2 {
    display: block
  }

  .about-two__image__shape-3 {
    display: block
  }

  .about-two__image__caption:after {
    display: block
  }

  .about-two__image__caption {
    bottom: -60px;
    height: 196px;
    position: absolute;
    right: 100%;
    width: 200px;
    z-index: 10
  }
}


.introduction_section {
  position: relative;
  padding: 50px 0;
}

.about_sidecontent {}

.headtitle {}

.h2_title {
  margin-bottom: 0
}

.p_subtitle {}

.about_text {}

.profile_flex.cmprofile {
  display: block;
  text-align: center;
  background: linear-gradient(to left, rgb(207 226 255) 0%, #ffffff);
  border: 1px solid #468e60;
  padding: 30px;
}

.cmprofile .msgprofile_img {
  margin: 0 auto;
}

.cmprofile .msgprofile_name {
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
}

.profile_flex.cmprofile:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 70%;
  height: 5px;
  margin: 0 auto;
  content: "";
  transition: all .5s ease 0s;
  border-radius: 25px 25px 0 0;
  background-color: #6610f2;
}

.msg_strip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 20px;
  color: #fff;
  background: #08449d;
  font-weight: 500;
  border-radius: 15px 0;
}



.about_sidecontent .h2_title {
  background: url(../images/footer_bg1.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  background-size: contain;
  background-attachment: fixed;
  background-position: left;
  padding-top: 5px;
  margin-bottom: 10px;
  font-family: "Baloo 2", sans-serif;
}

.latestnews_sstories {
  position: relative;
  padding: 70px 0 50px;
  z-index: 1;
  background: url(../images/hero-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.latestnews_sstories:before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, #cfe2ffbd 0%, #9ec5fed1 40%, #0a58caad 80%);
}

.testi_box {
  background-color: #fff;
  border-left: 4px solid #fdbe44;
  padding: 40px 25px;
  position: relative;
  height: 100%;
}

.testi_box_icon {
  bottom: 3.75rem;
  color: #fdbe44;
  font-size: 54px;
  position: absolute;
  right: 3.75rem;
  opacity: .3
}

.testi_box_profile_pic {
  bottom: 0;
  position: absolute;
  right: 0;
}

.testi_box_storytext {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 22px;
  margin-top: -12px;
  position: relative;
}

.testi_box:before {
  background-color: #fdbe44;
  left: 60px;
  top: 100%;
}

.testi_box:after {
  background-color: #fff;
  left: 62px;
  top: calc(100% - 2px);
}

.testi_box:after,
.testi_box:before {
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  content: "";
  height: 31px;
  position: absolute;
  width: 86px;
}

.testi_box_designation {
  position: relative;
}

.testi_box_designation img {
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #f3a800;
  float: left;
  margin-right: 22px;
}

.testi_box_designame {
  color: #144047;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1em;
  margin: 0 0 10px;
  padding-top: 22px;
}

.testi_box_desig {
  line-height: 1em;
  margin: 0;
}

.view_buttons {
  text-align: center;
  padding-top: 30px;
}

.storyslider .swiper-pagination {
  position: relative;
  padding-top: 80px;
}

.center_head {
  text-align: center
}

.studies_statistics {
  position: relative;
  padding: 70px 0 50px;
  z-index: 1;
}

.studies_links_box {
  position: relative;
  padding: 40px 15px 15px;
  border: 2px solid #0a58ca;
  text-align: center;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
  /* box-shadow: 0 5px 25px #eee; */
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  background: #cfe2ff;
}


.studies_links_box:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -2px;
  height: 31px;
  width: 100%;
  z-index: -1;
  background: url(../images/3d-shape2.png) no-repeat;
  opacity: .4
}


.studies_links_box .icon {
  position: relative;
  transition: transform 500ms ease;
  z-index: 1;
  font-size: 50px;
  margin: 0 auto;
  margin-top: -30px;
  max-width: 100px;
  text-align: center;
  margin-bottom: 25px;
  padding: 15px 10px 0;
  color: #ff7b01;
}

/* .studies_links_box .icon img {padding-top: 5px} */
.studies_links_details h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.studies_links_box .icon:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff0a;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  margin: 0 auto;
  border: 1px solid #dddddd70;
  /* box-shadow: 0 5px 10px #ddd;    */
  display: none
}

.studies_links_box:hover .icon::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);

}

.studies_links_box:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 50px #ddd;
  border-color: #f3a800;
}

.studies_links_box:hover:before {
  opacity: 1
}


/* New Css Edition ========================== */

.uphead {
  background: rgb(207 226 255);
  padding: 2px 15px;
  position: relative;
  top: -5px;
  font-weight: 500;
  color: #6610f2;
}

.underline_tag {
  text-decoration: underline;
  color: #6610f2;
}

.inline_listing {
  position: relative
}

.inline_listing ul {
  position: relative
}

.inline_listing ul li {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  border: 1px solid #4569a478;
  padding: 5px 15px;
  font-size: 16px;
  margin-bottom: 5px;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 500
}


.inline_listing ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(45deg, #f100f7, #0109a8);
  transition: height 0.5s ease-in-out;
  z-index: -1;
  border-radius: 5px;
}

.inline_listing ul li:hover::before {
  height: 100%;

}

.inline_listing ul li:hover {
  color: #fff;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.4);
  transform: translateY(-3px);
}

.college_slide .item span {
  position: relative;
  border: 1px solid #4569a478;
  padding: 5px 15px;
  font-size: 16px;
  margin-bottom: 5px;
  border-radius: 30px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  background: #fff;
  transition: all 0.3s ease-out 0s;
  display: block;
  text-align: center;
  font-weight: 500;
  min-height: 50px;
  align-items: center;
  height: 100%;
  padding-top: 15px;
}

.college_slide .item span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(45deg, #f100f7, #0109a8);
  transition: height 0.5s ease-in-out;
  z-index: -1;
  border-radius: 30px;
}

.college_slide .item span:hover::before {
  height: 100%;

}

.college_slide .item span:hover {
  color: #fff;


}




/* ======================== Brajesh CSS Edition ============================ */
.sp-page-title {
  position: relative;
  text-align: center;
  padding: 40px 0 30px;
  box-shadow: 0 5px 15px #eee;
  background: url(../images/KTBU_bg.jpg) !important;
  z-index: 1;
  background-size: cover !important;
}

.sp-page-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(21 21 22 / 73%);
  content: '';
  z-index: -1;
}

.sp-page-title-heading {
  font-size: clamp(25px, 1vw, 28px);
  color: #fff;
  margin: 0px;
}

a {
  text-decoration: none !important;
}



.sp-page-img img {
  width: 210px;
}

.shadow-cards {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.heading-contant h6 {
  font-size: clamp(18px, 0.5vw, 28px);
  font-weight: 600;
  font-family: 'Poppins' !important;
}

.tittle-contant p {
  font-size: clamp(14px, 0.5vw, 28px);
  text-align: justify;
}

.profile-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.highlight {
  font-weight: 600;
}


thead th {
  background-color: #e5e9ff !important;
  font-weight: 600;
}

.map-box {
  position: absolute;
  background-color: #fbb903;
  z-index: 1;
  top: 0;
  right: 0;
  width: 20%;
  /* Adjust as per layout */
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
}

h5.contact-heading {
  border-bottom: 2px solid #0a0058;
}

.contact-list ul i {
  float: left;
  padding: 0;
  margin-top: 2px;
  font-size: 16px;
  text-align: left;
}

.contact-list ul li {
  padding-left: 25px;
  padding-bottom: 10px;
  font-size: 15px;
  text-align: left;
}

/* ======================== Brajesh CSS Edition End============================ */



.college_slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.college_slide.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: 0;
  left: -15px;
  background: rgb(2, 0, 0, 0.70)
}

.college_slide.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 0;
  right: -15px;
  background: rgb(2, 0, 0, 0.70)
}

.college_slide.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  background: #000
}

.college_slide.owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  background: #000;
}

.college_slide.owl-carousel.owl-theme:hover .owl-nav button.owl-prev {
  left: 15px;
}

.college_slide.owl-carousel.owl-theme:hover .owl-nav button.owl-next {
  right: 15px;
}








/* ================ Responsive Media Code ======================== */

@media (min-width: 1501px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90%;
  }

  .flex_title h2 {
    font-size: 32px;
  }

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

  .header-style1 .header-nav .nav>li .sub-menu li a {
    font-size: 16px;
  }

  .about_sidecontent .h2_title {
    font-size: 32px;
  }
}




@media (max-width:1500px) {
  .header-style1 .header-nav .nav>li>a {
    font-size: 15px;
    padding: 20px 15px 20px 20px;
  }

  .flex_logo_right img:first-child {
    max-width: 80px;
  }

  .flex_header_menu .flex_logo {
    width: 100px;
  }

  .header-style1 .header-nav .nav>li>a.drop_icon:before {
    right: 0
  }

  .tab_control .nav-tabs .nav-item .nav-link {
    padding: 10px 15px;
  }

  .flex_header_menu .flex_logo_right img {
    max-width: 100px;
  }

  .top_contactlinks ul li {
    margin-right: 10px;
  }

  .listing_window {
    max-height: 183px;
    overflow-y: auto;
  }

  .count_fact .count_fact_num {
    font-size: 30px;
  }

  .count_fact .count_fact_head {
    font-size: 16px;
  }

  .front_features_text h2 {
    font-size: 18px;
  }

  .feature_item_wrap .feature_item h2,
  .feature_item_wrap .feature_item-hidden h2 {
    font-size: 16px;
  }

  .blogpost_item {
    padding: 25px 15px;
  }

  .blog_description p {
    font-size: 15px;
  }

  .blog_description .blogtitle {
    font-size: 18px;
  }

  .msgprofile_img {
    width: 120px;
  }

  .msgprofile_name h4 {
    font-size: 18px;
  }

  .tabs_onslide {
    width: 45%;
  }


}



@media (max-width:1250px) {
  .header-style1 .header-nav .nav>li>a.drop_icon:before {
    right: -3px;
    font-size: 14px;
  }

  .msg_cover p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;

  }



}

@media (max-width:1100px) {
  .header-style1 .header-nav .nav>li>a {
    font-size: 12px;
    letter-spacing: normal;
  }

  .header-style1 .header-nav .nav>li>a.drop_icon:before {
    right: -3px;
    font-size: 14px;
  }

  .flex_clickbox a {
    margin-left: 5px;
    font-size: 12px;
    padding: 5px 5px;
  }

  .flex_clickbox {
    padding-right: 0;
  }


}



@media (max-width:1024px) {
  .top_header ul li {
    padding: 0;
  }

  .top_header .top_contactlinks ul li {
    font-size: 14px;
    margin-right: 5px;
    padding: 5px 5px 3px
  }

  .right_toplinks ul li {
    margin-left: 5px;
  }

  .right_toplinks ul li a {
    font-size: 14px;
    padding: 2px 5px 10px
  }

  .flex_header_menu .flex_logo {
    width: 80px;
  }

  .flex_right_logo {
    width: 70px;
  }

  .flex_title h2 {
    font-size: 20px;
  }

  .flex_title h5 {
    font-size: 14px;
  }

  .header-style1 .header-nav .has-child.nav-active>a+.submenu-toogle.bi-chevron-right:before {
    transform: rotate(90deg);
  }

  .header-style1 .header-nav .nav>li>a.drop_icon:before {
    display: none
  }
}



@media (max-width:768px) {

  .top_contactlinks,
  .right_toplinks {
    text-align: center;
  }

  .logo_inline .logo_box {
    max-width: 100%;
  }

  .login_img {
    height: unset;
    display: none
  }

  .sm_d_none {
    display: none
  }

  .logo_inline h4 {
    font-size: 10px;
    letter-spacing: normal;
  }

  .logo_inline h2.hindi_title {
    font-size: 24px;
  }

  .logo_inline h2 {
    font-size: 18px;
  }

  .header-style1 .header-nav .nav>li>a {
    font-size: 14px;
    padding: 10px;
  }

  .header-style1 .header-nav .nav>li .sub-menu {
    padding: 5px 0px;
  }

  .header-style1.mobile-sider-drawer-menu #mobile-side-drawer {
    position: absolute;
    z-index: 999;
    box-shadow: none;
    right: 10px;
    background: #051576;
  }

  .header-style1 .nav-dark.header-nav .nav>li>a {
    font-weight: 500;
  }

  .college_slide.owl-carousel .owl-nav button.owl-prev,
  .college_slide.owl-carousel .owl-nav button.owl-next {
    bottom: -30px;
  }

  .college_slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }

  .left_text,
  .right_text {
    text-align: center;
  }
}

@media (max-width:700px) {
  .logo_inline a h2 {
    font-size: 24px;
  }
}

@media (max-width:600px) {
  .logo_inline a h2 {
    font-size: 22px;
  }
}

@media (max-width:575px) {
  .logo_inline {
    padding: 15px 0
  }

  .logo_box img {
    max-width: 60px;
  }

  .logo_inline h2.hindi_title {
    font-size: 18px;
  }

  .logo_inline h2 {
    font-size: 14px;
  }

  .flex_title {
    text-align: center;
  }

  .flex_title h2 {
    font-size: 16px;

  }

  .flex_title h5 {
    font-size: 10px;
  }

  .flex_header_menu .flex_logo,
  .flex_right_logo {
    width: 60px;
  }

  .about_sidecontent .h2_title {
    font-size: 24px;
  }

  .news_ticker ul li a {
    text-align: justify;
    font-size: 14px;
  }

  .header-style1 .navbar-toggler .icon-bar {
    width: 15px;
    height: 2px;
  }

  .header-style1 .navbar-toggler {
    padding: 5px 7px;
  }

  .top_header .top_contactlinks ul li,
  .right_toplinks ul li a {
    font-size: 13px;
    font-weight: 500
  }

  .right_toplinks .dropdown-menu a {
    font-size: 14px;
    color: #052c65;
  }

}

@media (max-width:410px) {
  .logo_inline h4 {
    font-size: 9px;
    letter-spacing: normal;
  }

  .logo_inline h2.hindi_title {
    font-size: 14px;
  }

  .logo_inline h2 {
    font-size: 12px;
  }

  .flex_header_menu .flex_logo,
  .flex_right_logo {
    width: 50px;
  }

}

@media (max-width:375px) {
  .logo_inline .logo_box {
    max-width: 100%;
  }

  .logo_inline a h4 span {
    font-size: 11px;
  }

  .logo_inline a h4 {
    font-size: 11px;
  }
}

@media (max-width:350px) {
  .logo_inline h2.hindi_title {
    font-size: 12px;
  }

  .logo_inline h2 {
    font-size: 10px;
  }

  .logo_inline h4 {
    font-size: 8px;
  }
}

.captcha .preview {
  color: #555;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  border: 1px dashed #888;
}

.captcha-refresh {
  width: 40px;
  border: none;
  outline: none;
  background: #888 !important;
  color: #eee;
  cursor: pointer;
}

.btn-primary-color {
  background: #0847a2;
  color: white;
}

.btn-primary-color:hover {
  background: #196bdd;
  color: white;
}

.btn-instruction {
  background: #0847a2;
  color: white;
}

.btn-instruction:hover {
  background: #196bdd;
  color: white;
}

.custom-accordion .accordion-button {
  background-color: #3f51b5 !important;
  color: white !important;
  font-family: 'Poppins' !important;
  padding: 8px;
  width: 250px;
  flex-shrink: 0;
  flex-grow: 0;
}


.custom-accordion .accordion-body {
  background-color: #f1f1f1;
  color: #333;
  width: 100%;
  /* Match body width to button */
}

.custom-accordion .accordion-item {
  border: none;
}


.right-side-bg {
  background-color: #f0f4ff;
}

.modal-text p,
ul,
.instruction-span {
  font-size: 14px !important;
}

.modal-text spna {
  font-weight: 500;
  font-size: 13px;
}

.instruction-title {
  background-color: #0847a2 !important;
}

.instruction-title h5 {
  color: #fff !important;
}

.right-side-bg .accordion-button::after {
  filter: brightness(0) invert(1);
  /* Ensures the icon turns white */
}

.befor-bg {
  background-image: url('../images/login_befor_bg.svg');
  /* replace with your actual image path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  /* optional: gives a parallax feel */
}

.input-group-text {
  background-color: #ededed !important;
}

@media (max-width: 575.98px) {
  .btn-instruction {
    margin-top: 10px;
  }
}


/* user profile */

.header-profile {
  padding: 5px;
  display: flex;
  border-radius: 8px;
  align-items: center;
}

.header-info span {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}

.profile-details {
  transition: all 0.5s;
  background: #0846a1;
  border: 1px solid #c4c1c1 !important;
  width: 355px;
  border-radius: 0;
  margin: 10px !important;
}

.header-profile .nav-link {
  color: #fff !important;
}

@media only screen and (max-width: 991px) {
  .profile-details {
    width: 315px;
  }

  .media-box {
    padding: 10px;
  }

  .media-box .icon-box-lg {
    height: 94px;
    width: 91px !important;
    line-height: 48px !important;
  }
}

.profile-media {
  background-color: green;
  padding: 8px;
  color: white;
  font-family: 'Poppins' !important;
}

/* .profile-media h6 {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  text-align: center;
} */

/* .media-box {
  padding: 1.25rem;
} */

.media-box h6 {
  font-size: 13.5px;
  color: #052e69;
  margin-top: 8px;
  text-align: center;
  font-family: 'Poppins' !important;
}

.media-box h6:hover {
  color: darkgreen;
}

.media-box .icon-box-lg {
  height: 90px;
  width: 98px;
  display: block;
  /* line-height: 52px; */
  text-align: center;
  border: 1px solid rgba(59, 59, 59, 0.15);
  border-radius: 8px;
  background-color: #fff;
  /* padding: 10px; */
}

.icon-box-lg img {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 8px;
  object-fit: cover;
}

/* end user profile */


.program-title {
  padding: 10px 0px 10px 20px;
  font-weight: 600;
  color: #012970 !important;
  background: #e0e4fa;
  font-size: 18px;
  border-top: 2px solid #e3e3e3 !important;
  border-left: 2px solid #e3e3e3 !important;
  border-right: 2px solid #e3e3e3 !important;
  border-radius: 2px;
}

.shadow-card {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #e3e3e3 !important;
  border-left: 2px solid #e3e3e3 !important;
  border-right: 2px solid #e3e3e3 !important;
}

.header-card-tittle {
  font-weight: 600;
  padding: 8px 16px;
  background-color: #edecec;
  border-bottom: 1px solid #aba9a9;
}

small {
  font-size: 10px;
}






