
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');





/* ===================================
  General
====================================== */

body {
  overflow-x: hidden;
  font-family: 'Spectral', serif;
    font-size: 18px;
}

a {
  text-decoration: none;
}
a:active, a:hover {
        color: #3f3b3a;

    text-decoration: none;
}

input, select, textarea {
    font-family: 'Spectral', serif;
}
/*Headings and Text*/
.heading{
  font-size: 62px;
  color:#3f3b3a;
  font-weight: 600;
  font-family: 'Spectral', serif;  
}

.subheading{
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 400;
  font-family: 'Spectral', serif;
}
.service{
  font-size: 16px;
  color: #2f2f2f;
  font-weight: 400;
  font-family: 'Spectral', serif;
}

.text{
  font-size: 16px;
  color: #3f3b3a;
  font-weight: 400;
  font-family: 'Spectral', serif;
}


/*Button*/
.btn {
z-index: 2;
letter-spacing: .5px;
border-radius: 0;
font-weight: 500;
overflow: hidden;
position: absolute;
line-height: inherit;
display: inline-block;
color: #fff;
border: 2px solid transparent;
text-transform: capitalize;
transition: all .5s ease !important;
}
.btn.button {
font-size: 18px !important;
font-weight: 500;
color: #fff;
padding: 9px 40px !important;
line-height: 1.8em !important;
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}

.btn.btn-rounded {
border-radius: 50px;
}
.btn.trans-btn {
 background-color: transparent;
 border: 1px solid #3f3b3a;
 color: #3f3b3a;
}



/*Button*/
.gradient-btn{
  border: solid 1px transparent;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 10px 35px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  transition: .8s ease;
  text-decoration: none;
  background-color: #3f3b3a;

}

.gradient-btn:hover{
    border: solid 1px #3f3b3a;
    color: #3f3b3a !important;
     background-color: transparent;
}

/*Social icons*/
 .social-icons ul {
  margin-bottom: 0px;
}

 .social-icons li {
  display: inline-block;
}


 .social-icons ul li a {
  border-radius: 50%;
  color: #3f3b3a;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 14px;
  border: 1px solid transparent;
  display: block;
  /*overflow: hidden;*/
  text-align: center;
}
/*Social icons Hover*/
/*Hover Style 1*/
 .hover:hover{color: #3f3b3a !important; transition: 0.5s ease; 
  border: 1px solid #3f3b3a;
}
 


/* Navbar*/

header{
  position: relative;
  top:0px;
  left:0px;
  right:0px;
    height: 0px;
    z-index: 999;
}

header .navbar{
  padding: 0;
}

header .nav-logo{
  text-align: center;
}
.logo img {
    max-height: 65px;
}

header .navbar .navbar-nav .nav-link {
  font-size: 20px;
  color: #3f3b3a;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 16px;
  /*margin-left: 20px;*/
  margin-right: 10px;
  transition: .5s ease;
  transition: all .6s ease;
  border: 1px solid transparent;
  display: block;
  font-family: 'Spectral', serif; 

}

header .navbar .navbar-nav{
  margin-left: auto;
  margin-right: auto;
}
header .navbar .navbar-nav .nav-link.active {
  color: #3f3b3a;
  transition: all .6s ease;
}

header .navbar .navbar-nav .nav-link:hover {
  transition: all .6s ease;
  color:#3f3b3a;
}


/*Navlink Hover*/
header .navbar .navbar-nav .nav-link.active:after {
  width: 100%;
  background: #3f3b3a;
}

header .navbar .navbar-nav .nav-link:hover {
  color: #3f3b3a;
  transition: all .6s ease;
}

header .navbar .navbar-nav .nav-link:last-child {
  margin-right: 0;
}

header .navbar .navbar-nav .nav-link:after {
  content: '';
  display: block;
  margin: auto;
    margin-top: 5px;
  height: 1px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

header .navbar .navbar-nav .nav-link:hover:after {
  width: 100%;
  background: #3f3f3a;
}

/*side menu button*/

.sidemenu_btn {
  width: 36px;
  padding: 6px;
  z-index: 999;
  left: 0;
  top: -55px;
  margin-left: 30px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  transition: none;
}

.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #3f3b3a;
  display: block;
  margin: auto;
  transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
  width: 70%;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}
.logo-scrolled{
  display: none;
}

