/*root{*/
/*    color:#2b50a4;*/
/*    color: #ef2f31;*/
/*}*/
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body
{
    font-family:'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23214c;
    overflow-x: hidden;
}

body a
{
    text-decoration: none;
    color: #23214c;
    transition: color .2s linear;
}

body a:hover
{
    color: #ef2f31;
}
.text-center{
    text-align: center;
}
.doc-loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;	
    background-color: #fff;
}

.doc-loader td 
{       
    text-align: center;
    vertical-align: middle;
}

.doc-loader img
{
    width: 90px;
    height: 90px;        
}

.content-1170
{
    max-width: 1170px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.content-1170 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-width
{
    line-height: 0;
}



/* TOP MENU */
.navbar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    height: 64px;
    overflow: hidden;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navbar ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-self: end;
    padding-right: 22px;

}

.nav-item a {
    color: #23214c;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

.nav-item a:hover,
.nav-item.active a{
    color: #c82627;;
}


.nav-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
/* MOBILE MENU & ANIMATION */
body.opened-nav {
    height: 100vh;
}

.opened-nav .navbar .mobile-nav ul.navbar-links {
    height: 450px;
    overflow-y: scroll !important;
}

.opened-nav .main-content,
.opened-nav footer {
    display: none;
}

.menu-toggle .bar{
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover{
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2){
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1){
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

#header-main-menu
{    
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu.sm-clean
{
    background-color: transparent;    
}

.main-menu.sm-clean a
{    
    font-size: 16px;
    line-height: 40px;
    color:rgb(12, 10, 72) !important;
    font-weight: 400;
    transition: color .2s linear;
    text-transform: capitalize;
    letter-spacing: 0.03cm;
}

.main-menu.sm-clean .sub-menu a 
{
    font-size: 11px;
    line-height: 20px;
}

.sm-clean .current_page_item a 
{
    color: #fff !important;
}

.main-menu.sm-clean a:hover 
{
    color: #23214c !important;
}

.sm-clean li.active a
{
    color: #c82627 !important;
}

.mob-menu
{
    display: none;
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #fff;
}

/* END TOP MENU */



/* GENERAL SECTION */

.section
{    
    position: relative;
    z-index: 1;
}

.section-num
{   
    overflow: hidden;    
    margin-top: 40px;
}

.section-title-holder
{
    background-color: #fff;
    width: 370px;
    height: 360px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);

}

.section-num span
{    
    margin-left: -64px;
    color: #c82627;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -5px;
}

.section-title-holder h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 54px;
    width: 307px;
    word-break: break-all;
    line-height: 58px;
    margin-top: 10px;
    color:rgb(200, 38, 39);
    margin-left: 54px;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding: 0;
}

.section-content-holder
{   
    width: 800px;
    padding: 60px 0;
    border: solid 0.5px #f2f4f7;
    background-color: #fff;
}

.section-content-holder .content-wrapper
{
    padding: 0 30px;
}
.portfolio-table{
    display: flex;
    justify-content: space-between;
}
.portfolio-table .entry-title{
    width: 33.33%;
    text-align: left;
    font-weight: 800;
}
.portfolio-table .entry-title:last-child{
}
.statistics-container{
    display: flex;
}
.statistics-grid-element {
    height: 213px;
    background-color: #fff;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.statistics-grid-element a{
    display: block;
}
.section-content-holder.right
{
    margin-left: 370px;
}

.section-content-holder.right p{
    text-align: center;
}

.section-content-holder.left p{
    text-align: center;
}

.statistics-container p.portfolio-no,
.statistics-container p.portfolio-description{
    text-align: center;
}

.section-content-holder.left
{
    margin-top: 370px;
}

.section-content-holder .content-title-holder
{
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}

.section-content-holder .content-title
{
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -75px;
    color: #221c5a;    
}

.extra-content-left
{
    width: 800px;
    color: #fff;    
    padding: 100px 0;
}

.extra-content-right
{
    width: 800px;   
    margin-left: 370px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-full-width
{
    padding: 100px 0;
}

.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width
{
    padding-bottom: 0;
}

/* END GENERAL SECTION */



/* HOME SECTION */
.bg-intro{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-container:before {
    content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(16, 17, 50, 0.3), rgba(12, 10, 72,0.93));
    background-position: center, bottom ;
    background-repeat: no-repeat, repeat-x;
    background-size: cover, 350px;
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.intro-page 
{
    padding: 120px 0;
    min-height:calc(100vh - 170px);
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #221c5a;
}
.go-to
{
    color: #fff;
    display: inline-block;
    max-width: 200px;
    margin: 46px auto 0;
    border: 2px solid #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}
.go-to:first-child{
    margin-right: 15px;
}

.go-to:hover
{
    color: white;
    background-color: rgb(200, 38, 39);
    border-color: rgb(200, 38, 39);
}

.top-logo
{
    width: 160px !important;    
    padding-top: 150px;
}

h1.big-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    color: #ff001b;
    letter-spacing: -1px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-transform: capitalize;
}
h1.big-title.first{
    padding-top: 50px;
    padding-bottom: 0;
    color: #fff;
}
.logo{
    padding: 0 22px;
}
.big-title span 
{
    display: block;
    position: relative;
}

.title-desc
{
    font-family: 'Montserrat', serif;
    font-size: 22px;
    line-height: 26px;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.page-template-page-home .intro-page footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* END HOME SECTION */



/* SERVICE SECTION */

#services
{
    background-color: #f9fafb;
    z-index: 9;
}

#services .section-title-holder
{
    background-color: #ffffff
}

#services .section-title-holder span
{
    color: rgb(200, 38, 39);
}

.service-holder 
{
    display: inline-block;
    width: 335px;
    margin-bottom: 24px;
}
.service-content {
    font-size: 15px;
}
.service-holder img 
{
    display: inline-block;
    width: 50px !important;
    vertical-align: top;
}

.service-content-holder 
{
    display: inline-block;
    width: 246px;
    margin-top: 55px;
    margin-left: 5px;
}

.service-title
{
    font-family: 'Montserrat', sans-serif; 
    font-size: 24px;
    padding-bottom: 10px;
}
.portfolio-no{
    font-size: 30px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
}
.portfolio-description{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}
.author.vcard{
    font-size: 19px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.53px;
    color: #201b55;
}

    /* END SERVICE SECTION */

.section.container{
    max-width: 1170px;
    margin: 0 auto;
}

/* PORTFOLIO SECTION */

#portfolio
{
    background-color: #f9fafb;
    background-image:linear-gradient(to bottom, rgba(45,46,133, 0.72), rgba(22, 19, 117, 0.83)), url("images/prima_construct/banner-prima-ship-construct.jpg");
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: cover;
    z-index: 8;
}
#portfolio .section-content-holder.left {
    margin-top: 0px;
}
#portfolio .section-title-holder
{
    background-color: #fff;
}

#portfolio .section-title-holder span
{
    color: rgb(255, 186, 66);;
}
#portfolio .section-title-holder h2{
    color: rgb(255, 186, 66);;
}
.page-template-page-portfolio .section
{
    padding-top: 100px;
}

.section-content-holder.portfolio-holder
{
    background-color: transparent;
    width: 800px;
    padding: 0;
}

.portfolio-holder .portfolio-load-more-holder
{
    font-family: 'Montserrat', sans-serif;    
    font-weight: 700;
    font-size: 20px;
    width: 430px;
    background-color: #E74C78;
    text-align: center;
}

.portfolio-holder .portfolio-load-more-holder img 
{
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder a
{
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder
{    
    margin-right: 0;
    margin-left: auto;
}

.more-posts
{ 
    display: block;
}

.more-posts:hover
{
    cursor: pointer;
}

.grid 
{
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item 
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
}

.grid-item img 
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;    
}

.grid-sizer, .grid-item 
{
    width: 400px;
}

.grid-item.p_one_half
{
    width: 400px;
}

.grid-item.p_one
{
    width: 800px;
}

.portfolio-text-holder
{
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;   
    display: none;    
}
.portfolio-text-holder.portfolio-description{
    position: relative;
    display: block !important;
    padding: 30px 0;
    top: -10px;
    bottom: 0;
    left: 0;
}
.mt-0{
    margin-top: 0 !important;
}

.portfolio-text-wrapper
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
}

.portfolio-type
{
    line-height: 100%;
    font-size: 11px;
    color: #9a9a9a;    
    padding-bottom: 20px;
}

.portfolio-type img 
{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-text
{
    font-family: 'Montserrat', sans-serif;    
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.portfolio-sec-text
{
    font-family: 'Montserrat', sans-serif;    
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #201b55;
    margin-bottom: 24px;
}

.grid-item a:hover
{
    color: #191919;
}

.more-posts-portfolio img
{
    transition: all .2s linear;
    width: 100px;
    height: 100px;
}

.more-posts-portfolio img:hover
{
    cursor: pointer;  
    transform: scale(0.9);
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
}

/* END PORTFOLIO SECTION*/



/* ABOUT SECTION */

#about
{
    background-color: #f9fafb;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 7;
}

#about .section-title-holder
{
    background-color: #fff;
}

#about .section-title-holder span
{
    color: #2b50a4;
}

#about .section-content-holder
{
    padding-bottom: 0;
}
#about .section-title-holder h2{
    color: #2b50a4;;
}
.member-content-holder
{
    width: 330px;
    padding: 90px 50px 50px 50px;
    float: left;
}

.member-image-holder
{
    width: 370px;
    float: right;
}

.member-image-holder img
{
    width: 100% !important;
}

.member-name
{
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.member-position
{
    line-height: 16px;
    font-size: 14px;
    padding-bottom: 50px;
    color: #ef2f31;
    letter-spacing: 4px;
}

.member-content
{
    line-height: 26px;
}

.image-slider-wrapper.img .image-slider li img
{
    width: 100%;
}

/* END ABOUT SECTION */


/* NEWS SECTION */

#news
{
    background-color: rgb(34, 28, 90);
    background-image: url("demo-images/background_img_04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 6;
}

.blog-item-holder
{
    padding: 35px 0;
    border-bottom: 2px solid #f4f4f4;
}

.secondary-page .blog-item-holder
{
    padding: 35px 0;
    border-bottom: 2px solid #e5e5e5;
}

.blog-item-holder:last-of-type
{
    border: none;
}

.blog-item-holder .num
{
    display: inline-block;
    width: 33.33%;
    font-size:18px;
    font-weight: 400;
    color: rgb(255, 186, 66);
    padding-right: 15px;
    text-align: left;
}

.blog-item-holder .info
{
    display: inline-block;
    width: 33.33%;
    text-align: left;
    padding-right: 15px;
}
.blog-item-holder .entry-title{
    width: 33.33%;
    font-size: 18px;
    padding:0;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0;
}

.blog-item-holder .info .cat-links a
{
    color: #ef2f31;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.blog-item-holder{
    display: flex;
    align-items: center;
}

.blog-holder .entry-title a
{
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

.latest-post-bottom-text
{
    text-align: center;
    margin-top: 25px;
}

.latest-post-bottom-text a,
.latest-post-bottom-text button
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #221C5A;
    letter-spacing: 5px;
    border-bottom: 2px solid;
    padding-left: 5px;
    padding-bottom: 5px;
}
.latest-post-bottom-text button{
    border: none;
    border-bottom: 2px solid;
    background-color: transparent;
}

.testimonial-slider-holder
{
    max-width: 500px;
    padding-left: 50px;
}

.testimonial-text
{
    font-size: 22px;
    line-height: 40px;
}

.testimonial-author
{
    padding-top: 90px;
    font-size: 16px;
    letter-spacing: 3px;
}

/* END NEWS SECTION */



/* VIDEO SECTION */

#video
{
    background-color: rgb(34, 28, 90);
    background-image: url("demo-images/background_img_06.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto;
    z-index: 5;
}

#video .section-title-holder
{
    background-color: rgb(255, 186, 66);
}

#video .section-title-holder span
{
    color: #e3a436;
}

#video .section-content-holder
{
    padding-bottom: 0;
}

a.video-popup-holder
{
    position: relative;
    display: block;
}

a.video-popup-holder .thumb
{
    width: 100%;
}

img.popup-play
{
    position: absolute;
    top: 50%;
    left: 50%;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    opacity: 0.7;
    transition: opacity .2s linear;
}

a.video-popup-holder:hover img.popup-play
{
    opacity: 1;
}
/* END VIDEO SECTION */

/* SKILLS SECTION */
#skills
{
    background-color: rgb(34, 28, 90); 
    background-image:linear-gradient(to bottom, rgba(45,46,133, 0.72), rgba(22, 19, 117, 0.83)), url("images/prima_construct/expertise.jpg");
    background-repeat: no-repeat; 
    background-position: left top; 
    background-size: 100%; 
    z-index: 4;
}
#skills .content-wrapper p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #201b55
}
#skills .content-wrapper p.portfolio-text{
    font-weight: 700;
}
#skills .section-content-holder.left {
    margin-top: 0;
}
.progress_bar 
{
    margin-bottom: 15px;
}

.progress_bar_field_holder 
{
    height: 59px;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.progress_bar_field_holder:hover .progress_bar_title
{
    left: 10px;
    color: #fff !important;
}

.progress_bar_field_holder:hover .progress_bar_percent_text
{
    right: 10px;
    color: #fff !important;
}

.progress_bar_title
{
    position: absolute;
    top: 8px;
    z-index: 2;
    left: -11px;
    font-weight: bold;
    color: white;
    font-size: 45px;
    line-height: 100%;
    transition: color .2s linear, left .2s linear;
}

.progress_bar_percent_text
{
    position: absolute;
    right: -35px;
    top: 15px;
    z-index: 2;
    font-weight: bold;
    color: white;
    font-size: 35px;
    line-height: 100%;
    transition: color .2s linear, right .2s linear;
}

.progress_bar_field_perecent 
{
    height: 59px;    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mb-3{
    margin-bottom: 24px;
}
/* END SKILLS SECTION */




/* CONTACT SECTION */

#contact
{
    background-color: #f9fafb;
    background-repeat: no-repeat;
    background-position: center top; 
    background-size: auto; 
    z-index: 3;
}

#contact .section-title-holder
{
    background-color: #fff;
}

#contact .section-title-holder span,
#contact .section-title-holder h2
{
    color: rgb(255, 186, 66);
}

#contact .section-content-holder
{
    padding-bottom: 0;
}

.map 
{
    height: 400px;
}

.map img
{
    max-width: none;
    max-height: none;
}

.contact-form
{
    max-width: 100%;
    width: 770px;
    margin: 0 auto;
    font-size: 22px;
    color: #9a9a9a;
}

p.custom-text-class 
{
    display: inline-block;
    padding-right: 45px;
    vertical-align: top;
}

p.custom-field-class 
{
    display: inline-block;
    margin-bottom: 60px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea
{
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #23214c;
    height: 28px;    
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
    background-color: transparent;
}

.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}
.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]:-moz-placeholder, .contact-form input[type=email]:-moz-placeholder, .contact-form textarea:-moz-placeholder
{
    font-family: 'Montserrat', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text], .contact-form input[type=email]
{
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.contact-form textarea
{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 13px;
    overflow: hidden;
    padding-bottom: 5px;
    min-height: 53px;
}

.contact-form textarea:focus
{
    height: 150px;
    overflow: auto;
}

.contact-form input[name="your-name"]
{
    margin-top: 0;
    padding-top: 0;
}
.contact-form input{
    background-color: transparent;
}

.contact-form input[type=submit]
{
    color: rgb(255, 186, 66);
    display: inline-block;
    border: 2px solid rgb(255, 186, 66);
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}


.contact-form input[type=submit]:hover
{
    color: white;
    background-color: rgb(255, 186, 66);
}
.secondary-page .contact-form input[type=submit]
{
    color: #c82627;
    display: inline-block;
    border: 2px solid #c82627;
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}


.secondary-page .contact-form input[type=submit]:hover
{
    color: white;
    background-color: #c82627;
}
div.contact-form-response-output
{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

span.contact-form-not-valid-tip
{
    font-size: 10px;
}

/* END CONTACT SECTION */


/* FOOTER */

footer
{
    background-color: #201b55;
}

.footer
{
    font-size: 13px;
    line-height: 25px;
    clear: both;
    color: #201b55;
    text-align: center;
    padding: 30px 0;
}

.footer-left, .footer-right
{
    width: 810px;
}
li.copyright-footer,
li.social-footer {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-right
{
    margin-left: 370px;
}

.footer a
{
    color: #f8f8ff;
}

.social-footer a 
{
    margin: 0 10px;
    font-size: 18px;
}
/*portfolio page*/
.secondary-page .title-desc{
    margin: 0;
}
.secondary-page h1.big-title{
    width: 100%;
    font-size: 65px;
}
.secondary-page #home{
    background-color: #201b55;
    background-image: url("images/prima_construct/bg/bg-about.png");
    padding: 180px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

}
.secondary-page .title-desc{
    max-width: unset;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.53px;
}
.portfolio-description .card{
    padding: 30px 22px;
    margin-bottom: 50px;
    border:none;
}
.main-menu.sm-clean .current {
    color: #c82627 !important;
}
.secondary-page .portfolio-description{
    padding: 130px 0 0;
}
.secondary-page .more-ships{
    display: none;
}
.secondary-page .show-more{

}
.portfolio-description .card img{
    width: calc(100% - 50px);
    border-radius: 5px;
}
.portfolio-description .col-xl-6{
    display: flex;
    align-items: center;
    justify-content: center;
}
.secondary-page .content-wrapper{
    padding: 0 22px;
}
.secondary-page .ships-container{
    background-color: #f9fafb;
    padding: 80px 0;
    border-radius: 5px;
}
.secondary-page .dmhi-container,
.secondary-page .gallery-container{
    padding: 80px 0;
}
.secondary-page .quote-container{
    padding: 50px 0 50px;
    background-color: rgb(34, 28, 90);
    background-image: linear-gradient(to bottom, rgba(45,46,133, 0.82), rgba(22, 19, 117, 0.93)), url('images/prima_construct/expertise-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: 100%;
    z-index: 4;
}
.secondary-page .quote-title{
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.07px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
}
.secondary-page .gallery-container .card{
    border-radius: 5px;
    margin-bottom: 24px;
}
.secondary-page .gallery-container .card img{
    border-radius: 5px;
}
.secondary-page .section-subtitle {
    font-size: 18px;
    font-weight: 600;
    padding: 22px 0 25px 22px;
}
.gallery{
    padding: 0 22px;
}
.quote-card{
    padding: 30px 22px;
    border-radius: 5px;
    text-align: center;
}
.btn.btn-primary{
    background-color: #c82627;
    border: 1px solid #c82627;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.43px;
    text-align: center;
    color: #fff;
    padding: 15px 40px;
    margin: 30px auto 0;
}
.section-title{
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.33px;
    color: #201b55;
    padding-left: 22px;
}
p.description{
    font-size: 19px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.53px;
    color: #201b55;
    margin-bottom: 0;
}
/*end portfolio page*/

/*about-us page*/
.skills-container p.description{
    margin-bottom: 20px;
    padding-left: 22px;
    max-width: 900px;
}
.secondary-page .portfolio-description.skills-card{
    background-image:linear-gradient(to right, #fafafa 65%, rgba(0,0,0,0)), url("images/prima_construct/bg/about-skill.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    padding: 130px 0 130px 22px;
}
.secondary-page .portfolio-description.skills-card.contact-card{
    /*background-image:linear-gradient(to right, #fafafa 75%, rgba(0,0,0,0)), url("images/prima_construct/bg/contact1.png");*/
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
.mb-0{
    margin-bottom: 0 !important;
}
.text-red{
    color: #c82627 !important;

}
/*end about-us page*/
/*contact us page*/
.skills-card .contact-form{
    width: 100%;
}
.pl-0{
    padding-left: 0;
}
.mb-4{
    margin-bottom: 40px;
}
/*end contact us page*/

    /* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dddddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3b2fb0;
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5045b8;
}
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;

  background-color: #F1F6F4;
}

.cookie-consent-banner__inner {     
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 10px;
}

.cookie-consent-banner__copy { 
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {    
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
  border-radius: 2px;
  background-color: #2b50a4;
  border: 1px solid #2b50a4;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

#cookie-banner{
    opacity: 1;
}

.cookie-consent-banner__cta--secondary { 
  padding: 9px 13px;
  
  border: 2px solid #3A4649;
  
  background-color: transparent;
  
  color: #000;
}

.cookie-consent-banner__cta:hover {
  background-color: #20BA68;
  color: #2b50a4;
  background-color: #fff;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
    
  background-color: transparent;
  
  color: #000;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

.fb-icon{
    margin-left: 10px;
}

.row.gallery .card a{
    height: 185px;
    width: 100%;
    overflow: hidden;
}

/* RESPONSIVE PART */

@media screen and (max-width: 1270px) {
    .content-1170
    {
        max-width: 960px;
    }

    .one_half
    {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half
    {
        width: 46%;
    }

    .section-title-holder
    {
        width: 250px;
        height: 250px;
    }

    .section-num
    {
        margin-top: 20px;
    }

    .section-num span
    {
        margin-left: -35px;
        font-size: 100px;
    }

    .section-title-holder h2
    {
        font-size: 40px;
    }
    .section-title-holder h2 {
        margin-left: 25px;
    }

    .section-content-holder.right
    {
        margin-left: 250px;
    }

    .section-content-holder.left
    {
        margin-top: 250px;
    }

    .section-content-holder
    {
        width: 710px;
    }

    .extra-content-left, .extra-content-right
    {
        width: 710px;
    }

    .extra-content-right
    {
        margin-left: 250px;
    }

    .service-holder
    {
        width: 290px;
    }

    .section-content-holder.portfolio-holder
    {
        width: 710px;
    }

    .grid-item.p_one, .grid
    {
        width: 710px;
    }

    .grid-sizer, .grid-item, .grid-item.p_one_half
    {
        width: 355px;
    }

    .portfolio-holder .portfolio-load-more-holder
    {
        width: 460px;
    }

    .section-content-holder .content-title
    {
        font-size: 140px;
        margin-top: -56px;
    }

    .member-content-holder
    {
        width: 275px;
        padding: 50px;
    }

    .member-image-holder
    {
        width: 335px;
    }

    .image-slider-wrapper.team .image_slider_next
    {
        right: 260px;
    }

    .blog-item-holder .entry-title
    {
        width: 240px;
    }

    .single-portfolio .entry-content .one
    {
        padding-left: 5%;
        padding-right: 5%;
    }

    .single-portfolio .entry-content .one_half
    {
        width: 40%;
        padding-left: 5%;
        margin-right: 10%;
    }

    .single-portfolio .entry-content .one_half.last
    {
        padding-left: 0;
        padding-right: 5%;
    }

}

@media screen and (max-width: 1100px) {

    .single-portfolio .x-close
    {
        right: 50%;
        right: calc(50% - 30px);
    }

}

@media screen and (max-width: 1020px) {
    .secondary-page .portfolio-description.skills-card{
        padding: 0;
    }
    .secondary-page h1.big-title {
        font-size: 45px;
        padding-top: 60px;
    }
    .secondary-page .title-desc {
        font-size: 17px;
    }
    .section-title {
        font-size: 35px;
    }
    p.description {
        font-size: 17px;
    }
    .portfolio-table h3{
        font-size: 25px;
    }
    .secondary-page .quote-title{
        padding: 0;
    }
    .portfolio-description .card {
        padding: 30px 22px;
        margin-bottom: 0px;
    }
    .secondary-page .ships-container,
    .secondary-page .dmhi-container,
    .secondary-page .gallery-container,
    .secondary-page .quote-container,
    .quote-card{
        padding: 0;
    }
    .secondary-page .content-1170{
        padding: 80px 15px;
    }
    .secondary-page .nav-wrapper .content-1170{
        padding: 0;
    }
    .secondary-page #home{
        padding: 0;
    }
    #services .image-slider li{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #services .image-slider li div.service-holder {
        width: 50%;
    }
    .statistics-grid-element {
        height: 160px;
    }
    .portfolio-no {
        font-size: 25px;
    }
    .portfolio-description {
        font-size: 20px;
    }
    h3 {
        font-size: 25px;
    }
    .content-1170
    {
        max-width: 100%;
    }

    .extra-content-left, .extra-content-right
    {
        width: 100%;
        margin-left: 0;
    }

    .single-portfolio article
    {
        padding-top: 140px;
    }

    .one_half
    {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .single-portfolio .entry-content .one_half
    {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 0;
    }

    .single-portfolio .entry-content .one_half.last
    {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-content .one_half, .single-portfolio .entry-content div
    {
        text-align: left;
    }

    .image-slider-wrapper.service a.image_slider_next
    {
        top: -89px;
        right: 0;
    }

    .section
    {
        padding-bottom: 40px;
    }

    .section-content-holder.right
    {
        margin-left: 0;
    }

    .section-content-holder.left
    {
        margin-top: 0;
    }

    .section-num
    {
        display: inline-block;
        margin-top: 0;
    }

    .section-num span
    {
        font-size: 40px;
        margin-left: 0;
        margin-right: 10px;

        line-height: normal;
    }

    .section-title-holder
    {
        width: calc(100% - 50px);
        height: auto;
        position: relative !important;
        top: 0 !important;
        padding: 60px 0 26px;
        margin: 0 25px;
        display: flex;
        align-items: center;
    }
    .section-num:before{
        width: 30px;
        height: 20px;
        background-color: rgb(200, 38, 39);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #portfolio, #about, #skills, #contact{
        background-image: none;
        background-color: #fff;
    }
    #contact{
        padding-bottom: 0;
    }
    .contact-form{
        width: 100%;
    }
    .progress_bar_field_holder {
        height: 50px;
    }
    .progress_bar_title,
    .progress_bar_percent_text{
        font-size: 30px;
    }
    .progress_bar_title{
        left: 15px;
    }
    .progress_bar_percent_text{
        right: 15px;
    }
    .section-num span {
        letter-spacing: 0px;
    }

    .section-title-holder h2
    {
        display: inline-block;
        width: auto;
        margin: 0;
        vertical-align: top;
        font-size: 40px;
        line-height: 100%;
    }

    .section-content-holder
    {
        width: 100%;
        padding: 30px 0;
    }

    .section-content-holder .content-wrapper
    {
        padding: 0 5%;
    }

    .service-holder
    {
        width: 100%;
        display: block;
    }

    .service-content-holder
    {
        width: 100%;
        width: calc(100% - 75px);
        margin-bottom: 30px;
    }

    .section-content-holder.portfolio-holder
    {
        width: 100%;
    }

    .grid-item.p_one, .grid
    {
        width: 100%;
    }

    .grid-sizer, .grid-item, .grid-item.p_one_half
    {
        width: 50%;
    }

    .portfolio-holder .portfolio-load-more-holder
    {
        width: 100%;
    }

    .member-content-holder
    {
        width: 40%;
        padding: 10% 5% 5% 5%;
    }

    .member-image-holder
    {
        width: 50%;
    }

    .image-slider-wrapper.team .image_slider_next
    {
        right: 40%;
    }

    .blog-item-holder .entry-title
    {
        width: 33.33%;
        display: block;
    }
    .blog-item-holder .num,
    .author.vcard,
    .blog-item-holder .entry-title{
        font-size: 16px;
    }
    #services,
    #portfolio{
        background-color: #fff;
        padding-bottom: 0;
    }
    .section-content-holder{
        border: none;
    }
    .section-title-holder{
        box-shadow: none;
    }

    .blog-item-holder .info
    {
        width: 33.33%;
    }

    .section-content-holder .content-title-holder
    {
        overflow: visible;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section-content-holder .content-title
    {
        font-size: 19vw;
        margin-top: 0;
    }


    .testimonial-slider-holder
    {
        width: 90%;
        padding-left: 5%;
    }
    .section-content-holder{
        position: relative;
    }
    .section-content-holder::before{
        content: " ";
        width: 100px;
        height: 3px;
        background-color: rgb(200, 38, 39);
        display: block;
        position: absolute;
        top: 0px;
        left: 25px;
    }
    #portfolio .section-content-holder::before,
    #contact .section-content-holder::before{
        background-color: rgb(255, 186, 66);
    }
    #about .section-content-holder::before{
        background-color: #2b50a4;
    }
    .ships-portfolio .section-content-holder::before{
        display: none;
    }
}
@media(max-width: 991px){
    .secondary-page p.description{
        margin-bottom: 16px;
        padding-top: 16px;
    }
    .portfolio-description .card img {
        width: 100%;
    }
    .secondary-page .quote-title {
        font-size: 30px;
    }
    .btn.btn-primary{
        margin-top: 24px;
    }
}

@media screen and (min-width: 925px) {
    .main-menu
    {
        display: block !important;
    }
}

@media screen and (max-width: 925px) {

    .section
    {
        z-index: 0 !important;
    }

    h1.big-title
    {
        font-size: 45px;
    }
    h1.big-title.first {
        padding-top: 80px;
    }

    h1.big-title span
    {
        display: inline;
    }

    .title-desc
    {
        font-size: 16px;
        line-height: 23px;
    }
    .go-to {
        max-width: 160px;
        font-size: 15px;
    }

    .logo{
        padding: 10px 22px;
        display: block;
        width: 146px;
    }
    .mob-menu:hover
    {
        cursor: pointer;
    }

    .main-menu
    {
        float: none;
        margin: 0 auto;
        text-align: right;
        width: 100%;
        position: relative;
        z-index: 9999;
        display: none;
    }

    .main-menu ul
    {
        width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }


    .main-menu.sm-clean a
    {
        line-height: 24px;
    }

    .main-menu.sm-clean .sub-menu a
    {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .carousel_fw_next
    {
        display: block !important;
    }

    .fw_carousel_pagination
    {
        display: none !important;
    }
    .mob-menu
    {
        display: block;
    }
    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 55px;
        background-color: #fff;
        width: 100%;
        height: calc(100vh - 55px);
        transform: translate(-101%);
        text-align: center;
        overflow: hidden;
    }

    .navbar li {
        padding: 15px;
    }

    .navbar li:first-child {
        margin-top: 50px;
    }

    .navbar li a {
        font-size: 1rem;
    }

    .menu-toggle, .bar {
        display: block;
        cursor: pointer;
    }

    .mobile-nav {
        transform: translate(0%)!important;
    }

}

@media screen and (max-width: 805px) {

    .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, p.custom-field-class, #commentform #email, #commentform #author, #commentform #comment
    {
        width: 100% !important;
    }

}


@media screen and (max-width: 650px) {
    .secondary-page .content-1170{
        padding: 60px 15px;
    }
    .portfolio-description .card{
        padding: 15px;
    }
    .section-title-holder {
        justify-content: center;
    }

    .section-content-holder::before {
        left: 0;
        right: 0;
        margin: auto;
    }

    #services .image-slider li div.service-holder {
        width: 100%;
        text-align: center;
    }
    .service-content-holder{
        width: 100%;
        margin: 25px 0;
    }
    .statistics-grid-element{
        justify-content: center;
        width: 100%;
        height: 120px;
    }
    .service-title {
        font-size: 20px;
    }
    .service-holder img {
        display: block;
        margin: 0 auto;
    }
    h3 {
        font-size: 20px;
        padding: 15px 0;
        text-align: center;
    }
    br{
        height: 0;
        display: block;
        display: none;
    }
    .section-num span,
    .section-title-holder h2{
        font-size: 35px;
        letter-spacing: 0;
    }
    .portfolio-sec-text,
    #skills .content-wrapper p{
        font-size: 16px;
    }
    .progress_bar_title, .progress_bar_percent_text {
        font-size: 20px;
    }
    .progress_bar_title {
        top: 15px;
    }
    .statistics-container{
        display: block;
    }

    .member-content-holder
    {
        width: 90%;
        float: none;
    }

    .member-image-holder
    {
        width: 100%;
        float: none;
    }

    .image-slider-wrapper.team .image_slider_next
    {
        right: auto;
        left: 30px;
    }
    .title-desc{
        padding: 0 15px;
    }
    .secondary-page .portfolio-table h3 {
        font-size: 18px;
    }
}
@media(max-width: 425px){
    .go-to, .go-to:first-child{
        display: block;
        margin: 20px auto 15px;
    }
    .section-num {
        overflow: visible;
    }
}


@media screen and (max-width: 350px) {
    h1.big-title.first {
        padding-top: 40px;
    }
    h1.big-title {
        font-size: 40px;
    }

    .section-num
    {
        margin-top: 9px;
    }

    .section-num span
    {
        font-size: 35px;
        margin-left: -10px;
    }

    .section-title-holder h2
    {
        margin-top: 9px;
        font-size: 35px;
    }

    .image-slider-wrapper.service a.image_slider_next
    {
        top: -84px;
    }
}