body{
  overflow-x: hidden;
  font-weight: 300;
}
html {
  scroll-behavior: smooth;
 }
h1, .sg-h1 {
    font-size: 38px;
}
h2, .sg-h2{
    font-size: 16px;
    line-height: 1.43em;
    margin-bottom: 20px;
    font-weight: 400;
}
.bg-transperant{
  background-color: transparent;
}
.bg-primary{
  background-color: #EF0012 !important;
}
.sg-btn.sg-btn-primary {
    border-radius: 0;
    text-decoration: none;
}
.sg-background-overlay {
    background: rgba(0,0,0,.2);
}
.text-danger{
  color:#ef0012 !important;
}
.text-shadow{
  text-shadow: 1px 1px #373737;
}
.box-shadow{
  box-shadow: 10px 12px 40px rgb(0 0 0 / 20%);
}
.mw-600{
  max-width: 600px;
}
.mw-400{
  width: 400px;
  max-width: 400px;
}
.st-btn.st-last {
    display:none !important;
}
#st-2.st-left,#st-3.st-left{
    display:none;
}

.top-bar{
  background-color: #ef0012;
  color:#fff;
  padding:4px;
}
section.top-bar.top-bar-mobile {
      display:none;
  }
  .top-bar-mobile .top-links li{
    border:none;
  }
ul.top-links{
    list-style:none;
    margin:0px;
    flex-wrap: wrap;
}
.top-links li{
    border-right: 1px solid #000;
    padding: 0px 12px;
}
.top-bar .top-links a{
  color:#fff;
  font-size:14px;
}
.top-bar a.contact-btn {
    background:#fff;
    color:#000;
    padding:5px 15px;
    text-decoration:none;
    border:1px solid #fff;
}
.top-bar a.contact-btn:hover {
    background:#EF0012;
    color:#fff;
    padding:5px 15px;
    text-decoration:none;
}
.top-bar{
    padding:8px 0px;
}
.top-links input#site_search_field {
    font-size: 13px;
    color: #2e2e2e;
    padding: 3px 30px 3px 10px;
    height: auto;
    border: 1px solid #dadada;
    margin: 0px;
    background: #fff;
    outline:none;
    height: 30px;
}
input#id_1 {
    width: 30px;
    border: none;
    background: url('https://uploads.prod01.oregon.platform-os.com/instances/1635/assets/images/search-icon.png?updated=1615383002610') no-repeat center;
    position: absolute;
    top: 0px;
    right: 8px;
    bottom: 0px;
    cursor: pointer;
    outline:none;
    border:none;
    box-shadow: none;
    }
.top-links li:last-child{
    border-right:0px;
}
.homepage-header{
  background-color: transparent;
}
.homepage-header .navbar-expand-lg .navbar-toggler{
  display: block;
  color:#fff;
  font-size: 26px;
  border:none;
  outline:none;
}
.toggle-main {
    background: #EF0012 none repeat scroll 0 0;
    height: auto;
    min-height: 570px;
    position: absolute;
    right: 0;
    text-align: center;
    top:0;
    color:#fff;
    overflow-x: hidden;
    width: 0;
    z-index: 9999;
    
}
.toggle-main a{
  color:#fff;
}
.close-sec{
  padding:20px;
  justify-content: space-around;
}
span#close {
    border: 1px solid #ffffff;
    clear: both;
    color: #fff;
    font-size: 22px;
    padding: 4px 10px;
    text-decoration:none;
    height: 45px;
    cursor: pointer;
    
}
p.tel_no {
    font-size: 16px;
    margin-bottom: 0;
    font-weight:500;
    text-align: right;
}
.tel_no a{
     font-weight:500;
}
p.head_title {
    font-size: 25px;
    font-weight:500;
    margin-bottom: 1.25rem;
    }
