@font-face {
  font-family: Raleway;
  /*src: url('../fonts/Raleway-Regular.ttf');*/
  src: url('../fonts/Raleway-Regular.ttf');
  unicode-range: U+0-0029, U+0040-10FFFF;
}
html, body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Gilroy', sans-serif;
  font-size: 18px;
  line-height: 24px;
  background-color: #21262d;
}

/* STYLE FO ZZZ HOSTING */
.cbalink {
  display: none !important;
}

/* ZZZ END */
html, body, #main-page, #intro, #about {
  height: 100%;
}
/* Animation partners*/
.img-hover {
  display: inline-block;
    -webkit-transition:all 1.2s ease;
       -moz-transition:all 1.2s ease;
        -ms-transition:all 1.2s ease;
         -o-transition:all 1.2s ease;
            transition:all 1.2s ease;
}

.img-hover img {
  transition: all 1s ease;
}
.img-hover:hover img{
  opacity: 0;
}
/*end animation*/
.fixed-action-btn-top{
	position: fixed;
    z-index: 998;
    right: 35px;
    bottom: 35px;
    margin-bottom: 0;
    padding-top: 15px;
}
.btn-floating-top{
	box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 9999;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}
.btn-floating-top:hover{
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.btn-floating-top i{
    font-size: 1.25rem;
    line-height: 47px;
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #21262d;
}
#intro button,
#trust button,
#main-service button,
#main-team button,
#main-partners button,
#main-news button,
#main-conf button,
.page-footer button,
#news button,
.team button,
#contacts button,
#about button,
#history button,
#partners button,
#conf button,
#respon button,
#myNav button {
  border-right-style: none !important;
  border-left-style: none !important;
  box-shadow: none !important;
  margin-top: 40px;
}
  .navbar.scrolling-navbar-credence,
  .navbar.scrolling-navbar-news,
  .navbar.scrolling-navbar-credence-about {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out
  }

  .navbar.scrolling-navbar-credence .navbar-nav>li,
  .navbar.scrolling-navbar-news>li,
  .navbar.scrolling-navbar-credence-about>li {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
  }

  .navbar.scrolling-navbar-credence .top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 5px
  }
@media (min-width: 600px) {
 .navbar.scrolling-navbar-credence,
  .navbar.scrolling-navbar-news,
  .navbar.scrolling-navbar-credence-about {
    padding-top: 12px;
    padding-bottom: 12px;}
}

.fixed-action-btn,
#myNav {
  display: none;
}
#myNav h2{
  position: relative;
  top: 25%;
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: -40px;
}
#myNav .callback{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  top: 25%;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  justify-content: space-around;
}
.top-nav-collapse-news {
  background-color: #21262d;
}
.overlay-content{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 24px;
line-height: 24px;
}

.overlay-content .navbar-nav{
  align-items: flex-start;
}
.overlay-content .navbar-nav li{
  padding-bottom: 20px;
}
.waves-effect.waves-dark .waves-ripple {
  background-color: rgba(102, 109, 113, 0.5);
}

.waves-effect.waves-white .waves-ripple {
  background-color: rgba(255, 255, 255, 0.5);
}

.navbar {
  box-shadow: none;
}
.navbar .navbar-brand{
  z-index: 99999;
}
.navbar .navbar-brand svg {
  fill: #fff;
}

/* .active{
  color: rgba(255,255,255,0.75);
}
.active::after{
  position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #fff;
content: '';
opacity: 1!important;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);
}
.active::before{
  position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
} */
.mobile {
  display: none;
}
.mobile-main-news{
  display: none;
}
.bg-gray {
  background-color: #21262d;
}

.dark-text {
  color: #000 !important;
}

.collapse .navbar-nav li a {
  font-size: 18px;
  line-height: 24px;
}
.bg-fixed {
	background-attachment: fixed !important;
}
.bg-cover {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#intro {
  background: #464341 url(../img/bg1.png);
  color: white;
}

#intro h1 {
  font-size: 60px;
  line-height: 110%;
}

#intro p {
  font-size: 18px;
  line-height: 24px;
}

.top-nav-collapse {
  background-color: #fff;
}

.top-nav-collapse .navbar-brand svg {
  fill: #000;
}

.top-nav-collapse .container .collapse li a,
.top-nav-collapse .container .collapse .cd-dropdown span {
  color: #000 !important;
}
/*
.top-nav-collapse .container .collapse .cl-effect-21 a::before,
.top-nav-collapse .container .collapse .cl-effect-21 a::after*/

/* Effect 21: borders slight translate */
.cl-effect-21 a,
.overlay-nav .overlay-content a{
  padding: 10px;
  color: #237546;
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after,
.overlay-nav .overlay-content a::before,
.overlay-nav .overlay-content a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.top-nav-collapse .cl-effect-21 a::before,
.top-nav-collapse .cl-effect-21 a::after {
  background: #000 !important;
}

.cl-effect-21 a::before,
.overlay-nav .overlay-content a::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cl-effect-21 a::after,
.overlay-nav .overlay-content a::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
  color: #fff;
}

/*.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after{
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}*/

/* dropdown menu */
.cd-dropdown,
.cd-select {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-left: 15px;
}

.cd-dropdown {
  padding-top: 10px;
}
.cd-dropdown.dropdown-is-active {
   display: none;
  }
.cd-dropdown>span {
  line-height: 60px;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  display: flex;
}

.cd-dropdown>span::after {
  content: '\25BC';
  font-size: 10px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 10px;
}

.cd-dropdown.cd-active>span::after {
  content: '\25B2';
  font-size: 10px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 10px;
}

.cd-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.cd-dropdown ul li {
  display: block;
}

.cd-dropdown ul li:first-child {
  top: 30px !important;
}


.cd-dropdown ul li span {
  display: block;
  color: #fff;
  cursor: pointer;
}

.cd-dropdown>span,
.cd-dropdown ul li span {
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Select fallback styling */
.cd-select {
  border: 1px solid #ddd;
}

.cd-dropdown ul {
  position: absolute;
  top: 0px;
  width: 100%;
}

.cd-dropdown ul li {
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.cd-active.cd-dropdown ul li {
  pointer-events: auto;
}

.cd-active.cd-dropdown ul li span {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

#trust {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #eeeffa url(../img/bg2.png);
}

#trust h2 {
  font-size: 40px;
  line-height: 120%;
}
.trust .trust-item span{
  font-size:18px;
}
.trust-item {
  padding-right: 120px;
  margin: auto;
}

.trust-item-logo {
  padding-left: 120px;
}

.trust-hr {
  border-top: 2px solid #434D5C;
}

.trust-hr-demo {
  width: 45%;
  border-top: 2px dashed #434D5C;
}

#trust .trust-border {
  border-top: 2px solid #434D5C;
  width: 141px;
}

