/* Default Styles */

/*

[Table of contents]


• Fonts
• Defaults & Reset
• Base Style
• Page Header
• Page Footer
• Main Content
• Vendor Style
• Page Style
• Media Queries


*/

/*------------------------------------------------------------------------------------------*/
/*  FONTS */
/*------------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'isadorascc';
    src: url('../fonts/isadorascc/isadorascc.eot');
    src: local('☺'), 
    url('../fonts/isadorascc/isadorascc.woff') format('woff'), 
    url('../fonts/isadorascc/isadorascc.ttf') format('truetype'), 
    url('../fonts/isadorascc/isadorascc.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto/Robotolight.woff2') format('woff2'), url('../fonts/roboto/Robotolight.woff') format('woff'), url('../fonts/roboto/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto/Roboto.woff2') format('woff2'), url('../fonts/roboto/Roboto.woff') format('woff'), url('../fonts/roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto/Robotomedium.woff2') format('woff2'), url('../fonts/roboto/Robotomedium.woff') format('woff'), url('../fonts/roboto/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto/Robotobold.woff2') format('woff2'), url('../fonts/roboto/Robotobold.woff') format('woff'), url('../fonts/roboto/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*------------------------------------------------------------------------------------------*/
/*  DEFAULTS & RESET */
/*------------------------------------------------------------------------------------------*/


::-moz-selection {
    background: #000;
    color: #fff;
}

button,
button:focus,
a:active,
a:hover,
a:focus {
  outline: 0;
}


a[href*="mailto:"],
a[href*="tel:"] {
    white-space: nowrap;
}


/*------------------------------------------------------------------------------------------*/
/*  BASE STYLE */
/*------------------------------------------------------------------------------------------*/

body {    
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    background: #fff;
    min-height: 100vh;
}

.project {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.btn {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5rem;
    border:none;
    padding: 17px 54px 16px;
    border-radius: 15px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;

    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.35);
            box-shadow: 0px 5px 5px rgba(0,0,0,.35);
}

.btn:hover,
.btn:active {
    border:none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* .btn-success {
    background: rgba(16,94,0,1);
    background: -moz-linear-gradient(top, rgba(16,94,0,1) 0%, rgba(68,171,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,94,0,1)), color-stop(100%, rgba(68,171,0,1)));
    background: -webkit-linear-gradient(top, rgba(16,94,0,1) 0%, rgba(68,171,0,1) 100%);
    background: -o-linear-gradient(top, rgba(16,94,0,1) 0%, rgba(68,171,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,94,0,1) 0%, rgba(68,171,0,1) 100%);
    background: linear-gradient(to bottom, rgba(16,94,0,1) 0%, rgba(68,171,0,1) 100%);
} */

.link {
    text-decoration: underline;
    font-size: 15px;
    color: #000;        
}

.link:hover {
    text-decoration: none;
    color: #000;
}


.section-title {
    font-size: 1rem;
    line-height: 120%;
    margin: 0 0 30px;
}

/*------------------------------------------------------------------------------------------*/
/* PAGE HEADER */
/*------------------------------------------------------------------------------------------*/
.intro-title {
    font-size: 40px;
    color: #00374a;
    line-height: 120%;
    font-weight: 400;
    margin: 0 0 30px;
    letter-spacing: -.25px;
}

.intro-title span {
    display: block;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1.5px;
}

.intro-meta {
    /* font-family: 'isadorascc'; */
    /* font-size: 40px; */
    font-size: 20px;
    line-height: 120%;
    color: #323232;
}

.intro-head {
    margin-bottom: 62px;
}

.intro-inner {
    padding: 100px 20px 40px;
}

.intro-inner .btn {
    margin-bottom: 45px;
}

.intro-bottom {
    padding-left: 6px;
}

