@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body,h1,h2,h3,h4,h5 #content p, #content ul li{font-family: Segoe UI !important}
a.button:hover{background: #002060 !important;
border-color: #002060 !important;}
.icon-det-phone{margin-left: 20px;}
 .logo{   margin-left: 10px;}
	  .st0{opacity: 0;}
	.showdot {opacity: 0;}  
	  @keyframes hideshow {
  0% { opacity: 0; transform-origin: center;
          transform:  translateY(1px);}
   100% {opacity: 1; transform-origin: center;
          transform:  translate(0px);}
} 
	  @keyframes grow {
  0% { opacity: 1; transform-origin: 15% 100%;
          transform:  scale(0);}

   100% {opacity: 1; transform-origin: 15% 80%;
          transform:  scale(1);}
} 
@keyframes growlittle {
  0% { opacity: 1; transform-origin: 15% 80%;
          transform:  scale(0);}

   100% {opacity: 1; transform-origin: 15% 80%;
          transform:  scale(1);}
} 

.showdot {
  animation: hideshow 1s ease ;animation-delay: 2s;animation-fill-mode: forwards;
}
	  
	 #rightarm, #middlearm, #leftarm  {
  animation: grow 2s ease ;animation-fill-mode: forwards;
}
	  #littleleft, #littleright {
  animation: growlittle 1.5s ease ;animation-delay: .5s;animation-fill-mode: forwards;
}

	  .dot1{animation-delay: 1.5s;}
	  .dot2{animation-delay: 1.7s;}
	  .dot3{animation-delay: 2s;}
	  .dot4{animation-delay: 2.2s;}
	  .dot5{animation-delay: 2.4s;}
	  .dot6{animation-delay: 2.65s;}


.fadeonview.off{opacity: 0;transform: translateY(-130px)}
.fadeonview{transition: all .5s ease-out;transform: translate(0)}
.fadeonview.fromleft.off {transform: translateX(-130px)}
#header.header-transparent.header-v1{box-shadow: none !important;}



/*.header-v1 #navigation > ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #F35848;
  transition: width 0.3s;margin-top: 10px;
}
.header-v1 #navigation > ul > li.current-menu-item > a::after{content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #F35848;
  transition: width 0.3s;margin-top: 10px;}
.header-v1 #navigation > ul > li > a:hover::after {
  width: 100%;
}*/
.header-v1 #navigation > ul > li.current-menu-item > a{font-weight: bold}
.header-v1 #navigation > ul > li > a:hover {
font-weight: bold
}

.underlined{display: inline-block}
.color-light .underlined::after{content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: width 0.3s;margin-top: 10px;}
.color-dark .underlined::after{content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #F35848;
  transition: width 0.3s;margin-top: 10px;}
  
  
  #footer .widget h3{display: inline-block}
  #footer .widget h3::after{}

.fullcolumn .col .vc_col-sm-6:first-of-type{padding: 50px 100px 50px calc(50vw - 580px) !important}
.fullcolumn .col .vc_col-sm-6 {padding: 50px calc(50vw - 580px) 50px 50px  !important; background-position: center;}


.four-six .vc_col-sm-4{width: 40%;}
.four-six .vc_col-sm-8{width: 60%;}
.four-six .col.lx {padding: 20px 20px 20px calc(50vw - 580px) !important}
.four-six .col.rx {padding: 20px calc(50vw - 580px) 20px 20px  !important; background-position: center;}

.headline em{color: rgb(241,86,65)}