span.tel_text {
    font-size: 10px;   
}
.toggle-main .navbar ul{
    text-align:left;
    list-style:none;
}
.toggle-main .navbar li{
  margin:10px;
}
.toggle-main .navbar li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    color: #fff;
    margin-left: -1.3em;
    width: 1.3em;
}
.homepage_banner_search .s_site_search_input {
    height: 50px;
    width: 60%;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #dadada;
    color: rgba(0,0,0,.75);
    margin: 0 0 1rem;
    padding: .5rem;
    outline:none;
}
.homepage_banner_search_btn{
    font-size: 20px;
    height: 50px;
    padding: 10px 15px;
    animation: 300ms ease 0s normal none 1 running moveFromLeftRotate;
    background-color: #000;
    margin: 0 0 0.4rem;
    border: 2px solid #ef0012;
    color: #fff;
    background: #ef0012;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms linear 0s;
    border-radius: 0;
}
.homepage_banner_search_btn:hover{
  background: #000;
  color:#fff;
  border-color:#b8b8af;
}
.hp-bannner-cta{
    position:absolute;
    bottom:20px;
    text-align:center;
    width:100%
}
a.newsletter-btn{
    border-radius:0px;
    padding:5px 10px;
    margin:0px 20px;
}
/* Footer css ------ */
.footer .quick-links ul{
    list-style:none;
    text-align: left;
}
.footer .quick-links ul li a{
    color:#000;
}
.footer .quick-links ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    color: #EF0012;
    margin-left: -1.3em;
    width: 1.3em;
}
.footer .paypez-img h6{
    font-size:16px;
}
.footer .paypez-img img{
    height:110px;
    width:auto;
}
section.footer-bottom {
    background:#000;
    color:#fff;
    padding:30px 0px;
}
section.footer-bottom  a{
    color:#fff;
    text-decoration:underline;
}
section.footer-bottom  a:hover{
    color:#ef0012;
    
}

