
/*.logo {
    max-height: 15vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
}*/

.main-slider {
    margin-left: 40px;
}
.call-link {
    text-decoration: none;
    color: #212529;
}
.prev:before{
    content: "\21E6";
    height: 15px;
    width: 15px;
    font-size: 2.5em;   
}
.next:after {
    content: "\21E8";
    height: 15px;
    width: 15px;
    font-size: 2.5em;
}
.lng-wrap {
    text-transform: uppercase;
    margin-top: 1rem;
    cursor: pointer;
}

.lng-links {
    display: none;
    position: absolute;
    top: 50px;
    background-color: #fafafa;
    z-index: 999;
   /* left: 50%;*/
    right: 1%;
    border-top: 4px solid #c7a464;
}

.lng-link {
    display: block;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000;
        padding: 10px 20px;
   /* margin-top: 5px;*/
    background-color: #fff;
}
.lng-links a.lng-link.en:hover {
   /* background-color: #b18330;*/
    color: #c7a464;
}

.lng-link.active {
   /* display: none;*/
   color: #c7a464;
}

.header-social-wrap {
    margin-top: 1.25rem;
}

.top-social {
    border-radius: 2px;
    display: inline-block;
    padding: 0.15em 0.4em 0.19em 0.4em;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    margin: 0 2px;
}

.top-social:hover {
    color: #fff;
}

.viber {
    background-color: #65399D;
}

.telegram {
    background-color: #0091C8;
}

.whatsapp {
    background-color: #4CAF50;
}

.top-contacts {
    font-size: 0.85rem;
    font-weight: 550;
}

.top-contacts .list-group-item {
    border: none;
    padding: 0.25rem 1.25rem;
}
#header-search-results {
    position: absolute;
    top: 45px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 999;
}
#header-search-results h3 {
    font-size: 1em;
}
.advsea-result {
    padding: 5px;
    border-bottom:1px solid #ccc;
}
.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    background-color: #E4C074;
    /* background-color: - add your own background-color */
    font-family: 'Roboto', sans-serif;
    /* put your font-family */
    font-size: 14px;
    padding: 10px 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
}

/* effect-5 styles */
.effect.effect-5 {
    transition: all 0.2s linear 0s;
}

.effect.effect-5:before {
    content: "\260F";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all 0.2s linear 0s;
}

.effect.effect-5:hover {
    padding-left: 30px;
    text-decoration: none;
    color: #676767;
}

.effect.effect-5:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}


.top-nav-menu li {
  /*  padding: 0.75rem 1.25rem;*/
 /*   padding-right: 25px;*/
    margin-top: 1rem;
}

.top-nav-menu li a {
  /*  color: #fff;*/
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
.nav-link.dropdown-toggle,  ul.navbar-nav li.nav-item a.nav-link{
    color: #fff;
    text-transform: uppercase;
}

.top-nav-menu li:hover , .nav-link.dropdown-toggle:hover,  ul.navbar-nav li.nav-item a.nav-link:hover {
   /* background-color: #f3f3f3;*/
   color:#c7a464;
    
}
.top-nav-menu li a:hover {
    color:#c7a464;
}

#cssmenu {
    padding: 0;
    border: 0;
    line-height: 1;
    -webkit-box-shadow: 10px 12px 15px 0px #f2f2f2;
    -moz-box-shadow: 10px 12px 15px 0px #f2f2f2;
    box-shadow: 10px 12px 15px 0px #f2f2f2;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu ul {
    position: relative;
    z-index: 597;
    float: left;
}

#cssmenu ul li {
    float: left;
    min-height: 1px;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

#cssmenu ul li.hover,
#cssmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 598;
    width: 100%;
    -webkit-box-shadow: 10px 12px 15px 0px #f2f2f2;
    -moz-box-shadow: 10px 12px 15px 0px #f2f2f2;
    box-shadow: 10px 12px 15px 0px #f2f2f2;
}

#cssmenu ul ul li {
    float: none;
}

#cssmenu ul ul ul {
    top: -2px;
    right: 0;
    transition: all 10ms ease;
}

#cssmenu ul li:hover>ul {
    visibility: visible;
}

#cssmenu ul ul {
    top: 1px;
    left: 99%;
}

#cssmenu ul li {
    float: none;
}

#cssmenu ul ul {
    margin-top: 1px;
}

#cssmenu ul ul li {
    font-weight: normal;
}

/* Custom CSS Styles */
#cssmenu {
    width: 100%;
    background: #f3f3f3;
    zoom: 1;
    font-size: 14px;
}

#cssmenu:before {
    content: '';
    display: block;
}

#cssmenu:after {
    content: '';
    display: table;
    clear: both;
}

#cssmenu a {
    display: block;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
   /* text-transform: uppercase;*/
}