/*Header-appear*/
.header-appear {
    height: 50px;
    top: 0;
 
    position: fixed;
    z-index: 1023;
    background: transparent;
    animation-name: animationFade;
    animation-duration: 1s;
    animation-fill-mode: both;
    /*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);*/
}
.header-appear-right {
    height: 50px;
    top: 1%;
    right: 20px;
    
    position: fixed;
    z-index: 1024;
    background: transparent;
    animation-name: animationFade;
    animation-duration: 1s;
    animation-fill-mode: both;
    /*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);*/
}

@keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}
.header-appear .navbar-top-default{
    position: fixed;
    top: 0;
    z-index: 1024;
    height: 90px;
    width: 100%;
}
.header-appear .full-nav {
    height: 85px;
    margin-top: 40px;
}
.header-appear .full-nav, .header-appear .full-nav {
    margin-top: 0;
    padding: 0;
}


.header-appear .logo .logo-scrolled{
  display: none;
}

/*Header-appear Navbar*/
.header-appear  .navbar-nav{
  display: none;
}

/*Header-appear Side-menu-btn*/
.header-appear .sidemenu_btn{
  left: 0;
  margin-left: 5px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Side Menu */

.side-menu {
  width: 35vw;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 2032;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: transform .5s ease;
  overflow: hidden;
}

.side-menu .side-nav {
  margin-top: 5px;
  display: block;
}

.side-nav .navbar-nav .nav-item {
  opacity: 0;
  display: block;
  margin: 19px 0;
  padding: 0 !important;
  transition: all 0.8s ease 500ms;
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  transform: translateY(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #3f3b3a;
  padding: 2px 0 3px 0 !important;
  font-size: 30px;
  line-height: normal;
  position: relative;
  border-radius: 0;
  text-decoration: none;
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  /*background: #fff;*/
  overflow: hidden;
  position: absolute;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  background: #3f3b3a;
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}

.side-menu-opacity {
  opacity: 0;
}

.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3f3b3a;
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

.side-menu .image {
  position: absolute;
  top: 15px;
  left: 50px;
}

/*side close btn*/
.btn-close{
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 34px;
  cursor: pointer;
  /*border: solid 1px #fff;*/
}
.btn-popup {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 34px;
    z-index: 9999;
  cursor: pointer;
  /*border: solid 1px #fff;*/
}

.close-block{
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 34px;
  cursor: pointer;
}
.before-side .btn-close, .before-side .btn-popup {
  display: none;
}


 .btn-close::before,
 .btn-close::after,
.btn-popup::before,
 .btn-popup::after{
  position: absolute;
  left: 19px;
  content: ' ';
  height: 28px;
  width: 2px;
  /*background: #fff;*/
  background: #3f3b3a;
  top: 6px;
}

.btn-close:before, 
.btn-popup:before {
  transform: rotate(45deg);
}

 .btn-close:after,
 .btn-popup:after{
  transform: rotate(-45deg);
}

.side-menu .inner-wrapper {
  padding: 3.5rem 3rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
      background-image: url('../img/popup.jpg');
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .navbar-nav {
  display: block;
}

/*side menu footer */
.side-menu-footer .navbar-nav {
  transform: translateY(0);
}

.side-menu-footer p {
  color: #3f3b3a;
  font-size: 18px;
}

.side-menu-footer .social-icons ul li a {
  color: #3f3b3a;
  height: 40px;
  line-height: 42px;
  width: 40px;
 
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Banner */

.our-company-section .img-section{
  background-size: cover;
  align-items: center;
  position: relative;
}
.our-company-section .img-section img{
  width: 100%;
}
.our-company-section .img-section .text-section{
  position: absolute;
  bottom: 18%;
  left:50%;
}
.our-company-section .img-section .text-section .heading{
  margin-bottom: 30px;
  font-weight: 700;
}
.our-company-section .heading span, .service-section .heading span, .why-choose-section .heading span{
    color: transparent;
    -webkit-text-stroke: 1px #3f3b3a;
    text-stroke: 1px #3f3b3a;
    -webkit-background-clip: text;
}
.our-company-section .img-section .text-section .text{
  color: #484848;
  font-size: 18px;
  margin-bottom: 30px;
}
.our-company-section .img-section .text-section .btn-2{
  margin-left: 25px;
}

/* service-section */
.service-section{
  padding-top: 120px;
  padding-bottom: 120px;
    background-image: url('../img/bg.jpg')
}
.service-section .text-section .subheading{
  margin-bottom: 30px;
}
.service-section .text-section .heading{
  margin-bottom: 30px;
}
.service-section .text-section .text{
  margin-bottom: 30px;
  padding-right: 70px;
} 
.service-section .text-section .heading span{
  color: #913596;
}

.service-section .text-section .about-check-list ul{
  padding-left: 0;
  margin-bottom: 20px;
}

.service-section .text-section .about-check-list ul li{
  list-style: none;
  color: #3f3b3a;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.service-section .text-section .about-check-list ul li i{
  background: linear-gradient(to right, #fc294b 0%, #913596 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 15px;

}
.service-section .img-section{
  padding-left: 30px;
}
.service-section .services-section{

}
.service-section .services-section .row-2{
  padding-bottom: 120px;
}
.service-section .services-section .card{
  padding: 15px;
    width: 100%;
  text-align: center;
  border-radius: 0;
  border: 1px solid #3f3b3a;
  display: inline-block;
    background: transparent;
  text-decoration: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  z-index: 1;
    cursor: pointer;
     
}
.service-section .services-section .card.active:after {
  opacity: 1;
  
}

.service-section .services-section .card:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-color: #3f3b3a;
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.service-section .services-section .card:hover:after {
  opacity: 1;
}
.service-section .services-section .card .card-body {
  position: relative;
  z-index: 3;
}
.service-section .services-section .card .card-body{
  padding: 0;
}
.service-section .services-section .card i{
  padding-bottom: 15px;
  font-size: 40px;
  z-index: 3;
  position: relative;
  background: #3f3b3a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-section .services-section .card .card-body .service{
  color:#3f3b3a;
  font-weight: 600;
  margin: 10px 0px;
}
.service-section .services-section .card .card-body .text{
  font-weight: 300;
}
.service-section .description {
    font-style: italic;
}
.service-section .services-section .card:hover i{
    filter: invert(100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-section .services-section .card:hover .service{
  color: #fff;
}
.service-section .services-section .card:hover .text{
  color: #fff;
}
.card.active .service {
 color: #fff !important;
}
.card.active .text {
 color: #fff !important;
}
.card.active i {
filter: invert(100%);
}

/* why-choose-section */

.why-choose-section{
  background: url(../img/contact.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;

}
.why-choose-section .text-column{
  padding-top: 120px;
  padding-bottom: 120px;
}
/*.why-choose-section .text-column{
  margin-top: 5rem;
}*/
.why-choose-section .text-section .subheading{
  margin-bottom: 25px;
}
.why-choose-section .text-section .heading{
color: #3f3b3a;
  margin-bottom: 30px; 
}

.why-choose-section .text-section .contact-list li{
  list-style: none;
}

/* form-section */

.form-section{
  padding-top: 120px;
}

.form-section .heading{
  color: #212121;
  margin-bottom: 90px;
}

.form-section .contact-form .form-control {
  border: none;
  padding: 0px;
  border-bottom: 1px solid #9b9b9b;
  background: transparent;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 50px;
  color: #212121;
  font-size: 14px;
  transition: border .9s ease;
}

.contact-form .form-control::placeholder {
  color: #9b9b9b;
}

.form-control:focus {
  color: #212121;
  border-color: #ced4da;
  box-shadow: 0 0 0 0.0rem transparent;
}

.why-choose-section .button {
  margin-top: 15px;
}

.form-section .button-center  {
  text-align: center;
  width: 100%;
}

.form-section .button-center .button{
  padding: 9px 90px !important;
}

/* Footer */

footer {
  padding-bottom: 20px;
 
}
footer .container {
       border-top: 1px solid #3f3b3a;
    padding-top: 30px;
    margin-top: 30px;
}

footer .social-icons ul li {
  display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
    color: #3f3b3a;
    margin: 0 10px;
}

footer .social-icons ul li a {
  color: #2a2a2a;  
  height: 40px;
  line-height: 42px;
  width: 40px;
  font-size: 18px;
  overflow: hidden;
}

footer .text {
  font-size: 14px;
  color: #888888;
}
/* MODAL*/

/* Модальное окно */
#modal-block { 
  background-image: url('../img/popup.jpg');
  color: #fff;
  position: fixed;
  top:0;
  right:-120vw;
  width:35vw;
    box-shadow: 15px 0px 30px #000;
  height: 100vh;
  transition: all .5s;
  font-family: 'Raleway', sans-serif;
  z-index: 9999;

}
#modal-block:target{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction: column;
  right:0;
    padding: 0 2%;
}



/* Заголовкии текст */
#modal-block h3{
  margin: 20px 0;
  font-size: 1.7em;
}
#modal-block p{
  
  text-align:justify;
}

/* Кнопка закрыть */

/*END MODAL*/
/* Privacy page */

/*Banner*/
.banner{
  background: url('../img/text-page-banner.jpg');
  height:50vh;
  background-size: cover;
  display: flex;
  align-items: center;    
}
.banner .header-text{
  position: absolute;
  padding-top: 200px;
  padding-left: 0;
  padding-right: 0;
}
.banner .heading{
  padding-bottom: 16px;
}

.page-breadcrumb li{
  display: inline-block;
  font-size: 18px;
  font-weight:500;
  color: #202020;
}
.page-breadcrumb li a{
  color:#3f3b3a; 
  margin-right: 5px;
  transition:all 0.3s ease;
}
.page-breadcrumb li i{
  color: #fc294b;
}

/*MAIN PAGE START*/
.main-page{
  float:left;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
.main-page .text-page-heading{
  padding-bottom: 100px;
}
.text-page-heading h3 {
    font-weight: 700;
    margin-top: 10px;
    
}
.text-page-heading ul {
    margin-bottom: 25px;
}
.main-page .text-page-heading .heading{
  font-size: 50px;
}
 
.main-page .text-page-area .heading{
 font-size:40px;
 margin-bottom: 20px;
}
.main-page .row-image{
  position: relative;
}
.main-page .row-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.text-page-area .text-page-row{
  margin-bottom: 40px;
}
.text-page-area .text-page-row:last-child{
  margin-bottom: 0;
}
 .main-page .text-page-row .row-text{
  padding-left: 30px;
  text-align: center;
}  

.text-page-row:nth-child(2) .row-text{
  padding-left: 0;
  padding-right: 30px;
}

/* IMAGE HOVER*/
.text-pageoverlay {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  /*background-color:  #b82619;*/
  background-image:linear-gradient(to right, #fc294b 30%, #913596 100%);
}
.hover-effect:hover .text-pageoverlay {
  opacity: .4;
}
.overlayBottom {
  width: 100%;
  height: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  /*background-color: #b82619;*/
  background-image:linear-gradient(to right, #fc294b 30%, #913596 100%);
}
.hover-effect:hover .overlayBottom {
  height: 100%;
}
footer .footer-text{
  text-align: right;
  padding-left: 0;
}
/* Media Queries */
@media (width: 1920px){
/*Banner Section*/
.our-company-section .img-section .text-section{
  bottom: 27%;
  left: 45%;
}

.why-choose-section .text-column{
  padding-top: 50px;
  padding-bottom: 50px
} 
.why-choose-section .text-column .text-section{
  margin-top: 7rem;
}
}
@media (max-width: 1200px){
.heading{
  font-size: 40px;
}
/*Side Menu*/
.side-menu{
  width: 50%;
}
  /*our-company-section */
.our-company-section .img-section{
  padding-left: 0;
  padding-right: 0;
}
.our-company-section .img-section .text-section{
  bottom: 8%;
}
.our-company-section .img-section .text-section .heading{
  font-size: 48px;
}
.our-company-section .img-section .text-section .text br{
  display: none;
}
/*About Section*/
.service-section .img-section img{
  height: 100%;
}
/*Team Section*/
.team-section .row-2 .team-col .text-column{
  padding: 15px 20px;
}
/*Counter Section*/
.counter-section .num_counter{
  padding-left: 0;
}
/*Team Section*/
.team-section .row-2 .team-col .text-column .heading{
  font-size: 25px;
}
/*Blog Section*/
.blog-section .text-column{
  padding-top: 28px;
}
/*Contact Section*/
.why-choose-section{
  height: 100%;
}
}
@media (max-width: 992px){
  /*WoW Animation*/
.wow {
  visibility: visible !important;
  animation: none !important;
}
.heading{
  font-size: 38px;
  text-align: center;
}
  /*header*/
header .pt-5{
  padding-top: 0 !important;
}
.languages {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .nav-logo .logo{
  float: left;
  padding-left: 20px;
}
.sidemenu_btn{
  left: 89%;
  top: -41px;
}
.header-appear{
  background-color: #fff;
  height: 70px;
  padding: 0;
    width: 100%;
  box-shadow: 0 0px 5px 0px rgb(0 0 0 / 20%);
}
.header-appear .sidemenu_btn{
  left: 92%;
  top: 50%;
}
.header-appear .logo .logo-scrolled{
  display: block;
  padding-left: 0;
    height: 50px;
}
/*Side-Menu*/
.side-menu{
  width: 100%;
}
.side-nav .navbar-nav .nav-link{
  font-size: 40px;
}
/*Banner Section*/
.our-company-section .img-section .text-section{
  position: relative;
  bottom: 0; 
  left: 0;
}
.our-company-section .img-section .text-section{
  padding: 50px 5px 0 5px;
  text-align: center;
}
.our-company-section .img-section .text-section .heading{
  font-size: 45px;
}
/*About Section*/
.service-section .text-section .subheading{
  text-align: center;
}
.service-section .text-section .text{
  padding-right: 0;
  text-align: center;
}
.service-section .img-section{
  padding-left: 0;
} 
.service-section .img-section img{
  width:100%;
}
.service-section .services-section .row-2 .heading br{ 
  display: none;
}
.service-section .services-section .card.card-3{
  margin-top: 50px;
  width: 100%;
}



/*Contact Section*/
.why-choose-section .text-section .subheading{
  font-size: 16px;
  text-align: center;
}

.why-choose-section .text-section .contact-list li{
  text-align: center;
}

/*Footer*/
footer .social-icons ul li{
  margin-left: 5px;
  margin-right: 5px;
}
/*text-page Page*/
.text-page-area .text-page-row{
  margin-bottom: 60px;
}
.main-page .text-page-row .row-text{
  padding-left: 0;
  padding-bottom: 40px;
}
.text-page-row:nth-child(2) .row-text{
  padding-right: 0;
}
}
@media (max-width: 767px){
    /*Bootstrap*/
    
    .col-sm-6 {
        width: 50%;
    }

    /*modal*/
       #modal-block:target{

    padding: 0 5%;
}
    
    #modal-block { 
  width:100vw;
}
    /*Banner Section*/
 
.our-company-section .img-section .text-section .heading{
  font-size: 40px;
}
    .our-company-section  {
        padding-bottom: 50px;
    }
    .header-appear-right {
    top: 1.6%;
    right: 70px;
    }
    .btn.trans-btn {
        background: #fff;
    }
    .service-section{
  padding-top: 50px;
  padding-bottom: 50px;
}
 .service-section .services-section .row-2 {
    padding-bottom:20px;
}
  /*header*/
    header .nav-logo .logo{
 width: 100%;
}
    .btn.button {
padding: 5px 30px !important;
font-size: 16px !important

    }
.sidemenu_btn{
  left: 0;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #3f3b3a;
}
.header-appear .sidemenu_btn{
  left: 88%;
}
.header-appear .logo .logo-scrolled{
  padding-left: 12px;
}
/*Side Menu*/
.side-nav .navbar-nav .nav-link{
  font-size: 30px;
}
/*Banner Section*/
.our-company-section .img-section .text-section .btn-2{
  margin-left: 0; 
}
/*About Section*/
.service-section .text-section .subheading{
  font-size: 18px;
}
 
.service-section .services-section .card{
  margin-top: 50px;

}
    .tablinks {
        cursor: pointer;
    }
.service-section .services-section .card.card-1{
  margin-top: 0;
  
}
    .service-section .services-section .card {
        
padding: 10px 5px;
    }
    .service-section .img-section {

    padding-top: 50px;
    }
/*Contact*/
    .why-choose-section .text-column {
    padding-top: 20px;
    padding-bottom: 0px;
}
    .why-choose-section {
        background-position: left;
    }
    

/*Form Section*/
.form-section .heading{
  font-size: 35px;
}
/*Footer*/
footer .text {
  font-size: 13px;
}
    footer ul li a {
    font-size: 14px;
}
/*text-page Page*/
.main-page .text-page-heading .heading{
  font-size: 36px;
}
.main-page .text-page-area .heading{
  font-size: 30px;
}
}


/*TABY*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
  
    border-top: none;
}

/*END TABY*/
.languages {
    display: flex;
    align-items: center;
}
.sidebar-list {
    list-style-type:none;
}
.sidebar-list li a{
 color: #3d3b3a;

}
.sidebar-list li {
    margin: 5px 0px;
}