.intro {
    /*background: rgba(222,222,220,1);
    background: -moz-linear-gradient(top, rgba(222,222,220,1) 0%, rgba(195,197,194,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,222,220,1)), color-stop(100%, rgba(195,197,194,1)));
    background: -webkit-linear-gradient(top, rgba(222,222,220,1) 0%, rgba(195,197,194,1) 100%);
    background: -o-linear-gradient(top, rgba(222,222,220,1) 0%, rgba(195,197,194,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,222,220,1) 0%, rgba(195,197,194,1) 100%);
    background: linear-gradient(to bottom, rgba(222,222,220,1) 0%, rgba(195,197,194,1) 100%);*/

    background: url(../images/intro.jpg) 50% 0% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.intro-inner .link {
    margin-left: 15px;
    margin-top: 3px;
}


.navbar {
    background: #00374a;
    text-align: center;
    height: 80px;
}

.inner_header { background: url(/images/inner_header3.png) no-repeat top; background-size: cover; background-position: center; padding: 130px 0 20px} /* background-position: center; */

.inner-title { font-family: Roboto; font-size: 53px; color: #fff; text-transform: uppercase}
.inner-under-title { font-family: Roboto; font-size: 23px; color: #fff; text-align: center; margin-bottom: 50px;}
.textBefore { color: #fff; font-size: 18px; text-align: center}
.inner-text { font-size: 16px; color: #555555; padding: 35px 0;}
.inner-text p { text-align: justify}
.inner-text h3 { font-size: 18px; color: #000; margin: 10px 0}
.inner-text li { list-style: image; list-style-image: url("/images/list.jpg"); margin-bottom: 10px;}

.feedback {clear: both; padding: 63px; background: url(/images/feedback_bg.jpg) no-repeat top; background-size: cover; text-align: center; color: #fff; font-family: roboto}
.feedback_title { font-size:36px; line-height: 48px}
.feedback_text { margin: 40px 0}

.navigation { font-size: 14px; font-family: Roboto;  color: #fff; margin-top: 50px;}
.navigation a {color: #fff; text-decoration: underline}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.5);
}

.navbar-nav .nav-link {
    font-size: 1rem;
    line-height: 120%;
    text-transform: uppercase;
    height: 80px;
    display: block;
    min-width: 162px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.navbar-nav .nav-link span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.navbar-nav .nav-item+.nav-item .nav-link {
    border-left: 1px solid #005572;
}

.navbar-expand-lg .navbar-nav .nav-link {

}

/*------------------------------------------------------------------------------------------*/
/* PAGE FOOTER */
/*------------------------------------------------------------------------------------------*/

.page-footer {
    clear: both;
    background: #00374a;
    color: #fff;
    line-height: 120%;
    padding: 30px 0 10px;
}

.page-footer h4 {
    margin: 0px;
}

.copyright {
    font-size: 11px;
}

.social-list {
    margin: 30px 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    display: inline-block;
}

.social-list .list-inline-item:not(:last-child) {
    /*margin-right: 30px;*/
}

.social-link {
    display: block;
    width: 40px;
    height: 40px;

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.social-link:hover {
    opacity: .85;
}

.icons-item
{
    margin-right: 30px;
    background: #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

.icons-item-none
{
    background: #fff;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

.fa-fa
{
    color: #c0c0be;
    font-size: 1.5em;
}

.social-link .icon {
    width: 40px;
    height: 40px;
    background-image: url(../images/social-sprite.png);
    background-repeat: no-repeat;
}

.icon-yt {
    background-position: 0px 0px;
}

.icon-f {
    background-position: -76px 0px;
}

.icon-insta {
    background-position: -152px 0px;
}

/*------------------------------------------------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------------------------------------------------*/

.page-content {
    flex-grow: 1;
}

.about {
    background: #effbff;
    padding: 70px 0 1px;
}

.about-inner {
    color: #555;
    font-size: 1rem;
    line-height: 30px;

    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.about-inner p {
    margin: 0 0 30px;
}

.about-inner p.text-right {
    margin-top: -28px;
    margin-right: 38px;
}

.about-inner p.text-right img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-left: 16px;
}

.work {
    padding: 42px 0 62px;
}

.work .section-title {
    margin-bottom: 65px;
}

.work-box-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 120%;
    color: #272725;
    margin: 0 0 32px;
}

.work-title {
    color: #00374a;
    line-height: 120%;
    margin: 0 0 15px;
    min-height: 42px;
}

.work-text {
    font-size: 1rem;
    line-height: 120%;
    color: #272725;
}

.work-num {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    background: #005572;
    border-radius: 50%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; 
}

.work-num:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    pointer-events: none;
    border: 1px solid #005572;
    border-radius: 50%;
}


.work-body {
    padding-top: 6px;
    width: calc(100% - 80px);
    
}

.work-head {
    min-height: 104px;
}

.work-item {
    margin-bottom: 50px;
}

.work-thumb {
    border: 1px solid #c8c8c8;
    padding: 5px;
}

.work-thumb img {
    width: 100%;
}



/*------------------------------------------------------------------------------------------*/
/* VENDOR STYLE */
/*------------------------------------------------------------------------------------------*/
.fancy-modal {
    display: none;
}


.fancy-modal {
    max-width: 420px;
    width: 100%;
    padding: 3.25rem 2rem 3.125rem;
    border:1px solid #fff;
    background: #fff;
}

.form-text {
    font-size: 11px;
    line-height: 120%;
    text-align: center;
}

label.error {
    font-size: 10px;
    color: red;
}

.slick-slide {
    outline: none;
}

.slick-arrow {
    border:none;
    padding: 0px;
    position: absolute;
    z-index: 10;
    top:50%;
    cursor: pointer;    
    text-align: center;

    border: 2px solid #272e2f;
    background: transparent;

    width: 72px;
    height: 72px;
    line-height: 72px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    list-style-type: none;
    padding: 0;
    margin: 0;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots button {
    width: 18px;
    height: 18px;
    opacity: 1;
    background-color: #000;
    border:none;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    border-radius: 50%;
    cursor: pointer;    

    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #ccc;
    border-color: #ccc;
    opacity: 1;
}

.inner-text h3 { padding: 20px 10px; border: 1px solid #eeeeee}
.inner-text a{ color: #000; text-decoration: underline}
.hidden { display: none}





/*------------------------------------------------------------------------------------------*/
/*  MEDIA QUERIES */
/*------------------------------------------------------------------------------------------*/




/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .intro-title,
    .intro-title span {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .intro-inner {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 70px;
        padding-bottom: 40px;
    }
    
    

    .intro-meta {
        font-size: 1.5rem;
    }

    .intro-head {
        margin-bottom: 30px;
    }

    .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: #fff;
        /*margin-left: auto;*/
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        background: #00374a;
        top:100%;
        z-index: 2;
    }

    .navbar-nav .nav-link {
        height: auto;
        padding: 15px 10px;
    }

    .navbar-nav .nav-link span {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .about-inner p.text-right img {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .about-inner p.text-right {
        margin-top: 0px;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
    .intro-title, .intro-title span {
        font-size: 1.5rem;
    }

    .btn-smtext { font-size: 14px !important; padding-left:34px !important; padding-right: 34px !important;}

    .intro-meta {
        font-size: 1rem;
    }

    .intro {
        background: url(../images/intro.jpg) 56% 0% no-repeat;
            -webkit-background-size: cover;
            background-size: cover;
    }
    .inner_header { padding-top: 70px !important;}
    .inner-title {    font-size: 42px;}

    .feedback { padding: 63px 0 !important;}

    .intro-inner {
        padding-top: 175px;
    }

    .intro-bottom {
        padding-left: 0px;
    }

    .intro-bottom>.d-flex {
        display: block !important;
    }

    .intro-bottom a {
        display: block;
        margin: 0 0 10px;
    }

    .btn {
        font-size: 1rem;
        padding: 12px 30px;
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}

.btn__category-news a, .btn__feedback .openModal p {
    display: inline-block;
    color: #fff;
    background: #00374a;
    text-decoration: none;
    padding: 10px 30px;
    margin: 0;
    border-radius: 10px;
}

.form-file {	
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;	
}

.label {
    width: 180px;
    height: 40px;
    border-radius: .25rem;
    text-align: center;
    cursor: pointer;
    display: block;
    font: 14px/40px Tahoma;
    transition: all 0.18s ease-in-out;
    border: 1px solid #ced4da;
    color: #495057;
}

.label:hover {
    color: white; 
    background: #333;
}



/* The end. 2019. With ❤ from SEV. */

