* {
  margin: 0;
  padding: 0;
  text-transform: none;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a:active {
  outline: none;
  border: none
}

a:focus {
  -moz-outline-style: none;
  outline: none
}

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}

input[type="file"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

body select::-ms-expand {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
  border: 0;
  outline: none;
}


html body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding-top: 0px;
}

*::-moz-selection {
  color: #fff;
  background: #000;
}

*::-webkit-selection {
  color: #fff;
  background: #000;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

a,
a:hover,
a:active,
a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  margin: 0;
  padding: 0;
  line-height: 1;
}

li {
  list-style: outside none none;
  position: relative;
}

body p {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  margin: 0 0 15px;
  padding: 0;
  text-align: justify;
}

p:empty {
  display: none;
  line-height: 0;
}

p:last-child {
  margin: 0;
}

p strong {
  font-weight: bold;
}

body a {
  color: #000;
}

body a:hover {
  color: #666;
}

body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}

body .clearfix {
  height: auto;
}

* {
  outline: none !important;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

div input,
div select,
div textarea,
div button {
  font-family: 'Poppins', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Bree Serif", serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 100%;
  margin: 0 0 15px;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.hidden {
  display: none !important;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

body .container,
body .grve-container,
.error-404.not-found {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

body .container .container {
  width: 100%;
  max-width: 100%;
}

html.no-scroll body,
html.no-scroll {
  overflow: hidden;
}

header .grve-container {
  padding: 0 15px;
  width: 100% !important;
}

/*-----------fx*/


html body .section-gapping {
  padding-bottom: 80px;
  padding-top: 80px;
}

.section-gapping .container {
  padding-left: 0;
  padding-right: 0;
}

input[type="submit"]:hover {
  background-color: #029cdc;
}

footer .widget,
footer .widgets {
  margin: 0;
}

div.wpb_content_element {
  margin-bottom: 0;
}

body form input:not([type="submit"]),
body form textarea,
body form select {
  background-color: #eeeeee;
  border: 1px solid #eeeeee !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #333333 !important;
  display: block;
  float: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  padding: 0 15px;
  width: 100%;
}

html body label {
  color: #333333;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.form-field label em {
  color: #ff0000;
  font-style: normal;
  margin-left: 2px;
}

body form textarea {
  height: 100px;
  padding: 15px;
  resize: none;
}

form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok,
body div.wpcf7-mail-sent-ng,
body div.wpcf7-aborted {
  background-color: #fff;
  border: 1px solid;
  color: red;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  margin: 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}

form div.wpcf7-mail-sent-ok {
  color: green;
}

img.ajax-loader {
  display: inline-block;
}

div.grve-text:not(.maintitle) {
  margin-bottom: 15px;
}


/*------ fancy-box*/

body .owl-carousel .owl-nav>div {
  background-image: url("images/sprite.png");
  background-position: 0 -108px;
  background-repeat: no-repeat;
  bottom: 0;
  display: inline-block;
  font-size: 0;
  height: 30px;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 16px;
}

body .owl-carousel .owl-nav>div.owl-prev {
  left: -70px;
}

body .owl-carousel .owl-nav>div.owl-next {
  right: -70px;
}

body .owl-carousel .owl-nav>div:hover {
  background-position: 0 -155px;
}

/*------ /arrow default*/

.fancybox-lock div.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.fancybox-opened .fancybox-skin {
  background-color: #d8d8d8;
  border: 9px solid #fff;
  padding: 0 !important;
}

body .fancybox-prev,
body .fancybox-next {
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-position: 0 -50px;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  height: 48px;
  left: -75px;
  line-height: 48px;
  margin: auto;
  text-align: center;
  top: 0;
  width: 48px;
  -moz-transition: all 0s ease 0s;
  -webkit-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

body .fancybox-prev::after,
body .fancybox-next::after {
  content: "\f053";
  font-family: fontawesome;
  font-size: 18px;
  left: 0;
  line-height: 40px;
  margin: auto;
  padding: 0;
  right: 0;
  text-align: center;
  display: none;
}

body .fancybox-next::after {
  content: "\f054";
}

body .fancybox-next {
  left: auto;
  right: -75px;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fancybox-nav span {
  display: none;
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 0;
}

.fancybox-title-inside-wrap .fancy_title {
  color: #f42a41;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.fancybox-title-inside-wrap .fancy_caption {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 22px 0 10px;
}

a.fancybox-close,
.close_mail {
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-position: -144px -218px;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  height: 31px;
  right: -25px;
  top: -25px;
  width: 31px;
}

a.fancybox-close::after {
  display: none;
}

.fancybox-close:hover {
  background-color: transparent;
  background-position: -142px -218px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

body .fancybox-prev:hover,
body .fancybox-next:hover {
  background-color: transparent;
  background-position: 0 -108px;
}

/*------------ fancy-box*/
/*------------ other*/

header.site-header {
  padding: 0;
  position: relative;
  background-color: #fff;
}

header.site-header::before {
  background-color: #0c5194;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

header.site-header::after {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -3px;
  content: "";
  display: block !important;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

.site-branding-container .site-branding {
  margin: 0 auto;
}

.smart-header-logowrap {
  float: left;
  margin: 10px auto;
}

.site-logo {
  margin: 0;
  position: relative;
  right: 0;
  top: 0;
}

.smart-header-logowrap .site-logo a {
  width: auto;
  height: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.responsive-menu-button,
.smart-header-menuwrap .close-menu-button.icon-close {
  display: none;
}

.smart-header-cont {
  float: right;
  background-color: #0C5194;
  position: relative;
  z-index: 1;
}

.smart-header-cont::after {
  content: "";
  position: absolute;
  background-color: #0C5194;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: auto;
  width: 320%;
  z-index: -1;
  right: -320%;
}

.smart-header-cont::before,
.smart-header-conwrap li.icon::before,
/*.smart-header-conwrap li.icon.mail-icon::after,*/
.smart-header-conwrap li.conctact-icon-fb::after,
.smart-header-conwrap li.icon:after {
  background-image: url("../images/sprite.png");
  background-position: -124px -150px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: -49px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 38px;
}

.smart-header-cont::before {
  top: 2px;
}

.smart-header-conwrap li.icon:after {
  background-position: -86px -148px;
  left: auto;
  width: 2px;
  height: 39px;
  right: 0px;
}

.smart-header-conwrap li.conctact-icon-fb:after {
  display: none;
}

.smart-header-conwrap li {
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.smart-header-conwrap li.icon {
  padding-left: 26px;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-right: 10px;
  margin-right: 10px;
}

.smart-header-conwrap li.icon::before {
  background-position: 0 0;
  right: auto;
  left: 0;
  width: 16px;
  height: 16px;
}

.smart-header-conwrap li.icon.mail-icon::before {
  background-position: 0 -26px;
}

.smart-header-conwrap li.icon.mail-icon {
  /*margin: 0 40px;*/
}

.smart-header-conwrap li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.smart-header-conwrap li a:hover {
  color: #FFCC01;
}

/*.smart-header-conwrap li.icon.mail-icon::after, .smart-header-conwrap li.conctact-icon-fb::after {
background-position: -86px -148px;
left: -18px;
width: 2px;
height: 39px;
}*/
.smart-header-conwrap li.conctact-icon-fb {
  line-height: 38px;
  padding: 0px;
  margin-right: 0px;
}

.smart-header-conwrap li.conctact-icon-fb a {
  background-color: #ffcc01;
  color: #0c5194;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.conctact-icon-fb>span {
  margin-left: 5px;
}

.smart-header-conwrap li.conctact-icon-fb a:hover {
  background-color: #D5181F;
  color: #fff;
}

.smart-header-conwrap li.smart-vitual-btn-list {
  padding-left: 0;
  line-height: 100%;
}

.smart-header-conwrap li.smart-vitual-btn-list .smart-vrt-btn {
  background: #d5181f;
  display: block;
  padding: 11px 10px;
}

.smart-header-conwrap li.smart-vitual-btn-list .smart-vrt-btn:hover {
  background-color: #ffcc01;
  color: #0c5194;
}

.smart-header-menuwrap {
  float: right;
  clear: both;
  margin-top: -58px;
}

.smart-header-menuwrap #site-navigation {
  margin: 0;
}

.smart-header-menuwrap .menu-main-menu-container {
  display: block;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li {
  display: inline-block;
  margin: 0 15px;
  padding-bottom: 27px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:first-child {
  margin: 0 15px 0 0;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child {
  margin: 0 0 0 15px;
  padding-bottom: 16px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li>a {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #333333;
  font-weight: 400;
  margin: 0;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li.current_page_item>a,
.smart-header-menuwrap .menu-main-menu-container>ul>li.menu-item-has-children:hover>a,
.smart-header-menuwrap .menu-main-menu-container>ul>li.current-menu-parent>a,
.smart-header-menuwrap .menu-main-menu-container>ul>li.current-menu-item>a,
.smart-header-menuwrap .menu-main-menu-container>ul>li>a:hover {
  color: #D5181F;
}

.submenu-expand .svg-icon {
  display: none;
}

.menu-main-menu-container>ul>li .submenu-expand {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin: 0 0 0 3px !important;
  position: relative;
  color: #333;
}

.menu-main-menu-container>ul>li:hover>.submenu-expand,
.menu-main-menu-container>ul>li.current-menu-parent>.submenu-expand {
  color: #D5181F;
}

.menu-main-menu-container>ul>li .submenu-expand::after {
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -1px;
}

.menu-main-menu-container>ul>li.current-menu-item .submenu-expand::after {
  color: #d5181f;
}

nav#site-navigation ul.header-two-menu .sub-menu,
#menu-main-menu .sub-menu {
  background-color: #f5f5f5;
  border-top: 3px solid #ffcc01;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  left: auto;
  min-width: 200px;
  visibility: hidden;
  right: 0;
  top: 100%;
}

nav#site-navigation ul.header-two-menu .sub-menu .sub-menu {
  right: 100%;
  top: 0;
  border: 0;
}

nav#site-navigation ul.header-two-menu .sub-menu,
nav#site-navigation ul.header-two-menu>li>.sub-menu button.submenu-expand {
  display: none;
}

nav#site-navigation ul.header-two-menu>li:hover>.sub-menu,
nav#site-navigation ul.header-two-menu>li>.sub-menu>li:hover>.sub-menu,
nav#site-navigation ul.header-two-menu>li>.sub-menu>li:hover>.sub-menu li:hover>.sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  display: block;
}

.smart-header-menuwrap #site-navigation ul.header-two-menu ul.sub-menu li:hover>a {
  background: #D5181F !important;
  color: #FFF !important;
}

nav#site-navigation ul.header-two-menu:hover .sub-menu,
#menu-main-menu li:hover .sub-menu {
  visibility: visible;
}

nav#site-navigation ul.header-two-menu .sub-menu::before,
#menu-main-menu .sub-menu::before {
  content: "";
  position: absolute;
  right: 10px;
  top: -10px;
  border-bottom: 7px solid #FFCC01;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

nav#site-navigation ul.header-two-menu .sub-menu>li>a,
#menu-main-menu .sub-menu>li>a {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #DDDDDD;
  padding: 10px 15px 10px 25px;
  position: relative;
}

nav#site-navigation ul.header-two-menu .sub-menu>li>a:hover,
nav#site-navigation ul.header-two-menu .sub-menu>li>a:focus,
nav#site-navigation ul.header-two-menu .sub-menu>li.current-menu-item>a,
#menu-main-menu .sub-menu>li>a:hover,
#menu-main-menu .sub-menu>li>a:focus,
#menu-main-menu .sub-menu>li.current-menu-item>a {
  background-color: #D5181F;
  color: #fff !important;
}

nav#site-navigation ul.header-two-menu li:last-child>.sub-menu>li>a:focus,
nav#site-navigation ul.header-two-menu li:last-child>.sub-menu>li.current-menu-item>a,
#menu-main-menu li:last-child>.sub-menu>li>a:hover,
#menu-main-menu li:last-child>.sub-menu>li>a:focus,
#menu-main-menu li:last-child>.sub-menu>li.current-menu-item>a {
  background-color: #ffcc01;
  color: #0c5194 !important;
}

nav#site-navigation ul.header-two-menu .sub-menu>li>a::before,
#menu-main-menu .sub-menu>li>a::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 13px;
  top: 8px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a {
  background-color: #d5181f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 45px;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 45px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a:hover,
.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child:hover>a {
  background-color: #FFCC01;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a::before {
  color: #ffffff;
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 24px;
  height: 45px;
  left: 0;
  line-height: 45px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  text-indent: 0;
  width: 45px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>.submenu-expand {
  display: none;
}

#menu-main-menu li:last-child>.sub-menu::before {
  border-bottom-color: #d5181f;
}

#menu-main-menu li:last-child>.sub-menu {
  background-color: #0c5194;
  border-top-color: #d5181f;
}

#menu-main-menu li:last-child>.sub-menu li a {
  border-color: rgba(221, 221, 221, 0.3);
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

#menu-main-menu li:last-child>.sub-menu li a::before {
  display: none;
}

nav#site-navigation ul.header-two-menu .sub-menu .sub-menu::before {
  right: -11px;
  top: 10px;
  z-index: 9;
  transform: rotate(90deg);
  opacity: 0;
}

/**************** Banner ****************/

.smart-slider-sec .slider-section,
.smart-slider-sec .slider-image-wrap li:first-child {
  height: 650px;
  overflow: hidden;
}

.card-deck,
.inner-banner-wrap .inner_banner_page {
  height: 100%;
  position: relative;
}

.card-deck::before,
.inner-banner-wrap .inner_banner_page::before {
  background-image: url("../images/banner-layer.png");
  background-position: 0 0;
  background-repeat: repeat;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.inner_banner_page>img {
  display: block;
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.inner-banner-wrap .inner-banner-text {
  left: 0;
  margin: auto;
  max-width: 1200px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.slider-image-wrap>li:last-child {
  z-index: 1;
  text-align: center;
}

.smart-s-del h1,
.inner-banner-text h1 {
  color: #fff;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  -moz-text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  -webkit-text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  -ms-text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  -o-text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.inner-banner-text h1 {
  font-size: 48px;
}

.smart-s-del h1 b,
.inner-banner-text h1 b {
  color: #ffcc00;
  display: block;
  font-weight: normal;
}

.smart-s-del .smart-slider-des,
.inner-banner-text .smart-slider-des {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 auto 15px;
  max-width: 840px;
  text-align: center;
  -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
  -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
  -ms-text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
  -o-text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
}

.inner-banner-text .smart-slider-des {
  font-size: 20px;
  max-width: 760px;
}

html body .smart-s-del .vc_general.vc_btn3.vc_btn3-style-modern {
  -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.65);
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.65);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.65);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.65);
  font-size: 18px;
}

html body .vc_general.vc_btn3.vc_btn3-style-modern,
.smart-yellow-btn input[type="submit"] {
  background-color: #d5181f;
  border: medium none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
}

html body .smart-yellow-btn .vc_general.vc_btn3.vc_btn3-style-modern,
.smart-yellow-btn input[type="submit"] {
  background-color: #FFCC01;
  color: #333;
}

html body .smart-yellow-btn .vc_general.vc_btn3.vc_btn3-style-modern:hover,
.smart-yellow-btn input[type="submit"]:hover {
  background-color: #d5181f;
  color: #fff;
}

html body .vc_general.vc_btn3.vc_btn3-style-modern:hover {
  background-color: #FFCC01;
  color: #333;
}

.smart-slider-sec .all-slider::after {
  border-color: transparent #FFCC00 #FFCC00;
}

.navigation-baner {
  display: none;
}

.slide_wrap .slides li {
  position: static;
}

.slide_wrap .slides li a {
  background-image: url("../images/sprite.png");
  background-position: 0 -50px;
  background-repeat: no-repeat;
  border-radius: 50%;
  bottom: 0;
  font-size: 0;
  height: 48px;
  left: 60px;
  margin: auto !important;
  position: absolute;
  top: 0;
  right: auto;
  width: 48px;
  z-index: 1;
  -moz-transition: all 0s ease 0s;
  -webkit-transition: all 0s ease 0s;
  -ms-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.slide_wrap .slides li a:hover {
  background-position: 0 -108px;
}

.slide_wrap .slides li a.next {
  left: auto;
  right: 60px;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/**************** Banner ****************/
/**************** smart-img-sec ****************/

.smart-img-sec .smart-syllabus-home,
.smart-img-sec .smart-fee-home,
.smart-img-sec .smart-home-admission {
  position: relative;
}

.smart-img-sec .smart-syllabus-home::before,
.smart-img-sec .smart-fee-home::before,
.smart-img-sec .smart-home-admission::before {
  background-color: rgba(255, 204, 1, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.smart-img-sec .smart-fee-home::before {
  background-color: rgba(13, 80, 151, 0.8);
}

.smart-img-sec .smart-home-admission::before {
  background-color: rgba(213, 24, 31, 0.8);
}

.smart-syllabus-home .vc_column-inner,
.smart-fee-home .vc_column-inner,
.smart-home-admission .vc_column-inner {
  overflow: hidden;
  padding: 40px 40px 70px;
}

.smart-syllabus-home .vc_column-inner .wpb_wrapper,
.smart-fee-home .vc_column-inner .wpb_wrapper,
.smart-home-admission .vc_column-inner .wpb_wrapper {
  position: relative;
  text-align: center;
  z-index: 1;
}

.smart-img-sec .icon {
  background-image: url("../images/sprite.png");
  background-position: 0 -208px;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
  display: block;
  height: 90px;
  margin: 0 auto 15px !important;
  width: 90px;
}

.smart-img-sec .icon2 {
  background-position: 0 -318px;
}

.smart-img-sec .icon3 {
  background-position: 0 -428px;
}

.smart-img-sec .smart-syb-head {
  color: #fff;
  font-size: 36px;
}

.smart-img-sec .wpb_content_element>.wpb_wrapper {
  min-height: 86px;
}

.smart-img-sec .wpb_wrapper>p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.smart-img-sec .smart-sylla-btn {
  bottom: -105px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  height: 80px;
  padding: 0;
  text-indent: -9999px;
  position: relative;
  width: 80px;
}

.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern::before,
.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -30px;
  width: 2px;
}

.smart-img-sec .smart-fee-home .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern::before,
.smart-img-sec .smart-fee-home .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern::after {
  background-color: #d5181f;
}

.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern::after {
  height: 2px;
  width: 20px;
}

.smart-img-sec .smart-fee-home .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern {
  background-color: #FFCC01;
}

.smart-img-sec .smart-home-admission .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern {
  background-color: #0D5097;
}

.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern:hover,
.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern:focus {
  background-color: #fff !important;
}

.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern:hover::before,
.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern:hover::after,
.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern:focus::before,
.smart-img-sec .smart-sylla-btn .vc_general.vc_btn3.vc_btn3-style-modern:focus::after {
  background-color: #333 !important;
}

/**************** smart-img-sec ****************/
/**************** smart-abt-sec ****************/

h1:not(.site-title)::before,
h2::before {
  display: none;
}

html body .smart-main-head {
  color: #0c5192;
  font-size: 36px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}

html body .smart-main-head::before {
  background-color: #d6d6d6;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 187px;
}

html body .smart-main-head::after {
  background-color: #d5181f;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}

html body .smart-main-head b {
  color: #d4181f;
  font-weight: normal;
}

.smart-abt-sec .smart-main-head::before {
  right: auto;
  width: 100%;
}

.smart-abt-sec .smart-main-head::after {
  right: auto;
}

.smart-abt-content .wpb_wrapper>p b {
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  display: block;
}

.smart-abt-content .wpb_wrapper>p {
  margin-bottom: 15px !important;
}

.mobile-view {
  display: none;
}

.smart-abt-right .wpb_video_widget .wpb_video_wrapper {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 426px;
  overflow: hidden;
  padding: 0;
}

.smart-abt-left .vc_btn3-container {
  margin-bottom: 0;
}

/**************** smart-abt-sec ****************/
/**************** smart-gallery-sec ****************/

.smart-gallery-sec.section-gapping {
  background-color: #eeeeee;
}

.smart-gallery-sec .smart-yellow-btn {
  margin: 20px 0 0;
  text-align: center;
  width: 100%;
}

.smart-gallary-image {
  margin: 0 -15px;
}

.smart-gallary-image .smart-box {
  float: left;
  padding: 15px;
  width: 25%;
}

.smart-gallary-image .smart-img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 270px;
}

.download-image a.image-download {
  background-color: #d5181f;
  border: medium none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: table;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  margin: 10px auto;
}

.download-image a.image-download:hover {
  background-color: #FFCC01;
  color: #333
}

.smart-gallary-image .smart-img a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.smart-gallary-image .smart-img a::before {
  background-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.smart-gallary-image .smart-img .smart-empty-gal {
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  height: 40px;
  left: 0;
  margin: auto !important;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 40px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.smart-gallary-image .smart-img .smart-empty-gal::before,
.smart-gallary-image .smart-img .smart-empty-gal::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 22px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 1;
}

.smart-gallary-image .smart-img .smart-empty-gal::after {
  height: 1px;
  width: 22px;
}

.smart-gallary-image .smart-img a:hover::before,
.smart-gallary-image .smart-img a:hover .smart-empty-gal {
  visibility: visible;
  opacity: 1;
}

.smart-gallary-image .smart-img .smart-empty-gal:hover {
  background-color: #ffcc01;
  border-color: #ffcc01;
}

.smart-gallary-image .smart-img a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.smart-img .smart-gallery-name {
  bottom: 15px;
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  font-size: 18px;
  right: 0;
  text-align: center;
  z-index: 1;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.smart-img:hover .smart-gallery-name {
  bottom: 30px;
}

.smart-gallery-namefull {
  display: none;
}

.fancybox-margin {
  margin-right: auto !important;
  overflow: hidden !important;
}

/**************** smart-gallery-sec ****************/
/**************** smart-process-sec ****************/

.smart-process-sec.section-gapping {
  background-image: url("../images/process-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.smart-process-sec.section-gapping::before {
  background-color: rgba(213, 24, 31, 0.8);
  bottom: 0;
  content: "";
  display: block !important;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.smart-Infra-btn {
  color: #fff;
  font-size: 26px;
  line-height: 120%;
}

.smart-process-sec .wpb_single_image {
  border: 2px solid #eeeeee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 106px;
  margin: 0 auto 20px;
  position: relative;
  width: 106px;
}

.smart-process-sec .wpb_single_image figure img {
  bottom: 0;
  left: 0;
  margin: auto !important;
  position: absolute;
  right: 0;
  top: 0;
}

/**************** smart-process-sec ****************/
/**************** smart-news-sec ****************/

.smart-news-sec .smart-main-head::before,
.smart-news-sec .smart-main-head::after {
  display: none;
}

.smart-home-news>.vc_column-inner>.wpb_wrapper,
.smart-home-notice>.vc_column-inner>.wpb_wrapper {
  border: 1px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.smart-news-sec .smart-main-head {
  border-bottom: 1px solid #cccccc;
  font-size: 32px;
  margin-bottom: 0;
  padding: 15px 20px;
}

.smart-news_post,
.smart-notices_post {
  margin: 0 25px;
}

.smart-news_post .smart-single-news,
.smart-notices_post .smart-box {
  border-bottom: 1px solid #dddddd;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 12px 0 12px 25px;
  position: relative;
}

.smart-news_post .smart-single-news::before,
.smart-notices_post .smart-box::before {
  color: #0c5192;
  content: "\f178";
  font-family: fontawesome;
  left: 0;
  position: absolute;
}

.smart-single-news .recent-date,
.smart-box .recent-date {
  color: #0c5192;
  float: right;
}

.smart-home-news .smart-yellow-btn,
.smart-home-notice .smart-yellow-btn {
  margin: 15px 0 !important;
}

/**************** smart-news-sec ****************/
/**************** Footer ****************/

footer.site-footer {
  background-color: #0c5194;
}

footer.site-footer .myfooter-2 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.myfooter-2 .widget {
  float: left;
  padding: 0 25px;
  width: 32%;
}

.myfooter-2 .widget:first-child {
  padding-left: 0;
  width: 36%;
}

.myfooter-2 .widget:nth-child(2) {
  padding: 0 40px;
}

/**---------------**/
/**28-12-2023**/
.myfooter-2 .widget:last-child {
  padding-right: 0;
  float: right;
}

/**28-12-2023**/
/**---------------**/
.myfooter-2 .widget-title {
  color: #fff;
  font-size: 26px;
  padding-bottom: 15px;
  position: relative;
}

.myfooter-2 .widget-title::before {
  background-color: rgba(254, 254, 254, 0.1);
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.myfooter-2 .widget-title::after {
  background-color: #d5181f;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}

.menu-footer-menu-container ul.menu li {
  margin: 0 !important;
  width: 50%;
  float: left;
}

.menu-footer-menu-container ul.menu li a {
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  padding-left: 13px;
  position: relative;
  white-space: pre;
}

.menu-footer-menu-container ul.menu li a::before {
  color: #ffcc00;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 10px;
  line-height: 0;
}

.menu-footer-menu-container ul.menu li a:hover,
.menu-footer-menu-container ul.menu li.current_page_item a,
.menu-footer-menu-container ul.menu li.current-menu-parent a,
.menu-footer-menu-container ul.menu li.current-page-ancestor a {
  color: #ffcc00;
}

.menu-footer-menu-container ul.menu li.menu-item-has-children .new-div>a::after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 6px;
}

.menu-footer-menu-container ul.menu li .sub-menu {
  background-color: #ffcc01;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: none;
  position: absolute;
  padding: 0 0 5px;
  top: 100%;
  width: 250px;
  z-index: 1;
}

.menu-footer-menu-container ul.menu li .new-div {
  display: table;
}

.menu-footer-menu-container ul.menu li .new-div:hover .sub-menu {
  display: block;
}

.menu-footer-menu-container ul.menu li .sub-menu li {
  padding: 0 15px;
  width: 100%;
}

.menu-footer-menu-container ul.menu li .sub-menu li a,
.menu-footer-menu-container ul.menu li .sub-menu li a::before {
  color: #333;
}

.menu-footer-menu-container ul.menu li .sub-menu li.current_page_item a,
.menu-footer-menu-container ul.menu li .sub-menu li.current_page_item .new-div a::before,
.menu-footer-menu-container ul.menu li .sub-menu li a:hover,
.menu-footer-menu-container ul.menu li .sub-menu li a:hover::before {
  color: #0c5194;
}

.smart-conact-time li p {
  color: #fff;
  font-size: 15px;
  line-height: 182%;
}

.smart-conact-time li p>span:first-child {
  display: inline-block;
  width: 45%;
}

.table-line {
  margin: 0 10px;
}

.addr-icon>p {
  color: #fff;
  text-align: left;
}

.footer-title {
  color: #ffcc00;
  display: block;
}

.smart-footr-cont .icon a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
}

.smart-footr-cont .icon a:hover {
  color: #ffcc00;
}

.smart-footr-cont ul li.icon {
  margin-bottom: 15px;
  padding-left: 45px;
  position: relative;
}

.smart-footr-cont ul li.icon:last-child {
  margin-bottom: 0;
}

.smart-footr-cont ul li.icon::before {
  background-color: #ffcc01;
  background-image: url("../images/sprite.png");
  background-position: -141px -104px;
  background-repeat: no-repeat;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 35px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 35px;
}

.smart-footr-cont ul li.icon.addr-icon::before {
  bottom: auto;
  top: 3px;
}

.smart-footr-cont ul li.icon.mail-icon::before {
  background-position: -94px -104px;
}

.smart-footr-cont ul li.icon.phone-icon::before {
  background-position: -47px -104px;
}

footer.site-footer .smart-footer {
  background-color: #ffcc01;
  padding: 5px 0;
}

.smart-copy-social .smart-copyright_footer {
  float: left;
  margin: 3px 0;
}

.smart-copyright_footer>li,
.smart-copyright_footer>li a {
  color: #333333;
  font-size: 18px;
  line-height: 160%;
}

.smart-copyright_footer>li a:hover {
  color: #fff;
}

.smart-copy-social .smart-foot-fb {
  float: right;
}

.smart-copy-social .smart-foot-fb a i {
  background-color: #d5181f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  width: 35px;
}

.smart-copy-social .smart-foot-fb a:hover {
  background-color: #0C5194;
}

.top-btn {
  background-color: #ffcc01;
  bottom: 60px;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 99;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.top-btn:hover {
  background-color: #d5181f;
  color: #fff;
}

.top-btn::before {
  content: "\f176";
  font-family: fontawesome;
}

/**************** Footer ****************/
/**************** 404 page ****************/

.error-404.not-found {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

.error-404.not-found small {
  color: #d5181f;
  display: block;
  font-family: "Bree Serif", serif;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 20px;
  -moz-text-shadow: 7px 7px 5px rgba(213, 24, 31, 0.3);
  -webkit-text-shadow: 7px 7px 5px rgba(213, 24, 31, 0.3);
  -ms-text-shadow: 7px 7px 5px rgba(213, 24, 31, 0.3);
  -o-text-shadow: 7px 7px 5px rgba(213, 24, 31, 0.3);
  text-shadow: 7px 7px 5px rgba(213, 24, 31, 0.3);
}

.error-404.not-found .main-title {
  font-size: 30px;
}

.error-404.not-found .grve-subtitle {
  text-align: center;
}

/**************** 404 page ****************/
/**************** enquiry page ****************/

.inner-banner-wrap {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.breadcrumbs {
  background-color: #eeeeee;
  padding: 10px 0;
}

body.home .breadcrumbs {
  display: none;
}

.breadcrumb>li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb>li,
.breadcrumb>li a {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.breadcrumb li:last-child {
  color: #0c5193;
}

.breadcrumb>li a:hover {
  color: #0c5193;
}

.breadcrumb>li::after {
  color: #333;
  content: "\f105";
  display: inline-block;
  font-family: fontawesome;
  margin: 0 10px 0 17px;
}

.breadcrumb>li:last-child::after {
  display: none;
}

.smart-enq-sec form.value_focus .form-field {
  margin-bottom: 15px !important;
  position: relative;
}

.form-field label {
  border: 1px solid #eee;
  left: 16px;
  line-height: 17px;
  padding: 1px 5px;
  pointer-events: none;
  position: absolute;
  top: 12px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.form-field.value_focus label,
.form-field.input_focus label {
  background-color: #fff;
  top: -10px;
}

.smart-enq-sec form.value_focus .form-field-wrap {
  display: table;
  width: 100%;
}

.form-field-wrap .form-field {
  float: left;
  width: 49%;
}

.form-field-wrap .form-field:last-child {
  float: right;
}

.smart-enq-sec form.value_focus {
  margin: 0 auto;
  max-width: 850px;
}

.form-field-wrap.form-field-message .form-field {
  width: 100%;
}

.form-field-wrap .smart-recapcha {
  display: table;
  margin: 0 auto 15px !important;
}

.smart-con-btn.smart-yellow-btn {
  display: table;
  margin: 0 auto;
  position: relative;
}

.smart-con-btn.smart-yellow-btn .ajax-loader {
  bottom: 0;
  margin: auto !important;
  position: absolute;
  right: -20px;
  top: 0;
}

body form input.wpcf7-not-valid:not([type="submit"]),
body form textarea.wpcf7-not-valid {
  border-color: #ff0000 !important;
}

.smart-recapcha .wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: center;
}

.smart-recapcha.error-cap iframe {
  border: 1px solid #ff0000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

body span.wpcf7-not-valid-tip {
  font-size: 14px;
}

/**************** enquiry page ****************/
/**************** contact page ****************/

.contact-page-list {
  margin: 70px -15px 0;
}

.contact-page-list .icon {
  display: table-cell;
  height: 200px;
  padding: 0 15px;
  width: 33.33%;
}

.contact-page-list .icon .smt-cont-wrap {
  background-color: #ffcc01;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: table;
  padding: 60px 40px 20px;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.contact-page-list .icon .smt-cont-wrap::after {
  background-image: url("../images/sprite.png");
  background-position: 0 -537px;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 152px;
  margin: auto;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
  width: 103px;
  z-index: -1;
}

.contact-page-list .icon.phone-icon .smt-cont-wrap::after {
  background-position: 0 -708px;
}

.contact-page-list .icon.email-icon .smt-cont-wrap::after {
  background-position: 0 -880px;
}

.contact-page-list .icon.phone-icon .smt-cont-wrap {
  background-color: #0c5194;
}

.contact-page-list .icon.email-icon .smt-cont-wrap {
  background-color: #d5181f;
}

.contact-page-list .icon .smt-cont-wrap::before {
  background-color: #d5181f;
  border: 5px solid #fff;
  border-radius: 50px;
  color: #fff;
  content: "\f041";
  font-family: fontawesome;
  font-size: 36px;
  height: 75px;
  left: 0;
  line-height: 65px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -40px;
  width: 75px;
}

.cont-icon h4 {
  display: none;
}

.smart-coninnner-wrap .footer-title,
.smart-coninnner-wrap h4 {
  color: #333333;
  font-family: "Bree Serif", serif;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 10px;
}

.contact_page_address {
  color: #333;
  font-size: 16px;
  line-height: 160%;
}

.smart-coninnner-wrap h4 {
  color: #ffcc00;
}

.smart-coninnner-wrap a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.smart-coninnner-wrap a:hover {
  color: #ffcc00;
}

.smart-con-mailtwo>a {
  font-weight: normal;
}

.contact-page-list .icon.phone-icon .smt-cont-wrap::before {
  background-color: #ffcc01;
  color: #333;
  content: "\f095";
}

.contact-page-list .icon.email-icon .smt-cont-wrap::before {
  background-color: #0C5194;
  content: "\f0e0";
}

/**************** contact page ****************/
/**************** overview page ****************/

.smart-abt-left .smart-over-b {
  margin-bottom: 15px;
}

.smart-overview-sec .smart-abt-left {
  margin-top: 30px;
  padding-left: 15px;
}

.smart-vision-head,
.smart-teaching-head {
  color: #0c5192;
  font-size: 26px;
}

.smart-mission-sec .container {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.smart-mission-sec .container:last-child {
  border-bottom: 0px solid #dddddd;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.smart-mission-sec .container .vc_col-sm-3 .wpb_single_image,
.smart-teaching-image {
  background-color: #eeeeee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.smart-mission-sec .container .vc_col-sm-3 .wpb_single_image img,
.smart-teaching-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.smart-mission-sec .container .vc_col-sm-3 {
  width: 15%;
}

.smart-mission-sec .container .vc_col-sm-9 {
  width: 85%;
}

/**************** overview page ****************/
/**************** founding-committee page ****************/

.smart-founding-row .container,
.smart-award-wrap .smart-newsp-box {
  border-bottom: medium none;
  display: table;
  margin-bottom: 35px;
  padding-bottom: 0 !important;
  width: 100%;
}

.smart-founding-row .container:last-child,
.smart-award-wrap .smart-newsp-box:last-child {
  margin-bottom: 0;
}

.smart-founding-row .container .wpb_column,
.smart-teaching-wrap .smart-teaching-image,
.smart-teaching-wrap .smart-teaching-data {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 25%;
}

.smart-founding-row .container .wpb_column:last-child,
.smart-teaching-wrap .smart-teaching-data {
  width: 75%;
}

.smart-founding-row .container .wpb_column .wpb_single_image,
.smart-teaching-image {
  background-color: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 314px;
  width: auto;
}

/**************** founding-committee page ****************/
/**************** facilities page ****************/

.smart-facility-sec .container {
  margin-bottom: 30px !important;
}

.smart-facility-sec .container:last-child {
  margin-bottom: 0px !important;
}

.smart-facility-sec .container .wpb_single_image {
  float: left;
  margin: 30px auto 0 !important;
  padding: 0 15px;
  width: 33.33%;
}

.smart-facility-sec .container .wpb_single_image .vc_single_image-wrapper {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 370px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.smart-facility-sec .container .wpb_single_image figure {
  display: block;
  width: 100%;
}

.smart-facility-sec .container .wpb_single_image .vc_single_image-wrapper img {
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.smart-facility-sec .wpb_text_column,
.smart-facility-sec .smart-vision-head {
  padding: 0 15px;
}

.smart-facility-sec .container>.vc_col-sm-12>.vc_column-inner {
  padding: 0;
}

/**************** facilities page ****************/
/**************** News-events page ****************/

.smart-newsp-sec .container .vc_col-sm-2 {
  float: right;
  width: 32%;
}

.smart-newsp-sec .container .vc_col-sm-10 {
  width: 68%;
}

.smart-newsp-sec ul>.smart-newsp-box {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
}

.smart-newsp-date {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.smart-newsp-date::before {
  color: #0c5192;
  content: "\f073";
  font-family: fontawesome;
}

.smart-newsp-date>b {
  color: #0c5192;
  display: none;
  font-family: "Bree Serif", serif;
  font-size: 18px;
  font-weight: normal;
}

.smart-newsp-head {
  color: #333333;
  font-size: 18px;
  margin-bottom: 5px;
}

.smart-news-attach {
  color: #0c5192;
  font-family: "Bree Serif", serif;
  font-size: 18px;
  line-height: 100%;
}

.smart-news-attach a {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.smart-news-attach a:hover {
  color: #D5181F;
}

.smart-newsp-sec .container .vc_col-sm-2>.vc_column-inner>.wpb_wrapper,
.left-sidebar .smart-syll-wrap {
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.smart-newsp-sec .smart-cat-head {
  background-color: #0c5192;
  color: #fff;
  font-size: 20px;
  line-height: 49px;
  margin: 0;
  padding: 0 20px;
}

.smart-newsp-sec .vc_col-sm-2 ul li {
  display: block;
  width: 100%;
}

.smart-newsp-sec .vc_col-sm-2 ul li a,
.smart-syll-wrap .smart-syll-box>* {
  border-bottom: 1px solid #ccc;
  color: #333333;
  display: block;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  padding: 7px 5px 7px 35px;
  position: relative;
}

.smart-newsp-sec .vc_col-sm-2 ul li:last-child a,
.smart-syll-wrap .smart-syll-box:last-child>* {
  border-bottom: 0px solid #ccc;
}

.smart-newsp-sec .vc_col-sm-2 ul li a::before,
.smart-syll-wrap .smart-syll-box>*::before {
  content: "\f105";
  font-family: fontawesome;
  left: 20px;
  position: absolute;
}

.smart-newsp-sec .vc_col-sm-2 ul li a:hover,
.smart-newsp-sec .vc_col-sm-2 ul li.active a,
.smart-syll-wrap .smart-syll-box>*:hover,
.smart-syll-wrap .smart-syll-box.active>* {
  background-color: #D5181F;
  color: #fff;
}

.smart-syll-wrap .smart-syll-box>*:hover,
.smart-syll-wrap .smart-syll-box.active>* {
  background-color: #0C5192;
}

.smart-newsp-box img {
  margin-bottom: 15px;
}

.smart-gallery-pag {
  margin-top: 30px;
  text-align: center;
}

.smart-gallery-pag .pagination>* {
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.smart-gallery-pag .pagination>*:hover,
.smart-gallery-pag .pagination>*.current {
  background-color: #D5181F;
  border-color: #D5181F;
  color: #fff;
}

.smart-gallery-pag .smart-pag-next,
.smart-gallery-pag .smart-pag-priv,
.smart-gallery-pag .pagination {
  display: inline-block;
}

.smart-gallery-pag .smart-pag-next a,
.smart-gallery-pag .smart-pag-priv a {
  font-size: 18px;
}

.smart-gallery-pag .smart-pag-next a:hover,
.smart-gallery-pag .smart-pag-priv a:hover {
  color: #D5181F;
}

.smart-gallery-pag .smart-pag-next a::after {
  content: "\f101";
  font-family: fontawesome;
  margin-left: 3px;
}

.smart-gallery-pag .smart-pag-priv a::before {
  content: "\f100";
  font-family: fontawesome;
  margin-right: 3px;
}

.smart-newsp-wrap,
.smart-award-wrap {
  position: relative;
}

.smart-loader {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.smart-loader::after {
  border: 3px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-top: 3px solid #D5191F;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/**************** News-events page ****************/
/**************** Teaching-staff page ****************/

.smart-teaching-sub {
  color: #d5181f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.smart-teaching-sub>span {
  color: #333;
  font-size: 20px;
  margin-right: 5px;
}

.smart-teaching-wrap .smart-teaching-data {
  padding-left: 30px;
  width: 65%;
}

.smart-teaching-data .smart-teaching-head {
  margin-bottom: 5px;
}

/**************** Teaching-staff page ****************/
/**************** Admission-process page ****************/

.smart-admissionp-sec .wpb_single_image {
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
  width: 45%;
}

.smart-admissionp-sec .wpb_text_column {
  margin-bottom: 15px;
}

.smart-admissionp-sec .wpb_text_column:last-child {
  margin-bottom: 0;
}

.smart-admissionp-sec .wpb_single_image * {
  width: 100%;
}

.smart-admissionp-sec .wpb_single_image figure img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 425px;
  width: 100%;
}

.smart-admissionp-sec .wpb_text_column b {
  color: #333333;
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}

/**************** Admission-process page ****************/
/**************** Fee-structure page ****************/

.table-responsive {
  border: 1px solid #dddddd;
  overflow-x: auto;
}

.table-responsive table {
  border: medium none;
}

table thead th {
  border-color: #ddd;
  color: #333333;
  font-family: "Bree Serif", serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  padding: 15px 5px;
  text-align: center;
  white-space: pre;
}

table tbody td {
  border-color: #ddd;
  color: #333;
  font-size: 16px;
  padding: 15px 5px;
  text-align: center;
  white-space: pre;
}

table thead th:first-child {
  white-space: pre;
}

table thead th span {
  display: block;
  font-size: 14px;
  white-space: pre;
}

table thead th span.head-icon,
table thead th span.class-icon {
  float: left;
  font-size: 18px;
}

table thead th span.head-icon {
  margin-left: 15px;
  margin-top: 30px;
}

table thead th span.class-icon {
  float: right;
  margin-top: -20px;
}

table thead th span.head-icon::after {
  content: "\f175";
  font-family: fontawesome;
  margin-left: 4px;
}

table thead th span.class-icon::after {
  content: "\f178";
  font-family: fontawesome;
  margin-left: 2px;
  vertical-align: middle;
}

table thead th:nth-child(2) {
  max-width: 200px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
  width: 200px;
}

table tbody td:nth-child(2) {
  white-space: normal;
}

table thead th:nth-child(2)::before {
  border-top: 1px solid #ddd;
  content: "";
  left: -7px;
  position: absolute;
  right: 0;
  top: 25px;
  height: 0px;
  -moz-transform: rotate(-158deg);
  -webkit-transform: rotate(-158deg);
  -ms-transform: rotate(-158deg);
  -o-transform: rotate(-158deg);
  transform: rotate(-158deg);
  width: 113%;
  bottom: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  table thead th:nth-child(2)::before {
    left: -11px;
    top: 42px;
  }

}

@media all and (-ms-high-contrast:none) {
  table thead th:nth-child(2)::before {
    left: -11px;
    top: 42px;
  }

  *::-ms-backdrop,
  table thead th:nth-child(2)::before {
    left: -11px;
    top: 42px;
  }
}

/**************** Fee-structure page ****************/
/**************** Syllabus-details page ****************/

.left-sidebar {
  float: left;
  margin-bottom: 20px;
  width: 28%;
}

.right-tab-content {
  float: right;
  width: 69%;
}

.smart-show-quality .accordion-toggle {
  background-color: #ffcc01;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  color: #333333;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 15px 65px 15px 25px;
  position: relative;
}

.smart-show-quality .accordion-toggle.active {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.smart-show-quality .accordion-toggle::before {
  background-color: #d5181f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  content: "\f067";
  font-family: fontawesome;
  height: 32px;
  line-height: 33px;
  margin: auto;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: 32px;
}

.smart-show-quality .accordion-toggle:hover::before,
.smart-show-quality .accordion-toggle.active::before {
  background-color: #0C5192;
}

.smart-show-quality .accordion-toggle.active::before {
  content: "\f068";
}

.accordion-content.default {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: none;
  margin-bottom: 20px;
  margin-top: -30px;
  padding: 30px 20px 15px;
}

.smart-show-quality .accordion-toggle.active+.accordion-content.default {
  display: block;
}

.vc_custom_heading.smart-fac-head {
  color: #d5181f;
  font-size: 30px;
  margin-top: 20px;
}

.smart-sylbusfac-content ul li {
  color: #333;
  float: left;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  width: 50%;
}

.smart-sylbusfac-content ul li::before {
  background-color: #d5181f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}


/**************** Syllabus-details page ****************/

.smart-admissenq-sec .form-wrap {
  display: flex;
  margin-bottom: 20px;
}

.smart-adm-middle.field-wrap {
  margin: 0 20px;
}



/*********************14-4-2020 dmission-enquiry****************************************/



.smart-admissenq-sec .field-wrap:last-child {
  margin-right: 0;
}

.smart-admissenq-sec .smart-adm-middle.field-wrap {
  margin-left: 0 !important;
}

.smart-admissenq-sec .field-wrap {
  display: inline-block;
  width: 33%;
  margin-right: 20px;
  position: relative;
}

.smart-admissenq-sec input[type="radio"] {
  height: 20px;
  display: inline-block;
  width: 20px !important;
  vertical-align: middle;
  margin-right: 10px;
}

.smart-admissenq-sec .smart-adm-gender span.wpcf7-list-item.last {
  margin-left: 50px;
}

.smart-admissenq-sec .smart-adm-gender span.wpcf7-list-item-label,
.smart-admissenq-sec .smart-adm-medium.field-wrap label {
  font-size: 14px;
  line-height: 120%;
  color: #333333;
}

.smart-admissenq-sec h2.smart-admcon-head {
  font-size: 26px;
  line-height: 160%;
  color: #0C5192;
}

.smart-admissenq-sec label {
  position: absolute;
  left: 22px;
  display: inline;
  float: none;
  width: auto;
  color: #333333;
  margin: 0;
  padding: 0px 9px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  top: 10px;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  pointer-events: none;
  z-index: 1;
}

.smart-admissenq-sec label em {
  color: #ff0000;
  font-style: normal;
}

.smart-admissenq-sec .input_focus>label,
.smart-admissenq-sec .value_focus>label {
  top: -11px;
  background: #fff;
  font-size: 13px;
  padding: 0;
  left: 30px;
  padding: 6px 9px;
  line-height: 1;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  transition: all .5s ease;
}

.smart-adm-birth.field-wrap:before {
  content: " ";
  position: absolute;
  right: 18px;
  top: 10px;
  left: auto;
  width: 23px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(../images/cal.fw.png);
  z-index: 2;
}

.step3 .smart-adm-prvschool.field-wrap {
  width: 50.50%;
  margin-right: 43px !important;
}

.smart-adm-medium.field-wrap {
  width: 49.50%;
}

.smart-adm-medium.field-wrap label {
  position: relative;
  left: 0;
}

.smart-space-wrap span.wpcf7-list-item-label {
  vertical-align: middle;
  font-size: 14px;
  line-height: 160%;
}

.smart-admissenq-sec .smart-adm-medium.field-wrap label {
  position: relative;
}

.step4 .smart-adm-prvschool.field-wrap,
.step5,
.step6 {
  width: 100% !important;
  display: block !important;
}

.smart-admissenq-sec .form-wrap.step4,
.smart-space-wrap.smart-sib {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.smart-admissenq-sec .form-wrap.step5 .field-wrap {
  width: 49%;
  float: left;
}

.smart-admissenq-sec .form-wrap.step5 .field-wrap+.field-wrap,
.smart-admissenq-sec .smart-sib .form-wrap:last-child {
  float: right;
}

.smart-admissenq-sec .form-wrap.step5 {
  display: table !important;
}

.smart-admissenq-sec .smart-sib .form-wrap.step-4-2 {
  width: 100%;
}

.smart-admissenq-sec .smart-sib .form-wrap {
  display: block;
  float: left;
  width: 47%;
  position: relative;
}

h2.smart-sib-head {
  color: #333;
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.smart-space-wrap.smart-sib .form-wrap .field-wrap,
.smart-admissenq-sec .smart-enq-media .field-wrap {
  width: 100%;
  margin: 0 0 20px !important;
}

.smart-admissenq-sec .smart-sib .form-wrap.smart-sibone-data::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -40px;
  background-image: url(../images/sprite.png);
  background-position: -165px -304px;
  background-repeat: no-repeat;
  width: 9px;
  height: 282px;
}

.smart-space-wrap .radio-btn label {
  position: relative;
  display: inline-block;
  padding-left: 0;
  left: 0;
  top: 2px;
  vertical-align: middle;
}

.smart-admissenq-sec .smart-sib .radio-btn .first {
  margin-left: 0;
}

.smart-space-wrap.smart-sib {
  display: table;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.wpcf7-checkbox span.wpcf7-list-item.first {
  margin-left: 0;
}

.smart-enq-media input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.smart-space-wrap .submit-btn {
  position: relative;
  display: table;
  margin-top: 15px;
}

.submit-btn span.ajax-loader {
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto !important;
}

.smart-space-wrap .submit-btn input[type="submit"] {
  background-color: #FFCC01;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-align: center;
  width: 140px;
  color: #333;
  border-radius: 50px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.smart-space-wrap .submit-btn input[type="submit"]:hover {
  background-color: #0C5192;
  color: #fff;
}

span.wpcf7-list-item.first {
  margin-left: 0;
}

.smart-admissenq-sec .form-wrap.smart-con-recaptcha {
  display: table;
}

.section-gapping.smart-admissenq-sec {
  padding-left: 0;
  padding-right: 0;
}

.wp-video {
  width: 100% !important;
  margin-bottom: 15px;
}

.wp-video .mejs-video {
  height: 500px !important;
}

.wp-video .mejs-video video {
  height: 100% !important;
}



/*************************8-5-2020************************/
.smart-comingsoon {
  min-height: 485px;
  color: #333333 !important;
}

.all-img {
  text-align: center;
}

.all-img .all-lockimg1 {
  display: inline-block;
  width: 32%;
}

.smart-admissionp-sec ul,
.smart-teachingpage-sec ul {
  margin-bottom: 10px;
}

.smart-admissionp-sec ul li,
.smart-teachingpage-sec ul li {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 160%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.smart-admissionp-sec ul li::before,
.smart-teachingpage-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #000;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.facilities-sec .wpb_single_image * {
  width: 100%;
}

.smart-pre-scoolsec .vc_col-sm-6:first-child .vc_column-inner {
  padding-left: 0;
}

.smart-pre-scoolsec .vc_col-sm-6:last-child .vc_column-inner {
  padding-right: 0;
}

.smart-pre-scoolsec .vc_col-sm-6 .mobile-view {
  margin-bottom: 15px;
}

.smart-primary-sec .smart-admissionp-sec ul li {
  float: left;
  width: 50%;
}

.facilities-sec .container>.vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}

.notice-sec-list {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.smart-primary-sec.section-gapping {
  padding-top: 0 !important;
}

.virtual-content-wrap .product-list {
  background-color: #fff;
  /*box-shadow: 0 0 24px rgba(0,0,0,.15);
-moz-box-shadow: 0 0 24px rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 24px rgba(0,0,0,.15);
-ms-box-shadow: 0 0 24px rgba(0,0,0,.15);
-o-box-shadow: 0 0 24px rgba(0,0,0,.15);*/
  border: 1px solid #ccc;
  border-radius: 10px;
}

.virtual-content-wrap .product-list>li {
  margin: 0;
  padding: 9px 20px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  border-radius: 0px;
}

.virtual-content-wrap .product-list>li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}

.virtual-content-wrap .product-list>li:first-child {
  border-radius: 10px 10px 0px 0px;
}

.virtual-content-wrap .product-list>li.active,
.virtual-content-wrap .product-list>li:hover {
  background-color: #0C5192;
  border-bottom-color: #0C5192;
}

.smart-virtual-cat>a {
  display: block;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 160%;
  color: #535353;
  position: relative;
  padding-left: 19px;
}

.smart-virtual-cat>a::before {
  position: absolute;
  content: '\f105';
  display: block;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  margin: auto;
  font-family: fontawesome;
  color: #333;
  font-size: 18px;
}

.virtual-content-wrap .product-list>li.active a,
.virtual-content-wrap .product-list>li:hover a,
.virtual-content-wrap .product-list>li.active a::before,
.virtual-content-wrap .product-list>li:hover a::before {
  color: #fff;
}

.smart-virtual-leftside {
  padding-left: 5px;
}

ul.smart-virtual-leftside>li {
  margin: 0;
  font-family: Poppins;
  padding: 15px 25px;
  position: relative;
  /*box-shadow: 0 0 24px rgba(0,0,0,.15);
-moz-box-shadow: 0 0 24px rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 24px rgba(0,0,0,.15);
-ms-box-shadow: 0 0 24px rgba(0,0,0,.15);
-o-box-shadow: 0 0 24px rgba(0,0,0,.15);*/
  margin-bottom: 25px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  border: 1px solid #ccc;
}

ul.smart-virtual-leftside>li a {
  color: #333;
}

ul.smart-virtual-leftside>li a:hover {
  color: #0157a0;
}

.virtual-content-wrap .smart-loader {
  background: transparent;
}

.virtual-content-wrap .smart-loader::after {
  border-color: #ccc;
  border-top: 3px solid #D5191F;
}

*,
*:after,
*:before {
  -webkit-tap-highlight-color: transparent;
}

/*

font-family: 'Poppins', sans-serif;
font-family: 'Bree Serif', serif;

*/

.smart-copy-social .smart-div-social {
  display: inline-block;
  margin: 0 5px;
  float: left;
}



/*=====================9-11-2023=====*/
span#ageResult {
  font-size: 13px;
  position: absolute;
  line-height: 16px;
  left: 0;
  right: 0;
  bottom: -16px;
}

.smart-admissenq-sec label {
  top: 10px;
}

/*========================04-10-2023==============*/

/*29-09-2023========================*/
.extra-class-for-events .vc_column-inner {
  height: 100%;
}

ul.category-listing li.category-item a {
  font-size: 12px;
  line-height: 20px;
  padding-left: 50px;
  position: relative;
  display: table;
  margin-top: 10px;
}

ul.category-listing li.category-item a:before {
  content: "\f178";
  position: absolute;
  font-family: fontawesome;
  height: 20px;
  width: 25px;
  top: 0;
  bottom: 0;
  left: 26px;
  right: 0;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #0C5193;
}

body div#primary .home-main-six {
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100%;
}

.home-main-six .wpb_column.vc_column_container.vc_col-sm-12 {
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;
  padding: 0 15px;
}

html body .second-box .smart-main-head {
  padding-left: 60px;
  padding-right: 60px;
}

.last-section .vc_column-inner {
  background-color: #FFCC01 !important;

}

.fifth-section .vc_column-inner {
  background-color: #00FFFF !important;
}

.fourth-section .vc_column-inner {
  background-color: #FFFFFF !important;
}

.all-posts ul.posts-ul li.post-listing a:before {
  color: #0c5192;
  content: "\f178";
  font-family: fontawesome;
  left: -33px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

.all-posts ul.posts-ul li.post-listing a {
  font-size: 16px;
  line-height: 56px;
  border-bottom: 1px solid #000000;
  color: #000000;
  position: relative;
}

div#content.site-content .container.jalaram-shera-content {
  display: flex;
  margin: 86px auto 85px auto;
}

.posts-container-left {
  width: 33.6%;
  max-width: 390px;
  padding: 55px;
  border-radius: 25px;
  background: rgba(12, 81, 146, 0.05);
}

.follow-us {
  width: 66.4%;
  padding-left: 30px;
}

.follow-us .smart-gallary-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
  margin: 0;
}

.gallery-section .smart-gallary-image .smart-box {
  width: 100%;
  max-width: 280px;
  padding: 0;
}

.follow-us header.entry-header {
  margin: 0;
}

.gallery-section h2.vc_custom_heading.smart-main-head {
  text-align: left !important;
  display: table;
  margin: 40px auto 40px;
}

html body .follow-us .smart-main-head::after {
  left: 0;
  right: auto;
}

html body .follow-us .smart-main-head::before {
  left: 0;
  right: auto;
}

html body .follow-us div#primary .smart-main-head::before {
  top: auto;
  width: 100%;
  max-width: 187px;
  height: 1px;
  background-color: #d6d6d6;
  margin: auto;
}

div#primary .entry-content {
  padding: 0;
  margin: 0;
}

div#primary .entry-content p {
  margin-top: 23px;
}

div#primary h2.entry-title.smart-main-head {
  text-align: left !important;
}

.council-section.section-gapping .smart-home-news.main-wrpr .wpb_wrapper {
  border: 0;
}

.council-section.section-gapping .smart-home-news.main-wrpr .wpb_wrapper .council-items-list .council-unique-section {
  border: 1px solid #cccccc;
  padding: 0px 0px 27px 14px;
  border-radius: 10px;
}

.council-section.section-gapping .smart-home-news.main-wrpr .smart-news-sec .smart-main-head {
  border: 1px solid #cccccc;

}

.council-section.section-gapping .smart-home-news.main-wrpr h2.council-title.smart-main-head {
  border: 0;
}

.council-section.section-gapping .council-unique-section ul.council-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 0 50px;
  grid-gap: 0 30px;
}

.council-section.section-gapping .council-unique-section ul.council-list li.council-item a {
  font-size: 12px;
  line-height: 30px;
  color: #000;
  position: relative;
  cursor: pointer;
  height: auto;
  width: max-content;
}

.council-section.section-gapping .smart-home-news h2.vc_custom_heading.smart-main-head {
  border: 1px solid #cccccc;
  margin-top: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.council-section.section-gapping .smart-home-news .wpb_text_column.wpb_content_element {
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.council-section.section-gapping .smart-home-news ul.smart-notices_post li.smart-box {
  border-bottom: 0;
}

.council-section.section-gapping .council-unique-section ul.council-list li.council-item a:before {
  color: #0c5192;
  content: "\f178";
  font-family: fontawesome;
  left: -29px;
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  font-size: 17px;
}

.single-main-event .breadcrumbs.bread-unique {
  display: none;
}

.literacy-section .entry-meta {
  display: none;
}

div#cer-from-wrap.inner-section-gapping {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
  padding-bottom: 100px;
}

div#cer-from-wrap.inner-section-gapping .main-title h2 {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  color: #d4181f;
  font-size: 36px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

div#cer-from-wrap.inner-section-gapping .main-title h2::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #FF2626;
  margin: 0 auto;
}

div#cer-from-wrap.inner-section-gapping form#loginForm {
  max-width: 550px;
  margin: 60px auto;
  padding: 45px 45px 36px 45px;
  background-color: hsl(0, 0%, 95%);
}

div#cer-from-wrap.inner-section-gapping form#loginForm ul li input:not([type="submit"]) {
  border: 0;
  border-radius: 5px !important;
  box-shadow: 0 0 16px rgba(0, 0, 0, .08);
  color: #333;
  padding: 0 40px 0 20px;
  height: 50px;
  background-color: #ffffff;
}

div#cer-from-wrap.inner-section-gapping form#loginForm ul li .red {
  font-size: 16px;
  color: #525252;
  line-height: 160%;
  font-family: 'Poppins';
  margin: 0 0 8px;
  display: block;
}

div#cer-from-wrap.inner-section-gapping form#loginForm ul li {
  margin: 0 0 25px;
  padding: 0;
  line-height: normal;
  position: relative;
}

div#cer-from-wrap.inner-section-gapping .main-title h2 b {
  color: #0c5192;
}

div#cer-from-wrap.inner-section-gapping form#loginForm ul li:nth-child(2)::before {
  content: "\f073";
  position: absolute;
  right: 20px;
  top: 50px;
  font-size: 18px;
  color: #333;
  font-family: fontawesome;
  bottom: auto;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;

}

div#cer-from-wrap.inner-section-gapping form#loginForm ul li:nth-child(2) input {
  pointer-events: all;
  cursor: pointer;
}

div#cer-from-wrap.inner-section-gapping form#loginForm ul li .btn #btndwntc:hover {
  background-color: #0157A0;
}

div#cer-from-wrap.inner-section-gapping form#loginForm ul li .btn #btndwntc {
  min-width: 133px;
  text-align: center;
  border-radius: 50px;
  background-color: #d4181f;
  color: #fff;
  font-weight: 600;
  font-family: Poppins;
  letter-spacing: normal;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 40px;
  text-transform: uppercase;
  margin-top: 10px;
  position: relative;
}

div#cer-from-wrap.inner-section-gapping form#loginForm p {
  text-align: center;
}

div#cer-from-wrap.inner-section-gapping form#loginForm p.creditials.error {
  color: red;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

pre,
fieldset,
input,
textarea,
table,
table *,
hr {
  border-color: #dcd7ca;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  width: 308px;
}

table thead th:nth-child(2) {
  max-width: 41px !important;
  min-width: 41px !important;

}

body span.ui-datepicker-month,
body span.ui-datepicker-year {
  font-size: 16px;
  padding: 1px 10px 1px 0;
  border: 1px solid #000;
  background-color: #fff;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  padding: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 41px;
  height: 31px;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 16px !important;
  margin: 1px 0;
}

div#cer-from-wrap.inner-section-gapping form#loginForm p.error_msg {
  text-align: left;
  color: red;
}

div#cer-from-wrap.inner-section-gapping form#loginForm ul li .red em {
  color: red;
}

div#cer-from-wrap.inner-section-gapping form#loginForm .btn span.loader {
  font-size: 0;
  position: relative;
}

div#cer-from-wrap.inner-section-gapping form#loginForm .btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

div#cer-from-wrap.inner-section-gapping form#loginForm .btn span:before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  background-image: url('https://www.sjis.org.in/beta/wp-content/uploads/2023/10/ajax-loader.gif');
  top: 8px;
  left: auto;
  width: 17px;
  height: 15px;
  border: none;
  right: -29px;
  background-repeat: no-repeat;
}

.council-section.section-gapping .smart-yellow-btn a.smart-check-btn {
  margin-top: 32px;
}

div#cer-from-wrap.inner-section-gapping form#loginForm .hasDatepicker.error,
div#cer-from-wrap.inner-section-gapping form#loginForm input.error {
  border: 1px solid red !important;
}

div#content.site-content .container.jalaram-shera-content .follow-us .smart-gallary-image .smart-img {
  height: 233px;
}

.all-posts ul.posts-ul li.post-listing a:hover {
  color: #0c5192;
  border-color: #0c5192;
}

body .follow-us .literacy-section h2 b {
  color: #0c5192;
}

.all-posts ul.posts-ul li.post-listing a.match-found {
  color: #d4181f;
  border-color: #d4181f;
}

/*05-10-2023====*/
.inner-section-gapping.smart-infr-sec {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 86px;
}

.skating-title .main-title.inner-page-title h2 {
  text-align: center;
}

.skating-section-gapping {
  padding-top: 30px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.skating-section-gapping .skating-img .vc_box_border_grey {
  width: 100%;
  max-width: 560px;
  height: 425px;
  display: flex;

}

.skating-section-gapping .vc_col-sm-6:first-child {
  width: 53%;
  padding-right: 5%;
  margin-bottom: 30px;
}

.skating-section-gapping .vc_col-sm-6:last-child {
  width: auto;
  float: none;
}

.skating-section-gapping .skating-img figure.wpb_wrapper.vc_figure {
  display: block;
}

.skating-section-gapping .skating-img .vc_box_border_grey img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.skating-side-text .wpb_wrapper p:first-child {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}


/*11-10-2023---*/
.hide-me .council-unique-section li.council-item {
  font-size: 18px;
  padding-left: 0px;
  color: #333333;
}

li.category-item.no-posts {
  font-size: 12px;
  line-height: 30px;
  padding-left: 50px;
  position: relative;
}


li.category-item.no-posts:before {
  content: "\f178";
  position: absolute;
  font-family: fontawesome;
  height: 20px;
  width: 25px;
  top: 1px;
  bottom: 0;
  left: 26px;
  right: 0;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #0C5193;
}

.single-our-event .breadcrumbs.bread-unique {
  display: none;
}

/*.single-main-event  .breadcrumbs.bread-unique, .single-main-event .breadcrumbs {
display: none;
}*/

.council-section.section-gapping .hide-me .council-unique-section ul.council-list {
  display: block;
  padding: 0 0 0 20px;
}



/*issues*/
/*
div#primary .entry .entry-content .vc_row.wpb_row.vc_row-fluid.smart-slider-sec {
max-width: 100%;
}
div#primary .entry .entry-content, .entry .entry-summary {
display: block !important;
width: 100% !important;
max-width: 100% !important;
}


.entry-content .vc_row.wpb_row.vc_row-fluid.smart-slider-sec .vc_column-inner {
padding: 0;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1647343808955.vc_row-has-fill {
max-width: 100%;
padding: 0px !important;
}
*/

/*=================12-10-2023-====================*/

.single-school_event .breadcrumbs.bread-unique {
  display: none;
}

.archive .breadcrumbs.bread-unique {
  display: none;
}

body.archive .follow-us ul.taxonomy-listing,
body.single-school_event .follow-us ul.smart-gallery-image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 23px;
  padding-top: 15px;
}

body.archive .container.jalaram-shera-content .all-posts a,
body.single-school_event .container.jalaram-shera-content .all-posts a {
  font-size: 16px;
  line-height: 56px;
  border-bottom: 1px solid #000000;
  color: #000000;
  position: relative;
}

body.archive .container.jalaram-shera-content .all-posts a:before,
body.single-school_event .container.jalaram-shera-content .all-posts a:before {
  color: #0c5192;
  content: "\f178";
  font-family: fontawesome;
  left: -33px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
}

body.archive .container.jalaram-shera-content .follow-us ul.taxonomy-listing .post-title,
body.single-school_event .container.jalaram-shera-content .follow-us ul.smart-gallery-image .post-title {
  font-size: 18px;
  line-height: 23px;
  font-family: "Bree Serif", serif;
  color: #333333;
  text-align: center;
  padding-top: 8px;
}

body.archive .follow-us ul.taxonomy-listing .post-thumbnail,
body.single-school_event .follow-us ul.smart-gallery-image .smart-img a {
  height: 232px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
}

body header.entry-header {
  display: none;
}

body .container.jalaram-shera-content .all-posts a.match-found {
  color: #d4181f;
  border-color: #d4181f;
}

body.archive .container.jalaram-shera-content .all-posts a:hover,
body.single-school_event .container.jalaram-shera-content .all-posts a:hover {
  color: #0c5192;
  border-color: #0c5192;
}

body.archive .container.jalaram-shera-content .follow-us ul.taxonomy-listing .post-title:hover,
body.single-school_event .container.jalaram-shera-content .follow-us ul.smart-gallery-image .post-title:hover {
  color: #0c5192;
  border-color: #0c5192;
}

body.single-school_event header.entry-header {
  display: block;
}


/************** start 18-10-2023-csss************************************************/

body.single-school_event .video-section h2.smart-main-head {
  text-align: left !important;
}

body.single-school_event .video-container video {
  width: 100%;
  max-width: 100%;
}

body.single-school_event article>header.entry-header,
body.single-school_event article>div,
body.single-school_event .follow-us ul.smart-gallery-image,
body.single-school_event .gallery-section h2.vc_custom_heading.smart-main-head {
  margin-bottom: 20px;
}

body.single-school_event article>footer.entry-footer {
  margin: 0;
}

main#main .admission-guidelines .skating-title {
  margin-bottom: 50px;
}

body.singular .skating-section-gapping .skating-img .vc_box_border_grey {
  max-width: none;
  height: auto;
}

main#main .admission-guidelines .admission-sub-tilte.smart-vision-head {
  margin-top: 24px;
}

main#main .admission-guidelines .Admission-process-steps p {
  margin-bottom: 23px;
}

main#main .admission-guidelines .Admission-process-steps {
  margin-bottom: 40px;
}

main#main .admission-guidelines .Admission-process-steps.content-left {
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

main#main .admission-guidelines .Admission-process-steps.content-left p {
  margin: 0 0 13px;
}

main#main table.criteria-table {
  border-radius: 15px;
  border: 1px solid #EEEEEE;
  border-collapse: separate;
  overflow: hidden;
}

main#main table.criteria-table th {
  border: 0;
  text-align: left;
  background: #0C5192;
  color: #FFF;
  height: 54px;
  padding: 0 35px;
  font-size: 20px;
  font-family: "Bree Serif", serif;
  font-weight: normal;
}