.nav-tabs {
  border: none;
  padding-bottom: 40px;
}

.nav-tabs .nav-link {
  color: #96aaca !important;
  background-color: transparent !important;
  border-top: 2px solid #434D5C !important;
  border-bottom: 2px solid #434D5C !important;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  transition-property: all;
  transition-duration: 1s;
}

.animetion-pulse {
  animation: border-pulsate 2s infinite;
}

@keyframes border-pulsate {
  0% {
    border-color: rgba(67, 77, 92, 1);
  }

  50% {
    border-color: rgba(67, 77, 92, 0.5);
  }

  100% {
    border-color: rgba(67, 77, 92, 1);
  }
}

.nav-tabs .nav-link:hover {
  color: #434D5C !important;
  background-color: transparent !important;
  border-top: 2px solid #434D5C !important;
  border-bottom: 2px solid #434D5C !important;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: inherit;
  border: none;
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  border-right-style: none !important;
  border-left-style: none !important;
  box-shadow: none;
  border-radius: 0;
  transition-property: all;
  transition-duration: 1s;
}

.nav-tabs .nav-item {
  font-size: 30px;
  line-height: 120%;
  align-items: center;
  display: flex;
}

#main-service {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #464341 url(../img/bg3.png);
}

.main-service-item:last-child {
  padding-left: 75px;
}

.main-service-item:first-child {
  padding-right: 75px;
}

#main-service .tab-content {
  padding-bottom: 40px;
}
#main-service .tab-content span{
  font-size:18px;
}
.main-service-item .con-tab h3 {
  font-size: 20px;
  line-height: 26px;
  height: 70px;
}
.main-service-item:first-child{
  min-height: 600px;
}
.main-service-item .con-tab p {
  font-size: 16px;
  line-height: 120%;
}

.main-service-item .con-tab {
  padding-bottom: 0;
}

.main-service-item .first div:first-child {
  padding-bottom: 20px;
  padding-right: 30px;
  border-right: 2px solid #434D5C !important;
}

.main-service-item .second div:first-child {
  padding-top: 20px;
  padding-right: 30px;
  border-right: 2px solid #434D5C !important;
}

.main-service-item .first div:last-child {
  padding-bottom: 20px;
  padding-left: 30px;
}

.main-service-item .second div:last-child {
  padding-top: 20px;
  padding-left: 30px;
}

#main-service .trust-border {
  border-top: 2px solid #434D5C;
  width: 45%;
}
#main-team {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #464341 url(../img/bg4.png);
}
#main-team h2{
  font-size:40px;
}
.main-team-item {
  margin: auto;
}

.main-team-text {
  position: absolute;
  bottom: 10px;
  right: 25px;
  z-index: 2;
}

.main-team-text h5 {
  text-align: end;
  font-size: 20px;
}
.main-team .img-fluid{
  max-width: 100%;
    object-fit: cover;
    height: 416px;
}
.main-team-desc {
  font-size: 12px;
}

.main-team-desc i {
  margin: auto 0;
  font-size: 5px;
}

#main-partners {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #464341 url(../img/bg5.png);
}

#main-partners h2 {
  font-size: 40px;
}

#main-partners p {
  font-size: 18px;
}

#main-partners .controls-bottom {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 15;
  justify-content: center;
}

.main-partners-text {
  color: #FFF;
  padding-top: 20px;
  text-align: start;
}

.main-partners-item {
  margin: auto;
}

.main-partners-text p {
  font-size: 16px;
}

#main-partners .carousel-indicators {
  margin-bottom: 0;
  bottom: -7px;
}

#main-partners figure {
  padding: 10px 20px;
}

#main-partners .carousel .carousel-indicators li {
  width: 100%;
  height: 2px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  margin: 0;
}

#main-partners .secondary-color {
  background-color: #434D5C !important;
}

#main-partners .carousel-indicators .active {
  background-color: #FFF !important;
}

#main-partners .controls-bottom svg {
  stroke: #A1AAB7;
}

#main-partners .controls-bottom svg:hover {
  stroke: #fff;
}

#main-news {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #464341 url(../img/bg6.png);
}

#main-news h2 {
  font-size: 40px;
}

#main-news p {
  font-size: 18px;
}

.main-news-text {
  color: #000;
  padding-top: 20px;
  text-align: start;
}

.main-news-item {
  margin: auto;
}

.main-news-text p {
  font-size: 16px;
}

.main-news-item a {
  color: #000;
}

#main-news .controls-bottom {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 15;
  justify-content: center;
}

#main-news .carousel-indicators {
  margin-bottom: 0;
  bottom: -7px;
  margin-right: 18%;
  margin-left: 0;
}

#main-news figure {
  padding: 10px 20px;
  float: left;
}

#main-news .carousel .carousel-indicators li {
  width: 100%;
  height: 2px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  margin: 0;
}

#main-news .secondary-color {
  background-color: #A1AAB7 !important;
}

#main-news .carousel-indicators .active {
  background-color: #434D5C !important;
}

#main-news .controls-bottom svg {
  stroke: #A1AAB7;
}

#main-news .controls-bottom svg:hover {
  stroke: #434D5C;
}
.main-news .img-fluid{
  width: 100%;
}
#carousel-with-lb-news .news-date {
  font-size: 16px;
  font-feature-settings: 'pnum'on, 'lnum'on;
  z-index: 2;
}
#carousel-with-lb-news .news-text {
  position: absolute;
  left: 10px;
  font-size: 18px;
  line-height: 120%;
  bottom: 10px;
  color: #fff;
}

#carousel-with-lb-news figure i {
  position: absolute;
  right: 10px;
  font-size: 18px;
  line-height: 120%;
  top: 10px;
  color: #fff;
}

#carousel-with-lb-news .carousel-inner .carosel-item figure {
  display: inline-block;
}

#carousel-with-lb-news .carousel-inner .active {
  display: flex;
}

#main-conf {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #464341 url(../img/bg7.png);
}

