/*============= RESETS =============*/
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:18px;
}
/*-- iPhone X Remove Gutters --*/
html {
  padding: env(safe-area-inset);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
  overflow-x: hidden;
  /*font-family: 'Lato', sans-serif;*/
  color: #505962;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  content: "";
  height: 4rem;
  display: block;
  margin-top: -4rem;
}

.text-nuno {
  color: #1EBBA3;
}
.mid-label {
    background-color: #152642 !important;
    color: #fff;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

/*-- Remove Button Outline --*/
button:focus, a:focus, a.btn:focus {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: all .6s ease;
}
button, a, a.btn,
.svg-inline--fa {
  transition: all .6s ease;
}





footer {
  position: relative;
  background-color: rgb(17, 18, 40);
  color: rgb(128, 128, 128);
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
 font-family: "EB Garamond", sans-serif;
}

.lead {
 font-size: 1.1rem !important;
}

.useful-links {
 font-family: 'Poppins', sans-serif;
 display: flex;
 flex-direction: row;
 text-transform: uppercase;
 flex-wrap: wrap;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 0.75rem;
 line-height: 2.5;
 letter-spacing: 2px;
 position: relative;
 padding-bottom: 1rem;
 text-decoration: none;
 justify-content: space-between;
 margin: 2% 10% 2% 3%;
}
.fa-map-marker-alt {
 color: #00C795 !important;
}


.map-des {
 font-size: 10px !important;
 padding-left: 5%;
 color: #FFFFFF;
 font-weight: bold;
 font-family: 'Montserrat', sans-serif;
 line-height: 1rem;
 letter-spacing: 0.10625rem;
 padding-top: 2%;
}
.office-name {
 font-family: 'Montserrat', sans-serif;
 color: #00C795 !important;
 text-transform: uppercase;
 font-size: 0.75rem;
 font-weight: bold;
 line-height: 1rem;
 letter-spacing: 0.10625rem;
}

.maps {
 display: flex;
 flex-direction: row;
 text-align: left;
}

.footer-subscribe__input {
 -webkit-appearance: none;
 color: rgb(255, 255, 255);
 font-size: 0.625rem;
 letter-spacing: 0.10625rem;
 line-height: 1rem;
 width: 100%;
 border-width: 2px 0px 2px 2px;
 border-style: solid;
 border-color: rgb(176, 176, 176);
 border-image: initial;
 border-radius: 0px;
 outline: none;
 padding: 0.9375rem 1.25rem;
}

.form-control {
    border: 2px solid #86bfec!important;
    padding: 4% 0% !important;
}

button.btn.btn-outline-light.news-submit {
 border: 2px solid #00C795 !important;
 height: 75%;
 width: auto;
}

.newsletter {
 color: #00C795;
 font-weight: bold;
 padding-top: 2%;
}

.social {
 display: flex;
 flex-direction: column-reverse;
}

.follow-us {
 display: flex;
 align-items: center;
 justify-content: center;
}
.follow {
 writing-mode: vertical-rl;
 text-orientation: mixed;
 transform: rotate(180deg);
 font-size: 10px !important;
 color: #FFFFFF;
 font-weight: bold;
 font-family: 'Montserrat', sans-serif;
 line-height: 1rem;
 letter-spacing: 0.10625rem;
 text-transform: uppercase;
 padding-right: 10px;
 padding-bottom: 10px;
}

.follow-email {
 writing-mode: vertical-rl;
 text-orientation: mixed;
 font-size: 10px !important;
 color: #FFFFFF;
 font-weight: bold;
 font-family: 'Montserrat', sans-serif;
 line-height: 1rem;
 letter-spacing: 0.10625rem;
 text-transform: uppercase;
 padding-right: 10px;
 padding-bottom: 10px;
}

.social-icons {
 color: #FFFFFF !important;
 padding-left: 20px !important;
 margin-bottom: 30px !important;
}

a.middle
{
 position: relative !important;
 color: #FFFFFF;
}

a.middle:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 2px;
 bottom: 0;
 left: 0;
 background-color: #00C795;
 visibility: hidden;
 transform: scaleX(0);
 transition: all 0.3s ease-in-out;

}

a.middle:hover {
 color: #FFFFFF;
 text-decoration: none !important;
}
a.middle:hover:before {
 visibility: visible;
 transform: scaleX(1);

}
i.fab.fa-facebook-square:hover {
 color: #3B5998 !important;
}

i.fab.fa-instagram:hover {
 color: #E1306C !important;
}