main#main table.criteria-table td {
  border: 1px solid #EEEEEE;
  font-size: 20px;
  text-align: left;
  padding: 10px 35px;
  white-space: normal;
  vertical-align: middle;
  font-weight: 500;
  border-width: 0 0px 1px;
  /* font-family: 'CerebriSansProMedium';*/
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

main#main table.criteria-table tr:last-child td:last-child,
main#main table.criteria-table tr:last-child td:first-child {
  border-bottom: 0;
}

main#main table.criteria-table td:not(:first-child) {
  border-left: 1px solid #EEEEEE;
}

main#main table.criteria-table .nursery-title td {
  background: #FFCC01;
}

main#main table.criteria-table th:not(:first-child) {
  border-left: 1px solid #EEEEEE;
}


/*==============17-10-2023=======================*/

.inner-section-gapping.smart-infr-sec .criteria-table {
  width: 100%;
  max-width: 780px;
  margin-top: 29px;
  margin-bottom: 62px;
}

.inner-section-gapping.smart-infr-sec .main-title.inner-page-title h2.smart-main-head {
  margin-bottom: 36px !important;
}

h2.criteria-sub-title.smart-vision-head.black-color.acceptance-submission {
  font-size: 22px;
  line-height: 35px;
  color: #333333;
  margin-top: 22px;
  margin-bottom: 2px;
}