#main-conf h2 {
  font-size: 40px;
}

#main-conf p {
  font-size: 18px;
}

#main-conf .controls-bottom {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 15;
  justify-content: center;
}

.main-conf-text {
  color: #FFF;
  padding-top: 20px;
  text-align: start;
}

.main-conf-item {
  margin: auto;
}

.main-conf-text p {
  font-size: 16px;
}

#main-conf .carousel-indicators {
  margin-bottom: 0;
  bottom: -7px;
}

#main-conf figure {
  padding: 10px 10px;
}

#main-conf .carousel .carousel-indicators li {
  width: 100%;
  height: 2px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  margin: 0;
}

#main-conf .secondary-color {
  background-color: #434D5C !important;
}

#main-conf .carousel-indicators .active {
  background-color: #FFF !important;
}

#main-conf .controls-bottom svg {
  stroke: #A1AAB7;
}

#main-conf .controls-bottom svg:hover {
  stroke: #fff;
}

.page-footer .copyright-text {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  color: #616F83;
}

.page-footer .footer-icons {
  width: 144px;
  padding-top: 30px;
}

.page-footer .footer-icons i {
  margin: auto;
  font-size: 33px;
}

@keyframes icons-pulsate {
  0% {
    color: rgba(255, 255, 255, 1);
  }

  50% {
    color: rgba(255, 255, 255, 0.5);
  }

  100% {
    color: rgba(255, 255, 255, 1);
  }
}

.page-footer .footer-icons i::before {
  animation: icons-pulsate 2s infinite;
}

.page-footer button {
  margin-top: 20px;
  position: absolute;
  right: 0;
}

.page-footer .md-form {
  margin-bottom: 0;
}

.page-footer .form-group h6 {
  padding-top: 20px;
}

.page-footer .footer-link p {
  margin-bottom: 10px;
}

.page-footer .footer-contact {
  display: flex;
}

.page-footer .footer-contact p {
  padding: 0 10px;
}
.page-footer .footer-contact p:first-child{
  width: 88px;
  margin-right: 5px;
}
.page-footer .footer-contact i {
  padding-top: 10px;
  font-size: 5px;
}

/* news */
#news {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #464341 url(../img/bg_news.png);
}


.article__banner {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 40px;
}
.article__image{
  position: relative;
  z-index: -1;
  height: calc(100vh - 210px);
  overflow: hidden;
}
.article__image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.article__image::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.article__title {
  font-weight: 700;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 60px;
  font-size: 32px;
  line-height: 1.2em;
}
.article__date {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  line-height: 1.2em;
}
.article__content {
  margin-bottom: 60px;
}

.article__content a{
  word-break: break-all;
}

.news .container,
.article .container {
  padding-top: 175px;
}

.news .news-date {
  color: #A1AAB7;
}

.news .news-text {
  padding-bottom: 40px;
}

.news .news-text .news-desc {
  margin-top: 30px;
}

.news h1 {
  font-size: 26px;
  line-height: 120%;
  color: #fff;
  z-index: 100;
  position: absolute;
  bottom: 0;
  padding-left: 15px;
}

.news .more-news {
  margin-bottom: 80px;
}

#news .news-item button {
  position: absolute;
  bottom: 0;

}

/* news modal */
.news .modal-full-height {
  width: 936px;
  max-width: 936px;
  overflow: hidden;
}

.news .modal-header .news-date {
  color: #EEEFFA;
}

.news .modal-header {
  background: #464341 url(../img/news_popup.png) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 400px;
  padding-left: 137px;
  flex-direction: column;
  justify-content: flex-end;
}

.news .modal-header .modal-title {
  width: 80%;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  z-index: 2;
}
.modal-body img{
	width: 100%;
}
.news .modal-body {
  padding: 30px 136px 0 136px;
}

.news .modal-body p {
  font-size: 18px;
  line-height: 24px;
}

.news .modal-body h5 {
  font-size: 24px;
  line-height: 120%;
}

.news .modal-close {
  position: absolute;
  right: 130px;
  top: 15px;
  color: #000;
  text-shadow: white 1px 1px 0, white -1px -1px 0,
                 white -1px 1px 0, white 1px -1px 0;
  font-size: 70px;
  font-weight: 300;
  z-index: 2;
}
.news .modal-content .mobile-image{
	display:none;
    -webkit-background-size: cover;
    -o-background-size: cover;
  	background-size: cover;
  	position: absolute;
	background-repeat: no-repeat;
	background-position-y: -100px;
    height: 400px;
    width: 100%;
    margin-left: -14px;
    margin-top: 114px;
    z-index: 0;
}
/* team */
#team {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #464341 url(../img/bg4.png);
  padding-bottom: 40px;
}

.team .container {
  padding-top: 175px;
}

.team-item {
  margin: auto;
}

.team-text {
  position: absolute;
  bottom: 10px;
  /*right: 25px;*/
  right: 10px;
  z-index: 2;
}

.team-text h5 {
  text-align: end;
  /*font-size: 24px;*/
  font-size: 20px;
}

.team-desc {
  font-size: 14px;
}

.team-desc i {
  margin: auto 0;
  font-size: 5px;
}

.team a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.team .team-icon {
  max-height: 300px;
  margin-bottom: 30px;
}

.team .team-contact i {
  padding-right: 20px;
}

.team .team-contact div:first-child {
  padding-bottom: 15px;
}

.team-all-item {
  margin-top: 70px;
  width: 100%;
}

.team-all-item:last-child {
  margin-bottom: 80px;
}
.team .team-item .img-fluid,
.team .team-all-item .img-fluid {
      max-width: 100%;
    object-fit: cover;
    object-position: center;
}

/* team-modal */
.team .modal-full-height {
  width: 936px;
  max-width: 936px;
  overflow: hidden;
}

.team .modal-body {
  padding: 130px 55px 0 136px;
}

.team .modal-service {
  padding-top: 25px;
}

.team .modal-service p {
  margin-bottom: 5px;
}

.team .modal-service h5 {
  margin-bottom: 15px;
}

.team .modal-content .team-desc {
  padding-bottom: 20px;
}

.team .modal-content .team-contact a {
  color: #000;
}

.team .modal-content .team-contact {
  padding-top: 20px;
  color: #434D5C;
}

.team .modal-content .team-contact .social {
  font-size: 30px;
  padding-top: 15px;
}

