<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    font-family:'Montserrat', sans-serif;
    font-weight: normal;
    color:#231f20
}
ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
a{color:inherit}
a:hover{color:#55bacf}
button,select,input,*[type="button"]{
    -webkit-appearance: none;
}
button:focus,button:hover{
    border:none;
    outline:none
}
.highslide-viewport-size {
    background-color: #000;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.modal-content {
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}
.modal-header {
    padding: 0 60px 20px 60px;
    border:none;
}
.modal-body {
    padding: 0 60px 60px;
}
.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}
.modal-content .close::before, .modal-content .close::after {
    background: #282828;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
.navbar-toggler-menu {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    display: none;
    border: none;
}
.navbar-toggler-menu i{color:white;}
.modal-open .modal,.modal-dialog{
    z-index:999999999999;
}
/* slider&amp;header */
#slider{
    height:100vh;
    width: 100%;
}
#slider .carousel-item &gt; img {
    -webkit-animation: leftSide 10s forwards;
    animation: leftSide 10s forwards;
    object-fit:cover;
    position: relative;
    left:-30px;
    width:calc(100% + 30px);
    transition:500ms all ease
}
@keyframes leftSide{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(30px);
    }
}
/* end */
/* Header */
.navbar-brand {
    padding: 0;
}
header{
    position: absolute;
    top: 42px;
    left:0;
    right: 0;
    width:100%;
    padding:20px 0;
    z-index:99
}
.nav-link{
    color:white;
    transition:500ms all ease;
    /*font-family: 'FTN_medium';*/
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 60px;
    padding:0 0 10px 0 !important;
    line-height: 1;
}
.navbar-nav &gt; .nav-link:last-of-type{
    margin-right:0
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    opacity: 1;
    padding:0 !important;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    padding: 10px 0px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 100;
    position: absolute;
    left: 0px;
    margin: 0;
    background-color: #6d6e71;
    border-radius: 0;
    display: block;
    border:none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    line-height: 24px;
    /*font-family: 'FTN_medium';*/
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    color: white;
    padding: 10px 25px;
    transition: 500ms all ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color:#55bacf;
}
.nav-item:hover .dropdown-menu {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
}
.navbar-expand-lg{padding:0}
.slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 62%;
    z-index:1;
}
.slider-indicator-cont {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
}
.slider-more{
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 100%; 
    z-index:1;
}
.slider-caption span{
    color:white
}  
.slider-caption h2{
    color:white;
    font-size: 64px;
    /*font-family: 'FTN_medium';*/
    font-weight: 500;
    line-height: 1.1;
    margin:0
}
.carousel-indicators{
    position: relative;
    margin: 0 0 30px !important;
    justify-content: flex-start;
    width:fit-content;
    border-bottom: 1px solid #ffffff;
}
.active-li-bottom{
    background-color: #ffffff;
    bottom: -1px;
    height: 4px;
    position: absolute;
    width: 0px;
    left: 0px;
    width: 40px;
    transition:500ms all ease
}
.carousel-indicators li {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*font-family: 'PT Serif';*/
    font-size: 14px;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    min-height: 68px;
    min-width: 64px;
}
.circle-more {
    height: 40px;
    margin-right: 16px;
    width: 40px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid;
    position: relative;
    color: #ffffff;
}
.circle-more:before {
    position: absolute;
    content: '';
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    left: 14px;
    top: 16px;
    -webkit-animation: two-arrows-animation .8s infinite;
    animation: two-arrows-animation .8s infinite;
}
.circle-more:after {
    position: absolute;
    content: '';
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    left: 14px;
    top: 9px;
    -webkit-animation: two-arrows-animation-inverse .8s infinite;
    animation: two-arrows-animation-inverse .8s infinite;
}
@-webkit-keyframes two-arrows-animation {
0% {
    opacity: 0.6; }
100% {
    opacity: 1; } }

@keyframes two-arrows-animation {
0% {
    opacity: 0.6; }
100% {
    opacity: 1; } }
@-webkit-keyframes two-arrows-animation-inverse {
0% {
    opacity: 1; }
100% {
    opacity: 0.6; } }

@keyframes two-arrows-animation-inverse {
0% {
    opacity: 1; }
100% {
    opacity: 0.6; } }