.acceptance-html ul.acceptance-listing li {
  font-size: 16px;
  line-height: 40px;
}

.acceptance-html ul.acceptance-listing {
  padding-bottom: 33px;
}

h2.criteria-sub-title.smart-vision-head.admission-process {
  padding-top: 40px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li {
  margin: 0 7px;
}

main#main .timing-section-gapping table.criteria-table {
  margin-top: 8px;
  margin-bottom: 0;
}

.admission-guidelines.inner-section-gapping.smart-infr-sec {
  padding-bottom: 71px;
}

.admission-guidelines .timing-section-gapping .table-section-right {
  padding-left: 3px;
}

.admission-guidelines .timing-section-gapping .table-section-left {
  padding-right: 3px;
  float: none;
  margin: 0 auto;
}

main#main .admission-guidelines .criteria-tr.nursery-title td.nursery-title {
  text-align: left;
}

/************** end 18-10-2023-csss************************************************/



/*==================19-10-2023*/
body .smart-copy-social {
  display: flex;
  align-items: center;
}

body .smart-copy-social .smart-foot-fb {
  display: block;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

body .smart-copy-social .smart-foot-fb li {
  margin: 0 7px;
  line-height: 0;
}

/**28-12-2023**/
.slider-section .banner-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px
}

.slider-section .banner-qr {
  margin-right: 235px;
}

