@media screen and (max-width: 3000px){
    #menu, .mphones{
        display: none;
    }
}
@media screen and (max-width: 1400px){
    #menu{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    header nav a:nth-child(4), header nav a:nth-child(5){
        display: none;
    }
}
header{
    background-color: #ffffff;
    padding: 22.864px;
    padding: 1.429rem;
    -webkit-box-pack: justify;
-webkit-justify-content: space-between;
   -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
            -ms-grid-row-align: center;
        align-items: center;
        position: fixed;
        width: 100%;
        z-index: 3;
        -webkit-box-shadow: 0 0 10px 0px rgba(29, 71, 106, 0.6);
           -moz-box-shadow: 0 0 10px 0px rgba(29, 71, 106, 0.6);
                box-shadow: 0 0 10px 0px rgba(29, 71, 106, 0.6);
}
header a.logo, header a.logo svg{
    margin: 0;
    max-height: 57.136px;
    max-height: 3.571rem;
    max-width: 270.864px;
    max-width: 16.929rem;
}
header nav{
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}
header nav a{
    color: #1D2536;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-family: 'InterMedium';
    text-transform: uppercase;
    line-height: 16px;
    line-height: 1rem;
    margin: 0 16px;
    margin: 0 1rem;
    padding-bottom: 2px;
}
header nav.open a:nth-child(1), header nav.open a:nth-child(2), header nav.open a:nth-child(3){
    display: none;
}
header nav.open a:nth-child(4), header nav.open a:nth-child(5){
    display: block!important;
}
header div.phones {
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-right: 16px;
    padding-right: 1rem;
}
header div.phones a{
    color: #1D476A;
    text-decoration: none;
    font-family: 'InterBold';
    line-height: 16px;
    line-height: 1rem;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
}
header div.phones a:nth-child(2){
    letter-spacing: 0.25px;
}
header div span, #portfoliodetailmodal span{
    background: -webkit-linear-gradient(2.77deg, #1D476A 0%, #1D2536 100%);
    background: -moz-linear-gradient(2.77deg, #1D476A 0%, #1D2536 100%);
    background: -o-linear-gradient(2.77deg, #1D476A 0%, #1D2536 100%);
    background: linear-gradient(87.23deg, #1D476A 0%, #1D2536 100%);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 16px 32px;
    padding: 1rem 2rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'InterBlack';
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
main{
    margin-top: 102.848px;
    margin-top: 6.428rem;
    min-height: 100vh;
}
footer{
    background: -webkit-linear-gradient(359.79deg, #1D476A 0%, #172D46 100%);
    background: -moz-linear-gradient(359.79deg, #1D476A 0%, #172D46 100%);
    background: -o-linear-gradient(359.79deg, #1D476A 0%, #172D46 100%);
    background: linear-gradient(90.21deg, #1D476A 0%, #172D46 100%);
    padding: 26.288px 22.864px;
    padding: 1.643rem 1.429rem;
    -webkit-box-pack: justify;
-webkit-justify-content: space-between;
   -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
            -ms-grid-row-align: center;
        align-items: center;
}
footer p{
    width: 50%;
    text-align: right;
}
footer p, footer a{
    color: #ffffff;
    line-height: 16px;
    line-height: 1rem;
    margin: 0;
    padding-bottom: 2px;
}
footer a{
    text-decoration: none;
    border-bottom: .9px solid #ffffff;
}
#socials{
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: -webkit-linear-gradient(317.21deg, #1D476A 14.65%, #172D46 84.36%);
    background: -moz-linear-gradient(317.21deg, #1D476A 14.65%, #172D46 84.36%);
    background: -o-linear-gradient(317.21deg, #1D476A 14.65%, #172D46 84.36%);
    background: linear-gradient(132.79deg, #1D476A 14.65%, #172D46 84.36%);
    padding: 16px;
    padding: 1rem;
    position: fixed;
    right: 22.864px;
    right: 1.429rem;
    bottom: 54.864px;
    bottom: 3.429rem;
    cursor: pointer;
    z-index: 3;
}
#socials svg{
    float: left;
    width: 36.576px;
    width: 2.286rem;
    height: 36.576px;
    height: 2.286rem;
}
.pulse-button__rings {
    border: 1px solid #1D476A;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-animation-duration: 2.0s;
       -moz-animation-duration: 2.0s;
         -o-animation-duration: 2.0s;
            animation-duration: 2.0s;
    -webkit-animation-name: pulse_1;
       -moz-animation-name: pulse_1;
         -o-animation-name: pulse_1;
            animation-name: pulse_1;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    z-index: -1;
  }
   
  .pulse-button__rings:nth-child(2) {
    -webkit-animation-name: pulse_2;
       -moz-animation-name: pulse_2;
         -o-animation-name: pulse_2;
            animation-name: pulse_2;
  }
   
  .pulse-button__rings:nth-child(3) {
    -webkit-animation-name: pulse_3;
       -moz-animation-name: pulse_3;
         -o-animation-name: pulse_3;
            animation-name: pulse_3;
  }
#soclinks{
    position: fixed;
    right: 25.864px;
    right: 1.929rem; 
    bottom: 110.864px;
    bottom: 7.429rem;
    z-index: 3;
}
#soclinks.hidden {
    display: none;
}
#soclinks a{
    display: block;
}
#soclinks a svg{
    width: 68.576px;
    width: 4.286rem;
    height: 68.576px;
    height: 4.286rem;
}
#soclinks a:nth-child(2) svg {
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
}
#menu {
    width: 34.736px;
    width: 2.171rem;
    height: 34.736px;
    height: 2.171rem;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: relative;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
#menu .dot{
    height: 6.4px;
    height: 0.4rem;
    width: 6.4px;
    width: 0.4rem;
    background-color: #1D476A;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
#menu.open:before, #menu.open:after {
    position: absolute;
    left: 17.36px;
    left: 1.085rem;
    content: ' ';
    height: 34.736px;
    height: 2.171rem;
    width: 2px;
    background-color: #1D476A;
}
#menu.open .dot{
    display: none;
}
#menu.open:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
#menu.open:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#callsizer, #portfoliodetailmodal, .modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 3;
    text-align: center;
    padding: 48px;
    padding: 3rem;
}
#callsizer.open, #portfoliodetailmodal.open, .modal.open{
    display: block;
}
#callsizer.open .close, #portfoliodetailmodal.open .close, .modal.open .close{
    position: absolute;
    right: 19.2px;
    right: 1.2rem;
    top: 19.2px;
    top: 1.2rem;
    z-index: 4;
    cursor: pointer;
}
#callsizer.open .close path, #portfoliodetailmodal.open .close path, .modal.open .close path{
    fill: #1D476A;
}
#callsizer.open .container, #portfoliodetailmodal.open .swiper-slide{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#callsizer form, #portfoliodetailmodal.open .swiper-slide .card, .modal.open .card {
    background: #ffffff;
    padding: 48px;
    padding: 3rem;
    -webkit-box-shadow: 0 0 10px #cecece;
       -moz-box-shadow: 0 0 10px #cecece;
            box-shadow: 0 0 10px #cecece;
    max-width: 640px;
    max-width: 40rem;
    display: block;
    margin: 16px auto;
    margin: 1rem auto;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0.6rem;
       -moz-border-radius: 0.6rem;
            border-radius: 0.6rem;
}
#portfoliodetailmodal.open .swiper-slide .card, .modal.open .card {
    padding: 64px;
    padding: 4rem;
}
#callsizer form h2, #portfoliodetailmodal h6, .modal.open h6{
    color: #1D476A;
    font-family: 'InterBold';
    font-size: 34.288px;
    font-size: 2.143rem;
    line-height: 41.136px;
    line-height: 2.571rem;
    margin: 0 0 16px;
    margin: 0 0 1rem;
    text-align: center;
}
#portfoliodetailmodal, #portfoliodetailmodal h6, .modal.open h6, .modal.open p{
    text-align: left;
}
#callsizer form button, #portfoliodetailmodal h6, .modal.open h6{
    margin: 16px auto 0;
    margin: 1rem auto 0;
}
#callsizer form small, #callsizer form small a, #portfoliodetailmodal p, .modal.open p, .modal.open a{
    font-family: 'InterLight';
    color:#1D2536;
}
#choosefield, #choosefield2{
    position: relative;
}
#choosefield input, #choosefield2 input{
    color:#1d476a;
    cursor: pointer;
}
#choosefield:before, #choosefield2:before {
    content: '';
    position: absolute;
    right: 19.2px;
    right: 1.2rem;
    top: 12.8px;
    top: 0.8rem;
    border: solid #1d476a;
      border-top-width: medium;
      border-right-width: medium;
      border-bottom-width: medium;
      border-left-width: medium;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 1px;
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#choosefield .dropdown, #choosefield2 .dropdown{
    -webkit-box-shadow: 0px 4px 20px rgba(29, 37, 54, 0.8);
       -moz-box-shadow: 0px 4px 20px rgba(29, 37, 54, 0.8);
            box-shadow: 0px 4px 20px rgba(29, 37, 54, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFFFFF;
    display: block;
    margin: 0 0 11.424px;
    margin: 0 0 0.714rem;
    width: 100%;
    border: 1px solid #1D476A;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    position: absolute;
    overflow: hidden;
    display:none;
}
#choosefield .dropdown div, #choosefield2 .dropdown div {
    font-size: 16px;
    font-size: 1rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    color: #1d476a;
    font-family: 'InterLight';
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    padding: 0 16px;
    padding: 0 1rem;
    text-align: left;
}
#choosefield .dropdown div:last-child, #choosefield2 .dropdown div:last-child{
    border-bottom: none;
}
#message h1, #message h5 {
    color:#1D2536;
}
#message h1{
    font-family: 'InterBlack';
}
#message h5{
    font-family: 'InterBold';
}
#message a{
    background: #1D476A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 17.6px 48px;
    padding: 1.1rem 3rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'InterBlack';
    cursor: pointer;
    text-align: center;
    font-size: 18.288px;
    font-size: 1.143rem;
    line-height: 18.288px;
    line-height: 1.143rem;
    border: none;
    text-decoration: none;
    display: inline-block;
    margin: 16px 0 0;
    margin: 1rem 0 0;
}
#portfoliodetailmodal span{
    display: inline-block;
}