/**.hamburger {
	display: none ;
} **/

html {
    scroll-behavior: smooth;
}
#nav-services{
    padding: 150px 0 0;
    margin: -150px 0 0;
}
#serviceDiv{
    padding: 150px 0 0;
    margin: -150px 0 0;
}
.nav-menu{padding:0;}
body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden !important;
}
a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

@media only screen and (max-width: 900px) {
    body {
        overflow-x: hidden !important;
    }
#5star {width:100%;}
}
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
    }
}
.fade-in-element {
    animation: fade-in 2s;
}
/* ---------------------------------------------- 
                  Hero Section
   ---------------------------------------------- */
.container {
    
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#contactformDiv {
	min-width: 550px;
	
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
	box-sizing: border-box;
}
#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 50px 0;
}

#serviceDiv {
    background: #F9F9F9;
 
}
#contact h3 {

    display: block;
    font-size: 30px;
    font-weight: 400;
}
#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}
fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}
#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}
#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #0CF;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}
#contact button[type="submit"]:hover {
    background: #09C;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus, #contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}
::-webkit-input-placeholder {
    color: #888;
}
:-moz-placeholder {
    color: #888;
}
::-moz-placeholder {
    color: #888;
}
:-ms-input-placeholder {
    color: #888;
}
header {
    min-height: 172px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
}
.topbar {
    position: fixed;
    background-color: #054E98;
    padding: 12px 0px;
    min-height: 20px;
    width: 100%;
    top: 0;
    z-index: 12;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.topbar p {
    color: #e9e9e9;
    font-weight: 300;
    letter-spacing: .7px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.phone-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.phone-wrapper img {
    height: 18px;
    width: auto;
    margin-right: 15px;
}
.header-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-icons img {
    height: 23px;
    width: auto;
    margin: 0 11px;
}
nav {
    padding: 20px 5px;
    position: fixed;
    background-color: #eaeaea;
    z-index: 12;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 44px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.logo-wrapper h2 {
    font-size: 34px;
    color: rgb(248, 248, 248);
    padding-left: 25px;
}
.logo {
    height: 100px;
    width: auto;
    z-index: 1;
    margin-bottom: 0px;
}
.nav-item {
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #2F66BB;
}
.active {
    color: rgb(255, 255, 255);
}
.nav-btn {
    margin-right: 30px;
    background-color: #054E98;
    padding: 10px 35px;
    border-radius: 5px;
    transition: all, .3s;
    color: #f3f3f3;
}
.nav-btn:hover {
    background-color: #45a9d8;
    color: white;
}
.phone {
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 30px;
    font-size: 20px;
}
.hero-wrapper {
    margin: 0 auto;
    margin-top: 0px;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000b6;
    border-radius: 5px;
    padding: 25px 0px;
    position: absolute;
    bottom: 30%;
    left: 0%;
    right: 40%;
    z-index: 10;
    min-height: 0px;
}
.hero-wrapper-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-wrapper h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 10px 0;
    color: white;
    text-align: center;
    font-weight: 600;
}
.hero-wrapper p {
    font-size: 22px;
    margin: 10px 0;
    color: white;
    text-align: center;
}
.home-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.hero-btn {
    width: 30%;
    text-align: center;
    background-color: #054E98;
    color: #fafafa;
    font-size: 16px;
    padding: 12px 25px;
    letter-spacing: .5px;
    font-weight: 600;
    margin: 0px 10px;
    border-radius: 4px;
}
.hero-btn:hover {
    background-color: rgb(170, 170, 170);
}
@media only screen and (max-width: 850px) {
    header {
        min-height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 0px;
    }
    nav {
        *display: none;*/
    }
    .logo {
        margin-bottom: 30px;
    }
    .nav-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .nav-item {
        margin: 10px 0;
        font-size: 22px;
    }
    .phone-number {
        margin-top: 30px;
    }
    .phone {
        margin-right: 0;
        margin-top: 30px;
        font-size: 18px;
    }
    .hero-wrapper {
        margin-top: 0px;
        width: 100%;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
        bottom: 0%;
        left: 0%;
        right: 0%;
        min-height: 100px;
    }
    .hero-wrapper h1 {
        font-size: 30px;
        margin: 10px 0;
        margin-top: 0;
        color: white;
        text-align: center;
    }
    .hero-btn {
        width: 50%;
        font-size: 15px;
    }
    #desk-navbar{ display:none; }
}
/* Slideshow container */
.responsive {
    max-width: 175%;
    height: auto;
}
.slideshow-container {
    width: 100%;
    min-height: 500px;
    position: relative;
    margin: 0;
}
.mySlides {
    display: none;
}
.mySlides img {
    width: 100%;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 0 25px;
    color: rgb(255, 255, 255), 255);
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 100;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    z-index: 100;
}
.numbertext {
    color: #f2f2f2;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    top: 10%;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@media only screen and (max-width: 850px) {
    .slideshow-container {
        min-height: 350px;
        overflow-x: hidden !important;
    }
    .mySlides img {
        width: auto;
        height: 350px;
    }
    .text {
        padding: 8px 0px;
        position: absolute;
        bottom: 60%;
        width: 93%;
        left: 0;
        right: 0;
    }
}
/* ---------------------------------------------- 
                 Intro Section
   ---------------------------------------------- */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 245, 245);
    margin-top: -19px;
}
.book-btn {
    background-color: #054E98;
    color: white;
    padding: 25px 65px;
    text-align: center;
    margin: -35px auto 0 auto;
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    z-index: 5;
}
#intro {
    padding: 70px 0 40px 0;
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#intro h2 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
.intro-top-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.intro-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 12px;
    width: 30%;
}
.intro-wrapper img {
    height: 60px;
    width: auto;
}
.intro-wrapper h3 {
    font-size: 28px;
    margin: 30px 0 20px 0;
    font-weight: 500;
    color: #054E98;
}
.intro-wrapper p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
@media only screen and (max-width: 850px) {
    .intro {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(245, 245, 245);
        margin-top: 50px;
    }
    .book-btn {
        margin: 0 auto;
    }
    .intro-top-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .intro-wrapper {
        width: 95%;
        margin: 25px 0;
    }
}
/* ---------------------------------------------- 
                Benefit Section
   ---------------------------------------------- */
