
/* 
---------------------------------------------
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;
}


.main-button-red a {
    font-size: 17px;
    color: #000000;
    background-color: #ffb900;
    padding: 19px 37px;
    display: inline-block;
    border-radius: 8px;
    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;
  display: flex;
      justify-content: space-between;
}

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

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

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -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;
}




/* 
---------------------------------------------
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;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    text-align: center;
    width: 33%;
    left: 0;
    right: 0;
    margin: auto;
    background: #0000004a;
    border-radius: 10px;
}

.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;
  width: 100%;
}

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

/*
---------------------------------------------
Common Modal 
---------------------------------------------
*/
.popupModal {text-align: center;  display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); padding-top: 60px; }
.popupModal-content {background-color: #fefefe; margin: 5% auto; padding:10px; border: 1px solid #888; width: 800px;position: relative; }
.popupModal-close {color: #5a5a5a; float: right; font-size: 28px; font-weight: bold; position: absolute; right: -20px; top: -25px; width: 40px; height: 40px; background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: -2px 4px 5px 0px rgb(0 0 0 / 15%); border-radius: 20px;}
.popupModal-close:hover,.popupModal-close:focus {color: black; text-decoration: none; cursor: pointer; }


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

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

.services .item a {
/*  background-image: url(../images/service-item-bg.jpg);*/
  background-color: #0c93ef;
  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;
  display: block;
}

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

.services .item a 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: calc(100vh - 200px);
    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: 110px;
  padding-bottom: 60px;
}

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: 60px 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;
}

.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-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.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 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: 60px 0px 60px 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: rgba(250,250,250,0.15);
    border-radius: 20px;
    padding: 46px 30px 47px 30px;
    margin: 8px 0px 16px;
}

.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;
}

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

.achiver_student_list_box_bg h5{
  background: rgb(36,182,233);
  background: linear-gradient(0deg, rgba(36,182,233,1) 0%, rgba(27,117,187,1) 100%);
  width: 100%;
  display: table;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  border-bottom: 2px solid #2690df;
}

.achiver_student_list_box{
    width: 100%;
    display: flex;
    gap: 15px;
    padding: 0 15px 10px;
    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;}



section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  background-color: #fff;
  height: 350px;
  overflow: hidden;
}

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

.video .testi-img{
    position: relative;
        height: 100%;
}


.video .testi-img .thumbnail {
    height: 100%;
    object-fit: cover;
    display: flex;
    width: 100%;
}
.video .testi-img .thumbnail a{
      height: 100%;
    width: 100%;
}
.video .testi-img .thumbnail iframe {
    height: 100%;
    width: 100%;
    pointer-events: none;
}


.video .testi-img:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
    display: inline-block;
    height: 50px;
    line-height: 46px;
    width: 50px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-left: 8px;
    color: #fff;
    top: 50%;
    background-image: linear-gradient(to bottom, #fb013e, #b90038);
    box-shadow: 0 5px 4px rgba(0,0,0,0.5);
    pointer-events: none;
}






/* 
---------------------------------------------
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: 70px 0px 70px 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;
}

.right-info {
  background-color: #1b75bb;
  border-radius: 10px;
  padding:20px 15px;

}

.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 a {
  font-size: 18px;
    font-weight: 800;
}

.right-info ul li.courses_list {
  display: flex;
}

.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 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course_duration_list .right-info ul li.courses_list img{
      width: 60px;
    height: 60px;
}


.right-info ul li.courses_list a {
width: calc(100% - 70px);
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: normal;
}


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

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

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

.meetings-page .right-info {
    background-color: #1b75bb;
    border-radius: 10px;
    padding: 20px 15px;
    max-height: 650px;
    overflow-y: auto;
}

.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;display: flex;
    align-items: center;
    gap: 5px;}
.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: #ed9000;
    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: 23px;
    text-transform: initial;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}


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

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 60px;
  min-height: 400px;
  color: #000;
}


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%;
}



/*-------------------------
    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: 92px;
  padding-bottom: 20px; 
background-color: #092a4c;
}

.footer-widget {  
}
.footer-widget img{
width: auto;
    
}


.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;
}
.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: table;
    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_logo{}


/* ----------------------------------------------------
    Footer Menu Widget
---------------------------------------------------- */
/* footer-menu */
.footer-menu ul {
  margin: 0;
  padding: 0; }
  .footer-menu ul li {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative; }
    .footer-menu ul li a {
      position: relative;color: #fff; }
      .footer-menu ul li a::before {
        position: absolute;
        content: "//";
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        opacity: 0;
        visibility: hidden;
        margin-left: -20px;
        color: var(--ltn__secondary-color); }
    .footer-menu ul li:hover a {
      padding-left: 20px; }
      .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: 25px;
  padding-bottom: 25px; 
  background: #0c243c;
    
}
  
  .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:#46698d;
    
}

