html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    background: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: normal;
}

b {
    font-weight: 700;
}

i {
    font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

h1{
    font-size: 48px;
    line-height: 60px;
}
h2{
    font-size: 24px; line-height: 30px;
}
h3{
    font-size: 24px; line-height: 30px;
}
h4{
    font-size: 18px; line-height: 30px;
}
h5{
    font-size: 16px;    line-height: 21px;
}
h6{
    color: #009fdb; font-size: 14px; line-height: 18px;
}
p {
	font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
	margin: 0 0 30px;
}
ul {
	background: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul li {
	background: none;
	margin: 0px;
	/* padding: 0px; */
	list-style-type: none;
}
a{
    color: #009fdb;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

li {
    position: relative;
    padding-left: 25px;
}
.content-inner li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
    color: #009fdb;
    font-weight: 900;
}
a:active,
a:hover,
a:focus {
    color: #000000;
	text-decoration: none;
	outline: 0px none !important;
}

img, a img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	border: none 0;
	outline: 0px none !important;
}
strong{
    font-weight: 700;
}
input:focus, textarea:focus {
    outline: 0px none !important;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

:-moz-placeholder {
    color: #000000;
    opacity: 1;
}

::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}


/*-----bootstrap style reset-----*/

@media (max-width: 738px) {
    .container {
        max-width: 100%;
    }
    .content-inner-pics{
        padding-top: 28px !important;  
    }
    .content-inner-pics,
    .content-inner-pic,
    .content-inner-pict{             
        padding-right: 28px !important;
        padding-left: 28px !important;      
    }
    

}

@media (min-width: 768px) {
    .container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
/*-----bootstrap style reset-----*/

.main-outercon{
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*--------------- Header Section ----------*/

.header-container{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
}
.header-container.fixed{
    -webkit-box-shadow: 0 -2px 9px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 -2px 9px 0 rgba(0,0,0,0.2);
            box-shadow: 0 -2px 9px 0 rgba(0,0,0,0.2);
}
.header-top{
    width: 100%;
    background: #009fdb;
    padding: 3px 0;
}
.header-top-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.header-bottom{
    width: 100%;
    padding: 17px 0 14px;
}
.header-bottom-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.header-contact ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-contact ul li{
    margin-left: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header-contact ul li:first-child{
    margin-left: 0;
}
.header-contact ul li a{
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.header-contact ul li a:hover{
    color: #110c14;
}
.social-icons ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.social-icons ul li{
    margin-left: 15px;
}
.social-icons ul li:first-child{
    margin-left: 0;
}
.social-icons ul li a{
    color: #ffffff;
    font-size: 15px;
}
.social-icons ul li a:hover{
    color: #110c14;
}
.logo img{
    display: block;
    width: 189px;
}
.main-menu{
    margin-right: -22px;
}
.main-menu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.main-menu ul li{
    position: relative;
    padding: 0 22px;
}
.main-menu ul li a{
    font-size: 20px;
    line-height: 25px;
    color: #110c14;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.main-menu ul li a:hover,.main-menu ul li.active > a{
    color: #009fdb;
}
.main-menu ul li.has-sub:hover > a:before,.main-menu ul li.has-sub.active > a:before{
    color: #009fdb;
}
.main-menu ul li.has-sub > a{
    padding: 0 24px 40px 0;
}
.main-menu ul li.has-sub > a:before{
    content: "\f107";
    font-family:"Font Awesome 5 Free";
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    color: #110c14;
    font-weight: 900;

}
.sub-menu{
    position: absolute;
    left: 0;
    top: 64px;
    background: #ffffff;
    padding: 0;
    overflow: inherit;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 20px 0 0 2px;
    -webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    width: 100%;
}
.main-menu .sub-menu li{
    width: 100%;
    padding: 0;
}
.main-menu .sub-menu li a{
    padding: 16px 30px 16px 20px;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    display: inline-block;
    width: 100%;
}
.main-menu .sub-menu li a:before{
    content: "\f105";
    font-family:"Font Awesome 5 Free";
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 24px;
}
.main-menu .sub-menu li a:hover,.main-menu .sub-menu li.active  a{
    color: #ffffff;
    background: #009fdb;
}
.main-menu ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.main-menu ul li.has-sub:hover > a{
    color: #009fdb;
}

/*--------------- Content Section ----------*/

.content-container{
    width: 100%;
    padding-top: 139px;
}
.banner-container{
    position: relative;
    width: 100%;
}
.banner-image{
    height: 870px;
    /* height: 570px; */
    width: 100%;
}
.banner-content{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 70px;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
}
.banner-title{
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}
.sub-title{
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}


/*------ grid block -------*/
.grid-block{
    margin-top: -70px;
    padding-bottom: 150px;
}
.grid-item{
    width: 100%;
    padding: 50px;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 17px 47px 32px 12px rgba(135,135,135,0.16);
        -moz-box-shadow: 17px 47px 32px 12px rgba(135,135,135,0.16);
            box-shadow: 17px 47px 32px 12px rgba(135,135,135,0.16);

}
.grid-item .icon-block{
    margin-bottom: 30px;
}
.grid-item h3{
    color: #110c14;
    text-transform: uppercase;
    padding-bottom: 22px;
}
.grid-item h3 a{
    color: #110c14;
}
.grid-item h3 a:hover{
    color: #009fdb;
}
.grid-item p{
    font-size: 14px;
    line-height: 24px;
    color: #110c14;
    margin: 0;
    text-align: justify;
}


/*--welcome block--*/

.welcome-block{
    width: 100%;
    position: relative;
    background: #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.welcome-content{
    padding: 60px 0 63px;
    position: absolute;
    right: 0;
    width: 100%;
}

.left-block{
    width: 50%;
    position: relative;
}
.welcome-content-inner {
    max-width: 390px;
    width: 100%;
    float: right;
    margin: 0 180px 0 0;
}
.welcome-content-inner h3{
    text-transform: uppercase;
    padding: 0 0 18px;
}
.welcome-content-inner h3 span{
    color: #009fdb;
}
.welcome-content-inner p{
    text-align: justify;
}
.welcome-content-inner .btn{
    color: #fff;
    background: #009fdb;
}
.welcome-content-inner .btn:hover{
    background: #000;
}
.right-blk{
    width: 50%;
}
.image-block{
    width: 100%;
    height: 458px;
    display: block;
}

/*--service--*/

.service-block{
    width: 100%;
    padding: 118px 0 116px;
}
.service-block h3{
    text-transform: uppercase;
    padding-bottom: 47px;
    text-align: center;
}
.service-block h3 span{
    color: #0d97d0;
}
.slider-block{
    width: 100%;
}
.slider-block .slick-list{
    margin: 0 -15px;
}
.slider-block .slick-track{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.single-block{
    margin: 0 15px;
}
.single-block h4{
    text-align: center;
    text-transform: uppercase;
    margin-top: 32px;
}
.single-block h4 a{
    color: #000;
}
.single-block h4 a:hover,
.single-block h4 a:active,
.single-block h4 a:focus{
    color: #0d97d0;
}
.image-wrap{
    height: 292px;
}

.btn{
    color: #0d97d0;
    background: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    min-width: 168px;
    padding: 12px;
    display: inline-block;
      -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: none;
}
.btn:hover,.btn:active,.btn:focus{
     background: #000;
     color: #fff;

}


/*--------------- innerpage ------------------------*/

.innerpage .banner-image{
    height: 480px;
}
.content-inner{
    padding: 120px 97px 45px 68px;
    float: left;
    width: 100%;
}
.content-inner-pics{
    padding: 120px 97px 1px 68px;
    float: left;
    width: 100%;
}
.content-inner-pic{
    padding-right:97px;
    padding-left: 68px;
    padding-bottom: 1px;
    float: left;
    width: 100%;
}
.content-inner-pict{
    padding-right:97px;
    padding-left: 68px;
    padding-bottom: 150px;
    float: left;
    width: 100%;
}
.content-block{
    width: 100%;
}
.content-block h1{
    font-size: 24px;
    line-height: 30px;
    color: #009fdb;
    padding: 14px 0;
    text-transform: uppercase;
    margin-top: -20px;
}
.content-block h2{
    color: #009fdb;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.content-block p{
    text-align: justify;
}
.content-block em{
    font-style: italic;
}
.content-block ul{
    /* float: left; */
    margin-bottom: 30px;
}
.image-div {
    float: left;
    width: 50%;
    margin: 0 30px 30px 0;
    height: 365px;
}
.image-div img{
    display: block;
    width: 100%;
}
.listing li{
    position: relative;
    padding-left: 25px;
}
.listing li:before{
    content:"\f00c";
    font-family:"Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
    color: #009fdb;
    font-weight: 900;
}
.text-block {
    float: left;
}
.gallery-block{
    padding: 0 0 200px;
}
.image-slider .slick-list{
    margin: 0 -15px;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    -moz-transform:  translateY(-50%);
	     -o-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
    font-size: 0;
    width: 35px;
    height: 35px;
    background: #009fdb;
    border: none;
    outline: 0;
    padding: 0;
    z-index: 1;

}
.slick-arrow:focus,.slick-arrow:active{
    outline: 0;
}

.slick-arrow:before{
    font-family:"Font Awesome 5 Free";
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    font-weight: 900;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.slick-prev{
    left: 0;
}
.slick-prev:before{
    content: "\f104";
    margin: 0 0 0 -2px;
}
.slick-next{
    right: 0;
}
.slick-next:before{
    content: "\f105";
    margin: 0 0 0 2px;
}

/*--contact--*/
.contact-block{
    width: 100%;
    padding: 140px 0;
}
.contact-blk-inner {
    max-width: 810px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.contact-blk-inner h3{
    padding-bottom: 25px;
}
.contact-blk-inner h3 span{
    color: #0d97d0;
}
.form-blk{
    width: 48%;
}
.contact-content{
    width: 52%;
}
input[type='text'],
input[type='email'] {
    background: #eeeeee;
    color: #000000;
    width: 100%;
    box-shadow: none;
    border: none;
    height: 50px;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 0 30px;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
textarea{
    background: #eeeeee;
    color: #000000;
    width: 100%;
    box-shadow: none;
    border: none;
    font-weight: 300;
    line-height: 1.3;
    height: 70px;
    font-size: 13px;
    margin-bottom: 38px;
    padding: 15px 30px;
    resize: none;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type='text'],
input[type='email'],
textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

input[type='text'],
input[type='email'],
textarea:-moz-placeholder {
    color: #000000;
    opacity: 1;
}

input[type='text'],
input[type='email'],
textarea::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

input[type='text'],
input[type='email'],
textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}
.form-blk .btn{
    width: 100%;
    background: #0093dd;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 15px;
}
.form-blk .btn:hover,
.form-blk .btn:focus,
.form-blk .btn:active{
    background: #000;
}

.contact-content-inner{
    max-width: 320px;
    float: right;
}
.contact-content-inner p a{
    position: relative;
    /* padding-left: 30px; */
    color: #000;
}
.contact-content-inner p a.phone-no{
    font-size: 24px;
    font-weight: 700;
     color: #0d97d0;
}
.contact-content-inner p a:hover,
.contact-content-inner p a:active,
.contact-content-inner p a:focus{
    color: #0d97d0;
}
.contact-content-inner p a.phone-no:hover,
.contact-content-inner p a.phone-no:active,
.contact-content-inner p a.phone-no:focus{
    color: #000;
}

.contact-content-inner p a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
}
.contact-content-inner p a.phone-no:before{
    width: 17px;
    height: 16px;
    background: url(../images/phone-icon.png) no-repeat center;
    background-size: 100% 100%;
}

.contact-content-inner p a.email:before{
    width: 18px;
    height: 13px;
    background: url(../images/mail-icon.png) no-repeat center;
    background-size: 100% 100%;
}
.contact-content-inner address{
    padding-left: 30px;
    position: relative;
}
.contact-content-inner address:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    width: 17px;
    height: 17px;
    background: url(../images/location-icon.png) no-repeat center;
    background-size: 100% 100%;
}


/*--map--*/
.map-block{
    width: 100%;
}
.map-block iframe{
    height: 350px;
    width: 100%;
    display: block;
}

/*---------------- Footer Section -----------------*/

.footer-container {
    width: 100%;
}
.footer-wrap{
    padding: 0 65px;
}
.footer-top{
    width: 100%;
    background: #0d97d0;
    padding: 49px 0 38px;
}
.footer-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
}
.footer-contact .btn{
    margin-right: 67px;
}
.footer-top span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
}

.footer-top span a{
    font-weight: 700;
    color: #fff;
}
.footer-top span a:hover,
.footer-top span a:active,
.footer-top span a:focus{
    color: #000;
}

.footer-middle{
    width: 100%;
    background: #ffffff;
    padding: 47px 0 25px;
}
.footer-single h5{
    color: #0d97d0;
    padding-bottom: 7px;
}
.footer-single.contact-links a{
     color: #000;
    line-height: 21px;
    display: inline-block;
}
.footer-single.contact-links a i{
    font-size: 14px;
}
.footer-single.contact-links p{
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 18px;
}

.footer-single.contact-links{
    padding-left: 65px;
}
.footer-single.contact-links a:hover,
.footer-single.contact-links a:active,
.footer-single.contact-links a:focus{
    color: #0d97d0;
}
ul.social-links{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
ul.social-links li{
    padding-left: 14px;
}
ul.social-links li:first-child{
    padding-left: 0;
}
.footer-single address{
    color: #000;
    font-size: 16px;
    line-height: 21px;
}

ul.links{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 8px;
}
ul.links li{
    line-height: 1;
    padding: 0 46px 12px 0;
}
ul.links li:last-child{
    padding-right: 0;
}
ul.links li a{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}
.footer-bottom{
    width: 100%;
    background: #eeeeee;
    padding: 10px 0;
}
.footer-links ul{
     display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
     line-height: 1;
}
.footer-links ul li{
    position: relative;
    padding-left: 23px;
}
.footer-links ul li:first-child{
    padding-left: 0;
}
.footer-links ul li:first-child:before{
    display: none;
}
.footer-links ul li:before{
    position: absolute;
    content: "-";
    left: 9px;
    top: 3px;
}
.footer-links ul li a{
    font-size: 10px;
    color: #000000;
    line-height: 1;
}
.footer-links ul li a:hover,
.footer-links ul li a:active,
.footer-links ul li a:focus{
    color: #0d97d0;
}
.copyright {
    text-align: right;
}
.copyright p{
    margin: 0;
    font-size: 10px;
    line-height: 20px;
    color: #000000;
}


.viernulvier {
    min-height: 570px;
    margin-top: 90px;
}