.pad{
    padding: 5em 0;
}
.inner-pad{
    padding: 2.5em 0;
}
.lg{
    font-size: 3em;
    font-weight: bold;
}
.graybg{
    background-color: #f1f1f1;
}
.text-center {
    text-align: center;
}
.accent{
    color: #006fa7;
}
.flex-vertical-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card h3 {
    font-size: 24px;
}
/* ----------------------- Hero Page Styling ------------------------*/
.hero{
    margin-top: 5em;
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 350px;
    color: #fff;
}
/* ----------------------- Inner Page Styling ------------------------*/
.inner-header{
    background-image: url(../images/inner-bg.jpg);
    width: 100%;
    height: 100vh;
    max-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 35px;
    color: #fff;
}
.inner-header h1{
    padding-top: 2em;
    margin: 0 auto;
}
.uk2 li{
    list-style: none;
    padding-left: 5%;
}
.uk2 i{
    color: #38aae4;
    font-size: 2em;
}
.uk2 p{
    font-size: 1.5em;
}
.uk .container p{
    margin-top: 20px;
}
.uk-heading-bullet {
    position: relative;
}
.uk-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(4px + .7em);
    margin-right: calc(5px + .2em);
    border-left: calc(5px + .1em) solid #56b8e9;
}
@media (min-width: 960px){
.uk-h2 {
    font-size: 2rem;
}
.uk-h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}
.uk-text-center {
    text-align: center!important;
}
.uk-heading-line {
    overflow: hidden;
}
h3.uk-heading-line{
    margin-top: 40px;
    font-size: 1.5em;
}
.uk-heading-line>::before {
    right: 100%;
    margin-right: calc(5px + .3em);
}
.uk-heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - ((.2px + .05em)/ 2));
    width: 2000px;
    border-bottom: calc(.2px + .05em) solid #e5e5e5;
}
.uk-heading-line>::after, .uk-heading-line>::before {
    content: "";
    position: absolute;
    top: calc(50% - ((.2px + .05em)/ 2));
    width: 2000px;
    border-bottom: calc(.2px + .05em) solid #e5e5e5;
}
.uk-heading-line>* {
    display: inline-block;
    position: relative;
}
}

/* ----------------------- Slider & Nav Styling ------------------------*/
.carousel{
    margin-top: 45px;
    max-height: 500px;
    overflow: hidden;
}
.carousel-logo{
    position: absolute;
    z-index: 0;
    padding-top: 3%;
    padding-left: 5%;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    left: 0;
    top: 0;
}
.carousel-logo img{
    width: 30%;
}
.navbar-custom {
    background-color: #1e1e1e;
    border-bottom: 1px solid rgb(49, 49, 49);
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #838383;
}
.navbar-toggle {
    margin-top: 1em;
}


#css-carousel .item > a {
  display: block;
  height: 432px;
  width: 100%;
  -webkit-background-size: fill;
  -moz-background-size: fill;
  -o-background-size: fill;
  background-size: fill;
}

body{
    font-family: 'Roboto', sans-serif;
}

p {
 font-size: 1.3em;
}
ul {
    list-style-type : disc;
    padding-inline-start: 40px;
}

/* ----------------------- Navigation Styling ------------------------*/
.header-logo img{
    margin-top: 10px 0;
    padding: 1em 0;
    width: 250px;
}

.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0;
    background-color: transparent;
    color: #838383;
    font-size: 1.5em;
}
.navbar-brand, .navbar-nav>li>a:hover {
    text-shadow: 0;
    background-color: transparent;
    color: #fff;
}
.nav .active{
    color: #dddddd;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
    padding-top: 1em;
}

