@charset "UTF-8"; 

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Exo 2', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
 /* filter: grayscale(1);*/
}



.containe {
  flex-grow: 1;
}
footer#footer {
  flex-shrink: 0;
}
.jr_component {
  width: 100%;
  margin: 0 auto;
}

.jr_component .jr_full {
  float: left;
  width: 100%;
}

.jr_component .jr_middle {
  float: left;
  width: 70%;
}

.jr_component .jr_small {
  float: left;
  width: 30%;
}

.jr_component .jr_right {
  float: left;
  width: 27%;
  margin-left: 3%;
}

.jr_component .jr_left {
  float: left;
  width: 27%;
  margin-left: 3%;
}

.jr_component .jr_right,
.jr_component .jr_left {
  float: left;
}

.jr_component .jr_right .moduletable,
.jr_component .jr_left .moduletable {
  float: left;
  margin: 2;
  padding: 2%;
  width: 96%;
}

.clr {
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
}
div#back-top span{
  position: fixed;
  left: 2%;
  top: inherit;
  bottom: 20px;
  z-index: 10;
  font-size: 33px;
}
div#back-top span path {
  fill: #019BD7;
}
ul, p{
  margin-bottom: 15px;
}
a{
  color:inherit;
}
a:hover{
  text-decoration: none;
}

::-webkit-scrollbar-track{background-color:#ffffff;}
::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-thumb{background-color:#019BD7;}

a[href="http://www.faboba.com"] {
  display: none !important;
}
.map > iframe {
  width: 100%;
  height: 100%;
}
/*-----------------------------------------------------------*/

a, button, input, .slick-slide {
  outline: none !Important;
}
.flex {
  display: flex;
}
.balsamiq {
  font-family: 'Balsamiq Sans', cursive;
} 
header#header > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #019BD7;
  stroke-width: 5.5px;
  stroke-linecap:round;
}
.hamb6 .top {
  stroke-dasharray: 40 172;
}
.hamb6 .middle {
  stroke-dasharray: 40 111;
}
.hamb6 .bottom {
  stroke-dasharray: 40 172;
}
.active .hamb6 .top {
  stroke-dashoffset: -132px;
}
.active .hamb6 .middle {
  stroke-dashoffset: -71px;
}
.active .hamb6 .bottom {
  stroke-dashoffset: -132px;
}


ul.lang-block {
  position: absolute;
  left: 0; 
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 5px;
  width: 100%;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 7%);
}

ul.nav.menu a {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
} 

.headercontact a {
  display: block;
  text-align: right;
  /* font-size: 14px; */
  line-height: 19px;
  color: #333333;
  font-weight: 500;
  font-size: 17px;
}
.headercontact {
    display: flex;
    flex-wrap: wrap;
}

.headercontact a:last-child {
    margin-left: 20px;
}
li.item-101 {
  display: none;
}

.moduletable_menu {
  /*flex-grow: 1;*/
}
ul.nav.menu a {
  padding: 0 15px;
}
.moduletable_lang {
  display: hidden; 
 /* margin-right: 80px; */
}

ul.nav.menu {
  justify-content: space-between;
  padding: 0 30px;
}

header#header {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 25px 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  top:  0;
  left: 0;
  transition: 0.5s;
}
header#header * {
  transition: 0.5s;  
}
header#header.fixed {
  padding: 15px 0;
}

body {
  padding-top: 88px;
}

.slider-item {
  height: calc(100vh - 88px);  
  position: relative;
  /*height: 800px;*/
}

.slider-img {
  height: 100%;
}

.slider-img > img {
  height: 100%;
  width: 100%;
  object-position: bottom;
}
/*==================================================*/

.clouds {
  position: absolute;
  top: 0;
  height: 131px;
  background: url(/images/anim/clouds.png) center center;
  width: 100%;
  animation: cloudsAnim 40s infinite linear;
  transition: 1s;
  background-size: auto 100%;
}