.newsletter-social-icons svg {
    color: #939393;
    font-size: 34px !important;
}
.newsletter-social-icons{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    display: block;
    padding: 9px 0;
    background: #ffffff;
    border: 5px solid #ebebeb;
}
#newsletter-popup{
  z-index:9999 !important;
}
.social-icons li{
  width:62px;
}
.social-icons li:nth-child(1):hover .fa-w-16{color:#00aced}
.social-icons li:nth-child(2):hover .fa-w-10{color:#3b5998}
.social-icons li:nth-child(3):hover .fa-linkedin-in{color:#0173B2}
.social-icons li:nth-child(4):hover .fa-youtube{color:#bb0000}
.social-icons li:nth-child(5):hover .fa-instagram{color: #0173B2;}

.newletter-heading{
  color: #fff;
  font-size: 24px;
}
.sg-contact.sg-contact-02a ul li {
    margin-right: 20px;
}
.cstm-page-div ul li {
    background:none !important;
}
.cstm-page-div{
    margin:20px 0px;
}
.pagination.pagination-02 .page-item.active .page-link {
    z-index: 3;
    background: #ef0012;
    color:#fff;
    border-color: #ef0012;
}
.pagination.pagination-02 a.page-link{
    color:#ef0012;
}
.pagination.pagination-02 a.page-link:hover {
    background: #ef0012;
    color:#fff;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #999 !important;
    cursor: not-allowed !important;
    background-color: #fff;
    border-color: #ddd;
}
.latest-news ul.blogsitesummary a{
    color:#000;
    text-decoration:underline;
}
.latest-news ul.blogsitesummary a:hover{
  color:#EF0012;
}

.latest-news ul.blogsitesummary p.date {
    color:#333333;
}
.latest-news ul.blogsitesummary li{
    border-bottom:1px solid #ddd;
    padding:5px 0px;
}
ul.blogsitesummary {
    list-style:none;    
}
ul.blogsitesummary li:before{
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    color: #EF0012;
    margin-left: -1.3em;
    width: 1.3em; 
}
 h1.section-heading, h3.section-heading {
    font-size: 28px;
    font-weight:bold;
    color: #252525;
    line-height:42px;
    margin-bottom: 20px;
}
.block-images-section .image-caption {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.3);
    padding: 10px 5px;
    width:100%;
}
.block-images-section .image-caption p{
    color:#fff;
    text-align:center;
    font-weight:500;
}
.block-images-section .overlay-text{
    opacity:0;
    position:absolute;
    bottom:0px;
    width:100%;
    height:0;
    transition:0.3s ease;
}
.block-images-section .sg-card-img:hover .overlay-text{
    opacity:1;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:rgba(238,44,36,0.8);
    color:#fff !important;
   
    font-weight:500;
    
}
.block-images-section .sg-card-img:hover .image-caption{
    display:none;
}
.block-images-section .read-more-btn{
  background: #fff;
  color:#000;
  border-radius: 0px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 9999;
}
.contact-header p.tel_no{
    font-size: 20px;
    text-align: center;
}
.contact-header span.tel_text{
    font-size:14px;
}

.navbar-nav a{
  color:#000 !important;
  font-weight:500;
  text-transform: uppercase;
}
.navbar-dark .navbar-toggler{
  color:#000;
}
.card-img.sg-card-img img{
    border-radius:0px !important;
}
.sg-masthead .navbar-light .navbar-nav .nav-item, .sg-masthead .navbar-dark .navbar-nav .nav-item{
    position:relative;
}

ul.dropdown-menu{
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #e5e3df !important;
    z-index: 9999;
    top: 40px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

ul.dropdown-menu a.nav-link {
    color: #1b252b !important;
}
.sg-masthead.sg-bg-primary .navbar-dark .navbar-nav .nav-item .nav-link:hover{
  color: #ef0012 !important;
}
.nav-item:hover ul.dropdown-menu {
    display:block;
}
.dropdown-menu .container .row {
    width: 100%;
    margin: 0;
}
.dropdown-menu .container{
    padding-left:0px !important;
    padding-right:0px !important;
}
.dropdown-menu .nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}
section.breadcrumb {
    padding:10px 0px;
    text-align:right;
}
.sg-content a{
    text-decoration:underline;
}
.main-block li {
    background: rgba(0, 0, 0, 0) url(../images/red-tick.png?updated=1617615113544) no-repeat scroll 0 5px !important;
    border-bottom: 0px solid #edebeb;
    float: left;
    font-size: 20px;
    list-style-type: none !important;
    margin-bottom: 18px;
    text-align: left;
    width: 100%;
    padding-left: 26px !important;
}
.main-block li a{
    text-decoration:underline;
}
.default-content .sg-content ul{
    list-style:none;
}
.default-content .sg-content ul li {
    background: rgba(0, 0, 0, 0) url(../images/arrow-red.png?updated=1617615113544) no-repeat scroll 0 7px;
    color: #000;
    padding-left: 14px;
    line-height: 1.53em;
}

.default-content h1{
  color: #252525;
  font-weight: 500;
}
.default-content h2{
    font-size: 16px;
    line-height: 1.43em;
    margin-bottom: 20px;
    font-weight: 300;
} 
.default-content h3{
  color: #252525;
  font-weight: 600;
  font-size: 28px;
}
.default-content h3 a{
  color: #252525;
  font-size: 28px;
  font-weight:600;
  line-height: 38px;
}
.default-content h3 a:hover{
  color: #EF0012;
}

.newletter-heading{
  color: #fff !important;
}
img {
    border-radius:0px;
}
.blog-post .post-details {
    color: #888;
    font-size: 15px;
    margin: -10px 0 10px !important;
}
.list-view .blog-post{
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    padding-top:20px;
}
.BlogRecentPost li{
    border-bottom:1px dotted #ddd;
    margin-bottom:15px;
    padding-bottom:15px;   
}
.BlogRecentPost li a{
    color:#252525;
    display: block;
}
.BlogRecentPost li a:hover{
    color:#bc000e;
}
.BlogRecentPost ul{
    padding:0 0 0 20px;
}
.blog-details-contact-link{
  color: #252525;
}
.blog-details-contact-link:hover{
  color: #EF0012;
}
.post-body table td{
    padding:10px 0px;
}
.radio-container input{
    margin-right:5px;
}
section.breadcrumb a{
    color:#000;
    text-decoration:underline;
}
section.breadcrumb a:hover{
    color:#EF0012;   
}
h4, .sg-h4 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
}
.pdf-img{
    width: 16px;
    height: 16px;
    display: block;
    float:left;
    margin:-5px 8px 0px 0px;
    background-position: center;
    background-size: cover;
    margin-top: 4px;
}
span.pdf{
      background-image: url(../images/pdf.png?updated=1619193446772);
}
span.odt,span.word{
      background-image: url(../images/word.png?updated=1619711582914);
}
.external-links p a,.sitemap a,.search-results a {
    color:#000;
}
.external-links p a:hover,.sitemap a:hover,.search-results a:hover{
    color:#ef0012;
}
.sg-faq.sg-faq-01a .accordion .sg-card .sg-card-header .sg-btn-link{
    padding:15px;
}
.sg-faq.sg-faq-01a .accordion .sg-card .sg-card-header .sg-btn-link{
    color:#000;
    text-decoration:underline;
    font-weight:normal;
}
.sg-faq.sg-faq-01a .accordion .sg-card{
    border:1px solid #ddd !important;
    border-radius:0px !important;
}
.post-body img{
    width:auto;
    max-width:100%;
}
.form-block .col-12.col-md-5{
    padding:30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    border-radius: 10px;
    margin-top:20px;
    margin-bottom:20px;
}
form select {
    padding:10px;
}
.checkbox-container .checkbox{
    margin-top:7px;
}
input[type="checkbox"] + label {
    font-weight: normal !important;
}

.radio-container .radio {margin-right:20px;}
 
 
li.dropdown-item:hover {
    background-color:#f6f6f6 !important
}
.sg-btn{
  font-weight: normal;
}
.responsive-table td{
    padding:10px;
  }
.catalogue-iframe-container{
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; justify-content: center;
}

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 80px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #EF0012;
  color: white; 
  cursor: pointer; 
  padding: 0px; 
  font-size: 18px; 
  width:40px;
  height:40px;
  border-radius:50%;
}

#myBtn:hover {
  background-color: #555; 
}

.recaptcha{
    margin:0px 0px 20px 0px;
    overflow: hidden;
}
.form-selection-radio .radio-container {
    display:inline-block;
    margin-right:20px;
}
.location-selection-radio .radio-container{
      margin-bottom: 10px;
    }
/*landing page css*/
 section.landing-page-header,.sg-masthead {
    background-color: #ef0012;
    color: #fff;   
}
.ouverture-form form.simple_form.form,
.expedition-form form.simple_form.form{
    box-shadow:0 10px 20px 3px rgb(99 119 238 / 40%);
    padding:20px;
    margin-bottom:40px;
}
.thank-you-box {
    box-shadow:0 10px 20px 3px rgb(99 119 238 / 40%);
    padding:20px;
    text-align:center;
    max-width:70%;
    margin:auto;
}
.cta-container a{
    background:#999999;
    padding:10px 25px;
    color:#fff;
    font-weight:400;
    border:1px solid #ddd;
    text-decoration:none;
    min-height:75px;
    display:flex;
    align-items:center;
    text-align:center;
    justify-content: center;
}
.cta-container a:hover{
    background:#EF0012;
    color:#fff;
}

/*custom-code-added-by-amol*/
.container.cstm-div-imgs .col-12 {
    padding-bottom: 20px;
}


/*landing page css end */

/*----------------warning pop up css start------------------------*/        

    #modalOverlay {
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999999999999999999999999999999999;
            height: 100%;
            width: 100%;
    }
