/*============= RESETS =============*/

/*-- 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;
}


/*--- 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 {
 background-color: rgb(17, 18, 40) !important;
 /*border-radius: 0 !important;*/
 border: 2px solid #ffffff!important;
 border-right-style: none !important;
 padding: 8% 8% !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%;*/
}

.ssl1 {
            width: 25%;
            height: 40vh;
            margin: 1.25rem;
            box-sizing: border-box;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,.1);
            padding: 18px 10px;
}
            .dom{
                font-family: 'Titillium Web', sans-serif;
            }

            .card-title{
              font-family: 'Source Sans Pro' ,sans-serif;
           }
           .card-text{
            font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  color: #5a6369;
           }

.host17{
                width: 25%;
             height: 300px;
             margin: 20px;
             box-sizing: border-box;
             text-align: center;
             box-shadow: 0 5px 15px rgba(0,0,0,.1);
            }
.host1{
             width: 25%;
             height: 140px;
             margin: 20px;
             box-sizing: border-box;
             text-align: center;
            }

.lms2{
             background-color: #0099cc;
             padding-left: 13%;
             padding-top: 5%;
             color: white;
             height: 230px;
            }
.gs1{
             background-color: #00cc66;
           /*  padding-left: 13%;
             padding-top: 5%;*/
             color: white;
             height: 250px;
            }

.gs2{
               background-color: #03d3fc;
             /*padding-left: 13%;
             padding-top: 5%;*/
             margin-left: 70px;
             margin-right: 70px;
             margin-top: 50px;
             color: white;
             height: 500px;
             padding-top: 3%;
            }



.sso1{
            width: 25%;
            height: 190px;
            margin: 20px;
            box-sizing: border-box;
            text-align: center;
            text-align: justify;
            box-shadow: 0 5px 15px rgba(0,0,0,.1);
            }

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

           }

.fonts{
  font-family: 'Source Sans Pro', sans-serif;
}
.fonts1{
  font-family: 'Titillium web' ,sans-serif;
  text-align: justify;
}
.col-lg-6.ssltest{
  position: relative;
  left: 18%;


}
.sec1_google{
  font-family: 'Source Sans Pro', sans-serif;
 margin-top: 3%;
 margin-bottom: 3%;
 color: #4285F4;
}
.sec1_google:hover {
  color: rgba(17, 18, 40,0.9);
  cursor: pointer;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out;
}

b{
  border-bottom: 1px solid green;
  padding: 0 0 4px;
}




.p3{
           text-align: justify;
           text-justify: inter-word;
            }

.a7{
                float: left;
                width: 50%;
                padding: 10px;
                height: 350px;
                text-align: center;

   }

   .a8{
       text-align: center;
   }

   #test{
       border-radius: 50%;
     /*  width: 300px;*/
   }

  .test6{
                background: url(../banner/news.png);
                background-repeat:no-repeat;
                background-size: 100% 100%;
                text-align: center;

                position: relative;
                 height: 250px;
                line-height: 500%;
            }


 /* .a1{*/
 #home123{
                background: url(../banner/about.png);
                background-repeat:no-repeat;
                background-size: 100% 100%;
               /* text-align: center;
                color: white;*/
                position: relative;
                height: 230px;
               /* line-height: 500%;*/

               overflow: hidden;

          }



  .r4{
             text-align: center;
            }

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


              text-align: center;
            }
            .r5{
                text-align: center;
            }

   .l2{
                 background-color: white;
                width: 300px;
                border: 1px red;
                padding: 20px;
                margin: 10px;
            }


   .cont{
       text-align: center;
   }


   .box1{
       width: 20%;
       height: 300px;
       /*border: 1px solid #a100db;*/
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
       border-radius: 8px;
       margin: 20px;
       box-sizing: border-box;
       font-size: 50px;

   }

    .C1{
                /*background: url(p4.png);
                background-repeat:no-repeat;
                background-size: 100% 100%;*/
                text-align: center;
               /* color: white;*/
                position: relative;
                height: 250px;
                line-height: 500%;
            }



.box2{
              width: 20%;
              height: 130px;
              margin: 20px;
              box-sizing: border-box;
              font-size: 50px;
            }




.a1{
               width: 100%;
               height: auto;
               display: flex;
               flex-direction: row;
               justify-content: space-around;
               flex-flow: wrap;
            }










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

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



.host123{
      width: 20%;
             height: 200px;
             margin: 20px;
             box-sizing: border-box;
             text-align: center;
  }

.sec-one {
    padding: 30px 0px;
}
.hr1
{
    color:#295aab;
    font-family: "font-family: 'Libre Baskerville', serif";
    font-size:32px;
}
.btn.btn-outline-primary{
  border-color: #00c795!important;
  color: black;
}
.btn.btn-outline-primary:hover{
  background-color: #00c795!important;
  color: #fff;
}

/*media query*/

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