.anim-child1_wrap {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  left: 10%;
} 
.anim-child3_wrap {
  position: absolute;
  bottom: 25px;
  right: 10%;
}

img.anim-child2 {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%,0);
}

img.anim-bul1 {
  position: absolute;
  top: -105px;
  right: -30px;
  animation: bulAnim1 4s linear infinite alternate;
  transform-origin: bottom;
}

img.anim-bul3 {
  top: -130px;
  right: -50px;
  position: absolute;
  animation: bulAnim2 6s linear infinite alternate;
  transform-origin: bottom;
}
@keyframes bulAnim1 {
  0% {transform: rotate(10deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(-10deg);}
}
@keyframes bulAnim2 {
  0% {transform: rotate(14deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(-14deg);}
}
@keyframes cloudsAnim {
  0% {background-position: 0px 0;}
  100% {background-position: 1366px 0;}
}
/*==================================================*/


.slider-text {
  font-family: Balsamiq Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 85.5%;
  margin-bottom: 15px;
}

.slider-head {
  font-family: Balsamiq Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  margin:  0;
  margin-bottom: 10px;
}

.slider-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}

.slider-small {
  font-family: Balsamiq Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}

.slider-small::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom:  0;
  width: 200px;
  height: 1px;
  background: #fff;
  transform: translate(-50%,0);
}

div.advanced-dropdown a.langChoose:link, div.advanced-dropdown a.langChoose:visited {
  font-size: 18px;
  line-height: 85.5%; 
  color: #00AFEF;
  background: none;
}

div.advanced-dropdown span.caret {
  border-top-color: #00AFEF;
}

.slider {
  margin-bottom: 140px;
}

.service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}

.service-item {
  width: 32%;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 35px;
  margin-bottom: 25px;
}

.service-item > img {
  margin-bottom: 15px;
}

.service-item_name {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000;
} 
.title {
  font-family: Balsamiq Sans;
  font-size: 60px;
  line-height: 72px; 
  color: #019BD7;
}

.about-wrap {
  position: relative;
  margin-bottom: 100px;
}

img.about-img {
  position: absolute;
  top:  0;
  left: 0;
  z-index: -1;
  width: 40%;
  max-height: 100%;
  object-fit: contain;
  object-position: left;
}

.bold-18 {
  font-size: 18px;
  line-height: 24px; 
  color: #000000;
}

.about-item {
  margin-left: 40%;
  width: 60%;
}

.about-title {
  margin-bottom: 20px;
}

.about-item .bold-18 {
  margin-bottom: 20px;
}

.about-text {
  color: #4F4F4F;
}

.about-text p {
  margin-bottom: 8px;
}
/*
.programm-item {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 28px 5px;
  width: 280px;
  min-height: 80px;
  position: absolute;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px; 
  text-align: center;
  color: #00ADE2;
}*/

.programm-item {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 17%);
    padding: 28px 5px;
    width: 280px;
    min-height: 110px;
    position: absolute;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #00ADE2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.programm {
  position: relative;
  text-align: center;
  margin-bottom: 120px;
  min-height: 570px;
} 

.programm-title {
  text-align: center;
}

.programm-item_right {
  right: 0;
}

.programm-item_left {
  left: 0;
}

.programm-item_top {
  top: 100px;
}

.programm-item_center {top:  50%;transform: translate(0,-50%);}

.programm-item_bottom {
  bottom: 100px;
} 

.gallery-title {
  text-align: center;
  margin-bottom: 80px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
  position: relative;
}

.gallery-nav {
  width: 22%;
}

.gallery-for {
  width: 76%;
  margin-right: 2%;
}

.gallery-for_item img {
  width: 100%;
}

.gallery-nav .slick-slide {
  margin: 16px 0;
}

.gallery-nav .slick-list {
  margin: -16px 0;
}

.gallery::before {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 30px;
  background: white;
  z-index: 1;
}