.slider-more p{
    color: white;
    font-size: 14px;
    font-weight: 500;
    /*font-family: 'FTN_medium';*/
    margin:0
}
.click-more{
    cursor:pointer
}
/* end */
/* about */
#about{
    height: 650px;
    overflow: hidden;
}
.about-text {
    padding: 130px 0 0;
}
#about h2{
    font-size: 50px;
    margin: 0 0 35px 0;
}
#about p{
    font-size: 18px;
    padding-bottom: 30px;
    line-height: 32px;
}
#about img {
    vertical-align: middle;
    position: relative;
    z-index: 1;
    top: 140px;
    height: 400px;
    object-fit: cover;
}
.about-img::after {
    content: '';
    display: block;
    background: url(/img/back-about.png) 50% 0 no-repeat;
    background-size: cover;
    width: 827px;
    height: 650px;
    position: absolute;
    right: 50%;
    margin-right: -703px;
    top: 0;
    opacity: .15;
}
/* end */
/* projects */
#projects{
    padding: 90px 0;
    background-color: #f9f9f9;
}
.title{
    font-size: 14pt;
    margin-bottom: 30px;
    font-weight:500;
    color:#05a0b4
}
.grid{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(294px, 1fr));
    grid-auto-rows: 294px;
    grid-auto-flow: dense;
}
.project-item{
    position: relative;
}
/*.project-item:nth-child(1) {*/
/*    grid-row: span 2;*/
/*    grid-column: span 2;*/
/*}*/
/*.project-item:nth-child(2){*/
/*    grid-column: span 2;*/
/*}*/
.project-item img{
    margin:0;
    width:100%;
    height:100%;
    object-fit:cover
}
.cat-text .project-item img {
    height: 250px;
}
.cat-text .project-item{margin-bottom:30px;}
.project-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#05a0b4cc;
    transition: .5s ease-out;
    opacity: 0;
}
.slider-overlay {
    position: absolute;
    background: #00000075;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.project-title {
    position: absolute;
    bottom: 30px;
    left:30px;
    margin: 0;
    color: #fff;
    z-index: 1;
}
.project-item:hover .project-overlay{
    opacity: 1;
}
.project-item:hover .porject-overlay2{
    opacity:0;
    z-index:-1
}
.porject-overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    transition: .5s ease-out;
    background: linear-gradient(transparent, black);
}
/* end */

