.marge_section {
    background: #3E4095;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contactUs{
    margin-top: 0px !important;
}
.blog_txt img {
    width: 100%;
}
.text_slide {
  position: relative;
}
.text_slide .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.text_slide .owl-theme .custom-nav .owl-prev, .text_slide .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.blog_txt a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.date_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_block:hover span.date{
    color:#D8D8D8;
    font-weight: bold;
}

.blog_block span.date{
    color:#565656;
}

.blog_block:hove .date_btn span.date{
    color:#D8D8D8 ;
}
.date_btn a.rdmore{
    color:#000000 ;
    font-weight: bold;
    text-decoration: none;
}
.blog_txt {
    width: 100%;
    display: block;
    color: #000000;
}

.blog_block:hover h5{
    color: #ffffff;
}
.text_slide .owl-prev{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.text_slide .owl-theme .owl-controls .owl-buttons div {
     display: flex;
}
.owl-carousel.text_slide.owl-theme .owl-prev img {
   
     width: 40px;
}
.owl-carousel.text_slide.owl-theme .owl-next img {
   
    width: 40px;
}


.text_slide .owl-buttons{
    position: absolute;
    top: 0;
    width: 100%;
    top: 50%;
    transform: translate(0px, -50%);
}


.marge_section  .heading h3 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.video_suporters {
    width: 100%;
    display: block;
    padding-top: 30px;
}
.video_models button.close {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    background: #3E4095;
    z-index: 999999;
    opacity: 1;
    color: #fff;
}
.text_slide{
    width: 100%;
    display: block;
    padding-top: 30px;
    position: relative;
}


.text_block {
        color: #fff;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0px auto;
    
}
.text_block p {
     color: #fff;
}

.line_txt {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.line {
    width: 30%;
    height: 1px;
    background: #ffffff;
}
.line_txt2 {
    text-align: center;
}

.blog{
    width: 100%;
    display: block;
    margin-top: 100px;
    
}
.blog h3 {
    color: #7B7B7B;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.blog_content{
    width: 100%;
    display: block;
    padding-top: 30px;
    
}
.blog_block {
    background: #F6F6F6;
    padding: 15px;
    margin: 10px;
}
.blog_block:hover{
    cursor: pointer;
}
.blog_block:hover{
    background: #000000;
     transition: all 1s;
    
}

.blog_block:hover .date_btn a.rdmore{
    color:#06A3E6 ;
    text-decoration: underline;
    font-weight: bold;
}



@font-face {
    font-family: myFirstFont;   
    src: url('../woff/bergensans-bold.woff');
  }

.montserrat{
font-family: 'Montserrat', sans-serif;
}  

.bergen{
  font-family: myFirstFont, sans-serif;
}
.bnr_txt h1{
  font-family: myFirstFont;
}

._success {
    text-align: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
._success img {
    max-height: 180px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}

._packpara {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    position: relative;
    display: block;
}

._pckshot.no_hgt {
    width: 430px;
    height: 100% !important;
    /* position: relative; */
    display: block;
}
._pckshot.no_hgt img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: unset;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}


section.pt_70{
    padding-top: 70px;
}


.leadForm .form-group{
    position: relative;
    margin-bottom: 1em;
}
.leadForm .form-control{
    background: rgba(0, 0, 0, 0.03)!important;
    border: 1px solid #353535;
    box-shadow: none !important;
}
.leadForm .form-group>label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.leadForm label.text-red.text-capitalize.text-normal {
    font-size: 13px;
    position: absolute;
    bottom: -12px;
    left: 5px;
    /* color: #e29305; */
    color: #ff1d1d;
    text-transform: initial!important;
    background: #353535;
    padding: 0px 4px;
    margin-bottom: 0;
}
.leadForm .form-group>label sup {
    font-size: 1.1rem;
    top: .1em;
}
textarea.form-control {
    height: auto;
    box-shadow: none !important;
    outline: none !important;
}
.ctn {
    position: relative;
    min-height: 80px; 
    min-width: 250px;
}
.ctn a {
    position: absolute;
    left: 0px;
    top: -180px; 
}
.ctn .target-label {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0;
}
 

.the-count { 
    position: absolute;
    bottom: -35px;
    right: 0;
}
._lft_pck {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 479px) {

}


/* meida quaries */

@media only screen and (max-width: 990px){
    a.navbar-brand {
        position: relative;
        top: 0.25em;
        left: 0em;
    }
    .col.bnr_txt h5{
        font-size: 16px;
    }
    .row.bnr_flx{
        flex-flow: row;
    }
    .col.bnr_txt{
        min-height: 480px;
        background-size: 285px;
        padding-left: 6%;
    }
    .col.bnr_txt h1 {
        font-size: 55px;
    }
    .bnr_img {
        padding-top: 0em;
        display: flex;
        align-items: center;
    }
    .bnr_img img {
        max-height: 400px;
    }
    ._productFtrs img {
        max-height: 460px;
    }
    section._whatIfYes ul {
        list-style-type: none;
        margin-left: 0;
    }
    ._painTypes ul {
        max-width: 100%;
    }
    ._painTypes ul li {
        min-width: 22%;
        flex: 0 0 22%;
        margin: 1em 0.7em;
        text-align: center;
        justify-content: flex-start;
        min-height: 180px;
    }
    .row.justify-content-center._wiy>.col-2{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    section._whatIfYes h2._hdng {
        font-weight: 900;
        font-size: 60px;
        color: #7B7B7B;
    }
    section._whatIfYes::before,
    section._whatIfYes::after{
        background-size: 280px auto;
        width: 290px;
        height: 65px;
    }
    ._pckshot img{
        object-fit: contain;
        max-height: 300px;
    }
    .copyright .flxSpce{
        padding: 0em 1em;
    }
    .copyright .flex_end ul {
        flex-wrap: wrap;
    }
    .copyright .flex_end ul li {
        flex: 0 0 45%;
        justify-content: space-between;
        min-width: 45%;
        margin: 0.5em 0em;
        text-align: left;
    }
    .copyright .flex_end {
        padding-left: 1.5em;
    }
    .contactUs ._footerLeft{
        padding-right: 3em;
    }
    .contactUs ._footerRyt {
        padding-left: 3em;
    }
    .bg-custom {
        background: #fdfdfb;
        border-bottom: 1px solid #eee;
    }
    ._packshotImg{
        align-items: center;
    }
    ._packshotImg>div {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%;
    }
    ._packshotImg ._lft_pck {
        padding-left: 0em;
        max-width: 30%!important;
        flex: 0 0 30%!important;
        min-width: initial!important;
    }
    .copyright .flxSpce .flxMdl img {
        max-width: 90px;
    }
}

@media (max-width: 767px){
    
    ._packpara {
        width: 100%;
        padding: 15px;
        margin: 0px;
        text-align: center;
        
    }
        
    
    ._footerLeft::after{
        display: none;
    }
    ._packshotImg>div {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }
    ._packshotImg>div._lft_pck{
        text-align: center;
        justify-content: center;
    }
    ._pckshot img {
        object-fit: contain;
        max-height: 250px;
    }
    .row.bnr_flx{
        flex-flow: column;
    }
    .bnr_img {
        padding-top: 1em;
    }
    .bg-custom {
        background: #fdfdfb;
        border-bottom: 1px solid #eee;
    }
    a.navbar-brand{
        position: relative;
        top: 0;
        left: 0;
    } 
    a.navbar-brand img{
      max-width: 185px
    }
    .contactUs { 
        padding: 2em 0em 1em 0em;
    }
    form.leadForm {
        margin-bottom: 2.5em;
    }
    .copyright .flxSpce > div, 
    .copyright .flxSpce .flxMdl{
        flex: 0 0 100%;
        min-width: 100%;
        margin-bottom: .75em;
    }
    .copyright .flxSpce {
        flex-flow: column;
        padding: 0em 0.5em;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .copyright .flxSpce .flxMdl img {
        max-width: 90px;
    }
    .copyright .flex_end ul{
        justify-content: space-between;
    }
    .flxSpce div:nth-child(1) { order: 1; text-align: center; }
    .flxSpce div:nth-child(2) { order: 3; }
    .flxSpce div:nth-child(3) { display: none; }
    .contactUs ._footerLeft {
        padding-right: 1em; 
    }
    .contactUs ._footerRyt {
        padding-left: 1.5em;
    }
    ._packshotImg{
        flex-flow: column;
    }
    ._pckshot {
        width: 240px;
        height: auto;
        max-width: 240px;
    }
    section._whatIfYes::before,
    section._whatIfYes::after{
        background-size: 150px auto;
        width: 150px ;
        height: 35px;
    }
    section._whatIfYes::after{
        height: 40px;
    }
    .col.bnr_txt{        
        background-size: 150px;
        padding-left: 10%;
        min-height: 270px;
        padding-top: 3em;
    }
    .col.bnr_txt h1 {
        font-size: 40px;
    }
    .bnr_img img {
        max-height: 280px;
    }
    ._productFtrs {  
        padding: 1rem 0rem;
    }
    ._productFtrs img {
        max-height: initial;
        max-width: 300px;
    }
    .row.justify-content-center._wiy {
        flex-flow: column;
    }
    .row.justify-content-center._wiy .col-6 {
        width: 100%;
        min-width: 100%;
        flex: 0 0 100%;
    }
    ._painTypes ul{
        max-width: 100%;
        margin: 0 auto;
    }
    ._painTypes ul li{
        margin: 1em 0.75em;
        flex: 0 0 42%;
        text-align: center;
        justify-content: flex-start;
    }
    .ctn{
        text-align: center;
    }
    ._packshotImg ._lft_pck h2{
        max-width: 100%;
    }
    ._painTypes p {
        padding: 0 1em;
    }
    section._whatIfYes { 
        margin-left: -15px;
        margin-right: -15px;
        padding: 3em 1em;
    }
    section._whatIfYes h2._hdng {
        font-weight: 900;
        font-size: 45px; 
    }
    ._features h2{
        font-size: 30px;
    }
    ._wiy ul{
        margin-left: 1em;
    }
    .faq .hdng a{
        padding-right: 2em;
    }
    .faq_section h2{
        margin-bottom: 0.5em;
    }

    .contactUs ._footerRyt h2, 
    .contactUs ._footerLeft h2{
        text-align: center;
    }
    .contactUs .flxCol{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .ml_auto{
        align-items: right;
    }
    .contactUs .btn_theme{
        text-transform: uppercase;
        font-size: 16px;
    }
    h2.bergen._hdng br {
        display: none;
    }
}


.covi-favi-block{
    position: fixed;
    /* display: block; */
    background: #fff;
    /* color: #FFF; */
    bottom: 10px;
    z-index: 100;
    left: 10px;
    right: initial;
    border: 8px solid #56326dbf;
    width: 350px;
    text-align: center;
    padding: 0;
}
.close-icon {
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #806592;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: none;
    opacity: 1;
    color: #fff;
    z-index: 999;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

/*****Gallery********/

.tz-gallery {
    padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    /* font-family: 'fontawesome'; */
    /* content:"\f08e"; */
    /* content:"\f06e"; */
    content:'';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
	background: url(../azi-guard-technology.html) no-repeat center;
	background-size: 30px;
}
.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 270px;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
	background: url(../azi-guard-technology.html) rgb(220 136 78 / 75%) no-repeat center;
	background-size: 55px;
}
.tz-gallery1 .lightbox:after {
	background: url(../coats-objects.html) rgb(230 54 45 / 75%) no-repeat center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
/* Video Gallery ********/
.video-block {
	text-align: left;
    background-color: transparent;
    padding: 0px;
}
.video-block  h5{
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    
}
.video-block p{
    color: #ffffff;
}
.thumbnail-block {
    position: relative;
}
.overlap {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    display: none;
	cursor: pointer;
	text-align: center;
}
.thumbnail-block:hover .overlap {
	display: block;
}
.thumbnail-block img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.overlap img {
	width: 55px;
    margin-top: 20%;
    height: auto;
}
.modal-video-body video {
	width: 100%;
}
.modal-video-body iframe {
	width: 100%;
}
.video-block span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    display: block;
}
small.b_dte {
    color: #ac001a;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
}
.video_gallery_section {
	position: relative;
	padding: 100px 0;
	background-color: #ffffff;
}
.video_gallery_section1 {
	margin-top: 15.2em;
    padding: 50px 0;
}
/* Success Page Styles ********/
.success-page-section {
    padding: 75px 0;
	margin-top: 0;
}
.success-text {
    text-align: center;
}
.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}
.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}
.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.success-text h6 a {
    color: #ffffff;
    display: block;
}
.success-text h6 a:hover {
    text-decoration: none;
}

.disclmerTxt {
    color: white;
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 1em !important;
    text-align: center !important;
}
.disclmerTxt b{
	font-weight: bold;
}
.cookie-banner {
	display: none;
	height: auto;
	position: fixed;
	z-index: 999;
	padding: 4px 3%;
	background-color: #eee;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner.bottom {
	display: block;
	border-top: 2px solid #26130c;
	bottom: -90%;
	transition: bottom 0.5s;
}
.cookie-banner.bottom.show {
	bottom: 0;
	transition: bottom 1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner p {
	/* float: left; */
	width: 88%;
	display: inline-block;
	font-size: 12px;
}

.cookie-banner a.button {
	/* float: left; */
	margin: 15px;
	width: 100px;
	height: 40px;
	z-index: 100;
	background: #9d0917;
	text-transform: uppercase;
	line-height: 1.4;
	padding-top: 8px;
	display: inline-block;
	color: #FFF!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
}

.image_gallery_section {
	padding: 75px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.faq_section {
	padding: 50px 0;
}

.owl-theme .owl-controls .owl-buttons div{
    background: transparent !important;
}




