.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.backdrop {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(5px);
}

body{
    font-family:  sans-serif;
}

/* header start  */
header{}

.logo h1{ 
    font-size: 26px;
    font-weight: 700;
    color: #56BBF1;
    letter-spacing: 2px;
}

.logo h1 span{
    color: #fff;
}

.page{ 
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.page:hover{
    color: #5EE6EB;
}

/* header end */

/* banner start  */
.banner{
    padding-top: 240px;
	padding-bottom: 180px;
	background-image: linear-gradient(to right, rgb(52 60 131 / 72%), rgb(50 87 139 / 90%),rgb(34 59 125 / 84%),rgb(45 74 104 / 66%)),url(../images/network_bg.jpg);
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-content h1{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.banner-content p{
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.primary-btn{
    color: #005ec3;
    background-color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: 1px solid #fff;
    transition: 0.3s;
    font-size: 16px;
}

.primary-btn:hover{
    border: 1px solid #fff;
    color: #fff !important;
    background-color: transparent;
}

.secondary-btn{
    border: 1px solid #fff;
    color: #fff !important;
    background-color: transparent;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.5px;
    transition: 0.3s;
}

.secondary-btn:hover{
    color: #fff;
    background-color: #005ec3;
    border: 1px solid #005ec3;
}

/* banner end  */

/* service start  */
.title{
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.service{
    padding-top: 140px;
	padding-bottom: 80px;
	background-image: linear-gradient(to right, rgb(52 60 131 / 72%), rgb(50 87 139 / 90%),rgb(34 59 125 / 84%),rgb(45 74 104 / 66%)),url(../images/network_bg.jpg);
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-service-area{
    padding: 40px;
    background-color: #005ec365;
}

.left-service h2{
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: #56bbf199;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.middle-service h2{
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: #56bbf199;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.right-service h2{
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #fff;
    background-color: #56bbf199;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.left-col{
    border-right: 1px solid #fff;
}


.left-service p{
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
}

.middle-service ul li{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 20px 5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.right-service ul li{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 20px 5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

/* service end  */

/* Contact Page start */

.contact{
    padding-top: 140px;
	padding-bottom: 80px;
	background-image: linear-gradient(to right, rgb(52 60 131 / 72%), rgb(50 87 139 / 90%),rgb(34 59 125 / 84%),rgb(45 74 104 / 66%)),url(../images/network_bg.jpg);
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contact-head{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.cc-border{
    background-color: rgb(185, 185, 185);
    height: 4px;
    width: 180px;
    margin: 30px 0;
}

.contact-desc{
    font-size: 20px;
    font-weight: 500;
    color: #f5f5f5;
    letter-spacing: 1px;
    line-height: 30px;
}

.contact-btn{
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    color: #005ec3 !important;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    padding: 10px 16px;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: 0.4s;
}

.contact-btn:hover{
    background-color: transparent;
    color: #fff !important;
}

.form-wrapper{
    background-color: rgba(255, 255, 255, 0.09);
    padding: 40px 20px;
    border-radius: 5px;
}

.form-wrapper h2{
    margin-bottom: 25px;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

textarea{
    resize: none;
}
/* Contact Page end */

/* impressum page start  */

.impressum{
    padding-top: 140px;
	padding-bottom: 80px;
	background-image: linear-gradient(to right, rgb(52 60 131 / 72%), rgb(50 87 139 / 90%),rgb(34 59 125 / 84%),rgb(45 74 104 / 66%)),url(../images/network_bg.jpg);
    min-height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-impressum{
    background-color: rgba(255, 255, 255, 0.09);
    padding: 40px 20px;
    border-radius: 5px;
}

.single-impressum h2{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    color: #fff;
}

.single-impressum p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.single-impressum ul li{
    margin: 25px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
}

.social-profile{
    background-color: rgba(255, 255, 255, 0.09);
    padding: 10px 0 10px 15px;
    border-radius: 5px;
}

.social-profile li a{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-decoration: none;  
    transition: 0.4s; 
}

.social-profile li a:hover{
    margin-left: 5px;
}

/* impressum page start  */