.news-title {
  text-align: center;
  margin-bottom: 50px;
}
.blavtors {
  display: none;
}

.blog1latestnews1 {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}
.blog1latestnews2 {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
}

.blog1latestnews1 {
  margin-right: -1%;
  margin-left: -1%;
}
.blog1latestnews2 {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.blog1latestnews3 {
  position: relative;
}

.blog1latestnews3::before {
  position: absolute;
  content: "";
  bottom:  0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #03B3F4;
}

.news-content {
  padding: 25px;
}

.blog1latestnews4 {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  max-width: 290px;
}

.blog1latestnews5 {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.partner-title {
  text-align: center;
  margin-bottom: 30px;
}

.partner-wrap {
  margin-bottom: 60px;
}
.partner-item img {
  margin-right: auto;
  margin-left: auto;
}
.map > img {
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  height: 400px;
}

.contact {
  position: absolute;
  top: -20px;
  background: #019BD7;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
  height: calc(100% + 20px);
  display: flex;
  flex-direction: column;
  padding: 50px 35px;
  width: 355px;
}

.contact-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px; 
  color: #FFFFFF;
  padding-bottom: 16px;
  border-bottom: 2px solid #fff;
  margin-bottom: 35px;
  max-width: 240px;
}

.contact-item {
  font-size: 14px;
  line-height: 128%; 
  color: #FFFFFF;
  margin-bottom: 25px;
}

.contact-item a {
  display: block;
}

.contact::before {
  position: absolute;
  content: "";
  bottom:  0;
  left: 0;
  background: url(/images/bg-white.png) no-repeat center center;
  width: 155px;
  height: 130px;
  background-size: contain;
}
.footer-copy {
  font-size: 12px;
  line-height: 14px; 
  color: #FFFFFF;
  padding: 22px 0;
  background: #007AA9;
  text-align: center;
}
.footer-copy a {
  text-decoration: underline;
}
footer#footer {
  background: #019BD7;
}

.footer-top {
  padding:  45px 0 50px;
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.footer-head {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid rgb(255 255 255);
}

.footer-menu {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 19px; 
  color: #FFFFFF;
}

.footer-item1 {
  flex-grow: 1;
} 

.footer-item.footer-item2  , .footer-item.footer-item3 {
  padding-right: 150px;
} 

.footer-item {
  position: relative;
}

.footer-item::before {
  position: absolute;
  content: "";
  top: 39px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  height: 1px;
}

.footer-item.footer-item1::before {
  opacity: 0;
}

.footer-menu a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-menu a {
  margin-bottom: 7px;
}
.footer-item.footer-item4 {
  margin-right: 60px;
}
/*======================================*/
.bg-right {
  position: relative;
}

.bg-right::before {
  position: absolute;
  content: "";
  top: -115px;
  right: 0;
  width: 131px;
  height: 280px;
  background: url(/images/bg-right.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.bg-left {
  position: relative;
}

.bg-left::before {
  position: absolute;
  content: "";
  width: 162px;
  height: 380px;
  top: -115px;
  left: 0;
  background: url(/images/bg-left.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
/*=================================*/
.para-wrap {
  position: relative; 
}  

.bg-right_para{
  position: absolute;
  content: "";
  top: -115px;
  right: 0;
  width: 131px;
  height: 280px; 
  z-index: 1;
} 

.bg-left_para {
  position: absolute;
  content: "";
  width: 162px;
  height: 380px;
  top: -115px;
  left: 0; 
  z-index: 1;
}

/*=========================================*/

.page-header h2 {
  font-family: Balsamiq Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px; 
  color: #00ADE2;
  margin:  0;
  margin-bottom: 50px;
} 

.internal-page section#main {
  margin-top:  65px;
  margin-bottom: 65px;
}

a.pdf-link {
  font-size: 24px;
  line-height: 32px; 
  color: #4F4F4F;
  min-height: 55px;
  margin-bottom: 65px;
  display: inline-flex;
  padding-left: 95px;
  align-items: center;
  position: relative;
  font-weight: bold;
}
.dopbox a.pdf-link {
  margin-bottom: 10px;
  margin-top: 10px;
}
.dopbox-text a {
  text-decoration: underline;
}
a.pdf-link::before {
  position: absolute;
  content: "";
  top:  0;
  left: 0;
  width: 58px;
  height: 55px;
  background: url(/images/pdf.png) no-repeat center center;
  background-size: contain;
}

.dopbox-head {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px; 
  color: #4F4F4F;
  margin-bottom: 15px;
}

.dopbox-text {
  font-size: 16px;
  line-height: 24px; 
  color: #424B5A;
}

.dopbox {
  margin-bottom: 65px;
  max-width: 1000px;
}
.internal-page .partner-title {
  font-size: 50px;
  line-height: 60px; 
  color: #2F2F2F;
}
.internal-page footer#footer {
  margin-top: 60px;
}
section#main {
  position: relative;
} 
section#main .bg-right_para { 
  display: none;
}
.internal-page section#main .bg-right_para {
  position: absolute;
  content: "";
  top: -20px;
  right: 0;
  width: 131px;
  height: 280px; 
  display: block;
}
img.pull-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.zakon-item_name {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px; 
  color: #4F4F4F;
}

