/* [Master Stylesheet v1.0] */
/* :: :: 1.0 Import Fonts */
@import url("https://use.typekit.net/vsp5gph.css");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/custom-icon.css);
@import url(css/classy-nav.min.css);
@import url(css/mynew-nav.min.css);
/* :: 3.0 Base CSS */
* {
margin: 0;
padding: 0;
}

body {
font-family: Arial, sans-serif;
font-size: 15px;
}

h1,h2,h3,h4,h5,h6 {
color: #000000;
line-height: 1.3;
font-weight: 400;
}

p {
font-family: Arial, sans-serif;
color: #000000;
font-size: 15px;
line-height: 2;
font-weight: 400;
}

a,
a:hover,
a:focus {
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
text-decoration: none;
outline: 0 solid transparent;
color: #0100cc;
font-weight: 400;
font-size: 15px;
}

ul,ol {
margin: 0;
}
ul li,ol li {
list-style: none;
}

img {
height: auto;
max-width: 100%;
}

img.logo01 {
height: auto;
width: 25% !important;
}

/* Spacing */
.mt-15 {
margin-top: 15px !important;
}

.mt-30 {
margin-top: 30px !important;
}

.mt-50 {
margin-top: 50px !important;
}

.mt-70 {
margin-top: 70px !important;
}

.mt-100 {
margin-top: 100px !important;
}

.mb-15 {
margin-bottom: 15px !important;
}

.mb-30 {
margin-bottom: 30px !important;
}

.mb-50 {
margin-bottom: 50px !important;
}

.mb-70 {
margin-bottom: 70px !important;
}

.mb-100 {
margin-bottom: 100px !important;
}

.ml-15 {
margin-left: 15px !important;
}

.ml-30 {
margin-left: 30px !important;
}

.ml-50 {
margin-left: 50px !important;
}

.mr-15 {
margin-right: 15px !important;
}

.mr-30 {
margin-right: 30px !important;
}

.mr-50 {
margin-right: 50px !important;
}

/* Height */
.height-400 {
height: 400px !important;
}

.height-500 {
height: 500px !important;
}

.height-600 {
height: 600px !important;
}

.height-700 {
height: 700px !important;
}

.height-800 {
height: 800px !important;
}

/* Section Padding */
.section-padding-100 {
padding-top: 100px;
padding-bottom: 100px;
}

.section-padding-100-0 {
padding-top: 100px;
padding-bottom: 0;
}

.section-padding-0-100 {
padding-top: 0;
padding-bottom: 100px;
}

.section-padding-100-70 {
padding-top: 100px;
padding-bottom: 70px;
}

/* Preloader */
#preloader {
background: #0100cc;
background: -webkit-linear-gradient(to right, #0100cc, #3f4cea);
background: linear-gradient(to right, #0100cc, #3f4cea);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 5000;
}
#preloader .circle-preloader {
display: block;
width: 60px;
height: 60px;
border: 2px solid rgba(255, 255, 255, 0.5);
border-bottom-color: #ffffff;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
  } 
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} 
}
/* Miscellaneous */
.bg-img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}

.bg-white {
background-color: #ffffff !important;
}

.bg-dark {
background-color: #000000 !important;
}

.bg-transparent {
background-color: transparent !important;
}

.font-bold {
font-weight: 700;
}

.font-light {
font-weight: 300;
}

.bg-overlay {
position: relative;
z-index: 2;
background-position: center center;
background-size: cover;
}
.bg-overlay::after {
background-color: rgba(10, 12, 18, 0.9);
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #ffffff;
right: 0;
padding-right: 0;
width: 30px;
height: 30px;
background-color: #ffaf02;
line-height: 30px;
text-align: center;
position: absolute;
top: 0;
right: -30px;
} 

@media only screen and (min-width: 768px) and (max-width: 991px) {
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: 0;
  } 

img.logo01 {
height: auto;
width: 75% !important;
  }
  
}

@media only screen and (max-width: 767px) {
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
right: 0;
  } 
}

input:focus,
textarea:focus {
outline: none;
box-shadow: none;
border-color: transparent;
}

/* ScrollUp */
#scrollUp {
background-color: #ffaf02;
border-radius: 0;
bottom: 60px;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
color: #ffffff;
font-size: 24px;
height: 40px;
line-height: 38px;
right: 60px;
text-align: center;
width: 40px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
#scrollUp:hover {
background-color: #141414;
}
@media only screen and (max-width: 767px) {
#scrollUp {
bottom: 30px;
right: 30px;
  } 
  
img.logo01 {
height: auto;
width: 75% !important;
  }
  
.section-padding-100-0 {
padding-top: 30px !important;
  }
}

/* :: 5.0 Header Area CSS */
.header-area {
position: relative;
z-index: 100;
width: 100%;
}
.header-area .top-header {
width: 100%;
height: 60px;
background-color: transparent;
}
@media only screen and (max-width: 767px) {
.header-area .top-header {
height: 80px;
padding: 15px 0;
  } 
}
@media only screen and (max-width: 767px) {
.header-area .top-header .top-header-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
  } 
}

