.menu {
  border-bottom: solid 1px #4b7a94;
  background-color: #062434;
  padding-top: 40px;
  padding-bottom: 50px;
}

.nav-bar {
  position: relative;
  z-index: 3;
  margin: 0;
  min-height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #062434;
}
@media only screen and (min-width: 1024px) {
  .nav-bar {
    background: none;
  }
}

.nav-bar_open nav {
  margin: 0;
}
.nav-bar_open .nav-bar__menu-btn span {
  opacity: 0;
}
.nav-bar_open .nav-bar__menu-btn:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  margin: 0;
}
.nav-bar_open .nav-bar__menu-btn:after {
  transform: translate(-50%, -50%) rotate(45deg);
  width: 24px;
  margin: 0;
}

.nav-bar__nav {
  float: right;
  background-color: #062434;
  display: none;
  padding: 48px 0 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .nav-bar__nav {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .nav-bar__nav {
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-bar__nav {
    display: inline-block;
    max-height: none !important;
    background: none;
    margin-top: 13px;
    width: auto;
  }
}
.nav-bar__nav ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .nav-bar__nav ul {
    padding: 0;
  }
}
.nav-bar__nav ul li {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav-bar__nav ul li {
    display: inline-block;
  }
}
.nav-bar__nav ul a {
  display: block;
  transition: opacity 0.1s linear;
  line-height: 48px;
}
.nav-bar__nav ul a:hover {
  opacity: 0.75;
  color: red;
  text-decoration: none;
}

.nav-bar__logo {
  position: absolute;
  z-index: 10;
  left: 24px;
  top: 0;
  display: inline-block;
  max-width: 120px;
}
@media only screen and (min-width: 768px) {
  .nav-bar__logo {
    left: 0;
  }
}

.nav-bar__search-btn {
  position: absolute;
  z-index: 1;
  right: 72px;
  top: 0px;
  background-image: url(http://dev.devolk.pl/demo/menus/magnifying-glass.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .nav-bar__search-btn {
    right: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-bar__search-btn {
    right: 72px;
  }
}

.nav-bar__menu-btn {
  position: absolute;
  z-index: 3;
  display: inline-block;
  right: 24px;
  top: 0;
  cursor: pointer;
  transition: transform 0.28s cubic-bezier(0.4, 0.2, 0.2, 1), background 0.15s linear;
}
@media only screen and (min-width: 768px) {
  .nav-bar__menu-btn {
    right: 72px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-bar__menu-btn {
    display: none;
  }
}
.nav-bar__menu-btn:before, .nav-bar__menu-btn:after,
.nav-bar__menu-btn span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  height: 3px;
  width: 20px;
  transform: translate(-50%, -50%) translateZ(0);
  content: "";
}
.nav-bar__menu-btn:before {
  margin-top: -7px;
}
.nav-bar__menu-btn:after {
  margin-top: 7px;
}

body {
  position: relative;
  font-size: 1.2em;
  height: 100%;
}

nav {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.9em;
}

nav a {
  display: inline-block;
  padding: 0 1em;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (max-width: 1050px) {
  nav a {
    padding: 0 15px;
  }
}

/*button {
    display: inline-block;
    vertical-align: center;
    width: 48px;
    height: 48px;
    border: none;
    background: none;
}*/
.demos {
  position: fixed;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  color: #010406;
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) {
  .demos {
    left: 72px;
    bottom: 42px;
  }
}

.demos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.demos ul li {
  display: inline-block;
}

.demos ul li:first-child {
  padding-right: 1em;
}

.demos nav a {
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 35px;
  color: #010406;
}
.demos nav a.current {
  border: 2px solid #ee1c25;
  border-radius: 50%;
}
.demos nav a:active {
  border: 2px solid #ee1c25;
  color: red;
}

.content {
  background-color: #fff;
  background-image: url(http://demo.devolk.pl/menus/content-placeholder.svg);
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: center top;
}
@media only screen and (min-width: 768px) {
  .content {
    background-size: 100vw auto;
  }
}
@media only screen and (min-width: 1220px) {
  .content {
    background-size: 80vw auto;
  }
}

.special-container {
  padding: 0 130px;
}
@media only screen and (max-width: 991px) {
  .special-container {
    padding: 0 30px;
  }
}

/*===========================================================CUSTOME STYLE  HOME PAHGE====================================*/
p {
  font-size: 16px;
}

section {
  padding: 130px 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  section {
    padding: 60px 0;
  }
}

.main-underline-hed {
  text-align: center;
  color: #062434;
  font-size: 50px;
  font-weight: 600;
  position: relative;
}
.main-underline-hed:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -25px;
  width: 12%;
  height: 3px;
  background-color: #ee1c25;
}

.header-bottom {
  height: 115px;
}

.bg {
  position: relative;
}
.bg .bg-image:before {
  position: absolute;
  top: 0;
  background-image: url("../image/c.png");
  background-size: cover;
  display: block;
  width: 542px;
  height: 825px;
  content: "";
}

.about-sec {
  text-align: left;
  position: relative;
}
.about-sec .left-hed {
  text-align: left;
}
.about-sec .left-hed:after {
  left: 13%;
}
.about-sec p {
  margin-top: 50px;
}
.service-sec {
  position: relative;
}
.service-sec img {
  border-radius: 18px;
}
.service-sec p {
  font-size: 16px;
}
.service-sec h3 {
  text-align: center;
  padding: 27px 0;
  margin: 0;
  font-weight: 600;
}
.service-sec:before {
  position: absolute;
  bottom: -36%;
  right: 0;
  background-image: url("../image/Voiz%20Arabia%20Web-02.png");
  background-size: cover;
  display: block;
  width: 542px;
  height: 825px;
  content: "";
}
@media only screen and (max-width: 768px) {
  .service-sec:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .service-sec .centering-box {
    margin: 0 auto;
    margin-top: 50px;
  }
}

.flag-area {
  padding: 70px 230px;
}
@media only screen and (max-width: 991px) {
  .flag-area {
    padding: 70px 100px;
  }
}
.flag-area p {
  font-size: 18px;
  text-align: center;
}
.flag-area img {
  padding: 20px;
}

.map-sec .map-pic {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .map-sec .map-pic {
    width: 100%;
  }
}

.privecy-sec {
  background: #f8f8f9;
  position: relative;
}
.privecy-sec:before {
  position: absolute;
  top: -34%;
  right: 0;
  background-image: url("../image/Voiz%20Arabia%20Web-05.png");
  background-size: cover;
  display: block;
  width: 43%;
  height: 354px;
  content: "";
  background-repeat: no-repeat;
}
.privecy-sec h5 {
  color: #ee1c25;
  padding: 20px 0;
  font-size: 17px;
}
.privecy-sec p {
  font-size: 17px;
}
.privecy-sec ul {
  margin: 0;
  padding: 0;
  margin-left: 14px;
}
.privecy-sec ul li {
  font-size: 17px;
}

.testimonial-sec {
  background: #062434;
  position: relative;
}
.testimonial-sec .invers-head {
  color: #fff;
}
.testimonial-sec:before {
  position: absolute;
  top: 9%;
  left: 9%;
  background-image: url("../image/top-q.png");
  background-size: cover;
  display: block;
  width: 12%;
  height: 228px;
  content: "";
  background-repeat: no-repeat;
}
.testimonial-sec:after {
  position: absolute;
  bottom: 9%;
  right: 9%;
  background-image: url("../image/bottom-q.png");
  background-size: cover;
  display: block;
  width: 12%;
  height: 228px;
  content: "";
  background-repeat: no-repeat;
}

.product-sec .product-box {
  margin: 20px 0;
  border: 1px solid #dad7d7;
  border-radius: 18px;
  padding-left: 67px;
  padding-right: 67px;
  min-height: 224px;
  padding-top: 36px;
  padding-bottom: 7px;
  text-align: center;
}
@media only screen and (max-width: 1260px) {
  .product-sec .product-box {
    padding-left: 32px;
    padding-right: 32px;
    min-height: 224px;
    padding-top: 36px;
    padding-bottom: 7px;
  }
}
.product-sec .product-box p {
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-sec .home-page-form {
  padding: 20px;
}
.contact-sec .home-page-form input,
.contact-sec .home-page-form textarea {
  width: 100%;
  padding: 30px;
  font-size: 20px;
  margin-bottom: 43px;
  border: solid 1px #3b3838;
}
.contact-sec .home-page-form .centering-btn {
  text-align: center;
}
.contact-sec .home-page-form button {
  padding: 16px 117px;
  border: solid 1px #3b3838;
  font-size: 26px;
  color: #fff;
}
.contact-sec .home-page-form .add-sec {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .contact-sec .home-page-form .add-sec {
    text-align: center;
    margin: 0 auto;
  }
}
.contact-sec .home-page-form .add-sec li {
  display: inline-block;
  padding: 0 7px;
}
@media only screen and (max-width: 768px) {
  .contact-sec .home-page-form .add-sec li {
    margin-bottom: 10px;
  }
}
.contact-sec .home-page-form .add-sec li img {
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-sec .home-page-form .add-sec li img {
    display: none;
  }
}
.contact-sec .home-page-form .add-sec li .line {
  color: red;
}
@media only screen and (max-width: 768px) {
  .contact-sec .home-page-form .add-sec li .line {
    display: none;
  }
}
.contact-sec .home-page-form .comn-btn {
  float: right;
  background: #062434;
}
@media only screen and (max-width: 768px) {
  .contact-sec .home-page-form .comn-btn {
    float: none;
    width: 100%;
  }
}

/*----------------------------------testimonial===============*/
.banner-sec {
  position: relative;
}
.banner-sec .banner-text {
  color: #fff;
  position: absolute;
  top: 35%;
  transform: translate(0, -50%);
  font-size: 52px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .banner-sec .banner-text {
    top: 25%;
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-sec .banner-text {
    font-size: 36px;
  }
}
.banner-sec p {
  color: #fff;
  position: absolute;
  top: 44%;
  transform: translate(0, -50%);
  font-size: 16px;
}
@media only screen and (max-width: 1220px) {
  .banner-sec p {
    top: 54%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-sec p {
    top: 44%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 510px) {
  .banner-sec p {
    top: 54%;
  }
  .banner-sec p br {
    display: none;
  }
}

.heading {
  position: relative;
}

.testimonials {
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 150px;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  width: 75%;
  /* &:after {
          position: absolute;
          top: -34%;
          right: 0;
          background-image: url("../image/bottom-q.png");
          background-size: cover;
          display: block;
          width: 43%;
          height: 354px;
          content: "";
          background-repeat: no-repeat;
      }*/
}
.testimonials a .arrows {
  border: 1px solid;
  border-radius: 50%;
  padding: 6px;
}

.testimonials .heading h2 {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}

.testimonials .heading h2 span {
  color: #ff0000;
}

.testimonials p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #d1e5e7;
  margin: 20px 0;
  padding: 0;
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
  width: 200px;
  height: 200px;
  /* border: 2px solid #ff0000;*/
  border-radius: 100%;
  padding: 5px;
  margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
  font-size: 38px;
  color: #ffffff;
  font-weight: 600;
}

.testimonials .carousel-inner .carousel-item h4 {
  font-size: 14px;
  font-weight: 300;
  color: #32a7fc;
  margin-bottom: 20px;
}

.testimonials .carousel-indicators {
  bottom: -30px;
}

.testimonials .carousel-indicators li {
  background-color: #b8b7b7;
  border-radius: 30px;
  height: 4px;
  width: 40px;
}

.testimonials .carousel-indicators .active {
  background-color: #ff0000;
}

.testimonials .control span {
  cursor: pointer;
}

.testimonials .icon {
  height: 40px;
  width: 40px;
  background-size: 100%, 100%;
  border-radius: 50%;
  font-size: 30px;
  background-image: none;
  color: #ffffff;
}

/*.carousel-control-prev{
    height: 100px; background: red;
}*/
footer {
  background: #062434;
  padding: 100px 0;
}
footer .social-medias li {
  display: inline-block;
}
footer .social-medias li img {
  width: 70px;
}
@media only screen and (max-width: 991px) {
  footer .social-medias {
    text-align: center;
  }
}
footer .logo-sec li {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
}
footer .logo-sec li img {
  width: 120px;
}
footer .logo-sec li h4 {
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  footer .logo-sec {
    text-align: center;
  }
}