.zakon {
  justify-content: space-between;
  margin-bottom: 130px;
}

.zakon-item {
  text-align: center;
  width: 30%;
}
.rev-item {
      background: #fff;
    margin-bottom: 35px;
    padding: 35px 50px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #92D9FB;
    position: relative;
    overflow: hidden;
}

.reviews {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
}

.rev-author {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #00ADE2;
  margin-bottom: 20px;
}

.rev-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}

.rev-img img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
}

.rev-img {
  width: 115px;
  margin-right: 25px;
}
.rev-content {
    width: 100%;
}
/*
.rev-content {
  width: calc(100% - 140px);
}*/
.revcon-wrap {
  background: rgba(13, 183, 244, 0.2);
  margin-bottom: 80px;
  position: relative;
}

.revcon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.revcon-item {
  text-align: center;
  width: 33%;
}

.moduletable_revcon ~ .moduletable .custom .partner-wrap.bg-left::before {
  opacity: 0;
}

.moduletable_revcon ~ .moduletable .custom .partner-wrap .bg-left_para {
  opacity: 0;
}

.revcon-item_text {
  font-size: 18px;
  line-height: 128%; 
  color: #2F2F2F;
}

.revcon-item_img {
  height: 82px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.revcon-wrap::before {
  position: absolute;
  content: "";
  width: 158px;
  height: 188px;
  left: 0;
  bottom: 0;
  background: url(/images/revcon.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.revcon-item_text a {
  display: block;
}
.aboutimg-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top:  40px;
}

.aboutimg-wrap img {
  width: 23%;
  height: 190px;
  margin-bottom: 20px;
}

.video-wrap {
  margin-bottom: 40px;
  text-align: center;
}

.videofancy {
  position: relative;
  display: inline-block;
}
.videofancy::before {
  position: absolute;
  content: "";
  top:  0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 42%);
}

.videofancy::after {
  position: absolute;
  content: "";
  top:  50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url(/images/play.svg) no-repeat center center;
  background-size: contain;
  transform: translate(-50%,-50%);
}

.bt {
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  outline: none !important;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
div#team {
  padding-top: 90px;
  margin-top: -90px;
}
.team-title {
  color: #2F2F2F;
  margin-bottom: 70px;
  text-align: center;
}

.team {
  display: flex;
  flex-wrap: wrap;
  margin: -1% 0;
  margin-bottom: 50px;
}

.team-item {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 30px;
}

.team-item_img {
  margin-bottom: 20px;
  height: 320px;
}

.team-item_img img {
  width: 100%;
  height: 100%;
}

.team-item_name {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px; 
  color: #000000;
  margin-bottom: 3px;
}

.team-item_prof {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; 
  color: #747279;
}
.team-wrap .bg-left_para {
  top: -400px;
}
.internal-page .title {
  color: #2F2F2F;
}
.internal-page div#gallery {
  padding-top: 90px;
  margin-top: -90px;
}
.gallery-wrap .bg-right_para {
  display: none;
}
.internal-page .gallery-wrap .bg-left_para {
  display: none;
}
.internal-page .gallery-wrap .bg-right_para {  
  display: block;
}
.moduletable_mobile {
  display: none;
}
/*=================================*/
.blog {
  display: flex;
  flex-wrap: wrap;
  margin:   0 -2%;
}

