@charset "UTF-8";
@font-face {
  font-family: 'Conv_CircularStd-Medium';
  src: url("../fonts/CircularStd-Medium.eot");
  src: local("☺"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype"), url("../fonts/CircularStd-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_CircularStd-Book';
  src: url("fonts/CircularStd-Book.eot");
  src: local("☺"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_CircularStd-Bold';
  src: url("../fonts/CircularStd-Bold.eot");
  src: local("☺"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Fonts*/
/*colors*/
body {
  margin: auto;
  font-weight: 200;
  font-size: 18px;
  line-height: 30px;
  padding: 0 !important;
  color: #000000;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
}

a {
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.155, 0.445, 1.32) !important;
  transition: all 500ms cubic-bezier(0.77, 0.155, 0.445, 1.32) !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

img {
  max-width: 100%;
}

input,
button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

p {
  font-family: "Conv_CircularStd-Book", Sans-Serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1.2;
  color: #000000;
}

h1 {
  font-size: 60px;
  line-height: 72px;
  font-family: "Conv_CircularStd-Bold", Sans-Serif;
}

h2 {
  font-size: 50px;
  margin-bottom: 10px;
  font-family: "Conv_CircularStd-Bold", Sans-Serif;
}

h3 {
  font-size: 36px;
  font-family: "Conv_CircularStd-Bold", Sans-Serif;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
  line-height: 26px;
}

h6 {
  font-size: 20px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-20 {
  margin-top: 20px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#preloader img {
  margin: auto;
}

/*tab content height*/
.tab-pane.mCustomScrollbar {
  max-height: 1000px !important;
  min-height: 1000px !important;
  overflow: hidden;
}

/*tab content height*/
#main {
  background: url(../images/banner-texture.png) repeat-x;
  background-size: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0.504639)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.504639) 100%);
}

#main .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 35px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .header::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: #ffffff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

#main .header .logo {
  text-align: center;
  width: 350px;
  min-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

#main .header .header-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-left: 70px;
}

#main .header .header-right .right-navigation {
  background: transparent;
  padding: 0;
}

#main .header .header-right .right-navigation .navbar {
  padding: 0;
  height: 100%;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Conv_CircularStd-Medium", Sans-Serif;
  padding-right: 45px;
  padding-left: 0;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item a:hover {
  color: #1fb37f;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item a.active {
  color: #1fb37f !important;
  background: transparent;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown {
  border-radius: 0;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 285px;
  border: none !important;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  background: #ffffff;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 20px 15px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 20px 15px 5px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
  color: #000000;
  padding: 0;
  margin-bottom: 2px;
  white-space: break-spaces;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  line-height: 22px;
  font-weight: 400;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
  background: transparent;
  color: #1fb37f;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big {
  min-width: 500px;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big div {
  width: 50%;
  float: left;
  padding-right: 20px;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.big div:last-child {
  padding-right: 0;
  padding-left: 20px;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap {
  border-radius: 0px;
  display: none;
  border-bottom: none;
  padding-top: 15px;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language a {
  text-align: center;
  font-size: 22px;
  padding-right: 10px;
  color: #ffffff;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown {
  display: inline-block;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-toggle {
  background: transparent;
  color: #000000;
  border: none;
  font-size: 16px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-toggle::after {
  display: none;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-toggle span {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background-color: #ECECEC;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-toggle span svg {
  width: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  margin-left: 0 !important;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-toggle svg {
  margin-left: 15px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-toggle.show svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-toggle.show span svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-menu {
  width: 100%;
  margin-top: 10px;
  padding: 0;
  border-radius: 8px;
  min-width: auto;
  border-radius: 8px;
  border: none;
  background: #1fb37f;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-menu a {
  font-size: 16px;
  color: #ffffff;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
  padding: 5px 10px;
  background: transparent !important;
}

#main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown.show .dropdown-toggle svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#main .header .header-right .language-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
}

#main .header .header-right .language-wrap .trans {
  margin-right: 30px;
}

#main .header .header-right .language-wrap .trans a {
  width: 50px;
  height: 50px;
  background-color: #ECECEC;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

#main .header .header-right .language-wrap .trans a svg {
  width: 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

#main .header .header-right .language-wrap .trans a:hover {
  background: #1fb37f;
}

#main .header .header-right .language-wrap .trans a:hover svg {
  fill: #ffffff;
}

#main .header .header-right .language-wrap .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .header .header-right .language-wrap .language a {
  text-align: center;
  font-size: 22px;
  padding-right: 10px;
  color: #ffffff;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
}

#main .header .header-right .language-wrap .language .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-toggle {
  background: transparent;
  color: #000000;
  border: none;
  font-size: 18px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-toggle::after {
  display: none;
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-toggle span {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background-color: #ECECEC;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-toggle span svg {
  width: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  margin-left: 0 !important;
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-toggle svg {
  margin-left: 15px;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-toggle.show svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-toggle.show span svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-menu {
  width: 100%;
  margin-top: 10px;
  padding: 0;
  border-radius: 8px;
  min-width: auto;
  border-radius: 8px;
  border: none;
  background: #1fb37f;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(55px) !important;
          transform: translateY(55px) !important;
}

#main .header .header-right .language-wrap .language .dropdown .dropdown-menu a {
  font-size: 18px;
  color: #ffffff;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
  padding: 5px 10px;
  background: transparent !important;
}

#main .header .header-right .language-wrap .language .dropdown.show .dropdown-toggle svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#main .header.shrink-nav {
  padding: 25px 80px;
  color: #000 !important;
  top: 0px;
  position: fixed;
  border-bottom: none;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -webkit-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.03);
}

#main .header.shrink-nav::before {
  height: 100%;
}

#main section.banner {
  padding: 0 80px;
  margin-top: 135px;
  width: 100%;
}

#main section.banner.error {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#main section.banner.error h1 {
  font-size: 250px;
  line-height: 250px;
}

#main section.banner.error h6 {
  line-height: 32px;
}

#main section.banner.error a {
  background-color: #1fb37f;
  border: 1px solid #1fb37f;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 8px;
  margin-top: 20px;
  display: inline-block;
}

#main section.banner.error a:hover {
  background: transparent;
  color: #000000;
}

#main section.banner .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

#main section.banner .banner-inner .flexslider {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
}

#main section.banner .banner-inner .flexslider li {
  position: relative;
}

#main section.banner .banner-inner .flexslider li img {
  width: 100%;
}

#main section.banner .banner-inner .flexslider li .meta {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#main section.banner .banner-inner .flexslider li .meta .inner {
  max-width: 970px;
  padding: 0 140px;
}

#main section.banner .banner-inner .flexslider li .meta .inner h1 {
  font-family: "Conv_CircularStd-Bold", Sans-Serif;
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 52px;
}

#main section.banner .banner-inner .flexslider li .meta .inner h1 span {
  color: #1fb37f;
}

#main section.banner .banner-inner .flexslider li .meta .inner p {
  font-size: 20px;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 40px;
}

#main section.banner .banner-inner .flexslider li .meta .inner a {
  height: 50px;
  padding: 8px 15px;
  border-radius: 10px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1fb37f;
  color: #ffffff;
  border: 1px solid #1fb37f;
}

#main section.banner .banner-inner .flexslider li .meta .inner a:hover {
  background: transparent;
  color: #1fb37f;
}

#main section.banner .banner-inner .flexslider li .meta .inner a.last {
  margin-left: 30px;
  border: 1px solid #1fb37f;
  color: #1fb37f;
  background: transparent;
}

#main section.banner .banner-inner .flexslider li .meta .inner a.last:hover {
  background: #1fb37f;
  color: #ffffff;
}

#main section.banner .banner-inner .flexslider .flex-direction-nav {
  position: absolute;
  bottom: 55%;
  left: 50px;
  right: 50px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#main section.banner .banner-inner .flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  top: 50px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50px;
  font-size: 0;
}

#main section.banner .banner-inner .flexslider .flex-direction-nav li {
  position: absolute;
  z-index: 2;
}

#main section.banner .banner-inner .flexslider .flex-direction-nav li:first-child {
  right: inherit;
  left: 0;
}

#main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0) url(../images/left.svg) no-repeat center center;
  opacity: 0.4;
}

#main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-prev:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4) url(../images/left.svg) no-repeat center center;
}

#main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0) url(../images/right.svg) no-repeat center center;
  opacity: 0.4;
}

#main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-next:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4) url(../images/right.svg) no-repeat center center;
}

#main section.banner.inner-banner {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 3;
}

#main section.banner.inner-banner.search-page .banner-inner {
  background-image: none;
}

#main section.banner.inner-banner .banner-inner {
  min-height: 350px;
  background-image: url(../images/inner-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  border-radius: 0;
  padding: 50px 0;
}

#main section.banner.inner-banner .banner-inner::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 59, 85, 0.95);
}

#main section.banner.inner-banner .banner-inner .container {
  height: 100%;
  position: relative;
  z-index: 1;
}

#main section.banner.inner-banner .banner-inner .container h1 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 58px;
}

#main section.banner.inner-banner .banner-inner .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#main section.banner.inner-banner .banner-inner .container ul li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  color: #ffffff;
}

#main section.banner.inner-banner .banner-inner .container ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #1fb37f;
}

#main section.banner.inner-banner .banner-inner .container ul li:last-child:after {
  display: none;
}

#main section.banner.inner-banner .banner-inner .container ul li::after {
  position: absolute;
  content: '';
  right: 0;
  top: 7px;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
}

#main section.banner.inner-banner .banner-inner .container ul li a {
  color: #ffffff;
}

#main section.banner.inner-banner .banner-inner .filter {
  position: relative;
  z-index: 3;
}

