/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital@1&display=swap');
.field_wraper
{
  width: 100%;
  position: relative;
}
.clearfix
{
    clear: both;
}
#banner_section img 
{
    max-height: 500px;
    object-fit: cover;
}
.home-template p 
{
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.7em!important;
    font-size: 17px;
    color: #000000;
}
.home-template a 
{
    color: #2ea3f2!important;
}
.home-template h1
{
  color: #000000!important;
  font-weight: 600;
}
.home-template h2
{
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
}

.global-pages-section
{
    background: #ffffff;
    padding: 0px;
}

.pages-container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 50px 15px;
}

.mailing_address h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.pages-inner-content.contactform-sec {
    max-width: 732px;
    margin: 0 auto;
}
.pages-inner-content h6, .pages-inner-content h4, .pages-inner-content h3, .pages-inner-content h2
    {
        padding: 20px 0;
        margin: 0;
        padding-top: 5px;
    }
.pages-inner-content p
    {
           font-family: Poppins,sans-serif;
            margin-bottom: 20px;
            font-weight: 400;
            line-height: 1.7em!important;
            font-size: 17px;
            color: #000000;
    }


form#contactform {
    padding-bottom: 10px;
    max-width: 450px;
    float: right;
    display: block;
    width: 100%;
}
form#contactform input:focus, form#contactform textarea:focus {
    outline:none;
    border: 1px solid #cfcece;
}
#contactbtn {
    padding: 14px 19px;
    border: none;
    cursor: pointer;
    background-color: #00b0ea;
    border-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    text-transform: capitalize;
}

.contactform-sec a
{
   color : #00b0ea
}
.contactform-sec h5.heading
{
    text-align: center;
    font-size: 1.9em;
    font-family: Source Sans Pro,sans-serif;
    color: #8ac557;
    font-weight: 600;
}
.contactform-sec hr 
{
    margin: 2rem auto;
}
.contactform input.text, .contactform input.title, .contactform input[type=email], .contactform input[type=password], .contactform input[type=tel], .contactform input[type=text], .contactform input[type=number], .contactform select , .contactform textarea
{
     width: 100%;
    max-width: 600px;
    border: 1px solid rgba(60,60,60,.26);
    border-radius: 4px;
    padding: 7px 15px;
}

.contactform-sec h1, .contactform-sec h2, .contactform-sec h3, .contactform-sec h4, .contactform-sec h5, .contactform-sec h1, .contactform-sec h2, .contactform-sec h3, .contactform-sec h4, .contactform-sec h5 {
    
    line-height: 1.3;
    margin: 0px;
}
.contactform-sec em
{   
    font-family: Source Sans Pro,sans-serif;
    color: #8ac557;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400!important;
}


.contactform .form-group
    {
        margin: 14px 0;
        display: flex;
        align-items: center;
    }

.contactform .form-group label {
    min-width: 116px!important;
    display: inline-block;
    font-family: Poppins,sans-serif;
}

 #contactform .asteric {
          color: red;
      }
      #contactform ::-webkit-input-placeholder { /* Edge */
        color: rgba(60,60,60,.55);
      }

      #contactform :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: rgba(60,60,60,.55);
      }

      #contactform ::placeholder {
        color: rgba(60,60,60,.55);
      }
      #contactform textarea
      {
        height: 100%;
      }

.pages-inner-content ul li {
    list-style: disc;
    font-weight: 600;
    margin-left: 19px;
}



.notes_wraper
{
    width: 100%;
}
.notes_wraper p {
    margin: 0;
    font-size: 14px;
}
#contactform .notes_wraper textarea{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 27px;
}

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
}
input.error, textarea.error
{   
    color: red;
    border: 1px solid red!important;
}
input.valid, textarea.valid {
    border: 1px solid #4CAF50!important;
    color: green;
}
.field_wraper.valid:after {
    content: '✓';
    color: #4CAF50;
    position: absolute;
    right: -20px;
    top: 5px;
    font-weight: 900;
}

.field_wraper.error:after{
     content: '×';
     color: red;
     position: absolute;
    right: -20px;
    top: 5px;
    font-weight: 900;
 } 



/*newsletter page*/
.news_letter_box {
    max-width: 600px;
    margin: 63px auto;
    border: 1px solid rgb(235, 235, 235);
    display: flex;
    justify-content: center;
    padding: 18px 20px;
}
.news_letter_box h5 
{
    margin: 0px;
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
    color: #346320;
    text-align: left;
    padding-bottom: 13px;
}
.news_letter_box .newsletter_input {
    display: flex;
    gap:  20px;
}

.news_letter_box .newsletter_input .input {
    width: 75%;
    max-width: 320px;
}
.news_letter_box .newsletter_input .input input 
{
    font-size: 17px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 50px;
    width: 100%;
    height: 100%;
    max-height: 40px;
}
.news_letter_box .btn
{
  width: 32%;
}
.btn button 
{
    width: 100%;
    max-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 52px;
    text-decoration: none!important;
    background: #346320;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    min-width: 140px;
}
button[disabled=disabled], button:disabled {
    opacity: 0.5;
}
.submission_message {
    display: none;
    background: green;
    padding: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}
/*more sites page*/
.logos-section {
    padding: 15px 0px;
    padding-bottom: 35px;
}
ul.logoimg {
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}
ul.logoimg li {
    list-style: none;
    flex: 0 0 47.333333%;
    text-align: center;
    border: 1px solid #ddd;
    transition: all .2s ease;
    min-height: 147px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    border-radius: 4px;
    margin-left: 0px!important;
    padding: 31px 25px;
}
ul.logoimg li:hover {
    -webkit-box-shadow: 0 2px 8px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 20%);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-color: #ddd;
}
ul.logoimg li a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
ul.logoimg li a:not(.view_link)
{
    min-height: 66px;
}
ul.logoimg h5 
{
    margin: 0px;
    color: #4a4a4a;
    font-size: 20px;
}
ul.logoimg img 
{
    margin-bottom: 18px;
    max-height: 50px;
    object-fit: contain;
    max-width: 290px;
}
ul.logoimg a.view_link {
    color: #233a72!important;
    font-size: 20px;
}

ul.logoimg a.view_link:hover 
{
    color: #efcf15!important;
}

/*tech support page*/
.tech-support-section .tagline
{
    margin-bottom: 26px;
}

.tech-support-section .contactform .form-group label
{
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}


@media only screen and (max-width: 600px) 
{
  .pages-container
  {
    padding-top: 20px;
  }
  .pages-inner-content h1
  {
    font-size: 30px!important;
  }
  .home-template h1, .home-template h2
  {
    font-size: 30px!important;
  }

}

@media only screen and (max-width: 500px) 
{
   .news_letter_box .newsletter_input
   {
    display: block;
   }
   .news_letter_box .newsletter_input .input {
        width: 100%;
        max-width: 320px;
        margin-bottom: 15px;
    }
}