@font-face {
  font-family:'FranklinGothic-Medium';
  src: url('../fonts/FranklinGothic-Medium_gdi.eot');
  src: url('../fonts/FranklinGothic-Medium_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FranklinGothic-Medium_gdi.woff') format('woff'),
    url('../fonts/FranklinGothic-Medium_gdi.ttf') format('truetype'),
    url('../fonts/FranklinGothic-Medium_gdi.svg#FranklinGothic-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F003;
}

@font-face {
  font-family:'digital-7';
  src: url('../fonts/digital-7.ttf'),
    url('../fonts/digital-7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F003;
}

body{
    font-family: "Arsenal", Sans-serif;
    font-size: 16px;
}
.clr{
    clear: both;
}
header{
    position: relative;
    z-index: 2;
}
#main{
    z-index: 1;
    position: relative;
}
.main-section{
    background: #fff;
    max-width: 1296px;
    margin: 0 auto;
    padding: 30px;
}
.full-width{
    width: 100%;
}
.main-heading-holder h1{
    color: #00436D;
    font-family: "Fjalla One", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-top: 0;
    text-align: center;
    border-bottom: 6px solid #BFAF80;
}
.main-image-holder img{
    width: 100%;
    height: auto;
}
.subheading-holder h2{
    margin: 30px 0px;
    padding: 20px 0px 20px 0px;
    background-color: #2D3D48;
    text-align: center;
    color: #FFFFFF;
    font-family: "Fjalla One", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
.main-list{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.main-list li{
    position: relative;
    padding-left: 25px;
    float: left;
    width: 33.3333%;
    padding-right: 30px;
}
.main-list li:before{
    content: '';
    height: 8px;
    width: 8px;
    background: #2D3D48;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 100%;
}
.main-list.main-half-list li{
    width: 50%;
}
.main-list.main-big-list li:before{
    height: 10px;
    width: 10px;
}
.main-list.full-list li{
    width: 100%;
}
.inner_content p{
    line-height: 18px;
}
.inner_content a{
    font-weight: bold;
}
.main-form-heading{
    color: #00436D;
    font-family: "Fjalla One", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5em;
}
.inner_content h3{
    font-size: 16px;
    color: #2d3d48;
    font-family: "Arsenal", Sans-serif;
}
.center-align{
    text-align: center;
}
.contact-form-holder{
    float: left;
    width: 100%;
}
.inner_content p strong {
    font-size: 16px;
    color: #2d3d48;
    font-family: "Arsenal", Sans-serif;
}
.animated-section .elementor-column.elementor-col-25:hover{
    animation-name: halchal;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;    
}
@keyframes halchal {
  0%   {top:0px;}
  50% {top:10px;}
  100% {top:0px;}
}
.gallery-container .item{
    width: 23%;
    float: left;
    margin: 13px 1%;
    border:  1px solid #00436D;
    text-align: center;
    height: 295px;
    line-height: 295px;
}
.gallery-container .item.cards{
    height: auto;
    line-height: normal;
}
.gallery-container .item img{
    width: auto;
    height: auto;
    max-height: 200px;
    display: inline-block;
}
.gallery-container .item.cards img{
    max-height: 175px;
}
.contact-form-holder .submit-button-holder input[type=submit]{
    font-family: "Fjalla One", Sans-serif !important;
    font-size: 21px !important;
    font-weight: 300 !important;
    line-height: 31px !important;
    letter-spacing: 0px !important;
    word-spacing: 0em !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 10px 25px 10px 25px !important;
    margin: 0px 0px 0px -5px !important;
    color: #ffffff !important;
    background-color: #00436D !important;
}
.contact-form-holder .submit-button-holder input[type=submit]:hover{
    background-color: #C0AF80 !important;
    color: #00436D !important;
}
.half-right{
    float: right;
    width: 48%;
}
.half-left{
    float: left;
    width: 48%;
}
.contact-populated{
    padding: 0;
}
.contact-us-page .field-holder{
    margin-top: 60px;
}
.contact-us-page h4{
    color: #00436D;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}
.map-holder iframe{
    width: 100%;
    height: 400px;
}
.menu-item .dropdown-item{
    font-family: Tahoma,sans-serif !important;
    font-size: 14px !important;
}
.menu-item .dropdown-item:hover{
    background-color: #2D3D48 !important;
    color: #fff !important;
}
section#obsw3 .elementor-widget-elementskit-contact-form7{
    padding-top: 40px !important;
}
.messgae-holder{
    position: fixed;
    top: 100px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .8);
    display: none;
}
.messgae-holder.active{
    display: block;
}
.messgae-holder .messgae-holder-inner{
    position: absolute;
    top: 100px;
    left: calc(50% - 200px);
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    min-height: 400px;
    padding-bottom: 50px;
    border: 1px solid #00436D;
    border-top: 0;
}
.messgae-holder .messgae-holder-inner h2{
    background-color: #00436D;
    color: #fff;
    text-align: center;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;  
    padding: 10px 10px 7px;
    margin-top: 0;
    margin-bottom: 30px; 
}
.messgae-holder .messgae-holder-inner p{
    padding-right: 20px;
    padding-left: 20px;
    display: block !important;
}
.messgae-holder .messgae-holder-inner span.close-popup{
    padding: 5px 30px;
    background-color: #00436D;
    color: #fff;
    position: absolute;
    bottom:  10px;
    right: 10px;
    font-family: "Fjalla One", Sans-serif;
    cursor: pointer;
}
.messgae-holder .messgae-holder-inner span.close-popup:hover{
    background-color: #c0af80;
    color: #00436D;   
}
.menu-item-has-children:after{
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    top: 17px;
    right: 15px;
}
.order-btn{
    font-family: "Roboto", Sans-serif !important;
    font-weight: 500 !important;
    fill: #2D3D48 !important;
    color: #2D3D48 !important;
    background-color: #BFAF80 !important;
}
.order-btn:hover{
    background-color: #2D3D48 !important;
    color: #fff !important;
}
.fr-btn.submit-button-holder{
    margin-top: 0 !important;
}
.footer-para p{
    font-family: Tahoma,sans-serif; ;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-logo-holder img{
    width: 80px;
}
.elementor-403 .elementor-element.elementor-element-38df000 > .elementor-widget-container{
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}
ul#menu-1-1fb6c3b a{
    padding: 9px 25px !important;
}
.elementor-13 .elementor-element.elementor-element-ad81873 .elementskit-navbar-nav .elementskit-submenu-panel > li > a{
    color: #2D3D48;
}
#menu-main-menu .elementskit-dropdown .menu-item a.dropdown-item{
    padding-left: 30px !important;
    border-bottom: 1px solid #2D3D48 !important;
}
#menu-main-menu .elementskit-dropdown .menu-item:last-child a.dropdown-item{
    border-bottom: 0 !important;
}
.menu-item .dropdown-item:after{
    content: '';   
    position: absolute;
    top: 16px;
    left: 10px;
    background-color: #2D3D48;
    height: 8px;
    width: 8px;
    border-radius: 100%;
}
.menu-item .dropdown-item:hover:after{
    background-color: #fff;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li:hover{
    background: #2D3D48 !important;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li:hover > a{
    color: #fff !important;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li.menu-item-has-children:hover:after{
    color: #fff !important;
}
.custom-footer{
    background-color: #bfaf80;
    border-top:  48px solid #2d3d48;
    position: relative;
    text-align: center;
    height: 110px;
}
.custom-footer .footer-content{
    position: absolute;
    top:  -48px;
    left: calc(50% - 250px);
    display: flex;
    width: 500px;
    gap:  15px;
    text-align: left;
}
.custom-footer .footer-content h1{
    color: #fff;
    font-family: "Fjalla One", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    padding-top: 2px;
    margin-bottom: 2px;

}
.custom-footer .footer-content .company-text{
    color: #000000;
    font-size: 14px;
    line-height: 16px;
}
.grow-section h1{
    font-size: 48px;
    color: #425f71;
    text-transform: uppercase;
    text-align: center;
    font-family: "Fjalla One", Sans-serif;
    font-weight: normal;
    margin-bottom: 0px;
}
.grow-section h2{
    font-size: 32px;
    color: #424242;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
}
.presence-heading{
    color: #004766 !important;
    font-size: 28px !important;
    font-weight: normal !important;
    text-align: center !important;
    margin-top: 20px !important;
}
.inner-presence-heading{
    color: #a0a0a0 !important;
    font-size: 36px !important;
    margin-bottom: 0 !important;
}
.grow-section.gray-bg{
    background: #d0d0d0;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.grow-section.gray-bg.grow-section h2{
    margin-bottom: 20px;
    font-size: 37px;
    color: #000;
}
.full-width{
    float: left;
    width: 100%;
}
.full-width .obsw{
    margin: 0;
}
.seo-banner-holder{
    background: #4f4f4f;
    width: 100%;
}
.seo-banner-left,
.seo-banner-right{
    width: 50%;
    float: left;
}
.seo-banner-right{
    float: right;
    text-align: right;
}
.seo-banner-left{
    padding-left: 90px;
    padding-top: 50px;
}
.seo-banner-heading-holder{
    margin-left: 10px;
    border-left:  5px solid #bcab7f;
    padding-left: 18px;
}
.seo-banner-heading-holder h2{
    color: #87f8ff;
    font-size: 35px;
    line-height: 42px;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}