/* ----------------------- Content -----------------------------------*/
.block1{
    height: auto;
}
.block1 h2 {
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
    margin: 0;
}
.button{
    background-color: #56b8e9;
    color: white;
    font-size: 2em;
    font-weight: bold;
    padding: 1.5rem 3em
}
.button:hover{
    background-color: #38aae4;
    text-decoration: none;
    color: #fff;
}
.block2{
    width: 100%;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.block2 h1 {
    text-align: center;
    font-size: 3em;
    padding-bottom: 1em;
}
.block2 img{
    width: 100%;
    height: auto;
}
.block3{
    margin-bottom: 30px;
}
.button-sm{
    background-color: #56b8e9;
    color: white;
    padding: 5px 30px;
}
.button-sm:hover{
    background-color: transparent;
    border: 1px solid #56b8e9;
    text-decoration: none;
    color: #56b8e9;
}
.card{
    display: flex;
}
.card h1 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    margin: 0;
}
.thumbnail {
    transition: transform .2s;
    margin: 0 auto;
    display: block;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 3rem 5rem;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
}
.thumbnail:hover {
    transform: scale(1.04);
    border-bottom: 8px solid #38aae4;
}
.thumbnail h3{
    margin: 0;
    text-transform: uppercase;
}
.block-access{
    width: 100%;
    height: 250px;
    background-image: url(../images/c.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}
.button-lg{
    background-color: #38aae4;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
    padding: 20px 90px;
}
.button-lg:hover{
    background-color: #38aae4;
    text-decoration: none;
    font-size: 3em;
    color: white;
    font-weight: bold;
}

/* ----------------------- Footer Styling ------------------------*/

.footer{
    background: #1e1e1e;
    color: #838383;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}

/* ----------------------- Contact Page Styling ------------------------*/
.contact-card-wrapper{
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
    padding-bottom: 3em;
}
.contact-card{
    text-align: center;
    padding: 1rem;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    margin: 1rem;
    padding: 2em 0;
    width: 33.333%;
}
@media (min-width: 240px) and (max-width: 990px) {
    .contact-card-wrapper{
        flex-direction: column;
    }
    .contact-card{
        width: 100%;
        margin: 1rem 0;
    }
}
.contact-card .icon img{
    width: 50px;
}
.contact-card-wrapper .container:before{
    display: table;
    content: "aaaa ";
}


/* ----------------------- Bootstrap Media Query Styling------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Extra Small devices ( about, 319px and below) */
@media (min-width: 240px) and (max-width: 319px)  {
    .header-logo img{
    margin-left: 10px;
    width: 70%;
}
.col-xs-6 {
    width: 100%;
}
.sitesGallery .col-xs-6 {
    width: 50%;
}
}



/* Extra Small devices ( about, between 320px and 379px) */
@media (min-width: 320px) and (max-width: 379px)  {
   .header-logo img{
    margin-left: 20px;
    width: 60%;
}
    .block1{
    padding: 0px 0;
    margin-bottom: 20px;
}
    .block1 h1 {
    font-size: 2em;
}
    .button{
    padding: 10px 30px;
    font-size: 1.5em;
}
    .block2{
    padding: 10px 0;
}
    .block2 h1 {
    font-size: 2em;
}
    .block2 img{
    width: 100%;
    height: auto;
}
    .about{
    padding: 10px 0;
    margin-bottom: 30px;
    }
    .card{
    padding: 15em 0;
    margin-bottom: 30px;
    }
    .card h1{
    font-size: 2em;
    }
    .block-access{
    width: 100%;
    height: 150px;
    padding: 60px 0;
}
.text{
    display:inline-block;
    width:100%;
    }
    .thumbnail .caption {
        padding:0;
    }
    .thumbnail a{
    color:  #56b8e9;;
    font-size: 1em;
    padding: 5px 0;
    text-decoration: underline;
}
    .card h3{
        margin-top: 10px;
    }
    .col-md-3{
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper{
    width: 100%;
    padding: 5px 30px;
    margin-top: 75px;
    margin-left: 15px;
    padding-bottom: 60px;
}
.button{
    padding: 10px 15px;
    font-size: 1.5em;
}
.button-lg{
    font-size: 18px;
    padding: 20px;
}
.col-xs-6 {
    width: 100%;
}
.sitesGallery .col-xs-6 {
    width: 50%;
}
.pad {
    padding: 1.5em 0;
}
}

/* Extra Small devices ( about, between 380px and 529px) */
@media (min-width: 380px) and (max-width: 529px)   {
    .header-logo img{
        margin-left: 20px;
        width: 230px;
    }
    .block1{
    padding: 5px 0;
    margin-bottom: 30px;
    }
    .block1 h1 {
    font-size: 2em;
}
    .button{
    padding: 10px 50px;
}
    .block2 img{
    width: 100%;
    height: auto;
}
    .block2 h1 {
    font-size: 2em;
}
    .block2{
    padding: 30px 0;
}
    .about{
    padding: 20px 0;
    margin-bottom: 30px;
    }

    .card{
    padding: 20px 0;
    margin-bottom: 30px;
    }
    .card h1{
    font-size: 2em;
    }
    .card h3 {
        font-size: 1.5em;
    }

    .block-access{
    width: 100%;
    height: 150px;
    padding: 60px 0;
}
    .text{
    display:inline-block;
    width:100%;
    }
    .thumbnail .caption {
        padding:0;
    }
    .thumbnail a{
    color:  #56b8e9;;
    font-size: 1em;
    padding: 5px 0;
    text-decoration: underline;
}
    .card h3{
        margin-top: 10px;
    }
    .col-md-3{
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper{
    width: 80%;
    padding: 5px 30px;
    margin-top: 75px;
    padding-bottom: 60px;
}
.col-xs-6 {
    width: 100%;
    margin-bottom: 1rem;
}
.sitesGallery .col-xs-6 {
    width: 50%;
}
.button-lg{
    font-size: 5vw;
    padding: 20px 40px;
}
.button {
    font-size: 1.5em;
}
.pad {
    padding: 1.5em 0;
}
}


/* Small devices (tablets, between 530px and 767px) */
@media (min-width: 530px) and (max-width: 767px) {

   .header-logo img{
    margin-left: 20px;
}

    .block1{
    padding: 5px 0;
    margin-bottom: 30px;
    }
    .block1 h1 {
    font-size: 2em;
}

    .block2 h1 {
    font-size: 2em;
}
    .block2 img{
    width: 100%;
    height: auto;
}
    .block2{
    padding: 40px 0;
}
    .about{
    padding: 40px 0;
    margin-bottom: 30px;
    }

    .card{
    padding: 40px 0;
    margin-bottom: 30px;
    }
    .block-access{
    width: 100%;
    height: 175px;
    padding: 60px 0;
}
.text{
    display:inline-block;
    width:100%;
    }
    .thumbnail .caption {
        padding:0;
    }
    .thumbnail a{
    color:  #56b8e9;;
    font-size: 1em;
    padding: 5px 0;
    text-decoration: underline;
}
    .card h3{
        margin-top: 10px;
            font-size: 1.5em;
    }

    .col-md-3{
        padding-left: 5px;
        padding-right: 5px;
    }
    .wrapper{
    width: 80%;
    padding: 5px 30px;
    margin-top: 75px;
    padding-bottom: 60px;
}
.button-lg{
    font-size: 5vw;
    padding: 20px 40px;
}
.button{
    font-size: 1.5em;
    padding: 10px 120px;
}
.pad {
    padding: 1.5em 0;
}

}


/* Small devices (tablets, between 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px) {

    .block2 img{
        width: 100%;
        height: auto;
    }
    .block2 h1 {
    font-size: 2.5em;
}
    .button-sm{
    background-color: #14b5bf;
    color: white;
    padding: 5px 30px;
}
    .button-sm:hover{
    background-color: transparent;
    border: 1px solid #14b5bf;
    text-decoration: none;
    color: #282828;
}
    .wrapper{
    width: 75%;
    padding: 20px 30px;
    margin-top: 75px;
    padding-bottom: 80px;
}
.card h3 {
    font-size: 1em;
}
}




/* Medium devices (desktops, between 992px and 1199px) */
@media (min-width: 992px) and (max-width: 1199px){
    .card h3 {
        font-size: 1em;
    }
    .block2 img{
        width: 100%;
        height: auto;
    }
    .card{
    padding: 60px 0;
}
    .card article{
    text-align: left;
}
    .wrapper{
    width: 85%;
}


}

.inner-bullet{
    font-size: x-large;
    margin: 2rem;
}
.left li{
    list-style: none;
}
.left h4{
    margin-bottom: 0;
}
.left p{
    margin-top: 0;
    margin-bottom: 3rem;
}


CONTACT STYLES

h1 {
    font-family: 'Poppins', sans-serif, 'arial';
    font-weight: 600;
    font-size: 72px;
    color: white;
    text-align: center;
}

h4 {
    font-family: 'Roboto', sans-serif, 'arial';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #dfdfdf;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    font-weight: 100;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}
.styled-input.has-error label {
    color :#dc3545 !important;
}

.styled-input.wide {
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 2rem;
    background-color: #2d2d2d;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
}

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}

.block-contact {
    background-color: #f1f1f1;
    padding: 33px 24px;
    color: #000;
}
.block-contact form {
    max-width: 395px;
}
.block-contact .form-group {
    margin-bottom: 7px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.block-contact .form-control {
    border-radius: 0;
    border: 1px solid #c7c7c7;
    height: 46px;
}


.block-contact .form-control {
    border-radius: 0;
    border: 1px solid #c7c7c7;
    height: 46px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select {
    word-wrap: normal;
}
button, select {
    text-transform: none;
}
.block-contact .form-group {
    margin-bottom: 7px;
}
option {
    font-size: 1.5em;
}
.gateway-btn {
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06), 0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}
.sitesGallery .thumbnail{
    padding: 0px;
}
.sitesGallery .thumbnail:hover {
    transform: scale(1.04);
    border-bottom: 1px solid #ddd;
}
.sitesGallery p{
    margin-top: 5px !important;
    text-align: center;
    text-transform: uppercase;
}
.sitesGallery a:hover{
    text-decoration: none;
}
@media (max-width:961px)  {
    .sitesGalleryH1{
        font-size: 23px;
    }
}