#main section.banner.inner-banner .banner-inner .filter form {
  position: relative;
  z-index: 3;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  height: auto;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select {
  width: 20%;
  padding-right: 10px;
  position: relative;
  z-index: 9999;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .select2-container {
  width: 100% !important;
  height: 100%;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  margin-top: 6px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .select2-container .select2-selection {
  height: 100%;
  border: 1px solid #dedede;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .select2-container .select2-selection .select2-selection__rendered {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .select2-container .select2-selection .select2-selection__arrow {
  right: 25px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .select2-container .select2-selection .select2-selection__arrow b {
  display: block;
  width: 10px;
  border-width: 0 1px 0 1px;
  height: 10px;
  position: relative;
  top: 0;
  bottom: 0;
  right: -3px;
  margin: auto;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  z-index: 2;
  left: auto;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .custom-select-wrapper {
  float: left;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .custom-select-wrapper .custom-select {
  float: left;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .custom-select-wrapper .custom-select::after {
  display: none;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .custom-select-wrapper .custom-select .custom-select-trigger {
  border: 1px solid #dedede;
  height: auto;
  border-radius: 6px;
  min-width: 200px;
  line-height: 50px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .custom-select-wrapper .custom-select .custom-select-trigger::after {
  border-color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .search {
  width: 45%;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .search input {
  padding: 10px 15px;
  height: auto;
  width: 100%;
  border: none;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .and {
  border: 1px solid #1fb37f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 6px;
  margin-right: 10px;
  color: #1fb37f;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .not {
  border: 1px solid red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  color: red;
  border-radius: 6px;
  margin-right: 10px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .selected-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 25px;
  border: 1px solid #dedede;
  margin-right: 10px;
  border-radius: 6px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .select {
  width: auto;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .select .custom-select {
  margin-right: 10px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .select .custom-select .custom-select-trigger {
  min-width: 260px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 30px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .select .custom-select .custom-select-trigger::after {
  border-color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .select .custom-select .custom-options {
  z-index: 3;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  color: #1fb37f;
  margin-left: auto;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced nav {
  width: auto;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced nav .nav {
  width: 100%;
  margin-bottom: 0;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced nav .nav .nav-link {
  width: 100%;
  color: #1fb37f;
  text-align: right;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown {
  position: static;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu {
  display: none;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  top: 100% !important;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu.show {
  display: block;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table {
  position: relative;
  z-index: 1;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .title {
  width: 100px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .contains {
  width: 150px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .contains .custom-select-trigger {
  line-height: inherit;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .contains .custom-select-trigger::after {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .select {
  width: 100%;
  z-index: inherit;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .select .custom-select .custom-select-trigger {
  min-width: 100px;
  max-width: 120px;
  padding-left: 0;
  padding-right: 30px;
  border: none;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .select .custom-select .custom-select-trigger::after {
  border-color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .select .custom-select .custom-options {
  z-index: 3;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .type ::-webkit-input-placeholder {
  color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .type ::-moz-placeholder {
  color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .type :-ms-input-placeholder {
  color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .type :-moz-placeholder {
  color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .type input {
  width: 100%;
  border: none;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .not ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .not ul li {
  width: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  position: relative;
  font-size: 15px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .not ul li:nth-of-type(2) {
  padding: 0 14px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .not ul li:nth-of-type(2)::after {
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
  height: 15px;
  width: 1px;
  background-color: #dedede;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .not ul li:nth-of-type(2)::before {
  position: absolute;
  content: '';
  right: 7px;
  top: 7px;
  height: 15px;
  width: 1px;
  background-color: #dedede;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .not ul li a {
  color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .table .not ul li a:hover {
  color: #1fb37f;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li {
  margin-right: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px dashed #dedede;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .left div {
  margin-right: 15px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .left div.title {
  min-width: 100px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .left div.contains .custom-select-trigger {
  line-height: inherit;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .left div.select {
  width: 100%;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .left div.select .custom-select .custom-select-trigger {
  min-width: 100px;
  padding-left: 0;
  padding-right: 30px;
  border: none;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .left div.select .custom-select .custom-select-trigger::after {
  border-color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .right ul li {
  padding-bottom: 0;
  border: none;
  color: #000000;
  margin-left: 15px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu li .right ul li a {
  color: #000000;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .btn-wrap button {
  margin-left: 15px;
  color: red;
  width: auto;
  height: auto;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced .dropdown .dropdown-menu .btn-wrap button:last-child {
  background-color: #1fb37f;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced button {
  width: 100%;
  background-color: transparent;
  color: #1fb37f;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced button::after {
  display: none;
}

#main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap button {
  width: auto;
  height: auto;
  background-color: #1fb37f;
  border-radius: 6px;
  border: none;
}

#main section.banner.inner-banner .banner-inner .filter form .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 3;
  position: relative;
}

#main section.banner.inner-banner .banner-inner .filter form .form-inner .search {
  padding: 0 15px;
}

#main section.banner.inner-banner .banner-inner .filter form .form-inner .select {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main section.banner.inner-banner .banner-inner .filter form .form-inner .btn-primary {
  height: 70px;
  border-radius: 10px;
  padding: 15px 30px;
  background: #1fb37f;
  border: none;
  margin-left: 30px;
  font-size: 18px;
  font-weight: normal;
}

#main section.banner.inner-banner .banner-inner .filter form .form-inner .advn-box {
  padding: 0 15px;
  margin-top: 22px;
}

#main section.banner.inner-banner .banner-inner .filter form .form-inner .advn-box .btn-primary {
  margin-left: 0;
  width: 100%;
}

#main section.banner.inner-banner .banner-inner .filter form .form-inner:last-child {
  z-index: 2;
}

#main section.banner.inner-banner .banner-inner .filter nav .nav-tabs {
  margin-bottom: 30px;
  border-bottom: none;
}

#main section.banner.inner-banner .banner-inner .filter nav .nav-tabs .nav-link {
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid transparent;
}

#main section.banner.inner-banner .banner-inner .filter nav .nav-tabs .nav-link.active {
  color: #1fb37f;
  border-bottom: 1px solid #1fb37f;
}

#main section.banner.inner-banner .banner-inner .filter nav .nav-tabs .nav-link:first-child {
  margin-right: 10px;
}

#main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .select .select2-container .select2-selection {
  height: 50px;
}

#main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced {
  width: auto;
  padding-right: 0;
}

#main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced nav .nav-tabs {
  margin-bottom: 0;
  padding-top: 0;
}

#main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced nav .nav-tabs .nav-link {
  color: #1fb37f !important;
}

#main section.banner.inner-banner .banner-inner .filter #nav-two .add-more-outer .add-more-inner form button.btn {
  width: auto;
  height: 50px;
  background-color: #1fb37f;
  border-radius: 6px;
  border: none;
  float: right;
  margin-top: 10px;
}

#main section.banner.inner-banner.books .banner-inner .container ul {
  margin-bottom: 40px;
}

#main section.banner.inner-banner.books .banner-inner .filter {
  position: relative;
  z-index: 3;
}

#main section.banner.inner-banner.books .banner-inner .filter .tab-content {
  z-index: 9;
  position: relative;
}

#main section.banner.inner-banner.books .banner-inner .filter form {
  position: relative;
  z-index: 3;
}

#main section.banner.inner-banner.books .banner-inner .filter form .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

#main section.banner.inner-banner.books .banner-inner .filter form .form-inner .search {
  padding: 0 15px;
  padding-right: 5px;
}

#main section.banner.inner-banner.books .banner-inner .filter form .form-inner .select {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main section.banner.inner-banner.books .banner-inner .filter form .form-inner .btn-primary {
  height: 70px;
  border-radius: 10px;
  padding: 15px 30px;
  background: #1fb37f;
  border: none;
  margin-left: 20px;
  font-size: 18px;
  font-weight: normal;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .add-outer {
  display: none;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .add-outer.one {
  position: relative;
  z-index: 8;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .add-outer.two {
  position: relative;
  z-index: 7;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .add-outer.three {
  position: relative;
  z-index: 6;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .add-outer.four {
  position: relative;
  z-index: 5;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .add-outer.five {
  position: relative;
  z-index: 4;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .add-outer.six {
  position: relative;
  z-index: 3;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .add-outer:last-child .addition-div .select-box.add-more button {
  width: 100%;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div {
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box {
  width: 20%;
  padding-right: 10px;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.and_or {
  width: 15%;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 10%;
  padding-right: 0;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.add-more button {
  border: 1px solid #1fb37f;
  width: 46%;
  border-radius: 6px;
  height: 100%;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.add-more button img {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.add-more button.add-btn:hover {
  background-color: #1fb37f;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.add-more button.close-btn {
  margin-right: 0;
  border: 1px solid red;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.add-more button.close-btn:hover {
  background-color: red;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.add-more button:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.search-box {
  width: 35%;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-select-wrapper {
  float: left;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-select-wrapper .custom-select {
  float: left;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-select-wrapper .custom-select:after {
  display: none;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-select-wrapper .custom-select .custom-select-trigger {
  border: 1px solid #dedede;
  border-radius: 6px;
  height: auto;
  min-width: auto;
  line-height: 50px;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-select-wrapper .custom-select .custom-select-trigger:after {
  border-color: #000;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-select-wrapper .custom-select .custom-options {
  -webkit-transition: none;
  transition: none;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .search input {
  padding: 10px 15px;
  border: 1px solid #dedede;
  border-radius: 6px;
  height: auto;
  width: 100%;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#main section.banner.inner-banner.books .banner-inner .filter .add-more-outer .add-more-inner form .btn-wrap button {
  background-color: #1fb37f;
  margin-top: 10px;
  border: none;
  border-radius: 6px;
  padding: 12px 10px;
  font-size: 1rem;
}

h3.section-head {
  position: relative;
  float: left;
  padding-right: 35px;
}

h3.section-head span {
  color: #1fb37f;
}

section.books-category {
  position: relative;
  padding: 90px 0;
}

section.books-category .container {
  position: relative;
  z-index: 1;
}

section.books-category .dis-books .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

section.books-category .dis-books .head h3 {
  position: relative;
  float: left;
  padding-right: 35px;
  padding-bottom: 0;
}

section.books-category .dis-books .head h3 span {
  color: #1fb37f;
}

section.books-category .dis-books .head h3::after {
  position: absolute;
  content: '';
  left: 100%;
  top: 50%;
  width: 160px;
  height: 1px;
  background: #dedede;
}

section.books-category .dis-books .head a {
  font-size: 18px;
  color: #1fb37f;
}

section.books-category .dis-books .head a span {
  padding-bottom: 5px;
  border-bottom: 1px solid #1fb37f;
}

section.books-category .dis-books .owl-book-category .owl-stage-outer {
  padding: 15px 0px;
}

section.books-category .dis-books .owl-book-category .item .category-box {
  border: 1px solid #F1F1F1;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: 600ms all;
  -webkit-transition: 600ms all;
  -o-transition: 600ms all;
  -moz-transition: 600ms all;
  -ms-transition: 600ms all;
}

section.books-category .dis-books .owl-book-category .item .category-box .inner {
  padding: 50px 15px;
  text-align: center;
}

section.books-category .dis-books .owl-book-category .item .category-box .inner svg {
  margin-bottom: 20px;
  fill: #000000 !important;
  transition: 600ms all;
  -webkit-transition: 600ms all;
  -o-transition: 600ms all;
  -moz-transition: 600ms all;
  -ms-transition: 600ms all;
}

section.books-category .dis-books .owl-book-category .item .category-box .inner p {
  font-size: 20px;
  margin-bottom: 0;
  transition: 600ms all;
  -webkit-transition: 600ms all;
  -o-transition: 600ms all;
  -moz-transition: 600ms all;
  -ms-transition: 600ms all;
}

section.books-category .dis-books .owl-book-category .item .category-box:hover {
  background: #1fb37f;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}

section.books-category .dis-books .owl-book-category .item .category-box:hover .inner svg {
  fill: #ffffff;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

section.books-category .dis-books .owl-book-category .item .category-box:hover .inner p {
  color: #ffffff;
}

section.books-category .dis-books .owl-book-category .owl-nav {
  position: static;
  right: inherit;
  background: #ffffff;
  margin-top: 0 !important;
  padding: 0px 10px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dedede;
  max-width: 100px;
  margin: auto;
  margin-top: 20px !important;
}

section.books-category .dis-books .owl-book-category .owl-nav button {
  background: transparent;
  border: none;
  outline: none;
  position: relative;
  margin: 0;
  padding: 18px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.books-category .dis-books .owl-book-category .owl-nav button::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section.books-category .dis-books .owl-book-category .owl-nav button:first-child {
  padding-right: 18px !important;
  margin-right: 6px;
}

section.books-category .dis-books .owl-book-category .owl-nav button:first-child::before {
  position: absolute;
  content: '';
  right: -2px;
  top: 12px;
  width: 1px;
  height: 13px;
  background: #dedede;
}

section.books-category .dis-books .owl-book-category .owl-nav button:first-child::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

section.books-category .dis-books .owl-book-category .owl-nav button:hover::after {
  border-color: #1fb37f;
}

section.home-about {
  padding: 90px 0;
  position: relative;
}

section.home-about:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  background: #f6f6f6 url(../images/about-texture.png);
  background-size: auto;
}

section.home-about::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  z-index: 2;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #f6f6f6), to(rgba(246, 246, 246, 0.415004)));
  background: linear-gradient(0deg, #fff 0%, #f6f6f6 0%, rgba(246, 246, 246, 0.415004) 100%);
}

section.home-about .container {
  position: relative;
  z-index: 3;
}

section.home-about .container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}

section.home-about .container .left h6 {
  color: #1fb37f;
  margin-bottom: 20px;
}

section.home-about .container .left h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

section.home-about .container .left h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0px;
  width: 165px;
  height: 1px;
  background: #1fb37f;
}

section.home-about .container .left p {
  margin-bottom: 0;
}

section.home-about .container .left p:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

section.home-about .container .left a {
  color: #1fb37f;
  border: 1px solid #1fb37f;
  border-radius: 8px;
  padding: 9px 25px;
  height: 50px;
  display: inline-block;
  margin-top: 35px;
}

section.home-about .container .left a:hover {
  background: #1fb37f;
  color: #ffffff;
}

section.home-about .container .right {
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.home-about .container .right .inner {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.home-about .container .right .inner img {
  max-width: 100%;
}

section.home-about .container .right .inner .icon-wrap {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.home-about .container .right .inner .icon-wrap .inner {
  padding: 20px;
}

section.home-about .container .right .inner .icon-wrap .inner .play {
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
  margin: auto;
  border: none;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3) !important;
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3) !important;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0) !important;
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0) !important;
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3) !important;
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3) !important;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0) !important;
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0) !important;
  }
}

section.home-about .container .right .inner .icon-wrap .inner .play svg {
  fill: #1fb37f;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

section.home-about .container .right .inner .icon-wrap .inner .play:hover {
  background: #1fb37f;
}

section.home-about .container .right .inner .icon-wrap .inner .play:hover svg {
  fill: #ffffff;
}

section.home-about .container .right .inner .icon-wrap .inner p {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
}

section.home-collections {
  padding: 90px 0 60px;
}

section.home-collections .head {
  margin-bottom: 45px;
}

section.home-collections .collection-row .collections-box {
  padding: 0 15px;
  margin-bottom: 30px;
}

section.home-collections .collection-row .collections-box .inner {
  text-align: center;
  background: #effbf9;
  border: 1px solid #D4EBE0;
  padding: 55px 20px;
  border-radius: 20px;
  min-width: 180px;
}

section.home-collections .collection-row .collections-box .inner h2 {
  color: #1fb37f;
}

section.home-collections .collection-row .collections-box .inner p {
  margin-bottom: 0;
  line-height: 26px;
}

section.home-collections .collection-row .collections-box .inner span svg {
  max-width: 100%;
}

section.home-collections .collection-row .collections-box .inner .timer {
  color: #1fb37f;
  font-size: 50px;
  margin-bottom: 10px;
  font-family: "Conv_CircularStd-Bold", Sans-Serif;
  line-height: 1.2;
}

section.home-news-events {
  padding: 0 0 90px 0;
}

section.home-news-events .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.home-news-events .head a {
  font-size: 18px;
  color: #1fb37f;
}

section.home-news-events .head a span {
  padding-bottom: 5px;
  border-bottom: 1px solid #1fb37f;
}

section.home-news-events .news-sld-row .news {
  padding: 0;
}

section.home-news-events .owl-news .item {
  position: relative;
  padding: 15px;
}

section.home-news-events .owl-news .item .inner {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  overflow: hidden;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(black));
  background: linear-gradient(0deg, white 0%, black 100%);
}

section.home-news-events .owl-news .item .inner img {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  opacity: 1;
}

section.home-news-events .owl-news .item .inner .details {
  background: #ffffff;
  padding: 30px 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  overflow: hidden;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

section.home-news-events .owl-news .item .inner .details p {
  color: #949494;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

section.home-news-events .owl-news .item .inner .details h5 {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
}

section.home-news-events .owl-news .item .inner .details a {
  margin-top: 15px;
  font-size: 15px;
  color: #1fb37f;
  display: inline-block;
  border-bottom: 1px solid #1fb37f;
  line-height: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
}

section.home-news-events .owl-news .item .inner:hover img {
  opacity: 0.6;
}

section.home-news-events .owl-news .owl-nav {
  background: #ffffff;
  margin-top: 20px !important;
  padding: 0px 10px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dedede;
  width: 95px;
  margin: auto;
}

section.home-news-events .owl-news .owl-nav button {
  background: transparent;
  border: none;
  outline: none;
  position: relative;
  margin: 0;
  padding: 18px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.home-news-events .owl-news .owl-nav button:hover {
  background: transparent;
}

section.home-news-events .owl-news .owl-nav button::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

section.home-news-events .owl-news .owl-nav button:first-child {
  padding-right: 18px !important;
  margin-right: 6px;
}

section.home-news-events .owl-news .owl-nav button:first-child::before {
  position: absolute;
  content: '';
  right: -2px;
  top: 12px;
  width: 1px;
  height: 13px;
  background: rgba(0, 0, 0, 0.5);
}

section.home-news-events .owl-news .owl-nav button:first-child::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

section.home-news-events .owl-news .owl-nav button:hover::after {
  border-color: #1fb37f;
}

section.home-news-events .event {
  padding-left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 75px;
}

section.home-news-events .event .inner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
  width:100%;
  background: url(../images/event-bg.jpg) no-repeat;
  background-size: cover;
}

section.home-news-events .event .inner::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #243b55;
  background: -webkit-gradient(linear, left bottom, left top, from(#243b55), color-stop(14%, #243b55), to(rgba(36, 59, 85, 0.297356)));
  background: linear-gradient(0deg, #243b55 0%, #243b55 14%, rgba(36, 59, 85, 0.297356) 100%);
}

section.home-news-events .event .inner img {
  opacity: 0;
}

section.home-news-events .event .inner .details {
  position: absolute;
  bottom: 40px;
  left: 50px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
}

section.home-news-events .event .inner .details h3 {
  color: #ffffff;
  position: relative;
}

section.home-news-events .event .inner .details h3::before {
  position: absolute;
  content: '';
  left: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: white;
}

section.home-news-events .event .inner .details h3 span {
  color: #1fb37f;
}

section.home-news-events .event .inner .details a {
  background: #1fb37f;
  color: #ffffff;
  padding: 10px 20px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #1fb37f;
}

section.home-news-events .event .inner .details a:hover {
  background: transparent;
  color: #1fb37f;
}

section.home-gallery {
  padding: 90px 0;
  margin-bottom: 90px;
  position: relative;
}

section.home-gallery:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  background: #f6f6f6 url(../images/about-texture.png);
  background-size: auto;
}

section.home-gallery::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 65%;
  height: 100%;
  z-index: 2;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(rgba(246, 246, 246, 0.6559)));
  background: linear-gradient(90deg, #f6f6f6 0%, rgba(246, 246, 246, 0.6559) 100%);
}

section.home-gallery .container {
  position: relative;
  z-index: 3;
}

section.home-gallery .container .gl-left {
  padding-right: 50px;
}

section.home-gallery .container .gl-left .left .inner {
  border-radius: 20px;
  overflow: hidden;
}

section.home-gallery .container .gl-left .left .inner .owl-carousel {
  border-radius: 20px;
  overflow: hidden;
}

section.home-gallery .container .gl-left .left .inner:first-child {
  margin-top: 0 !important;
}

section.home-gallery .container .gl-left .left .inner:last-child {
  margin-top: 25px;
}

section.home-gallery .container .gl-left .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.home-gallery .container .gl-left .right .inner {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

section.home-gallery .container .gl-left .right .inner .owl-carousel {
  border-radius: 20px;
  overflow: hidden;
}

section.home-gallery .container .gl-right {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.home-gallery .container .gl-right .inner h3 {
  margin-bottom: 30px;
}

section.home-gallery .container .gl-right .inner p {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
}

section.home-gallery .container .gl-right .inner a {
  color: #1fb37f;
  border: 1px solid #1fb37f;
  border-radius: 8px;
  padding: 9px 25px;
  height: 50px;
  display: inline-block;
  margin-top: 35px;
}

section.home-gallery .container .gl-right .inner a:hover {
  background: #1fb37f;
  color: #ffffff;
}

section.help-bar .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1fb37f url(../images/about-texture.png);
  padding: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

section.help-bar .inner .help-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

section.help-bar .inner .help-box .icon {
  font-size: 60px;
  margin-right: 20px;
  color: #45E9B0;
}

section.help-bar .inner .help-box .details h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Conv_CircularStd-Bold", Sans-Serif;
}

section.help-bar .inner .help-box .details h6 {
  color: #ffffff;
  font-size: 16px;
}

.footer {
  background: #f6f6f6;
}

.footer .container .row.newsletter-row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px;
  display: inline-block;
  width: 100%;
}

.footer .container .row.newsletter-row .newsletter {
  background: #ffffff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.footer .container .row.newsletter-row .newsletter .newsletter-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.footer .container .row.newsletter-row .newsletter .newsletter-box h4 {
  font-family: "Conv_CircularStd-Bold", Sans-Serif;
  margin-bottom: 15px;
}

.footer .container .row.newsletter-row .newsletter .newsletter-box h6 {
  font-size: 18px;
  line-height: 24px;
  color: #949494;
}

.footer .container .row.newsletter-row .newsletter .newsletter-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .container .row.newsletter-row .newsletter .newsletter-box form input {
  height: 60px;
  border: none;
  border: 1px solid #dedede;
  padding: 10px 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}

.footer .container .row.newsletter-row .newsletter .newsletter-box form .button {
  border: 1px solid #1fb37f;
  background: #1fb37f;
  color: #ffffff;
  padding: 15px 40px;
  margin-left: auto;
  padding: 10px 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.footer .container .row.newsletter-row .newsletter .newsletter-box form .button:hover {
  background: transparent;
  color: #1fb37f;
}

.footer .container .row.newsletter-row .newsletter .newsletter-box.right h6 {
  margin-bottom: 10px;
}

.footer .container .row.foot-links-row .left {
  padding-right: 60px;
}

.footer .container .row.foot-links-row .left h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer .container .row.foot-links-row .left h4 span {
  color: #1fb37f;
}

.footer .container .row.foot-links-row .left p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 25px;
  color: #5B615E;
}

.footer .container .row.foot-links-row .left ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .container .row.foot-links-row .left ul li {
  margin-right: 10px;
}

.footer .container .row.foot-links-row .left ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}

.footer .container .row.foot-links-row .left ul li a:hover {
  background: #1fb37f;
  color: #ffffff;
  border-color: #1fb37f;
}

.footer .container .row.foot-links-row .right {
  padding-left: 50px;
}

.footer .container .row.foot-links-row .right .links ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
  position: relative;
}

.footer .container .row.foot-links-row .right .links ul li:last-child {
  margin-bottom: 0;
}

.footer .container .row.foot-links-row .right .links ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  background: url(../images/round.svg) no-repeat;
  background-size: 9px;
}

.footer .container .row.foot-links-row .right .links ul li a {
  color: #5B615E;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
}

.footer .container .row.foot-links-row .right .links ul li a svg {
  margin-right: 10px;
}

.footer .container .row.foot-links-row .right .links ul li a:hover {
  color: #1fb37f;
}

.footer .container .row.foot-links-row .copy {
  margin-top: 50px;
}

.footer .container .row.foot-links-row .copy p {
  color: #5B615E;
  font-size: 14px;
  line-height: 20px;
  padding: 25px 0;
  border-top: 1px solid #dedede;
  margin-bottom: 0;
  text-align: center;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.mfp-title {
  font-size: 14px;
  margin: 15px 0;
}

.modal {
  overflow: hidden;
}

.modal .modal-dialog {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-dialog .modal-content {
  position: relative;
  border-radius: 0;
  background: transparent;
}

.modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
  border-bottom: none;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
  text-shadow: none;
  color: #ffffff;
  padding: 10px;
  background: #1fb37f url(../images/close.svg) no-repeat center center;
  background-size: 15px;
  border-radius: 50%;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 25px;
  border-radius: 20px;
  background: #ffffff;
}

.modal .modal-dialog .modal-content .modal-body video {
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
}

.modal .modal-dialog .modal-content .modal-body .details {
  margin-top: 25px;
  background: #ffffff;
  border-radius: 20px;
}

.modal .modal-dialog .modal-content .modal-body .details p {
  margin-bottom: 10px;
}

.modal .modal-dialog .modal-content .modal-body .details p span {
  color: #1fb37f;
}

.modal .modal-dialog .modal-content .modal-body .details p:last-child {
  margin-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: none;
}

.modal .modal-dialog .modal-content .modal-footer h6 {
  color: #ffffff;
}

/*============================== inner page style ==============================*/
.inner-section {
  padding: 90px 0;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile {
  display: none;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item {
  border-radius: 10px !important;
  border-color: #dedede;
  overflow: hidden;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-header .accordion-button.accordion-button:not(.collapsed) {
  background-color: #1fb37f;
  color: #ffffff;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
  -webkit-filter: contrast(0) brightness(10);
  filter: contrast(0) brightness(10);
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-collapse .accordion-body {
  width: 100% !important;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-collapse .accordion-body .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  color: #000000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  font-size: 16px;
  width: 100%;
  line-height: 24px;
  border: 1px solid #dedede;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-collapse .accordion-body .nav-link.active {
  background-color: #1fb37f;
  color: #ffffff;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: normal !important;
  padding-left: 13px;
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile {
  display: none;
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item {
  border-radius: 10px !important;
  border-color: #dedede;
  overflow: hidden;
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-header .accordion-button.accordion-button:not(.collapsed) {
  background-color: #1fb37f;
  color: #ffffff;
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
  -webkit-filter: contrast(0) brightness(10);
  filter: contrast(0) brightness(10);
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-collapse .accordion-body {
  width: 100% !important;
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-collapse .accordion-body .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 10px;
  color: #000000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  font-size: 16px;
  width: 100%;
  line-height: 24px;
  border: 1px solid #dedede;
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-collapse .accordion-body .nav-link.active {
  background-color: #1fb37f;
  color: #ffffff;
}

.inner-section section.connect.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: normal !important;
  padding-left: 13px;
}

.inner-section section.connect .row.connect {
  padding-bottom: 25px;
}

.inner-section section.connect .head {
  text-align: center;
  margin-bottom: 50px;
}

.inner-section section.connect .head h3 {
  margin-bottom: 10px;
}

.inner-section section.connect .connect-box .inner {
  display: block;
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}

.inner-section section.connect .connect-box .inner span {
  margin-bottom: 30px;
  display: block;
}

.inner-section section.connect .connect-box .inner span svg {
  width: 50px;
  height: 50px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect .connect-box .inner .head {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -25px;
  margin: auto;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect .connect-box .inner .head p {
  font-size: 20px;
  margin-bottom: 0;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect .connect-box .inner:hover {
  background: #effbf9;
}

.inner-section section.connect .connect-box .inner:hover span svg {
  fill: #1fb37f;
}

.inner-section section.connect .connect-box .inner:hover .head {
  background: #1fb37f;
}

.inner-section section.connect .connect-box .inner:hover .head p {
  color: #ffffff;
}

.inner-section section.connect.links .tab-left-img {
  padding-right: 30px;
}

.inner-section section.connect.links .tab-left-img .inner {
  background: url(../images/links.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  border-radius: 20px;
}

.inner-section section.connect.links nav {
  height: 100%;
  border-radius: 20px;
}

.inner-section section.connect.links nav .nav-tabs {
  display: block;
  border-bottom: none;
  height: 100%;
  padding-right: 20px;
}

.inner-section section.connect.links nav .nav-tabs .nav-link {
  border-radius: 8px;
  color: #000000;
  margin-right: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding: 15px 25px;
  width: 100%;
  text-align: left;
  line-height: 24px;
  border: 1px solid #dedede;
}

.inner-section section.connect.links nav .nav-tabs .nav-link span {
  margin-right: 15px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect.links nav .nav-tabs .nav-link span img {
  width: 20px;
}

.inner-section section.connect.links nav .nav-tabs .nav-link.active {
  background-color: #1fb37f;
  color: #ffffff;
  border-radius: 6px;
}

.inner-section section.connect.links nav .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #1fb37f;
}

.inner-section section.connect.links nav .nav-tabs .nav-link:hover::before {
  width: 100%;
}

.inner-section section.connect.links nav .nav-tabs .nav-link:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.inner-section section.connect.links .tab-content {
  padding-left: 15px;
}

.inner-section section.connect.links .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.inner-section section.connect.links .tab-content .tab-pane ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  border: 2px solid #1fb37f;
  border-radius: 10px;
}

.inner-section section.connect.links .tab-content .tab-pane ul li a:hover {
  color: #1fb37f;
}

.inner-section section.connect.links .tab-content .tab-pane h5 {
  margin-bottom: 20px;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row {
  margin-bottom: 30px;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row:last-child {
  margin-bottom: 0;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner .img span {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #ffffff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner .img span svg {
  fill: #1fb37f;
  width: 15px;
  height: 15px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner .details {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner .details a {
  border: 1px solid #1fb37f;
  border-radius: 8px;
  padding: 2px 10px 0px;
  font-size: 15px;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner .details a:hover {
  background: #1fb37f;
  color: #ffffff;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner .details p {
  margin-bottom: 0;
  font-size: 15px;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner:hover .img span {
  background: #1fb37f;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box .inner:hover .img span svg {
  fill: #ffffff;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box.audio {
  margin-bottom: 30px;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box.audio:last-child {
  margin-bottom: 0;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box.audio .inner .img {
  border-bottom: none;
  padding: 15px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box.audio .inner .img span {
  position: relative;
  width: 45px;
  height: 45px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box.audio .inner .img span svg {
  width: 24px;
  height: 24px;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box.audio .inner .details {
  padding: 15px 25px;
}

.inner-section section.connect.links .tab-content .tab-pane .video-row .video-box.audio .inner:hover .img span svg {
  -webkit-filter: invert(0.99);
  filter: invert(0.99);
}

.inner-section section.connect.links .accordion.mobile {
  display: none;
}

.inner-section section.connect.links .accordion.mobile .accordion-item {
  border-radius: 10px !important;
  border-color: #dedede;
  overflow: hidden;
}

.inner-section section.connect.links .accordion.mobile .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
}

.inner-section section.connect.links .accordion.mobile .accordion-item .accordion-header .accordion-button.accordion-button:not(.collapsed) {
  background-color: #1fb37f;
  color: #ffffff;
}

.inner-section section.connect.links .accordion.mobile .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
  -webkit-filter: contrast(0) brightness(10);
  filter: contrast(0) brightness(10);
}

.inner-section section.connect.about .about-tab nav {
  height: 100%;
}

.inner-section section.connect.about .about-tab nav .nav-tabs {
  height: 100%;
  border-bottom: none;
  margin-bottom: 50px;
  position: relative;
  display: block;
  border-bottom: none;
  height: 100%;
  padding-right: 35px;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link {
  width: 100%;
  border-radius: 10px;
  color: #000000;
  margin-right: 20px;
  margin-bottom: 10px;
  border: none;
  font-size: 18px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 15px 25px;
  text-align: left;
  line-height: 24px;
  border: 1px solid #dedede;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link span {
  margin-right: 15px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link span img {
  width: 20px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link.active {
  background: #1fb37f;
  color: #ffffff;
  border-radius: 10px;
  border-color: #1fb37f;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link.active::before {
  display: none;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link.active span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #1fb37f;
  border-color: #1fb37f;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link:hover::before {
  width: 100%;
}

.inner-section section.connect.about .about-tab nav .nav-tabs .nav-link:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.inner-section section.connect.about .about-tab .accordion.mobile {
  display: none;
}

.inner-section section.connect.about .about-tab .accordion.mobile .accordion-item {
  border-radius: 10px !important;
  border-color: #dedede;
  overflow: hidden;
}

.inner-section section.connect.about .about-tab .accordion.mobile .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
}

.inner-section section.connect.about .about-tab .accordion.mobile .accordion-item .accordion-header .accordion-button.accordion-button:not(.collapsed) {
  background-color: #1fb37f;
  color: #ffffff;
}

.inner-section section.connect.about .about-tab .accordion.mobile .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
  -webkit-filter: contrast(0) brightness(10);
  filter: contrast(0) brightness(10);
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head {
  margin-bottom: 0px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner {
  border-radius: 30px;
  margin-bottom: 0px;
  padding: 50px 45px;
  background-image: url(../images/about-texture.png);
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #f6f6f6), to(rgba(246, 246, 246, 0.415004)));
  background: linear-gradient(0deg, #fff 0%, #f6f6f6 0%, rgba(246, 246, 246, 0.415004) 100%);
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner p {
  width: 100%;
  font-size: 20px;
  text-align: left;
  line-height: 32px;
  position: relative;
  z-index: 3;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner h4 {
  position: relative;
  z-index: 3;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Conv_CircularStd-Medium", Sans-Serif;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner h4::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0px;
  width: 165px;
  height: 1px;
  background: #1fb37f;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner ul {
  position: relative;
  z-index: 3;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner ul li {
  text-align: left;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner .left img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner .right {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner h5 {
  margin-bottom: 20px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner h5.mr-top {
  margin-top: 50px;
  margin-bottom: 0;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner h6 {
  margin-bottom: 30px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner h6.mr-top {
  margin-top: 50px;
  margin-bottom: 0;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner p:last-child {
  margin-bottom: 0;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  border: 2px solid #1fb37f;
  border-radius: 10px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner ul li a span {
  color: #1fb37f;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner h5 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner h5::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #1fb37f;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner .sub-head {
  margin-bottom: 20px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner .sub {
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dedede;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner .sub h6 {
  margin-bottom: 10px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner .sub:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour {
  padding: 40px;
  border-radius: 20px;
  background-image: url(../images/about-texture.png);
  position: relative;
  overflow: hidden;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #f6f6f6), to(rgba(246, 246, 246, 0.415004)));
  background: linear-gradient(0deg, #fff 0%, #f6f6f6 0%, rgba(246, 246, 246, 0.415004) 100%);
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour h5,
.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour h6,
.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour p,
.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour ul {
  position: relative;
  z-index: 3;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour h6 {
  margin-bottom: 10px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour h6 span {
  color: #1fb37f;
  margin-top: 20px;
  display: block;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner.service-inner.work-hour p span {
  color: #1fb37f;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap {
  margin-top: 50px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner {
  height: 100%;
  padding: 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner h5 {
  margin-bottom: 20px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner.vision {
  border: 1px solid #f1f1f1;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner.vision .img {
  padding: 0;
  margin-bottom: 30px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner.vision .img img {
  border-radius: 15px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner.vision .details h5 {
  font-family: "Conv_CircularStd-Medium", Sans-Serif;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap.restoration {
  margin-top: 0;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap.restoration .box {
  margin-top: 50px;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap.restoration .box .inner {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f1f1f1;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap.restoration .box .inner .box {
  margin-top: 30px;
  margin-bottom: 0;
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap.restoration .box .inner .box .inner {
  border: none;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
}

.inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap.restoration .box .inner .box .inner h6 {
  margin-bottom: 20px;
}

.inner-section section.form {
  padding: 90px 0;
  margin: 90px 0 0;
  position: relative;
}

.inner-section section.form:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 1;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  background: #f6f6f6 url(../images/about-texture.png);
  background-size: auto;
}

.inner-section section.form::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 2;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #f6f6f6), to(rgba(246, 246, 246, 0.415004)));
  background: linear-gradient(0deg, #fff 0%, #f6f6f6 0%, rgba(246, 246, 246, 0.415004) 100%);
}

.inner-section section.form .container {
  position: relative;
  z-index: 3;
}

.inner-section section.form .container .form-left {
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.form .container .form-left .quote-form {
  width: 100%;
}

.inner-section section.form .container .form-left .quote-form h3 {
  letter-spacing: 1px;
}

.inner-section section.form .container .form-left .quote-form p {
  margin-bottom: 20px;
}

.inner-section section.form .container .form-left .quote-form .form {
  margin-top: 35px;
}

.inner-section section.form .container .form-left .quote-form .form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex .select {
  font-size: 1rem;
  margin-bottom: 12px;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex .select .custom-select-wrapper .custom-select::after {
  display: none;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex .select .custom-select-wrapper .custom-select .custom-select-trigger {
  min-width: 80px;
  height: 50px;
  line-height: 47px;
  padding: 0 25px 0 12px;
  margin-right: 5px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex .select .custom-select-wrapper .custom-select .custom-select-trigger::before {
  display: none;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex .select .custom-select-wrapper .custom-select .custom-select-trigger::after {
  right: 15px;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex .select .custom-select-wrapper .custom-select .custom-options {
  max-height: 500px;
  overflow-y: auto;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex .select .custom-select-wrapper .custom-select .custom-options .custom-option {
  padding: 8px 12px;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex.country .select {
  width: 100%;
  font-size: 1rem;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex.country .select .custom-select-wrapper .custom-select::after {
  display: none;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex.country .select .custom-select-wrapper .custom-select .custom-select-trigger {
  min-width: auto;
  width: 100%;
  height: 50px;
  line-height: 47px;
  padding: 0 25px 0 12px;
  margin-right: 5px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex.country .select .custom-select-wrapper .custom-select .custom-select-trigger::before {
  display: none;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex.country .select .custom-select-wrapper .custom-select .custom-select-trigger::after {
  right: 15px;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex.country .select .custom-select-wrapper .custom-select .custom-options .custom-option {
  padding: 8px 12px;
}

.inner-section section.form .container .form-left .quote-form .form .row .flex.country.subject {
  z-index: 1;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 {
  padding: 0 10px;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 input {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  height: 50px;
  margin-bottom: 20px;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 textarea {
  border-radius: 8px;
  border: none;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

.inner-section section.form .container .form-left .quote-form .form .row .col-12 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.inner-section section.form .container .form-left .quote-form .form .row .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-section section.form .container .form-left .quote-form .form .row .text input.btn {
  border-radius: 8;
  border: none;
  padding: 12px 25px;
  background: #1fb37f;
  font-size: 16px;
  margin-top: 20px;
}

.inner-section section.form .container .form-left .quote-form .form .row .text input.btn:hover {
  background: #000000;
}

.inner-section section.form .container .form-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.form .container .form-right .inner {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.inner-section section.form .container .form-right .inner iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.inner-section section.news {
  overflow: hidden;
}

.inner-section section.news .news-row {
  margin-left: -20px;
  margin-right: -20px;
}

.inner-section section.news .content-news {
  display: none;
}

.inner-section section.news .content-news.news-box {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-section section.news .content-news.news-box a {
  display: block;
}

.inner-section section.news .content-news.news-box .inner {
  border-radius: 20px;
  overflow: hidden;
  background: white;
  border: 1px solid #f1f1f1;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.inner-section section.news .content-news.news-box .inner img {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  opacity: 1;
  width: 100%;
}

.inner-section section.news .content-news.news-box .inner .details {
  background: #ffffff;
  padding: 30px 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  overflow: hidden;
}

.inner-section section.news .content-news.news-box .inner .details p {
  color: #949494;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.inner-section section.news .content-news.news-box .inner .details h6 {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
}

.inner-section section.news .content-news.news-box .inner .details a {
  margin-top: 15px;
  font-size: 15px;
  color: #1fb37f;
  display: inline-block;
  border-bottom: 1px solid #1fb37f;
  line-height: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
}

.inner-section section.news .content-news.news-box .inner .details .more {
  margin-top: 15px;
  font-size: 15px;
  color: #1fb37f;
  display: inline-block;
  border-bottom: 1px solid #1fb37f;
  line-height: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
}

.inner-section section.news .content-news.news-box .inner:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
}

.inner-section section.news .content-news.news-box .inner:hover img {
  opacity: 0.6;
}

.inner-section section.news .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-section section.news .more a {
  background: #1fb37f;
  color: #ffffff;
  border-radius: 8px;
  padding: 9px 25px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.news .more a.noContent {
  display: none;
}

.inner-section section.events .head .inner h4 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.inner-section section.events .head .inner h4::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #1fb37f;
}

.inner-section section.events .head .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-section section.events .head .inner ul li {
  margin-right: 30px;
  font-size: 20px;
}

.inner-section section.events .head .inner ul li a:hover {
  color: #1fb37f;
}

.inner-section section.events .events-table {
  margin-top: 50px;
}

.inner-section section.events .events-table h5 {
  padding: 25px;
  background: #1fb37f;
  color: #ffffff;
  text-align: center;
  display: block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.inner-section section.events .events-table .table {
  overflow: hidden;
  font-size: 16px;
  border-color: #dedede;
  margin-bottom: 0;
}

.inner-section section.events .events-table .table thead {
  background: #effbf9;
  font-family: "Conv_CircularStd-Medium", Sans-Serif;
}

.inner-section section.events .events-table .table thead tr td {
  font-size: 18px;
}

.inner-section section.events .events-table .table tr td {
  padding: 10px 25px;
}

.inner-section section.events .events-table .table tr:nth-of-type(2n) {
  background: #f6f6f6;
}

.inner-section section.gallery .gallery-tab-wrap {
  padding-right: 35px;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab {
  height: 100%;
  padding-right: 50px;
  border-right: 1px solid #dedede;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs {
  border-bottom: none;
  position: relative;
  display: block;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link {
  text-align: left;
  border-radius: 10px;
  color: #000000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 15px 25px;
  width: 100%;
  line-height: 24px;
  border: 1px solid #dedede;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link span {
  margin-right: 15px;
  overflow: hidden;
  width: 0;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link span img {
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link:last-child {
  margin-bottom: 0;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link span img {
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link.active {
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #1fb37f;
  background-color: #1fb37f;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link.active span {
  width: auto;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link.active span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #1fb37f;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link:hover span {
  width: auto;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .nav-link:hover span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion {
  margin-bottom: 10px;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item h2.accordion-header button.accordion-button {
  border-radius: 10px;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item h2.accordion-header button.accordion-button[aria-expanded="true"] {
  background-color: #1fb37f;
  color: #fff;
  border-radius: 0;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item h2.accordion-header button.accordion-button[aria-expanded="true"]:after {
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item h2.accordion-header button.accordion-button[aria-expanded="false"] {
  background-color: #fff;
  color: #000;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item h2.accordion-header button.accordion-button[aria-expanded="false"]:after {
  -webkit-filter: invert(1) brightness(0);
          filter: invert(1) brightness(0);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item h2.accordion-header button.accordion-button:after {
  background-size: 18px;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 15px;
}

.inner-section section.gallery .gallery-tab-wrap .gallery-tab .nav-tabs .accordion .accordion-item .accordion-collapse .accordion-body nav .nav-tabs button.nav-link {
  padding: 10px 15px;
  font-size: 16px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .inside-tab .nav-tabs {
  border-bottom: none;
  position: relative;
  display: block;
  padding-right: 20px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .inside-tab .nav-tabs .nav-link {
  border-radius: 0;
  color: #000000;
  margin-right: 0px;
  border: none;
  border-bottom: 1px dashed #dedede;
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding: 12px 0px;
  width: 100%;
  text-align: left;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .inside-tab .nav-tabs .nav-link.active {
  color: #1fb37f;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .inside-tab .nav-tabs .nav-link:hover {
  color: #1fb37f;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box {
  margin-bottom: 30px;
  z-index: 1;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.06);
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner figure {
  position: relative;
  margin-bottom: 0;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner figure img {
  width: 100%;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner figure .btn-gallery {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  z-index: 1;
  background-color: rgba(31, 179, 127, 0.9);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 500ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner figure .btn-gallery svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner h6 {
  position: relative;
  margin: 20px 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  padding: 0 20px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner:hover figure {
  position: relative;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner:hover figure img {
  width: 100%;
}

.inner-section section.gallery .gallery-tab-content .tab-content .tab-pane .gl-box .gl-box-inner:hover figure .btn-gallery {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row h5 {
  margin-bottom: 30px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box {
  margin-bottom: 25px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box:nth-last-child(1) {
  margin-bottom: 0;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner .img span {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #ffffff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner .img span svg {
  fill: #1fb37f;
  width: 15px;
  height: 15px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner .details {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner .details a {
  border: 1px solid #1fb37f;
  border-radius: 8px;
  padding: 2px 10px 0px;
  font-size: 15px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner .details a:hover {
  background: #1fb37f;
  color: #ffffff;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner .details p {
  margin-bottom: 0;
  font-size: 15px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner:hover .img span {
  background: #1fb37f;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box .inner:hover .img span svg {
  fill: #ffffff;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box.audio {
  margin-bottom: 30px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box.audio:last-child {
  margin-bottom: 0;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box.audio .inner .img {
  padding: 15px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box.audio .inner .img h6 {
  font-size: 18px;
  width: 75%;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box.audio .inner .img span {
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: 15px;
  transition: 600ms;
  -webkit-transition: 600ms;
  -o-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box.audio .inner .img span svg {
  width: 24px;
  height: 24px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box.audio .inner .details {
  padding: 15px 25px;
}

.inner-section section.gallery .gallery-tab-content .tab-content .video-row .video-box.audio .inner:hover .img span svg {
  -webkit-filter: invert(0.99);
  filter: invert(0.99);
}

.inner-section section.e-library .row.e-library-row {
  margin-left: -20px;
  margin-right: -20px;
}

.inner-section section.e-library .content-a {
  display: none;
}

.inner-section section.e-library .content-a.e-library-box {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-section section.e-library .content-a.e-library-box .inner {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dedede;
  position: relative;
  padding-bottom: 40px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.inner-section section.e-library .content-a.e-library-box .inner:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
}

.inner-section section.e-library .content-a.e-library-box .inner img {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  opacity: 1;
  width: 100%;
}

.inner-section section.e-library .content-a.e-library-box .inner .details {
  background: #ffffff;
  padding: 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  overflow: hidden;
}

.inner-section section.e-library .content-a.e-library-box .inner .details p {
  color: #949494;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
}

.inner-section section.e-library .content-a.e-library-box .inner .details h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.inner-section section.e-library .content-a.e-library-box .inner .details h6 {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

.inner-section section.e-library .content-a.e-library-box .inner .details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-section section.e-library .content-a.e-library-box .inner .details ul li {
  font-size: 14px;
  list-style: none;
}

.inner-section section.e-library .content-a.e-library-box .inner .details ul li:last-child {
  padding-left: 30px;
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  padding-top: 15px;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
  font-size: 14px;
  color: #1fb37f;
  border-top: 1px dashed #f1f1f1;
  margin-top: 15px;
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-header .accordion-button:focus {
  background: transparent;
  color: #1fb37f;
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-header .accordion-button span {
  border-bottom: 1px solid #1fb37f;
  padding-bottom: 5px;
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-header .accordion-button::after {
  width: 10px;
  height: 10px;
  background: transparent;
  border-bottom: 1px solid #1fb37f;
  border-left: 1px solid #1fb37f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 15px;
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-collapse .accordion-body h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

.inner-section section.e-library .content-a.e-library-box .inner .details .accordion .accordion-item .accordion-collapse .accordion-body h6:last-child {
  margin-bottom: 0;
}

.inner-section section.e-library .content-a.e-library-box .inner .lib-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f1f1f1;
}

.inner-section section.e-library .content-a.e-library-box .inner .lib-btn a {
  width: 50%;
  font-size: 15px;
  color: #000000;
  display: inline-block;
  line-height: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 12px 8px;
  background: #ddf0ed;
}

.inner-section section.e-library .content-a.e-library-box .inner .lib-btn a:last-child {
  background: #effbf9;
  color: #000000;
}

.inner-section section.e-library .content-a.e-library-box .inner .lib-btn a:last-child:hover {
  background: transparent;
  color: #1fb37f;
}

.inner-section section.e-library .content-a.e-library-box .inner .lib-btn a:hover {
  background: transparent;
  color: #1fb37f;
}

.inner-section section.e-library .content-a.e-library-box .inner:hover img {
  opacity: 0.6;
}

.inner-section section.e-library .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-section section.e-library .more a {
  background: #1fb37f;
  color: #ffffff;
  border-radius: 8px;
  padding: 9px 25px;
  height: 50px;
  display: inline-block;
}

.inner-section section.publications .item-resutls h6 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}

.inner-section section.publications .content-b {
  display: none;
}

.inner-section section.publications .content-b.publications-box {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-section section.publications .content-b.publications-box .inner {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dedede;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.inner-section section.publications .content-b.publications-box .inner:hover {
  border-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
}

.inner-section section.publications .content-b.publications-box .inner img {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  opacity: 1;
  width: 100%;
}

.inner-section section.publications .content-b.publications-box .inner .details {
  background: #ffffff;
  padding: 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  overflow: hidden;
}

.inner-section section.publications .content-b.publications-box .inner .details span.category {
  background: #1fb37f;
  color: #ffffff;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 15px;
}

.inner-section section.publications .content-b.publications-box .inner .details .category {
  color: #1fb37f;
  font-size: 14px;
  line-height: 26px;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 05px;
}

.inner-section section.publications .content-b.publications-box .inner .details p {
  color: #949494;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
}

.inner-section section.publications .content-b.publications-box .inner .details h5 {
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}

.inner-section section.publications .content-b.publications-box .inner .details h6 {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
  font-size: 16px;
  margin-bottom: 10px;
}

.inner-section section.publications .content-b.publications-box .inner .details h6 span {
  color: #1fb37f;
  margin-bottom: 15px;
  display: block;
  padding-left: 40px;
  position: relative;
}

.inner-section section.publications .content-b.publications-box .inner .details h6 span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  width: 25px;
  height: 1px;
  background: #1fb37f;
}

.inner-section section.publications .content-b.publications-box .inner .details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-section section.publications .content-b.publications-box .inner .details ul li {
  margin-top: 15px;
}

.inner-section section.publications .content-b.publications-box .inner .details ul li a {
  padding: 12px 15px;
  border: 1px solid #1fb37f;
  border-radius: 6px;
  font-size: 14px;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 500ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.inner-section section.publications .content-b.publications-box .inner .book-img {
  min-width: 30%;
  max-width: 30%;
  padding: 25px;
  padding-right: 0;
}

.inner-section section.publications .content-b.publications-box .inner .book-img img {
  border-radius: 10px;
}

.inner-section section.publications .content-b.publications-box .inner:hover .details ul li a {
  background: #1fb37f;
  color: #ffffff;
}

.inner-section section.publications .content-b.publications-box.publications .inner .lib-btn a {
  width: 100%;
}

.inner-section section.publications .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-section section.publications .more a {
  background: #1fb37f;
  color: #ffffff;
  border-radius: 8px;
  padding: 9px 25px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.publications .more a.noContent {
  display: none;
}

.inner-section section.single-news .single-news-box {
  border-radius: 30px;
  margin-bottom: 0px;
  padding: 80px 68px;
  background-image: url(../images/about-texture.png);
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.inner-section section.single-news .single-news-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #f6f6f6), to(rgba(246, 246, 246, 0.415004)));
  background: linear-gradient(0deg, #fff 0%, #f6f6f6 0%, rgba(246, 246, 246, 0.415004) 100%);
}

.inner-section section.single-news .single-news-box .left {
  position: relative;
  z-index: 3;
}

.inner-section section.single-news .single-news-box .left img {
  border-radius: 20px;
}

.inner-section section.single-news .single-news-box .right {
  position: relative;
  z-index: 3;
  text-align: center;
}

.inner-section section.single-news .single-news-box .right h6 {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  margin-bottom: 20px;
}

.inner-section section.single-news .single-news-box .right h6::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0px;
  width: 165px;
  height: 1px;
  background: #1fb37f;
}

.inner-section section.single-news .single-news-box .right h4 {
  margin-bottom: 30px;
}

.inner-section section.single-news .single-news-box .right img {
  border-radius: 20px;
}

.inner-section section.single-news .single-news-box .bottom {
  position: relative;
  z-index: 3;
  margin-top: 50px;
}

.inner-section section.single-news .single-news-box .bottom p:last-child {
  margin-bottom: 0;
}

.inner-section section.search-listing .side-bar {
  padding-right: 30px;
}

.inner-section section.search-listing .side-bar h6.result {
  color: #dedede;
  margin-bottom: 20px;
}

.inner-section section.search-listing .side-bar .accordion .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-radius: 20px;
  overflow: hidden;
}

.inner-section section.search-listing .side-bar .accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dedede;
}

.inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-header .accordion-button {
  padding: 20px;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
  background: #effbf9;
  color: #1fb37f;
}

.inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #effbf9;
  color: #1fb37f;
  font-weight: normal;
  font-size: 18px;
}

.inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../images/download.svg);
}

.inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/download-2.svg);
}

.inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-collapse {
  border-top: 1px solid #dedede;
}

.inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 15px;
}

.inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox label {
  color: #000000;
}

.inner-section section.search-listing .side-bar-mobile {
  padding-right: 30px;
  display: none;
}

.inner-section section.search-listing .side-bar-mobile h6.result {
  color: #dedede;
  margin-bottom: 20px;
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-radius: 20px;
  overflow: hidden;
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #dedede;
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item .accordion-header .accordion-button {
  padding: 20px;
  font-family: "Conv_CircularStd-Book", Sans-Serif;
  background: #effbf9;
  color: #1fb37f;
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #effbf9;
  color: #1fb37f;
  font-weight: normal;
  font-size: 18px;
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../images/download.svg);
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/download-2.svg);
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item .accordion-collapse {
  border-top: 1px solid #dedede;
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 15px;
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.inner-section section.search-listing .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox label {
  color: #000000;
}

.inner-section section.search-listing .listing .row .item-resutls h6 {
  margin-bottom: 20px;
}

.inner-section section.search-listing .listing .row .page-error .error-inner {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f6f6;
  border-radius: 20px;
  height: 476px;
}

.inner-section section.search-listing .listing .row .page-error .error-inner span {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
  border-radius: 50%;
}

.inner-section section.search-listing .listing .row .page-error .error-inner h4 {
  margin-top: 30px;
}

.inner-section section.search-listing .listing .row a {
  display: block;
}

.inner-section section.search-listing .listing .row .book-box {
  margin-bottom: 30px;
}

.inner-section section.search-listing .listing .row .book-box .inner {
  border: 1px solid #dedede;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  cursor: pointer;
}

.inner-section section.search-listing .listing .row .book-box .inner:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
  border-color: #f1f1f1;
}

.inner-section section.search-listing .listing .row .book-box .inner .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

.inner-section section.search-listing .listing .row .book-box .inner .book img {
  border-radius: 10px;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-right: 15px;
  position: relative;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details ul li:first-child {
  color: #1fb37f;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details ul li:first-child::after {
  position: absolute;
  content: '';
  left: 100%;
  top: 14px;
  width: 50px;
  height: 1px;
  background: #dedede;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details ul li i {
  margin-left: 5px;
  color: #dedede;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details ul li.category:after {
  display: none;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details ul li.category a {
  border-bottom: none;
  font-size: 14px;
  border: none;
  padding: 0;
  font-size: 14px;
  border-radius: 7px;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details p {
  color: #949494;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 22px;
}

.inner-section section.search-listing .listing .row .book-box .inner .book-details .more {
  font-size: 16px;
  color: #1fb37f;
  display: inline-block;
  border-bottom: 1px solid #1fb37f;
  line-height: 20px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  position: relative;
  z-index: 1;
}

.inner-section section.search-listing .listing .row .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.inner-section section.search-listing .listing .row .pagination .page-item .page-link {
  color: #000000;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 14px;
  padding: 5px 18px;
}

.inner-section section.search-listing .listing .row .pagination .page-item:first-child .page-link, .inner-section section.search-listing .listing .row .pagination .page-item:last-child .page-link {
  background: #effbf9;
}

.inner-section section.book-single {
  margin-top: 80px;
}

.inner-section section.book-single .book {
  padding-right: 60px;
}

.inner-section section.book-single .book .inner {
  background: #effbf9;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.inner-section section.book-single .book .inner .embed-wrap {
  position: relative;
}

.inner-section section.book-single .book .inner .embed-wrap .fullwidth {
  position: absolute;
  right: 0;
  top: 10px;
  width: 58px;
  height: 44px;
  background-color: #ffffff;
  margin-top: 0;
  border-radius: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.inner-section section.book-single .book .inner .embed-wrap .fullwidth svg {
  width: 20px;
  height: 20px;
  fill: #000000 !important;
  margin-left: 0;
}

.inner-section section.book-single .book .inner img {
  position: relative;
  z-index: 1;
}

.inner-section section.book-single .book .inner a.pdf-btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1fb37f;
  color: #fff;
  border-radius: 8px;
  padding: 9px 25px;
  height: 50px;
  border: 1px solid #1fb37f;
}

.inner-section section.book-single .book .inner a.pdf-btn svg {
  width: 14px;
  height: 24px;
  margin-left: 5px;
  fill: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.77, 0.155, 0.445, 1.32) !important;
  transition: all 500ms cubic-bezier(0.77, 0.155, 0.445, 1.32) !important;
}

.inner-section section.book-single .book .inner a.pdf-btn:hover {
  background: #effbf9;
  color: #1fb37f;
}

.inner-section section.book-single .book .inner a.pdf-btn:hover svg {
  fill: #1fb37f;
}

.inner-section section.book-single .book .inner embed {
  width: 100%;
  height: 350px;
}

.inner-section section.book-single .book .inner iframe {
  width: 100%;
  height: 350px;
}

.inner-section section.book-single .book-details {
  padding-left: 0px;
}

.inner-section section.book-single .book-details .inner {
  height: 100%;
}

.inner-section section.book-single .book-details .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-section section.book-single .book-details .inner ul.inner-b-crumb {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.inner-section section.book-single .book-details .inner ul.inner-b-crumb li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  color: #1fb37f;
  position: relative;
}

.inner-section section.book-single .book-details .inner ul.inner-b-crumb li:after {
  position: absolute;
  content: '';
  right: 0;
  top: 7px;
  width: 1px;
  height: 15px;
  background: #959fa9;
}

.inner-section section.book-single .book-details .inner ul.inner-b-crumb li a {
  color: #fff;
  margin-left: 0;
  background: none;
  border: 0;
  color: #000;
  border-radius: 0;
  padding: 0;
  height: auto;
}

.inner-section section.book-single .book-details .inner ul.inner-b-crumb li a:last-child {
  margin-left: 0;
  background: none;
  color: #000;
}

.inner-section section.book-single .book-details .inner ul.inner-b-crumb li:last-child:after {
  display: none;
}

.inner-section section.book-single .book-details .inner h6 {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #1fb37f;
}

.inner-section section.book-single .book-details .inner h6::after {
  position: absolute;
  content: '';
  left: 100%;
  top: 10px;
  width: 100px;
  height: 1px;
  background: #dedede;
}

.inner-section section.book-single .book-details .inner h4 {
  max-width: 75%;
  margin-bottom: 30px;
}

.inner-section section.book-single .book-details .inner p {
  margin-bottom: 5px;
}

.inner-section section.book-single .book-details .inner p:last-child {
  margin-bottom: 0;
}

.inner-section section.book-single .book-details .inner ul {
  margin-top: 25px;
}

.inner-section section.book-single .book-details .inner ul li {
  color: #dedede;
}

.inner-section section.book-single .book-details .inner ul li i {
  font-size: 24px;
}

.inner-section section.book-single .book-details .inner ul li a {
  border: 1px solid #1fb37f;
  border-radius: 8px;
  padding: 9px 25px;
  height: 50px;
  color: #1fb37f;
  display: inline-block;
}

.inner-section section.book-single .book-details .inner ul li a svg {
  margin-left: 5px;
  -webkit-transition: 400ms;
  transition: 400ms;
  width: 14px;
  height: 24px;
  fill: #fff;
}

.inner-section section.book-single .book-details .inner ul li a:last-child {
  background: #1fb37f;
  color: #ffffff;
  margin-left: 20px;
}

.inner-section section.book-single .book-details .inner ul li a:hover {
  background: #effbf9;
  color: #1fb37f;
}

.inner-section section.book-single .book-details .inner ul li a:hover svg {
  fill: #1fb37f;
}

.inner-section section.book-single .book-details .inner ul li a:first-child span svg {
  fill: #1fb37f;
}

.inner-section section.book-single .book-details .overview {
  padding-top: 20px;
}

.inner-section section.book-single .book-details .overview h5 {
  margin-bottom: 20px;
}

.inner-section section.book-single .book-details .overview ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-section section.book-single .book-details .overview .nav-tabs {
  border-bottom: none;
  padding-left: 50px;
}

.inner-section section.book-single .book-details .overview .nav-tabs .nav-link {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000000;
  margin-right: 15px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.inner-section section.book-single .book-details .overview .nav-tabs .nav-link.active {
  border-color: #dedede #dedede #fff;
  color: #1fb37f;
}

.inner-section section.book-single .book-details .overview .nav-tabs .nav-link.active:hover {
  border-bottom: 1px solid #ffffff;
}

.inner-section section.book-single .book-details .overview .nav-tabs .nav-link:hover {
  border-color: #dedede;
}

.inner-section section.book-single .book-details .overview .tab-content {
  border: 1px solid #dedede;
  padding: 30px;
  border-radius: 20px;
}

.inner-section section.book-single .book-details .overview .tab-content .tab-pane ul {
  margin-top: 20px;
}

.inner-section section.book-single .book-details .overview .tab-content .tab-pane ul li {
  padding: 10px 0px;
  border-bottom: 1px dashed #dedede;
}

.inner-section section.book-single .book-details .overview .tab-content .tab-pane ul li span {
  margin-right: 10px;
  color: #1fb37f;
}

.inner-section section.book-single .book-details .overview .tab-content .tab-pane ul li:last-child {
  border-bottom: none;
}

.inner-section section.book-single .book-details .overview ul {
  margin-top: 0px;
}

.inner-section section.book-single .book-details .overview ul li {
  padding: 10px 0px;
  border-bottom: 1px dashed #dedede;
  color: #000000;
}

.inner-section section.book-single .book-details .overview ul li span {
  margin-right: 10px;
  color: #949494;
}

.inner-section section.book-single .book-details .overview ul li a {
  color: #1fb37f !important;
  padding: 0 !important;
  margin: 0;
  background: transparent !important;
  border: none;
  margin-left: 0 !important;
  height: auto;
}

.inner-section section.book-single .book-details .overview ul li a:hover {
  color: #000000 !important;
}

.inner-section section.book-single .book-details .overview ul li:last-child {
  border-bottom: none;
}

.inner-section section.book-single .book-details .overview .expand-button {
  margin: inherit;
  background: transparent;
  color: #1fb37f;
  padding: 0;
  width: auto;
  border: none;
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #1fb37f;
  margin-top: 0;
}

.inner-section section.book-single .row.related {
  margin-top: 90px;
}

.inner-section section.book-single .row.related .left {
  padding-right: 90px;
}

.inner-section section.book-single .row.related .left .nav-tabs {
  border-bottom: none;
  padding-left: 50px;
}

.inner-section section.book-single .row.related .left .nav-tabs .nav-link {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #000000;
  margin-right: 15px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.inner-section section.book-single .row.related .left .nav-tabs .nav-link.active {
  border-color: #dedede #dedede #fff;
  color: #1fb37f;
}

.inner-section section.book-single .row.related .left .nav-tabs .nav-link.active:hover {
  border-bottom: 1px solid #ffffff;
}

.inner-section section.book-single .row.related .left .nav-tabs .nav-link:hover {
  border-color: #dedede;
}

.inner-section section.book-single .row.related .left .tab-content {
  border: 1px solid #dedede;
  padding: 30px;
  border-radius: 20px;
}

.inner-section section.book-single .row.related .left .tab-content .tab-pane ul {
  margin-top: 20px;
}

.inner-section section.book-single .row.related .left .tab-content .tab-pane ul li {
  padding: 10px 0px;
  border-bottom: 1px dashed #dedede;
}

.inner-section section.book-single .row.related .left .tab-content .tab-pane ul li span {
  margin-right: 10px;
  color: #1fb37f;
}

.inner-section section.book-single .row.related .left .tab-content .tab-pane ul li:last-child {
  border-bottom: none;
}

.inner-section section.book-single .row.related .left ul {
  margin-top: 20px;
}

.inner-section section.book-single .row.related .left ul li {
  padding: 10px 0px;
  border-bottom: 1px dashed #dedede;
}

.inner-section section.book-single .row.related .left ul li span {
  margin-right: 10px;
  color: #1fb37f;
}

.inner-section section.book-single .row.related .left ul li:last-child {
  border-bottom: none;
}

.inner-section section.book-single .row.related .left .expand-button {
  margin: inherit;
  background: transparent;
  color: #1fb37f;
  padding: 0;
  width: auto;
  border: none;
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #1fb37f;
}

.inner-section section.book-single .row.related h5 {
  margin-bottom: 30px;
}

.inner-section section.book-single .row.related .owl-related .item .inner {
  border: 1px solid #dedede;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  cursor: pointer;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: relative;
  padding-right: 0;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book img {
  border-radius: 10px;
  width: auto;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details {
  padding-left: 0;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details ul li:first-child {
  color: #1fb37f;
  padding-right: 15px;
  position: relative;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details ul li:first-child::after {
  position: absolute;
  content: '';
  left: 100%;
  top: 14px;
  width: 50px;
  height: 1px;
  background: #dedede;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details ul li i {
  margin-left: 5px;
  color: #dedede;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details ul li.category span {
  background: #1fb37f;
  color: #ffffff;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 7px;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details ul li.category:after {
  display: none;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details ul li .more {
  border-bottom: none;
  border: none;
  padding: 0;
  font-size: 14px;
  border-radius: 7px;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details p {
  color: #949494;
  font-size: 14px;
  margin-top: 15px;
}

.inner-section section.book-single .row.related .owl-related .item .inner .book-details .more {
  font-size: 16px;
  color: #1fb37f;
  display: inline-block;
  border-bottom: 1px solid #1fb37f;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

.inner-section section.book-single .row.related .owl-related .owl-nav {
  background: #ffffff;
  margin-top: 20px !important;
  padding: 0px 10px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dedede;
  width: 95px;
  margin: auto;
  position: absolute;
  top: -85px;
  right: 0;
}

.inner-section section.book-single .row.related .owl-related .owl-nav button {
  background: transparent;
  border: none;
  outline: none;
  position: relative;
  margin: 0;
  padding: 18px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-section section.book-single .row.related .owl-related .owl-nav button:hover {
  background: transparent;
}

.inner-section section.book-single .row.related .owl-related .owl-nav button::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.inner-section section.book-single .row.related .owl-related .owl-nav button:first-child {
  padding-right: 18px !important;
  margin-right: 6px;
}

.inner-section section.book-single .row.related .owl-related .owl-nav button:first-child::before {
  position: absolute;
  content: '';
  right: -2px;
  top: 12px;
  width: 1px;
  height: 13px;
  background: rgba(0, 0, 0, 0.5);
}

.inner-section section.book-single .row.related .owl-related .owl-nav button:first-child::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.inner-section section.book-single .row.related .owl-related .owl-nav button:hover::after {
  border-color: #1fb37f;
}

.inner-section section.about-us {
  padding: 90px 0;
  margin-bottom: 90px;
  position: relative;
}

.inner-section section.about-us::before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: 1;
  background: #f6f6f6 url(../images/about-texture.png);
  background-size: auto;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.inner-section section.about-us::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: 2;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #f6f6f6), to(rgba(246, 246, 246, 0.415004)));
  background: linear-gradient(0deg, #fff 0%, #f6f6f6 0%, rgba(246, 246, 246, 0.415004) 100%);
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.inner-section section.about-us .container {
  position: relative;
  z-index: 3;
}

.inner-section section.about-us .container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.about-us .container .left img {
  width: 100%;
  border-radius: 20px;
}

.inner-section section.about-us .container .right {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-section section.about-us .container .right .inner h4 {
  position: relative;
  z-index: 3;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Conv_CircularStd-Medium", Sans-Serif;
}

.inner-section section.about-us .container .right .inner h4::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0px;
  width: 165px;
  height: 1px;
  background: #1fb37f;
}

.inner-section section.about-us .container .right .inner p:last-child {
  margin-bottom: 0;
}

.inner-section section.services .service-wrap {
  margin-bottom: 50px;
}

.inner-section section.services .service-wrap:last-child {
  margin-bottom: 0;
}

.inner-section section.services .service-wrap .service-inner {
  padding: 40px;
  border: 1px solid #dedede;
  border-radius: 20px;
}

.inner-section section.services .service-wrap .service-inner h5 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.inner-section section.services .service-wrap .service-inner h5::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #1fb37f;
}

.inner-section section.services .service-wrap .service-inner ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
}

.inner-section section.services .service-wrap .service-inner ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  border: 2px solid #1fb37f;
  border-radius: 10px;
}

.inner-section section.services .service-wrap .service-inner ul li:last-child {
  margin-bottom: 0;
}

.inner-section section.services .service-wrap .service-inner ul li ul {
  padding-left: 30px;
  margin-top: 15px;
}

.inner-section section.services .service-wrap .service-inner p:last-child {
  margin-bottom: 0;
}

.inner-section section.services .service-wrap .service-inner .sub-head {
  margin-top: 30px;
  margin-bottom: 15px;
}

.inner-section section.services .service-wrap .service-inner .sub {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dedede;
}

.inner-section section.services .service-wrap .service-inner .sub h6 {
  margin-bottom: 15px;
}

.inner-section section.services .service-wrap.work-hour .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px;
  border-radius: 20px;
  background-image: url(../images/about-texture.png);
  position: relative;
  overflow: hidden;
}

.inner-section section.services .service-wrap.work-hour .service-inner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(0%, #f6f6f6), to(rgba(246, 246, 246, 0.415004)));
  background: linear-gradient(0deg, #fff 0%, #f6f6f6 0%, rgba(246, 246, 246, 0.415004) 100%);
}

.inner-section section.services .service-wrap.work-hour .service-inner h5,
.inner-section section.services .service-wrap.work-hour .service-inner h6,
.inner-section section.services .service-wrap.work-hour .service-inner p,
.inner-section section.services .service-wrap.work-hour .service-inner ul {
  position: relative;
  z-index: 3;
}

.inner-section section.services .service-wrap.work-hour .service-inner h6 {
  margin-bottom: 10px;
}

.inner-section section.services .service-wrap.work-hour .service-inner h6 span {
  color: #1fb37f;
  margin-top: 20px;
  display: block;
}

.inner-section section.services .service-wrap.work-hour .service-inner p span {
  color: #1fb37f;
}

.filter {
  position: relative;
  z-index: 3;
}

.filter .inner {
  margin-bottom: 0px;
  padding: 60px 0;
  background-image: url(../images/about-texture.png);
  position: relative;
}

.filter .inner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 0px;
  background: #000000;
  opacity: 0.08;
}

.filter .inner h5 {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  padding-right: 25px;
  display: inline-block;
}

.filter .inner h5::after {
  position: absolute;
  content: '';
  left: 100%;
  top: 50%;
  width: 160px;
  height: 1px;
  background: #1fb37f;
}

.filter .inner form {
  position: relative;
  z-index: 3;
}

.filter .inner form .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.filter .inner form .form-inner .search {
  padding: 0 15px;
  padding-right: 5px;
}

.filter .inner form .form-inner .select {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter .inner form .form-inner .btn-primary {
  height: 70px;
  border-radius: 10px;
  padding: 15px 30px;
  background: #1fb37f;
  border: none;
  margin-left: 20px;
}

.location {
  padding: 90px 80px;
}

.location .inner {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
  border: 15px solid #ffffff;
  border-radius: 30px;
}

.location .inner iframe {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  display: block;
}

.select2-container .select2-dropdown {
  border: 0;
}

.select2-container .select2-dropdown .select2-search {
  display: none;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
}

.select2-container .select2-dropdown .select2-results > .select2-results__options {
  max-height: 400px;
}

.select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
}

.select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
  outline: 0;
  border-radius: 30px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--group ul.select2-results__options li.select2-results__option:first-child {
  padding-left: 15px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--group ul.select2-results__options li.select2-results__option:first-child:before {
  display: none;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--group:last-child ul.select2-results__options li.select2-results__option:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--group:first-child ul.select2-results__options li.select2-results__option:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li .select2-results__group {
  padding: 0;
  border-bottom: 0;
  background-color: none;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li ul .select2-results__option {
  padding: 12px 22px 12px 35px;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px dashed #f1f1f1;
  position: relative;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li ul .select2-results__option.select2-results__option--highlighted {
  background-color: #1fb37f;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li ul .select2-results__option.select2-results__option--highlighted:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li ul .select2-results__option.select2-results__option--selected {
  background-color: #1fb37f;
  color: #fff;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li ul .select2-results__option.select2-results__option--selected:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.select2-container .select2-dropdown .select2-results .select2-results__options li ul .select2-results__option:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pdf-modal .modal-dialog {
  max-width: 1000px;
}

.pdf-modal .modal-dialog .modal-body {
  position: relative;
}

.pdf-modal .modal-dialog .modal-body::after {
  position: absolute;
  content: '';
  right: 25px;
  top: 25px;
  width: 50px;
  height: 57px;
  background: #d1d1d1;
}

.pdf-modal .modal-dialog .modal-body .inner {
  overflow: hidden;
  background: #d1d1d1;
}

.pdf-modal .modal-dialog .modal-body .inner iframe {
  width: 100%;
  height: 650px;
}

.ndfHFb-c4YZDc-GSQQnc-LgbsSe.ndfHFb-c4YZDc-to915-LgbsSe.VIpgJd-TzA9Ye-eEGnhe.ndfHFb-c4YZDc-LgbsSe.ndfHFb-c4YZDc-w5vlXd {
  display: none !important;
}

h2.hidden {
  display: none;
}

/*========================= RESPONSIVE =========================*/
@media (max-width: 1600px) {
  #main .header .header-right {
    margin-left: 50px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
    padding-right: 30px;
  }
  #main section.banner {
    margin-top: 137px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner h1 {
    margin-bottom: 20px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner p {
    margin-bottom: 30px;
  }
}

/*============================================ END 1600 ============================================*/
@media (max-width: 1400px) {
  #main .header {
    padding: 35px 50px;
  }
  #main .header.shrink-nav {
    padding: 25px 50px;
  }
  #main .header .logo {
    width: 340px;
    min-width: 340px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    padding-right: 20px;
  }
  #main .header .header-right .language-wrap .language .dropdown .dropdown-toggle {
    font-size: 16px;
  }
  #main section.banner {
    margin-top: 127px;
    padding: 0 50px;
  }
  section.home-news-events .event {
    padding-left: 15px;
  }
}

/*============================================ END 1400 ============================================*/
@media (max-width: 1366px) {
  #main .header {
    padding: 25px;
  }
  #main .header.shrink-nav {
    padding: 25px;
  }
  #main .header .logo {
    width: 310px;
    min-width: 310px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item a {
    padding-right: 30px;
  }
  #main section.banner {
    margin-top: 108px;
  }
}

/*============================================ END 1366 ============================================*/
@media (max-width: 1199px) {
  #main .header {
    display: block;
  }
  #main .header .logo {
    text-align: center;
    width: 350px;
  }
  #main .header .header-right {
    margin-top: 10px;
    margin-left: 0;
  }
  #main section.banner {
    margin-top: 170px;
  }
  #main section.banner.inner-banner.publications .banner-inner .filter form .filter-inner .select {
    width: 25%;
  }
  .inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox {
    line-height: 21px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .inner-section section.search-listing .side-bar .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  section.books-category .container .right {
    display: block;
  }
  section.books-category .container .right img {
    float: right;
    max-width: 80%;
  }
  section.home-about .container .left {
    padding-right: 15px;
  }
  section.home-about .container .right {
    padding-left: 50px;
  }
  section.home-news-events .owl-news .item .inner .details h5 {
    font-size: 20px;
  }
  section.home-gallery .container .gl-left {
    padding-right: 30px;
  }
  section.home-gallery .container .gl-right {
    padding-left: 15px;
  }
  .inner-section section.book-single .book-details .inner h4 {
    max-width: 100%;
  }
}

/*============================================ END 1199 ============================================*/
@media (max-width: 991px) {
  h3.section-head::after {
    width: 100px;
  }
  #main .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
  }
  #main .header.shrink-nav {
    padding: 20px 30px;
  }
  #main .header .header-right {
    padding-right: 100px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    left: 0;
    margin-top: 0;
  }
  #main .header .header-right .right-navigation {
    position: absolute;
    width: 100%;
    right: 0;
  }
  #main .header .header-right .right-navigation .navbar .navbar-toggler {
    position: absolute;
    right: 30px;
    top: -22px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav {
    margin-top: 52px;
    background-color: #ffffff;
    padding: 20px 30px;
    border-top: 1px solid #f1f1f1;
    -webkit-box-shadow: 0px 15px 15px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 15px 15px 1px rgba(0, 0, 0, 0.05);
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item {
    border-radius: 0;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap {
    display: block;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.language-wrap .language .dropdown .dropdown-toggle span {
    margin-right: 15px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown {
    border-radius: 10px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
    padding: 15px 20px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #fcfcfc;
    border: 1px solid #f1f1f1 !important;
    border-bottom: none !important;
  }
  #main .header .header-right .language-wrap {
    display: none;
  }
  #main .header .header-right .language-wrap .language .dropdown .dropdown-menu {
    -webkit-transform: inherit !important;
            transform: inherit !important;
    top: 55px !important;
  }
  #main section.banner {
    margin-top: 105px;
    padding: 0 30px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner {
    padding: 0 100px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav {
    left: 20px;
    right: 20px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-prev,
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-next {
    width: 60px;
    height: 60px;
  }
  #main section.banner.error .banner-inner h1 {
    font-size: 120px;
    line-height: 120px;
  }
  #main section.banner.error .banner-inner h2 {
    font-size: 36px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner {
    display: inline-block;
    width: 100%;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .select {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .select2-container .select2-selection .select2-selection__rendered {
    height: 48px;
    padding-left: 15px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .select .select2-container .select2-selection .select2-selection__arrow {
    right: 15px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .search {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .search input {
    height: 50px;
    border: 1px solid #dedede;
    border-radius: 4px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap {
    float: right;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced {
    width: auto;
    float: left;
    display: block;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap .advanced button {
    padding: 0;
    margin-right: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .nav-btn-wrap button {
    width: auto;
    float: left;
    padding: 10px 15px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result {
    width: 88%;
    float: left;
    display: block;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result div {
    padding-left: 25px !important;
    margin-bottom: 15px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-right: 0 !important;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result div:last-child {
    margin-bottom: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .advanced {
    width: auto;
    float: left;
    padding-right: 0;
    padding-top: 7px;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .select {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .nav-btn-wrap {
    margin-top: 0;
    margin-left: 0;
    float: left;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .nav-btn-wrap button {
    display: none;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .nav-btn-wrap .advanced {
    float: left;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .nav-btn-wrap .advanced nav {
    display: inline-block;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .nav-btn-wrap .advanced nav .nav-tabs {
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-bottom: 10px;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .nav-btn-wrap .advanced nav .nav-tabs button {
    display: block !important;
    padding-left: 0 !important;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced {
    float: right;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced nav .nav-tabs {
    padding-top: 0;
    display: block !important;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced nav .nav-tabs .nav-link {
    color: #1fb37f !important;
    margin-right: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two .add-more-outer .add-more-inner .select-box .search {
    display: block;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two .add-more-outer .add-more-inner form button.btn {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div {
    width: 100%;
    display: inline-block !important;
    padding: 10px 5px !important;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box {
    width: 50% !important;
    margin-bottom: 10px;
    float: left;
    z-index: 1;
    position: relative;
    padding: 0 5px !important;
    padding-left: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box:nth-of-type(1) {
    z-index: 9999;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box:nth-of-type(2) {
    z-index: 999;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box:nth-of-type(3) {
    z-index: 99;
    width: 75% !important;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box:nth-of-type(4) {
    z-index: 9;
    width: 25% !important;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box:last-child {
    margin-bottom: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box.add-more {
    float: right;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-options {
    z-index: 1;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-select-wrapper .custom-select .custom-select-trigger {
    padding: 0 35px 0 15px;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-select-wrapper .custom-select .custom-select-trigger::after {
    right: 15px;
  }
  #main section.banner.inner-banner.books.search-page .banner-inner .filter .add-more-outer .add-more-inner form {
    font-size: 16px;
  }
  #main section.banner.inner-banner.books.search-page .banner-inner .filter #nav-two .search {
    margin-bottom: 0;
    display: none;
  }
  #main section.banner.inner-banner.books.search-page .banner-inner .filter #nav-two .search .nav-btn-wrap {
    margin-top: 0;
  }
  #main section.banner.inner-banner.publications .banner-inner .filter form .filter-inner .select {
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
    z-index: 3;
  }
  #main section.banner.inner-banner.publications .banner-inner .filter form .filter-inner .select:nth-of-type(2) {
    padding-right: 0;
    z-index: 2;
  }
  #main section.banner.inner-banner.publications .banner-inner .filter form .filter-inner .select .custom-select-wrapper .custom-select .custom-select-trigger {
    padding-left: 15px;
  }
  #main section.banner.inner-banner.publications .banner-inner .filter form .filter-inner .select .custom-select-wrapper .custom-select .custom-select-trigger::after {
    right: 15px;
  }
  #main section.banner.inner-banner.publications .banner-inner .filter form .filter-inner .search {
    width: 88%;
    margin-bottom: 0;
    padding-right: 10px;
  }
  #main section.banner.inner-banner.publications .banner-inner .filter form .filter-inner .nav-btn-wrap {
    width: 12%;
  }
  #main section.banner.inner-banner.publications .banner-inner .filter form .filter-inner .nav-btn-wrap button {
    height: 50px;
  }
  section.books-category {
    padding: 50px 0;
  }
  section.books-category .dis-books .head h3::after {
    width: 100px;
  }
  section.home-about {
    padding: 50px 0;
  }
  section.home-about::before, section.home-about::after {
    width: 100%;
    border-radius: 0;
  }
  section.home-about .container .right {
    padding-left: 15px;
    margin-top: 30px;
  }
  section.home-collections {
    padding: 50px 0 20px;
  }
  section.home-collections .head {
    margin-bottom: 25px;
  }
  section.home-news-events {
    padding: 0 0 50px 0;
  }
  section.home-news-events .head {
    margin-bottom: 10px;
  }
  section.home-news-events .event .inner {
    height: 100%;
    background: url(../images/event-bg.jpg);
  }
  section.home-news-events .event .inner img {
    opacity: 0;
  }
  section.home-news-events .event .inner .details {
    display: block;
  }
  section.home-news-events .event .inner .details h3 {
    margin-bottom: 30px;
  }
  section.home-gallery {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  section.home-gallery .container .gl-left .gl-sld-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.home-gallery .container .gl-left .gl-sld-wrap .left {
    padding: 0 15px;
  }
  section.home-gallery .container .gl-left .gl-sld-wrap .left .inner:last-child {
    margin-top: 20px;
  }
  section.home-gallery .container .gl-left .gl-sld-wrap .right {
    padding: 0 15px;
    padding-left: 5px;
  }
  .footer .container .row.newsletter-row {
    margin-bottom: 50px;
  }
  .footer .container .row.foot-links-row .left {
    padding-right: 15px;
  }
  .footer .container .row.foot-links-row .left ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .footer .container .row.foot-links-row .right {
    padding-left: 30px;
  }
  .inner-section {
    padding: 50px 0;
  }
  .inner-section section.connect.about .about-tab nav .nav-tabs {
    padding-right: 0;
    margin-bottom: 0;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner {
    padding: 30px 22px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner .right {
    padding-top: 30px;
    padding-left: 15px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap {
    margin-top: 30px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner {
    padding: 30px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner.vision {
    margin-bottom: 20px !important;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap.restoration .box {
    margin-top: 30px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner h6 {
    margin-bottom: 15px;
  }
  .inner-section section.search-listing .container .side-bar {
    display: none;
  }
  .inner-section section.search-listing .container .side-bar-mobile {
    display: block;
    padding-right: 14px;
    margin-bottom: 20px;
    z-index: 1;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 22%;
    max-width: 22%;
    border: none;
    position: relative;
    overflow: visible;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item .accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #dedede;
    font-size: 16px;
    padding: 10px 20px;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item .accordion-collapse {
    border: 1px solid #dedede;
    border-top: none;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 10px;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox {
    font-size: 14px;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox input {
    width: 12px !important;
    height: 12px !important;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox .custom-control-label {
    line-height: 20px;
  }
  .inner-section section.connect .connect-box .inner {
    padding: 35px 15px;
  }
  .inner-section section.connect .connect-box .inner span svg {
    width: 30px;
    height: 30px;
  }
  .inner-section section.form {
    padding: 50px 0;
    margin: 50px 0 0;
  }
  .inner-section section.form::before {
    width: 100%;
    border-radius: 0;
  }
  .inner-section section.form::after {
    width: 100%;
    border-radius: 0;
  }
  .inner-section section.form .container .form-left {
    padding-right: 14px;
  }
  .inner-section section.form .container .form-right {
    margin-top: 20px;
  }
  .inner-section section.form .container .form-right .inner iframe {
    height: 450px;
    border-radius: 30px;
  }
  .inner-section section.events .head .inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner-section section.events .events-table .table thead tr td {
    font-size: 16px;
  }
  .inner-section section.events .events-table .table tr td {
    font-size: 16px;
    padding: 10px 10px;
    line-height: 21px;
  }
  .inner-section section.events .events-table .inner {
    overflow: hidden;
    overflow-x: scroll;
  }
  .inner-section section.gallery .gallery-tab-wrap {
    padding-right: 15px;
  }
  .inner-section section.gallery .gallery-tab-wrap .gallery-tab {
    padding-right: 0;
    border-right: none;
    margin-bottom: 30px;
  }
  .inner-section section.book-single .book-details .inner ul li a {
    padding: 9px 18px;
    font-size: 16px;
  }
  .inner-section section.book-single.related {
    margin-top: 20px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap {
    margin-top: 0;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner {
    height: auto;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner h6.mr-top {
    margin-top: 30px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .inner h5.mr-top {
    margin-top: 30px;
  }
  section.location {
    padding: 50px 15px;
  }
  section.location .inner iframe {
    height: 300px;
  }
  .m-t-50 {
    margin-top: 30px;
  }
  .pdf-modal .modal-dialog .modal-body::after {
    background: #ffffff;
  }
  .inner-section section.connect.about .about-tab nav .nav-tabs .nav-link {
    padding: 15px !important;
  }
}

/*============================================ END 991 ============================================*/
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
  h3 {
    font-size: 24px;
  }
  #main .header {
    padding: 20px;
  }
  #main .header.shrink-nav {
    padding: 20px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-toggler {
    right: 20px;
  }
  #main section.banner {
    padding: 0;
  }
  #main section.banner .banner-inner .flexslider {
    border-radius: 0px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner {
    padding: 0 60px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner p {
    font-size: 18px;
    line-height: 24px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner h1 {
    font-size: 36px;
    line-height: 40px !important;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav {
    left: 15px;
    right: 15px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-prev {
    width: 40px;
    height: 40px;
    background-size: 10px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-prev:hover {
    background-size: 10px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-next {
    width: 40px;
    height: 40px;
    background-size: 10px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-next:hover {
    background-size: 10px;
  }
  #main section.banner.inner-banner .banner-inner {
    min-height: 200px;
  }
  #main section.banner.inner-banner .banner-inner .container h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .select {
    width: 100%;
    padding-right: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .search {
    width: 100%;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result {
    display: block;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result div {
    padding-left: 25px !important;
    margin-bottom: 15px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-right: 0 !important;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result div:last-child {
    margin-bottom: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .select {
    width: 100% !important;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced {
    float: right;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result {
    width: 100%;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .selected-option {
    line-height: 22px;
    padding: 10px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result .selected-option:last-child {
    margin-right: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .select {
    width: 100% !important;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced {
    float: right;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div {
    display: inline-block !important;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box {
    margin-bottom: 10px;
    float: left;
    z-index: 1;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box:last-child {
    margin-bottom: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .select .custom-options {
    z-index: 1;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box .search input {
    height: 52px !important;
  }
  #main section.banner.error {
    height: auto;
    margin-top: 150px;
  }
  #main section.banner.books.publications .banner-inner .filter form .filter-inner .search {
    width: 84%;
  }
  #main section.banner.books.publications .banner-inner .filter form .filter-inner .nav-btn-wrap {
    width: 16%;
  }
  h3.section-head::after {
    display: none;
  }
  section.home-about .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.home-about .container .row .right {
    margin-bottom: 30px;
    margin-top: 0;
  }
  section.books-category .container {
    max-width: 100%;
  }
  section.books-category .dis-books .head {
    margin-bottom: 0;
  }
  section.books-category .dis-books .head h3 {
    width: 100%;
    margin-bottom: 15px;
  }
  section.books-category .dis-books .head h3::after {
    display: none;
  }
  section.books-category .dis-books .head a {
    white-space: nowrap;
  }
  section.books-category .dis-books .owl-book-category .item .category-box .inner {
    padding: 40px 15px;
  }
  section.books-category .dis-books .owl-book-category .item .category-box .inner svg {
    width: 40px;
    margin-bottom: 15px;
  }
  section.books-category .dis-books .owl-book-category .item .category-box .inner p {
    font-size: 18px;
  }
  section.help-bar .inner {
    display: block;
  }
  section.help-bar .inner .help-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  section.help-bar .inner .help-box:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
  }
  section.help-bar .inner .help-box .icon {
    font-size: 40px;
  }
  section.help-bar .inner .help-box .details h4 {
    font-size: 24px;
  }
  section.help-bar .inner .help-box .details h6 {
    font-size: 14px;
  }
  section.home-gallery::before, section.home-gallery::after {
    width: 100%;
    border-radius: 0;
  }
  section.home-gallery .container .gl-right {
    margin-top: 30px;
  }
  section.home-gallery .container .gl-left {
    padding-right: 15px;
  }
  section.home-gallery .container .gl-left .right {
    padding-right: 0;
  }
  section.home-gallery .container .gl-left .left {
    padding-left: 0;
  }
  section.home-news-events .event {
    padding-bottom: 0;
    margin-top: 20px;
  }
  section.home-news-events .event .inner {
    min-height: 300px;
  }
  .footer .container .row.newsletter-row .newsletter {
    display: block;
    padding: 30px;
  }
  .footer .container .row.newsletter-row .newsletter .newsletter-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .container .row.newsletter-row .newsletter .newsletter-box h4 {
    font-size: 24px;
  }
  .footer .container .row.newsletter-row .newsletter .newsletter-box h6 {
    display: none;
  }
  .footer .container .row.newsletter-row .newsletter .newsletter-box.right {
    margin-top: 20px;
  }
  .footer .container .row.foot-links-row .left {
    padding-right: 15px;
    margin-bottom: 35px;
  }
  .footer .container .row.foot-links-row .right {
    padding-left: 15px;
  }
  .inner-section {
    padding: 50px 0;
  }
  .inner-section section.gallery .gallery-tab-wrap .gallery-tab nav.desk {
    display: none;
  }
  .inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile {
    display: block !important;
  }
  .inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item {
    display: inline-block;
    width: 100%;
  }
  .inner-section section.gallery .gallery-tab-wrap .gallery-tab .accordion.mobile .accordion-item .accordion-body {
    display: inline-block;
  }
  .inner-section section.events .head .inner h4 {
    font-size: 24px;
  }
  .inner-section section.search-listing .side-bar .accordion .accordion-item {
    min-width: 46%;
    max-width: 46%;
  }
  .inner-section section.connect .connect-box .inner {
    margin-bottom: 50px;
  }
  .inner-section section.connect .connect-box:last-child .inner {
    margin-bottom: 0px;
  }
  .inner-section section.connect.about .about-tab #sidebar {
    height: auto !important;
  }
  .inner-section section.connect.about .about-tab #sidebar.is-affixed {
    height: auto !important;
  }
  .inner-section section.connect.about .about-tab nav .nav-tabs {
    display: inline-block;
    width: 100%;
  }
  .inner-section section.connect.about .about-tab nav .nav-tabs .nav-link {
    width: 100% !important;
    float: left !important;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 12px;
    font-size: 16px;
  }
  .inner-section section.connect.about .about-tab nav.desk {
    display: none;
  }
  .inner-section section.connect.about .about-tab .accordion.mobile {
    display: block;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner {
    padding: 17px 7px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .head .inner h4 {
    font-size: 24px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap.restoration .box .inner {
    padding: 20px;
  }
  .inner-section section.connect.about .about-tab-content .tab-content .tab-pane .box-wrap .box .inner {
    padding: 20px;
  }
  .inner-section section.connect.links #sidebar.is-affixed {
    height: auto !important;
  }
  .inner-section section.connect.links #sidebar nav.desk {
    display: none;
  }
  .inner-section section.connect.links #sidebar .accordion.mobile {
    display: block;
  }
  .inner-section section.connect.links #sidebar .accordion.mobile .accordion-item {
    display: inline-block;
    width: 100%;
  }
  .inner-section section.connect.links #sidebar .accordion.mobile .accordion-item .accordion-body {
    display: inline-block;
  }
  .inner-section section.connect.links nav .nav-tabs .nav-link {
    width: 100 !important;
    float: left !important;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 12px;
    font-size: 16px;
  }
  .inner-section section.connect.links .tab-content {
    padding-left: 0;
  }
  .inner-section section.single-news .single-news-box {
    padding: 30px 18px;
  }
  .inner-section section.single-news .single-news-box .right h4 {
    font-size: 24px;
  }
  .inner-section section.single-news .single-news-box .bottom {
    margin-top: 30px;
  }
  .inner-section section.single-news .single-news-box .bottom p {
    text-align: justify;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item {
    min-width: 46%;
    max-width: 46%;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item:nth-last-of-type(1) {
    z-index: 1;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item:nth-last-of-type(2) {
    z-index: 2;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item:nth-last-of-type(3) {
    z-index: 3;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item:nth-last-of-type(4) {
    z-index: 4;
  }
  .inner-section section.book-single .book-details {
    margin-top: 30px;
    padding-left: 14px;
  }
  .inner-section section.book-single .book-details .inner h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .inner-section section.book-single .book {
    padding-right: 12px;
  }
  .inner-section section.publications .content-b.publications-box {
    margin-bottom: 20px !important;
  }
  #sidebar .sidebar__inner {
    position: static !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    padding-bottom: 30px;
  }
  #sidebar.is-affixed .sidebar__inner {
    position: static !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 10px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .tab-pane.mCustomScrollbar {
    max-height: unset !important;
    min-height: unset !important;
    overflow: visible;
  }
  .mCSB_scrollTools,
  .mCSB_scrollTools .mCSB_1_scrollbar .mCS-light .mCSB_scrollTools_vertical {
    display: none !important;
  }
  .mCustomScrollbar {
    -ms-touch-action: inherit !important;
        touch-action: inherit !important;
  }
  .inner-section section.form .container .form-right .inner iframe {
    height: 300px;
  }
  .modal .modal-dialog .modal-content .modal-body .details {
    margin-top: 14px;
  }
}

/*============================================ END 767 ============================================*/
@media (max-width: 575px) {
  #main .header {
    display: block;
    padding: 15px 20px;
  }
  #main .header.shrink-nav {
    padding: 15px 20px;
  }
  #main .header .logo {
    width: 250px;
    min-width: 250px;
  }
  #main .header .header-right {
    top: 75px;
    padding-right: 0;
    padding-right: 20px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-toggler {
    right: 20px;
    top: -55px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-nav {
    margin-top: 0px;
  }
  #main .header .header-right .language-wrap .trans a {
    width: 40px;
    height: 40px;
  }
  #main .header .header-right .language-wrap .language .dropdown .dropdown-menu {
    -webkit-transform: inherit !important;
            transform: inherit !important;
    top: 45px !important;
  }
  #main .header .header-right .language-wrap .language .dropdown .dropdown-menu a {
    font-size: 16px;
  }
  #main .header .header-right .language-wrap .language .dropdown .dropdown-toggle {
    font-size: 16px;
  }
  #main .header .header-right .language-wrap .language .dropdown .dropdown-toggle span {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  #main .header .header-right .language-wrap .language .dropdown .dropdown-toggle span svg {
    width: 20px;
  }
  #main section.banner {
    margin-top: 75px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner {
    padding: 0 45px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner p {
    display: none;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner h1 {
    font-size: 30px;
    line-height: 36px !important;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner a {
    font-size: 13px;
    padding: 0px 7px;
    height: auto;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner a.last {
    margin-left: 10px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav {
    left: 8px;
    right: 8px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-prev {
    width: 30px;
    height: 30px;
    background-size: 8px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-prev:hover {
    background-size: 8px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-next {
    width: 30px;
    height: 30px;
    background-size: 8px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav li .flex-next:hover {
    background-size: 8px;
  }
  #main section.banner.inner-banner .banner-inner .container h1 {
    font-size: 30px;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .select {
    width: 100%;
    padding-right: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .search {
    width: 100%;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result {
    display: block;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result div {
    padding-left: 25px !important;
    margin-bottom: 15px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-right: 0 !important;
  }
  #main section.banner.inner-banner .banner-inner .filter form .filter-inner .result div:last-child {
    margin-bottom: 0;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .select {
    width: 100% !important;
  }
  #main section.banner.inner-banner .banner-inner .filter #nav-two form .filter-inner .advanced {
    float: right;
  }
  #main section.banner.books.publications .banner-inner .filter form .filter-inner .select {
    width: 100%;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }
  #main section.banner.books.publications .banner-inner .filter form .filter-inner .select:nth-of-type(2) {
    position: relative;
    z-index: 1;
  }
  #main section.banner.books.publications .banner-inner .filter form .filter-inner .search {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  #main section.banner.books.publications .banner-inner .filter form .filter-inner .nav-btn-wrap {
    width: auto;
  }
  section.books-category .dis-books .owl-book-category .item .category-box .inner {
    padding: 30px 15px;
  }
  section.books-category .dis-books .owl-book-category .item .category-box .inner p {
    font-size: 16px;
  }
  section.books-category .dis-books .owl-book-category .item .category-box .inner svg {
    margin-bottom: 10px;
  }
  section.help-bar .inner {
    padding: 25px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  section.help-bar .inner .help-box .icon {
    margin-right: 10px;
  }
  .footer .container .row.foot-links-row .left ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .footer .container .row.foot-links-row .right {
    padding-left: 15px;
  }
  .footer .container .row.foot-links-row .right .links:nth-of-type(2) {
    margin: 35px 0;
  }
  .footer .container .row.newsletter-row .newsletter {
    padding: 20px;
  }
  .footer .container .row.newsletter-row .newsletter .newsletter-box form input {
    font-size: 14px;
    height: 50px;
  }
  .footer .container .row.newsletter-row .newsletter .newsletter-box form .button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .footer .container .row.newsletter-row .newsletter .newsletter-box.right h6 {
    display: none;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item {
    min-width: 43.6%;
    max-width: 43.6%;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox {
    font-size: 13px;
  }
  .inner-section section.search-listing .container .side-bar-mobile .accordion .accordion-item .accordion-collapse .accordion-body .custom-checkbox .custom-control-label {
    line-height: 17px;
  }
  .inner-section section.search-listing .listing .row .page-error .error-inner {
    padding: 30px;
    height: 350px;
  }
  .inner-section section.search-listing .listing .row .page-error .error-inner h4 {
    font-size: 23px;
  }
  .inner-section section.publications .content-b.publications-box {
    margin-bottom: 20px !important;
  }
  .inner-section section.publications .content-b.publications-box .inner {
    display: block;
  }
  .inner-section section.publications .content-b.publications-box .inner .book-img {
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
    padding-bottom: 0;
    text-align: center;
  }
  .inner-section section.publications .content-b.publications-box .inner .book-img img {
    max-width: 147px;
  }
  .inner-section section.publications .content-b.publications-box .inner .details {
    padding: 20px;
  }
  .inner-section section.about .about-tab nav .nav-tabs {
    display: inline-block;
  }
  .inner-section section.about .about-tab nav .nav-tabs .nav-link {
    padding: 6px 10px !important;
    font-size: 14px !important;
  }
  .inner-section section.connect.links nav .nav-tabs {
    padding-right: 0;
  }
  .inner-section section.connect.links nav .nav-tabs .nav-link {
    width: 100% !important;
    margin-right: 0x;
    margin-bottom: 5px;
    padding: 6px 10px;
    font-size: 14px;
  }
  .pdf-modal .modal-dialog .modal-body .inner iframe {
    width: 100%;
    height: 500px;
  }
  .inner-section section.events .events-table .table tr td {
    font-size: 14px;
  }
}

/*============================================ END 575 ============================================*/
@media (max-width: 420px) {
  #main section.banner .banner-inner .flexslider li .meta .inner h1 {
    font-size: 30px;
    line-height: 34px !important;
  }
  #main section.banner.inner-banner .banner-inner .container h1 {
    font-size: 30px;
    line-height: 34px;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box {
    font-size: 14px;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box:nth-of-type(3) {
    width: 70% !important;
  }
  #main section.banner.inner-banner .banner-inner .filter .add-more-outer .add-more-inner form .addition-div .select-box:nth-of-type(4) {
    width: 30% !important;
  }
  section.home-collections {
    padding: 50px 0 30px;
  }
  section.home-collections .collections-box {
    width: 50%;
  }
  section.home-collections .collection-row {
    margin-left: -6px;
    margin-right: -6px;
  }
  section.home-collections .collection-row .collections-box {
    padding: 0px 8px;
    margin-bottom: 15px;
  }
  section.home-collections .collection-row .collections-box .inner {
    min-width: 135px;
    padding: 20px 10px;
  }
  section.home-collections .collection-row .collections-box .inner h2 {
    font-size: 36px;
    margin-bottom: 0;
  }
  section.home-collections .collection-row .collections-box .inner p {
    line-height: 20px;
    font-size: 16px;
  }
  section.home-gallery .container .gl-left .left {
    padding: 0;
  }
  section.home-gallery .container .gl-left .left .inner:last-child {
    margin-top: 10px;
  }
  section.home-gallery .container .gl-left .right {
    padding: 0;
  }
  .inner-section section.book-single .book-details .inner ul li a {
    display: inline-block;
  }
  .inner-section section.book-single .book-details .inner ul li a:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
  .inner-section section.book-single .book-details ul.inner-b-crumb li a:last-child {
    margin-top: 0px;
  }
  .inner-section section.book-single .book-details .overview ul li a {
    padding: 0;
    font-size: 18px;
    margin-top: 0 !important;
  }
}

/*============================================ END 420 ============================================*/
@media (max-width: 360px) {
  #main .header {
    padding: 15px;
  }
  #main .header.shrink-nav {
    padding: 15px;
  }
  #main .header .header-right {
    top: 73px;
  }
  #main .header .header-right .right-navigation .navbar .navbar-toggler {
    right: 20px;
    top: -54px;
  }
  #main .header .logo {
    width: 230px;
    min-width: 230px;
  }
  #main section.banner {
    padding: 0 12px;
  }
  #main section.banner .banner-inner .flexslider li .meta .inner {
    padding: 0 38px;
  }
  #main section.banner .banner-inner .flexslider .flex-direction-nav {
    left: 5px;
    right: 5px;
  }
}

/*============================================ END 360 ============================================*/