/**28-12-2023**/
.slider-section .banner-btn-wrapper .smart-red-btn {
  margin-left: 10px;
  margin-right: 10px;
}

div#mvcwid h3,
div#wpsvccount,
div#wpsvcattribution {
  display: none;
}

.visitor-counter div#wpsvctotal {
  display: block;
}

.visitor-counter {
  margin: 0 0 0 auto;
}

.visitor-counter div#wpsvctotal {
  color: #333333 !important;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
}

.visitor-counter {
  width: 30%;
}

/*================18-10-2023======*/
.video-listing-container .video-gallery .tour-video-lister {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 22px;
}

.video-listing-container .video-gallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.video-listing-container .video-gallery .tour-video-lister .tour-video-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
  height: 370px;
  width: 100%;
  max-width: 570px;
  border-radius: 20px;
  overflow: hidden;
}

.video-listing-container {
  padding-bottom: 85px;
}

.inner-section-gapping.smart-infr-sec.admission-guidelines.school-tour-page {
  padding-bottom: 27px;
  padding-left: 30px;
  padding-right: 30px;
}

.video-listing-container .video-gallery .tour-video-li {
  position: relative;
}

.video-listing-container .video-gallery .tour-video-lister .tour-video-img a:before {
  content: "";
  position: absolute;
  background-image: url("../images/video-btn.png");
  top: 0;
  bottom: 0;
  height: 65px;
  width: 85px;
  left: 0;
  right: 0;
  z-index: 99;
  margin: auto;
}