#benefit {
    padding: 0px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.benefit-text-wrapper {
    width: 40%;
    display: flex;
    flex-direction: column;
}
.benefit-text-wrapper h2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}
.benefit-text-wrapper hr {
    width: 20%;
    height: 2px;
    background-color: #054E98;
    margin: 25px 0;
}
.benefit-text-wrapper p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0;
	color: white;
}
#logo {
    width: 200px;
    height: auto;
    
    border-radius: 3px;
}
@media only screen and (max-width: 850px) {
    #benefit {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .benefit-text-wrapper {
        width: 95%;
        margin-bottom: 20px;
		text-align: center;
    }
    #logo {
        width: 30%;
    }
	#5star {
		width: 100% !important;
	}
	nav {
	margin-top: 80px;
	}
	
	
	#contactformDiv {
	min-width: 400px;
}
}
/* ---------------------------------------------- 
                Services Section
   ---------------------------------------------- */
#services {
    padding: 55px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 245, 245);
}
#services h2 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
.services-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 0px;
	align-items: flex-start
}
.service-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  
    width: 33.332%;
	align-items: flex-start;
	padding: 10px;
}


.service-wrapper img {
    width: 100%;
    height: auto;
    /*border: 4px solid #054E98;
    border-radius: 3px;*/
    transition: all, .3s;
}
.service-wrapper img:hover {
    /*transform: scale(1.03);*/
}
.service-wrapper h3 {
    font-size: 25px;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
    color: #054E98;
}
.service-wrapper a {
    padding: 11px 5px;
    width: 60%;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    background-color: #054E98;
    color: white;
    margin-top: 15px;
    border-radius: 3px;
}
@media only screen and (max-width: 850px) {
    .services-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 35px;
    }
    .service-wrapper {
        width: 90%;
        margin: 25px 0;
    }
    .service-wrapper h3 {
        font-size: 32px;
    }
}
/* ---------------------------------------------- 
                 Contact Section
   ---------------------------------------------- */
/*
#contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    background-color: black;
    background-image: url("img/contact.jpg");
    background-position: bottom;
    background-size: cover;
}
#contact h2 {
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    color: white;
}
#contact p {
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    margin: 20px 0;
    width: 80%;
    color: white;
}
#contact a {
    padding: 14px 5px;
    width: 23%;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    background-color: #ffffff;
    color: #054E98;
    border-radius: 3px;
}

@media only screen and (max-width: 850px) {
    #contact {
        padding: 50px 0;
    }
    #contact p {
        width: 95%;
    }
    #contact a {
        width: 60%;
    }
}
*/
/* ---------------------------------------------- 
                   Footer
   ---------------------------------------------- */
footer {
    background-color: #181818;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-link img {
    width: 200px;
    height: auto;
    margin-top: 10px;
}
.copyright {
    color: rgb(167, 167, 167);
}
@media only screen and (max-width: 850px) {
    footer {
        padding: 35px 0;
    }
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 25px 0;
    }
    .footer-column h3 {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .footer-column-p {
        font-size: 19px;
        margin-bottom: 5px;
        font-weight: 300;
    }
    .footer-text {
        font-size: 21px;
        text-align: center;
        line-height: 24px;
    }
}


.col {
	float: left;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.cols {
	float: left;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.col-xs-11 {
	width: 91.662%;
}
.col-xs-10 {
	width: 83.332%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.662%;
}
.col-xs-7 {
	width: 58.331%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.662%;
}
.col-xs-4 {
	width: 33.332%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.662%;
}
.col-xs-1 {
	width: 8.332%;
}

/*only if the device width is atleast 768px or higher*/
@media screen and (min-width: 768px) {
.col-sm-11 {
	width: 91.662%;
}
.col-sm-10 {
	width: 83.332%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.662%;
}
.col-sm-7 {
	width: 58.331%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.662%;
}
.col-sm-4 {
	width: 33.332%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.662%;
}
.col-sm-1 {
	width: 8.332%;
}
}
 @media screen and (min-width: 1024px) {
.col-md-11 {
	width: 91.662%;
}
.col-md-10 {
	width: 83.332%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.662%;
}
.col-md-7 {
	width: 58.331%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.662%;
}
.col-md-4 {
	width: 33.332%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.662%;
}
.col-md-1 {
	width: 8.332%;
}
}
 @media screen and (min-width: 1024px) {
.col-lg-11 {
	width: 91.662%;
}
.col-lg-10 {
	width: 83.332%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.662%;
}
.col-lg-7 {
	width: 58.331%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.662%;
}
.col-lg-4 {
	width: 33.332%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.662%;
}
.col-lg-1 {
	width: 8.332%;
}
}