.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; }


/** 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);
}
.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%;
    margin-bottom: 25px;
    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;
}

/**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;}


.coursepage .meeting-item .down-content p{margin-left: 0;}

.about-content .content-title {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    color: #ededed;
    margin-bottom: 23px;
}
.about-content .paragraph {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #ededed;
    margin-bottom: 27px;
}
.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;}

.event-item {
    padding: 14px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.1);
    margin-bottom: 25px;
        min-height: 347px;
}
.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: 10px 0 10px;
    display: flex;
    flex-direction: column;
}
.event-content-title a{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3rem;
    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: #f79600;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 9px;
    border-radius: 4px;
}

/* Custom Listing  */

.service-listing-page{}
.service-listing-page .event-item {
    min-height: auto;
    border-radius: 5px;
        display: inline-block;
    width: 100%;
}
.service-listing-page .event-img {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 3px;
}
.service-listing-page .event-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-listing-page .event-content .event-content-title a{margin-bottom: 0;
    line-height: 18px;

}
.service-listing-page .event_sub a{
  line-height: normal;
    height: auto;
}
    
.service-listing-page .event_sub .fa-eye{
  margin-top: 0;
    margin-right: 0;
}

.service-listing-page  .event-content {
    padding: 0;
}
    
.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: #1b75bb;
    font-size: 15px;
}
.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:#505050;
    
}
.section_new_nine_inner {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 17px;
}
.snnigfb_img {
  height: 158px;
  overflow: hidden;
}
.snnigfb_img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center top;
}
.snni_grid_flex_block {
    border: 1px solid #E5E5E5;
    background-color: #ffffff;
    padding: 4px 6px;
    border-radius: 5px;
}
.snnigfb_text{text-align: center;padding: 6px;}
.snnigfb_text p{font-size: 12px;font-weight: 700; line-height: 16px;text-transform: uppercase;}
.snnigfb_text small {display: block;font-size: 10px;font-weight: 700;color: #061a3a;font-style: italic;line-height: 13px; margin-top: 5px;}
.owl_brand_item .event-img{
  border-radius: unset;
    overflow: hidden;
    background: #FFF;}
.owl_brand_item .event-img img{object-fit: contain;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;}

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

.accordions.coures_according .accordion-head{background: #1b75bb;
    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;}


.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: #ffffffc7;
    padding: 29px 15px;
    border-radius: 15px;}  
.submit_aplay{
font-size: 17px;
    color: #000000;
    background-color: #ffb900;
    padding: 19px 37px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    min-width: 190px;
    width: auto;
  }


.suplylogin.no_pad_franchise{padding: 0;}

.suplylogin.no_pad_franchise button{
font-size: 17px;
    color: #000000;
    background-color: #ffb900;
    padding: 19px 37px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    min-width: 190px;
    width: auto;
  }

.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: #E3F2FD;
    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 form button{
    font-size: 17px;
    color: #000000;
    background-color: #ffb900;
    padding: 19px 37px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    min-width: 190px;
    width: auto;
}
.sigma_cta.style-13 {
    border-top: 10px solid #2d94e3;
    padding: 30px 40px 20px;
    box-shadow: 0px 10px 24px rgb(0 0 0 / 4%);
    text-align: left;
    background-color: #fff;
}
.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;
    }*/
    figure.image.image-style-align-right.image_resized {
      float: right;
      margin-left: 30px;
  }
  figure.image.image-style-align-left.image_resized {
    float: left;
    margin-right: 30px;
}
.content-banner h1,
.content-banner h2,
.content-banner h3,
.content-banner h4,
.content-banner h5,
.content-banner h6,
.content-banner p,
.content-banner span{
  color: #FFF;
}