main#main .admission-guidelines .skating-title.school-tour-title {
  margin-bottom: 0px;
}

main#main .school-tour-page .school-tour-title h2.smart-main-head {
  margin-bottom: 28px !important;
}

/*virtual-pages*/
.smart-virtual-classsec.section-gapping .virtual-content-wrap.container .virtual-section-left {
  padding: 5px 15px 15px 15px;
  background-color: rgba(12, 81, 146, 0.05);
}

.smart-virtual-classsec.section-gapping .virtual-content-wrap.container .virtual-section-left p {
  font-size: 15px;
}

/*virtual-pages*/




html.popup-open .video-listing-container {
  width: 100%;
  max-width: 660px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  bottom: 0;
  opacity: 1;
  overflow: visible;
  z-index: 999;
  margin: auto;
}

html.popup-open span.close-btn {
  height: 31px;
  width: 31px;
  background: #ffce3a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: absolute;
  left: auto;
  right: -10px;
  z-index: 99;
  top: -10px;
  bottom: auto;
  cursor: pointer;
}

html.popup-open video {
  background-color: #d8d8d8;
  border: 9px solid #fff;
  padding: 0 !important;
}

html.popup-open .video-listing-container .video-gallery .tour-video-li .popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 750px;
  margin: auto !important;
  height: 430px;
  z-index: 99;
}