.team .modal-close {
  position: absolute;
  right: 130px;
  top: -35px;
  color: #434D5C;
  font-size: 70px;
  font-weight: 100;
}

/* service */
#service {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #464341 url(../img/bg4.png);
}

#service .tab-content {
  padding-bottom: 40px;
}

.service .container {
  padding-top: 160px;
}

.service-item h3 {
  font-size: 20px;
  line-height: 26px;
}

.service-item  p {
  font-size: 16px;
  line-height: 120%;
}

.service-item .tab-content .row div:nth-child(n+5)::before{
    position:absolute;
    top:-10%;
    width:80%;
    left: 10%;
    border-top: 2px solid #434D5C !important;
    content:"";
}
.service-item .tab-content .row div{
  margin: 20px 0;
  padding-left: 30px;
  position: relative;
  border-right: 2px solid #434D5C !important;
  min-height: 250px;
}
.service-item .tab-content .row div:nth-child(4n){
  border-right: none !important;
}
/* .service-item .second div:first-child {
  padding-top: 20px;
  padding-right: 30px;
  border-right: 2px solid #434D5C !important;
}

.service-item .first div:last-child {
  padding-bottom: 20px;
  padding-left: 30px;
}

.service-item .second div:last-child {
  padding-top: 20px;
  padding-left: 30px;
}

.br-line {
  border-right: 2px solid #434D5C !important;
}

#service .trust-border {
  border-top: 2px solid #434D5C;
  width: 45%;
  margin-right: 10px;
}

#service .service-item .trust-border-top {
  border-top: 2px solid #434D5C;
  width: 45%;
  margin: -40px 10px 0 5px;
} */

#service .service-item h3 {
  margin-bottom: 1rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #21262d;
  height: 74px;
}

#service .service-item h3:hover {
  border-bottom: 2px solid #fff;
}

/* service-modal */
.service .modal-full-height {
  width: 936px;
  max-width: 936px;
  overflow: hidden;
}

.service .modal-body {
  padding: 40px 55px 0 130px;
}

.service .modal-body h3 {
  padding-bottom: 10px;
}

.service .modal-content .service-contact a {
  color: #434D5C;
}

.service .modal-content .service-contact {
  padding-top: 20px;
  color: #434D5C;
}

.service .modal-content .service-contact .social {
  font-size: 30px;
  padding-top: 15px;
}

.service-text {
  position: absolute;
  bottom: 10px;
  right: 95px;
}

.service .modal-body .service-text h5 {
  text-align: end;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

.service .modal-body .service-text p {
  font-size: 16px;
  line-height: 120%;
}

.service .modal-body h5 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 20px;
  padding-top: 15px;
}

.service .modal-body p {
  font-size: 18px;
  line-height: 24px;
}

.service-desc {
  font-size: 16px;
}

.service-desc i {
  margin: auto 0;
  font-size: 5px;
}

.service a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.service .service-icon {
  max-height: 420px;
  margin-bottom: -10px;
}

.service .service-contact i {
  padding-right: 20px;
  color: #434D5C;
}

.service .modal-body .list-group {
  padding-bottom: 25px;
}

.service .accordion .card .card-header {
  margin-bottom: 0;
  border: none;
  background-color: inherit;
}

.service .accordion .card .card-header img {
  padding-right: 10px;
  vertical-align: inherit;
}

.service .accordion .card .card-header .rotate-list {
  transform: rotate(-90deg);
  padding: 0 10px;
  margin-left: -10px;
}
.border-bottom{
 border:none !important;
}
.modal .collapse-list .card {
  border-bottom: 1px solid #000 !important;
}
.accordion>.card:last-of-type{
      border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.md-accordion .card .card-header a img{
 transform: rotate(-90deg);
 padding: 0 10px;
 margin-left: -10px;
}
.md-accordion .card .card-header a:not(.collapsed) img{
 transform: rotate(0);
 padding: 0 10px;
 margin-left: -10px;
}
.service .card a {
  color: #000;
}

.service .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service .modal-close {
  position: absolute;
  right: 69px;
  top: 0px;
  color: #434D5C;
  font-size: 70px;
  font-weight: 100;
}

/* contacts */
#contacts {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #464341 url(../img/bg_map.png);
  min-height: 75vh;
  height: auto;
  padding: 150px 0;
}

#contacts .md-form {
  width: 75%;
}

#contacts .contacts-list i {
  padding-right: 15px;
  margin-top: 5px;
}

#contacts .contacts-list {
  max-width: 320px;
}

#contacts .contacts-list h3 {
  padding-bottom: 15px;
}

#contacts .contacts-list p {
  font-size: 18px;
  line-height: 24px;
}

#contacts .contacts-list p {
  font-size: 18px;
  line-height: 24px;
}

#contacts .contacts-list .detail {
  border-bottom: 1px solid #A1AAB7;
}

#contacts .contacts-list .office {
  justify-content: space-around;
  padding-top: 10px;
}

#contacts .contacts-list .office i {
  font-size: 5px;
  padding: 5px 10px;
}

/* About */
#about {
  background: #464341 url(../img/about_bg_1.png);
  color: white;
}

#about h1 {
  font-size: 60px;
  line-height: 110%;
  width: 500px;
}

#about p {
  font-size: 18px;
  line-height: 24px;
  width: 450px;
}

#about button p {
  width: auto;
}

#history {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #eeeffa url(../img/bg2.png);
}

#history h2 {
  font-size: 60px;
  line-height: 110%;
}

.history-item {
  margin: auto;
}

.history-item-logo {
  padding-left: 120px;
}

.history-hr {
  border-top: 2px solid #434D5C;
}

.history-hr-demo {
  width: 45%;
  border-top: 2px dashed #434D5C;
}

#history .history-border {
  border-top: 2px solid #434D5C;
  width: 141px;
}

#history .controls-bottom {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 15;
  justify-content: center;
}

#history .carousel-indicators {
  margin-bottom: 0;
  bottom: -7px;
  margin-right: 18%;
  margin-left: 0;
}

#history figure {
  padding: 10px 20px;
}

#history .carousel .carousel-indicators li {
  width: 100%;
  height: 2px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  margin: 0;
}

#history .secondary-color {
  background-color: #A1AAB7 !important;
}

#history .carousel-indicators .active {
  background-color: #434D5C !important;
}

#history .controls-bottom svg {
  stroke: #A1AAB7;
}