.center_details .inner-box {
    position: relative;
    display: flex;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0 5px 3px 0px #edf1f1;
    border: 1px solid #c6c6c6;
    gap: 25px;
    flex-wrap: wrap;
}
.inner-box .image-box {
    width: 90px;
    height: 90px;
    border-radius: 13px;
    box-shadow: 0 5px 11px rgba(0, 24, 73, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-box .image-box img {
    width:auto;

}
.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: #2d94e3;
}
.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: #585858;
    font-size: 18px;
    margin-bottom: 9px;
    font-weight: bold;
  }



/*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: 28px;
    color: #ffffff;
    margin-bottom: auto;
    
}
.about-img-big{border: solid 9px #FFF;}
.center_details{width: 100%;}
.sigma_cta .wrapper{display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;}

  /*student_login*/






/*about start*/

.about-banner{
    width: 100%;
    margin-bottom: 70px;
}

.about-banner img{
    width: 100%;
}

.about-content h2{
    font-size: 22px;
    padding: 0px 0;
}



.image-style-align-left {}

.image_resized{}
.image-inline {
    align-items: flex-start;
    display: inline-flex;
    max-width: 100%;
}

.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing);
}


/*CKEDITOR FrontEnd image and text Css Start */

.details-content-image{
    width: 100%;
}
.content-banner{
    width: 100%;
        color: #fff;
}

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

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


.content-banner .image-style-align-right,
.content-banner .image-style-side{
    float: right;
    margin-left: 458px;
    max-width: 50%;
}

.content-banner .image-style-align-left {
    float: left;
    margin-right: 45px;
}

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


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

.content-banner .image {
    clear: both;
    display: table;
    min-width: 50px;
    text-align: center;
}
.content-banner .image-style-side {
    float: right;
    margin-left: 15px;
    max-width: 50%;
}

.content-banner .image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}
.content-banner .image_resized img {
    width: 100%;
}



.content-banner hr{
    float: left;
    width: 100%;
    margin: 40px 0;
}

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





/*about end*/








  

.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: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

.griid.asdrt{    
  width: 247px;
    background: #f1f1f1;
    padding: 10px;
    border: solid 8px #FFF;
  }
  .asdrt img{
    height: 247px;
    width: 100%;
    object-fit: contain;
    
  }

.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;}


/* Gallery Page Start */
.testi-img{
    position: relative;
}

.testi-img-pg {
    width: 100%;
    height: 200px;
    border-radius: 0;
    position: relative;
    top: 0;
    background: #c6c6c6;
    padding: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #cf1f45;
    border-radius: 5px;
}
.videoAndPhotoGallery{margin-bottom: 200px;}
.videoAndPhotoGallery .testi-img .thumbnail {
    height: 100%;
    object-fit: cover;
    display: flex;
    width: 100%;
}
.videoAndPhotoGallery .testi-img .thumbnail iframe {
    height: 100%;
    width: 100%;
    pointer-events: none;
}


.videoAndPhotoGallery .testi-img:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
    display: inline-block;
    height: 50px;
    line-height: 46px;
    width: 50px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-left: 8px;
    color: #fff;
    top: 50%;
    background-image: linear-gradient(to bottom, #fb013e, #b90038);
    box-shadow: 0 5px 4px rgba(0,0,0,0.5);
}

.videoAndPhotoGallery .testi-img:hover:after {
     background-image: linear-gradient(to bottom,#b90038 ,#fb013e);
     box-shadow: 0 0px 4px rgba(0,0,0,0.5);
     pointer-events: none;
}




.videoAndPhotoGallery .testi-img:after {
    padding: 0 9px 0 0;
    position: absolute;
    font-family: FontAwesome;
    content: "\f002";
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
    display: flex;
    height: 50px;
    line-height: 43px;
    width: 50px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-left: 8px;
    color: #fff;
    top: 50%;
    background-image: linear-gradient(to bottom, #fb013e, #b90038);
    box-shadow: 0 5px 4px rgba(0,0,0,0.5);
    display: table;
}

.videoAndPhotoGallery .testi-img:hover:after {
     background-image: linear-gradient(to bottom,#b90038 ,#fb013e);
     box-shadow: 0 0px 4px rgba(0,0,0,0.5);
     pointer-events: none;
}


/* gallery Page End */
