@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
body{
	font-family: 'Montserrat', sans-serif;
}
.menu-icon{
    font-size: 20px !important;
    padding: 19px 20px 19px 0px !important;
}
.d-menu .nav-link{
    padding: 25px 15px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.d-menu .nav-link.active, .d-menu .nav-link:hover{
	 color: #ff9c07;
}
.logo-header{
    max-width: 160px;
}
.signup-btn{
	background: linear-gradient(45deg, #ffa70e, #ff720e);
    border: 2px solid #fff;
    line-height: 1;
    padding: 10px 20px 9px 20px;
    border-radius: 100px;
    box-shadow: 0px 0px 10px #ddd;
    color: #fff;
}
.signup-btn:hover{
	color: #fff;
	box-shadow: none;
	transition: 0.4s;
}
.signin-btn{
	background: transparent;
    border: 2px solid #ff880e;
    line-height: 1;
    padding: 10px 20px 9px 20px;
    border-radius: 100px;
    box-shadow: 0px 0px 10px #ddd;
    color: #ff880e;
    transition: 0.4s;
}
.signin-btn:hover{
	color: #ff880e;
	box-shadow: none;
	transition: 0.4s;
}
.theme-color{
	color: #ff880e;
}
.fill-btn{
	background: linear-gradient(45deg, #ffa70e, #ff720e);
    line-height: 1;
    padding: 13px 20px 12px 20px;
    border-radius: 100px;
    box-shadow: 0px 0px 10px #ddd;
    color: #fff;
    font-size: 17px;
}
.fill-btn:hover{
	color: #fff;
	box-shadow: none;
	transition: 0.4s;
}
.border-btn{
	background: transparent;
    border: 2px solid #ff880e;
    line-height: 1;
    padding: 13px 20px 12px 20px;
    border-radius: 100px;
    box-shadow: 0px 0px 10px #ddd;
    color: #ff880e;
    transition: 0.4s;
    font-size: 17px;
}
.border-btn:hover{
	color: #ff880e;
	box-shadow: none;
	transition: 0.4s;
}
.title-1{
    color: #ff9c07;
    font-size: 26px;
}
.title-1 span{
    font-weight: 700;
}
.font-15{
    font-size: 15px;
    line-height: 1.8;
}
.font-13{
    font-size: 13px;
    line-height: 1.4;
}
.font-14{
    font-size: 14px;
    line-height: 1.5;
}
.feature-banner-home{
    background: #f1f1f1;
    box-shadow: 0px 0px 10px #fbfbfb;
    width: 100%;
    border-radius: 10px;
}
.position-rel{
    position: relative;
}
.left-feature-home{
    position: absolute;
    width: 50%;
    top: 10%;
    right: 7%;
    text-align: right;
}
.left-feature-home h2, .right-feature-home h2{
    font-size: 25px;
}
.btn-sm-my{
    background: #ff9c07;
    display: inline-block;
    color: #fff;
    padding: 10px 26px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}
.btn-sm-my:hover, .btn-sm-my:focus{
    color: #fff;
    background: #ff6207;
}
.right-feature-home{
    position: absolute;
    width: 50%;
    top: 10%;
    left: 7%;
    text-align: left;
}
.section-gray{
    background: #f9f9f9;
    padding: 20px 0px;
}
.home-list-tick{
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}
.home-list-tick li{
    border: 1px solid #ddd;
    padding: 7px 7px 7px 39px;
    margin-bottom: 7px;
    background: url(https://zipscreens.untangled-life.com/frontend/web/themes/default/images/check.png) no-repeat center left 10px #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
.home-list-tick-2{
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}
.home-list-tick-2 li{
    border: 1px solid #ddd;
    padding: 7px 7px 7px 39px;
    margin-bottom: 7px;
    background: url(images/tick.png) no-repeat top 6px left 7px #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
.section-white{
    padding: 30px 0px;
}
.zip95-bg{
    background: url(images/zip95.png) no-repeat center right -15% #fff;
    background-attachment: fixed;
    min-height: 300px;
    background-size: 80%;
}
.cta-btn{
    background: #ff9c07;
    display: inline-block;
    color: #fff;
    padding: 10px 26px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
.cta-btn:hover{
    color: #fff;
    background: #ff6207;
}
.main-footer{
    background: #16242b;
    min-height: 200px;
    padding: 60px 0px 0px 0px;
}
.footer-about{
    border-right: 1px solid #35464e;
}
.footer-about h1{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}
.footer-about p{
    color: #fff;
    font-size: 13px;
    opacity: 0.7;
}
.footer-contact{
    border-left: 1px solid #35464e;
}
.footer-links a{
    display: block;
    font-size: 13px;
    padding: 7px 0px;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.footer-links a:hover{
    opacity: 1;
}
.footer-copyright{
    padding-top: 15px;
    margin-top: 40px;
    border-top: 1px solid #35464e;
}
.footer-copyright p{
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}
.text-justify{
    text-align: justify;
}
.cta-btn-large{
    background: #ff9c07;
    display: inline-block;
    color: #fff;
    padding: 12px 35px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.cta-btn-large:hover{
    color: #fff;
    background: #ff6207;
}
.overlay-div-1-wrapper{
    position: relative;
}
.overlay-div-1{
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 27%);
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
}
.overlay-div-1 h3{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.text-box-div-1-wrapper{
    background: #ddd;
    border:  1px solid #444;
    padding: 30px 15px;
    text-align: center;
}
.text-box-div-1-wrapper h3{
    color: #000000;
    font-size: 22px;
}
.section-bg-home-image{
    background: url(../images/zipscreen-003.jpg) no-repeat center center;
    background-size: 70%;
    padding: 140px 0px;
    text-align: center;
    color: #fff;
}
.section-bg-utv-sol-image{
    background: url("https://www.zipscreens.no/img/zipscreen1.jpg") no-repeat center center;
    background-size: 100%;
    padding: 140px 0px;
    text-align: center;
    color: #fff;
}
.section-bg-image{
    background: url(images/s5.png) no-repeat center center;
    background-attachment: fixed;
    padding: 100px 0px;
    text-align: center;
    color: #fff;
}
.section-bg-image h1, .section-bg-home-image h1, .section-bg-utv-sol-image h1{
    color: #fff;
    font-weight: 700;
}
.testi-table{
    width: 100%;
}
.testi-table tr td{
    padding: 15px;
    vertical-align: middle;
}
.testi-image-circle{
    width: 150px;
    height: 150px;
    border-radius: 100px;
}
.gallery-box-new{
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.gallery-box-new-text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    line-height: 0;
    padding: 20px;
}
.gallery-box-new-text h2{
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background: #ff880e;
}
.gallery-box-new-text:hover{
    opacity: 0.8;
}

/* cookie block */
.cookies-fixed{
    background:rgba(0,0,0,.9);
    padding:10px;width:100%;
    position:fixed;
    bottom:0;
    left:0;
    text-align:center;
    z-index:101
}
.cookies-fixed p{
    color:#efefef;
    font-size:13px;
    display:inline-block;
    margin:0
}
a.cookie_readmore,a.cookie_readmore:focus,a.cookie_readmore:hover{
    margin-left:2px;
    color:#efefef;
    font-size:13px;
    text-decoration:underline
}
a.cookie_okay{
    display:inline-block;
    color:#efefef;
    border:1px solid #efefef;
    padding:4px 12px;
    border-radius:4px;
    margin:0 10px 0 26px;
    font-size:12px;
    transition:.4s
}
a.cookie_okay:focus,a.cookie_okay:hover{
    display:inline-block;
    color:#fff;
    border:1px solid #009978;
    padding:4px 12px;
    border-radius:4px;
    margin:0 10px 0 26px;
    font-size:13px;
    transition:.4s;
    background:#009978;text-decoration:none
}

.help-block-error{color: red; font-size: 14px; font-style: italic;}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
  margin-bottom: 0px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ff9c07;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff9c07;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 4px;
}

.slider.round:before {
  border-radius: 4px;
}
.banner-slider-text{
    top: 32% !important;
    bottom: unset;
}
.overlay-banner-main{
    background: rgb(0 0 0 / 39%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.image-full{
    width: 100%;
}
.text-with-bg-image{
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 35%;
}
.text-with-bg-image h1{
    font-weight: 700;
}
.position-relative{
    position: relative;
}
.page-sub-title{
    width: 65%;
    margin: 0 auto;
}
@media only screen and (min-width: 1900px){
    .section-gray{
        padding: 60px 0px;
    }
    #banners, .my-container{
        max-width: 1440px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 900px){
    .page-sub-title{
        width: 94%;
        margin: 0 auto;
        font-size: 15px;
    }
    .toggle-icons-top{
        position: absolute;
        top: 25px;
        right: 10px;
    }
    .left-feature-home h2, .right-feature-home h2{
        font-size: 20px;
    }
    .font-13{
        font-size: 11px;
    }
    .btn-sm-my{
        padding: 8px 26px;
    }
    .text-with-bg-image{
        top: 12%;
    }
    .cta-btn-large{
        padding: 9px 35px;
        font-size: 12px;
    }
    .font-15-sm{
        font-size: 15px;
    }
    .text-with-bg-image h1{
        font-size: 20px;
    }
    .overlay-div-1 h3{
        font-size: 19px;
    }
    .gallery-box-new-text h2{
        font-size: 20px;
    }
    .d-menu .nav-link{
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 700px){
    .testi-table tr td{
        display: block;
        width: 100%;
    }
    .banner-slider-text{
        top: 5% !important;
    }
    .banner-slider-text h1{
        font-size: 16px;
    }
    .banner-slider-text p{
        font-size: 9px;
        line-height: 11px;
    }
    .carousel-indicators{
        display: none;
    }
    .text-center, .text-justify{
        text-align: left !important;
    }
}
/* Gallery */

.gallery-item {
  /*width: 300px;*/
  padding: 5px;
  cursor: pointer;
}
.gallery-item:hover{
    opacity: 0.7 !important;
}
.article-list a{
    text-decoration: none;
    color: #222;
}
.article-list{
    border-radius: 0px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 0px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff9c07;
    border-color: #ff9c07;
}
.page-link{
    color: #ff9c07;
}
.page-link:hover {
    color: #ff9c07;
}
.text-dec-none{text-decoration: none !important;}
a.linktext-normal,a.linktext-normal:focus{color:#000;font-weight:400;text-decoration:underline}
a.linktext-normal:hover{color:#333;font-weight:400;text-decoration:underline}
a.linktext-footer,a.linktext-footer:focus{color:#fff;font-weight:400; text-decoration: none;}
a.linktext-footer:hover{text-decoration:underline}
a.linktext-bold,a.linktext-bold:focus{color:#000;font-weight:600;text-decoration:underline;}
a.linktext-bold:hover{color:#333;font-weight:600;text-decoration:underline;}
.navbar-toggler:focus{box-shadow: none;}
.toggle-btn-d{position: absolute; top: 42px; right: 98px;}
img{
    max-width: 100% !important;
}

.testi-table tr td:first-child{
    min-width: 160px;
}

.yt-video{max-width: 100%; max-height: 100%;}
@media only screen and (min-width: 700px) and (max-width: 840px)  {
	.banner-slider-text{
		top: 20% !important;
	}
	.banner-slider-text h1{
		font-size: 27px;
	}
	.text-with-bg-image{
		top: 30%;
	}
}