#history .controls-bottom svg:hover {
  stroke: #434D5C;
}

#carousel-with-lb-history .carousel-inner .carosel-item figure {
  display: inline-block;
}

#carousel-with-lb-history .carousel-inner .active {
  display: flex;
}

#case {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #464341 url(../img/bg4.png);
}

#case .controls-bottom {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 15;
  justify-content: center;
}

#case .carousel-indicators {
  margin-bottom: 0;
  bottom: -7px;
  margin-right: 18%;
  margin-left: 0;
}

#case .carousel .carousel-indicators li {
  width: 100%;
  height: 2px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  margin: 0;
}

#case .secondary-color {
  background-color: #A1AAB7 !important;
}

#case .carousel-indicators .active {
  background-color: #434D5C !important;
}

#case .controls-bottom svg {
  stroke: #A1AAB7;
}

#case .controls-bottom svg:hover {
  stroke: #434D5C;
}

#carousel-with-lb-case .case-text {
  position: absolute;
  left: 10px;
  font-size: 24px;
  line-height: 120%;
  bottom: 10px;
  color: #fff;
  width: 250px;
}

#carousel-with-lb-case .carousel-inner .carousel-item figure {
  float: left;
}

#carousel-with-lb-case .carousel-inner .active {
  display: flex;
}

#case .secondary-color {
  background-color: #434D5C !important;
}

#case .carousel-indicators .active {
  background-color: #FFF !important;
}

#case .controls-bottom svg {
  stroke: #A1AAB7;
}

#case .controls-bottom svg:hover {
  stroke: #fff;
}

.case-desc {
  color: #fff;
  padding-top: 20px;
  text-align: start;
  font-size: 16px;
  line-height: 120%;
}

#partners {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #464341 url(../img/bg5.png);
}

#partners h2 {
  font-size: 40px;
}

#partners p {
  font-size: 18px;
}

#partners .controls-bottom {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 15;
  justify-content: center;
}

.partners-text {
  color: #FFF;
  padding-top: 20px;
  text-align: start;
}

.partners-item {
  margin: auto;
}

.partners-text p {
  font-size: 16px;
}

#partners .carousel-indicators {
  margin-bottom: 0;
  bottom: -7px;
}

#partners figure {
  padding: 10px 20px;
}

#partners .carousel .carousel-indicators li {
  width: 100%;
  height: 2px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  margin: 0;
}

#partners .secondary-color {
  background-color: #434D5C !important;
}

#partners .carousel-indicators .active {
  background-color: #FFF !important;
}

#partners .controls-bottom svg {
  stroke: #A1AAB7;
}

#partners .controls-bottom svg:hover {
  stroke: #fff;
}

#conf {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 800px;
  background: #464341 url(../img/bg4.png);
}

#conf h2 {
  font-size: 40px;
}

#conf p {
  font-size: 18px;
}

#conf .controls-bottom {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 15;
  justify-content: center;
}

.conf-text {
  color: #FFF;
  padding-top: 20px;
  text-align: start;
}

.conf-item {
  margin: auto;
}

.conf-text p {
  font-size: 16px;
}

#conf .carousel-indicators {
  margin-bottom: 0;
  bottom: -7px;
}

#conf figure {
  padding: 10px 10px;
}

#conf .carousel .carousel-indicators li {
  width: 100%;
  height: 2px;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  margin: 0;
}

#conf .secondary-color {
  background-color: #434D5C !important;
}

#conf .carousel-indicators .active {
  background-color: #FFF !important;
}

#conf .controls-bottom svg {
  stroke: #A1AAB7;
}

#conf .controls-bottom svg:hover {
  stroke: #fff;
}

#respon {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #464341 url(../img/about_bg_2.png);
}

#respon h2 {
  font-size: 40px;
  line-height: 120%;
}

.respon .respon-item p {
  font-size: 16px;
  line-height: 120%;
  color: #EEEFFA;
}

.respon .respon-item:first-child {
  padding-right: 80px;
}

.respon .respon-item:last-child {
  padding-left: 80px;
}

.respon .container {
  padding-top: 105px;
  padding-bottom: 170px;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.news-item {
  margin-bottom: 5rem!important;
}

.news-item .col-md-12 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-item .btn {
  margin: auto 0 0;
}

/* Icon 1 */
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
@media (min-width: 1024px){
  #carousel-with-lb-news .news-text {
  position: absolute;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  width: 90%;
}

#carousel-with-lb-news figure i {
  position: absolute;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
}
}
.team .modal-content img{
  width:90%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 500px;
}
.team .modal-content .modal-service{
    padding-bottom: 80px;
  }