.seo-banner-heading-holder h3{
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;  
    margin-bottom: 0; 
}
.seo-banner-heading-holder h3 a{
    color: #bdac8e;
}
.seo-banner-heading-holder h3 a:hover{
    color: #6CF0FC;
}
.seo-banner-content-holder{
    width: 100%;
    margin-top: 10px;
    color: #fff;
    padding-left: 40px;
    background: url(../images/checklist.png) no-repeat left top;
    background-size: 30px;
}
.seo-banner-content-holder p{
    margin-bottom: 10px;
    font-size: 14px;
}
.seo-banner-content-holder .special-text{
    color: #bdac8e;
    font-size: 16px;
    padding-top: 5px;
}
.seo-banner-content-holder img{
    max-width: 100%;
}
.printing-banner{
    padding: 15px 45px 15px 75px;
    background-color: #dbe1ed;
    position: relative;
}
.printing-banner .printing-banner-left{
    max-width: 70%;
}
.printing-banner h2{
    font-size: 36px;
    line-height: 36px;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 400;
    color: #2e344c;
    text-transform: uppercase;
    margin: 60px 0 15px;
}
.printing-banner span.divider{
    display: inline-block;
    width: 285px;
    height: 6px;
    background: #c3af7d;
    float: left;
}
.printing-banner p{
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    max-width: 560px;
}
.printing-banner .list-points{
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    max-width: 400px;
}
.printing-banner .list-points li{
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 6px;
}
.printing-banner .list-points img{
    width: 30px;
    float: left;
    margin-right: 12px;
}
.printing-banner .list-points span{
    font-weight: bold;
}
.printing-banner .list-box-holder{
    display: flex;
    margin-top: 10px;
    gap: 15px;
}
.printing-banner .list-box{
    width: 229px;
    border: 1px solid #2f374c;
    overflow: hidden;
    height: 47px;
}
.printing-banner .list-box .left{
    display: inline-block;
    width: 135px;
    padding: 6px 0 8px 15px;
    font-weight: bold;
    font-size: 20px;
    color: #2e344a;
    float: left;
}
.printing-banner .list-box .right{
    width: 90px;
    background: url(../images/list-bg.png) no-repeat top right;
    color: #fff;
    font-size: 20px;
    padding: 5px 14px 8px 2px;
    display: inline-block;
    float: right;
    text-align: right;
    background-size: 100% 100%;
    font-weight: bold;
}
.printing-banner .following{
    float: left;
    width: 100%;
    margin: 30px 0;
}
.printing-banner .following span{
    float: left;
    font-weight: bold;
    line-height: 19px;
}
.printing-banner .following strong{
    display: inline-block;
    font-size: 20px;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 400;
    color: #303549;
    text-transform: uppercase;
    float: left;
    line-height: 24px;
    padding: 0 8px;
    border-right: 2px solid #b7af8a;
}
.printing-banner .following strong:last-child{
    border-right: 0;
}
.printing-banner img.printing-banner-img{
    position: absolute;
    top: 60px;
    right: 27px;
    max-width: 500px;
}
.store-banner{
    width: 100%;
    height: 447px;
    background: url(../images/store-banner-bg.png) no-repeat top left;
    position: relative;
    margin-bottom: 30px;
}
.store-banner-content{
    width: 550px;
    float: left;
    margin: 0px 0 0 104px;
}
.store-banner-content h2{
    font-size: 30px;
    line-height: 42px;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 400;
    color: #2e344c;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url(../images/commas.png) no-repeat top 0 right 186px;
    background-size: 60px;
    padding-top: 15px;
    margin-top: -15px;
}
.store-banner-content p{
    font-size: 15px;
    line-height: 22px !important;
    margin-bottom: 0;
    color: #000;
}
.stroe-special-section{
    background: #2f374c;
    padding: 5px;
    border-radius: 10px;
    margin: 10px 0;
}
.stroe-special-section p{
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.store-divider{
    display: inline-block;
    width: 285px;
    height: 6px;
    background: #7f6558;
    float: left;
    margin-bottom: 20px;
}
.store-img-holder{
    position: absolute;
    top: 10px;
    right: 36px;
}
h2.gb-headline-79464b81{
    font-size: 28px;
}
.gb-container-306c2dbe,
.gb-container-f1541395{
    margin-top: 20px;
}
h5.gb-headline-0c45f8bb,
h5.gb-headline-446bc3aa,
h5.gb-headline-4f79d4c3{
    font-size: 15px;
}
.gb-container-82f107b5{
    padding-bottom: 10px;
}
.gb-container-b337707c h3{
    font-family: "Fjalla One", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.gb-container-b337707c h3 mark{
    float: right;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-transform: lowercase;
}
.gb-container-b337707c p{
    line-height: 20px;
    font-size: 15px;
}
p.gb-headline-a1e2fce3,
p.gb-headline-8279be30{
    line-height: 20px;
}
p.gb-headline-a1e2fce3{
    margin-top: 10px;
}
p.gb-headline-8279be30{
    margin-top: 20px !important;
}
.gb-container-27a91e20 p{
    line-height: 20px;
}
.gb-container-27a91e20{
    margin-top: 20px;
}
h2.gb-headline-07e11213{
    font-size: 34px;
}
.gb-container-7b334551{
    margin-top: 28px;
}
.gb-container-d306033e p{
    line-height: 20px;
    margin-bottom: 6px;
}
h2.gb-headline-79464b81vf,
h2.gb-headline-79464b81cfd{
    font-size: 36px;
}
h5.gb-headline-446bc3aacdf{
    margin-bottom: 40px;
}
.gb-container-37e43529{
    margin-top: 10px;
}
.gb-container-306c2dbenhy{
    margin-top: 40px !important;
}
.website-banner-wrapper{
    padding-left: 25px;
    padding-right: 25px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.website-banner{
    width: 100%;
    height: 566px;
    background: url(../images/website-banner-bg.png) no-repeat top left;
    position: relative;
    margin: 0 auto;
    float: left;
}
.website-banner-content{
    width: 800px;
    float: right;
    margin: 100px 0 0 0;
    position: relative;
    z-index: 2;
}
.website-banner-content h2{
    font-size: 52px;
    line-height: 52px;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 400;
    color: #fff;
    background: #922f34;
    text-transform: uppercase;
    padding: 17px 15px 13px 70px;
    position: relative;
}
.website-banner-content h2:after{
    position: absolute;
    top: 37px;
    right: 0;
    width: 27%;
    height: 6px;
    background: #fff;
    content: '';
}
.website-banner-content .banner-inner-content{
    width: 660px;
    margin: 0 0 0 35px;
}
.website-banner-content .banner-inner-content p{
    line-height: 19px;
    color: #000;
}
.website-banner-content .banner-list-holder{
    border: 2px solid #922f34;
    padding: 0 30px 30px;
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.website-banner-content .banner-list-holder h4{
    font-size: 22px;
    line-height: 22px;
    font-family: "Fjalla One", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #922f34;
    background: #CDCDCD;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
    top: -17px;
    margin: 0 0 0 0;
}
.website-banner-content ul{
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 48%;
    float: left;
    max-width: 230px;
}
.website-banner-content ul.right-list{
    float: right;
}
.website-banner-content ul li{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.website-banner-content ul li:before{
    content: '';
    height: 10px;
    width: 10px;
    background: #922f34;
    border-radius: 100%;
    display: inline-block;
    margin-right: 15px;
}
.website-banner-img img{
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1100px){
    .printing-banner img.printing-banner-img{
        width: 300px;
    }
    .store-img-holder{
        top: 115px;
        right: 0;
    }
    .store-img-holder img{
        width: 300px;
    }
    .website-banner-img img{
        display: none;
    }
    .website-banner-content {
        width: 100%;
        float: right;
        margin: 30px 0;
    }
    .website-banner{
        height: auto;
    }
    .website-banner-content .banner-inner-content{
        float: right;
        margin: 0 30px 0 0;
    }
}
@media only screen and (max-width: 1023px){
    .main-list li{
        width: 50%;
    }
    .seo-banner-left,
    .seo-banner-right{
        width: 100%;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .seo-banner-right{
        text-align: center;
    }
    .seo-banner-left{
        padding-top: 30px;
    }
    .printing-banner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .printing-banner p{
        max-width: 100%;
        width: 100%;
    }
    .printing-banner .printing-banner-left{
        max-width: 100%;
    }
    .printing-banner img.printing-banner-img{
        position: relative;
        max-width: 400px;
        width: 100%;
        top: 0;
        left: 0;
    }
    .printing-banner-right{
        width: 100%;
        text-align: center;
    }
    .store-banner{
        height: auto;
        background: #b4b3b9;
        padding-bottom: 30px;
    }
    .store-img-holder{
        top: auto;
        right: auto;
        position: relative;
        text-align: center;
    }
    .store-img-holder img{
        max-width: 400px;
        width:  100%;
    }
    .store-banner-content{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 30px;
        padding: 30px;
    }
    .website-banner{
        background: #cdcdcd;
    }
    .website-banner-content .banner-inner-content{
        width: 96%;
        margin: 0 auto;
        float: none;
    }
    .website-banner-content h2{
        text-align: center;
    }
    .website-banner-content h2:after{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .main-heading-holder h1{
        font-size: 22px;
    }
    .subheading-holder h2{
        font-size: 20px;
    }
    .main-list.main-half-list li, .main-list li{
        width: 100%;
    }
    .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements{
        left: -100% !important;
    }
    .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements.active{
        left: 0 !important;
    }
    .elementskit-menu-close{
        z-index: 9999;
    }
    .elementskit-menu-overlay{
        display: none !important;
    }
    .messgae-holder .messgae-holder-inner{
        top: 265px;
        min-height: 200px;
    }
    .elementor-icon-list-text{
        font-size: 14px;
    }
    .elementor-element-11dbe701{
        padding-top: 20px;
    }
    .elementor-13 .elementor-element.elementor-element-57718f2e > .elementor-widget-container{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .menu-item-has-children:after {
        top: 20px;
        right: 25px;
    }
    .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator{
        padding: 15px !important;
    }
    .half-left,
    .half-right{
        width: 100%;
    }
    .custom-footer .footer-content {
        left: 10px;
        width: 100%;
    }
    .custom-footer img{
        width: 44px;
        height: auto;
        margin: 6px 0 0 0px;
    }
    .grow-section h1{
        font-size: 24px;
    }
    .grow-section h2{
        font-size: 22px;
    }
    .presence-heading br{
        display: none;
    }
    .presence-heading,
    .inner-presence-heading{
        font-size: 22px !important;
    }
    .seo-banner-heading-holder h2{
        font-size: 24px;
        line-height: 28px;
    }
    .seo-banner-heading-holder h3{
        font-size: 18px;
    }
    .printing-banner .list-points li{
        width: 100%;
        margin-right: 0;
    }
    .printing-banner .list-box-holder{
        display: block;
    }
    .printing-banner .list-box{
        margin-bottom: 10px;
    }
    .printing-banner .list-box:last-child{
        margin-bottom: 0;
    }
    .printing-banner .following span{
        margin-bottom: 10px;
    }
    .printing-banner .following strong{
        display: block;
        margin-top: 10px;
    }
    .store-divider,
    .printing-banner span.divider{
        width: 100%;
    }
    .store-banner-content p br,
    .store-banner h2 br{
        display: none;
    }
    .store-banner h2,
    .elementor-8 .elementor-element.elementor-element-900d20c .elementor-heading-title,
    h2.gb-headline-79464b81, h2.gb-headline-07e11213,
    h2.gb-headline.gb-headline-6ea48875.gb-headline-text.new-custom-heading,
    .printing-banner h2, h2.gb-headline-a4eca2be{
        font-size: 24px;
        line-height: 26px;
    }
    .printing-banner h2,
    .website-banner-content h2{
        font-size: 22px;
        line-height: 24px;
    }
    .website-banner-content h2{
        padding-left: 5px;
        padding-right: 5px;
    }
    .store-banner-content {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 30px;
        padding: 30px 15px;
    }
    .store-banner-content h2,
    .absolute-icon .gb-icon{
        background: none;
    }
    .remove-mobile-break br{
        display: none;
    }
    .gb-container-dfbebb9f > .gb-inside-container,
    .gb-container-f6d89756 > .gb-inside-container,
    .gb-container-fb1b7c21 > .gb-inside-container{
        padding-left: 0;
        padding-right: 0;
    }
    .gb-container-843ffbc2 > .gb-inside-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-footer .footer-content .company-text{
        font-size: 12px;
    }
    .gb-container-b337707c h3 mark{
        display: block;
        width: 100%
    }
    .price-with-2 strong{
        font-size: 14px;
    }
    .gb-container-3c8260c0{
        border-top: 30px solid #fff;
    }
    .gb-container-fb1b7c21{
        border-radius: 0;
    }
    .website-banner-content .banner-list-holder h4{
        font-size: 14px;
    }
    .website-banner-content ul{
        width: 100%;
        max-width: 100%;
    }
    .website-banner-content .banner-list-holder{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.home-read-more{
    text-align: right;
    margin-top: 15px;
}
.home-read-more a{
    display: inline-block;
    padding: 4px 30px;
    color: #00436d;
    border: 1px solid #00436d;
    background: none;
    text-transform: uppercase;
}
.elementor-widget-text-editor .elementor-widget-container .home-read-more a:hover{
    color: #fff !important;
    background: #00436d;
}
.one-third{
    width: 33.3333%;
    float: left;
    padding: 0 15px;
}
.one-third h4{
    text-transform: uppercase;
    font-size: 20px;
    color: #00436d;
    margin-bottom: 2px;
}
.one-third a{
    color: #4a4a4a;
    font-weight: normal;
}
.one-third a:hover{
    color: #00436d;
    font-family: Arsenal, sans-serif;
}
.one-third:nth-child(2),
.one-third:nth-child(3){
    padding-left: 60px;
}
#contact-form input[type=text], #contact-form input[type=email], #contact-form input[type=tel], #contact-form input[type=tel], #contact-form select, #contact-form textarea{ font-size: 16px !important; color: #000 !important;}

.box-img-cls{
    width: 100%;
    height: auto;
}
.boxed-populated{
    position: relative;
}
.boxed-populated .btn-kj{
    position: absolute;
    bottom: -50px;
        width: 100%;

}
@media only screen and (max-width: 767px){
    .one-third{
        width: 100%;
        float: left;
    }
    .one-third:nth-child(2),
    .one-third:nth-child(3){
        padding-left: 0;
    }
    .boxed-populated{
        margin-top: 40px !important;
    }
}

.email-message{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(00, 00, 00, .8);
  z-index: 9999;
}
.email-message .response-msg{
    height: 390px;
    width: 500px;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 215px;
    left: calc(50% - 200px);
    text-align: center;
    padding-top: 40px;
}
.email-message .response-msg .close-msg{
  cursor: pointer;
  position: absolute;
  height: 30px;
  width: 30px;
  background: #000;
  color: #fff;
  top: -15px;
  right: -15px;
  text-align: center;
  line-height: 30px;
}