/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Header
 3. Control Bar
 4. Slide Menu
 5. Home
 6. About Me
 7. Gallery
 8. Contacts
 9. Footer
 10. Scroll To Top
 11. Media Queries
-----------------------------------------------------------------*/
/* --------------------------------------
   1. Global Styles
-----------------------------------------*/
body {
  background-color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-family: 'Spartan', sans-serif;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

/*-Global styles-----------------------*/
article, aside, footer, header, main, menu, nav, section {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  background-color: transparent;
  color: #000;
  text-decoration: none; }

a:active, a:hover {
  outline: 0;
  color: #FFDC25;
  text-decoration: none; }

a:focus {
  outline: none; }

b, strong {
  font-weight: 700; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  clear: both; }

ul, li {
  list-style: none;
  margin: 0; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

h2 {
  font-size: 1.1rem;
  font-weight: 600; }

.dp-flex-ctr-str {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start; }

.dp-flex-beet-str {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start; }

.dp-flex-beet-str {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end; }

.dp-flex-beet-ctr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }

.dp-flex-ctr-ctr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }

.dp-flex-str-ctr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }

.dp-flex-end-ctr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center; }

/*--Type elements-------------*/
.font-small {
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 65%; }

p {
  margin: 0 0 10px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

/*-text colors-------------------------*/
.text-primary {
  color: #0A0A0A !important; }

.text-secondary {
  color: #999999 !important; }

.text-white {
  color: #ffffff !important; }

.text-blue {
  color: #0F4C81 !important; }

.text-warning {
  color: #ffb73f !important; }

.text-danger {
  color: #FD544A !important; }

.wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.fl-left {
  float: left !important; }

.fl-right {
  float: right !important; }

.pad-b-0 {
  padding-bottom: 0 !important; }

.pad-t-0 {
  padding-top: 0 !important; }

.mar-t-0 {
  margin-top: 0 !important; }

.pad-t-20 {
  padding-top: 20px !important; }

.pad-b-20 {
  padding-bottom: 20px !important; }

.mar-t-20 {
  margin-top: 20px !important; }

/*--Form elements-------------*/
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

select, textarea, input {
  text-transform: none;
  background-color: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  padding: 0 11px;
  width: 100%; }

.empty {
  color: #999; }

textarea {
  overflow: auto; }

/*-Form----radio----checkbox-----------*/
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* The container */
label.container {
  display: block;
  position: relative;
  padding-left: 23px;
  padding-right: 11px;
  margin-bottom: 12px;
  margin-right: 11px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  border-right: 1px solid #dedede;
  color: #0a0a0a;
  font-weight: 600; }

label.container:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0; }

/* Hide the browser's default radio button */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
label.container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #999; }

/* When the radio button is checked, add a blue background */
label.container input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #999; }

/* Create the indicator (the dot/circle - hidden when not checked) */
label.container .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
label.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
label.container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0F4C81; }

/*-Form----input---select------------*/
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=text]:focus {
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none; }

select:focus {
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none; }

.form-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px; }

.form-group {
  margin: 0; }

.from-group-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 34px;
  position: relative; }

.from-group-title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #0F4C81; }

input[type="text"], .form-control {
  line-height: 42px;
  color: #0A0A0A;
  height: 44px;
  display: block;
  margin-bottom: 16px;
  font-size: 14px; }

label {
  color: #999999;
  font-size: 16px;
  display: block;
  margin-bottom: 9px; }

/*-Form----button---------------*/
button {
  overflow: visible; }

button, .btn-link {
  display: block;
  text-transform: none;
  height: 44px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 38px; }

.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0F4C81;
  font-size: 14px; }

.blue {
  background-color: #0F4C81;
  border: 1px solid #0F4C81;
  color: #fff;
  font-size: 14px; }

.blue:hover {
  color: #fff; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

.scrolled {
  width: 100%;
  height: calc(100% - 120px);
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 23px; }

/* width */
.scrolled::-webkit-scrollbar {
  width: 1px; }

/* Track */
.scrolled::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.scrolled::-webkit-scrollbar-thumb {
  background: #dedede; }

/* Handle on hover */
.scrolled::-webkit-scrollbar-thumb:hover {
  background: #999; }

/*------------------------------------------------------------*/
.hd-bg-0a {
  background-color: rgba(28, 116, 48, 0.5); }

.hd-bg-ff {
  background-color: #fff; }

.hd-bg-00 {
  background-color: #000; }

.hd-bg-gr {
  background-color: #1c7430; }

.bg-grey {
  background-color: #f0f0f0; }

.row {
  margin: 0; }

figure {
  margin: 0; }

/*-Index styles----header-------------------*/
header {
  width: 100%;
  height: 125px;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  background-color: white;
  z-index: 5; }
     @media (max-width: 800px) {
       header {
         height: 145px;
       }
     }  
       @media (max-width: 767px) {
       header {
           background-color: transparent;
       }
     }  
  
  header .navbar {
    position: relative;
    max-width: 1280px;
    padding: 30px 30px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
     @media (max-width: 1024px) {
       header .navbar{
        padding: 30px 40px 0 20px; 
       }
     }
    @media (max-width: 992px) {
      header .navbar {
        padding: 20px;
        align-items: flex-start; } }
    header .navbar .navbar-brand {
      color: #000;
      padding: 0; }
    header .navbar ul.navbar-nav, header .navbar ul.navbar-nav li {
      height: 80px;
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: transparent; }
      @media (max-width: 992px) {
        header .navbar ul.navbar-nav, header .navbar ul.navbar-nav li {
          line-height: 46px; } }
      header .navbar ul.navbar-nav li.nav-item, header .navbar ul.navbar-nav li li.nav-item {
        display: inline-block;
        text-align: right; }
        header .navbar ul.navbar-nav li.nav-item a.nav-link, header .navbar ul.navbar-nav li li.nav-item a.nav-link {
          display: inline-block;
          line-height: 28px;
          font-size: 1vw;
          text-decoration: none;
          color: #000;
          padding-left: 65px;
          text-align: right;
          text-transform: uppercase;
          padding-right: 0;
          font-weight: 600; }
      @media (max-width: 1024px) {
             header .navbar ul.navbar-nav li.nav-item a.nav-link, header .navbar ul.navbar-nav li li.nav-item a.nav-link {
              font-size: 0.8em;
             }
      }
          
          @media (max-width: 992px) {
            header .navbar ul.navbar-nav li.nav-item a.nav-link, header .navbar ul.navbar-nav li li.nav-item a.nav-link {
              line-height: 46px;
              padding: 0;
              font-size: 2.2vw;
              padding-right: 30px;
              color: #fff !important; } }
              
        @media (max-width: 767px){
            header .navbar ul.navbar-nav li.nav-item a.nav-link, header .navbar ul.navbar-nav li li.nav-item a.nav-link {
                font-size: 0.6rem;
                padding-right: 25px;
            }
        }
              
              
          header .navbar ul.navbar-nav li.nav-item a.nav-link:hover, header .navbar ul.navbar-nav li li.nav-item a.nav-link:hover {
            text-decoration: none;
            color: #FFDC25; }
        header .navbar ul.navbar-nav li.nav-item.active .nav-link, header .navbar ul.navbar-nav li li.nav-item.active .nav-link {
          color: #FFDC25 !important; }
    header .navbar ul.navbar-nav {
      padding-right: 0; }
      
     @media (max-width: 1280px) {
       header .navbar ul.navbar-nav {
            padding-right: 30px;
       }
     }
      
      @media (max-width: 992px) {
        header .navbar ul.navbar-nav {
          flex-direction: row;
          justify-content: flex-end;
          height: 46px;
          padding-right: 0;
          background-color: rgba(0, 0, 0, 0.5); } }
  header .navbar-brand a {
    color: #000;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
 @media (max-width: 767px) { 
       header .navbar-brand a img{
         display: none;
     }
       header .navbar-brand a {
        height: 69px;
       }
     header .navbar-brand a p{
         display: block;
         font-size: 30px;
        font-weight: 700;
        font-family: 'Spartan';
        letter-spacing: -0.9px;
        margin: 0 0 5px 0;
     }
     header .navbar-brand a p + p{
          display: block;
         font-size: 17.5px;
          font-weight: 400;
        font-stretch: extra-condensed;
        letter-spacing: -0.8px
     }
 }
  @media (min-width: 768px) { 
      header .navbar-brand a p, header .navbar-brand a p + p{
          display: none;
      }
  }
    
  header .navbar-light button.navbar-toggler {
    border: 0 !important;
    padding: 0;
    font-size: 1.2rem; }
    @media (max-width: 992px) {
      header .navbar-light button.navbar-toggler {
        margin-right: 30px;
        margin-top: 0; } }
    header .navbar-light button.navbar-toggler span {
      font-size: 32px;
      color: #000; }
  header .navbar-light button:focus {
    outline: 0  !important; }
  header .dots {
    position: absolute;
    right: 87px;
    top: 30px;
    border: 0;
    background-color: transparent;
    padding: 0 0 0 40px;
    height: 80px;
    line-height: 1; }
    @media (max-width: 992px) {
      header .dots {
        padding: 0;
        right: 10px;
        top: 20px;
        background-color: #fff; } }
    header .dots img {
      width: 26px;
      margin-top: 9px; }
      @media (max-width: 992px) {
        header .dots img {
          margin-top: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end; } }
.page-content {
    padding-top: 115px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; }
    
 @media (max-width: 1024px) {
    .page-content {
       padding-left: 0;
       padding-right: 0; }
   }
       
  @media (max-width: 992px) {
    .page-content {
      margin: 0;
      padding-left: 0;
      padding-right: 0;} }
      
  .page-content .main-container {
    padding: 40px 0 0; }
    @media (max-width: 1024px) {
      .page-content .main-container {
        padding: 20px; } }
    .page-content .main-container .home-content {
      float: none;
      clear: both;
      padding-top: 40px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .page-content .main-container .home-content .items-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 -10px; }
        @media only screen and (max-width: 992px) {
          .page-content .main-container .home-content .items-row {
            margin: 0 -5px; } }
        @media only screen and (max-width: 767px) {
          .page-content .main-container .home-content .items-row {
            flex-direction: column; } }
        .page-content .main-container .home-content .items-row .d-flex {
          flex-wrap: wrap;
          justify-content: flex-start;
          align-content: space-between; }
        @media only screen and (max-width: 770px) and (min-width: 768px) {
          .page-content .main-container .home-content .items-row.row-one .wdt-50 {
            width: 51%; } }
        @media only screen and (max-width: 770px) and (min-width: 768px) {
          .page-content .main-container .home-content .items-row.row-one .wdt-50 + .wdt-50 {
            width: 49%; } }
        .page-content .main-container .home-content .items-row.row-sec {
          justify-content: flex-end; }
          .page-content .main-container .home-content .items-row.row-sec .grey-block {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: stretch; }
        @media only screen and (max-width: 770px) and (min-width: 768px) {
          .page-content .main-container .home-content .items-row.row-four .wdt-40 {
            width: 42%; } }
        @media only screen and (max-width: 770px) and (min-width: 768px) {
          .page-content .main-container .home-content .items-row.row-four .wdt-60 {
            width: 58%; } }
        .page-content .main-container .home-content .items-row.row-six {
          justify-content: flex-start; }
        .page-content .main-container .home-content .items-row .item-box {
          display: flex;
          border: 10px solid #fff;
          flex-wrap: wrap;
          align-content: stretch; }
          @media only screen and (max-width: 992px) {
            .page-content .main-container .home-content .items-row .item-box {
              border: 5px solid #fff; } }
              
          .page-content .main-container .home-content .items-row .item-box .top-text {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-weight: 400;
            font-size: 1vw;
            height: 30px; }
             @media only screen and (max-width: 1024px) { 
                 .page-content .main-container .home-content .items-row .item-box .top-text { 
                     font-size: 1.1rem;
                 }
                
             }
            @media only screen and (max-width: 812px) {
              .page-content .main-container .home-content .items-row .item-box .top-text {
                display: none; } }
            .page-content .main-container .home-content .items-row .item-box .top-text .down-arr {
              display: inline-block;
              width: 39px;
              margin-left: -7px;
              margin-top: -10px;
              margin-right: 5px; }
          .page-content .main-container .home-content .items-row .item-box .grey-block {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: stretch;
            color: #000;
            line-height: 1.5;
            background-color: #f0f0f0;
            padding: 7px 20px 10px; }
            @media only screen and (max-width: 1280px) {
              .page-content .main-container .home-content .items-row .item-box .grey-block {
                padding: 15px 20px; } }
            .page-content .main-container .home-content .items-row .item-box .grey-block p {
              font-weight: 200;
              width: 100%;
              margin: 10px 0 0 0; }
              .page-content .main-container .home-content .items-row .item-box .grey-block p.center-space {
                display: flex;
                justify-content: center;
                align-items: center;
                word-spacing: 15px;
                font-size: 2.6rem;
                text-align: center;
                letter-spacing: -0.3rem;}
             @media only screen and (max-width: 1024px) {
                 .page-content .main-container .home-content .items-row .item-box .grey-block p.center-space {
                      font-size: 2rem;
                      letter-spacing: -0.2rem;
                 }
             }
             @media only screen and (max-width: 767px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block  p.center-space {
                  font-size: 4vw; } }     
            .page-content .main-container .home-content .items-row .item-box .grey-block .fnt3-5 {
              font-size: 2.6rem;
              letter-spacing: -0.3rem;
              line-height: 1.1;}
             @media only screen and (max-width: 1024px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt3-5 {
                  letter-spacing: -0.2rem;
                  font-size: 2rem;} }
              @media only screen and (max-width: 992px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt3-5 {
                  letter-spacing: -0.1rem; } }
               @media only screen and (max-width: 767px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt3-5 {
                  font-size: 4vw; 
                   word-spacing: 15px;
                }
                 .page-content .main-container .home-content .items-row .item-box .grey-block .fnt3-5 br{
                     display: none;
                 }
                  }     
            .page-content .main-container .home-content .items-row .item-box .grey-block .fnt3 {
              font-size: 2.6rem;
              letter-spacing: -0.3rem; }
              @media only screen and (max-width: 1024px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt3 {
                   letter-spacing: -0.2rem;
                   font-size: 2rem;} }
              @media only screen and (max-width: 767px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt3 {
                  font-size: 4vw;
                  } }   
            .page-content .main-container .home-content .items-row .item-box .grey-block .fnt2-4 {
              font-size: 2.4vw; }
              @media only screen and (max-width: 992px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt2-4 {
                  letter-spacing: -0.05rem; } }
            .page-content .main-container .home-content .items-row .item-box .grey-block .fnt2 {
              font-size: 1.8rem;
              letter-spacing: -0.12rem;}
              
            .page-content .main-container .home-content .items-row .item-box .grey-block .fnt1-5 {
              font-size: 1.2rem;
              color: #000;
              font-weight: 200;
              letter-spacing: -0.08rem;
              }
              @media only screen and (max-width: 1024px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt1-5 {
                  font-size: 1.2rem;
                  letter-spacing: -0.08rem;
                  max-width: 100%; } }
              @media only screen and (max-width: 767px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt1-5 {
                  font-size: 0.9rem; } }
            .page-content .main-container .home-content .items-row .item-box .grey-block .fnt1-3 {
              font-size: 1.3vw; }
            .page-content .main-container .home-content .items-row .item-box .grey-block .fnt1 {
              font-size: 1rem;
              font-weight: 500;
              letter-spacing: -0.01rem; }
              @media only screen and (max-width: 767px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .fnt1 {
                  font-size: 0.8rem; } }
            .page-content .main-container .home-content .items-row .item-box .grey-block .lnr-phone, .page-content .main-container .home-content .items-row .item-box .grey-block .lnr-envelope {
              display: block;
              font-size: 3vw;
              margin-bottom: 20px;
              padding: 0;
              color: #555; }
              @media only screen and (max-width: 992px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .lnr-phone, .page-content .main-container .home-content .items-row .item-box .grey-block .lnr-envelope {
                  margin-bottom: 10px; } }
            .page-content .main-container .home-content .items-row .item-box .grey-block .lnr-envelope {
              margin-top: 10px; }
              @media only screen and (max-width: 992px) {
                .page-content .main-container .home-content .items-row .item-box .grey-block .lnr-envelope {
                  margin-top: 0; } }
            @media only screen and (max-width: 992px) {
              .page-content .main-container .home-content .items-row .item-box .grey-block a.text-primary {
                font-size: 18px; } }
            @media only screen and (max-width: 767px) {
              .page-content .main-container .home-content .items-row .item-box .grey-block a.text-primary {
                font-size: 16px;
                padding: 0 15px;
                line-height: 1.8;  }
                .page-content .main-container .home-content .items-row .item-box .grey-block .lnr-envelope, 
                 .page-content .main-container .home-content .items-row .item-box .grey-block .lnr-phone{
                      font-size: 22px; 
                 } 
                }    
                
        .page-content .main-container .home-content .items-row.row-sec .grey-block {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: stretch; }
          .page-content .main-container .home-content .items-row.row-sec .grey-block p {
            display: flex;
            align-items: center; }
           .page-content .main-container .home-content .items-row.row-sec .grey-block p.one  {
             word-spacing: 15px;
            }
        .page-content .main-container .home-content .items-row.row-one .grey-block p.text-botn {
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          text-align: right;
          font-weight: 500; }

.img-block, .item {
  width: 100%;
  display: flex;
  cursor: pointer;
  position: relative; }
  .img-block .item-box-text, .item .item-box-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 2;
    padding: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 0;
    opacity: 0;
    font-size: 1.1rem;
    text-align: center;
    transition: linear 0.3s; }
    .img-block .item-box-text p, .item .item-box-text p {
      margin: 0;
      font-weight: normal !important;}
  .img-block:hover .item-box-text, .item:hover .item-box-text {
    opacity: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000; }
  .img-block img, .item img {
    display: block;
    max-width: 100%;
    object-fit: fill; }
    
.img-block:hover .item-box-text{
    height: 70px;   } 
.item:hover .item-box-text {
    height: 50px;
    font-size: 0.8rem;
}
    
.border-bt {
  border-bottom: 20px solid #fff; }
  @media only screen and (max-width: 992px) {
    .border-bt {
      border-bottom: 10px solid #fff; } }

.border-tp {
  border-top: 20px solid #fff; }
  @media only screen and (max-width: 992px) {
    .border-tp {
      border-top: 10px solid #fff; } }

.wrd-spc-8 {
  word-spacing: 8px; }
  @media only screen and (max-width: 992px) {
    .wrd-spc-8 {
      word-spacing: 6px; } }

.wrd-spc-10 {
  word-spacing: 10px; }

.wrd-spc-15 {
  word-spacing: 15px; }

.fnt-w-200 {
  font-weight: 200 !important; }

.fnt-w-400 {
  font-weight: 400 !important; }

.fnt-w-500 {
  font-weight: 500 !important; }

.fnt-w-600 {
  font-weight: 600 !important; }
  
.fnt18{
    font-size: 18px;
}  

.wdt-20 {
  width: 20%; }
  @media only screen and (max-width: 767px) {
    .wdt-20 {
      width: 100%;
      display: block !important; } }

.wdt-30 {
  width: 300px;
  }
  @media only screen and (max-width: 767px) {
    .wdt-30 {
      width: 100%;
      display: block !important;
      text-align: center;
      } }

.wdt-40 {
  width: 40%; }
  @media only screen and (max-width: 767px) {
    .wdt-40 {
      width: 100%;
      display: block !important; } }

.wdt-50 {
  width: 50%; }
  @media only screen and (max-width: 767px) {
    .wdt-50 {
      width: 100%;
      display: block !important; } }

.wdt-60 {
  width: 60%; }
  @media only screen and (max-width: 767px) {
    .wdt-60 {
      width: 100%;
      display: block !important; } }

.wdt-70 {
  width: calc(100% - 300px);
  }
  @media only screen and (max-width: 767px) {
    .wdt-70 {
      width: 100%;
      display: block !important; } }

.wdt-80 {
  width: 80%; }
  @media only screen and (max-width: 767px) {
    .wdt-80 {
      width: 100%;
      display: block !important; } }

footer, .modal-footer {
  padding: 40px; }
  footer .copyright p, .modal-footer .copyright p {
    margin: 10px 0 0; }
  footer .socnet-box, .modal-footer .socnet-box {
    display: flex;
    flex-direction: row; }
    footer .socnet-box .socnet, .modal-footer .socnet-box .socnet {
      display: inline-block;
      margin-left: 15px;
      margin-top: 5px;
      height: 30px;
      color: #000; }
        @media only screen and (max-width: 1024px) {
             footer .socnet-box .socnet, .modal-footer .socnet-box .socnet {
                 height: 25px;
             }
        }
        @media only screen and (max-width: 767px) {
             footer .socnet-box .socnet, .modal-footer .socnet-box .socnet {
                 height: 20px;
             }
        }
      footer .socnet-box .socnet img, .modal-footer .socnet-box .socnet img {
        vertical-align: middle;
        height: 100%; }
    footer .socnet-box .lnr-arrow-up, .modal-footer .socnet-box .lnr-arrow-up {
      font-size: 30px;
      padding-top: 4px;
      display: block;
      padding-left: 30px;
      color: #000000; }
     @media only screen and (max-width: 1024px) {
          footer .socnet-box .lnr-arrow-up, .modal-footer .socnet-box .lnr-arrow-up  {
             font-size: 25px;
         }
     }
    @media only screen and (max-width: 767px) {
            footer .socnet-box .lnr-arrow-up, .modal-footer .socnet-box .lnr-arrow-up {
             font-size: 20px;
         }
     }
  @media only screen and (max-width: 767px) {
    footer .dp-flex-beet-ctr, .modal-footer .dp-flex-beet-ctr {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; } }

footer {
    padding: 40px 30px;
    max-width: 1280px;
    margin: 0 auto;
    }
  @media only screen and (max-width: 992px) {
    footer {
      padding: 40px 20px; } }
      
figure .socnet-box {
    margin-top: 34px;} 
figure .socnet-box .socnet {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    height: 20px;
    width: 30px; }
figure .socnet-box .socnet:first-child{
    width: 14px;
}    
figure .socnet-box .socnet img {
        vertical-align: middle;
        height: 16px; }
        
       

/*---------------Icon font------------------*/
.lnr {
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px; }

/*---------------End Icon font------------------*/
/*-------------Modal styles---------------------*/
.modal-dialog {
  margin: 0 auto !important; }
  .modal-dialog .modal-content {
    border-radius: 0; }
    .modal-dialog .modal-content .modal-header, .modal-dialog .modal-content .modal-footer {
      border: 0; }
      .modal-dialog .modal-content .modal-header .dp-flex-beet-ctr, .modal-dialog .modal-content .modal-footer .dp-flex-beet-ctr {
        width: 100%; }
    .modal-dialog .modal-content .modal-body {
      text-align: center; }
      .modal-dialog .modal-content .modal-body img {
        max-width: 1400px;
        width: 100%; }
    @media only screen and (max-width: 767px) {
      .modal-dialog .modal-content .modal-footer {
        text-align: center; } }
    .modal-dialog .modal-content .modal-footer .copyright {
      height: 55px; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important; }

.modal.show .modal-dialog {
  transform: none;
  width: 100%;
  max-width: 100%; }

/*-------------End Modal styles---------------------*/
/*--------------Stager list-----------------------*/
.about h2.title {
    display: block;
    padding: 30px 0 0;
    text-align: center; }
  .about h2.title span {
    display: inline-block;
    }
.about .info {
  padding: 20px 0; }
    @media only screen and (max-width: 800px) {
    .about .info {
      padding: 20px 0 0; }
    }
  .about .info::after {
    display: block;
    clear: both;
    content: ""; }
    
  .about .info .row{
    flex-direction: row;
    flex-wrap: inherit;
  } 
  .about .info .row div{
      width: 435px;
  }
  .about .info .row div + div{
      width: calc(100% - 435px);
  }
  .about .info .row div h2.text-left {
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: normal;
    padding-right: 50px;  
  }
  .about .info .row div + div p {
    line-height: 1.5;
    text-align: justify; }
   @media only screen and (max-width: 850px) {
        .about .info .row{
            flex-direction: column;
            flex-wrap: inherit;
          } 
          .about .info .row div{
              width: 100%;
          }
          .about .info .row div + div{
              width: 100%;
          } 
           .about .info .row div h2.text-left{
               padding-right: 0;   
           }
   }


  .about .info  figure  {
    padding: 20px 20px 0;
    box-shadow: 0px 0px 8px #e1e1e1;
    margin: 70px 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    }

    @media only screen and (max-width: 780px) {
        .about .info  figure  {
          height: auto;
          width: 100%;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
        }
      .about .info figure .img-box{
        width: 100%;
        text-align: center;
      }
      .about .info figure .descr-box{
        width: 100%;
        text-align: center;
      }
      .about .info figure .descr-box p{
        text-align: justify;
      }
      .about .info figure .descr-box p:first-child{
        text-align: center;
      }
    }

   .about .info  figure div{
        padding-right: 20px;
    }
       @media only screen and (max-width: 800px) {
        .about .info  figure div + div{
           padding-right: 0;
         } 
       }
   .about .info  figure p{
        line-height: 1.5;
        text-align: left;
        font-size: 1rem;
        color: #555;
    } 
    .about .info  figure p b{
        line-height: 2;
    }

    @media only screen and (max-width: 850px) {

       .about .info  figure p b{
            line-height: 1;
        }
    }

 @media only screen and (max-width: 400px) {
       .about .info  figure p{
            font-size: 15px;
        }
    }
    .about .info  h3 {
      margin-left: 25px; }
  .about .info .img-box{
    width: 300px;
  }
  .about .info .descr-box{
     width: calc(100% - 300px);
  }
  .about .info  figure img {
        width: 100%;
        max-width: 400px;
        margin-top: -40px;
        margin-bottom: 20px;
  }
  .about .info  figure figcaption {
        font-size: 14px;
        height: 70px;}



        
.about .work-steps {
      background-color: #f9f9f9;
          margin-top: 40px;
}
       @media only screen and (max-width: 850px) {
         .about .work-steps {
           margin-top: 40px;
         }
       }
          
    @media only screen and (max-width: 800px) {          
        .about .work-steps {
          margin-top: 0;
        }  
    }
  .about .work-steps .stages-list {
    width: 767px;
    margin: 0 auto;
    padding: 10px 30px 20px; }
    .about .work-steps .stages-list h3, 
    .about .work-steps .stages-list .h3 {
      font-size: 1.1rem; }
    @media only screen and (max-width: 800px) {       
     .about .work-steps .stages-list {   
        width: 715px;
        margin: 0 auto;
        padding: 10px 30px 20px;  
     }
    }
    @media only screen and (max-width: 767px){
        .about .work-steps .stages-list {
            width: auto;
            padding: 10px 20px 20px;
        }
    }
      
.unit-left-rectangle {
    position: relative;
    width: 50px;
    height: 50px;
    border: 6px solid #FFDC25;
}
.unit-left-rectangle .list-index-counter {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 28px;
    height: 26px;
    background-color: #f9f9f9;
    z-index: 2;
    color: #000;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}
.unit-left-rectangle h3 {
    position: absolute;
    bottom: -8px;
    right: -272px;
    width: 290px;
    z-index: 3;
    color: #000;
    background-color: #f9f9f9;
    line-height: 1.3;
}
   @media only screen and (max-width: 767px){
    .unit-left-rectangle h3 {
        right: -264px;
        width: 280px;
    }
}

.stages-list p{
        padding: 10px 10px 10px 50px;
}

.img-info {
  display: inline-block;
  text-align: left;
  padding: 0 0 20px;
}
    @media only screen and (max-width: 800px) {   
    .img-info {
      padding: 20px 0 20px;
    }
    }
  .img-info h4{
        display: inline-block;
      position: relative; 
  }
    .img-info h2{
        color: #999;
    }
 .img-info h4:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #000;
    top: 14px;
    right: -90px; }
    
    @media only screen and (max-width: 767px) {  
         .img-info h4:after {
             display: none;
         }
    }

.img-show img {
  border-bottom: 50px solid #fff; }

.back-btn {
    color: #555;
    text-decoration: none;
    display: flex;
    justify-content: flex-end; }
.back-btn:hover{
    color: #FFDC25;
}    
  .back-btn span {
    display: inline-block;
    padding: 0 0 0 5px; }

/*--------------End Stager list-----------------------*/
/*--------------Contact form-----------------------*/
#contact {
  min-height: 75vh; }
  #contact .main-container {
    padding: 40px;
    max-width: 1024px;
    margin: 0 auto; }
  #contact .row {
    margin: 0 -15px; }
  #contact .contact-form {
    margin-top: 50px; }
    #contact .contact-form .btn {
      border: 1px solid #FFDC25;
      background-color: #fbf4ce; }
      #contact .contact-form .btn:hover {
        border: 1px solid #FFDC25;
        background-color: #FFDC25; }
  #contact .contacts h2, #contact .contact-form h2 {
    margin-bottom: 1.5rem;
    text-align: center;}
  #contact .contacts p, #contact .contact-form p {
    margin: 0 0 20px;
    text-align: center;
    }
  #contact .comment {
    margin-bottom: 30px;
    font-size: 0.8rem; }
    .has-success{
        text-align: center;
        padding-top: 40px;
    }

/*--------------End Contact form-----------------------*/
/* Overlay style */
.fullnav {
  position: fixed;
  background: rgba(0, 0, 0, 0);
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  visibility: hidden;
  -webkit-transition: opacity .7s, visibility .7s, width .7s;
  transition: opacity .7s, visibility .7s, width .7s;
  overflow: hidden;
  z-index: 1000; }

.fullnav.open {
  visibility: visible;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9); }

.fullnav nav {
  position: relative;
  height: auto;
  top: 0;
  text-align: right;
  padding-top: 100px;
  background-color: #fff;
  width: 50%;
  left: 50%; }
  @media only screen and (max-width: 1024px) {
    .fullnav nav {
        padding-top: 30px;
        } }
  @media only screen and (max-width: 992px) {
    .fullnav nav {
      width: 62%;
      left: 38%; } }
  @media only screen and (max-width: 767px) {
    .fullnav nav {
      width: 80%;
      left: 20%; } }

.fullnav ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  position: relative;
  height: 100vh;
  background-color: #fff;
  padding: 0; }

.fullnav ul li {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #000; }
    @media only screen and (max-width: 1024px) {
    .fullnav ul li {
      font-size: 1rem; } }
  @media only screen and (max-width: 992px) {
    .fullnav ul li {
      font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .fullnav ul li {
      font-size: 0.9rem;
        padding-left: 5%;
        padding-right: 5%;
      } }
  .fullnav ul li #contact-form {
    max-width: 350px; }
    .fullnav ul li #contact-form .form-group {
      width: 100%; }
      .fullnav ul li #contact-form .form-group .form-control {
        line-height: 34px;
        height: 34px;
        font-size: 0.9rem; }
      .fullnav ul li #contact-form .form-group .btn.send {
        background-color: #e9ecef;
        border: 1px solid #adb5bd;
        line-height: 34px;
        height: 34px;
        font-size: 0.9rem;
        padding: 0; }
      .fullnav ul li #contact-form .form-group.message .form-control {
        height: 100px; }

.fullnav ul li.head-titl {
  font-size: 2vw;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .fullnav ul li.head-titl {
      font-size: 4vw; } 
    .fullnav ul li.head-titl img {
      height: 45px; } 
      
  }

.fullnav ul li.slogan {
  padding: 7% 0 2% 10%; }
    @media only screen and (max-width: 1024px) {
    .fullnav ul li.slogan {
       padding: 3% 0 2% 10%; } }
    @media only screen and (max-width: 767px) {
    .fullnav ul li.slogan {
       padding: 3% 5% 5% 5%; } }
       
  .fullnav ul li.slogan p {
    display: block;
    margin: 0;
    max-width: 78% !important; }

.fullnav ul li.titl {
  padding: 7% 0 2% 10%; }
    @media only screen and (max-width: 1024px) {
    .fullnav ul li.titl {
       padding: 4% 0 2% 10%; } }
    @media only screen and (max-width: 767px) {
    .fullnav ul li.titl {
       padding: 4% 0 2% 5%; } }

.fullnav ul li.soc-icons a {
  margin-right: 20px; }
      @media only screen and (max-width: 1024px) {
    .fullnav ul li.soc-icons a{
      font-size: 0.9rem; } }
  @media only screen and (max-width: 767px) {
    .fullnav ul li.soc-icons a {
      margin-right: 8px;
      font-size: 0.7rem; } }

.fullnav ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden; }

/* Overlay style button*/
.fullnavBtn {
  position: fixed;
  top: 40px;
  right: 0;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 1002;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }
    @media only screen and (max-width: 1024px) {
    .fullnavBtn {
      right: 0;
      top: 20px;
    } 
    .fullnavBtn.active  {
      right: 15px;
      width: 24px;
      top: 20px;
    }   
    }
  @media only screen and (max-width: 992px) {
    .fullnavBtn {
      top: 31px;
      right: 6px;
      height: 21px;
      width: 20px; } }

.fullnavBtn:hover {
  opacity: .7; }

.fullnavBtn.active .top {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
  width: 100%;
  background: #000; }

.fullnavBtn.active .middle {
  opacity: 0;
  width: 100%;
  background: #000; }

.fullnavBtn.active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  width: 100%;
  background: #000; }

@media only screen and (max-width: 992px) {
  .fullnavBtn.active {
    right: 20px; } }

.fullnavBtn span {
  background: #000;
  border: none;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer; }

.fullnavBtn span:nth-of-type(2) {
  top: 8px; }

.fullnavBtn span:nth-of-type(3) {
  top: 15px; }
  
.top-part{
    position: fixed;
    top: 115px;
    height: 28px;
    background-color: #fff;
    padding-top: 5px;
    text-align: right;
    width: 1220px;
    margin: 0 auto;
    z-index: 20;
} 
 @media (max-width: 1024px) {
     .top-part{
         background-color: transparent; 
         padding-top: 0;
       }
       .top-part .back-btn span {
            padding: 5px;
        }
        .top-part .back-btn span + span{
            margin-left: -1px;
        }
 }

 @media (max-width: 1024px) {
     .top-part{
      width: 1004px;
     }
 }
 @media (max-width: 800px){
    .top-part {
        width: 100%;
        top: 110px;
        padding-right: 15px;
        }
}

/*=========== Gallery ============*/
#portfolio .main-container {
  position: relative; }

.filter-menu {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  top: 125px;
  padding: 15px 0 5px; }
  @media (max-width: 800px) {
     .filter-menu{
   top: 145px;
     }
 } 
  
  .filter-menu .list-filter {
    display: inline-block;
    margin-bottom: 0; }
    .filter-menu .list-filter li {
      display: inline-block;
      margin: 0 20px 0 5px;
      letter-spacing: 1px;
      cursor: pointer;
      color: #000;
      font-size: 14px;
      line-height: 30px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
       .filter-menu .list-filter li {
            margin: 0 7px 0 5px;
            font-size: 13px;
       }
     }
      
      .filter-menu .list-filter li.active {
        color: #FFDC25;
        font-weight: 600; }

.portfolio-content {
  width: 100%;
  margin-top: 15px; }
  .portfolio-content #filtr-container .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px; }
    @media (max-width: 800px) {
      .portfolio-content #filtr-container .column {
        flex: 50%;
        max-width: 50%; } }
    @media (max-width: 600px) {
      .portfolio-content #filtr-container .column {
        flex: 100%;
        max-width: 100%; } }
    .portfolio-content #filtr-container .column .filtr-item {
      margin-top: 8px;
      position: static;
      transform: none !important; }

/*# sourceMappingURL=styles.css.map */


p.tanks{
       text-align: center; 
}
p.wrong{
        text-align: center;
}
.about-txt{
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
}
.justify{
        text-align: justify;
}
}