@media (max-width: 1200px){
	.team-desc{
		font-size: 11px;
	}
}
@media (max-width:992px) {
  html, body {
    font-size: 14px;
    line-height: 18px;
  }
  .service .modal-content .zoom:hover img{
    transform: none;
  }
  .service-item .tab-content .row div{
  	min-height: 335px;
  }
  .main-service-item:first-child{
    min-height: auto;
  }
  .svg-mobile-icon{
    fill: #fff!important;
  }
  #trust,
  #history,
  #case,
  #partners,
  #conf,
  #respon {
    height: auto;
    padding: 45px 0;
  }

  .trust-item {
    padding-right: 15px;
  }

  #trust h2 {
    font-size: 26px;
    line-height: 100%;
  }

  .trust-item-logo {
    padding-left: 0;
  }

  #main-service {
    height: auto;
    padding: 45px 0;
  }

  .nav-tabs .nav-item {
    font-size: 20px;
  }

  .main-service-item:last-child {
    padding-left: 0;
  }

  .main-service-item:first-child {
    padding-right: 25px;
  }

  .main-service-item .con-tab h3 {
    font-size: 17px;
    line-height: 19px;
  }

  .main-service-item .con-tab p {
    font-size: 16px;
  }

  #main-team {
    height: auto;
    padding: 45px 0;
  }

  #main-team h2 {
    font-size: 26px;
  }

  #main-team h4 {
    font-size: 20px;
  }

  #main-team p {
    font-size: 15px;
  }

  .main-team-text h5 {
    font-size: 15px;
  }

  .main-team-text {
    right: 10px;
  }
  .main-team .img-fluid{
   height: 260px;
  }

  #main-team .main-team-desc p {
    font-size: 10px;
  }

  .main-team-item .col-md-6 {
    padding: 0 4px;
  }

  #main-partners {
    height: auto;
    padding: 45px 0;
  }

  #main-partners h2 {
    font-size: 26px;
  }

  #main-partners p {
    font-size: 15px;
  }

  .main-partners-text {
    padding-top: 10px;
  }

  .carousel-indicators {
    margin-right: 25%;
    margin-left: 10%;
  }

  .fixed-action-btn,
  #myNav {
    display: block;
  }

  .top-nav-collapse .fixed-action-btn i {
    color: inherit;
  }

  .overlay-nav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: url("../img/bg4.png");
    overflow-x: hidden;
    transition: 0.3s;
  }

  .turquoise i {
    color: #fff;
    font-size: 25px;
  }

  .overlay-nav .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay-nav a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 500;
  }

  .overlay-nav a:hover, .overlay-nav a:focus {
    color: #fff;
  }

  .overlay-nav .closebtn {
    position: absolute;
    top: 40px;
    right: 45px;
    font-size: 60px;

  }

  #main-news {
    height: auto;
    padding: 45px 0;
  }

  #main-news h2 {
    font-size: 26px;
  }

  #main-news p {
    font-size: 15px;
  }

  #main-news .carousel-indicators {
    margin-right: 22%;
  }

  #carousel-with-lb-news .news-text {
    font-size: 13px;
  }

  #carousel-with-lb-news .news-date {
    font-size: 12px;
  }

  #main-news figure {
    padding: 0 15px;
  }

  #main-conf {
    height: auto;
    padding: 45px 0;
  }

  #main-conf h2 {
    font-size: 26px;
  }

  #main-conf p {
    font-size: 15px;
  }

  #main-conf figure {
    padding: 0 5px;
  }

  .page-footer img {
    width: 100%;
  }

  .page-footer .footer-icons i {
    padding-right: 55px;
    font-size: 18px;
  }

  .page-footer .footer-contact p {
    padding: 0;
  }

  .page-footer .footer-contact i {
    padding-top: 7px;
    font-size: 5px;
    padding-left: 5px;
  }
  .news h1{
    font-size: 16px;
    padding-left: 5px;
  }
  .news .modal-full-height,
  .service .modal-full-height,
  .team .modal-full-height{
    width: auto;
  }
  .team-text{
    right: 5px;
  }
  .team-text h5{
    font-size: 18px;
  }
  #team .row .col-md-6,
  #team .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
  }
  .team .team-contact i{
    padding-right: 5px;
  }
  .team a{
    font-size: 14px;
  }
  .team-item {
    padding-right: 10px!important;
  }
  #history .carousel-indicators{
    margin-right: 22%;
    margin-left: 5%;
  }
  #carousel-with-lb-case .case-text{
    position: absolute;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    width: auto;
  }
  #about .container h1,
  #about .container p{
    width: auto;
  }


}

@media (max-width:1200px) {
  .team a {
    font-size: 12px;
  }
}

