body{
    padding: 0;
    margin: 0;
}
/* Fonts */
@font-face {
    font-family: lexendBold;
    src: url(../fonts/Sen-Bold.ttf);
}
@font-face {
    font-family: senRegular;
    src: url(../fonts/Sen-Regular.ttf);
}
@font-face {
    font-family: ITCClearfaceStd;
    src: url(../fonts/ClearfaceStd-Regular.otf);
}
.service-title{
    font-family: lexendBold;
    text-align: center;
}
p{
    font-family: senRegular,'Lucida Sans', 'Lucida Sans Regular' !important;
}
h1,h2,h3,h4,h5{
    font-family: lexendBold;
}
/* Header Styling */
.header{
    background-color: #F5F5F5;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.header-content{
    display: flex;
    width: 80% ;
    margin: 0% 10%;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}

.logo {
    height: 100%;
}

.logo img{
    width: auto;
    height: 40px;
    cursor: pointer;
}
.nav-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-menu ul{
    display: flex;
    align-items: center;
    justify-content: end;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav-menu ul li{
    display: inline;
    margin: 0px 15px;
}
.nav-menu ul li a{
    text-decoration: none;
    color: black;
    font-family: senRegular,'Lucida Sans', 'Lucida Sans Regular' !important;
}
.nav-menu ul li a:hover{
    color:#387ecb ;
}
.btn-style-1{
    color: white;
    border-radius: 30px;
    background-color: #387ecb;
    padding: 10px;
    border: solid 2px #387ecb;
    width: 100px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
    text-transform: uppercase;
    transition-duration: .5s;
}
.btn-style-3{
    color: white;
    border-radius: 30px;
    background-color: #387ecb;
    padding: 10px;
    border: solid 2px #387ecb;
    width: 150px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
    text-transform: uppercase;
    border: solid 2px #387ecb;
    transition-duration: .5s;
}
.btn-style-3:hover{
    background-color: white;
    border: 2px solid #387ecb;
    color: #387ecb; 
    transition-duration: .5s;
}
.btn-style-1:hover{
    background-color: white;
    border: 2px solid #387ecb;
    color: #387ecb;
    transition-duration: .5s;
}
.btn-style-2{
    color: #387ecb;
    border-radius: 30px;
    background-color: white;
    padding: 10px;
    border: 2px solid #387ecb;
    width: 100px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 10px;
    transition-duration: .5s;
}
.btn-style-2:hover{
    background-color: #387ecb;
    color: white;
    transition-duration: .5s;
}
/* mobile Navigation */
.mobile-nav{
    display: none;
}
.mbl-nav .fa-bars, .fa-times{
    font-size: 40px;
    line-height: 30px;
    color: #187ED1;
}
.mobile-navigation{
    display: none;
    visibility: hidden;
}
.mobile-navigation{
    width: 100%;
    position: absolute;
    flex-direction: column;
    overflow: hidden;
    background: #F5F5F5;
}
.mobile-navigation ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile-navigation ul li{
    display: block;
    width: 100%;
    padding: 10px;
    color: black;
    border-bottom: 2px solid #187ED1;
}
.mobile-navigation ul li a{
    text-decoration: none;
    color: black;
    font-family: senRegular,'Lucida Sans', 'Lucida Sans Regular' !important;
}
.mobile-navigation ul li a:active{
    color: white;
}
.is-visible{
    visibility: visible;
    display: block;
}

/* Hero Section */

.main-section{
    display: flex;
    width: 100%;
    height: 500px;
    background-image: url(../images/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
}
.hero-section-content{
    display: flex;
    margin: 5% 10%;
    text-align: center;
    flex-direction: column;
}
.hero-heading h1{
    color:white;
    text-align: center;
    font-size: 55px;
    font-family: 'lexendBold';
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-family: ITCClearfaceStd;
}
.hero-content p{
    width: 60%;
    margin: 0px auto;
    color: white;
    padding: 20px;
}

/* Middle Container */

.middle-container {
  display: flex;
  margin-top: -4%;
  align-items: start;
  justify-content: space-evenly;
}


@media screen and (min-width: 2560px) {
  .cta-img {
    display: none;
  }

  .cta-ctonent {
    justify-content: center !important;
  }

  .cta-form .form-section {
    margin: auto;
  }
}

@media screen and (max-width: 2560px) {
  .middle-container {
    margin-top: -8%;
  }
}

@media screen and (max-width: 1920px) {
  .middle-container {
    margin-top: -12%;
  }
}

@media screen and (max-width: 1440px) {
  .middle-container {
    margin-top: -20%;
  }
}

@media screen and (max-width: 768px) {
	.middle-container {
	  flex-flow: column-reverse;
	}
}

/* Inline Registration */
.inline-registration {
  width: 40%;
  max-width: 480px;
  background-color: #fff;
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3em; 
  padding: 10px 20px;
}

.inline-registration .form-fields {
	width: 80%;
	margin: 0px auto;
}

.inline-registration .form-field {
    padding: 0px;
}

.inline-registration button {
   position: relative;
   left: -5px;
}

.inline-registration input[type='text'], .inline-registration input[type='tel'], .inline-registration input[type='email'] {
    padding: 10px;
    margin: 5px 0px;
    width: 100%;
    border: solid 1px #b4b4b4;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    left: 0px;
}

.inline-registration input[type='checkbox'] {
    height: 1.05em;
    width: 1.05em;
    position: relative;
    margin-right: 10px;
    top: 2px;
}

.inline-registration p {
  margin: 10px 0px;
}

.inline-registration p.tcpa-language {
  font-size: 14px;
}

.inline-registration button {
	width: auto;
    margin: 5px 10px;
} 

@media screen and (max-width: 768px) {
  .inline-registration {
    width: 75%;
    margin: auto;
  }
}

/* Service Section */
.service-section{
    background-color: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    max-width: 900px;
    flex-direction: row;
    border-bottom: 2px solid dodgerblue;
    flex-wrap: wrap;
}
    .service-icons{
        display: inline-flex;
        flex-direction: column;
        width: 33.3%;
    }
.service-icons >a{
    display: flex;
    max-width: 100%;
    height: 150px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-width: 100%;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}
.service-icons >a>img{
    align-items: center;
    justify-self: center;
    max-width: 100px;
    width: 100%;
}
.service-icons a {
    transition: .3s;
}

.service-icons a:hover {
    transition: .3s;
    border-color: transparent;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.5);
    background-color: #fff;
}
/* Article Section */
.article-section{
    display: flex;
    width: 70%;
    margin: 0% 15%;
    align-items: center;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
}
.article-main-heading {
    margin-top: 100px;
    width: 100%;
    text-align: center;
}
.eclips{
    background-image: url(../images/Ellipse.png);
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: center top;

}
.eclips-right{
    background-image: url(../images/Ellipse.png);
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: center right;

}
.article-main-heading h1{
    font-family: ITCClearfaceStd;
    font-size: 45px;
    font-weight: 400;
}
.article-main-heading h1{
    color: #387ecb;
}
.article-section >div{
    width: 50%;
    height: auto;
    padding: 10px;
}
.article-img img{
    width: 100%;
    height: auto;
}
.article-content h3{
    font-size: 30px;
    font-family: ITCClearfaceStd;
    font-weight: 400;
}
.article-content p{
color: #616161;
text-shadow: black;
}
/* Call to action section */
.cta-section{
    display: flex;
    width: 100%;
    height: 350px;
    background-image: url(../images/BG2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    padding-bottom: 70px;
    margin-top: 100px;
}
#servicesSection{
    background-image: url(../images/VectorBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
}
.cta-ctonent{
    display: flex;
    width: 70%;
    margin: 0% 15%;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
.cta-ctonent >div{
    width: 50%;
    height: auto;
    padding: 10px;
}
.cta-ctonent .cta-img img{
    width: 100%;
    height: auto;
}
.form-section{
    background-color: white;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    border-bottom: solid 5px #6cb99d;
}
.form-header{
    display: flex;
    flex-direction: column;
    background: #4FBC9B;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    border-radius: 5px;
}
.form-header h3{
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    color: white;
    line-height: 30px;
    text-align: center;
    font-family: ITCClearfaceStd;

    /* Added Vals */
    margin-top: 12px;
}
.form-header p{
    text-align: center;
    font-size: 12px;
    color: white;
    line-height: 15px;
    padding-left: calc(15% - 10px);
    padding-right: calc(15% - 10px);
}
.form-body{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
}
.form-body input{
    padding:10px;
    margin: 5px 0px;
    width: 100%;
    border: solid 1px #b4b4b4;
    border-radius: 5px;
}
.form-body button{
    padding:10px;
    margin: 5px 0px;
}
/* Testimonial Slider */
.testimonial-section{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;

    margin: 0px;
    padding:0px;
}
.testimonial-content{
    display: flex;
    height: inherit;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-image: url(../images/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-content .client-detail{
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: rgbar(33, 136, 199,.8);
    padding: 20px; 
}
.client-img img{
width: 120px; 
height: auto;
border-radius: 50%;
}
.client-name{
    margin-top: 10px;
    color: white;
    font-family: lexendBold;
}
.testimonial-content .client-review{
    display: flex;
    width: 70%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: rgba(48, 150, 180, 0.3);
}
.client-review{
    color: white;
    letter-spacing: 1px;
    font-family: senRegular,'Lucida Sans', 'Lucida Sans Regular' !important;
}
.Testimonial-main-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: dodgerblue;
    padding: 20px;
margin-top: 100px;
}
.Testimonial-main-heading h2{
    padding: 0px;
    margin: 0px;
}
/* footer */

.footer{
    display: flex;
    width: 100%;
    height: auto;
    border-top: 2px solid #187ED1;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.footer-content{
    display: flex;
    width: 80%;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-logo{
    width: 100px;
background-color: white;
padding : 30px;
margin-top: -50px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.footer-logo img{
    width: 100%;
    height: auto;
}
.footer-menu{
    padding: 20px;
}
.footer-border{
    border: 6px solid dodgerblue;
    display: flex;
    width: 80%;
    border-radius: 10px 10px 0px 0px;
}
.footer-menu .nav-menu {
    display: block;
}
.footer-menu .nav-menu ul li{
    padding-left: 30px;
}
/* Responsive */
@media screen and (min-width: 764px) {
    .mobile-navigation{
        display: none;
        visibility: hidden;
    }
}

    /* Added Vals */
    @media only screen and (min-width: 1400px) {
        .service-section{
        }
    }

    @media only screen and (min-width: 1500px) {
        .service-section{
        }
    }


    @media only screen and (min-width: 1600px) {
        .service-section{
        }
    }


    @media only screen and (min-width: 1800px) {
        .service-section{
        }
    }    
    
    @media screen and (max-width: 1024px) {
        .service-section{
            width: 75%;
        }
    }    



@media screen and (max-width: 764px) {
    .header-content{
        width: 90% ;
        margin: 0% 5%;
    }
    .hero-section-content{      
        margin: 20% 5%;
    }
    .hero-heading h1{
        font-size: 25px;
    }
    .footer-menu .nav-menu ul li{
padding-top: 15px;
    }
    .hero-content p{
        width: 95%;
        margin: 0px auto;
        color: white;
        padding:10px;
    }
    .main-section{
        height: 300px;
    }
    .service-section{
        background-color: #F5F5F5;
        display: flex;
        width: 80%;
        margin: 0 auto;
        margin-top: 8%;
    }
    .service-icons >a>img{
        max-width: 50px;
        width:100%;
    }
    .service-icons >a{
        height: 120px;
        padding: 10px;
    }

    .service-title {
        font-size: 14px;
        margin-top: 6px;
    }

    .article-section{
        flex-direction: column;
    }
    .row-reverse{
        flex-direction: column-reverse;
    }
    .article-content{
        padding: 0px !important;
    }
    .article-section >div{
        width: 100%;
        height: auto;
    }
    .cta-section{
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    .cta-ctonent{
        display: flex;
        width:80%;
        margin: 0% 10%;
        height: auto;
        flex-direction: column;
    }
    .form-section{
        width: 100%;
    }
    .cta-ctonent >div{
        display: flex;
        justify-content: center;
        width:100%;
        height: auto;
        padding: 10px;
    }
    .form-header h3{
    font-size: 24px;
    }
    .form-body input {
        margin: 12px 0px;
    }
    .testimonial-content{
            display: flex;
            flex-direction: column;
            height: auto;
        }
        .testimonial-content .client-detail{
            width: 100%;
        }
        .testimonial-content .client-review {
            width: 100%;
            padding:0px;
        }
        .footer-menu .nav-menu ul {

            flex-direction: column;
        }
        .testimonial-section{
            width: 100%;
        }
}
@media screen and (max-width: 630px) {
    .header-content{
        width: 90% ;
        margin: 0% 5%;
    }
    .nav-menu{
        display: none;
    }
    .mobile-nav{
        display: block;
    }
    .service-section{
    }

}

@media screen and (max-width: 550px) {
    .service-section{
        /* width: 75%; */
    }
}    

@media screen and (max-width:480px) {
    .service-section{
        flex-direction:column;
    }

    .service-icons{
        display: inline-flex;
        width: 100%;
        flex-direction: row;
    }

    .service-icons >a{
        height:100px;
        display:inline-flex;
        width: 50%;
    }
}

@media screen and (max-width:320px){

    .service-icons >a{
        width:100%;
    }

    .service-icons{
        flex-direction: column;
    }

    .service-icons >a {
        padding: 10px 0;
    }    
}
    