.video-overlay{mix-blend-mode: multiply;
background: #293c64;background: linear-gradient(90deg, rgb(41, 59, 100) 0%, rgb(41, 59, 100) 40%, rgba(141,198,63,0) 40%, rgba(141,198,63,0) 100%);}
.logo svg {

}


@keyframes hideshow {
  0% { opacity: 0; transform-origin: center;
          transform:  translateY(15px);}
   100% {opacity: 1; transform-origin: center;
          transform:  translate(0px);}
} 
.st1 {
  animation: hideshow 1s ease ;
}

.btn-plus .text {font-size: 15px;
  max-width: 0;
  transition: max-width 0.5s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;font-weight: 600;
}

.btn-plus:hover .text {
  max-width: 100%;
  transition-delay: 0.1s;
}

.btn-plus .separator {
  display: inline-block;
  width: 0;
  transition: width 0.1s;
  transition-delay: 0.5s;
}

.btn-plus:hover .separator {
  width: 0.3em;
  transition-delay: unset;
}
.bi-plus {

    background: #f15741;
border-radius: 50rem !important;
padding:.2rem .2rem;

}
.btn-plus{display: inline-flex;   -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;}
.btn-plus.small{line-height: 20px;font-size: 15px}
.btn-plus.medium{line-height: 30px;font-size: 25px}
.btn-plus.large{line-height: 45px;
font-size: 40px;}
.btn-plus.plus-ex .text{ max-width: 100%;}
.btn-plus.plus-ex .separator {
  width: 0.3em;}
  .btn-plus.plus-ex{border-radius: 50rem !important;
padding: 0 12px 0 0;}
  .btn-plus.plus-ex:hover{background: #f15741;}
  .fontsize-xxxxxl.lh-12 {line-height: .9 !important;}
  .fontsize-xxxxxl {
    font-size: 70px;
}


.span_12.color-dark .btn-plus{color: #fff;}
.span_12.color-dark .btn-plus .text{color: #333;}
.btn-plus svg{max-width: 90px;
margin-left: -5px;}
#footer .btn-plus{color: #fff;}
#footer .btn-plus .text{color: #333;}
.smaller-icon .iconbox .iconimg{max-width: 60px;}

.iconbox-style-3 {
    text-align: left;
}
#content .portfolio-detail-description-text ul {list-style: disc;}
#text-2 a {color: #262624 !important;margin-bottom: 10px;display: block;}
.color-light .iconbox-style-3 h3{color: #fff;border-top: 4px solid #d9b59e;
padding-top: 15px;}
.iconbox .iconimg{max-width: 100px;margin-bottom: 20px;}
.iconbox h3{font-size: 24px;margin: 0 0 20px 0;
}
.iconbox-style-2 .iconimg{max-width: 35px;margin-bottom: 20px;}

#footer .four.columns.last {box-sizing: border-box;
    color: #fff;
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 20px;
    margin-top: -20px;
}
#footer .four.columns.last h3{color: #fff;}

#footer .widget ul li::after {

    display: none;

}
.social-icons ul li { width: 50px;}
.social-icons ul li a {

    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;

}
.footer-contacts .social-icons{margin-bottom: 0px;
margin-left: -10px;
margin-top: -20px;}
.footer-title{color: #06225C;
font-size: 18px;
font-family: Open Sans;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 5px;}
.footer-contacts a{font-size: 25px;}
#text-3 p{font-size: 14px;}
.gfield{margin: 0; padding: 0;}
#footer .widget ul li {
    border: none !important;
}
#footer .widget ul li {

    padding: 0;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 20px !important;
}
#copyright .copyright-text {
    font-size: 10px;
}

.overflow{overflow: visible}
#headers .span_12{min-height: 250px;display: flex;}
#headers .vc_col-sm-6.lx, #headers .vc_col-sm-8.lx{display: flex;}
#headers .vc_col-sm-6.lx .wpb_wrapper, #headers .vc_col-sm-8.lx .wpb_wrapper {
    margin: auto 0 10px 0;
}
.icon{margin-bottom: 0}
.icon img{max-width: 120px;}

.vertical-plus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.for-icons{min-height: 90px;}