/* projects */
#references {
    padding: 40px 0 0;
    margin-bottom:30px;
}
.logo-line {
    padding: 0;
    margin: 0;
    border-top: 1px solid #f7f8f8;
}
.brendler {
    display: inline-block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    margin: 0 40px;
    transition: 0.3s;
}
.brendler:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.child-inner img {
    height: 100px;
    object-fit: contain;
}
.title-ref {
    margin-bottom: 10px;
    font-weight: 500;
    /*font-family: 'FTN_medium';*/
    font-size: 26px;
}
/* end */
/* calltoaction */
.call-to-action-container {
    padding: 50px;
    background-color: #55bacf;
    border-radius: 5px;
}
#call-to-action h2 {
    color: white;
    font-weight: 500;
    /*word-break: break-word;*/
    /*font-family: 'FTN_medium';*/
    margin:0
}
#call-to-action a {
    border-radius: 50px;
    border: 1px solid #d8d8d8;
    color: white;
    padding: 15px 70px;
    display: block;
    position:relative;
    overflow:hidden;
    width: fit-content;
    margin-left: auto;
}
#call-to-action a::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX( 
-25deg
 );
    transform: skewX( 
-25deg
 );
}
#call-to-action a:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* end */
/* footer */
footer{
    margin-top: 50px;
    background-color: #6d6e71;
    background-attachment: fixed;
    padding: 30px 0;
}
.footer-links,.footer-center{
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 30px 0 30px 0;
}
@media (min-width: 992px){
    .footer-links .col-lg-2{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.footer-bottom{
    padding: 30px 0 0 0;
}
#services .full-img{
    height: 750px;
    filter: blur(19px) brightness(0.6);
    width: 110%;
}
#services .owl-nav button{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    height: auto;
    font-size: 0;
    opacity:0.5;
    transition:0.5s all ease
}
#services .owl-nav button:hover{
    opacity:1
}
#services .owl-prev{
    left: 0;
    background: url(/img/owl-back.png) no-repeat 50% 50%;
}
#services .owl-next{
    right: 0px;
    background: url(/img/owl-next.png) no-repeat 50% 50%;
}
#services .owl-nav button::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .5s linear;
    opacity: 0;
}
#services .owl-nav button:first-child::before {
    background-image: linear-gradient(to right, #00000067, transparent);
}
#services .owl-nav button:last-child::before {
    background-image: linear-gradient(to left, #00000067, transparent);
}
#services .owl-nav button:hover::before {
    opacity: 1;
}
.serv-contaniner{
    padding: 85px 100px;
    height:100%;
    max-width:100% !important;
    position:absolute;
    left:0;
    right:0;
    width:100%;
    top:0;
    z-index:1;
}
.left-side img{
    height: 100%;
    filter: brightness(0.6);
    object-fit:cover;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
}
.left-side{
    padding: 135px 50px;
    position: relative;
    height:580px
}
.left-side i,.right-side i{
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 25px;
    display: block;
    font-style:normal;
}
.left-side i{
    font-weight:bold;
}
.left-side h2,.right-side h2{
    font-weight: 500;
    /*font-family: 'FTN_medium';*/
    padding-bottom: 25px;
    color:white
}
.left-side h2{
    font-size: 19px;
}
.right-side h2{
    font-size: 40px;
    line-height: 1;
}
.left-side p,.right-side p{
    font-size: 17px;
    color: #fff;
    line-height: 1.65;
    margin: 0;
}
.right-side{
    background-color:#55bacf;
    width: 100%;
    height: 100%;
    padding: 135px 50px;
    height:580px
}
/* end */
/* footer */
.footer-links li a{
    color:white;
    font-size: 14px;
    line-height: 30px;
    transition: .5s ease;
    display:inline-block;
}
.footer-links li a:hover{
    color: #55bacf
}
.footer-social-links li a{
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-social-links li{display:inline-block}
.footer-social-links li a i{
    color: #ffffff;
    transition:500ms all ease
}
.footer-social-links li a:hover i{
    transform:rotate(180deg)
}
.footer-numbers a{
    color:white;
    margin-left:10px;
    font-size:22px;
}
.footer-numbers a,.footer-numbers svg{
    transition:0.5s all ease;
    margin-bottom: 3px;
}
.footer-numbers:hover a{
    color:#55bacf;
}
.footer-numbers:hover svg{
    fill:#55bacf
}
.copy,.createby{
    font-size: 12px;
    line-height: 20px;
    color: #a3a4a7;
    margin:0
}
.createby a{
    transition: .5s ease;
}
.lang img {
    width: 20px;
    margin-right: 5px;
}
.lang .main {
    width: 100%;
    padding: 10px 0;
    border-radius: 2px;
}

header .lang .main,
.footer-bottom .drop-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-bottom .lang .main,
header .drop-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.drop-menu {
    position: absolute;
    bottom: 79%;
    right: 0;
    left: 0;
    background-color: white;
    display: none;
    border-radius: 2px;
    padding: 10px 0;
    /*transition: 500ms all ease;*/
    width: fit-content;
}
.language-style-footer{width:100%;}
header .drop-menu,
.footer-bottom .lang .main.active {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.language-style a:hover, .language-style-footer a:hover {
    background: #e6e6e6;
}
.lang-caption {
    font-size: 13px;
    color: white;
    /*margin-right: 5px;*/
    margin-left: 2px;
}
.lang-icon, .lang-caption, .lang-arrow {
    display: inline-block;
}
.lang svg{fill:white}
.lang-arrow {
    margin-top: 1px;
}
.lang{
    cursor:pointer;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
.language-style-footer a {
    display: flex;
    color: #292f37;
    align-items: center;
    padding: 5px;
}
/*.lang:hover .drop-menu {*/
/*    display: block;*/
/*}*/
.drop-menu a{
    font-size:13px;
    padding: 6px 20px;
}
header .lang{
    padding-bottom:10px;
    margin-right:35px
}
header .drop-menu{
    top: 79%;
    bottom:auto;
    width: 100%;
}
.lang .main{
    /*padding:0;*/
     padding: 6px 20px;
}

.lang .main.active {
    background-color: #fff;
}

.lang .main.active .lang-caption {
    color: #292f37;
}

header.fixed-header {
    position: fixed;
    transition: 500ms all ease;
    z-index: 99999;
    background-color: #6d6e71;
    top: 0;
    width: 100%;
}
.fixed-header .nav-link,.fixed-header .lang{
    padding:10px 0 10px 0 !important;
}
/* end */
/*Static pages*/
.static-head,.cat-head {
    height: 500px;
    background-image: url(/img/slider1.jpg?=dfkj);
    background-size:cover;
    background-repeat:no-repeat;
    position: relative;
    clip-path: polygon(0px 0px, 100% 0px, 100% 80%, 0px 100%);
}
.static-text li{
    list-style-type: square;
}
.static-text li::marker{color:#03bfd7;}
.static-text ul{padding-left:50px;margin-top:10px;}
.static-head:after,.cat-head:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color:#0000007a;
}
.static-head h1,.cat-head h1 {
    position: absolute;
    top: calc(50% - 50px);
    color: white;
    font-weight: 500;
    /*font-family: 'FTN_medium';*/
    font-size: 40px;
    margin: 0;
    transform: translateY(-50%);
    z-index:1;
}
.static-text,.cat-text,.contact-text {
    padding: 60px;
    margin-top: -211px;
    background-color: white;
    position: relative;
    min-height: 200px;
    /*font-family: 'FTN_medium';*/
    font-weight: 500;
    letter-spacing: 0.3px;
    font-size: 19px;
}
.static-text b,.cat-text b{
    color: black;
    /*font-family:FTN_heavy;*/
    font-weight: bold;
    font-size: 20px;
}
/*end*/
/*Cat pages*/
.cat-content #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*end*/
/*Fullstory*/
.full-info .quote {
    font-size: 14px;
    color: #2a2a2abd;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.full-text .small-images img {
    width: calc(50% - 10px);
    float:left;
    display: inline-block;
    margin: 5px;
    height: 175px;
    object-fit: cover;
    cursor:pointer;
    border: 3px solid transparent
}
.small-images {
    margin: 0 -5px;
}
.large-image,.small-images img.active{
    border: 3px solid #03bfd7
}
.full-info .quote:last-of-type{border:none;}
.full-text img{height:350px;object-fit: cover;object-position:bottom}
.full-info .quote:last-child:after{content:none;}
.full-info ul li{
    margin-top: 5px;
    font-size: 16px;
    /*font-family: 'FTN_heavy';*/
    font-weight: bold;
    color: #222222;
    line-height: 1.2;
}
/*end*/

/*contactpage*/
#contactPage .page-content .section-title {
    margin: 25px 0;
}
#contactPage .divider-light {
    background: #ddd;
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
#contactPage .page-content .customdivider {
    margin-bottom: 50px;
}
#contactPage .footer-list .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 0;
} 
#contactPage .footer-list a{
    transition:500ms all ease;
}
#map {
    width: 100%;
    height: 347px;
    margin-bottom:50px;
}
/*end*/
@media (min-width: 1200px){
    .container{
        max-width: 1150px;
    }
}
@media (min-width: 1300px){
    #projects .container{
        max-width: 1299px;
    }
}
@media (min-width: 1400px){
    #projects .container{
        max-width: 1390px;
    }
}
.certificates-page a {
    width: calc(33.333333% - 3px);
    margin-bottom:3px;
    display: inline-block;
    border: 5px solid #55bacf;
}
.certificates-page a img{
    height: 390px;
    width: 100%;
    margin: 0;
    object-fit: contain;
}
.certificates-page{text-align:center;}
/*highslide*/

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
}