i.fab.fa-linkedin:hover {
 color: #0E76A8 !important;
}

@media (max-width: 576px) {
 .social {
   flex-direction: row;
   justify-content: space-evenly !important;
   align-items: flex-start;
 }
 .follow {
   display: none;
 }
 .follow-us {
   justify-content: space-evenly !important;
   align-items: flex-start;
   padding-bottom: 0;
 }
 .social-icons {
   margin-right: 20px;
   margin-left: 20px;
 }
 .useful-links {
   flex-direction: column;
   justify-content: center;
   align-content: center;
   font-size: 1rem;
 }
 footer .container {
   text-align: center;
 }
 .maps {
   text-align: center;
   align-items: center;
   justify-content: center;
 }
 .map-des {
   display: none;
 }
 .form-control {
   background-color: rgb(17, 18, 40) !important;
   border-right-style: solid !important;
   padding: 8% 8% !important;
 }
 button.btn.btn-outline-light.news-submit {
   border: 2px solid #00C795 !important;
   height: 100%;
   width: 25%;
 }
 .follow-email {
   writing-mode: horizontal-tb;
   text-orientation: mixed;
 }

}


   .jumbotron.jumbotron-fluid.jumo_web{
    background: url(../banner/web_image.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 230px;
    overflow: hidden;
   }

.col-lg-6{
  /*margin-top: 5%;*/
 /* margin-left: 30%;*/
}




.col-lg-6.ssltest{
  position: relative;
  left: 18%;


}

   .btn-default{
            background-color: white;
            color: black;
            border: 2px solid #a100db;


              text-align: center;
            }
  
 

.hul-small {
  border: solid #1EBBA3 6px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 25%;
  margin: 5px auto 25px auto;
}






.sec-one {
    padding: 60px 0px;
}

.btn.btn-outline-primary{
  border-color: #00c795!important;
  color: black;
}
.btn.btn-outline-primary:hover{
  background-color: #00c795!important;
  color: #fff;
}

/*reseller page*/
.hul-small_reseller
{
     border: solid #1EBBA3 6px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 20%;
  margin: 5px auto 25px auto;
}
.one_res
{
    /*font-size:16px;*/
    /* font-family: "Poppins", sans-serif;*/
    color: #295aab;
    font-size: 28px;
    font-family: "font-family: 'Libre Baskerville', serif";
}

.reseller-ppt
{
    margin-top:3%;
    /*text-align:center;*/
}

.btn-primary
{
    color: #fff;
    background-color: #2ba7d0;
    border-color:  #2ba7d0;
}

.card{
    width:7%;
    height:90%;
    background-color:#bbbbbb0f;
    /*transition: transform 1s;*/
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}



.card-title {
    color: #295aab;
    font-size: 24px;
    font-family: "font-family: 'Libre Baskerville', serif";
}
.card-text{
  /*font-family: 'Poppins', sans-serif; */
    font-size: 18px;
    /* line-height: 2; */
    text-align: center;
    color: #5a6369;
}
.card-body {
    margin-bottom: 20px;
}
.gsps-sec {
    transition: 0.25s ease;
}

.gsps-sec:hover {
    transform: translateY(-20px);
    background-color: #152642;
    color: #fff;
}
.gsps-sec {
    background-color: #fbfbfb;
    width: 25%;
    border: 1px solid #8080806b;
    /* padding: 50px; */
    /* margin: 20px; */
    text-align: center;
    margin-top: 4%;
}

.sec_res {
    margin-bottom: 3%;
    font-family: "font-family: 'Libre Baskerville', serif";
    margin-top: 3%;
    font-size: 28px;
}

.gsps-module {
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.jumo_ssl{
  color: #fff;
  background: url(../img/banners/reseller1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
  height: 47vh;
  width:100%;

           }

.sec_four {
    font-family: "font-family: 'Libre Baskerville', serif";
    margin-top: 4%;
    font-size: 28px;
}

.resell_program{
    text-align:center;
    color:#295aab;
    font-size: 24px; 
}

.sec_three h5 {
    color: #295aab;
    font-size: 32px;
    margin-bottom: 20px;
    font-family: "font-family: 'Libre Baskerville', serif";
}


/*media query*/

@media screen and (max-width: 600px) {
    .jumo_ssl {
        background: url(../img/banners/resellermob.jpg);
}
.col-lg-6.ssltest {
    position: initial;
    left: 0px;
}
.card {
    width: 100% !important;
}
.gcp-img {
    width: 100% !important;
}
.gsps-sec {
    width:100% !important;
}
}