/*  BODY  ============================================================================= */
body {
    font: 14px Roboto, Helmet, Freesans, sans-serif;
}

body, select, input, textarea {
    color: #333;
}

body p {
    margin-bottom: 20px;
    line-height: 2.2;
    color: #3B3B3B;
    font-size: 16px;
}

body p:last-child {
    margin-bottom: 0px;
}

body ul li {
    margin-bottom: 20px;
    line-height: 2.2;
    color: #3B3B3B;
    font-size: 16px;
    list-style: disc;
    list-style-position: inside;
}

body ul li:last-child {
    margin-bottom: 0px;
}

a {
    color: #2680C2;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

input::placeholder, textarea::placeholder {
    color: #102A43;
    font-size: 13px;
    opacity: 0.5;
}

strong {
    font-weight: 500
}

/*  LAYOUT  ============================================================================= */
.container {
    max-width: 1000px;
    margin: auto;
    width: 100%
}

/*  HERO  ============================================================================= */
#hero {
	padding: 195px 20px 125px;
	background-color: #102A43;
	height: auto;
	overflow: auto;
	text-align: center;
	background-image: url("../images/hero.jpg");
	background-size: cover;
	background-position: top;
}

#hero h1 {
	font-weight: 800;
	font-size: 40px;
	color: #F0F4F8;
	letter-spacing: -1px;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #F0F4F8;
	/* text-shadow: 1px 1px 5px #000; */
	margin-bottom: 5px;
}

#hero p {
	color: #B6E0FE;
	font-size: 18px;
	line-height: 2.5;
}

#hero .button {
	background-color: #DCEEFB;
	border-radius: 30px;
	color: #222;
	font-family: Roboto;
	padding: 26px 0;
	text-align: center;
	width: 220px;
	line-height: 0;
	font-size: 13px;
	text-transform: uppercase;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	font-weight: 700;
	display: block;
	margin: auto;
	margin-top: 35px;
}

#hero .button:hover {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

/* COST  ============================================================================= */


.dark {
    background-color: #111
}

.dark h2 {
    color: #F0F4F8 !important;
    text-decoration-color: #F0F4F8 !important;
}

.dark p {
    color: #CFCFCF
}

.cost .col {
	padding: 30px 25px 30px;
	background-color: #F7F7F7;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	border-radius: 10px;
}

.cost .col p {
    color: #3B3B3B;
    line-height: 2;
    font-size: 14px
}

.cost .col h3 {
	font-size: 16px;
	font-weight: 500;
	/* text-transform: uppercase; */
	line-height: 1;
	margin-bottom: 15px;
	color: #222;
	letter-spacing: 0px;
}

.cost .price {
    font-size: 14px;
    text-transform: uppercase;
}

.cost .price .bold {
	font-weight: 800;
	color: #0E5814;
}

.cost .button {
	display: block;
	text-align: center;
	padding: 20px;
	margin-top: 30px;
	background-color: #102A43;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}

.cost .button:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.cost ul {
	margin-top: 25px;
	margin-bottom: 0 !important;
}

.cost ul li {
	line-height: 1;
	font-size: 15px;
	margin-bottom: 20px;
}


.icon{
  margin-bottom: 10px


}

/*  FORM  ============================================================================= */
.contact {
    background-color: #111;
    text-align: center;
    color: #FFF
}

.contact p {
    color: #FFF
}

.contact h3 {
    font-weight: bold;
    font-size: 14px !important;
    margin-bottom: 10px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact a {
    font-size: 14px !important;
    color: #FFF;
    line-height: 1.8
}

.contact span {
    font-size: 14px !important;
    color: #FFF;
    line-height: 1.8

}


#anchor {
    display: block;
    height: 70px; /* Height of your fixed navbar */
    margin-top: -70px; /* Negative margin to pull the target up */
    visibility: hidden;
}

#form {
    padding: 30px;
    background-color: #FFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    height: auto;
    overflow: auto;
    border-radius: 10px;
    max-width: 500px;
    margin: auto;
}

#form h3 {
    font-family: Gilroy;
    line-height: 1.2;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    color: #1F2933 !important;
}

#form label {
    color: #1F2933;
    display: block;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

#form input, #form textarea {
    border: 1px solid #7E7E7E;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 2px;
    padding: 15px;
    width: 100%;
    font-family: Roboto;
    border-radius: 10px;
}

#form textarea {
    height: 120px;
}

#form .button {
	background-color: #102A43;
	color: #FFF;
	float: left;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	padding: 22px;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-family: roboto;
	border: 0;
	letter-spacing: 1px;
}

#form .button:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #FFF
}

/*  CONTENT  ============================================================================= */
.section {
    padding: 50px 20px;
    height: auto;
    overflow: auto
}