.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}






/*Media queries*/
@media (max-width: 1199.98px) {
        .project-item:nth-child(1),.project-item:nth-child(2) {
    grid-row: span 1;
    grid-column: span 1;
    }
    }
@media (max-width: 991.98px){
    .nav-link:hover{color:inherit;}
    .navbar-nav .dropdown-menu .dropdown-item{padding: 10px 25px;}
    .copy, .createby{font-size:13px;}
    header .drop-menu{top:78%;}
    .modal-body{padding:0 30px 30px;}
    .modal-header {
    padding: 0 30px 20px 30px;
    }
    .static-head h1, .cat-head h1{
        top: calc(50% - 12px);
        font-size: 25px;
    }
    .static-text, .cat-text, .contact-text{padding:20px;margin-top: -120px;font-size: 14px;}
    .static-text b, .cat-text b{font-size:17px;}
    .static-head, .cat-head{height:300px;}
    .lang{margin-right:auto;margin-top:20px;}
    .footer-links li{margin-bottom:15px;}
    .footer-social-links,.footer-logo{margin-bottom:20px;}
    .footer-numbers a{font-size:18px;}
    .footer-phone-number{margin-bottom:10px;}
    #call-to-action a{padding:15px 50px;}
    #projects{padding:30px 0;}
    #projects .project-item{margin-bottom:20px;}
    #about{
        height:auto;
    }
    #about h2{font-size:30px;margin: 0 0 20px 0;}
    #about p{font-size:14px;}
    .about-text{padding:60px 0 20px;}
    #about img{top:0;height:300px;}
    .slider-more{bottom:20px;}
    header{top:20px;}
    .carousel-indicators li{
        min-width:40px;
        min-height:40px;
    }
    .slider-caption h2{
        font-size:30px;
        margin-top:14px;
    }
    .about-img::after{top:-60px;}
    #slider{height:55vh;}
    .slider-indicator-cont{top:50%;}
    header .lang, .fixed-header .lang{margin-right:auto;}
    .nav-link,.fixed-header .nav-link {
    padding: 20px 30px !important;
    border-bottom: 1px solid #0392a4;
    width: 100%;
    color: white;
    font-size: 14px;
    }
    #navbarNavAltMarkup {
    padding-top: 100px;
    display: block;
    position: fixed !important;
    height: 100vh;
    top:0;
    background: #03bfd7;
    width: 100%;
    left:-100%;
    transition: 0.5s all ease;
    z-index: 9999;
    }
    #navbarNavAltMarkup.active {
    left: 0;
    }
