@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/*

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin : 0;
  padding: 0;
  border : 0;
  outline: 0;
}
*{
  margin: 0;
}
p{
  /* margin: 0!important; */
.loading-img {
  width: 60px !important;
  margin: 15px auto;
  display: block;
}

.wn__pagination {
  padding: 0;
  margin: 0;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 18px;
  padding: 7px 15px;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 18px 18px 0px 0px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  z-index: 100;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  top: 31vh;
  background: linear-gradient(273.51deg, #BA0F0F -18.17%, #8A2422 124.71%);
  font-weight: 700;
  right: -29px;
}

.button:hover {
  right: -2.5rem;
  color: white !important;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.54);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 111;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.overlay::-webkit-scrollbar {
  display: none;
}

.dropbtn span {
  letter-spacing: .2px;
  font-size: 13px;
  font-weight: 600;
  color: #1e1e1e !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.dropbtn span:hover {
  color: #910b0b !important;
}

.popup {
  margin: 70px auto;
  padding: 32px;
  background: #fff;
  border-radius: 18px;
  width: 60%;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  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;
  align-items: center;
  max-width: 530px;
  background-image: url("/assets/images/23.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -182px;
  background-position-y: -373px;
}

.popup h2 {
  margin: auto;
  margin-top: 0;
  color: #333;
  font-size: 1.2vw;
  width: 65%;
  width: 68%;
  margin-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1vw;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.form-qute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.lbol {
  font-size: 14px;
  font-family: "Poppins";
  line-height: 23px;
  margin-bottom: -3px;
}

.mar {
  margin-top: 20px;
}

.pop-tit {
  color: #ba0f0f;
  font-size: 2.3vw;
  margin-top: 20px;
  font-weight: 700;
}

.in-p {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 36px;
  width: 100%;
  font-size: 1vw;
  padding: 6px 10px;
}

.lg-backdrop {
  background-color: #000000f7 !important;
}

.lin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  width: 95%;
}

.gallery-slider img {
  width: 450px;
  height: 300px;
  border-radius: 10px !important;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .box,
  .popup {
    width: 70%;
  }
  .pop-tit {
    color: #ba0f0f;
    font-size: 4vw;
  }
  .popup h2 {
    margin: auto;
    margin-top: 0;
    color: #333;
    font-size: 2.2vw;
    width: 65%;
    width: 85%;
    margin-top: -3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .lbol {
    font-size: 12px;
  }
}

.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("/assets/images/back.png");
}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
  color: #FC3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  background-image: url("/assets/images/back.png");
  background-size: cover;
}

::-moz-selection,
::-moz-selection {
  background: #BA0F0F;
  color: #fff;
}

::selection,
::-moz-selection {
  background: #BA0F0F;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.owl-carousel .owl-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.xbtn,
.main-button-red a,
.main-button-red button {
  font-size: 16px;
  color: #fff;
  background-color: #ba0f0f;
  padding: 5px 30px;
  border: none;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 54px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#861913), to(#BA0F0F));
  background-image: linear-gradient(180deg, #861913 0%, #BA0F0F 100%);
  border-radius: 100px;
  cursor: pointer;
  line-height: 41px;
  white-space: nowrap;
}

.xbtn:hover,
.main-button-red a:hover,
.main-button-red button:hover {
  /* opacity: 0.9; */
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  border-color: #007bff !important;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  cursor: pointer;
}

.xbtn.sm,
.main-button-red a.sm,
.main-button-red button.sm {
  padding: 8px 15px;
  height: auto;
  width: auto;
  display: inline-block !important;
  font-size: 13px;
  line-height: normal;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #BA0F0F;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  /* line-height: 40px;
margin-top: 0px;
margin-bottom: 50px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(250,250,250,0.15);
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
color: #fff; */
  line-height: 40px;
  margin-top: 0px;
  /* margin-bottom: 50px;
padding-bottom  : 20px; */
  /* border-bottom: 4px solid rgb(176 28 26); */
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}

/*
---------------------------------------------
header
---------------------------------------------
*/
.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #BA0F0F;
}

.sub-header .left-content p em {
  font-style: normal;
  color: #BA0F0F;
}

.background-header {
  background-color: rgba(255, 255, 255, 0.955) !important;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo img {
  height: 73px !important;
}

.logo2 {
  display: none;
}

.background-header .logo1 {
  display: none;
}

.background-header .logo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.background-header .main-nav .nav li a,
.background-header .logo {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849 !important;
}

.background-header .nav li a.active {
  color: #fb5849 !important;
}

.background-header .logo,
.background-header .main-nav .nav .whi {
  color: #ffffff !important;
}

.header-area {
  background-color: rgba(250, 250, 250, 0.15);
  position: absolute;
  /* top            : 40px; */
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50%;
}

.background-header .logo {
  color: #ffffff !important;
}

.background-header .main-nav .nav li a .whi {
  color: #ffffff !important;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.header-area .main-nav .nav {
  float: right;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: transparent;
  letter-spacing: .2px;
  font-size: 13px;
  white-space: nowrap;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #BA0F0F !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #BA0F0F !important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome !important;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #BA0F0F !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span {
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before, .background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span:before {
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav li a.active {
  color: #BA0F0F;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    width: 58%;
    min-height: 101px;
    /* min-width : 313px; */
  }
  .background-header .main-nav .logo {
    min-height: 76px !important;
  }
  .header-area {
    background-color: #515151;
    padding: 0px 15px;
    height: 100px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
  .header-area.header-sticky .nav li a:hover, .header-area.header-sticky .nav li a.active {
    color: #BA0F0F !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    /* margin-left: 30px; */
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area.header-sticky .nav {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 95%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
    height: 1000px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #BA0F0F !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: 0px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 0px;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 60%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*
---------------------------------------------
banner
---------------------------------------------
*/
.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 50%;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #910b0b;
  letter-spacing: 1px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 46px;
  line-height: 60px;
}

.main-banner .caption h2 em {
  font-style: normal;
  font-weight: bold;
  color: #910b0b;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .main-banner .caption {
    max-width: 100%;
  }
  .main-banner .caption h6 {
    font-weight: 500;
  }
  .main-banner .caption h2 {
    font-size: 36px;
  }
}

/*
---------------------------------------------
services
---------------------------------------------
*/
.down-content {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 21px;
}

.services {
  margin-top: -350px;
  position: absolute;
  width: 100%;
}

.services .item {
  /* background-image   : url(../images/service-item-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  /* padding         : 40px; */
  height: 360px;
  max-width: 333px;
  background: #6F0500;
}

.services .item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  border-color: #007bff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
  max-width: 100%;
  background-image: url("/assets/images/blog/blog (3).jpg");
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 18px 18px 0 0;
  min-height: 200px;
}

.services .item h4 {
  margin-top: 22px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  max-height: 24px;
  white-space: nowrap;
  overflow-y: hidden;
  width: 97%;
}

.services .item p {
  color: #fff;
  font-size: 13px;
  text-align: left;
  line-height: 18px;
  overflow: hidden;
  height: 85px;
  max-height: 85px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.services .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span {
  opacity: 0;
}

.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome' !important;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome' !important;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/
section.upcoming-meetings {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-top          : 230px; */
  padding-bottom: 110px;
  padding-top: 90px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
  /* width        : 23%; */
  margin: auto;
  margin-bottom: 50px;
}

/* .section-heading {
  text-align: center;
  width: 23%;
  margin: auto;
  margin-bottom: 50px;
} */
.section-headings {
  margin: 0px 19px 10px 6px;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #ba0f0f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.grid .meeting-item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.back-blog {
  background-image: url("/assets/images/qq 22.jpg");
  height: 200px;
  background-size: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.main-heigt {
  height: 400px;
}

.meeting-item {
  margin-bottom: 15px;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ba0f0f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
}

.meeting-item .down-content p {
  margin-left: 5px;
  color: #1f272b;
  font-size: 16px;
  height: 109px;
  overflow: hidden;
  max-width: 100%;
  line-height: 23px;
}

/*
---------------------------------------------
apply now
---------------------------------------------
*/
section.apply-now {
  background-image: url("../images/apply-bg.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250, 250, 250, 0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}

.accordions .accordion {
  border-bottom: 1px solid #eee;
}

.accordions .last-accordion {
  border-bottom: none;
}

.accordion-head {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}

.accordion-head .icon {
  float: right;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.accordion-head.is-open {
  color: #BA0F0F;
  border-bottom: none;
}

.accordion-head.is-open .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .header-area .main-nav .nav li a {
    /* color: #910b0b!important; */
  }
}

.accordion-body {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 300ms ease-in-out;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}

.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}

/*
---------------------------------------------
courses
---------------------------------------------
*/
section.our-courses {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 60px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #BA0F0F;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #ba0f0f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}

.our-courses .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span {
  opacity: 0;
}

.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome' !important;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome' !important;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

/*
---------------------------------------------
our facts
---------------------------------------------
*/
section.our-facts {
  /* background-image     : url(../images/blog/blog\ \(3\).jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding           : 140px 0px 125px 0px; */
  width: 100%;
}

section.gallery-section h2,
section.our-facts h2 {
  font-size: 22px;
  color: #000;
  line-height: 42px;
  margin-top: 0px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
  margin: 5px 0px;
  color: #BA0F0F;
  font-weight: 700;
  font-size: 36px;
}

.count-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url("../images/video-item-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}

section.contact-us {
  /* background-image: url(../images/meetings-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding              : 80px 0px 0px 0px; */
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #ba0f0f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #ba0f0f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

/*
---------------------------------------------
contact us
---------------------------------------------
*/
.footer {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid rgba(250, 250, 250, 0.15);
  padding-top: 15px;
  background-color: #2b2c31;
  text-align: center;
  margin-top: 2vw;
  border-top: 1px solid rgba(250, 250, 250, 0.15);
  background-color: #2b2c31;
  /* height: 30vw; */
}

.footer p {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}

.footer p a {
  color: #BA0F0F;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/
section.heading-page {
  background-image: url("../images/heading-bg.jpg");
  background-image: url("/assets/images/qq 202.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 164px;
  padding-bottom: 54px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.5vw;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

section.meetings-page {
  /* background-image: url(../images/meetings-page-bg.jpg); */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/
.fil-cla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.meetings-page .filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 0;
}

section.meetings-page .filters ul li a {
  font-size: 15px;
  color: #000;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all .0s;
  transition: all .0s;
  cursor: pointer;
  margin: 0px 3px;
  background: rgba(173, 173, 173, 0.17);
  padding-top: 10px;
  height: 40px;
  white-space: nowrap;
}

section.meetings-page .filters ul li.active a, section.meetings-page .filters ul li:hover a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#861913), to(#BA0F0F));
  background: linear-gradient(180deg, #861913 0%, #BA0F0F 100%);
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 90px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a,
section.meetings-page .pagination ul li span {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #adadad4d;
  /* padding-top: 7px; */
  height: 40px;
}

section.meetings-page .pagination ul li span {
  background-color: #BA0F0F;
  color: #fff;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  /* padding   : 7px 60px; */
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #ba0f0f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-radius: 20px;
}

.hio {
  width: 60%;
  margin: auto;
  background-image: url("/assets/images/23.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -118px;
  background-position-y: 201px;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.hio:hover {
  background-position-x: -147px;
  background-position-y: 311px;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  /* transform: scale(1.1); */
  background-size: scale(1.1);
}

.kio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gio {
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  width: 8vw;
  height: 8vw;
  text-align: center;
  padding: 2vw 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 1.4vw;
  text-transform: uppercase;
  font-weight: 600;
  color: #ba0f0f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 2.3vw;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 2.3vw;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Poppins";
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 16px;
  line-height: 1.4;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #BA0F0F;
}

@media (max-width: 992px) {
  .templatemo-item-col {
    width: 88%;
    margin: auto;
  }
  .iok {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .templatemo-item-col {
    width: 100%;
  }
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/
@media (max-width: 1300px) {
  .services .owl-nav .owl-next,
  .our-courses .owl-nav .owl-next {
    right: -30px;
  }
  .services .owl-nav .owl-prev,
  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next,
  .our-courses .owl-nav .owl-next {
    right: -70px;
  }
  .services .owl-nav .owl-prev,
  .our-courses .owl-nav .owl-prev {
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next,
  .our-courses .owl-nav .owl-next {
    right: -30px;
  }
  .services .owl-nav .owl-prev,
  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next,
  .services .owl-nav .owl-prev {
    display: none;
  }
  .our-courses .owl-nav .owl-next,
  .our-courses .owl-nav .owl-prev {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .caption {
    top: 60%;
  }
  .main-banner .caption h2 {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 31px;
  }
  .main-banner .caption p {
    color: #fff;
    font-size: 14px;
    max-width: 570px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
  }
  .main-button-red a {
    font-size: 13px;
    color: #fff;
    background-color: #ba0f0f;
    padding: 2px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* padding-top: 17px; */
    height: 48px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#861913), to(#BA0F0F));
    background-image: linear-gradient(180deg, #861913 0%, #BA0F0F 100%);
    /* width: 132px; */
    border-radius: 100px;
    /* padding-top: 14px; */
    /* padding-right: 30px; */
    /* padding-bottom: 16px; */
    /* padding-left: 31px; */
    cursor: pointer;
    line-height: 41px;
  }
  .blogs {
    margin-top: 7vw;
  }
  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }
  .services {
    margin-top: 60px;
  }
  section.upcoming-meetings {
    padding-top: 48vw;
    padding-top: 503px;
  }
  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .accordions {
    margin-left: 0px;
  }
  .new-students {
    margin-top: 15px;
  }
  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }
  section.contact-us #contact {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sub-header .left-content p {
    display: none;
  }
  .sub-header .right-icons {
    text-align: center;
  }
  .main-nav .nav .sub-menu {
    display: none;
  }
  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }
}

.footer-flex {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-flex .contact,
  .footer-flex .sections,
  .footer-flex .logof {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .footer-flex .contact .add,
  .footer-flex .sections .add,
  .footer-flex .logof .add {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-flex .contact .add svg,
  .footer-flex .sections .add svg,
  .footer-flex .logof .add svg {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto 0;
    width: 30px !important;
    height: auto !important;
  }
  .footer-flex .logof img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo img {
  width: 83%;
  width: 16vw;
  height: 100%;
}

.sections {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pold {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 2vw;
  color: #ffffff;
  white-space: nowrap;
}

.sections a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin: 4px 0;
  color: #ffffff;
}

hr.zizi {
  color: white;
  width: 85%;
  margin: 5px auto;
}

hr.zizi + p {
  margin-bottom: 0;
}

.servic {
  width: 244px;
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  -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;
  padding: 20px 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
  background-image: url("/assets/images/23.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -118px;
  background-position-y: 201px;
  position: relative;
}

.servic:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  border-color: #007bff !important;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.tit {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #272D4E;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
  height: 60px;
}

.con {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #373737;
  opacity: 0.75;
  margin: 0;
  text-align: center;
  width: 90%;
  margin: auto;
  height: 83px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wi {
  width: 50%;
}

.ki {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 10%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ki:hover {
  right: 11px;
}

.coni {
  font-style: normal;
  font-weight: normal;
  width: 70%;
  /* margin-top: 6px; */
  text-align: left;
  margin-left: 14px;
}

.vivi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact {
  width: 50%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 3vw;
}

.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mpo {
  margin-bottom: 1vw;
}

.po {
  border-top: 7px solid #b01010;
  width: 100px;
  /* margin    : auto; */
  z-index: 13;
  position: relative;
  border-radius: 152px;
  opacity: 1;
  margin: auto;
}

.blogs {
  width: 100%;
  background-color: white;
  min-height: 400px;
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  overflow: scroll;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.lod {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  padding: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1px;
}

.lod:last-child {
  border: none;
}

.immmg {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background-image: url("../images/blog/blog (3).jpg");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-width: 70px;
  margin: 0 10px 0 3px;
}

.titles {
  margin: 2px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.supi {
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  margin: 0;
  max-height: 46px;
}

.contain {
  /* width: 55%; */
}

.client {
  width: 220px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  -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;
  padding: 20px 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
  background-image: url("/assets/images/23.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -69px;
  background-position-y: -99px;
}

.client:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  border-color: #007bff !important;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  cursor: pointer;
}

.client-tit {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 45px;
  color: #272D4E;
  margin: 0;
  text-align: center;
}

.client-con {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #373737;
  opacity: 0.5;
  margin: 0;
  text-align: center;
}

.wify {
  display: none;
}

.client:hover + .wify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: red;
}

.dewll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client img {
  width: 70%;
}

.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}

.dropdown-menu {
  /* position: absolute!important; */
  /* top: 100%!important; */
  z-index: 1000 !important;
  /* display: none!important; */
  width: 250px !important;
  padding: 0 !important;
  /* margin: 0!important; */
  /* font-size: 1rem!important; */
  /* color: #212529!important; */
  /* text-align: left!important; */
  /* list-style: none!important; */
  /* background-color: #fff!important; */
  /* background-clip: padding-box!important; */
  /* border: 1px solid rgba(0,0,0,.15)!important; */
  /* border-radius: .25rem!important; */
  left: -165px !important;
  /* margin: 0px!important; */
  -webkit-transform: translate3d(176px, 55px, 0px) !important;
          transform: translate3d(176px, 55px, 0px) !important;
  border-radius: 10px !important;
}

.dropdown-menu .col-12 {
  margin-top: 0;
}

.dropdown-menu ul {
  padding: 5px 0;
  margin: 0;
}

.dropdown-menu ul li {
  padding: 0 !important;
  border-bottom: 1px solid #ddd;
  position: relative;
  width: 100%;
}

.dropdown-menu ul li i {
  position: absolute;
  margin: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8A2422;
}

.dropdown-menu ul li span {
  color: #212529;
  font-size: 15px;
  display: block;
  padding: 10px 14px;
  font-weight: normal;
  width: auto;
  white-space: normal;
  line-height: 1.2;
}

.dropdown-menu ul li:last-child {
  border-bottom: 0;
}

.dropdown-menu ul li ul {
  display: none;
  position: absolute;
  right: -250px;
  border-left: 0;
  width: 250px;
  top: -5px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 10px 10px 0 !important;
}

.dropdown-menu ul li:hover {
  background: #ddd;
}

.dropdown-menu ul li:hover ul {
  display: block;
}

a:hover {
  /* color: #ba0f0f!important; */
  color: #fecdcd !important;
}

.gfgf {
  line-height: 16px;
  font-size: 14px;
  margin: 0 0px 0px 5px;
  height: 106px;
  overflow: hidden;
  line-height: 16px;
}

.redbold {
  color: #ba0f0f;
  font-weight: 700;
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0;
  line-height: 27px;
  max-width: 100%;
  overflow: hidden;
}

.flexitab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  z-index: 1001;
}

/* Modal Content */
.modal-contentr {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 35%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  right: 21px;
  border-radius: 18px;
  max-width: 330px;
  background-image: url("/assets/images/23.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -111px;
  background-position-y: -137px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modale-header {
  padding: 2px 16px;
  background-color: #ba0f0f;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* justify-content: flex-start; */
  gap: 25%;
  border-radius: 18px 18px 0 0;
}

.modale-body {
  padding: 2px 16px;
  padding: 2px 16px;
  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;
}

.mes-tit {
  color: white;
  font-weight: 700;
  /* margin    : auto; */
  text-align: center;
  margin-bottom: 0;
  line-height: 41px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#myBtn {
  border: none;
  position: fixed;
  bottom: 16px;
  right: 12px;
  width: 73px;
  background: no-repeat;
  z-index: 1000;
}

.sorry {
  line-height: 17px;
  font-size: 12px;
  width: 90%;
  margin: 13px auto;
}

.forn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 89%;
  margin: auto;
  margin-bottom: 10px;
}

.vui {
  font-size: 12px;
  margin-bottom: -3px;
  margin-top: 10px;
}

.mes-in {
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.ui {
  padding: 10px;
  font-size: 14px;
  color: #212529;
  font-family: "Poppins";
  height: 88px;
  resize: none;
}

.marb {
  margin-bottom: 20px;
}

.main-button-redi a {
  font-size: 12px;
  color: #fff;
  background-color: #ba0f0f;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 9px;
  margin-top: 8px;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.close {
  line-height: 48px;
  height: 32px;
}

@media screen and (max-width: 800px) {
  .servic {
    width: 220px;
    height: 300px;
  }
  .con {
    font-size: 12px;
    line-height: 18px;
  }
  .tit {
    font-size: 18px;
    line-height: 31px;
  }
  .dropdown-menu {
    margin: 0px;
    width: 342px;
    background-color: #f7f7f7;
    z-index: 3000;
    padding: 0.7rem 0.9rem !important;
    border-radius: 0px !important;
    position: absolute;
    inset: 0px auto auto 0px !important;
    -webkit-transform: translate(0px, 52px) !important;
            transform: translate(0px, 52px) !important;
  }
  .modal-contentr {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .dropdown-menu {
    margin: 0px;
    width: 358px;
    background-color: #f7f7f7;
    z-index: 3000;
    padding: 1.6rem 1.4rem !important;
    border-radius: 4px !important;
    position: absolute;
    /* inset: 0px auto auto -145px!important; */
    -webkit-transform: translate(0px, 52px) !important;
            transform: translate(0px, 52px) !important;
  }
  .modal-contentr {
    width: 80%;
  }
  .popup {
    width: 90%;
  }
}

input:focus-visible {
  outline-color: #BA0F0F;
  outline-width: 0.2px;
}

.warpi {
  white-space: normal !important;
}

.cs {
  font-size: 28px !important;
  margin: 0 10px;
}

.share h5 {
  line-height: 35px;
}

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.soc a:hover {
  color: #BA0F0F !important;
}

.titles1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  height: 25px;
  overflow: hidden;
  max-width: 94%;
}

.wido {
  /* margin-top: 77px!important; */
  max-width: 93% !important;
}

section.heading-page1 {
  background-image: url("../images/qq 205.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 147px;
  padding-bottom: 54px;
  text-align: center;
}

.lihi {
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .noi {
    display: none;
  }
}

.owl-stage-outer {
  height: 489px;
  padding-top: 64px;
  /* background: #f2f5fb; */
}

.abcki {
  background-image: url("/assets/images/qq 209.jpg");
  background-size: cover;
  height: 70vw;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .logo img {
    height: 60px !important;
    margin: auto 0;
  }
}

.logof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logof img {
  width: 16vw;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .abcki {
    height: 100vh;
  }
  .logo img {
    height: 60px !important;
    margin: auto 0;
  }
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #ba0f0f;
  font-size: .9em;
  line-height: 2;
  /* border: 1px solid #ddd; */
  border-radius: .25em;
}

.containeru {
  max-width: 95%;
  max-width: 87%;
}

/* .rit{
  width: 2vw;
  height: 2vw;
} */
.tags {
  margin: 0;
  font-size: 1vw;
  line-height: 1vw;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1vw;
  line-height: 1vw;
  color: #ba0f0f;
}

@media screen and (max-width: 800px) {
  .meeting-single-item .down-content h4 {
    font-size: 24px;
  }
  .meeting-single-item .down-content p {
    color: #1f272b;
    font-size: 14px;
    white-space: nowrap;
    color: #1f272b;
    /* font-size: 2vw; */
    white-space: nowrap;
    line-height: 1.4vw;
    line-height: 3vw;
    margin-top: -3px;
    margin-top: 2;
    font-size: 3vw;
  }
}

@media screen and (max-width: 800px) {
  .hio {
    width: 100%;
  }
}

.blogs,
.services .item h4 {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.blogs::-webkit-scrollbar,
.services .item h4::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
/* Hide scrollbar for IE, Edge and Firefox */
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #BA0F0F #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #BA0F0F;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.m-pagination li {
  cursor: pointer;
}

.m-pagination li a {
  background-color: #ba0f0f !important;
  color: #fff !important;
}

.m-pagination li.disabled a {
  background-color: #adadad4d !important;
}

.btn {
  width: 100px;
  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;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 2rem;
  background: #ba0f0f;
  border: none;
  color: #ffffff;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#861913), to(#BA0F0F));
  background-image: linear-gradient(180deg, #861913 0%, #BA0F0F 100%);
}

input[type=file] {
  line-height: normal !important;
  padding: 0;
}

.ser-img {
  position: relative;
}

.ser-img img {
  height: 123px !important;
  width: 123px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 25px !important;
  position: relative;
  z-index: 2;
}

.ser-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f6edec !important;
  width: 100%;
  height: 100%;
  border-radius: 150px !important;
}

.footer svg {
  height: 35px !important;
  width: 26px !important;
}

.coni {
  line-height: 1.5;
  margin: 9px 0 !important;
  margin-left: 14px !important;
}

.add {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contr,
.ser-sup p,
.gtco-feature p,
.cta .content p {
  text-align: justify;
}