.modalPopup {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            max-width: 550px;
            padding: 20px 0 30px;
            -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    }
.modalContent {padding: 0 2em;}

.modalContent h1 {
  margin-bottom: .2em;
  font-size: 22px !important;
  text-transform: unset !important;
}
.modalContent p {font-size: 16px;margin: .75em 0 1.5em;}
.buttonStyle {

        cursor: pointer;
        font-weight: bold;
        font-size: 14px;        
        color: #000;
        text-decoration: none;
        }

        @media (max-width: 767px) {
            .modalPopup{
                width: 94%;
                top: 45%;
                height: auto;
                overflow-y: scroll;
            }
            .modalContent h1{
                line-height: 30px !important;
            }
            .modalContent{
                padding: 0 13px;
            }
        }


 /* -------------------warning pop up css end------------------------------*/
 
/* Media queries ------ */
@media screen and (min-width:768px){

.contact-page .sg-responsive-map {
     padding-bottom: 56.25%;
   
}
 
}
@media screen and (min-width:992px){
  .homepage_search{
    padding:100px 0px !important;
  }
  .navbar ul.dropdown-menu{
   column-count:1;
  }  
  ul.dropdown-menu{
    min-width: 16rem;
    left: 0%;
    transform: translateX(-12%);
  }
  ul.dropdown-menu.submenu46 {
    left: -50%;
    transform: translateX(-37%);
  }
}
@media screen and (min-width:1200px){
  .navbar ul.dropdown-menu{
   column-count:2;
  }  
  ul.dropdown-menu {
    min-width: 27rem;
    left: -50%;
    transform: translateX(-12%);
  }
}
@media screen and (max-width:1200px){
    .contact-buttons a{
    display:block;
    text-align:center;
    margin:20px 0px;
}
}
@media screen and (min-width: 992px) and (max-width:1200px){
    .navbar ul.dropdown-menu {
    min-width: 18rem;
    left: 0%;
    transform: translateX(-12%);
}
.sg-masthead.sg-bg-primary .navbar-dark .navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
    color:#000;
}

}
@media screen and (min-width: 992px) and (max-width:1200px){
    .navbar ul.dropdown-menu {
    min-width: 24rem;
    left: 0%;
    transform: translateX(-12%);
}
.navbar ul.dropdown-menu li{
    border-bottom:1px solid #ddd;
}
.sg-masthead.sg-bg-primary .navbar-dark .navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
}
.navbar ul.dropdown-menu {
    column-count: 1;
    column-rule: 1px solid #ddd;
}

}
@media screen and (min-width:550px){
  .sg-masthead .navbar-light .navbar-brand, .sg-masthead .navbar-dark .navbar-brand{
   margin-right:0;
 }
}