@media (max-width:768px) {
  .article__image {
    height: auto;
  }
  .article__image img {
    height: auto;
  }
  .article__title {
    font-size: 18px;
    position: static;
    margin: 20px 0 20px;
  }
  .article__date {
    position: static;
  }
  .mobile {
    display: block;
  }
  .bg-fixed {
	background-attachment: unset !important;
  }
  .desctop {
    display: none;
  }
  .team-desc{
		font-size: 14px;
	}
  #main-service .tab-content {
    padding-bottom: 0;
  }
  .main-service-item .con-tab h3,
  #service .service-item h3{
    height: auto;
  }
  .main-service-item .first div:first-child,
  .main-service-item .second div:first-child {
    padding-bottom: 0;
    padding-right: 0;
    border-right: none !important;
    border-bottom: 2px solid #434D5C;
  }
  .service-item .tab-content .row div{
    min-height: auto;
    padding: 0 15px;
    border-right: none !important;
    border-bottom: 2px solid #434D5C;
  }
  .service-item .tab-content .row div:nth-child(n+5)::before{
    content: none;
  }
  .main-service-item .first div:last-child,
  .main-service-item .second div:last-child {
    padding-bottom: 0;
    padding-left: 15px;
    border-bottom: 2px solid #434D5C;
    padding-top: 20px;
  }

  .main-service-item .first p,
  .main-service-item .second p {
    /*padding-left: 15px;*/
    color: #A1AAB7;
  }
  .br-line{
    border-right: none!important;
  }
  .service-item p{
    color: #A1AAB7;
  }
  .main-team .img-fluid{
   height: auto;
  }
  #main-service .trust-border,
  #service .trust-border,
  #service .service-item .trust-border-top {
    display: none;
  }

  .main-team-text h5 {
    font-size: 20px;
  }

  #main-team .main-team-desc p {
    font-size: 15px;
  }

  .main-team-item {
    margin-bottom: 10px !important;
  }

  #main-team .mobile {
    padding-top: 20px;
  }

  #main-partners figure,
  #partners figure {
    padding: 10px 25px;
    margin: 0 -1px;
  }

  #carousel-with-lb-news .news-text {
    font-size: 16px;
  }

  .carousel-inner {
    padding-top: 20px;
  }

  .page-footer .container .row {
    text-align: left !important;
    font-size: 18px;
    line-height: 24px;
  }

  .page-footer .copyright-text {
    position: inherit;
  }

  .copyright-text-mobile {
    text-align: center;
    padding-top: 90px;
  }

  .page-footer .footer-contact i {
    padding-left: 15px;
    padding-right: 5px;
  }

  .page-footer h4,
  .page-footer h6 {
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 10px;
  }
  .page-footer .md-form label{
    line-height: 100%;
  }
  #contacts .contacts-list{
    padding-bottom: 50px;
  }
  #news img{
    width: 100%;
    max-height: 200px;
  }
  .service-text{
    right: 10px;
  }
  .service .modal-body .service-text p{
    font-size: 14px;
  }
  .service .modal-body .service-text h5{
    font-size: 18px;
  }
  .service .modal-content .service-contact a{
    font-size: 14px;
    line-height: 24px;
  }
  .news .modal-body,
  .service .modal-body{
    padding: 30px 14px;
  }
  .news .modal-header{
    padding-left: 14px;
  }
  #team>.container>.row> .col-md-6.mb-5.team-item.m-auto,
  .team-all-item .col-md-3.col-6{
    padding-bottom: 15px;
  }

  #team>.container>.row> .col-md-6.mb-5.team-item.m-auto{
    margin-bottom: 15px!important;;
  }

  .modal.team .modal-service li{
    font-size: 16px;
  }

  .team-all-item .col-6{
    margin-bottom: 15px;
  }
  #team button{
    margin: 25px auto;
  }
   .team .modal-close{
    right: 20px;
  }
  .team .modal-body{
    padding: 14px;
  }
  .team .modal-content .mobile{
    padding-top: 40px;
    padding-left: 20px;
  }
  .team .modal-content p{
    font-size: 18px;
  }
  .team .modal-content .photo{
    padding-bottom: 20px;
  }
  .team .modal-content .team-contact{
    padding-bottom: 40px;
  }
  .team .modal-content .team-contact button{
    margin-top: 20px;
  }
  #carousel-with-lb-case .case-text{
    width: 90%;
  }
  .respon .respon-item:first-child{
    padding-right: 15px;
  }
  .respon .respon-item:last-child{
    padding-left: 15px;
  }
  .respon .container{
    padding-top: 0;
    padding-bottom: 0;
  }
  .news .modal-header .modal-title{
    width: auto;
    font-size: 25px;
    line-height: 26px;
  }
  .service .modal-close{
    right: 15px;
    top: -10px;
  }
  .page-footer .footer-contact p:first-child{
	width: 76px;
  }
  .scrolling-navbar-credence{
	background-color: #21262d!important;
  }
}
@media screen and (max-width: 576px) {
	#intro p{
	  font-size:15px;
	}
  #team .team-text h5{
    margin-bottom: -6px;
  }

  #team .team-contact{
    margin-top: 5px;
  }

  #main-partners button,
  #main-conf button,
  #partners button,
  #conf button{
    display: none;
  }

  .news .news-text {
    padding-bottom: 45px;
  }

  .main-partners-text{
    display: none;
  }

  #main-partners .carousel-inner.mdb-lightbox{
    padding-bottom: 30px;
  }
  #main-service{
	background-image: none!important;
	background: #1c2331 !important;
  }
  #main-service .tab-content #home.tab-pane.fade,
  #main-service .tab-content #profile.tab-pane.fade{
    display: none;
  }

  section#history img {
    height: 180px!important;
  }

  section#history figure {
    min-height: 400px!important;
  }

  .team .team-icon {
    margin-bottom: 0px;
  }

  .team-all-item {
    margin-top: 0px;
  }

  .team .team-contact div:first-child {
    padding-bottom: 0px;
}

  .main-service-item:first-child{
    margin-bottom: 0!important;
  }

  .news .news-text .news-desc {
    margin-top: 15px;
  }

  .extra-mobile{
    display: none;
  }
  body{
    font-size: 13px;
  }
  .row{
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-main-news{
    display: block;
  }
  .main-team-item .col-6{
    padding: 0 5px;
  }
  #main-team .main-team-desc p{
    font-size: 12px;
  }

  #carousel-with-lb-news .carousel-inner .active{
    display: block;
  }
  #carousel-with-lb-news .img-fluid{
    width: 100%;
    max-height: 200px;
  }
  #carousel-with-lb-news .news-date{
    font-size: 16px;
  }
  .overlay-nav a{
    font-size: 24px;
  }

  .news .modal-close{
    right: 5%;
  }
  .news .modal-header i{
    font-size: 15px;
  }
  #carousel-with-lb-case .carousel-inner .active{
    display: block;
  }
  #carousel-with-lb-case .carousel-inner .carousel-item figure{
    padding-top: 20px;
  }
  #carousel-with-lb-case .img-fluid{
    width: 100%;
    max-height: 200px;
  }

  #about p{
    font-size: 16px;
  }
  #about h1{
    font-size: 35px;
    padding-top: 4.5rem!important;
  }
  #about button{
    margin-top: 0;
  }
  #history h2,
  #case h2,
  #partners h2,
  #conf h2,
  #respon h2{
    font-size: 35px;
  }
  #trust h2,
  #main-team h2,
  #main-partners h2,
  #main-news h2,
  #main-conf h2{
    font-size: 32px;
  }
  .trust .trust-item span{
    font-size: 15px;
  }
  #conf p{
    font-size: 15px;
  }
  #partners p{
    font-size: 15px;
  }
  #intro h1{
    padding-top: 6rem!important;
    font-size: 33px;
  }
  .team a{
    font-size: 10px;
  }
  .team-desc{
    font-size: 9px;
  }
  #main-news .carousel-indicators,
  #main-conf .carousel-indicators,
  #main-partners .carousel-indicators{
    margin-right: 30%;
  }
  .main-team-text h5{
    font-size: 12px;
  }
  #main-team .main-team-desc p{
    font-size: 7px;
  }
  #main-partners p{
    font-size: 15px;
  }
  .page-footer .footer-contact p{
    font-size: 15px;
  }
  .page-footer .footer-contact p:first-child{
	width: 64px;
  }
  .service .modal-body .service-text h5{
    font-size: 14px;
  }
  .service .modal-body .service-text p{
    font-size: 7px;
  }
  .service-specialists .row div:nth-child(odd) {
    padding-left: 0;
    padding-right: 2px;
  }
  .service-specialists .row div:nth-child(even) {
    padding-right: 0;
    padding-left: 2px;
  }
  .service .service-icon{
    margin-bottom: 0;
  }
  .service .service-contact i{
    padding-right: 2px;
  }
  .service .modal-content .service-contact a{
    font-size: 10px;
  }
  .team .modal-content .photo{
    padding-bottom: 0;
  }
  .team-modal .team .modal-content .mobile{
    padding-top: 20px;
  }
  .team .modal-content p{
    line-height: 120%;
  }
  .team-modal .team-contact a{
    font-size: 14px;
  }
  #history .carousel-indicators,
  #case .carousel-indicators,
  #partners .carousel-indicators,
  #conf .carousel-indicators{
    margin-right: 30%;
  }
  .nav-tabs .nav-item{
    font-size: 20px;
  }
	.news .modal-header{
	  margin-top: -100px;
	}
	.news .modal-close{
	  top: 115px;
	}
}
@media screen and (max-width: 400px) {
 .team-desc{
	font-size: 9px;
  }
	.team-text h5{
	 font-size: 13px;
	}
	.team a{
		font-size: 9px;
	}
}
@media not all and (min-resolution:.001dpcm) { @media {
   .controls-bottom{
     bottom: -9px!important;
   }
}}

