/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden !important;
}
.mx {
    margin: 5px 0;
    min-height: 70px;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
    font: 14px 'Eurostile',sans-serif;
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: #c8ae73;
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: #000;
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: #71518a;
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: #273F7F;
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: #273F7F;
    margin: 10px 0;
}
p{
    margin: 0;
    font: 15px ;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: #585858;
    font-weight: 300;
}
h2,h3,h4,h5{
    color: #161616;
    font-size: 19px;
    margin-bottom: 25px;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */

.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom LP Codes
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */


body{
    position: relative;
    margin: 0;
    font: 14px ;
    background: #fff;
    margin: 0;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}

.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding-bottom: 10px;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
    font-size: 11px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: black;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: black;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: black;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: black;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 5%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #e20809;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -127px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #ff3c50 !important;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}

/*  blink animation codes */
.animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
    visibility: hidden;
}
._animated {
    animation-duration: 0.85s;
    animation-fill-mode: both;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#slider{
    position: relative;
}
/*  end of blink animation codes */

/* LP codes continues here */
.hero-form-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
        height: auto;
        padding: 60px 0;}

.hero-form-wrapper form input::webkit-input-placeholder{
    color: black;
}
.hero-form-wrapper form{
        width: 80%;
        margin: auto;
}

.hero-form-wrapper form select{
    width: 100%;
    padding: 0px 7px;
    margin-top: 10px;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
}

.hero-form-wrapper [type="submit"]{
    background-color: #d9252a;
    border: 1px solid #d9252a;
    line-height: 0px;
    width: auto;
    display: block;
    margin: auto;
    color: white;
    padding: 20px 30px;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 17px;
}
.hero-form-wrapper form input{
   width: 100%;
   padding: 10px;
   margin-top: 10px;
   border: 0;
   border-bottom: 1px solid #dfdfdf;
}
#brand img{
        width: 60px;
        float: right;
        margin-right: 14px;
        margin-top: 3px;
}
.hero-banner-wrapper{
    width: 100%;
    object-fit: cover;
}
#brand {
    /* padding-bottom: 10px; */
    /* background-image: linear-gradient(to right, #fae3e4, #fbb8b9, #f58d8d, #ea605e, #d9292f); */
}
.hero-form h3{
    font-size: 30px;
    margin-top: 0px;text-align: center;font-weight: 600;margin-bottom: 50px;display: block;color: #d9252a;padding: 6px 10px;border-radius: 5px;/* animation: blink 2s ease-out infinite; */padding-bottom: 0;}
.hero-form p{text-align: center;font-size: 19px;margin-bottom: 11px;}
.header-top{
    /* background-image: linear-gradient(to right, #fae3e4, #fbb8b9, #f58d8d, #ea605e, #d9292f); */
    padding-bottom: 10px;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}
img.prima-logo {
    width: 100px;
    margin-right: auto;
    display: block;
    margin-left: 34px;
    margin-top: 14px;
    border-radius: 5px;
}
.hero-banner-wrapper{
    position: relative;
}
.banner-content-wrapper {
    position: absolute;
    bottom: 20%;
    left: 10%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-content-wrapper img{max-width: 230px;margin: auto;display: block;box-shadow: 0px 0px 20px #32323294;border-radius: 50%;margin-top: -140px;}
.banner-content-wrapper .banner-content {/* background-color: #000000b8; */padding: 10px;text-align: center;border-radius: 10px;}
.banner-content-wrapper .banner-content p{
    font-size: 60px;
    font-weight: 700 !important;
    text-shadow: 3px 3px 10px #000;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #fff;}


.text-center{
    text-align: center;
}
.btn{
    display: inline-block;
    background-color: #d9252a;
    width: auto;
    margin: 20px auto;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 7px;
    color: white !important;
}
footer{background-color: #d9252a;padding: 10px;}
footer p{
    text-align: center;
    color: white

}
.banner-content, .banner-content p{
    font-weight: bold !important;
}

.hero-form-wrapper .t-c {
    display: flex;
    align-items: flex-start;
    min-height: 50px;
    justify-content: center;
}
.hero-form-wrapper .t-c input {
    display: inline-block;
    width: auto;
    margin: 0;
    margin-right: 10px;
}
.hero-form-wrapper .t-c label {
    font-weight: 400;
    font-size: 12px;
}

.hero-form-wrapper .t-c label#t-c-error {
    position: absolute;
    bottom: 0px;
    text-align: center;
}
#ohsnap .alert{
    float: none;
    text-align: center;
    margin: 20px auto;
}
.quick-contact {
    position: fixed;
    float: right;
    right: 1%;
    bottom: 6%;
    height: 100px;
    width: 100px;
    z-index: 99;
}
.g-recaptcha {
    transform: scale(0.9);
    display: flex;
    justify-content: center;
}
    .btn_{
        border: 0 !important;
        margin-right: 15px;
    }

.field {
position: relative;
margin-bottom: 20px;
}

.field input,
.field select {
width: 100%;
border: none;
border-bottom: 1px solid #aaa;
font-size: 16px;
padding: 8px 0;
background: transparent;
outline: none;
}

.field .form-label {
position: absolute;
left: 15px;
top: -5px;
font-size: 16px;
color: black;
opacity: 0.6;
pointer-events: none; /* important so label doesn't block typing */
transition: all 0.2s ease;
}

/* When focused or filled */
.field.focused .form-label,
.field input.filled + .form-label,
.field select.filled + .form-label {
top: -15px;
font-size: 13px;
opacity: 1;
font-weight: 700;
}
.field input.filled,.field select.filled{
background: transparent;
}
.field input,.field select  {
background: #fff;
color: #000;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
-webkit-text-fill-color: #000 !important;
}

    #lang-popup {
        max-width: 100%;
        min-height: 0;
        width: 400px;
        text-align: center;
    }
@media screen and (min-width:1200px) and (max-width: 1400px) {
    .field {
      transform: translateX(-15px);
    }
  }
  @media (max-width: 1300px) {
    .quick-contact {
        right: 5%;
        bottom: 10%;
    }
}
/* mobile reponsive */
@media only screen and (max-width: 1200px){
    .form-section label{
        width: 15% !important;
    }
    .hero-form-wrapper .t-c {
        align-items: center;
    }
    .g-recaptcha {
        transform: scale(1);
    }
    
}
@media only screen and (max-width: 1030){

.field {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
}

@media only screen and (max-width: 768px){
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    .field {
        padding-top: 20px;
        display: block;
        flex-direction: column;
      }
      .quick-contact{
        display: none;
      }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .hero-form-wrapper form .t-c input {
        padding: 0px;
        width: 25px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 10px;
    }
    /* custom codes here */
    .hero-form-wrapper form{
        width: 100%;
    }
    .hero-form-wrapper .t-c {
        align-items: center;
        min-height: 110px;
    }
    .field {
        margin-bottom: 10px;
    }
    .hero-form h3{
        font-size: 19px;
        margin: 0;
        margin-bottom: 30px;
        }

    .banner-content-wrapper img{
        max-width: 200px;
        margin-top: -80px;
    }
    .banner-content-wrapper .banner-content p{
        font-size: 17px;
        margin-bottom: 0px;
    }

    img.prima-logo{
        width: 70px;
        margin-top: 8px;
        margin-right: 8px;
    }

    .hero-form-wrapper{
        height: auto;
        padding: 35px 0px;
    }
    #brand img{
        width: 40px;
    }
    #select-lang{
        position: static !important;
        margin: 20px auto;
    }

}

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

}