@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;600&display=swap');
.top-menu {
    position: fixed;
    top: 40px;
    left: 0px;
    background: transparent;
    right: 0px;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto !important;
    z-index: 999;
    text-align: center;
    transition: 0.4s ease-in-out;
  }
  .top-menu2 {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: auto !important;
    z-index: 999;
    text-align: center;
    transition: 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
  }
  .top-menu .logo_black {
    display: none;
  }
.wapp_chat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  line-height:55px;
  right: 10px;
  background: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.wapp_chat:hover i {
  color: #FFF;
}
  .nav-link:focus, .nav-link:hover {
    color:#ccc;
}
  .navbar-brand img {
    width: 150px;
  }
  .top-menu2 .navbar-brand img {
    width: 100px;
  }
  .navbar{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-menu2 .logo_white {
    display: none;
  }
.nav-item {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
  .nav-link {
    color: #eee;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    border: solid 1px transparent;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .top-menu .nav-link::before {
  content: "";
  letter-spacing: -5px;
  font-weight: 300;
  font-family: tahoma;
  height: 1px;
  background: #fff;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 20px;
    transition: 0.5s ease-in-out;

}
  .top-menu .nav-link:hover::before {
  content: "";
  letter-spacing: -5px;
  font-weight: 300;
  font-family: tahoma;
  position: absolute;
  left: -10px;
    height:1px;
  background:#fff;
  width:100%;
  transition: 0.5s ease-in-out;
}
  .top-menu2 .nav-link {
    color: #fb9617;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    border: solid 1px transparent;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .top-menu2 .nav-link::before {
  content: "";
  letter-spacing: -5px;
  font-weight: 300;
  font-family: tahoma;
  height: 1px;
  background: #000;
  width: 10px;
  position: absolute;
  left: -10px;
  top: 20px;
    transition: 0.5s ease-in-out;

}
.nav-link:hover::before {
  content: "";
  letter-spacing: -5px;
  font-weight: 300;
  font-family: tahoma;
  position: absolute;
  left: -10px;
    height:1px;
  background:#000;
  width:100%;
  transition: 0.5s ease-in-out;
}
  .top-menu2 .myvideo ul {
    position:absolute;
    color: #000;
    background:#fb9617;
  }
  .social_media {
    padding: 0px;
    background: #fb9617;
    height: 50px;
    display: block;
    text-align: center;
    margin: 0px;
    width: 335px;
    list-style: none;
    transition: 1s ease-in-out;
    z-index: 9999;
    font-size: 14px;
    padding: 20px 0px;
    left: -11px;
    margin-top: -55px;
    z-index: 999999;
    position: relative;
  }
  .social_media {
    text-align:left;
    list-style: none;
    font-size: 14px;
    color: #fff;
    padding-left: 30px;
  }
 
  .social_media li {
    display: inline-block;
    padding-right:20px;
  }
  .social_media li::after {
    content: "------";
    letter-spacing: -5px;
  }

  .social_media li a {
    color: #fff;
  }
  .social_media li a {
    text-decoration: none;
  }
  .myvideo {
    margin-top: 0px;
    position: relative;
    overflow-x: hidden;
  }
  .myvideo video {
    width: 100%;
    background: url(img/video_bg.jpg) no-repeat center;
    background-size: cover;
  }
  .myvideo::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    z-index: 99;
    transition: 1s ease-in-out;
    background:url("../imgs/video_bg.png");
    background-size: cover;
  }
  .gali_logo {
    position: absolute;
    top:35%;
    z-index: 99;
    width: 616px;
    font-size: 50px;
    left:5%;
    z-index: 999;
    text-align:left;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .gali_logo h3 {
    font-size: 100px;
    text-align: left;
    color: transparent;
    font-weight:900;
    text-transform: uppercase;
    line-height: 75px;
    -webkit-text-stroke:1px #fff;
  }
  .gali_logo h2{
    font-size:16px;
    text-align:left;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .gali_logo h2 span{
    margin-right:20px;
  }
  .gali_logo h2 a {
    text-transform: lowercase;
    color: #eafa05;
    text-decoration: none;
  }
  .gali_logo h3 span {
    display: block;
    font-size: 30px;
    text-align: left;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 7px;
  }
  .gali_logo{
    position: absolute;
  }
  .gali_logo img{
    width:230px;
  }
  .about_sec{
    margin-top: -6px;
  }
  .about_block_one{
    background: #fb9617;
    padding: 100px;
  }
  .about_block_one h1{
    font-size:60px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    line-height: 43px;
      }
  .about_block_one p{
font-size:16px;
color: #fff;
font-family: 'Jost', sans-serif;
  }
.first_p{
    font-size: 50px !important;
    color: #fff;
    line-height: 54px;
    font-family: 'Jost', sans-serif;
      }
.about_block_one_img{
    background: url("../imgs/about_block_one.jpg") bottom;
    background-size: cover;
}
.about_block_two_img{
    background: url("../imgs/about_block_two.jpg") bottom;
    background-size: cover;
}
.services{
  padding-bottom: 100px;
  padding-top: 100px;
}
.services-title{
  position: relative;
  }
  .services-title::before {
    content: "SERVICES";
    font-size: 16vw;
    position: absolute;
    top: -261px;
    -webkit-text-stroke: 1px #eee;
    color: transparent;
    z-index: -1;
    margin-left: -30px;
  }
.services-title h2 {
  padding-bottom: 50px;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: #fb9617;
  font-size: 50px;
  text-transform: uppercase;
}
.services-title h2::before {
  content: "--------";
  font-family: tahoma;
  color: #929497;
  letter-spacing: -15px;
  margin-right: 20px;
  font-weight: 100;
}
.accordion-button:not(.collapsed) {
  color: #333  !important;
  background-color:#fff !important;
  border-bottom: #eee dashed 1px;
}
.accordion-button:link, .accordion-button:visited, .accordion-button:hover, .accordion-button:active  {
  background-color:#fff!important;
    color:#333 !important;
    text-decoration: none !important;
     border: hidden !important;
     border-bottom: #eee dashed 1px;
    box-shadow: 0px !important;    
}
.accordion-item {
  border: none;
}
.accordion-button:focus {
  z-index: 3;
  border-bottom: #eee dashed 1px;
  outline: 0;
  box-shadow: 0 0 0 .25rem #FFF !important;
}

.services_block_one_text{
  padding:60px;
  padding-right: 0px;
  font-family: 'Jost', sans-serif;
}

.services_block_one_text ul li{
  list-style: none;
  margin-bottom:10px;
    margin: 0;
    padding: 0;
    display: table-row;
    font-size: 15px;
  }
.services_block_one_text ul {
  color: #333;
  padding-left: 0;
  list-style-type: none;
  list-style-position: outside;
  display: table;
}
.services_block_one_text ul li::before {
  content: "–";
  margin-right: 3em;
  display: table-cell;
  text-align: right;
  padding-right: 10px;
}
.services_block_one{
  background: url(../imgs/free-design-tool-from-sign-maker-online.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.services_block_one h2{
  color: #fff;
  text-transform: uppercase;
  padding-left: 50px;
  font-weight: 600p;
  font-size:30px;
  background: #929497;
  padding: 25px;
}

.services_block_two{
  background: url(../imgs/services_block_two.jpg) no-repeat right;
  background-size: cover;
  display: flex;
  align-items: center;
  order: 2;
}
.services_block_two h2{
  color: #fff;
  text-transform: uppercase;
  padding-left: 50px;
  font-weight: 600p;
  font-size:30px;
  background: #929497;
  padding: 25px;
}
.services_block_two_text{
  padding:60px;
  padding-left: 0px;
  font-family: 'Jost', sans-serif;
}

.services_block_two_text li{
  list-style: none;
  margin-bottom:10px;
    margin: 0;
    padding: 0;
    display: table-row;
    font-size: 15px;
  }
  .services_block_two_text ul {
  color: #333;
  padding-left: 0;
  list-style-type: none;
  list-style-position: outside;
  display: table;
}
.services_block_two_text ul li::before {
  content: "–";
  margin-right: 3em;
  display: table-cell;
  text-align: right;
  padding-right: 10px;
}
.services_block_three{
  background: url(../imgs/services_block_three.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.services_block_three h2{
  color: #fff;
  text-transform: uppercase;
  padding-left: 50px;
  font-weight: 600p;
  font-size:30px;
  background: #929497;
  padding: 25px;
}

.services_block_three_text{
  padding:60px;
  padding-right: 0px;
  font-family: 'Jost', sans-serif;
}

.services_block_three_text li{
  list-style: none;
  margin-bottom:10px;
    margin: 0;
    padding: 0;
    display: table-row;
    font-size: 15px;
  }
  .services_block_three_text ul {
  color: #333;
  padding-left: 0;
  list-style-type: none;
  list-style-position: outside;
  display: table;
}
.services_block_three_text ul li::before {
  content: "–";
  margin-right: 3em;
  display: table-cell;
  text-align: right;
  padding-right: 10px;
}
.contact_us_firstblock {
  background: #ffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact_first_blocks{
  border-right: solid 1px #eee;
  padding: 0px 30px;
}
.contact_first_blocks:last-child{
  border-right:none;
}
.contact_first_blocks h4{
text-transform: uppercase;
color: #fb9617;
}
.contact_first_blocks h4::before{
  content: "--------";
  font-family: tahoma;
  letter-spacing: -7px;
margin-right: 10px;
color: #929497;
}
.contact_first_blocks a{
  display: block;
  color:#666;
  text-decoration: none;
  margin-left:21px;
  }
  .contact_first_blocks p{
    color:#666;
    margin-left:21px;
    }
    .contact_us_firstblock h2{
      padding-bottom: 50px;
      font-family: 'Jost', sans-serif;
      font-weight:600;
      font-size:50px;
      color: #fb9617;
      text-transform: uppercase;
    }
    .contact_us_firstblock h2 span{
      display: block;
      font-size: 16px;
      color: #333;
      font-weight: 300;
    }  
    .contact_us_firstblock h2::before {
      content: "--------";
      font-family: tahoma;
      letter-spacing: -15px;
    
      font-weight: 100;
    }
.contact_us_two{
  background: #929497;
  padding-top: 100px;
  color: #ccc;
  background-blend-mode: color-burn;
}
.contact_us_two .col-lg-6{
  padding-left: 30px;
  padding-right: 30px;
}
.cont-for {
  width: 49%;
  display: inline-block;
}
.select-rrop {
  width: 99%;
  height:150px;
}
textarea.form-control{
  height:150px;
}
.accordion{border: none;}
.accordion-header{
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
}
.form-control {
  height: calc(2.80rem + 3px);
  font-size: 1rem;
  padding:0px 20px 0px 0px;
  font-weight: 400;
  color: #fff;
  border: none;
  border-bottom:solid 1px #a8aaae;
  background-color:#929497;
  border-radius: 0;
  margin-bottom:25px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  position: relative;
}
.refrences{
  display: flex;
}
.refrences_block {
  background: url(../imgs/reference_bg.svg) center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
.refrences_block h2{
  padding-bottom:80px;
  font-family: 'Jost', sans-serif;
  font-weight:600;
  font-size:50px;
  text-transform: uppercase;
  color: #333;
  position: relative;
}

.refrences_block h2::before {
  content: "--------";
  font-family: tahoma;
  color: #fff;
  letter-spacing: -15px;
  margin-right: 20px;
  font-weight: 100;
}
.refrences_block::after {
  content: "REFERENCE";
  font-size: 19vw;
  position: absolute;
  top: -161px;
  -webkit-text-stroke: 1px #ccc;
  color: transparent;
  z-index: -1;
  left: -21px;
}
.refrences ul{
  padding: 0px;
  margin: 0px;
}
.refrences li{
  width:20%;
  padding:0px 30px;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  display: inline-block;
  margin-right: -4px;
}
.refrences li:nth-of-type(5){
  border-right:none;
}
.refrences li:nth-of-type(10){
  border-right:none;
}
.refrences li:nth-of-type(15){
  border-right:none;
}
.refrences li:nth-of-type(20){
  border-right:none;
}
.refrences li:nth-of-type(25){
  border-right:none;
}
.refrences li:nth-of-type(30){
  border-right:none;
}
.refrences li:nth-of-type(35){
  border-right:none;
}
.refrences li:nth-of-type(40){
  border-right:none;
}
.refrences li:nth-of-type(45){
  border-right:none;
}
.refrences li:nth-of-type(46){
  border-bottom: none;
}
.refrences li:nth-of-type(47){
  border-bottom: none;
}
.refrences li:nth-of-type(48){
  border-bottom: none;
}
.refrences li:nth-of-type(49){
  border-bottom: none;
}

.refrences li img{width:100%;
  filter: grayscale(100%);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.refrences li:hover img{
  filter: grayscale(0%);
  transition: 0.5s ease-in-out;
}
.refrences li:last-child{
  border-right:none;
  border-bottom: none;
}
.copy_rights{
  border-top: 1px dashed #a5a7aa;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 50px;
  color: #ccc;
  font-family: 'Jost', sans-serif;
}
.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow:none;
  border-bottom: #000 solid 1px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: #fb9617;
  border-color: #fb9617;
  border-radius: 0;
  padding: 10px 30px;
  margin-top: 30px;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
}
.navbar-toggler{border: none;}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  font-weight: 600;
  text-transform: uppercase;
  color: #fb9617 !important;
}
.accordion-button{
  font-weight: 600;
  text-transform: uppercase;
}
  @media screen and (min-width:0px) and (max-width:480px) {
    .myvideo video {
        width: inherit;
        height: 100vh;

      }
.myvideo::after {

        background:url("../imgs/video_bg.png") center;
      }
.navbar-brand img {
        width: 80px;
}
.services-title::before {
  content: "SERVICES";
  font-size: 22vw;
  position: absolute;
  top: -52px;
  -webkit-text-stroke: 1px #eee;
  color: transparent;
  z-index: -1;
  margin-left: -30px;
}
.refrences_block::after {
  content: "REFERENCE";
  font-size: 19vw;
  position: absolute;
  top: 6px;
  -webkit-text-stroke: 1px #ccc;
  color: transparent;
  z-index: -1;
  left: 0px;
}
.social_media li {
  font-family: 'Jost', sans-serif;
  padding-right: 10px;
}
.services-title h2 {
  padding-bottom: 35px;
  font-size: 30px;
  margin-left: 23px;
}
.copy_rights {
  padding: 30px;
}
.select-rrop {
  height: 80px;
}
.social_media li::after {
  content: "------";
  letter-spacing: -5px;
  margin-left: 15px;
}
.top-menu2 {
  padding-left: 0px;
  padding-right: 0px;
}
.gali_logo {
        position: absolute;
        top:20%;
        z-index: 99;
        width: 80%;
        z-index: 999;
  }
  textarea.form-control {
    height: 80px;
  }
  .top-menu2 .navbar-brand img {
    width: 80px;
  }
  .social_media {
    margin-left: -1px;
    width: 300px;
  }
.top-menu {
  padding-left: 0px;
  padding-right: 0px;
  top: 0px;
  background: #fb9617;
  z-index: 9999;
  position: relative;
}
  .navbar-toggler-icon{
    background-image: url(../imgs/menu_ico_white.png);
  }
  .top-menu2 .navbar-toggler-icon{
    background-image: url(../imgs/menu_ico_orange.png);
  }
  .nav-item {
    margin-left:30px;
    margin-right:30px;
    text-align: left;
  }
  .navbar-nav {
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about_block_one {
    padding:80px 30px;
  }
  .about_block_one h1 {
    font-size: 35px;
  }
  .first_p {
    font-size: 25px !important;
    line-height: 30px;
  }
  .about_block_one_img {
    min-height: 350px;
  }
  .refrences_block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .refrences li img {
    filter: grayscale(0%);
  }
  .about_block_two_img {
    min-height: 350px;
    order: 2;
  }
  .services {
    padding-bottom: 0px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .services_block_one h2 {
    padding-left: 50px;
    font-size: 20px;
    background: rgba(0,0,0,.7);
    padding: 20px;
    margin: 65px;
    margin-left: 10px;
  }
  .services_block_two h2 {
    padding-left:0px;
    font-size: 20px;
    padding: 20px;
    background: rgba(0,0,0,.7);
    margin: 70px;
  }
  .services_block_two_text {
    padding: 0;
  }
  .services_block_one_text {
    padding: 0px;
  }
  .services_block_two {
    order: 0;
    border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
  }
  .services_block_one {
    border-bottom-right-radius: 0px;
  }
  .services_block_three h2 {
    font-size: 20px;
    padding: 20px;
    background: rgba(0,0,0,.7);
    margin: 80px;
    margin-left: 10px;
  }
  .services_block_three_text {
    margin-top: 30px;
    padding: 0px;
  }
  .services_block_three_text ul{
    margin-top: 25px;
  }
  .refrences_block h2 {
    padding-bottom:40px;
    font-size: 30px;
  }
  .refrences_block h2::before {
    margin-left: 55px;
  }
  .services_block_three {
    border-top-right-radius: 0px;
  }
  .refrences ul{
    padding: 0;
    margin: 0;
  }
  .refrences li {
    width: 50%;
  }
  .contact_us_firstblock {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
.contact-form{
    padding-top: 30px;
    font-family: 'Jost', sans-serif;
  }
  .contact_us_two {
    padding-top: 50px;
  }
  .contact_first_blocks {
    border-bottom: solid 1px #eee;
    padding: 30px;
    border-right: none;
  }
  .contact_us_firstblock h2 {
    padding-bottom: 0px;
    font-size: 42px;
    text-transform: uppercase;
  }
  .contact_first_blocks:last-child {
    border: none;
  }
  .refrences li:nth-of-type(2) {
    border-right: none;
  }
  .refrences li:nth-of-type(4) {
    border-right: none;
  }
  .refrences li:nth-of-type(5) {
    border-right: 1px solid #9fa1a3;
  }
  .refrences li:nth-of-type(6) {
    border-right: none;
  }
  .refrences li:nth-of-type(8) {
    border-right: none;
  }
  .refrences li:nth-of-type(10) {
    border-right: none;
  }
  .refrences li:nth-of-type(12) {
    border-right: none;
  }
  .refrences li:nth-of-type(14) {
    border-right: none;
  }
  .refrences li:nth-of-type(15) {
    border-right: 1px solid #9fa1a3;
  }
  .refrences li:nth-of-type(16) {
    border-right: none;
  }
  .refrences li:nth-of-type(18) {
    border-right: none;
  }
  .refrences li:nth-of-type(20) {
    border-right: none;
  }
  .refrences li:nth-of-type(22) {
    border-right: none;
  }
  .refrences li:nth-of-type(24) {
    border-right: none;
  }
  .refrences li:nth-of-type(26) {
    border-right: none;
  }
  .refrences li:nth-of-type(28) {
    border-right: none;
  }
  .refrences li:nth-of-type(36) {
    border-right: none;
  }
  .refrences li:nth-of-type(38) {
    border-right: none;
  }
  .refrences li:nth-of-type(32) {
    border-right: none;
  }
  .refrences li:nth-of-type(25){
    border-right: 1px solid #989999;
  }
  .refrences li:nth-of-type(35){
    border-right: 1px solid #989999;
  }
  .refrences li:nth-of-type(34) {
    border-right: none;
  }
  .refrences li:nth-of-type(40){
    border-right: 1px solid #989999;
    border-right: none;
  }
  .refrences li:nth-of-type(42) {
    border-right: none;
  }
  .refrences li:nth-of-type(44) {
    border-right: none;
  }
  .refrences li:nth-of-type(45){
    border-right: 1px solid #989999;
  }
  .refrences li:nth-of-type(46) {
    border-right: none;
    border-bottom: 1px solid #989999;
  }
.gali_logo h3 {
  font-size: 55px;
  text-align: left;
  color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 45px;
  -webkit-text-stroke: 0px #fff;
  color: rgba(251,150,23,.5);
}
  .gali_logo h3 span {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-top:10px;
    margin-left: 5px;
  }
  .accordion-body {
    padding: 20px 0px;
  }
  .about_sec {
    margin-top: -8px;
  }
.services_block_bt{
padding-bottom:40px;
margin-bottom:40px;
border-bottom: solid 1px #eee;
}
  .gali_logo h2 span:last-child{display: block;}
}