@media screen and (max-height: 450px) {
  .overlay-nav a {
    font-size: 20px
  }

  .overlay-nav .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.font-serif{
  font-family: serif;
}
.waves-ripple, .waves-rippling{ display:none;}

#main-team .view.overlay.zoom::before,
.view.overlay.zoom.team-icon::before,
.service-specialists .view.overlay.zoom.service-icon::before{
    background: transparent;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0.001)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    content: "";
    display: block;
    height: 36%;
    left: 0;
    position: absolute;
    top: 66%;
    width: 100%;
    z-index:1;
}
.service-specialists .service-text{
  z-index: 2;
}

/*figure .img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
  height: 170px;
    max-width: initial;
}*/

.service-specialists .col-md-6.col-6{
  margin-bottom: 25px;
}

#news img{
  height: 230px;
  object-fit: cover;
}

#news .view.overlay.zoom::before{
    background: transparent;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0.001)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    content: "";
    display: block;
    height: 56%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index:1;
}

#case .case-img.position-relative .case-text{
  z-index: 2;
}

#case .case-img.position-relative::before{
    background: transparent;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0.001)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 51%;
    width: 100%;
    z-index: 1;
  }

section#main-news .news-img.position-relative::before{
    background: transparent;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0.001)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.001) 100%);
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index:1;
}

.modal-header.white-text::before {
    background: transparent;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    width: 100%;
    z-index:1;
}

.news h1 {
  font-size: 20px;
}

section#main-news .news-text{
  z-index: 2;
}

section#main-news img{
  height: 190px;
  object-fit: cover;
}

section#history img{
  height: 350px;
  object-fit: cover;
}

section#history figure{
  min-height: 540px;
}

section#service li.nav-item a{
  font-size: 26px;
}

.team .modal-service a{
  color: #000;
}

.news-date i.fas.fa-share-alt {
  margin-right: 10px;
}

.service-specialists .service-text{
  right: 10px;
}

.modal.team .modal-content{
  padding-bottom: 40px;
}

.service .modal-body h3{
  font-weight: bold;
}

@media (min-width:993px) {
  .modal.service .service-specialists .row>.col-md-6.col-6{
    padding: 10%;
  }

  .modal.service .service-specialists .row>.col-md-6.col-6:nth-child(2n+1){
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .modal.service .service-specialists .row>.col-md-6.col-6:nth-child(2n+0){
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

strong {
    font-weight: 700!important;
}

.modal.team h3{
  font-weight: 700;
}

#intro button p,
#main-team button p,
#main-news button p,
#main-partners button p,
#main-conf button p{
  font-size: .81rem;
}

/*ul.language li a:after{
  opacity: 1;
}*/
ul.language {
  margin-left: 15px;
}

#case figure .case-img{
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s;
}

#case figure .case-img:hover{
  -webkit-filter: none;
}

.modal.news span.news-date{
  margin-top: 10px;
}
/*Toastr style*/

#toast-container{
    position: fixed;
    z-index: 999999;
}
.toast-top-right{
	top: 12px;
    right: 12px;
}
#toast-container>div{
	color: #fff !important;
	position: relative;
    width: 18.75rem;
    padding: 15px 15px 15px 50px;
    margin: 0 0 6px;
    overflow: hidden;
    filter: alpha(opacity=95);
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    opacity: .95;
}
.toast{
	background-color: #030303;
}
.toast-success{
	background-color: #00c851;
    background-image: url(../img/success.png) !important;
}
.toast-error{
	background-color: #ff3547;
    background-image: url(../img/error.png) !important;
}
.toast-message{
    word-wrap: break-word;
}

#basicExampleNav form input{
  border-top: 1px solid #ced4da4d;
  border-bottom: 1px solid #ced4da4d;
  height: 20px;
  color: #ced4da;
}

#basicExampleNav form input:focus{
  border: unset;
  border-bottom: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  box-shadow: unset;
}

#basicExampleNav #search-result{
  position: absolute;
  top: 46px;
  width: 450px;
  left: 10px;
  background-color: white;
  padding: 15px;
  display: none;
  max-height: 560px;
  overflow: scroll;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position-x: center;
}

#basicExampleNav #search-result .content{
  margin: 5px;
  font-size: 16px;
}

#basicExampleNav #search-result .content a:hover{
  color: black;
}

#basicExampleNav #search-result .content h3{
  color: black;
  font-weight: bold;
  font-size: 16px;
}

#basicExampleNav #search-result .content p{
  color: black;
  font-size: 14px;
}

#basicExampleNav #search-result .title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  width: fit-content;
    padding: .2rem 0.5rem;
    margin: 0 auto;
}

#myNav form{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 36px!important;
}

#myNav form input:focus{
  border: unset;
  border-bottom: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  box-shadow: unset;
}

#myNav form:focus-within{
  position: fixed;
  width: calc(100% - 20px);
  top: 0;
  margin: 0!important;
  background: white;
  left: 10px;
  top: 16px;
  z-index: 100000;
  transition: background-color 1s linear;
}

header>nav.navbar.navbar-expand-lg.navbar-dark.fixed-top.scrolling-navbar-credence>div.container:focus-within a.navbar-brand,
#myNav:focus-within a#closeNav{
  display: none!important;
}

#myNav #search-result-mobile{
  position: absolute;
  top: 66px;
  width: calc(100% - 0px);
  /* left: 10px; */
  left: 0;
  background-color: white;
  padding: 15px;
  display: none;
  max-height: calc(100vh - 166px);
  overflow: scroll;
  background-image: url(../img/bg2.png);
  background-size: cover;
  background-position-x: center;
  z-index: 10;
}

#myNav #search-result-mobile .content{
  margin: 5px;
  font-size: 16px;
}

#myNav #search-result-mobile .content a:hover{
  color: black;
}

#myNav #search-result-mobile .content h3{
  color: black;
  font-weight: bold;
  font-size: 16px;
}

#myNav #search-result-mobile .content p{
  color: black;
  font-size: 14px;
}

#myNav #search-result-mobile .title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  width: fit-content;
    padding: .2rem 0.5rem;
    margin: 0 auto;
}

#myNav form input, #myNav form input:hover, #myNav form input:focus{
  border: unset;
}

#myNav form input{
  font-size: 28px;
}
.service .accordion .card .card-header img{
  width: auto;
}
