
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
.top-nav {
  height: 45px;
  line-height: 45px;
  background-color: #1e2751;
}

.top-nav a {
  float: right;
  color: #fff;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-nav a:hover, .top-nav a:focus {
  color: #fff;
  text-decoration: none;
}

.top-nav a i {
  font-size: 20px;
  color: #fecf06;
  padding-right: 7px;
}

.navbar {
  border: 0px;
  margin: 0;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

.navbar .second_nav {
  height: 75px;
  line-height: 75px;
}

.navbar .second_nav .navbar-nav li:last-child a {
  padding-right: 0px;
}

.navbar .second_nav .navbar-nav li a {
  line-height: 45px;
  text-transform: uppercase;
  color: #606060;
  padding: 15px 35px;
}

.navbar .second_nav .navbar-nav li a:hover, .navbar .second_nav .navbar-nav li a:focus {
  color: #fecf06;
  text-decoration: none;
  font-size: 14px;
}

.home_slider .owl_home_slider .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 770px;
  position: relative;
}

.home_slider .owl_home_slider .item .item_text {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home_slider .owl_home_slider .item .item_text h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  margin: 0;
}
.home-to-services-link:hover {
  text-decoration: none;
}
.home_slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home_slider .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0px;
}

.home_slider .owl-dots .owl-dot.active span {
  background: #fecf06;
  border-radius: 0px;
}

.home_section2 .home_section2_col {
  background-color: #1e2751;
  display: inline-block;
  width: 100%;
  border-bottom: 4px solid #fecf06;
}

.home_section2 .section2_top {
  margin-top: -105px;
  z-index: 99;
  position: relative;
}