.navbar-toggler-menu {
    display: block;
    position: relative;
    z-index: 99999;
}
}
@media (max-width: 1199.98px) and (min-width: 767.98px){
    #call-to-action h2{font-size:24px}
    .full-info{margin-top:20px;}
}
@media (max-width: 1199.98px) and (min-width: 991.98px){
    .nav-link{font-size:12px;margin-right: 40px;}
    .navbar-brand img{height: 35px;}
}
@media (max-width: 991.98px) and (min-width: 767.98px){
    .right-side h2 {
    font-size: 30px;
    word-break:break-word;
    }
    .left-side p, .right-side p{font-size:14px;}
    .certificates-page a {
    width: calc(50% - 3px);
    }
}
@media (max-width: 767.98px) {
    .certificates-page a {
    width: 100%;
    }
    #contactPage .page-content .col-md-5:first-child .section-title{margin-top:0;}
    .full-info .quote:nth-child(2n+1):after{content:none;}
    .full-info .quote{
        width:100%;
        min-height: inherit;
        padding: 20px 0;
        margin-bottom: 0;}
    .full-info .quote:nth-child(2n){padding-left:0;}
    .call-to-action-container{
        padding:35px;
        text-align:center;
    }
    #call-to-action a{margin-right: auto;}
    
    #call-to-action h2 {
    font-size: 20px;
    margin-bottom:15px;
    }
    #call-to-action a {
    padding: 10px 37px;
    }
    .left-side i, .right-side i{padding-bottom:2px;}
    .left-side h2, .right-side h2{padding-bottom:5px;}
    .right-side h2{font-size:25px;}
    .left-side i{padding: 40px 0;}
    .left-side p, .right-side p{font-size:13px;}
    .serv-contaniner{
        padding: 35px 15px;
        position: static;
    }
    #services .full-img{
        height: 100%;
        position: absolute;
    }
    .left-side img{z-index:0;}
    .left-side i,.left-side p{position:relative;}
    .left-side {
    padding: 20px;
    height: auto;
    }
    .right-side {
    padding: 20px;
    height: auto;
    }
}
@media (max-width: 575.98px) {
    .grid{display:block;}
    .full-text .small-images img{width:100%;margin:5px 0 0;}
    .small-images{margin:0;}
    .full-text img{height:auto;}
}
@media (max-width: 350px) {
    
}
</pre></body></html>