html.popup-open .tour-video-lister {
  display: block !important;
}

header#masthead .smart-header-conwrap li.conctact-icon-fb a {
  display: inline-block;
}

header#masthead .smart-header-conwrap li.conctact-icon-fb a {
  background-color: transparent;
  color: #ffcc00;
  height: auto;
  width: auto;
}

header#masthead .social-wrapper-unq {
  display: flex;
  padding-left: 5px;
}

header#masthead .smart-header-conwrap li.conctact-icon-fb {
  padding: 0px 2px;

}

.inner-section-gapping.smart-infr-sec .criteria-table tr.criteria-tr td:first-child {
  width: 280px;
}

html.popup-open .tour-video-img {
  display: none;
}

html.popup-open {
  overflow: hidden;
}

html.popup-open .video-listing-container .video-gallery .tour-video-li .popup-wrapper .videolist,
html.popup-open .video-listing-container .video-gallery .tour-video-li .popup-wrapper .videolist video {
  width: 100%;
  height: 100%;
  position: relative;
}

html.popup-open .video-listing-container .video-gallery .tour-video-li .popup-wrapper::before {
  background: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
}

html.popup-open span.close-btn:hover {
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}

/*06-11-2023---*/
.home-main-six .last-row-box {
  justify-content: center;
}