.section h2 {
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
	font-size: 28px;
	letter-spacing: -1px;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-decoration-color: #102A43;
	color: #102A43;
}

.section h3 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 2
}

.section ul{
  margin-bottom: 30px



}

.grey {
	background-color: #F7F7F7;
}

/*.section img{
    display: block;
    border-radius: 5px
    
}
*/
.border {
    border-bottom: 3px solid #333;
}

/*  NAVIGATION  ============================================================================= */
#nav {
    padding: 0 20px;
    height: auto;
    overflow: auto;
    background-color: #102A43;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#nav ul {
	/* float: right; */
	padding-top: 5px;
	text-align: center;
}

#nav ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    color: #DCEEFB;
    font-size: 14px
}

#nav ul li a {
	color: #DCEEFB;
	font-weight: 500;
	/* text-transform: uppercase; */
	font-size: 14px;
}

#nav ul li:last-child {
    margin-right: 30px
}

#nav #logo {
    width: 200px;
    display: block
}

#nav .calltoaction {
	float: right;
	padding: 10px 20px;
	border-radius: 20px;
	color: #102A43;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0px;
	background-color: #DCEEFB;
}

#nav .calltoaction:hover {
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	background-color: #DCEEFB;
	color: #111;
}

#nav .grid {
    height: 70px
}

/*  SLIDER  ============================================================================= */
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

#slider-reviews{
  text-align: center


}


/*  MOBILE NAV  ============================================================================= */
#mobile-nav {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#mobile-nav-header {
    overflow: auto;
    background-color: #111;
    align-items: center;
    display: flex;
    height: 70px;
}

#mobile-nav-header > .col {
    align-items: center;
}

#mobile-nav-header .toggle-nav {
    box-sizing: content-box;
    display: block;
    float: right;
    padding: 20px 20px;
    width: 20px;
}

#mobile-nav-header .logo {
	display: block;
	font-size: 15px;
	padding-left: 20px;
	width: 180px;
	float: left;
	box-sizing: border-box;
}

#mobile-nav-header .calltoaction {
    background-color: #DCEEFB;
    float: right;
    padding: 10px 20px;
    border-radius: 20px;
    color: #111;
    font-weight: 500;
}

#mobile-nav-header .calltoaction a {
    color: #111 !important;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 0;
}

#mobile-nav-header .calltoaction:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: #111;
}

#mobile-nav-items {
	display: none;
	height: auto;
	overflow: auto;
	background-color: #DCEEFB;
	padding: 20px 0;
	width: 100%;
}

#mobile-nav-items ul li {
    list-style: none;
    margin-bottom: 0
}

#mobile-nav-items ul li a {
    padding: 5px 20px;
    display: block;
    width: 100%;
    color: #111;
    font-size: 15px;
    list-style: none;
}

/*  FOOTER  ============================================================================= */

#copyright {
    padding: 20px;
    background-color: #111111;
    height: auto;
    overflow: auto;
    color: #F7F7F7;
}

#copyright ul {
    float: right
}

#copyright ul li {
    margin-bottom: 0;
    list-style: none;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}

#copyright ul li:last-child {
    margin-right: 0px;
}

#copyright a {
    color: #F7F7F7 !important;
    font-size: 14px;
}

#footer {
	background-color: #111;
	padding: 20px 20px 0;
  text-align: center
}

#footer h3{
  color: #FFF;
  font-weight: 500;
  font-size: 16px

}

#footer ul li {
	display: initial;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 2;
}

#footer ul li:not(:last-child):after {
  content: "|";
  color: #FFF;
  margin-left: 10px
}

#footer ul li a{
  color: #B6E0FE;



}


@media (max-width: 767px) {
  
    /*  DEKTOP NAV  ============================================================================= */
  
    #nav {
        display: none;
    }
    
    #nav ul {
        float: none;
        text-align: center
    }
    
    #nav .logo {
        text-align: center;
        display: block;
    }

    /*  CONTACT  ============================================================================= */
  
    .contact h3 {
      margin-bottom: 0px;
    }
  
  
    
    /*  MOBILE NAV  ============================================================================= */
    #mobile-nav {
        display: block;
    }
    
    /*  COPYRIGHT  ============================================================================= */
    #copyright {
        padding: 30px 20px;
      text-align: center
    }
    
    #copyright ul {
        float: none
    }
  
  #footer{
    padding-top: 30px
  
  }
  
  #copyright .grid > .col{
    margin-bottom: 10px !important
  
  
  }
    
    /*  HERO  ============================================================================= */
    #hero p {
        line-height: 2;
        margin-top: 20px;
    }
    
    #hero {
        padding: 170px 20px 90px;
    }
    
}