

/* ********************************************************************************************
    Reset
*********************************************************************************************** */
html{
    /*overflow-x: hidden;*/
}
body{
    padding-right: 0px !important;    
    /*line-height: 1.82857143;*/
    -webkit-font-smoothing: antialiased;
    color: #357b7d;
    font-size: 17px;
    font-family: 'Proxima Nova Rg';
}
a{
    color: #357b7d;
}
a:hover,
a:focus,
.active a{
    color: #357b7d;
    text-decoration: none;
}
.underline-link{
    text-decoration: underline;
}
.underline-link:hover{
    text-decoration: none;
}

img{
    max-width: 100%;
}
a.text-primary:hover{
    text-decoration: underline;
}
hr{
    border-color: #e1e1e1;
}

/* Helper Classes */
.no-top-margin{
    margin-top: 0px !important;
}
.no-bottom-margin{
    margin-bottom: 0px !important;
}
.no-top-bottom-margin{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.no-bottom-padding{
    padding-bottom: 0px !important;
}

.v-grid-container{
    display: table;
    width: 100%;
}
.v-grid{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.v-middle{
    vertical-align: middle;
}

/* Font Size */
.text-20px{
    font-size: 20px;
}

/* Heading */
h2,h3,h4,h5,h6{
    font-weight: 600;
}
h1{
    font-size: 50px;
    font-weight: 700;  
}
h2{
    font-size: 40px;
}
h3{
    font-size: 20px;
}

/* Text Color */
.opacity07      { opacity: .7; }
.text-white     { color: #FFF; }

/* BG Color */
.bg-light           { background-color: #daeeef; }
.bg-default         { background-color: #f2f4f4; }
.bg-primary         { background-color: #268667; }
.bg-secondary       { background-color: #357b7d; }

.bg-pattern         { position: relative;z-index: 1; }
.bg-pattern:before    {
    /*background-image: url(../images/pattern.png);*/
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    opacity: .04;
    z-index: -1;
}
.footer-top-container.bg-pattern:before{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

/* Max Container */
.inner-xs-container     { max-width: 370px; margin: 0 auto; }
.inner-sm-container     { max-width: 655px; margin: 0 auto; }
.inner-md-container     { max-width: 900px; margin: 0 auto; }
.inner-lg-container     { max-width: 1060px; margin: 0 auto; }

.padding-section        { padding: 60px 0px 80px; }
.padding-xs-section     { padding: 60px 0px 50px; }
.padding-sm-section     { padding: 20px 0px 80px; }
.padding-lg-section     { padding: 100px 0 80px; }
.inner-section-padding  { padding: 12% 8%; }

/* Row Gutter */
.hide-row-gutter{
    margin-left: 0px;
    margin-right: 0px;
}
.hide-row-gutter > div{
    padding-left: 0px;
    padding-right: 0px;
}
.sm-row-gutter{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.sm-row-gutter > div{
    padding-left: 7.5px;
    padding-right: 7.5px;
}


/* ********************************************************************************************
    Buttons
*********************************************************************************************** */

.btn{
    white-space: normal;
    font-size: 17px;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 50px;
}
.btn-lg, .btn-group-lg > .btn{
    padding: 16px 20px;
    font-size: 20px;
}
.btn-theme{
    background-color: #357b7d;
    border-color: #357b7d;
    color: #fff;
}
.btn-theme:hover,
.btn-theme:focus{
    color: #000;
    background-color: #FFF;
    border-color: #FFF;    
}
.btn-white{
    background-color: #FFF;
    border-color: #FFF;
    color: #000;
}
.btn-white:hover,
.btn-white:focus{
    color: #fff;
    background-color: #357b7d;
    border-color: #357b7d;    
}
.btn-border{
    background-color: transparent;
    border-color: rgba(255,255,255,.7);
    color: #FFF;
}
.btn-border:hover,
.btn-border:focus{
    background-color: #FFF;
    border-color: #FFF;    
}
.btn-theme-border{
    background-color: transparent;
    border-color: #357b7d;
    color: #357b7d;
}
.btn-theme-border:hover,
.btn-theme-border:focus{
    color: #fff;
    background-color: #357b7d;
    border-color: #357b7d;    
}
.btn-sm, .btn-group-sm > .btn{
    font-size: 14px;
}

.btn-max-width{
    max-width: 320px;
    margin: 0 auto;
}
.btn-md-max-width{
    max-width: 220px;
    margin: 0 auto;
}
.btn-sm-max-width{
    max-width: 130px;
    margin: 0 auto;
}
.btn-xs-max-width{
    max-width: 100px;
    margin: 0 auto;
}

.btn-block-group{
    margin-left: -5px;
    margin-right: -5px
}
.btn-block-group > .btn{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}


/* ********************************************************************************************
    Banner Slider
*********************************************************************************************** */

.full-screen-banner{
    position: relative;
}
/* Content */
.banner-caption{
    padding-top: 90px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 2;
    width: 100%;
    /*text-align: center;*/
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.banner-caption .banner-logo{
    margin-bottom: 40px;
}
.banner-caption .heading{
    margin-top: 0px;
    margin-bottom: 15px;
    color: #FFF;
}
.banner-caption .action{
    margin-top: 40px;
}


/* ********************************************************************************************
    Header
*********************************************************************************************** */

/* Navbar Brand */
.navbar-brand{
    height: auto;
}

/* Navbar */
.navbar{
    background: #fff;
    /* background: #f7f9fa; */
    opacity: .97;
    filter: alpha(opacity=97);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);    
    margin-bottom: 0px;
    z-index: 1030;
    border: none;
}
.navbar-brand > img{
    max-height: 50px;
}
.navbar-nav > li > a{
    text-transform: uppercase;
    color: #357b7d;
    display: inline-block;
    vertical-align: middle;    
}
.navbar-nav > li > a:after{
    display: block;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #357b7d;
    
    transition: width 0.30s ease-in-out;
    -weblit-transition: width 0.30s ease-in-out;
    -moz-transition: width 0.30s ease-in-out;    
}
.navbar-nav > li > a:hover:after,
.navbar-nav > li.active > a:after{
    width: 100%;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
    background-color: transparent;
    /*color: #FFF;;*/
}

.navbar-toggle{
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 9px 8px;
}
.navbar .navbar-toggle{
    border-color: #357b7d;    
}
.navbar .navbar-toggle .icon-bar{
    background-color: #357b7d;
}
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar{
    background-color: #357b7d;
}


/* ********************************************************************************************
    Box Design
*********************************************************************************************** */

.box-design{
    margin-top: 30px;
}
.box-design .icon,
.section-title .icon{
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 28px;
    color: #FFF;
    /*background-color: #75aeb0;*/
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 3px #75aeb0;
}
.box-design .icon:after{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #75aeb0;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;    
}
.box-design:hover .icon:after{
    -webkit-transform: scale(0.80);
    -moz-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);    
}

.box-design .icon i{
    line-height: inherit;
}
.box-design .heading{
    margin: 30px 0px;
    text-transform: uppercase;
}
.box-design ul{
    padding-left: 17px;
}
.box-design ul li{
    padding-bottom: 12px;
}

/* Larger */
.box-large-center .icon{
    width: 160px;
    height: 160px;
    line-height: 160px;
    /*background-color: #357b7d;*/
    font-size: 60px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 0 3px #357b7d;
}
.box-large-center .icon:after{
    background-color: #357b7d;
}
.box-large-center:hover .icon:after{
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);    
}
.box-large-center .heading{
    margin-bottom: 20px;
}

/* ********************************************************************************************
    Title Design
*********************************************************************************************** */

.section-title{
    margin-bottom: 50px;
}
.section-title .icon{
    font-size: 22px;
    margin-bottom: 0px;
    background-color: #357b7d;
    box-shadow: 0 0 0 3px #357b7d;
}
.section-title p{
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.text-white .section-title .icon{
    background-color: #FFF;
    color: #357b7d;
}
.section-title hr{
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    border-color: #b0d1d2;
}
.bg-light .section-title hr{
    /*border-color: #FFF;*/
}
.section-title .heading{
    margin: 30px 0px;
    text-transform: uppercase;
}
.section-title-inner .heading{
    margin-bottom: 20px;
}
.bg-light .section-title-inner hr{
    border-color: #357b7d;
}
.section-title .heading:first-child{
    /*margin-top: 0px;*/
}
.section-logo{
    
}

/* ********************************************************************************************
    Topical Section
*********************************************************************************************** */

.section2{
    background: url(../images/section2-bg.png) no-repeat center;
    background-size: cover;
}
.section2 .sub-title{
    /*margin-bottom: 50px;*/
}
.section2 hr{
    margin: 30px 0px;
    opacity: .2;
}
.list-numbers > li{
    padding-bottom: 15px;
    display: block;
    /*overflow: hidden;*/
}
.list-numbers > li .list-content{
    padding-top: 5px;
}
.list-numbers > li:before,
.list-numbers > li:after{
    display: table;
    content: " ";
}
.list-numbers > li:after{
    clear: both;
}
.list-numbers > li .number{
    width: 34px;
    height: 34px;
    border: 1px solid #70a2a3;
    float: left;
    text-align: center;
    font-style: normal;
    line-height: 32px;
    border-radius: 100%;
    margin-right: 30px;
}

/* ********************************************************************************************
    Stories Section
*********************************************************************************************** */

.testslider-box .sub-title{
    margin-top: 0px;
}
.testslider-box .item-img img{
    border: 3px solid #FFF;   
}
.testslider-box .box-design .heading{
    margin-bottom: 0px;
}

/* ********************************************************************************************
    Owl Slider
*********************************************************************************************** */

.owl-carousel{
    position: initial;
}
.testslider-box{
    position: relative;
}
.owl-buttons{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
    height: 0px;
}
.owl-theme .owl-controls .owl-buttons div{
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    width: 98px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;    
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background-color: #FFF;
    color: #357b7d;
}
.bg-light .owl-theme .owl-controls .owl-buttons div{
    background-color: #357b7d;
    color: #fff;
    border-color: transparent;
}
.bg-light .owl-theme .owl-controls .owl-buttons div:hover{
    background-color: #fff;
    color: #357b7d;
}
.owl-buttons .owl-prev{
    float: left;
}
.owl-buttons .owl-next{
    float: right;
}

/* ********************************************************************************************
    Section3
*********************************************************************************************** */

.section3{
    background-color: transparent;
}
.section3:after{
    content: "";
    background: url(../images/section2-right-bg.png) top center repeat-x;
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/* ********************************************************************************************
    Video Section
*********************************************************************************************** */

.section4{
    background: url(../images/section2-right-bg.png) right bottom no-repeat;
    background-size: 50% 70%;
}
.section4 .inner-section-padding hr{
    border-color: #FFF;
    margin: 30px 0px;
}
.video{
    margin: 0 auto;
    max-width: 830px;
    position: relative;
}
.video .video-content{
    background: url(../images/about-banner2.jpg) center;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 78%;
    height: 85%;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20px;
    left: 79px;
    max-width: 643px;
    max-height: 419px;
    cursor: pointer;
}

.video .video-content1{
    background: url(../images/products1.jpg) center;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 78%;
    height: 85%;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20px;
    left: 79px;
    max-width: 643px;
    max-height: 419px;
    cursor: pointer;
}



.video .video-content .icons-wrap{
    background-color: rgba(0,0,0,.40);
    top: 0;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
}

.video .video-content1 .icons-wrap{
    background-color: rgba(0,0,0,.40);
    top: 0;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
}
.video .icons-content{
    color: #FFF;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -85px;
}
.video .icons-content p{
    font-size: 30px;
}
.video .icons-content .fa{
    border: 2px solid;
    width: 98px;
    height: 98px;
    line-height: 94px;
    text-align: center;
    border-radius: 100%;
    font-size: 45px;
    margin-bottom: 20px;
    text-indent: 8px;
}
#videoPlayerBanner,
#videoPlayerComputer{
    width: 100%;
    vertical-align: middle;
    max-height: 500px;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal-open{
    overflow: auto;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /*width: calc(100% - 20px);*/
}
.modal-content{
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.modal .close{
    width: 40px;
    height: 40px;
    font-size: 34px;
    z-index: 1;
    position: relative;
    filter: alpha(opacity=50);
    opacity: .4;
}
.videoModal .close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #FFF;
    width: 30px;
    height: 30px;
    top: -40px;
    border: 2px solid #FFF;
    border-radius: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: 28px;    
}
.videoModal .modal-body{
    padding: 0px;
    border-radius: 6px;
    overflow: hidden;
}

.list-numbers-large{
    margin-bottom: 0px;
    position: relative;
}
.list-numbers-large:before{
    width: 1px;
    height: 100%;
    position: absolute;
    right: 45px;
    top: 0;
    bottom: 0;
    content: "";
    background-color: #b0d1d2;
    z-index: -1;
}
.list-numbers-large > li{
    padding-bottom: 10%;
}
.list-numbers-large > li .list-content{
    text-align: right;
    font-size: 40px;
    text-transform: uppercase;
    padding-top: 0px;
}
.list-numbers-large > li:last-child{
    padding-bottom: 0px;
}
.list-numbers-large > li .list-content small{
    font-size: 50%;
}
.list-numbers-large > li .list-content > *{
    display: block;
}
.list-numbers-large > li .number{
    width: 90px;
    height: 90px;
    border-color: transparent;
    font-size: 50px;
    line-height: 90px;
    margin-left: 32px;
    margin-right: 0px;
    float: right;
    color: #FFF;
    background-color: #b0d1d2;
    border: 2px solid transparent;
}
.list-numbers-large > li:last-child .number{
    background-color: #FFF;
    color: #b0d1d2;
    border-color: #b0d1d2;
    box-shadow: 0 0 15px 0px rgba(113,175,177,0.16);
}
.list-right{
    padding-left: 17px;
}
.list-right > li{
    padding-bottom: 25px;
}

/* ********************************************************************************************
    Product Page
*********************************************************************************************** */

.safety-banner{
    margin-top: -35%;
    position: relative;
    z-index: 2;    
}
.bg-banner{
    background-size: cover;
    background-position: center center;
}

/* ********************************************************************************************
    About Page
*********************************************************************************************** */

.about-banner{
    position: relative;
    left: -15px;
    padding-top: 12%;
}
.about-list.list-numbers-large{
    max-width: 644px;
    padding-left: 0%;
}
.about-list.list-numbers-large:before{
    display: none;
}
.about-list.list-numbers-large > li .number{
    width: 70px;
    height: 70px;
    background-color: #357b7d;
    color: #FFF;
    line-height: 70px;
    font-size: 40px;
    margin-right: 30px;
    margin-left: 0px;
    float: left;
    border-color: transparent;
}
.about-list.list-numbers-large > li .list-content{
    padding-left: 100px;
    text-align: left;
    font-size: 17px;
    text-transform: none;
}

/* ********************************************************************************************
    Contact Page
*********************************************************************************************** */

.flex-div{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;    
}
.flex{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    box-sizing: border-box;
    max-width: 50%;
    max-height: 100%;    
}

.contact-list.list-numbers-large:before{
    display: none;
}
.contact-list.list-numbers-large > li{
    width: 100%;
    display: table;
}
.contact-list.list-numbers-large > li:last-child .number{
    border-color: transparent;
    box-shadow: none;
}
.contact-list.list-numbers-large > li .number-wrap{
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}
.contact-list.list-numbers-large > li .number{
    background-color: #FFF;
    color: #357b7d;
    font-size: 40px;
}
.contact-list.list-numbers-large > li .list-content{
    display: table-cell;
    vertical-align: middle;
    text-transform: none;
    font-size: 30px;
}
.contact-list.list-numbers-large > li .list-content small{
    font-size: 65%;
}
.contact-list.list-numbers-large > li .list-content a{
    color: #FFF;
    word-break: break-all;
}
.contact-list.list-numbers-large > li .list-content a:hover{
    text-decoration: underline;
}

/* ********************************************************************************************
    Footer
*********************************************************************************************** */

.footer-top-container{
    padding: 110px 0px;
    background: url(../images/footer-top-bg.jpg) no-repeat center;
    background-size: cover;
}
.footer-top-container .section-title{
    margin-bottom: 0px;
}
.footer-top-container .section-title .heading{
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer-top-container .btn-block-group .btn{
    max-width: 236px;
}
.footer-bottom-container{
    text-align: center;
    padding: 60px 0px;
    font-size: 15px;
}
.social-icon{
    margin-bottom: 40px;
}
.social-icon > a{
    width:40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    background-color: #daeeef;
    font-size: 18px;
    margin: 0 5px;
}
.social-icon > a:hover{
    background-color: #357b7d;
    color: #FFF;
}
.footer-bottom ul{
    margin: 0px;
}
.footer-bottom ul li{
    padding: 0px;
}
.footer-bottom ul li:after{
    content: "|";
    margin: 0 15px;
}
.footer-bottom ul li:last-child:after{
    display: none;
}
.footer-bottom ul li a:hover,
.footer-bottom ul li.active a{
    text-decoration: underline;
}
.footer-bottom p{
    color: #75aeb0;
    margin-bottom: 25px;
}



/* ********************************************************************************************
    Animation
*********************************************************************************************** */

a, .btn, .owl-theme .owl-controls .owl-buttons div, .list-numbers-large > li .number{
    transition:         color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out, font-weight 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out, border 0.3s ease-in-out, font-weight 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.category-banner .item-image,
.service-banner img,
.service-banner .service-banner-image,
.service-banner .view-image{
    transition:         opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;    
}

.category-box-wrap .item{
    transition:         box-shadow 0.3s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;    
}

.onoffswitch-inner,
.onoffswitch-switch,
.radio,
.checkbox,
.radio:before, .checkbox:before,
.radio:after, .checkbox:after,
.blog-social-icon ul > li > a,
.navbar-brand > img1,
.navbar-nav{
  transition:           max-height 0.3s ease, all 0.3s ease-in-out;
  -webkit-transition:   max-height 0.3s ease, all 0.3s ease-in-out;
}

/* None Outline */
button,
.form-control,
a{
    outline:            none !important;
    box-shadow:         none !important;
    -webkit-box-shadow: none !important;    
}