.header-area .top-header .top-menu a {
display: inline-block;
font-family: Arial, sans-serif;
color: #0100cc;
font-size: 12px;
font-weight: 400;
margin-right: 0;
text-transform: uppercase;
}
.header-area .top-header .top-menu a:last-child {
margin-right: 0;
}
.header-area .top-header .top-menu a:hover, .header-area .top-header .top-menu a:focus, .header-area .top-header .top-menu a.active {
color: #999999;
}
.header-area .arctec-main-menu {
position: relative;
width: 100%;
z-index: 100;
height: 250px;
}
@media only screen and (max-width: 767px) {
.header-area .arctec-main-menu {
height: 250px;
 } 
}

.header-area .arctec-main-menu .mynew-nav-container {
background: url(img/index-breit.jpg) no-repeat rgba(1,0,204,1);
}
.header-area .arctec-main-menu .mynew-navbar {
height: 250px;
padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .arctec-main-menu .mynew-navbar {
padding: 0;
 } 
}

@media only screen and (max-width: 767px) {
.header-area .arctec-main-menu .mynew-navbar {
height: 250px;
 } 
}

.header-area .arctec-main-menu .mynew-navbar .mynewnav ul li a {
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
}
.header-area .arctec-main-menu .mynew-navbar .mynewnav ul li a:hover, .header-area .arctec-main-menu .mynew-navbar .mynewnav ul li a:focus {
color: #999999;
}
.header-area .arctec-main-menu .mynewnav ul li .dropdown li a,
.header-area .arctec-main-menu .mynewnav ul li .megamenu li a {
font-size: 15px;
}
.header-area .arctec-main-menu .mynewnav .header-newsletter-form {
margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .arctec-main-menu .mynewnav .header-newsletter-form {
margin-left: 30px;
 } 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .arctec-main-menu .mynewnav .header-newsletter-form {
margin-left: 18px;
margin-top: 15px;
 } 
}

@media only screen and (max-width: 767px) {
.header-area .arctec-main-menu .mynewnav .header-newsletter-form {
margin-left: 18px;
margin-top: 15px;
 } 
}

.header-area .arctec-main-menu .mynewnav .header-newsletter-form form {
width: 265px;
height: 35px;
background-color: #eef3f6;
position: relative;
z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.header-area .arctec-main-menu .mynewnav .header-newsletter-form form {
width: 220px;
 } 
}

.header-area .arctec-main-menu .mynewnav .header-newsletter-form form input {
width: 100%;
height: 35px;
border: none;
background-color: transparent;
padding: 0 15px;
font-size: 12px;
font-style: italic;
}
.header-area .arctec-main-menu .mynewnav .header-newsletter-form form button {
width: 90px;
height: 35px;
border: none;
background-color: #eef3f6;
position: absolute;
top: 0;
right: 0;
font-size: 12px;
font-weight: 600;
color: #292929;
cursor: pointer;
border-bottom: 2px solid #ffaf02;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.header-area .arctec-main-menu .mynewnav .header-newsletter-form form button:hover {
background-color: #292929;
color: #ffaf02;
}

.megamenu-slides .owl-prev,
.megamenu-slides .owl-next {
background: #0d104d;
background: -webkit-linear-gradient(to right, #0d104d, #28408b);
background: linear-gradient(to right, #0d104d, #28408b);
width: 30px;
height: 30px;
line-height: 30px;
color: #ffffff;
top: 50%;
margin-top: -15px;
left: 5%;
position: absolute;
z-index: 10;
text-align: center;
font-size: 18px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.megamenu-slides .owl-next {
left: auto;
right: 5%;
}

/* :: 7.0 logo Area CSS */
.arctec-logo-area {
position: relative;
/*z-index: 1;*/
padding-left: 45px;
padding-right: 45px;
}

@media only screen and (max-width: 767px) {
.arctec-logo-area {
padding-left: 0;
padding-right: 0;
 } 
  .bottom-footer-area {
height: 60px !important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.arctec-logo-area h1 {
font-size: 24px;
 } 
}

@media only screen and (max-width: 767px) {
.arctec-logo-area h1 {
font-size: 22px;
 }  
}

.arctec-logo-area p {
display: block;
margin-bottom: 50px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}

/* :: 11.0 Footer Area CSS */
.bottom-footer-area {
position: absolute;
bottom: 0px;
background-color: transparent;
text-align: left;
height: 90px;
}
.bottom-footer-area p {
font-size: 15px;
margin-bottom: 0;
font-family: Arial, sans-serif;
}
.bottom-footer-area p a {
color: #000000;
font-size: 15px;
font-family: Arial, sans-serif;
}
.bottom-footer-area p a:hover {
color: #000000;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
#scrollUp {
bottom: 30px;
right: 30px;
  } 
  
img.logo01 {
height: auto;
width: 100% !important;
  }
  
.section-padding-100-0 {
padding-top: 30px !important;
  }
}