#cssmenu>ul {
    width: 100%;
}

#cssmenu ul ul {
    width: 100%;
}

#cssmenu>ul>li>a {
/*    border-right: 4px solid #DBC594;*/
    color: #000;
    font-family: PT_Serif-Web-Bold;
}

#cssmenu>ul>li>a:hover {
    color: #ffffff;
}

#cssmenu>ul>li a {
    background: #fff;
}

#cssmenu>ul>li a:hover,
#cssmenu>ul>li:hover>a {
   
    color: #b18330;
}

#cssmenu li {
    position: relative;
}

#cssmenu ul li.has-sub>a:after {
    content: url(/images/arrow__menu.png);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    /*background-image: url(/images/bread.png);
    background-repeat: no-repeat;*/
}

#cssmenu ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

#cssmenu ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

#cssmenu ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#cssmenu ul ul {
    border: 1px solid #DBC594;
}

#cssmenu ul ul a {
    font-size: 12px;
    color: #000;
}

#cssmenu ul ul a:hover {
     color: #b18330;
}

#cssmenu ul ul li {
    border-bottom: 1px solid #DBC594;
}

#cssmenu ul ul li:hover>a {
    
    color: #b18330;
}

#cssmenu.align-right>ul>li>a {
    border-left: 4px solid #DBC594;
    border-right: none;
}

#cssmenu.align-right {
    float: right;
}

#cssmenu.align-right li {
    text-align: right;
}

#cssmenu.align-right ul li.has-sub>a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}

#cssmenu.align-right ul li.has-sub>a:after {
    content: none;
}

#cssmenu.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}

#cssmenu.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

#cssmenu.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

#cssmenu.align-right ul ul {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
/*  */
.header-image-wrap {
    height: 45vh;
}
.header-image {
    height: 100%;
    width: 100%;
}
.bread-row {
    padding: 1em 1.5em;
}
.breadcrumb {
    background-color: #f2f2f2;
    padding-bottom: 0px;
   
}
.breadcrumb a {
    color: #11233b;
    font-size: 14px;
    font-weight: 550;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
  
    font-size: 20px;
    font-weight: 550;
}
.category-header {
    position: absolute;
    bottom: 1em;
    left: 2.5em;
    color: #fff;    
    background-color: rgba(103,103,103,.5);
    padding: .75rem 1rem;
}
.category-header h1 {
    font-weight: 800 !important;
}
/*  */
.category-contact-form-wrap {
    margin-bottom: 50px;
}
.category-contact-form-wrap .card-group {
    height: 100%;
}
.category-contact-form-wrap .card {
    border-radius: 0px;
}
.category-contact-form-wrap .jumbotron {
    margin-bottom: 0;
    height: 100%;
    border-radius: 0px;
    padding: 2rem 2rem;
}
.contact-form-header {
    font-size: 1.5em;
}
.form-submit-btn {
    width: 100%;
}
/*  */
.pb_section {
    padding: 6em 0;
}

.shadow-bottom_section {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    margin-bottom: 5px;
}

.shadow_section {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
    margin-bottom: 5px;
}

.partners-items .slick-slide {
    padding: 0.5em;
}

.partners-items img {
    max-width: 250px;
    max-height: 250px;
}
/*  */
.section-header {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 550;
    font-size: 2em;
    color: #000; 
}
/*.section-text {
    padding: 50px;
}*/
.section-text,
.section-text p
.section-text p span {    
    font-size: 1.2em !important;
}
.product-card-wrap {
    border: 1px solid rgba(0,0,0,.125);
}
.product-card .jumbotron {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 2rem 1rem;
}
.product-card-icon {
    text-align: center;
    font-size: 4em;
    color: #1c77c3;
}

.product-card-left,
.product-card-right-list {
    list-style: none;
    font-size: 1.5em;
}
/*  */
.section-timeline {
    padding-bottom: 35px;
}

.timeline-header {
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: 550;
    font-size: 2em;
    color: #000;
}

.step-card {
    min-height: 25vh;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    transition: all 0.3s ease;
}

.step-strip:after {
    content:"";
    position: absolute;
    z-index: -1;
    top:50%;
    right:-50px;
    height: 15px;
    width: 50px;
    background-color: #E4C074;
}
.step-card:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.flex-items-default {
    width: 20%;
    height: 150px;
}
/*
.dropdown {
    width: 400px;
    height: 175%;
    background: white;
    box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    top: -310px;
    animation-duration: .2s;
    transition: left .3s ease;
    text-align: center;
}

.dropdown .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.dropdown .inner .arrow-down {
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -20px;
}
*/
.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
}

.animated {
    display: block;
}

.material-icons {
    position: absolute;
    top: -7%;
    left: 25%;
    width: 100%;
    color: white;
    font-size: 33px;
}