.blog .items-row {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 45px;
}

.blog  .page-header h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.blog img {
  width: 100%;
  height: 260px;
}
.introtext {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
}
p.readmore a {
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
}
.blog .pull-left.item-image {
  margin-bottom: 15px;
}
.blog > h2 {
  width: 100%;
  font-family: Balsamiq Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  color: #2F2F2F;
  margin: 0; 
  margin-bottom: 50px;
  margin-left: 1%;
}
/*========================*/
.pagination p.counter.pull-right {
  display: none;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 20px;
}
.pagination > p {
  display: none;
}
.pagination ul li {
  white-space: nowrap;
  margin: 0 5px;
  min-width: 30px;
  border: 1px solid #265BAA; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 37px;
  margin-bottom: 10px;
}
li.pagination-start {
  width: 110px;
}
li.pagination-prev {
  width: 80px;
}
li.pagination-next {
  width: 80px;
}
li.pagination-end {
  width: 80px;
}
span.pagenav {
  padding-left: 2px !important;
  display: inline-block; 
  background: #265baa;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
li.pagination-prev span.pagenav, li.pagination-next span.pagenav {
  color: #2C2C2C;
  background: none;
}
.pagination ul li.pagination-start {
  display: none;
}
.pagination ul li.pagination-end {
  display: none;
}

.pagination {
  width: 100%;
}
.item-page .pull-left.item-image img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 50%;
}
.video-flex {
  display: flex;
  flex-wrap: wrap;
}

.video-item {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 30px;
}

.video-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #4F4F4F;
  text-align: center;
  margin-top:  10px;
}


.symbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.symb-item {
    width: 30%;
    text-align: justify;
}

.symb-item img {
    height: 200px;
    margin: 0 auto 20px;
    display: table;
  object-fit: contain;
}

.symb-name {
    text-align: center;
    font-weight: bold;
}

.ggg{
  width: 65px;
    margin-right: 10px;
    height: 50px;
    object-fit: contain;
}


.rev-item:before {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #b4e011;
    content: "";
    z-index: 0;
    opacity: 0.6;
    top: 25px;
    right: -30px;
}

.rev-content {
    position: relative;
    z-index: 1;
}

.rev-item:after {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #92D9FB;
    content: "";
    z-index: 0;
    opacity: 0.5;
    top: 50%;
    left: -30px;
}

.rev-content:before {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #4f4dca;
    content: "";
    z-index: 0;
    opacity: 0.5;
    top: 75%;
    left: -1%;
}


.page-imgs {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
    flex-wrap: wrap;
}

.page-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-imgs a {
    width: 32%;
    height: 300px;
  margin-bottom: 15px;
}

table.stand-table td {
    border: 1px solid;
    padding: 10px;
    text-align: center;
}

table.stand-table {
    margin: 40px auto;
}
.aboutimg-wrap.in_news a {
    width: 30%;
}

.aboutimg-wrap.in_news a img {
    width: 100%;
    height: 250px;
}

section.blj {
    padding-top: 52px;
    background: #000;
}

.blj__body {
    color: #fff;
    padding: 15px 0px;
}

p.blj__title {
    font-size: 50px;
}

p.blj__desc {
    font-size: 30px;
}