html body .last-row-box .smart-main-head {
  padding-left: 25px;
  padding-right: 25px;
}

html body .last-row-box .last-unique .vc_column-inner {
  background: #fff !important;
}

ul.smart-header-conwrap li.conctact-icon-fb i.fa.fa-instagram,
ul.smart-header-conwrap li.conctact-icon-fb i.fa.fa-facebook {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  line-height: 100%;
  border-radius: 50%;
}

ul.smart-header-conwrap li.conctact-icon-fb .fa-instagram:before,
ul.smart-header-conwrap li.conctact-icon-fb i.fa.fa-facebook:before {
  margin-top: 2px;
}

ul.smart-header-conwrap li.conctact-icon-fb i.fa.fa-facebook {
  background: #316FF6;
}

.smart-copy-social .smart-foot-fb a i.fa.fa-facebook {
  background-color: #316FF6;
}

.smart-copy-social .smart-foot-fb a i.fa.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

}

ul.smart-header-conwrap li.conctact-icon-fb i.fa.fa-instagram:hover,
ul.smart-header-conwrap li.conctact-icon-fb i.fa.fa-facebook:hover,
.smart-copy-social .smart-foot-fb a i.fa.fa-instagram:hover,
.smart-copy-social .smart-foot-fb a i.fa.fa-facebook:hover {
  opacity: 0.8;
}


/*08-07-2023*/
.schedule-main-page-wrapper .schedule-inr-section.skating-section-gapping .skating-img .vc_box_border_grey {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: flex;
  margin: 0 auto;
}

body .schedule-main-page-wrapper .skating-section-gapping.schedule-inr-section .wpb_column.vc_column_container.vc_col-sm-6 {
  width: 100%;
  margin-bottom: 50px;
}

.schedule-main-page-wrapper .schedule-inr-section .schedule-table-wrap table.schedule-table th {
  font-size: 20px;
  line-height: 32px;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  color: #ffffff;
  min-width: 260px;
}

.schedule-main-page-wrapper .schedule-inr-section .schedule-table-wrap table.schedule-table tr.schedule-tr:first-child {
  background-color: #0C5192;
}

.schedule-main-page-wrapper .schedule-inr-section .schedule-table-wrap table.schedule-table th:first-child {
  min-width: 80px;
}

.schedule-main-page-wrapper .schedule-inr-section .schedule-table-wrap table.schedule-table td {
  font-family: 'poppins', sans-serif;
  font-size: 15px;
  text-align: center;
  white-space: unset;
  word-break: break-word;
}

/* Start CSS 05-12-2023 */
.fancybox-wrap.fancybox-desktop {
  width: 1093px !important;
}

.fancybox-wrap .fancybox-skin .fancybox-inner {
  margin: 0 auto;
}

.fancybox-opened .fancybox-skin {
  background-color: #000;
}

/* End CSS 05-12-2023 */
/**29-12-2023**/
header#masthead .smart-header-conwrap li.conctact-icon-fb a .fa.fa-youtube {
  background-color: #d5181f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
}

header#masthead .smart-header-conwrap li.conctact-icon-fb a .fa.fa-youtube:hover {
  opacity: 0.8;
}

/**29-12-2023**/

/*====01-11-2024========*/
.slider_content_wrapper ul.slider-image-wrap li:last-child {
  display: flex;
  position: absolute;
  top: 95px;
  bottom: auto;
  right: 0;
  left: auto;
  padding-left: 175px;
  align-items: center;
}

.slider-section .banner-qr {
  margin: 0 0 0 auto;
}

/*====01-11-2024========*/



/* start of the 17-01-2023 */

.smart-header-logowrap {
  float: left;
}

.smart-header-menuwrap {
  margin-top: -84px;
}