.hexagon {
    position: relative;
    width: 75px;
    height: 43.30px;
    background-color: #1c77c3;
    margin: 21.65px 0;
    left: 50%;
    margin-left: -37px;
    top: 25px;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 37.5px solid transparent;
    border-right: 37.5px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 21.65px solid #1c77c3;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 21.65px solid #1c77c3;
}

/*  */
/* DIRTY Responsive pricing table CSS */

/* 
- make mobile switch sticky
*/

.service-pricing  article {
    width:100%;
    max-width:1000px;
    margin:0 auto;
    position:relative;
  }
  .service-pricing ul {
    display:flex;
    top:0px;
    z-index:10;
    padding-bottom:14px;
  }
  .service-pricing li {
    list-style:none;
    flex:1;
  }
  .service-pricing li:last-child {
    border-right:1px solid #DDD;
  }
  .service-pricing button {
    width:100%;
    border: 1px solid #DDD;
    border-right:0;
    border-top:0;
    padding: 10px;
    background:#FFF;
    font-size:14px;
    font-weight:bold;
    height:60px;
    color:#999
  }
  .service-pricing li.active button {
    background:#F5F5F5;
    color:#000;
  }
  .service-pricing table { border-collapse:collapse; table-layout:fixed; width:100%; }
  .service-pricing th { background:#F5F5F5; display:none; }
  .service-pricing td, th {
    height:53px
  }
  .service-pricing td,th { border:1px solid #DDD; padding:10px; empty-cells:show; }
  .service-pricing td,th {
    text-align:left;
  }
  .service-pricing td+td, th+th {
    text-align:center;
  }
  .service-pricing td.default {
    display:table-cell;
  }
  .service-pricing .bg-purple {
    border-top:3px solid #A32362;
  }
  .service-pricing .bg-blue {
    border-top:3px solid #0097CF;
  }
  .service-pricing .sep {
    background:#F5F5F5;
    font-weight:bold;
  }
  .service-pricing .txt-l { font-size:28px; font-weight:bold; }
  .service-pricing .txt-top { position:relative; top:-9px; left:-2px; }
  .tick { font-size:18px; color:#2CA01C; }
  .service-pricing .hide {
    border:0;
    background:none;
  }

  .pricing-text {
    font-size: 0.7em;
  }

  @media (min-width: 640px) {
    .service-pricing ul {
      display:none;
    }
    .service-pricing td,th {
      display:table-cell !important;
    }
    .service-pricing td,th {
      width: 330px;
    
    }
    .service-pricing td+td, th+th {
      width: auto;
    }

  }

/*  */
.documents-list {
    margin-bottom: 50px;
}
.documents-list td {
    text-align: center;
}
.table-row-number {
    width: 50px;
}
/*  */
.product-card-bottom-text {
    margin-bottom: 50px;
}
/*  */
.call-us {
    font-weight: 650;
}
.contacts-social {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
}
.contacts-social li {
    margin: 10px 0;
}
.contacts-email {
    border: none;
}
/*  */

.services-search {
    justify-content: flex-end;
}

.services-search input {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 30px;
    padding: 4px 8px;
    position: absolute;
    width: 50%;
  }
  .services-search input:focus {
    outline: none;
  }
  
  .services-search button {
    text-align: center;
  }
  .services-search button:focus {
    outline: none;
  }
  .services-search button.btn-search, .services-search button.btn-reset {
    background: #E4C074;
    border: none;
    height: 30px;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    width: 30px;
  }
  
  .search-field {
    float: left;
    height: 50px;
    position: relative;
    width: 34%;
  }
  .search-field.two input {
    border-radius: 15px;
    right: 0;
    transition: all .3s ease-in-out;
    width: 50%;
  }
  .search-field.two input:focus {
    width: 100%;
  }
  .search-field.two input:focus ~ button.btn-search {
    background: #E4C074;
    color: #fff;
  }
  .search-field.two input:focus ~ button.btn-reset {
    right: -22px;
  }
  .search-field.two button {
    transition: all .3s ease-in-out;
  }
  .search-field.two button.btn-search {
    background: #ccc;
    border-radius: 50%;
    height: 26px;
    right: 2px;
    top: 2px;
    transition: all .3s ease-in-out;
    width: 26px;
  }
  .search-field.two button.btn-reset {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    right: 5px;
    top: 5px;
    width: 20px;
    z-index: -1;
  }
  
  @keyframes bounceRight {
    0% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  @keyframes jumpTowardSearch {
    0% {
      background: #ccc;
      opacity: 1;
      transform: rotateZ(0deg) scale(1);
    }
    20% {
      background: #ccc;
      opacity: 0;
      transform: rotateZ(-60deg) scale(50);
    }
    55% {
      background: #E4C074;
      opacity: 0;
      transform: rotateZ(-30deg) scale(100);
    }
    90% {
      background: #E4C074;
      opacity: 0;
      transform: rotateZ(-30deg) scale(50);
    }
    100% {
      background: #E4C074;
      opacity: 1;
      transform: rotateZ(0deg) scale(1);
    }
  }
  @keyframes jumpTowardReset {
    0% {
      opacity: 0;
      transform: rotateZ(0deg) scale(1);
    }
    20% {
      opacity: 0;
      transform: rotateZ(-60deg) scale(50);
    }
    55% {
      opacity: 0;
      transform: rotateZ(-30deg) scale(100);
    }
    90% {
      opacity: 0;
      transform: rotateZ(-30deg) scale(50);
    }
    100% {
      opacity: 1;
      transform: rotateZ(0deg) scale(1);
    }
  }
  


.letter-header {
    font-size: 2em;
    text-transform: uppercase;
}

#map {
    height: 500px;
}

.manager-card .card-title,
.manager-card .card-text {
    text-align: center;
    padding: 0 1em;
}
/*  */
.footer {
    padding: 2em 0;
}

.footer .list-group-item {
    background-color: transparent;
}

.social-icon {
    background-color: #676767;
}


@media (max-width: 1900px) { 
    .top-social {
        font-size: 0.7em;
    }
    .header-social-wrap .col-4 {
        padding-right: 0px;
    }
}



@media (max-width: 1450px) { 
    .lng-soc-wr {
        padding-right: 0px;
    }
    .header-social-wrap {
        padding-right: 2px;
    }
    .header-social-wrap .col-4 {
        padding-right: 0px;
    }
    .top-social {
        font-size: 0.7em;
    }
    .top-contacts-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-contacts {
        font-size: 0.60rem;
    }
    .effect {
        font-size: 0.6rem;
        
    }
    .effect.effect-5:hover {
        padding-left: 25px;
        padding-right: 2px;
    }
    .top-nav-menu {
        font-size: 0.75rem;
    }
    .top-work-country {
        font-size: 0.85rem;
    }
}

@media (max-width: 1130px) {
    
    .header-social-wrap {
        margin-top: 0px;
    }
    .top-nav-menu {
        font-size: 0.65rem;
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-nav-menu li {
        padding: 0.75rem 1rem;
    }
}


@media (max-width: 700px) {
    
    .lng-wrap {
        margin-left: 30px;
    }
    .top-contacts {
        font-size: 0.9rem;
    }
    .effect {
        font-size: 0.9rem;
    }
    .top-nav-menu {
        font-size: 0.9rem;
    }
    .main-slider {
        margin-left: 0px;
    }
    
    .top-nav-menu {
        display: none;
    }
    .section-text {
        font-size: 85% !important;
        padding: 20px;
    }
    
    /*  */
    .search-field {
        width: 100%;
    }
    
    /*  */
    .call-us-wrap {
        text-align: center !important;
    }
    .contacts-social {
        text-align: left;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .contacts-open-wrap {
        padding: 25px;
    }
    .contacts-copyright {
        padding: 0 25px;
        font-size: 80%;
        text-align: center;
    }
    
    /*  */
    .category-header h1 {
        font-size: 1.2rem;
    }
    .breadcrumb a {
        font-size: 1.2rem;
    }
    /*  */
    .service-pricing {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 0.65em;
    }
    .documents-list {
        font-size: 0.6em;
    }
    .rating {
        padding-left: 15px;
    }
    .category-contact-form-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .product-card-wrap .jumbotron,
    .category-contact-form-wrap .jumbotron {
        padding: 1rem 1rem;
    }
    .product-card-right-list {
        font-size: 1.3em;
    }
    .service-pricing .txt-l {
        font-size: 1.5em;
    }
    .category-contact-form-wrap .modal-body {
        padding: 0px;
    }
    .pricing-text {
        font-size: 0.9em;
    }
    .step-card {
        min-height: 35vh;
    }
    .step-strip:after {
        display: none;
    }

    /*  */
    

    .footer-contacts .top-contacts {
        text-align: center;
        font-size: 1.1rem;
    }
    .footer-open {
        font-size: 80%;
    }
    .footer-open-inner_left {
        padding-left: 15px !important;
    }
    .footer-social-bar {
        justify-content: center;
    }
    .footer-address-row {
        text-align: center;
    }
    .logo {
        margin-top: 3vh;
    }
    .site-navigation {
        flex-direction: column;
    }
    .li-email {
        margin-top: 10px;
        font-size: 75%;
    }
}

.blogPost {
    display: flex;
    flex-direction: column;
}

.blogPost > hr {
    width: 100%;
}

.blogPost p.summary {
    flex-grow: 1;
}

.paging {
    width: 100%;
    display: flex;
    justify-content: center;
}