@media screen and (min-width:380px) and (max-width:549px){

    .sg-masthead .navbar-light .navbar-brand, .sg-masthead .navbar-dark .navbar-brand {
        margin-right:10px;
    }
    .contact-header{
        padding:0px 20px;
    }
    #st-1.st-has-labels .st-btn{
      min-width: 50px !important;
      height: auto;
    }
    #st-1 .st-btn > img{
      top: 0px !important;
    }
}

@media screen and (min-width:550px) and (max-width:767px){
  .navbar .container > div{
      justify-content:space-between !important;
  }
  .contact-btn-container{
      width:100%;
      text-align:center;
  }
}

@media screen and (min-width:768px){
    .btn-mobile{
      display:none;
   }
   .expedition-banner-section .banner-text{
    max-width:33%;
  }
}
@media screen and (max-width:1024px){
    div#st-2 {
        z-index: 99999 !important;
        display:block;
    }
    #st-2 .st-btn{
        width:25% !important;
    }
    .want-call-bk {    
      bottom: 0px;
      right: 0;
      left: auto;
     
    }
}

@media screen and (max-width:768px){
  .catalogue-iframe-container{
    grid-template-columns: repeat(1, 1fr);
  }
  /*.catalogue-iframe-container iframe{*/
  /*  margin-left:-50px !important;*/
  /*}*/
  .st-sticky-share-buttons{
    display: none !important;
  }
  .responsive-table td{
    display: block;
    padding:15px;
  }
  .navbar-nav .nav-item{
    border-bottom:1px solid #fff
}
.default-content h1{
    font-size:30px;
}  
iframe {
    max-width:100%;
    margin:auto;
}
 h1.section-heading, h3.section-heading{
    font-size:20px;
    line-height:26px;
  }
  h2, .sg-h2{
      font-size:16px;
  }
  .newletter-heading{
  font-size: 18px;
  }
  .newsletter-social-icons svg {
    font-size: 18px !important;
  }
  .social-icons li{
      width:40px;   
  }
  .newsletter-social-icons{
      padding:2px 0px;
  }
  .sg-contact.sg-contact-02a ul li{
        margin-top:10px !important;
    }
  .homepage_banner_search .s_site_search_input{
    width:80%;
    font-size:16px !important;
    overflow: hidden;
  }
  .homepage_banner_search_btn{
      font-size:16px;
  }
  .contact-header p.tel_no {
    font-size: 16px;
    text-align: center;
   }
   .thank-you-box {
   
    max-width:90%;
    margin:auto;
}
   
}
@media screen and (max-width:767px){
  
  .footer-top-links a {
    margin:15px 0px;
   }
  form .col-12.col-md-6 {
    margin-top:15px;
  }
  .cc-window.cc-floating{
    z-index:999999;
   }
   section.breadcrumb{
     text-align: left;
   }
   .hide-on-mobile{
    display:none
    }
    section.top-bar.top-bar-mobile {
      display:block;
    }
    .radio-container{
      margin-bottom: 10px;
    }
    .form-selection-radio .radio-container {
      display:block;
     margin-top:10px;
    }
    .want-call-bk{
      display: none;
    }

}
@media screen and (max-width:550px){
  
  .mw-400{
    max-width: 100%;
  }
  .post-body img{
    width:100% !important;
    height:auto !important;
}  
h1, .sg-h1 {
    font-size: 24px;
}
  h4{
       font-size: 18px !important;
      line-height: 24px;
    }
   h3.section-heading,h3 {
    font-size: 19px !important;
    line-height: 29px;
  } 
  .buttons-container{
    flex-wrap: wrap;
    justify-content: center;
  }
  .buttons-container a {
    margin:10px 0px;
  }
  
}
@media screen and (max-width:514px){
ul.top-links li input{
    margin:10px 0px !important;
}
}
@media screen and (max-width:475px){
    a.navbar-brand {
        margin-right:0px !important;
    }
    .toggle-btn-text{
        display:none;
    }
    .navbar-toggler{
        display:inline-block !important;
    }
    .footer .paypez-img img {
    height: 90px;
    width: auto; 
     }
   
}