.smart-header-menuwrap .menu-main-menu-container {
  margin-right: -188px;
  text-align: end;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:nth-child(8)>a {
  background-color: #d5181f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 45px;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 45px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:nth-child(8)>a::before {
  color: #ffffff;
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 24px;
  height: 45px;
  left: 0;
  line-height: 45px;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  text-indent: 0;
  width: 45px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a::before {
  display: none;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a {
  background-color: unset;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 0;
  display: inline;
  font-size: 16px;
  height: auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
  color: #000;
  line-height: 47px;
  height: auto;
  padding: 0;
  background: transparent !important;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:last-child {
  color: #000;
  margin: 0;
  height: auto;
  padding: 0 20px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:nth-child(8)>button.submenu-expand {
  display: none;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li {
  padding-bottom: 10px;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li {
  margin: 0 5px;
}

ul.header-two-menu {
  margin-bottom: 9px;
}

.smart-header-menuwrap .menu-main-menu-container ul.sub-menu {
  text-align: start;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:nth-child(8)>ul.sub-menu {
  border-color: red !important;
  background: #004f91 !important;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:nth-child(8)>ul.sub-menu li a {
  color: #fff !important;
}

.smart-header-menuwrap .menu-main-menu-container>ul>li:nth-child(8)>ul.sub-menu::before {
  border-bottom: 7px solid red !important;
}

header#masthead ul.header-two-menu li:first-child button {
  right: 22px;
}

.smart-header-menuwrap .menu-main-menu-container ul.header-two-menu>li:first-child {
  padding-right: 40px;
  margin-right: 0;
}

/*01-03-2024*/

body div#primary .skating-side-text .wpb_wrapper p {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  margin: 0 0 15px;
  padding: 0;
  text-align: justify;
}

/*01-03-2024*/


.smart-header-menuwrap .menu-main-menu-container ul#menu-main-menu.main-menu>li:last-child>a,
nav#site-navigation ul.header-two-menu>li:last-child>a,
.smart-header-menuwrap .menu-main-menu-container>ul.header-two-menu>li>a,
.smart-header-menuwrap .menu-main-menu-container>ul.header-two-menu>li>button {
  color: #FFF;
}

.smart-header-menuwrap .menu-main-menu-container ul#menu-main-menu.main-menu>li:last-child:hover>a,
nav#site-navigation ul.header-two-menu>li:last-child:hover>a,
.smart-header-menuwrap .menu-main-menu-container>ul.header-two-menu>li:hover>a,
.smart-header-menuwrap .menu-main-menu-container>ul.header-two-menu>li:hover>button {
  color: #000;
}

.smart-header-menuwrap #site-navigation ul.header-two-menu ul.sub-menu li:hover>.submenu-expand::after,
.smart-header-menuwrap #site-navigation ul.header-two-menu ul.sub-menu li:hover>a {
  color: #FFF;
}

.smart-header-menuwrap #site-navigation ul.header-two-menu li:first-child .sub-menu>li:hover>a,
.smart-header-menuwrap #site-navigation ul.header-two-menu li .sub-menu li:hover button {
  background: #d7272d;
  color: #FFF !important;
}

.smart-header-menuwrap .menu-main-menu-container>ul.header-two-menu>li:nth-child(2) button.submenu-expand {
  position: relative;
  right: 0;
  float: right;
  top: 15px;
  z-index: 99;
}

.section-gapping.smart-admissenq-sec div.wpcf7 input[type="file"] {
  padding: 6px;
}

.smart-admissenq-sec .form-wrap.step1-1 .smart-adm-prvschool.field-wrap.form-wrap label {
  top: -22px;
  background: #FFF;
  font-size: 13px;
  left: 30px;
  padding: 6px 9px;
  display: block;
  line-height: 1;
}

body .smart-admissenq-sec .form-wrap.step4 {
  margin-bottom: 20px;
  display: table;
  padding: 0;
  border: 0;
}

body .smart-admissenq-sec .form-wrap.step4 .field-wrap.form-wrap {
  margin-right: 0;
}

body .smart-admissenq-sec .form-wrap.step4 .field-wrap.form-wrap.half {
  width: 49% !important;
  float: left;
}

body .smart-admissenq-sec .form-wrap.step4 .field-wrap.form-wrap.half+.half {
  float: right;
}

body .smart-admissenq-sec .form-wrap.step4 .field-wrap.form-wrap.half+.half:nth-child(3) {
  float: left;
  clear: left;
}

body .smart-admissenq-sec .form-wrap.step4 .field-wrap.form-wrap br {
  display: none;
}

body .smart-admissenq-sec .form-wrap.step4 .apply-address {
  width: 130px;
  height: 35px;
  position: absolute;
  left: auto;
  right: 3px;
  top: 5px;
  bottom: auto;
  margin: auto;
  border-radius: 5px;
  background-color: #D5181F;
  color: #ffffff;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0;
}

body .smart-admissenq-sec .form-wrap.step4 .apply-address:hover {
  background-color: #0c5192;
}

body .smart-admissenq-sec .form-wrap.step4 .apply-address input[type="file"] {
  opacity: 0;
  width: 141px;
  height: 44px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  border-radius: 25px;
  padding: 0 !important;
}

body .smart-admissenq-sec .form-wrap.step4 .apply-address::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  content: "Choose File";
}

















@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .smart-header-menuwrap .menu-main-menu-container {
    margin-right: -128px;
  }

  .smart-header-menuwrap .menu-main-menu-container>ul>li>a {
    font-size: 15px;

  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .smart-header-menuwrap .menu-main-menu-container {
    margin-right: -38px;
  }

  .smart-header-menuwrap .menu-main-menu-container>ul>li>a {
    font-size: 14px;

  }

  .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a {
    font-size: 14px;
    line-height: 31px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  ul.header-two-menu li:first-child {
    left: 237px;
  }

  .smart-header-menuwrap .menu-main-menu-container {
    margin-right: 0;
  }

  body .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child {
    padding: 0 15px;
    position: absolute;
    left: auto;
    right: 145px;
    top: 0;
    bottom: auto;
  }

  body .smart-header-menuwrap .menu-main-menu-container ul.header-two-menu li {
    position: static;
  }

  body .smart-header-menuwrap .menu-main-menu-container>ul>li {
    margin: 0 3px;
  }

  body .smart-header-logowrap {
    margin: 20px auto 0;
  }

  .smart-header-menuwrap .menu-main-menu-container {
    position: relative;
  }

  .smart-header-menuwrap #site-navigation ul.header-two-menu>li:first-child>.sub-menu {
    right: 20px;
  }

  .smart-header-menuwrap #site-navigation ul.header-two-menu>li:first-child>.sub-menu li {
    position: relative;
  }

  .smart-header-menuwrap #site-navigation ul.header-two-menu>li:first-child>.sub-menu li button.submenu-expand {
    right: 5px;
  }

  html body .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a {
    font-size: 14px;
  }

  html body .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child {
    left: 95px;
    right: auto !important;
  }

  html body .smart-header-menuwrap .menu-main-menu-container>ul>li:first-child {
    margin: 0 3px;
    position: static !important;
  }

  html body .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child {
    margin: 0 0 0 3px;
  }

  html body .smart-header-menuwrap .menu-main-menu-container ul.header-two-menu li {
    padding: 0 15px !important;
  }

}



@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .menu-main-menu-container>ul>li .submenu-expand::after {
    top: 1px;
  }

  .smart-header-menuwrap .menu-main-menu-container ul.header-two-menu>li:first-child {
    padding-right: 30px;
  }

  header#masthead ul.header-two-menu li:first-child button {
    right: 15px;
  }

  header ul.header-two-menu li:first-child button.submenu-expand::after {
    top: -4px;
  }

  .smart-header-menuwrap #site-navigation ul.header-two-menu>li:first-child>.sub-menu li {
    position: relative;
  }

  .smart-header-menuwrap #site-navigation ul.header-two-menu>li:first-child>.sub-menu li button.submenu-expand {
    right: 5px;
  }

  .smart-header-menuwrap .menu-main-menu-container {
    margin-right: 0;
  }

  body .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child {
    padding: 0 15px;
    position: absolute;
    left: auto;
    right: 113px;
    top: 0;
    bottom: auto;
  }

  body .smart-header-cont::before {
    top: 0;
    background: #004f91;
    height: 55px;
  }

  body .smart-header-menuwrap .menu-main-menu-container ul.header-two-menu li {
    position: static;
  }

  body .smart-header-menuwrap .menu-main-menu-container>ul>li {
    margin: 0 3px;
  }

  body .smart-header-logowrap {
    margin: 20px auto 0;
  }

  .smart-header-menuwrap .menu-main-menu-container {
    position: relative;
  }

  .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a {
    font-size: 14px;
    line-height: 31px;
  }

  body .smart-header-menuwrap {
    margin-top: -76px;
  }

  body .smart-header-menuwrap .menu-main-menu-container>ul>li {
    margin: 0 1px;
  }

  .smart-header-menuwrap .menu-main-menu-container {
    margin-right: -11px;
  }

  .smart-header-menuwrap #site-navigation ul.header-two-menu>li:first-child>.sub-menu {
    right: 20px;
  }

  body .smart-header-menuwrap ul.header-two-menu li:first-child {
    left: 150px;
    padding-right: 32px;
  }

  .smart-header-menuwrap .menu-main-menu-container>ul.header-two-menu>li>a {
    font-size: 14px;
  }

  html body .smart-header-menuwrap .menu-main-menu-container>ul.header-two-menu>li>a,
  html body .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child>a {
    font-size: 12px;
  }

  html body .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child {
    left: 17px;
    right: auto !important;
  }

  html body .smart-header-menuwrap .menu-main-menu-container>ul>li:first-child {
    margin: 0 3px !important;
    position: static !important;
  }

  html body .smart-header-menuwrap .menu-main-menu-container>ul>li:last-child {
    margin: 0 0 0 3px;
  }

  html body .smart-header-menuwrap .menu-main-menu-container ul.header-two-menu li {
    padding: 0 15px !important;
  }

  .smart-header-menuwrap .menu-main-menu-container>ul.header-two-menu>li:nth-child(2) button.submenu-expand {
    right: -2px;
    top: 10px;
  }

  body .smart-header-menuwrap .menu-main-menu-container>ul>li:nth-child(2) button.submenu-expand {
    top: 5px;
  }

}

@media only screen and (max-width: 767px) {
  .mob-two-menu {
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: center;
  }

  .smart-header-logowrap {
    max-width: 103px;
    margin-bottom: 16px;
    margin-top: 42px;
  }

  .responsive-menu-button {
    width: 100%;
  }

  .menu-button-line {
    width: 40px;
  }

  div#page header#masthead .mob-two-menu li {
    font-size: 11px;
    height: auto;
    line-height: 32px;
    margin: 2px 9px;
  }

  html body .responsive-menu-button {
    top: 98px;
    width: 100%;
    background: transparent;
  }

  body .res-menu-button {
    background: #d5181f;
    width: 40px;
    text-align: end;
    margin-right: 0;
    margin-left: auto;
    margin-top: 26px;
  }

  div#page header#masthead .mob-two-menu li a {
    color: #000;
  }

  .smart-header-menuwrap .menu-main-menu-container ul.sub-menu,
  .smart-header-menuwrap .menu-main-menu-container {
    text-align: start;
  }

  html body {
    padding-top: 285px !important;
  }

  nav#site-navigation ul.header-two-menu .sub-menu,
  #menu-main-menu .sub-menu {
    display: block !important;
  }

  .banner-qr {
    margin: 0 auto !important;
  }

  .banner-qr img {
    margin-right: 0 !important;
  }

  .slider_content_wrapper ul.slider-image-wrap li:last-child {
    margin-top: 50px;
    top: 0;
    left: auto;
    right: 0;
  }

  body div#primary .skating-side-text .wpb_wrapper p {
    font-size: 14px;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li:hover>a {
    color: #000;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li ul.sub-menu {
    display: none !important;
    position: absolute;
    padding: 0;
    background: #FFF;
    border: 1px solid #CCC;
    z-index: 99;
    left: 0;
    right: 0;
    border-radius: 5px;
    top: 0;
    min-width: 125px;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu>li>ul.sub-menu {
    top: 100%;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li:hover>ul.sub-menu {
    display: block !important;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li>ul.sub-menu li {
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-bottom: 1px solid #F0F0F0;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li>ul.sub-menu li a {
    color: #000;
    padding: 0 15px;
    display: block;
    width: 100%;
    text-align: left;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li>ul.sub-menu li a:empty {
    display: none;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li:hover>ul.sub-menu ul.sub-menu {
    left: auto;
    right: 100%;
    z-index: 9999;
  }

  body .smart-header-logowrap {
    margin-top: 95px;
  }

  div#page header#masthead .mob-two-menu:first-child>li {
    margin: 7px 7px 0 0;
    padding: 0 10px;
  }

  html body .container .responsive-menu-button .mob-two-menu {
    display: block !important;
    margin: 0 -3px 10px;
  }

  div#page header#masthead .responsive-menu-button .mob-two-menu>li>a {
    color: #FFF;
    font-size: 10px;
  }

  html body .container .responsive-menu-button {
    z-index: 999;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li>ul.sub-menu button.submenu-expand {
    display: block;
    padding: 5px 10px;
    background: none;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li>ul.sub-menu button.submenu-expand::after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    top: -1px;
    color: #000;
  }

  body div#page header#masthead .responsive-menu-button .mob-two-menu li ul.sub-menu>li:first-child {
    display: none;
  }

  div#page header#masthead .mob-two-menu>li>a {
    color: #FFF;
  }

  body .smart-admissenq-sec .form-wrap.step4 {
    margin-bottom: 20px;
  }

  body .smart-admissenq-sec .form-wrap.step4 .field-wrap.form-wrap.half,
  body .smart-admissenq-sec .form-wrap.step4 .field-wrap.form-wrap.half+.half {
    width: 100% !important;
    float: none;
  }

  html body .container .responsive-menu-button .mob-two-menu {
    text-align: center;
  }

  div#page header#masthead .mob-two-menu li button.submenu-expand {
    border-radius: 0;
    background-color: transparent;
    border: none;
    margin: 0 0 0 4px;
    position: relative;
    color: #333;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }

  div#page header#masthead .mob-two-menu li button.submenu-expand::after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: top;
    color: #FFF;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  body .smart-header-logowrap {
    margin-top: 75px;
  }

  html body .res-menu-button {
    margin-top: 45px;
  }

  html body .responsive-menu-button {
    top: 88px;
  }

  html body {
    padding-top: 217px !important;
  }

  .banner-qr {
    margin-right: 0 !important;
  }
}

/* end of the css 17-01-2023 */

/* 30-04-2025 */
nav#site-navigation ul.header-two-menu .sub-menu>li>a::after {
  display: none !important;
}

.fancybox-wrap.fancybox-desktop .fancybox-outer,
.fancybox-wrap.fancybox-desktop .fancybox-outer .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
}

/* 30-04-2025 */

.smart-admissenq-sec form.wpcf7-form .wpcf7-response-output,
.smart-admissenq-sec form.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0;
  border: 1px solid;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  color: green;
}

.smart-admissenq-sec form.wpcf7-form.invalid .wpcf7-response-output,
.smart-admissenq-sec form.wpcf7-form.invalid .wpcf7-response-output {
  color: #ff0000;
}