
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
   font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

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

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Noto Sans", sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
    color: #4c4c4c;
    background-color: #ffb300;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/



.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
  background-color: #fff!important;
  height: 95px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  background-color:#fff;
  position: absolute;
  top: initial;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img{background: #FFF;
    border-radius: 50%;
    padding: 3px;}
.background-header .main-nav .logo {
  line-height: 75px;
}

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

.header-area .main-nav .nav {
  float: right;
  /*margin-top: 41px;*/
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f5a425!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f5a425!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

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



.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

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

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

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

.header-area.header-sticky {
  min-height: 80px;
  top: 15px;
}
.header-area.header-sticky.background-header .logo img{width: 75%;}

/*.header-area .nav {
  margin-top: 30px;
}*/
.background-header .sub-header{display: none;}
.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area.header-sticky{top: 0;}
  .row.sub-header{display: none;}
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgb(31 39 43 / 48%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);*/
  position: absolute;
    top: 50%;
    transform: translateY(-21%);
    text-align: center;
    width: 33%;
    left: 0;
    right: 0;
    margin: auto;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

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

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/*
---------------------------------------------
About Digital Bhrat
---------------------------------------------
*/
.about-digi{    
    line-height: normal;
    font-weight: 600;
    color: #ededed;
    margin-bottom: 40px;
    color: #545454;
  }
.about-digi h2{
  font-weight: 600;
  margin-bottom: 25px;
}
.about-digi p{
    font-weight: 400;
    color: #080808;
    font-size: 14px;
    line-height: 22px;
}


.our-courses .percentage{
  display: flex;
  flex-wrap: wrap;
      padding: 20px;
}
.our-courses .count-boxses{
    width: 100%;
    border-bottom: 1px solid #2d9b11;
    padding: 10px 0 15px 0;
    display: flex;
    text-align: left;
    gap: 20px;
    justify-content: space-between;
    text-align: right;
}

.our-courses .count-boxses:last-child{
  border-bottom: none;
}

.our-courses .count-digit {
    margin: 0;
    color: #ffee00;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
}

.our-courses .percentage .count-digit h3{
  font-weight: 600;
}
.our-courses .count-digit p{
  color: #fff;
    font-size: 15px;
    font-weight: normal;;
}

.our-courses .count-title {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.5px;
}


.our-courses .percentage .count-digit h3:after {
    content: '%';
    margin-left: 3px;
}

.our-courses .percentage .count-digit:after {
  content: none;
}

/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.services .item {
  background-image: url(../images/service-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 33px 20px;
  max-height: 237px;
}

.services .item .icon {
  max-width:100px;
  margin: 0 auto;
}
.services .item .icon svg{width: 60px;height: 60px;}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

    /*main_slider*/
.main_slidert .owl-dots{display: none;}
.main_slidert .owl-carousel .owl-item img{height: 800px;object-fit: cover;}    
.main_slidert .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.main_slidert .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.main_slidert .owl-nav .owl-prev span,
.main_slidert .owl-nav .owl-next span {
  opacity: 0;
}

.main_slidert .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.main_slidert .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.main_slidert .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.main_slidert .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.main_slidert .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.main_slidert .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.main_slidert .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 10px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
/*  background-image: url(../images/meetings-bg.jpg);*/
  background-color: #ebebeb;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses.about-digi-box{padding-top: 90px;padding-bottom: 40px;}
.our-courses.register-box{    padding: 20px 0 50px 0;
    background-color: #f5f5f5;}
.our-courses.traning-box{padding: 20px 0 50px 0;background-color: #086c38}

.regis-student-info-box{
  display: flex;
    justify-content: center;
    gap: 5vw;
        margin-top: 30px;
  }
.registerd-student-box{    
  display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
  }
.registerd-student-box img{width: auto;margin-bottom: 20px;filter: brightness(0);}
.registerd-student-box h3{font-size:20px;color: #000}
.registerd-student-box p{
  color:#020202;
    text-align: center;
    margin-top: 10px;
    line-height: normal;
    font-size: 16px;}

.cus-px-10{padding: 30px 0 90px 0}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  background-image: url(../images/facts-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
    background-color:#338507;
    border-radius: 20px;
    padding: 46px 30px 47px 30px;
    margin: 8px 0px 16px;
    background-image: linear-gradient(180deg, #ffa600, #003d6c);
}

#counter .col-lg-4:nth-child(2) .count-area-content {
    background-image: linear-gradient(180deg, #0094ff, #046c00);
}

#counter .col-lg-4:nth-child(3) .count-area-content {
    background-image: linear-gradient(180deg, #0070ff, #3b006c);
}

#sucessStory .col-md-4:nth-child(1) .achiver_student_list_box_bg h5 {
    background-image: linear-gradient(180deg, #ffbd41, #14456a);
}

#sucessStory .col-md-4:nth-child(2) .achiver_student_list_box_bg h5 {
    background-image: linear-gradient(180deg, #56b8ff, #24a11f);
}

#sucessStory .col-md-4:nth-child(3) .achiver_student_list_box_bg h5 {
   background-image: linear-gradient(180deg, #57a1ff, #681ba9);
}


.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}



section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}


.achiver_student_list_box_bg{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
        height: 350px;
  }

.achiver_student_list_box_bg h5{
  width: 100%;
  display: table;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  background-image: linear-gradient(180deg, #e9cd00, #ff3400);
  border-bottom: 1px solid #ff9c08;
}

.achiver_student_list_box{
    width: 100%;
    display: flex;
    gap: 15px;
    padding: 0 10px 0;
    align-items: flex-start;
  }
.achiver_student_list_box_img{}
.achiver_student_list_box_img img{width:80px;height:90px; object-fit: cover;}
.achiver_student_list_text{}
.achiver_student_list_text p{font-weight: bold;
    font-size: 14px;}
.achiver_student_list_text p small{width: 100%;font-weight: normal;
    font-size: 12px;display: table;}


.achiver_student_list_box_bg ul li:nth-child(odd){
      background: #f5ffe3;
    padding: 10px 0;
    border-bottom: 1px solid #d8f3a8;
}




/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 0px 0px;
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 68px 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #ffb300;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #1b75bb;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footer {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 50px 0px;
}
.footer p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.footer p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/
.non_stky.header-area{position: unset;}
.non_stky.header-area .main-nav .nav li a{color:#000;}
.non_stky.header-area .sub-header .right-icons ul li a{color:#000;}
.non_stky.header-area .sub-header .left-content p marquee{color: #000 !important;}
.non_stky.header-area .main-nav .nav li.has-sub:after{color: #000;}
section.heading-page {
/*  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;*/
    background: #f36523;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background: #f5f5f5;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  /*.sub-header .left-content p {
    display: none;
  }*/

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}


/*-------------------------
    Footer Area
-------------------------*/
.footer-logo a{line-height: 78px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
.footer-top-area {
  padding-top: 30px;
  padding-bottom: 30px; 
}

.footer-widget {
  margin-bottom:0px;
  padding-bottom: 0px; 
  display: flex;
    justify-content: space-between;
  }

.footer-logo {
  position: relative;
  top: -10px; }

.footer-title {
  font-size: 20px;
  margin-bottom: 25px;color: #fff; }
.footer-widget p{color: #FFF;}
.footer-address-info p a{color: #FFF;}
.ltn__social-media ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.ltn__social-media ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 0 0;
}
.section-bg-2 i{color: #FFF;}
.mt-20{margin-top: 30px;}

/* ----------------------------------------------------
    Footer About Widget
---------------------------------------------------- */
/* footer-address */
.footer-address ul {
  margin: 0;
  padding: 0; }
  .footer-address ul li {
    list-style: none;
    display: block;
    margin-top: 8px; }
    .footer-address ul li:after {
      display: block;
      clear: both;
      content: ""; }
    .footer-address ul li .footer-address-icon {
      float: left;
      margin-right: 15px; }
    .footer-address ul li .footer-address-info {
      overflow: hidden; }
      .footer-address ul li .footer-address-info p {
        margin-bottom: 0; }

/* ----------------------------------------------------
    Footer Menu Widget
---------------------------------------------------- */
/* footer-menu */
.footer-menu ul {
    display: flex;
    gap: 25px;
  }
  .footer-menu ul li {
    list-style: none;
    margin-top: 0px;
    position: relative; }
    .footer-menu ul li a {
      position: relative;color: #fff; 
    }

    .footer-menu ul li:hover a::before {
      opacity: 1;
      visibility: visible;
      margin-left: 0; 
    }

.footer-menu ul ul {
  margin-left: 15px; }

/* footer-menu-widget-2-column */
.footer-menu-widget-2-column {
  padding-left: 30px; }
  .footer-menu-widget-2-column .footer-menu {
    width: 50%;
    float: left; }
    .footer-menu-widget-2-column .footer-menu:nth-child(odd) {
      padding-left: 20px; }
  .footer-menu-widget-2-column ul {
    margin: 0; }
    .footer-menu-widget-2-column ul li {
      font-weight: 600; }

/* ----------------------------------------------------
    Footer Newsletter Widget
---------------------------------------------------- */
.footer-newsletter form {
  position: relative; }

.footer-newsletter input[type="email"] {
  margin: 0;
  padding-right: 50px; }

.footer-newsletter .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%; }
  .footer-newsletter .btn-wrapper .btn {
    padding: 0 18px;
    height: 100%; }

/* ----------------------------------------------------
    Footer Timeline Widget
---------------------------------------------------- */
.ltn__footer-timeline-widget {
  padding: 50px 50px 40px;
  border-bottom: 5px solid;
  border-color: var(--border-color-5);
  margin-top: -92px; }
  .ltn__footer-timeline-widget .footer-title {
    font-size: 36px; }
  .ltn__footer-timeline-widget ul {
    margin: 0;
    padding: 0; }
    .ltn__footer-timeline-widget ul li {
      list-style: none;
      font-family: var(--ltn__heading-font);
      font-weight: 700;
      border-bottom: 1px solid;
      border-color: var(--border-color-6);
      padding-bottom: 10px;
      margin-top: 10px; }
      .ltn__footer-timeline-widget ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
        .ltn__footer-timeline-widget ul li:last-child span {
          font-weight: 700; }
      .ltn__footer-timeline-widget ul li span {
        float: right;
        font-weight: 600; }

/* ----------------------------------------------------
    Footer Blog Widget
---------------------------------------------------- */
.ltn__footer-blog-item {
  border-bottom: 1px solid;
  border-color: var(--border-color-6);
  margin-bottom: 20px; }
  .ltn__footer-blog-item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
  .ltn__footer-blog-item .ltn__blog-meta {
    margin-bottom: 5px; }
    .ltn__footer-blog-item .ltn__blog-meta i {
      color: var(--ltn__secondary-color);
      margin-right: 5px; }
  .ltn__footer-blog-item .ltn__blog-title {
    font-size: 20px; }

/* ----------------------------------------------------
    Copyright Area
---------------------------------------------------- */
.ltn__copyright-area {
  padding-top: 19px;
    padding-bottom: 18px;
    background: #035028
  }
  .ltn__copyright-area .payment-method {
    text-align: right; }

.ltn__copyright-design h6, .ltn__copyright-design h4 {
  font-size: 14px;
  font-family: var(--ltn__body-font);
  font-weight: 700; }

.ltn__copyright-design p {
  margin-bottom: 0; color:#579574;}

.ltn__copyright-menu ul {
  margin: 0;
  padding: 0; }
  .ltn__copyright-menu ul li {
    list-style: none;
    display: inline-block;
    margin-top: 0;
    margin-right: 20px;
    font-size: 14px;
    font-family: var(--ltn__heading-font);
    font-weight: 600; }
    .ltn__copyright-menu ul li:last-child {
      margin-right: 0; }
    .ltn__copyright-menu ul li a {
      margin: 0; }
.section-bg-7{
    background-color: #253f5a;
}
.section-bg-2{background: #d96d00;}

/** 06 - Contacts **/
.contact-ihbox .col-md-4:nth-child(2) .pbmit-ihbox-style-4{
  background-color: var(--pbmit-global-color);
}
.contact-ihbox .col-md-4:nth-child(2) .pbmit-cta3-content-wrapper a:hover{
  color: var(--pbmit-white-color);
}
.contact-ihbox{
  position: relative;
  z-index: 1;
  margin-top: -95px;
  box-shadow: 0 0 30px rgba(15,8,49,.1);
}
.contact-details{
  padding: 70px 50px 30px 0px;
}
.contact-details h5{
  font-size: 18px;
  line-height: 20px;
}
.contact-details p{
  margin-bottom: 35px;
}
.contact-form{
  position: relative;
  padding-top: 190px;
  padding-left: 60px;
  padding-bottom: 10px;
  margin-top: -120px;
}
.contact-form:before{
  content: "";
  position: absolute;
  width: 164%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  background-color: var(--pbmit-light-color);
}
.form-field {
  width: 100%;
  position: relative;
  padding: 0 0 23px 0;
  margin: 0 0 10px 0;
}
.custom-alert{
  position: absolute;
  left: 0;
bottom: 0;
color: #ff0008;}
.contact-form .form-control{
  background-color: #fffbfb;
  border: 1px solid rgba(119,119,119,.2);font-size: 12px;
    line-height: 24px;
    padding: 13px 20px;
    font-weight: normal;
    width: 100%;
    border-radius: 0;
}
.contact-form .form-control:focus{
  background-color: #FFF;
}
.contact-form .pbmit-btn{
  font-weight: 500;
    letter-spacing: 1px;
    padding: 16px 34px 16px;
    width: 100%;
    line-height: 1.75;
    color: #fff;
    background-color: #a12c2f;
    border-radius: 35px;
    border: solid 1px #a12c2f;
}
.contact-section-iframe iframe{
    width: 100%;
    height: 600px;
  border: 0px; 
}
label.error {
  background: red;
  color: white;
  border-radius: 0px 0 10px 10px;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 12px;
  display: block;
  margin-top: -26px;
  margin-right: 20%;
}
.message-status {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  background: #FFF;
  border-radius: 15px;
  box-sizing: border-box;
}

/**07 - Comment Form **/
.contact-details .form-control{
  font-size: 12px;
  line-height: 24px;
  padding: 13px 20px;
    font-weight: normal;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 0;
  background-color: #fff0;
    border: 1px solid rgb(255 255 255 / 28%);
}
.contact-details .form-control:focus{
  color: #666;
  border-color: var(--pbmit-global-color);
  background-color: #fff0;
}
.contact-details .form-style-1 .form-control{
    background-color: rgb(0 0 0 / 15%);
    padding: 18px 20px;
    border: none;
    font-size: 14px;
}
.contact-details .form-style-1 .form-control::placeholder{
    color: #999;
}
.contactuspage{overflow: hidden;}
.pbmit-heading-subheading .pbmit-title {
    position: relative;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #FFF;
    margin-bottom: 19px;
}
.contact-details p {
    margin-bottom: 35px;
    margin: 0 0 25px;
    color: #e9e9e9;
}
.contact-details p a{color: #e9e9e9;}
.contact-details h5 {
    font-size: 18px;
    line-height: 20px;color: #FFF;padding-bottom: 11px;
}
.ffg{font-size: 25px;
    color: #FFF;
    margin-right: 5px;
    width: 37px;
    height: 37px;
    text-align: center;}

@media (max-width: 991px){
.contact-form.contactuspage{
    position: relative;
    padding-top: initial;
    padding-left: initial;
    padding-bottom: 10px;
    margin-top: initial;}
}
.coursepage .meeting-item .down-content p{margin-left: 0;}
.about-content{
    line-height: 60px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 23px;
}
.about-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 27px;
}

/*CKEDITOR FrontEnd image and text Css Start */

.details-content-image{
  width: 100%;
}
.details-content-text{
  width: 100%;
}

.details-content-text .image, 
.details-content-text .image-inline {
    position: relative;
}

.details-content-text .image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
}


.details-content-text .image-style-align-right,
.details-content-text .image-style-side{
    float: right;
    margin-left: calc(1.5em/2);;
    max-width: 50%;
}

.details-content-text .image-style-align-left {
    float: left;
    margin-right: calc(1.5em/2);
}

.details-content-text  .table {
    display: table;
    margin: 0.9em auto;
}


.details-content-text .image.image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.details-content-text .image {
    clear: both;
    display: table;
    min-width: 50px;
    text-align: center;
}

/*CKEDITOR Front End image and text Css End */



.icon-box-with-text.style-01 .single-icon-box-with-text .content .text {
    color: #e9e9e9;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}
.about-content .icon-box-with-text-wrap {
    margin-top: 40px;
}
.icon-box-with-text.style-01 .single-icon-box-with-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.icon-box-with-text.style-01 .single-icon-box-with-text .icon-wrap {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: rgba(118, 74, 241, 0.1);
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.icon-box-with-text.style-01 .single-icon-box-with-text .icon-wrap.color-01 {
    background-color: #EFEAFE;
    -webkit-box-shadow: 0px 3px 0px #B39BF8;
    box-shadow: 0px 3px 0px #B39BF8;
}
.icon-box-with-text.style-01 .single-icon-box-with-text .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.icon-box-with-text.style-01 .single-icon-box-with-text .icon-wrap.color-02 {
    background-color: #FBF5F2;
    -webkit-box-shadow: 0px 3px 0px #FDDDA0;
    box-shadow: 0px 3px 0px #FDDDA0;
}
.icon-box-with-text.style-01 .single-icon-box-with-text .icon-wrap.color-03 {
    background-color: #FBEAEF;
    -webkit-box-shadow: 0px 3px 0px #F9B0B2;
    box-shadow: 0px 3px 0px #F9B0B2;
}

.icon-box-with-text.style-01 .single-icon-box-with-text .icon-wrap img {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;width: 35px;
}
.right-frame{background: #d3d3d3;
    padding: 9px;}
.about-section-area.meetings-page{padding-bottom:140px;}


.new_course .meeting-item .down-content .date{float: unset;
    display: unset;
    margin: 0;}
.new_course .meeting-item .down-content{padding: 15px;}
.new_course .meeting-item .down-content .date h6 a{font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a12c2f;}

.new_course .meeting-item .thumb .price span{color: #ffffff;background-color: #2196F3;}
/*.single-degrees-graduate-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
}
.single-degrees-graduate-box .top {
    position: relative;
    display: block;
    padding: 35px 35px 0px;
}
.single-degrees-graduate-box .inner-title {
    position: relative;
    display: block;
    padding-bottom: 21px;
}
.single-degrees-graduate-box .inner-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background-color: #0aa7ff;
}
.single-degrees-graduate-box .inner-title h3 {
    font-size: 26px;
    line-height: 32px;
}
.single-degrees-graduate-box p {
    margin: 17px 0 0;
    line-height: 22px;
}
.single-degrees-graduate-box .img-box {
    position: relative;
    display: block;
}
.single-degrees-graduate-box .img-box:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 100px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    z-index: 2;
}
.single-degrees-graduate-box .img-box:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: -1px;
    height: 115px;
    background: #e4dfdd;
    clip-path: polygon(100% 0, 100% 15%, 0 100%, 0 85%);
    z-index: 2;
}
.single-degrees-graduate-box .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #000000;
}
.single-degrees-graduate-box .img-box .inner img {
    width: 100%;
    transition: all 0.5s ease;
}*/
.event-item {
    padding: 14px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.1);
    margin-bottom: 25px;
}
.event-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    height: 180px;
}
.event-img img {
    width: 100%;
    -webkit-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -ms-transition: all 0.6s linear 0s;
    -o-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}
.event-item:hover .event-img img {
    transform: scale(1.2);
}
.event-content {
    padding: 0px 0 10px;
    display: flex;
    flex-direction: column;
}
.event-content-title a{
font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    color: #262626;
    margin-top: 0px;
    display: block;
    margin-bottom: 12px;
}
.event_sub{display: flex;
    justify-content: space-between;align-items: center;}
.event_sub span{font-size: 15px;
    color: #767676;}
.event_sub .monthd{background: #feb200;
    color: #2a2a2a;
    font-size: 15px;
    padding: 5px 9px;
    border-radius: 7px;}
.theme-btn {
    background: #ffb300;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    border: none;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.t-theme-btn {
    border: unset;
    padding: 0;
    background: transparent;
    color: #fb5100;
    text-decoration: underline !important;
}
.t-theme-btn:hover{color:#000;}

.event-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 400px;
    height: 100%;
}
.event_sub .fa-eye{
  font-size: 23px;
    margin-top: 13px;
    margin-right: 15px;
    color: #1a745c;
  }
.section_new_nine_inner {
    display: flex;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 17px;
}
.snni_grid_flex_block {
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
    padding: 4px 6px;
    border-radius: 5px;
}
.snnigfb_text{text-align: center;}
.owl_brand_item .event-img{border-radius: unset;
    overflow: hidden;
    height: 120px;background: #FFF;}
.owl_brand_item .event-img img{object-fit: cover;height: 100%;}

    /*course_pages*/

    .cource_detais_block{
      display: flex;
      margin-bottom: 15px;
      border: solid 1px #c9c9c9;
      flex-wrap: wrap;
      flex-direction: column;
      
  }
  
  .cource_detais_block .thumb_img{width: 100%;}
  .cource_detais_block .thumb_img img{height: 100%;object-fit: cover;}
  .cource_detais_block .content_thumb{width: 100%;padding: 12px 0 30px;padding-left: 25px; background: #fff;}
  
  .content_thumb h3{font-size: 21px;
      margin-bottom: 14px;
      font-weight: 600;}
  .content_thumb p strong{margin-right: 5px;}
  .content_thumb p span{color: #f5a425;
      font-weight: 600;
      font-size: 17px;}
  .content_thumb p{font-size: 16px;
      margin-bottom: 10px;}
  .content_thumb .text strong{margin-right: 5px;}
  .content_thumb .text span{background: #1b75bb;
      color: #FFF;
      padding: 4px 9px;
      border-radius: 15px;
      margin-right: 5px;
      font-size: 14px;}
  .right-info {
    background-color: #1b75bb;
    border-radius: 20px;
    padding: 40px;
    }
    .right-info h4 {
      display: block;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 15px;
  }
  .right-info ul li {
      display: block;
      border-bottom: 1px solid rgba(250, 250, 250, 0.15);
      margin-bottom: 15px;
      padding-bottom: 15px;
  }
  .right-info ul li.courses_list a {
    width: calc(100% - 60px);
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: normal;
}
.right-info ul li.courses_list img {
  display: inline-block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  width: 70px;
  height: 70px;
  margin-right: 6px;
}
  .right-info ul li.courses_list {
    display: flex;
  }

.accordions.coures_according {
    border-radius: 13px;
    padding: 0;
    background-color: #fff;
    margin-left: 0;
}

.accordions.coures_according .accordion-head{background: #00a54f;
    border-bottom: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
    padding: 19px;
    color: #FFF;}
.accordions.coures_according .accordion-body {
    padding: 0;
    margin-bottom: 13px;
}

.accordions.coures_according .accordion-body > .content{margin-top: 19px;}

@media screen and (max-width: 1200px) and (min-width: 768px){
.header-area .container{max-width: 98%;}
}


@media only screen and (max-width: 991px){
.cource_detais_block .thumb_img{display: none;}
.cource_detais_block .content_thumb {
    width: 100%;
    padding: 12px 0 30px;
    padding-left: 12px;}

}

.accordions.coures_according .content_thumb .text span{margin-bottom: 11px;
    display: inline-block;}

.reg-form-field {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    height: 42px;
    background: #FFF;
    outline: 0;
    border-radius: 5px;
    font-size: 13px;
}
.suplylogin .form-label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}
.suplylogin .form-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 7px;
    text-align: left;
}
.suplylogin .form-heading {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}
.suplylogin{background:#ffbc9c;
    padding: 29px 15px;
    border-radius: 15px;}  
.submit_aplay{font-size: 16px;
    color: #4c4c4c;
    background-color: #ffb300;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 36px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    min-width: 171px;
    outline: none;}
@media only screen and (max-width: 667px){
.suplylogin{padding: 29px 0px;}

}

.suplylogin.no_pad_franchise{padding: 0;}
.heding_capture{background: #FFF;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    padding: 19px 25px;
    text-align: center;
    margin-bottom: 31px;}
.heding_capture h1{color: #1b75bb;
    text-transform: uppercase;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 13px;
    padding-bottom: 10px;}
.heding_capture p{font-size: 16px;
    padding-bottom: 10px;}
.heding_capture h3{font-size: 25px;
    color: #1b75bb;
    font-weight: 600;
    padding-bottom: 10px;}
.heding_capture h2{font-size: 32px;
    padding: 15px 0 6px;
    font-weight: 600;
    color: #ffa312;
    padding-top: 11px;}

.franchise_form .form-heading{margin-bottom: 10px;}

.franchise_form .subhjkl{font-size: 17px;
    font-weight: 600;
    margin-bottom: 23px;}
.bg_l01{background: #e3fff0;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;}
.bg_l02{background: #cdeaff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;}
.bg_l03{background: #addcff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;}
.bg_l04{background: #edf8ff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;}
.bg_l05{background: #a5cde7;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;}

 .has-tooltip {
            cursor: help;
    position: relative;
        }

        .has-tooltip .tooltip {
            background: #1496bb;
            color: #fff;
            display: block;                      
            opacity: 0;
            padding: 1em;
            position: absolute;
            visibility: hidden;
            width: 100%;         
            -webkit-transition: all .25s ease-out;
               -moz-transition: all .25s ease-out;
                -ms-transition: all .25s ease-out;
                 -o-transition: all .25s ease-out;
                    transition: all .25s ease-out;
            -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
               -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
                -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
                 -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
                    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .has-tooltip .tooltip:before {
            content: " ";
            display: block;
            height: 1em;
            position: absolute;
            width: 100%;
        }  

        .has-tooltip:hover .tooltip {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0px) translateY(0px) !important;
               -moz-transform: translateX(0px) translateY(0px) !important;
                -ms-transform: translateX(0px) translateY(0px) !important;
                 -o-transform: translateX(0px) translateY(0px) !important;
                    transform: translateX(0px) translateY(0px) !important;
        }

        /* TOOLTIPS 'NORTH' VERSION */
        .has-tooltip.north .tooltip {
            bottom: 100%;
            top: auto;
            left: -1em;
            right: auto;
            margin-left: 0%;
            margin-right: auto;
            margin-bottom: 0.6em;
            -webkit-transform: translateX(0px) translateY(10px);
               -moz-transform: translateX(0px) translateY(10px);
                -ms-transform: translateX(0px) translateY(10px);
                 -o-transform: translateX(0px) translateY(10px);
                    transform: translateX(0px) translateY(10px);            
        }

        .has-tooltip.north .tooltip:before {
            bottom: -1em;
            left: 0;
            height: 100%;
            width: 1em;
        }  
    
    /* TOOLTIPS 'SOUTH' VERSION */
        .has-tooltip.south .tooltip {
            top: 100%;
            bottom: auto;
            left: -1em;
            right: auto;
            margin-left: 0%;
            margin-right: auto;
            margin-top: 0.6em;
            -webkit-transform: translateX(0px) translateY(-10px);
               -moz-transform: translateX(0px) translateY(-10px);
                -ms-transform: translateX(0px) translateY(-10px);
                 -o-transform: translateX(0px) translateY(-10px);
                    transform: translateX(0px) translateY(-10px);            
        }

        .has-tooltip.south .tooltip:before {
            top: -1em;
            left: 0;
            height: 100%;
            width: 1em;
        }  
        
        /* TOOLTIPS 'EAST' VERSION */

        .has-tooltip.east .tooltip {
            left: 100%;
            right: auto;
            bottom: auto;
            top: -0.5em;
            margin-top: 0%;
            margin-left: 0.6em;
            margin-bottom: auto;
            -webkit-transform: translateX(-10px) translateY(0px);
               -moz-transform: translateX(-10px) translateY(0px);
                -ms-transform: translateX(-10px) translateY(0px);
                 -o-transform: translateX(-10px) translateY(0px);
                    transform: translateX(-10px) translateY(0px);
        }

        .has-tooltip.east .tooltip:before {
            left: -1em;
            height: 100%;
            top: 0;
            width: 1em;
        } 

        /* TOOLTIPS 'WEST' VERSION */

        .has-tooltip.west .tooltip {
            right: 100%;
            left: auto;
            bottom: auto;
            top: -0.5em;
            margin-top: 0%;
            margin-right: 0.6em;
            margin-bottom: auto;
            -webkit-transform: translateX(10px) translateY(0px);
               -moz-transform: translateX(10px) translateY(0px);
                -ms-transform: translateX(10px) translateY(0px);
                 -o-transform: translateX(10px) translateY(0px);
                    transform: translateX(10px) translateY(0px);
        }

        .has-tooltip.west .tooltip:before {
            right: -1em;
            height: 100%;
            top: 0;
            width: 1em;
        }  


          /*stady_center*/

.sigma_cta.style-13 form{padding: 30px 0;}
.sigma_cta.style-13 {
    border-top: 10px solid #f36523;
    padding: 30px 40px 20px;
    box-shadow: 0px 10px 24px rgb(0 0 0 / 4%);
    text-align: left;
    background-color: #fff6f2;
}
.style-13 .form-group {
    position: relative;
    margin-bottom: 20px;
}
.style-13 label {
    margin-bottom: 10px;
    color: #6e7076;
    font-weight: 500;
}
.sigma_cta.style-13 form input.topic-field {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend, .input-group-append, .input-group>:not(:first-child) {
    margin: 0;
    display: flex;
}
/*.style-13 select{
    height: 60px;
    }*/

.center_details .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 35px 40px 31px 170px;
    /*margin-bottom: 30px;*/
    box-shadow: 0 15px 40px 10px #edf1f1;
}
.inner-box .image-box {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 24, 73, 0.2);
}
.inner-box .image-box img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.inner-box .content-box .name-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
}
.inner-box .content-box .name-box li:nth-child(1) {
    top: 2px;
}
.inner-box .content-box .name-box li:nth-child(1) {
    color: #f36523;
}
.inner-box .content-box .name-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    font-size: 20px;
}
.inner-box .content-box .name-box li:last-child {
    margin: 0px !important;
}
.inner-box .content-box .name-box li:last-child {
    color: #ffab01;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.inner-box .content-box .designation {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
}
.inner-box .content-box .location-box {
    position: relative;
    display: block;
}
.inner-box .content-box .location-box p {
    font-size: 15px;
    color: #808080;
}
.name-box .name h3{display: inline-block;
    color: #061a3a;font-size: 20px;margin-bottom: 9px;}



      /*home_page_new*/

.about-img-wrap {
    position: relative;
}
.about-img-big {
    overflow: hidden;
}
.about-img-big img {
    border-radius: 5px;
}
.about-img-sm {
    position: absolute;
    right: 0;
    bottom: 50px;
    border: 8px solid #ffffff;
    border-radius: 5px;
}
.about-content h2{font-size: 29px;
    color: #FFF;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;}

.about-content p {
    font-size: 17px;
    line-height: 27px;
    color: #121212;
    margin-bottom: 20px;}

.about-img-big{border: solid 9px #FFF;}
.asdrt img{height: 235px;
    width: 100%;
    border: solid 8px #FFF;}
.center_details{width: 100%;}
.sigma_cta .wrapper{display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;}

  /*student_login*/

.max_login{max-width: 600px;margin:auto; }
.mt_input_20 .form-wrapper{margin-top: 20px;}
.login_tuiole{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;}

.onli_quzie h3{font-size: 18px;
    margin-bottom: 15px;
    line-height: 27px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
    background: #2d94e3;
    color: #FFF;
    display: flex;}
.cardquestion {
    flex: 1 1 auto;
    margin-bottom: 20px;
}

.cardquestion.onli_quzie h3 strong{margin-right: 8px}
.font_style p {
    font-size: 18px;
    line-height: 25px;
    color: #2a2a2a;
    margin-bottom: 16px;
}
.align_pright p{text-align: right;}
.pass{font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #2d94e3;
    text-transform: uppercase;}
.result_box p {
    font-size: 19px;
    line-height: 25px;
    color: #2a2a2a;
    margin-top: 20px;
}
.result_box p strong{margin-right: 10px;}


    /*gallery*/

.grid {
    column-count: 3;
    display: inline;
    column-gap: 30px;
}
.grid-item {
    width: 100%;
    border: 6px solid #e5e5dd;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.38);
}
.grid-item {
    margin-bottom: 30px;
}
.reletaver {
    position: relative;
}
.grid-item img {
    width: 100%;
}

.griid_wert{display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;}

@media only screen and (max-width: 667px){
.grid {
    column-count: 1;
    display: inline;
    column-gap: 0;}
}

.marksheety tbody, .marksheety td, .marksheety tfoot, .marksheety th, .marksheety thead, .marksheety tr {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
}
.marksheety th {text-align: -webkit-center;}


@media only screen and (max-width: 991px){
.about-img-wrap{margin-bottom: 25px;}
.sigma_cta .wrapper{grid-template-columns: repeat(1,1fr);}
.center_details {width: 100%;}
.section_new_nine_inner{grid-template-columns: repeat(5,1fr);}
}


@media only screen and (max-width: 767px){
.inner-box .image-box{display: none;}
.center_details .inner-box{padding: 27px;}
.meetings-page .col{flex: 100%;}
.font_style .align_pright p{text-align: left;}
.bg_l01 .col-6{width: 100%;}
.section_new_nine_inner{grid-template-columns: repeat(4,1fr);grid-gap: 8px;}
.asdrt img {height: 173px;}
}
@media only screen and (max-width: 412px){
.section_new_nine_inner{grid-template-columns: repeat(3,1fr);grid-gap: 8px;}
.griid_wert {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 13px;}
}



.digi_logo_wrap{}
.left_logo_y{}
.right_logo_d{text-align: right;}
.right_logo_d img{max-width: 471px;}
.main_slidert.dfslii .owl-carousel .owl-item img{height: 650px;}
.header-area.digital_stky {
    min-height: 157px;
    top: 15px;
}
.header-area.digital_stky .main-nav {
    min-height: 45px;}
.header-area.digital_stky .left_logo_y img {
    width: 100%;
}
.header-area.digital_stky.header-sticky.background-header .right_logo_d img {
    max-width: 356px;
}


.digi_menu.header-area .main-nav .nav li a{color: #FFF !important;}
.digi_menu.non_stky.header-area .main-nav .nav li a{color: #FFF !important;}
.background-header.non_stky .nav{margin-top: 0px !important;}
@media (max-width: 767px){
/*.header-area.digital_stky {
    min-height: unset;
    top: 15px;
}*/
/*.wem_ps{width: 100%;}*/
}
.section_new_nine_inner.digital_mar{grid-template-columns: repeat(1,1fr);}
.section_new_nine_inner.digital_mar .snni_grid_flex_block {
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
    padding: 4px 6px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.section_new_nine_inner.digital_mar .snnigfb_img{
  display: flex;
    width: 100px;
}

.new-section-heading{
    text-align: center;
    padding: 35px 0 25px 0;
    color: #ffad11;
    text-transform: uppercase;
}

.new-section-heading h3{
      font-weight: 900;
      color: #277607;
}

.new-section-heading p{
    color:#060606;
    font-size: 16px;
}

.section_new_nine_inner.digital_mar .snnigfb_text {
    text-align: left;
    padding-left: 15px;
}

.digicard{text-align: center;
    background-color: rgba(250,250,250,0.15);
    border-radius: 20px;
    padding: 46px 30px 47px 30px;
    margin: 8px 0px 16px;}
.digicard h3{line-height: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(250,250,250,0.15);
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;}

      /*popup_css*/

  #mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  max-width:640px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  max-width:640px;
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
  background-color:#D1D1D1;
  color: green;
}
.popupoption2:hover{
  color: red;
}

/*new_css_digital_site*/
.left_logo_y {
    display: block;
    padding: 5px 0;
}
.digital_menu_bg{
    background-image: linear-gradient(180deg, #f4f908, #199307);
    padding: 5px 0;
    border-bottom: 3px solid #00780f;
}
.marqu_box{
height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    background: #f68009;
    padding: 5px 0;
  }
@media (min-width: 992px){
.header-area .digital_menu_bg .main-nav .nav li a{color: #FFF !important;line-height: 48px;}
.non_stky.header-area .digital_menu_bg .main-nav .nav li.has-sub:after{font-size: 14px;top: 13px;color: #fff;}
.header-area .digital_menu_bg .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active{color: #FFEB3B!important;}
.header-area .digital_menu_bg .main-nav .nav {
    display: flex !important;
    justify-content: space-between;}
.header-area .main-nav .nav{float: unset;margin-top: unset;}
.mob_logo_show{width: 310px;
        display: table;}
}

@media (max-width: 991px) {
.mob_logo_show{display: block;}
.mob_logo_wrrap{display: flex;}
.mob_logo_none{display: none;}

.main_slidert.dfslii .owl-carousel .owl-item img {
    height: unset;}
}
.bo_wpol{background: #ffebe2;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 12px;}
.contact-details .bo_wpol p{color: #000000;}
.contact-details .bo_wpol a{color: #000000;}
.contact-details .bo_wpol h5{color: #004622;font-weight: 600;}
.contact-details .bo_wpol .ffg{color: #f36523;}

.franchice{background: #f36523;
    padding: 17px;
    text-align: center;border: solid 5px #FFF;}
.franchice h3{color: #FFF;font-size: 20px;padding: 10px;}
.wegiuyt h3{color:#FFF;}
.wegiuyt p{margin-bottom: 5px;}
.asdftyuiop{padding-bottom: 150px !important;}