.home_section2 .section2_top .col-md-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home_section2 .section2_top .section2_top_contnet {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.home_section2 .section2_top .section2_top_contnet img {
  margin: 0 auto;
}

.home_section2 .section2_top .section2_top_contnet h2 {
  font-size: 24px;
  color: #767676;
  font-weight: 200;
  text-transform: uppercase;
}

.home_section2 .section2_bot {
  margin-top: 240px;
}

.home_section2 .section2_bot .owl-carousel {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.home_section2 .section2_bot .owl_home_about .owl_home_about_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 220px;
}

.home_section2 .section2_bot .owl_home_about h2 {
  font-size: 24px;
  color: #fff;
}

.home_section2 .section2_bot .owl_home_about p {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

.home_section2 .section2_bot .owl_home_about a {
  color: #fecf06;
  font-size: 14px;
}

.home_section2 .section2_bot .owl_home_about a:hover {
  color: #fecf06;
}

.home_section2 .section2_bot .owl-dots {
  display: none;
}

.home_section2 .section2_bot .owl-nav.disabled {
  display: block;
}

.home_section2 .section2_bot .owl-prev {
  position: absolute;
  left: -40px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home_section2 .section2_bot .owl-next {
  position: absolute;
  right: -40px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home_section2 .section2_bot .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #fecf06;
  font-size: 30px;
}

.d-none {
  display: none;
}
.gallery-trigger {
  height: 240px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.drumuri {
  min-height: 440px;
}
.home-portfolio {
  padding-bottom: 70px;
}

.home-portfolio .gallery-title {
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 70px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-portfolio .gallery_nav {
  padding-bottom: 50px;
}

.home-portfolio .filter-button {
  color: #767676;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}

.home-portfolio .filter-button:hover {
  color: #fecf06;
  text-decoration: none;
  cursor: pointer;
}

.home-portfolio .filter-button.active, .home-portfolio .filter-button:active {
  color: #fecf06;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.home-portfolio .filter_btn_separator {
  font-size: 16px;
  color: #767676;
}

.home-portfolio .galery-photos .col-lg-3, .home-portfolio .galery-photos .col-md-3 {
  padding: 0px;
}

.home_despre {
  padding-bottom: 40px;
}

.home_despre .despre-title {
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 70px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.home_despre p {
  font-size: 14px;
  color: #767676;
  text-align: center;
}

.home_despre .home_despre_col {
  margin-top: 60px;
}

.home_despre .home_despre_cols h2 {
  font-size: 24px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 40px;
}

.home_despre .home_despre_cols h2 span {
  color: #fecf06;
  padding: 15px 20px;
  border: 2px solid #fecf06;
}

.home_despre .home_despre_cols p {
  color: #767676;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.gallery-col-md-4 {
  width: 25%;
}
.filter {
  width: 100%;
}
.galery-photos {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

footer .top-footer {
  margin: 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

footer .top-footer .footer-logo {
  text-align: left;
}

footer .top-footer .col-md-3:first-child {
  border-right: 1px solid #d2cbcb;
}

footer .top-footer .col-md-6 {
  height: 80px;
  border-right: 1px solid #d2cbcb;
}

footer .top-footer .menu-main-menu-container {
  display: inline-block;
}

footer .top-footer .menu-main-menu-container ul li a {
  text-transform: uppercase;
  color: #606060;
  height: 80px;
}

footer .top-footer .menu-main-menu-container ul li a:hover {
  color: #fecf06;
  text-decoration: none;
  background: transparent;
}

footer .top-footer .footer_social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .top-footer .footer_social ul li a i {
  color: #767676;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #ededed;
}

footer .top-footer .footer_social ul li a i:hover {
  color: #fff;
  background: #fecf06;
}

footer .top-footer .navbar-nav > li > a {
  line-height: 60px;
}

footer .footer-bottom {
  height: 60px;
  line-height: 60px;
  background-color: #1e2751;
}

footer .footer-bottom p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.top-nav {
  height: 45px;
  line-height: 45px;
  background-color: #1e2751;
}

.top-nav a {
  float: right;
  color: #fff;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-nav a:hover, .top-nav a:focus {
  color: #fff;
  text-decoration: none;
}

.top-nav a i {
  font-size: 20px;
  color: #fecf06;
  padding-right: 7px;
}

.navbar {
  border: 0px;
  margin: 0;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

.navbar .second_nav {
  height: 75px;
  line-height: 75px;
}

.navbar .second_nav .navbar-nav li:last-child a {
  padding-right: 0px;
}

.navbar .second_nav .navbar-nav li a {
  line-height: 45px;
  text-transform: uppercase;
  color: #606060;
  padding: 15px 35px;
}

.navbar .second_nav .navbar-nav li a:hover, .navbar .second_nav .navbar-nav li a:focus {
  color: #fecf06;
  text-decoration: none;
  font-size: 14px;
}

.home_slider .owl_home_slider .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 770px;
  position: relative;
}

.home_slider .owl_home_slider .item .item_text {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home_slider .owl_home_slider .item .item_text h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  margin: 0;
}

.home_slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home_slider .owl-dots .owl-dot span {
  background: #fff;
  border-radius: 0px;
}

.home_slider .owl-dots .owl-dot.active span {
  background: #fecf06;
  border-radius: 0px;
}

.home_section2 .home_section2_col {
  background-color: #1e2751;
  display: inline-block;
  width: 100%;
  border-bottom: 4px solid #fecf06;
}

.home_section2 .section2_top {
  margin-top: -105px;
  z-index: 99;
  position: relative;
}

.home_section2 .section2_top .col-md-3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.home_section2 .section2_top .section2_top_contnet {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  min-height: 210px;
}

.home_section2 .section2_top .section2_top_contnet img {
  margin: 0 auto;
}

.home_section2 .section2_top .section2_top_contnet h2 {
  font-size: 24px;
  color: #767676;
  font-weight: 200;
  text-transform: uppercase;
}

.home_section2 .section2_bot {
  margin-top: 240px;
}

.home_section2 .section2_bot .owl-carousel {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.home_section2 .section2_bot .owl_home_about .owl_home_about_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 220px;
}

.home_section2 .section2_bot .owl_home_about h2 {
  font-size: 24px;
  color: #fff;
}

.home_section2 .section2_bot .owl_home_about p {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

.home_section2 .section2_bot .owl_home_about a {
  color: #fecf06;
  font-size: 14px;
}

.home_section2 .section2_bot .owl_home_about a:hover {
  color: #fecf06;
}

.home_section2 .section2_bot .owl-dots {
  display: none;
}

.home_section2 .section2_bot .owl-nav.disabled {
  display: block;
}

.home_section2 .section2_bot .owl-prev {
  position: absolute;
  left: -40px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home_section2 .section2_bot .owl-next {
  position: absolute;
  right: -40px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home_section2 .section2_bot .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #fecf06;
  font-size: 30px;
}

.d-none {
  display: none;
}

.home-portfolio {
  padding-bottom: 70px;
}

.home-portfolio .gallery-title {
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 70px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-portfolio .gallery_nav {
  padding-bottom: 50px;
}

.home-portfolio .filter-button {
  color: #767676;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}

.home-portfolio .filter-button:hover {
  color: #fecf06;
  text-decoration: none;
  cursor: pointer;
}

.home-portfolio .filter-button.active, .home-portfolio .filter-button:active {
  color: #fecf06;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.home-portfolio .filter_btn_separator {
  font-size: 16px;
  color: #767676;
}

.home-portfolio .galery-photos .col-lg-3, .home-portfolio .galery-photos .col-md-3 {
  padding: 10px;
}

.home_despre {
  padding-bottom: 100px;
}

.home_despre .despre-title {
  font-size: 27px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 70px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.home_despre p {
  font-size: 14px;
  color: #767676;
  text-align: center;
}

.home_despre .home_despre_col {
  margin-top: 60px;
}

.home_despre .home_despre_cols h2 {
  font-size: 24px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 40px;
}

.home_despre .home_despre_cols h2 span {
  color: #fecf06;
  padding: 15px 20px;
  border: 2px solid #fecf06;
}

.home_despre .home_despre_cols p {
  color: #767676;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

/*servicii>*/

.inner-page-top-section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.inner-page-top-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
}
.single-service-container {
  min-height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.single-service-conteiner-header {
  display: inline-flex;
  align-items: center;
}
.single-service-conteiner-header h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
}
.single-service-container p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
  text-align: justify;
}
.domains h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  color: #364352;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.line-separator {
  height: 16px;
  width: 100%;
  background-image: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 100px;
}
.single-domain-container {
  text-align: left;
  min-height: 420px;
}
.domain-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-domain-container h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #767676;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px; 
  text-align: left;
}
.single-domain-container p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #767676;
  line-height: 16px;
  margin-bottom: 20px;  
}
/*about us*/
.about-main-image {
  margin-bottom: 20px;
}
.page-template-despre-noi .home_despre_cols{
    padding: 0 30px;
}
.what-we-do-single-item {
  padding-left: 16px;
}
.what-we-do-single-item:before {
  content:url('../img/single-service-icon.png');
  margin-right: 10px;
}
.page-template-despre-noi .home_despre .home_despre_cols h2 {
  margin-top: 40px;
}
/*contact*/
.contact-info-row {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #868686;
  line-height: 16px;
  margin-bottom: 20px;  
}
.form-container {
  margin-top: 40px;
}
.contact-info-row {
  padding-left: 8px;
}
.contact-info-row-adress:before {
    font-family: FontAwesome;
    content: "\f015";
    position: absolute;
    left: 0px;
}
.contact-info-row-phone:before {
    font-family: FontAwesome;
    content: "\f10b";
    position: absolute;
    left: 0px;
}
.contact-info-row-mail:before {
    font-family: FontAwesome;
    content: "\f0e0";
    position: absolute;
    left: 0px;
}
.wpcf7 label {
  width: 100%;
}
.wpcf7 span {
  width: 100%;
}

.wpcf7 input {
  width: 100%;
  background-color: #f0f3f4;
  padding: 12px;
}
.wpcf7 textarea {
  width: 100%;
  background-color: #f0f3f4;
}
.wpcf7 .wpcf7-submit {
  float: right;
  color: #fff;
  text-transform: uppercase;
  background-color: #fecf06;
  font-size: 14px;
  font-weight: 700;
  max-width: 120px;
}
/*portofolio page*/
.single-gallery-title {
    text-align: center;
    color: #767676;
    font-size: 20px;
    font-weight: 500;
}
.single-gallery-description {
    margin-top: 10px;
    color: #767676;
    font-size: 14px;
    padding: 0px 6px;
}
.galery-photos p{
    margin-top: 10px;
    color: #767676;
    font-size: 14px;
    padding: 0px 6px;
}

















footer .top-footer {
  margin: 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

footer .top-footer .footer-logo {
  text-align: left;
}

footer .top-footer .col-md-3:first-child {
  border-right: 1px solid #d2cbcb;
}

footer .top-footer .col-md-6 {
  height: 80px;
  border-right: 1px solid #d2cbcb;
}

footer .top-footer .menu-main-menu-container {
  display: inline-block;
}

footer .top-footer .menu-main-menu-container ul li a {
  text-transform: uppercase;
  color: #606060;
  height: 80px;
}

footer .top-footer .menu-main-menu-container ul li a:hover {
  color: #fecf06;
  text-decoration: none;
  background: transparent;
}

footer .top-footer .footer_social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .top-footer .footer_social ul li a i {
  color: #767676;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #ededed;
}

footer .top-footer .footer_social ul li a i:hover {
  color: #fff;
  background: #fecf06;
}

footer .top-footer .navbar-nav > li > a {
  line-height: 60px;
}

footer .footer-bottom {
  height: 60px;
  line-height: 60px;
  background-color: #1e2751;
}

footer .footer-bottom p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .drumuri {
    min-height: 500px;
  }
  .filter {
    min-height: auto;
  }
}
@media all and (max-width: 1000px) {
  .home_section2 .section2_top {
    margin-top: -80px;
  }
  .home_section2 .section2_top .section2_top_contnet {
    min-height: 160px;
    padding: 10px;
  }
  .home_despre .home_despre_cols h2 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .home_despre {
    padding-bottom: 40px;
  }
  footer .top-footer .menu-main-menu-container ul li a {
    padding: 6px;
  }
}

@media all and (max-width: 767px) {
  .gallery-col-md-4 {
    width: 100%;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 20px;
    margin-right: 0px;
  }
  .home_slider .owl_home_slider .item {
    min-height: 300px;
  }
  .home_slider .owl_home_slider .item .item_text {
    width: 80%;
  }
  .home_slider .owl_home_slider .item .item_text h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .home_section2 .section2_top {
    margin-top: 20px;
  }
  .home_slider .owl-dots {
    bottom: 0;
  }
  .home_section2 .section2_top .section2_top_contnet {
    min-height: 100px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .home_section2 .section2_top .section2_top_contnet h2 {
    margin: 0;
  }
  .home_section2 .section2_bot {
    margin-top: 20px;
  }
  .home-portfolio .gallery-title {
    margin-top: 30px;
  }
  .home-portfolio .gallery_nav {
    padding-bottom: 30px;
  }
  .home-portfolio {
    padding-bottom: 20px;
  }
  .home_despre .despre-title {
    margin-top: 30px;
  }
  footer .top-footer .col-md-3:first-child {
    border: none;
  }
  footer .top-footer .col-md-6 {
    height: auto;
    border: none;
  }
  footer .top-footer {
    height: auto;
  }
  .footer-bottom {
    height: auto;
  }
  footer .top-footer .menu-main-menu-container ul li a {
    height: auto;
    line-height: 30px;
  }
  footer .navbar-nav {
    margin: 0;
  }
  footer .top-footer .footer_social ul {
    line-height: 10px;
  }
  footer .top-footer .footer-logo {
    text-align: center;
  }
  footer .footer-bottom p {
    text-align: center;
  }
  .navbar-collapse.in {
    position: relative;
    background-color: #fff;
    z-index: 1111;
  }
  .navbar .second_nav .navbar-nav li a {
    padding: 10px;
    line-height: 20px;
  }
  .navbar-collapse.collapse {
    position: relative;
    z-index: 11111;
    background-color: white;
  }
  .navbar-collapse.collapsing {
    position: relative;
    z-index: 11111;
    background-color: white;
  }
  .inner-page-top-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-page-top-section h2 {
    line-height: 30px;
    font-size: 26px;
  }
  .inner-page-top-section {
    margin-bottom: 20px;
  }
  .page-template-despre-noi .home_despre {
    padding-bottom: 20px;
  }
  .home_despre .home_despre_cols p {
    margin-bottom: 0px;
  }
  .single-service-container {
    min-height: auto;
    padding: 10px 20px;
    text-align: justify;
  }
  .single-service-container p {
    line-height: 20px;
    margin-top: 14px;
    text-align: justify;
  }
  .domains h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .line-separator {
    margin-bottom: 30px;
  }
  .single-domain-container {
    min-height: auto;
    margin-bottom: 30px;
  }
  .contact-info-row {
    padding-left: 20px;
  }
  .contact-info-row-adress:before {
    left: 20px;
  }
  .contact-info-row-phone:before {
    left: 20px;
  }
  .contact-info-row-mail:before {
    left: 20px;
  }
  .wpcf7 .wpcf7-submit {
    float: left;
  }
  .home_section2 .section2_bot .owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    margin: 10px;
  }
  .filter {
    min-height: auto;
  }
}