.wpb_text_column ul{list-style: disc;}
#header {

    box-shadow: none !important; }
  .single-portfolio  .four-six .col.rx {
    padding: 20px calc(50vw - 580px) 20px 60px !important;
    background-position: center;
}
.single-portfolio .iconbox{background: #283c64; color: #fff !important;padding: 20px 20px 30px 10px;display: flex;margin-top: 40px;}
.single-portfolio .iconbox h3{color: #fff !important;}
.single-portfolio .iconbox-style-2 .iconbox-icon {flex: 0 0 100px;}

.single-portfolio .iconbox-style-2 .iconbox-content {
    margin-left: 20px;
}


.single-portfolio .page-section .wpb_row .wpb_row {
    margin: 0 0px !important;
    padding: 0;
}
.single-portfolio .vc_inner{display: flex;}
.viewsimilar{display: flex;}
.viewsimilar .vc_column-inner{display: flex;
justify-content: flex-end;
align-items: flex-end;}
.viewsimilar .btn-plus {margin-bottom: 20px;}


.single-portfolio #content {
  padding-top: 0;
  padding-bottom: 40px;
}
.single-portfolio #menu-item-639 a {color: #15aecd; font-weight: bold;}
.single-portfolio #content h1{font-size: 52px;}
.single-portfolio .portfoliodate{font-size: 26px;}
 .container .portfolio-items .one-third.column {
    width: 250px;
}
.portfolio-item h4, .portfolio-item h4 a{}
.portfoliodate{font-size: 14px; margin-bottom: 20px;}
 .container .portfolio-items .one-third.column {
   width: 30%;
}
.btn-plus.small .text {font-size: 13px}
.portfolio-subtitle{font-size: 14px;margin-bottom: 20px}

.portfolio-items a.button.large {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  padding: 10px 35px 10px 35px;
}
.gform_required_legend{color: #0DBBE9 !important}
.portfolio-item h4, .portfolio-item h4 a{text-transform: unset;color: #002060;
font-size: 20px;
font-weight: 400;font-size: 28px;

line-height: 1.2;}

.the-header-image-row{min-height: 240px;}
#footer .four.columns.last {width: 25%;}

.gform_heading{margin-top: -30px;
margin-bottom: 30px;}

.gform_required_legend{color: #F35848}
.contact-holder {
    padding: 40px  !important;
	background: #F3F3F2;
}



#privacy p, #privacy li{font-size: 14px;}



#gform_2 .gform_body {width: 100%;}
.color-light input[type="text"], .color-light input[type="password"], .color-light input[type="email"], .color-light textarea {
    color: #333;
    border: 1px solid rgba(255,255,255,0.5);
    background: #fff;
}
.color-light input[type="text"]:focus, .color-light input[type="password"]:focus, .color-light input[type="email"]:focus, .color-light textarea:focus {
    color: #333;
    background: #transparent;
    border-color: #ffffff;
}
#gform_2 .gfield_label {font-weight: 400;color: #262624;}
.gform_image_button{  transition:all 100ms linear;}
.gform_image_button:hover {
    transform: translateX(10px);
}
.infoleft{padding-right: 60px !important;}
.flexcards.news-front {display: flex;flex-wrap: wrap;margin: 0 -15px;}

.flexcards.news-front article{flex: 0 0 calc(33.333% - 30px);
margin: 0 15px;
margin-bottom: 30px;}


.flexcards.news-front article .entry-title h2{margin-bottom: 5px;}
.flexcards.news-front article .meta-date{font-size: 12px;}
.entry-but{margin-top: 20px;}
.header-v1 #navigation > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.portfolio-item{min-height: 320px !important;margin-bottom: 10px !important;}
.portfolio-item h4{white-space: normal;min-height: 68px;}

.creditors-header, .creditors-holder .creditor {display: flex;flex-wrap: wrap}
.creditors-header > div, .creditors-holder .creditor > div{flex: 0 0 50%}

.creditors-company, .creditors-type {}
.creditors-company h3, .creditors-type h3{font-size: 30px;font-weight: 300;}
.creditors-holder .creditor{border-bottom: 1px solid #ccc;padding: 10px 0;}


.single-portfolio h3.fontsize-xxxl {line-height: 1.2 !important;}
.read-more-link {
    display: none;
}

.entry-content table {
    border: solid 1px #283B63;
    border-collapse: collapse;
    border-spacing: 0;width: 100%;
    }
.entry-content table ul{margin-top: 20px;}
.entry-content table ul li{list-style: disc;}
.entry-content table thead th {
    background-color: #283B63;
    border: solid 1px #283B63;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
.entry-content table tbody td {
    border: solid 1px #283B63;vertical-align: middle;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

.image-pad-left{padding-left: 100px;}
.minti_list.arrow li{position: relative;padding-left: 50px;
margin-bottom: 13px;}
.minti_list.arrow li::before {
   background: url(../img/arrowright.png);width: 35px;top: 0;left: -5px;
height: 50px;
display: block;position: absolute;background-size: contain;
   background-repeat: no-repeat;content: '';
}
.vc_section {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.teamdet{margin-top: -10px;margin-bottom: 30px}
.teamdet span{width: 30px;padding-right: 10px;position: relative;
display: inline-block;bottom: -5px;}
.border-bottom .span_12{border-bottom: 1px solid #C0C1BA;overflow: hidden;padding-bottom: 30px;}


.single-post .title-h1 {text-indent: -9999px}
.single-post .entry-title h1{font-size: 34px;}
#transparentimage::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #2b3d5c, #2b3d5c);
    opacity: .7;
}
#transparentimage::after {

    z-index: 1;
}
#transparentimage > * {
    z-index: 100;
}
#transparentimage::after {
    /* opacity: .7; */
    mix-blend-mode: multiply;
  }
 #contact .wpb_text_column{margin-bottom: 0 !important;}
  #contact .footer-contacts a{color: #002060}
  .footer-contacts a{opacity: 1 !important;color: #002060}
    .footer-contacts a:hover{color: #15AECD !important}
    
 
    
        #mobile-navigation-btn{display: none !important;}
        #mobile-header {
    background: transparent !important;

    box-shadow: none;
}

#navigation .sub-menu{background: transparent !important}
#navigation .sub-menu li{margin: 12px 0px;}
 .page-id-557 .button.color-3.large {width: 200px;}
 
 
 a.button.large{font-size: 18px;
font-weight: 700;
text-transform: none;
padding: 15px 35px 15px 35px;}