/** Custom CSS **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}


a,
a:hover {
    text-decoration: none;
    transition: 0.2s all;
    cursor: pointer;
    color: #0078a3;
}
a {
    text-decoration: none!important;
    outline: none!important;
    color: inherit;
}
body {
    margin: 0;
    padding: 0;
font-family: 'Open Sans', sans-serif;
}
ul, li {
    list-style: none;
}
ol {
	margin: 0 0 27px 0;
}
ol li {
    list-style: unset;
    margin: 0 0 11px 30px;
}

svg{
    transition: 0.2s all;
}

/**====================================
bootstrap styles
====================================**/
.row{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
.navbar-collapse{
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}
.btn-group, .btn-group-vertical{
    display: -webkit-inline-flex;
}
.d-flex{
    display: -webkit-flex;
}
.navbar{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
.navbar>.container, .navbar>.container-fluid {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}
button, input[type="submit"],
input:focus,
button:focus{
    outline: 0 !important;
}
.align-items-center{
    -webkit-align-items: center;
}

/**====================================
Header
====================================**/
.pragma-header{
    background: #0078A3;
    padding: 0;
    transition: 0.3s all;
    position: relative;
    z-index: 999;
    box-shadow: 0px 2px 14px rgba(0,0,0,.39);
    display: block;
}
.pragma-header.menu-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.pragma-header .navbar-brand{
    padding: 30px 0;
    transition: 0.3s all;
}
.pragma-header.menu-fixed .navbar-brand{
    padding: 10px 0;
}
.pragma-header .navbar-brand img{
    width: 100%;
    max-width: 263px;
}
.subhead{
    margin-left: auto;
    margin-right: 30px;
}
.subhead ul{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.subhead ul li a{
    font-size: 17px;
    color: #fff;
}
.subhead ul li a svg{
    max-width: 24px;
    max-height: 22px;
    margin-right: 5px;
}
.subhead ul li + li{
    margin-left: 30px;
}
.subhead ul li:hover a{
    color: #a9e8ff;
}
.subhead ul li:hover a svg path{
    fill: #a9e8ff;
    opacity: 1;
}
.headsearch{
    width: 220px;
    height: 37px;
    position: relative;
}
.headsearch .form-control{
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 6px 35px 6px 12px;
}

.headsearch ::placeholder {
    color: #b3b3b3;
}

.headsearch .btn{
    position: absolute;
    width: 22px;
    height: 25px;
    top: 0;
    right: 0;
    bottom: 4px;
    margin: auto 10px;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.headsearch .btn svg{
    width: 100%;
    max-width: 20px;
}
.header-menus{
    background: #2B373B;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.header-menus .navbar-nav{
    width: calc(100% + 40px);
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.header-menus .navbar-nav .nav-item .nav-link{
    padding: 11px 15px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.header-menus .navbar-nav .nav-item:hover .nav-link{
    background: #F8BF00;
    color: #2B373B;
}


.header-menus .navbar-nav .dropdown .nav-link:after{
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    margin-left: 7px;
    transform: rotate(45deg);
    vertical-align: .255em;
    display: inline-block;
}
.header-menus .navbar-nav .dropdown:hover .nav-link:after{
    border-color: #2B373B;
}
.header-menus .navbar-nav .dropdown .dropdown-toggle{
    display: none;
}


.header-menus .navbar-nav .nav-item .dropdown-menu{
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #2B373B;
    min-width: 250px;
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    -webkit-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.59);
    -moz-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.59);
    box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.59);
}
.header-menus .navbar-nav .nav-item .dropdown-menu .dropdown-item{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding: 8px 15px;
	white-space: normal;
}
.header-menus .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{
    background: #f6be00;
    color: #2b373b;
}
.mobile-btn{
    display: none;
    border: 0;
    background-color: transparent;
    padding: 0;
}


/**====================================
Banner
====================================**/
.home-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 92px 0;
    position: relative;
    height: 590px;
}
.banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 600px; */
}
.home-banner .banner-contents{
    padding: 60px 50px 49px 50px;
    margin-left: auto;
    background: rgba(0,120,163,.93);
    max-width: 510px;
    position: relative;

}
.home-banner .banner-contents h1{
    font-size: 51px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    line-height: 56px;
    margin-bottom: 10px;
}
.home-banner .banner-contents p{
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.btn-touch{
    /* width: 240px; */
    /* height: 50px; */
    padding: 12px 66px 12px 46px;
    text-align: center;
    /* line-height: 20px; */
    border: 0;
    border-radius: 0;
    display: inline-block;
    margin: 20px auto 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: #2B373B;
    position: relative;
    background: #F8BF00 url(../img/arrow-cta.png) no-repeat right center;
    background-size: 25px;
    -webkit-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.50);
    -moz-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.50);
    box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.50);
}
.btn{
    outline: 0;
    /* box-shadow: none; */
}
.btn-touch svg{
    position: absolute;
    right: 15px;
    max-width: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-touch:hover{
    /* background: #2B373B; */
    color: #fff;
    background: #2B373B url(../img/arrow-cta2.png) no-repeat right center;
    background-size: 25px;
}
.btn-touch:hover svg path{
    fill: #fff;
}


/**====================================
Home contents
====================================**/
.home-contents{
    padding: 60px 0 50px 0;
    background: #fff;
}
 h2 {
    font-size: 42px;
    text-align: center;
    color: #0078A3;
    font-weight: 300;
    margin-bottom: 40px;
}

.content-holder p {
    font-size: 16px;
    text-align: center;
    color: #2b373b;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 27px;
}

.content-holder img {
    max-width: 100%;
	height: auto;
}


.content-holder{
    max-width: 800px;
    margin: auto;
	position: relative;
}

.content-holder a{
    color: #0078A3;
}

.home-abt .btn-more{
    width: 240px;
    margin: 0 auto;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 600;
}


.home-abt .btn-more.mob-show{
    /* display: none; */
}

.home-service{
    background: #E9E9E9;
}
.serv-box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.serv-box .img-box{
    border: 5px solid #fff;
    overflow: hidden;
    -ms-flex: 0 0 500px;
    -webkit-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
}
.serv-box .img-box img{
    width: 100%;
}
.serv-box .serv-data{
    max-width: 690px;
    background: #fff;
    padding: 5px 30px 13px 30px;
    position: relative;
    -webkit-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.20);
    -moz-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.20);
    box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.20);
}
.serv-box + .serv-box{
    margin-top: 90px;
}
/*
.serv-box:nth-child(odd) .serv-data{
    margin-left: -80px;
}
.serv-box:nth-child(even) .serv-data{
    margin-right: -80px;
}
*/

.serv-box:nth-child(odd) .serv-data {
    margin-right: -80px;
}

.serv-box:nth-child(even) .serv-data{
    margin-left: -80px;
}


.s-head{
    /* background: #0078A3; */
    /* padding: 12px 25px; */
    margin: 0 -25px;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    -ms-flex-align: center;
    /* -webkit-align-items: center; */
    /* align-items: center; */
    margin-bottom: 28px;
}
.s-head a{
    display: block;
    padding: 12px 25px;
    background: #0078A3 url(../img/arrow-cta-large.png) no-repeat right 20px;
    background-size: 40px;
}

.s-head a:hover {
    color: #fff;
    background: #014d69 url(../img/arrow-cta-large.png) no-repeat right 20px;
    background-size: 40px;
}

.serv-box h4{
    font-size: 29px;
    color: #fff;
    font-weight: 500;
    /* padding: 0px 30px 0 0; */
    display: block;
}

.serv-box p{
    font-size: 16px;
    line-height: 26px;
    color: #2b373b;
    font-weight: 400;
    margin-bottom: 25px;
}
.btn-more {
    width: 108px;
    /* height: 33px; */
    background: #fff;
    border: 1px solid #0078A3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding: 5px 12px;
    /* padding-bottom: 1px; */
    font-size: 15px;
    color: #0078A3;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: 600;
    margin: 0;
    background: #FFFFFF url(../img/arrow-cta-small1.png) no-repeat right 10px;
    background-size: 21px;
}

.btn-more:hover{
    color: #fff;
    background: #0078A3 url(../img/arrow-cta-small2.png) no-repeat right 9px;
    background-size: 21px;
}


.newsnresource-list{
    margin-top: 60px;
}
.nr-box{
    border: 1px solid #CBCBCB;
    padding: 20px;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.05);
    height: 100%;
    background: #fff;
}
.nr-head{
    max-width: 120px;
    margin-bottom: 26px;
    text-align: center;
}
.nr-box .nr-head{
    margin-top: -40px;
}
.nr-head span{
    background: #2B373B;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 7px 6px;
}
.nr-head h5{
    background: #fff;
    border: 1px solid #F8BF00;
    font-size: 14px;
    color: #2B373B;
    padding: 8px 6px;
    text-transform: uppercase;
}
.nr-head h5 a{
    color: inherit;
}
.newsbox .nr-head h5{
    background: #F8BF00;
}
.resourcebox .nr-head h5{
    background: #fff;
}
.nr-body{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.nr-box h3{
    font-size: 19px;
    color: #0078A3;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 27px;
}
.nr-box h3 a{
    color: inherit;
}
.nr-box p{
    font-size: 14px;
    color: #2b373b;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: 400;
}
.nr-box .btn-more{
    margin-top: 13px;
}
.nr-box .imgbox{
    margin-top: 30px;
}
.nr-box .imgbox img{
    max-width: 100%;
    height: auto;
    max-height: 360px;
    width: auto;
}
.get-touch-sec{
    background: #0078A3;
}
.get-touch-sec .content-holder{
    max-width: 870px;
}
.get-touch-sec h2{
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 42px;
}
.get-touch-sec p{
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.get-touch-sec a {
    color: #fff;
    text-decoration: underline !important;
}

.get-touch-sec a:hover {
    color: #ffc107;
    text-decoration: underline;
}

.get-touch-sec .btn-touch{
    /* margin-top: 40px; */
    color: #2B373B;
    text-decoration: none !important;
}

.wwd-blue-sec .btn-touch {
	color: #2B373B;
    text-decoration: none !important;
}

.wwd-blue-sec p.btn-touch a:hover {
    text-decoration: none !important;	
}


.certified-bottom-sec{
    padding: 40px 0;
}
.c-list{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}
.c-list li{
    padding-left: 15px;
    padding-right: 15px;
}
.c-list li img{
    max-width: 170px;
    max-height: 100px;
}

.newsresources-contents{
    background: #E9E9E9;
    padding: 55px 0 30px;
}
.filterbtns {
    text-align: center;
    margin-bottom: 80px;
}
.filterbtns button{
    width: 250px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #F8BF00;
    font-size: 18px;
    font-weight: 500;
    color: #2B373B;
    text-transform: uppercase;
    margin: 0 10px;
    position: relative;
    padding: 8px 20px 8px 7px;
    background: #F8BF00 url(../img/arrow-cta.png) no-repeat right center;
    background-size: 25px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.30);
    -moz-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.30);
    box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.30);
}

.filterbtns button.btnnews{

}

.filterbtns button.btnnews:hover,

.filterbtns button.btnres:hover
 {
    background: #2B373B url(../img/arrow-cta2.png) no-repeat right center;
    background-size: 25px;
    color: #fff;
    border: #2B373B;
}

.filterbtns button.btnres {
    background: #ffffff url(../img/arrow-cta.png) no-repeat right center;
    background-size: 25px;

}


.nrpage-list{
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.nrpage-list li{
    margin-bottom: 40px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.newsresources-detail{
    padding: 70px 0 30px;
}
.nr-detailbox{
    max-width: 810px;
    margin: 0 auto;
}
.nr-detailbody .nr-head{
    margin-bottom: 50px;
}
.nr-detailbody h2 {
    margin-bottom: 36px;
    font-size: 35px;
    line-height: 44px;
    text-align: left;

}

.nr-detailbody h4 {
    padding: 20px 0 13px 0;
    font-weight: 600;
    color: #0078A3;
    line-height: 31px;
    font-size: 19px;
}

.nr-detailbody p{
    font-size: 16px;
    text-align: left;
    line-height: 27px;
    margin-bottom: 25px;
    color: #2b373b;
    font-weight: 400;
}

.nr-detailbody ul {
    padding-bottom: 30px;
}

.nr-detailbody ul li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0px 0 13px 20px;
    padding: 0 0 0 17px;
}

.nr-detailbody ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #0078a3;
    border-radius: 50%;
}

.nr-detailbody .imgbox img{
    width: 100%;
}

.nr-detailbody a {
	text-decoration: underline !important;
    color: #0078a3;	
}
.btn-big{
    width: auto;
    /* height: 50px; */
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    background: #FFFFFD url(../img/arrow-cta-small1.png) no-repeat right 16px;
    background-size: 21px;
    display: inline-block;
    padding: 8px 60px 8px 39px;
}

.btn-big:hover {
    background: #0078A3 url(../img/arrow-cta-small2.png) no-repeat right 16px;
    background-size: 21px;
    color: #fff;
}


.newsresources-detail .btn-more{
    margin-top: 20px;
}


/**====================================
Servcies Page
====================================**/
.services-banner{
    padding-top: 25px;
    background-size: cover;
    /* max-height: 290px; */
    background-position: center;
    /* background-attachment: fixed; */
}
.services-banner .contents {
    /* max-width: 495px; */
    height: 16vw;
    /* padding: 50px; */
    /* background: rgba(0,120,163,.89); */
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.services-banner .header-container {
    padding: 33px 50px;
    background: rgba(0,120,163,.9);
    min-width: 390px;
    position: absolute;
    bottom: 0;
}
.services-banner .contents h1{
    font-size: 44px;
    font-weight: 500;
    line-height: 51px;
    color: #fff;
    /* padding: 50px; */
    /* background: rgba(0,120,163,100); */
    /* bottom: 0; */
    /* position: absolute; */
     max-width: 690px;
}
.services-banner .contents p {
    font-size: 30px;
    font-weight: 300;
    color: #F8BF00;
    display: block;
}
.services-abt h2{
    margin-bottom: 36px;
    font-size: 35px;
    line-height: 44px;
    text-align: left;
}
.services-abt p {
    /* padding-bottom: 30px; */
    /* font-size: 16px; */
    /* font-weight: 400; */
    /* line-height: 27px; */
    color: #2b373b;
    text-align: left;
}
.services-abt p:last-child{
    padding-bottom: 0px;
}
.services-abt p.regular {
    padding-bottom: 40px;
    font-weight: normal;
}
.services-abt a {
    text-decoration: underline !important;
    color: #0078a3;
}
.services-grey-sec{
    background: #E9E9E9;
}
.services-grey-sec p {
    /* padding-bottom: 30px; */
    /* font-size: 17px; */
    /* font-weight: 300; */
    /* line-height: 30px; */
    /* color: #000000; */
    text-align: left;
}
.services-grey-sec p:last-child {
    padding-bottom: 0px;
}

/**====================================
What We Do page
====================================**/
.wwd-blue-sec{
    padding: 60px 0 50px 0;
    background: #0078A3;
}
.wwd-blue-sec p{
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.wwd-blue-sec p a{
    color: #fff;
    text-decoration: underline;
}

.wwd-blue-sec p a:hover {
    color: #F8BF00;
    text-decoration: underline;
}

.hs-solutions h4{
    padding: 20px 0 13px 0;
    font-weight: 600;
    color: #0078A3;
    line-height: 31px;
    font-size: 19px;
}
.hs-solutions p{
    /* padding-bottom: 30px; */
    /* font-size: 16px; */
    /* line-height: 27px; */
    /* font-weight: 400; */
    /* text-align: left; */
}
.hs-solutions p.strong{
    /* display: block; */
    /* font-size: 18px; */
    /* font-weight: 600; */
    /* line-height: 30px; */
}
ul.hs-list{
    padding-bottom: 30px;
}
ul.hs-list li{
    padding: 0 0 0 27px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    margin: 0 0 0 20px;
}
ul.hs-list li:before{
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    background: #2B373B;
    border-radius: 50%;
}
.hs-solutions .img-block{
    margin: 50px 0 40px 0;
}
.health-safety{
    background: #E9E9E9;
}
.health-safety h4{
    padding-bottom: 45px;
    font-size: 24px;
    font-weight: 600;
    color: #0078A3;
    text-align: center;
}
.health-safety .img-wrapper{
    max-width: 1070px;
    margin: 0 auto 30px;
    padding: 4px;
    background: #fff;
    position: relative;
}
.health-safety .img-wrapper .inner{
    padding: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}
.expertise-list{
    width: 475px;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.3);
}
.expertise-list li{
    margin-bottom: 1px;
}
.expertise-list li:last-child{
    margin-bottom: 0px;
}
.expertise-list li a{
    display: block;
    padding: 12px 50px 12px 16px;
    background: #2c373b;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.expertise-list li a:hover{
    background: #F8BF00;
    color: #2B373B;
}
.expertise-list li a:after{
    width: 11px;
    height: 18px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: url(../img/arrow-yellow.png) no-repeat center top / 100%;
}
.expertise-list li a:hover:after{
    background-position: center bottom;
}

/**====================================
Team page
====================================**/
.about-intro .content-holder{
    max-width: 900px;
}
.team-sec{
    padding-bottom: 40px;
    background: #E9E9E9;
}

.team-sec h2 {
	font-size: 36px;
}

.team-sec h2:first-of-type {
	display: none;
}
ul.team-list{
    margin: 0 -30px;
}
ul.team-list > li{
    padding: 0 13px;
    margin-bottom: 50px;
}
ul.team-list li .inner{
    height: 100%;
    padding: 6px;
    background: #fff;
    -webkit-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.30);
    -moz-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.30);
    box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.30);
}
ul.team-list li figure{
    margin-bottom: 5px;
}
ul.team-list li figure img{
    width: 100%;
}

ul.team-list li figure a img{
    transition: 0.2s all;
}

ul.team-list li figure a:hover img{
        filter: grayscale(1) ;
}

ul.team-list li .name {
    display: block;
    padding: 11px 20px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    background: #0078A3 url(../img/arrow-cta-large.png) no-repeat right 17px;
    background-size: 40px;
}

ul.team-list li .name:hover {
    background: #014d69 url(../img/arrow-cta-large.png) no-repeat right 17px;
    background-size: 40px;
}

ul.team-list li .email {
    font-weight: normal;
	font-size: 15px;
	margin: 10px 10px 0 10px;
    word-wrap: break-word;
    line-height: 22px;
	letter-spacing: -0.5px
}


.about-single-head .email {
    font-weight: normal;
	font-size: 16px;
	margin: 4px 0 20px 0 ;
    word-wrap: break-word;
    line-height: 22px;
}


.about-single-head .email a {
    color: #0078a3;
}

ul.team-list li .position {
    padding: 8px 0 9px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    color: #0078A3;
    text-align: center;
    /* border-bottom: 2px #DCDCDC solid; */
    margin: 0 -6px;
}

ul.team-list li .position p.title {
    margin: 0 10px;
}

ul.team-list li .position p.initials {
    display: block;
    font-size: 11px;
    font-weight: normal;
    color: #313131;
}

ul.team-list .expertise  {
	margin: 0 0 14px 0;
	
}

ul.team-list .expertise p {
	text-align: center;
	font-size: 14px;
	margin: 0 10px 3px 10px;
}

ul.team-list .expertise p strong {
	color: #777777;	
}

.single-people .expertise p {
		font-size: 16px;
}



ul.team-list li .expert-fields ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

ul.team-list li .expert-fields{
    padding: 15px;
}
ul.team-list li .expert-fields h5{
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 21px;
    text-align: center;
}
ul.team-list li .expert-fields ul li{
    padding-left: 14px;
    font-size: 13px;
    color: #000;
    line-height: 21px;
    position: relative;
    margin: 0 0 0 10px;
}
ul.team-list li .expert-fields ul li:before{
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    background: #F8BF00;
    border-radius: 50%;
}

.team-sys figure img {

border: 14px solid #fff;

-webkit-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.20);

-moz-box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.20);

box-shadow: 4px 4px 14px -5px rgba(0,0,0,0.20);
}
/**====================================
Contact Page
====================================**/

.contact-wrapper{
    padding: 80px 0px;
}
.contact-wrapper .contact-outer{
    margin: 0px -30px;
}
.contact-wrapper .contact-outer div[class*="col-md"]{
    padding: 0px 30px;
}
.contact-wrapper .left p{
    font-size: 16px;
    color: #2b373b;
    font-weight: 500;
}
.contact-outer .left form{
    margin-top: 45px;
}
.input-field{
    margin-bottom: 30px;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
.input-field input,
.input-field textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #B9B9B9;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.1);
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    padding: 14px 16px;
    outline: 0;
}
.input-field input::placeholder,
.input-field textarea::placeholder{
    color: #b3b3b3;
}
.input-field textarea{
    height: 167px;
    resize: none;
}
.sub-btn input[type="submit"] {
    font-size: 18px;
    color: #2B373B;
    font-weight: 600;
    background-color: #F8BF00;
    padding: 12px 43px;
    outline: 0 !important;
    box-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.sub-btn input[type="submit"]:hover{
    background-color: #0078A3;
    color: #fff;
}
.contact-box{
    background-color: #E9E9E9;
    padding: 30px;
    position: relative;
}
.contact-box .loacation-icon{
    position: absolute;
    width: 56px;
    height: 65px;
    padding: 10px;
    background-color: #fff;
    right: 29px;
    top: -20px;
}
.contact-box address,
.contact-box ul li h6{
    font-size: 16px;
    color: #2b373b;
    font-weight: 400;
    line-height: 26px;
}
.contact-box ul{
    margin-top: 30px;
}
.contact-box ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-box ul li a{
    /* font-size: 17px; */
    color: #0078A3;
    font-weight: 700;
    padding-left: 5px;
}
.map-sec iframe{
    height: 490px;
}
.contact-box ul li a:hover{
    color: #014d69;
}

.grecaptcha-badge {
	display: none;
}
/**====================================
about single Page
====================================**/

.about-single-sec{
    padding: 9px 0px 74px;
}
.about-single-head h2 {
    font-size: 40px;
    color: #0078A3;
    font-weight: 300;
    /* padding-bottom: 5px; */
    text-align: left;
    margin: 50px 0 5px 0;
}
.about-single-head p {
    font-size: 14px;
    color: rgba(0,0,0,.60);
}
.about-single-cnt{
    padding-top: 30px;
}
.single-people h3{
	font-size: 23px;
	color: #0078A3;
	font-weight: 700;
	margin: 20px 0 0 0;
	line-height: 31px;
	max-width: 600px;
}
.about-single-cnt p{
    margin-top: 22px;
    font-size: 17px;
    color: #000000;
    font-weight: 300;
    line-height: 26px;
}
.about-single-cnt figure{
    margin-top: 30px;
}
.view-cv{
    margin-top: 21px;
}
.view-cv .btn-touch{
    margin: inherit;
	font-style: normal;
    /* width: 292px; */
}
.team-sys{
    padding: 75px 0px;
    background-color: #E9E9E9;
}
.team-sys .left{
    position: relative;
}
.team-sys .quotes-icon {
    width: 89px;
    height: 89px;
    background-color: #fff;
    position: absolute;
    left: 30px;
    top: -112px;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.08);
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 62px;
}
.team-sys .quotes-icon span{
    font-size: 197px;
    color: #0078A3;
    font-weight: 400;
    font-family: 'Playfair Display';
}
.team-sys .left p{
    font-size: 20px;
    color: rgba(0,0,0,.63);
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
}
.team-sys .left p{
    padding-top: 20px;
}


/**====================================
Footer
====================================**/
footer{
    background: #2B373B;
    padding: 60px 0 25px;
}
.footer-box h4{
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.footer-data p{
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 23px;
    font-weight: 300;
}
.footer-data h5{
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.footer-data span{
    display: block;
    font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
}
.footer-logo{
    display: block;
    width: 139px;
    /* margin-left: auto; */
    float: right;
}
.img.footer-logo {
    width: 139px;
    /* padding: 0 10px; */
}
ul.social{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
}
ul.social li svg{
    width: 26px;
}
ul.social li:hover svg path{
    fill: #F8BF00;
}
ul.social li + li{
    margin-left: 10px;
}
.sublinks{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sublinks .sl-box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sublinks a{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 1;
}
.sublinks a:hover{
    color: #F8BF00;
    border-bottom-color: #F8BF00;
}
.sublinks a + a{
    margin-left: 15px;
}
.sublinks p{
    font-size: 13px;
    color: #fff;
}
.sublinks span{
    font-size: 12px;
    color: #fff;
    opacity: .4;
    display: inline-block;
    margin-left: 15px;
}


.logos-container {
	margin: 30px 0 0 0;
}


.slick-slide img {
	max-height: 102px;
	height: auto !important;
}


/**** SEARCH RESULTS ****/

.search-results .nr-box h3 {
    font-size: 19px;
    color: #0078A3;
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 27px;
}


.search-results p.url-path {
font-size: 13px;
    color: #a7a7a7;
    font-weight: 500;
    margin: 0;
    padding: 4px 0 20px 0;
}

.search-results .newsnresource-list {
	margin-top: 0;
	
}


/**====================================
Responsive
====================================**/
@media (min-width: 992px){
    .header-menus .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
        display: block;
    }
}
@media (min-width: 1200px){
    .about-single-sec .container,
    .team-sys .container{
        max-width: 850px;
    }
    .about-single-sec .container{
        /* padding: 0px 30px; */
    }
    .team-sys .row{
        margin: 0px -30px;
    }
    .team-sys div[class*="col-md"]{
        padding: 0px 30px;
    }
	.container {
		max-width: 1230px;
	}
}

@media (max-width: 1199px){
    .pragma-header .navbar-brand img{
        /* max-width: 200px; */
    }
    .headsearch{
        width: 180px;
    }
    .subhead ul li a{
        font-size: 14px;
    }
    .subhead ul li a svg{
        max-width: 16px;
        max-height: 16px;
        margin-right: 5px;
    }
    .header-menus .navbar-nav .nav-item .nav-link{
        font-size: 13px;
    }

    .contact-box ul li{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-top: 8px;
    }
    .contact-box ul li a{
        padding-left: 0px;
    }
    .contact-box ul li:first-child{
        margin-top: 0px;
    }
    .contact-box {
        padding: 30px 15px 25px;
    }
    .map-sec iframe {
        height: 400px;
    }
    .expertise-list {
        width: 430px;
    }
    ul.team-list {
        margin: 0 -15px;
    }
    ul.team-list > li {
        padding: 0 15px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px){
    .pragma-header{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .pragma-header .navbar-brand img{
        /* max-width: 220px; */
        width: 263px;
    }
    .pragma-header .navbar-brand{
        width: 104px;
        overflow: hidden;
    }
    .subhead ul li span{
        display: none;
    }
    .headsearch .btn{
        opacity: 0;
    }
    .headsearch{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 48px;
        z-index: 0;
        margin-top: 20px;
        opacity: 0;
        transition: 0.3s all;
        z-index: -9;
        box-shadow: 0 3px 10px rgba(0,0,0,.50);
    }
    .subhead ul li a svg {
        max-width: 24px;
        max-height: 20px;
        margin-right: 10px;
    }
    .subhead ul li a svg path{
        opacity: 1;
    }
    .headsearch .btn{
        margin-top: 5px;
    }
    .mobile-btn{
        display: block;
    }
    .subhead{
        margin-right: 15px;
    }
    .subhead ul li + li {
        margin-left: 15px;
        display: none;
    }
    .subhead ul li a svg{
        margin-right: 0;
    }
    .headsearch.show{
        opacity: 1;
        margin-top: 0;
        z-index: 1;
    }
    .navbar-toggler{
        width: 22px;
        height: 21px;
        padding: 0;
        border: 0;
        margin-left: 18px;
        position: relative;
    }
    .navbar-toggler span{
        width: 100%;
        height: 3px;
        background: #fff;
        display: block;
        transition: 0.3s all;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .navbar-toggler span:first-child,
    .navbar-toggler span:last-child{
        transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }
    .navbar-toggler span:first-child{
        margin-top: 0;
    }
    .navbar-toggler span:last-child{
        margin-bottom: 0;
    }
    .navbar-toggler:not(.collapsed){
        border-right: 0;
        z-index: 9;
    }
    .navbar-toggler:not(.collapsed) span:first-child{
        margin-top: 9px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }
    .navbar-toggler:not(.collapsed) span:last-child{
        margin-bottom: 9px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(2){
        opacity: 0;
    }
    .pragma-header .navbar-brand{
        padding: 20px 0;
    }
    .home-banner{
        padding-top: 140px;
    }
    .home-banner .banner-contents{
        padding: 30px 30px 40px;
    }
    .home-banner .banner-contents{
        max-width: 400px;
    }
    .home-banner .banner-contents h1{
        font-size: 44px;
        line-height: 47px;
    }
    .home-banner .banner-contents p{
        font-size: 18px;
        line-height: 1.5;
    }
    .home-contents{
        padding: 42px 0;
        position: relative;
    }
    .home-contents h2{
        font-size: 29px;
    }
    .home-abt p,
    .home-abt span{
        font-size: 16px;
    }
    .content-holder{
        max-width: 500px;
    }
    .serv-box{
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: inherit;
        align-items: inherit;
        box-shadow: 5px 5px 9px rgba(0,0,0,.05);
    }
    .serv-box h4 {

font-size: 24px;

line-height: 31px;

}


    .serv-box .img-box{
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-order: 1;
        order: 1;
    }
    .serv-box .serv-data{
        margin: 0 !important;
        -webkit-order: 2;
        order: 2;
    }
    .serv-box .serv-data .btn-more{
        /* display: none; */
    }
    .serv-box + .serv-box {
        margin-top: 40px;
    }
    .serv-box p{
        /* margin-bottom: 0; */
    }
    .certified-bottom-sec {
        padding: 30px 0;
    }
    .c-list li{
        max-width: 16.66667%;
    }
    .c-list li img{
        max-width: 100%;
        max-height: 38px;
    }
    .sublinks{
        display: block;
    }
    .sublinks .sl-box + .sl-box{
        margin-top: 25px;
        display: block;
    }
    .sublinks span{
        display: block;
        margin-left: 0;
    }
    .footer-box{
        margin-bottom: 30px;
    }
    .footer-logo{
        margin-left: 0;
        float: none;
    }
    .header-menus .navbar-nav{
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    .header-menus .navbar-nav .nav-item .nav-link{
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.18);
        font-size: 18px;
    }

	.header-menus .navbar-nav .dropdown .nav-link:after{
        display: none;
    }
    .header-menus .navbar-nav .dropdown .dropdown-toggle{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        top: 7px;
        right: 5px;
        width: 34px;
        height: 34px;
        transition: 0.3s all;
        padding: 6px 6px;
    }
    .header-menus .navbar-nav .dropdown .dropdown-toggle:after{
        content: '';
        height: 15px;
        width: 2px;
        background: #ffffff;
        margin: 0 auto;
        border: 0;
        transition: 0.3s all;
    }
    .header-menus .navbar-nav .dropdown .dropdown-toggle:before{
        content: '';
        width: 15px;
        height: 2px;
        background: #ffffff;
        margin: auto 0;
        transition: 0.3s all;
        position: absolute;
        top: 0;
        left: 10px;
        right: 6px;
        bottom: 0;
    }
    .header-menus .navbar-nav .dropdown.show .dropdown-toggle:after{
        transform: rotate(-90deg);
    }

    .header-menus .navbar-nav .nav-item .dropdown-menu{
        background: #182225;
    }
    .header-menus .container{
        max-width: 100%;
        padding: 0;
    }
    .header-menus .navbar-nav{
        margin: 0;
        width: 100%;
    }
    .header-menus .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        font-size: 18px;
        padding: 10px 15px;
        padding-left: 50px;
    }

    .services-banner {
        margin-top: 70px;
    }
    .services-banner .contents {
        /* max-width: 350px; */
        /* height: 180px; */
        /* padding: 40px; */
        height: 210px;
    }
    .services-banner .contents h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .services-banner .header-container {
        font-size: 30px;
    line-height: 35px;
    padding: 20px 25px;
    width: 100%;
    min-width: initial;
    }
    .services-abt .content-holder,
    .services-grey-sec .content-holder,
    .wwd-blue-sec .content-holder,
    .hs-solutions .content-holder{
        max-width: 600px;
    }
    .services-abt h2 {
        margin-bottom: 40px;
        font-size: 33px;
        line-height: 43px;
    }
    .hs-solutions .img-block {
        margin: 20px 0 0 0;
    }
    .expertise-list {
        width: 370px;
        padding: 20px;
    }
    .expertise-list li a {
        padding: 10px 50px 10px 20px;
        font-size: 16px;
    }
    .health-safety h4 {
        padding-bottom: 35px;
        font-size: 20px;
    }
    .services-abt h2 {
        margin-bottom: 30px;
        font-size: 27px;
        line-height: 37px;
    }
    .wwd-blue-sec {
        padding: 30px 0 18px 0;
    }
    .wwd-blue-sec p {
        font-size: 18px;
        line-height: 27px;
    }
    ul.hs-list li {
        padding: 0 0 0 30px;
    }


    ul.team-list {
        margin: 0 -10px;
    }
    ul.team-list > li {
        padding: 0 10px;
    }
    ul.team-list li .name {
        /* font-size: 16px; */
    }
    ul.team-list li .name .arrow svg{
        width: 8px;
    }
    ul.team-list li .position {
        /* font-size: 15px; */
    }

    ul.team-list li .expert-fields ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

    .contact-wrapper .contact-outer div[class*="col-md"] {
        padding: 0px 15px;
    }
    .contact-wrapper .contact-outer {
        margin: 0px -15px;
    }
    .contact-box ul li a{
        font-size: 16px;
    }
    .contact-outer .left form {
        margin-top: 35px;
    }
    .about-single-sec {
        padding: 0 0 55px 0;
    }
    .about-single-head h2{
        font-size: 38px;
    }
    .team-sys .left p{
        font-size: 18px;
    }
}

@media (max-width: 767px){
	
	ul.team-list li .email {
	font-size: 13px;
    line-height: 20px;
}
	
	
    .banner-bg{
        position: relative;
        height: 420px;
		background-position: left;
    }
    .home-banner{
        padding: 0;
        padding-top: 70px;
        height: initial;
    }
    .home-banner .container{
        max-width: 100%;
        padding: 0;
    }
    .home-banner .banner-contents{
        max-width: inherit;
        padding: 30px 15px 40px;
    }
    .home-banner .banner-contents h1{
        font-size: 34px;
        line-height: 38px;
    }
    .home-banner .banner-contents p{
        font-size: 19px;
        text-align: center;
    }
    .home-abt .btn-more.mob-show{
        /* display: -webkit-flex; */
        /* display: flex; */
    }
    .home-abt .btn-more{
        margin-top: 40px;
    }
    .serv-box .serv-data{
        padding: 15px 25px;
    }
    .s-head{
        margin-left: -20px;
        margin-right: -20px;
        /* padding: 8px 20px; */
    }
    .newsnresource-list li + li{
        margin-top: 55px;
    }
    .nrpage-list li + li{
        margin-top: 0;
    }
    .c-list li{
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 15px;
        text-align: center;
		padding: 0 10px;
    }
    .c-list{
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .footer-data span{
        font-size: 15px;
        font-weight: 600;
    }
    .footer-box h4{
        margin-bottom: 25px;
    }
    .filterbtns button{
        width: 240px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .nrpage-list{
        margin-top: 40px;
    }
    .filterbtns{
        margin-bottom: 40px;
    }
    .nrpage-list{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .nr-box{
        height: auto;
    }
    .nrpage-list.filteredlist li{
        padding-top: 20px;
    }
    .nrpage-list li{
        margin-bottom: 40px;
    }
    .nrpage-list li:last-child{
        margin-bottom: 0;
    }
    .nr-detailbody .nr-head {
        margin-bottom: 30px;
    }
    .btn-big{
        width: 100%;
        max-width: 280px;
        font-size: 15px;
    }
    .btn-big svg{
        right: 15px;
    }

    .services-abt p,
    .services-grey-sec p,
    .hs-solutions p{
        font-size: 15px;
        line-height: 25px;
    }
    .services-abt h2 {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 33px;
    }
    .services-abt p {
        /* padding-bottom: 20px; */
    }
    ul.hs-list {
        padding-bottom: 25px;
    }
    ul.hs-list li {
        font-size: 16px;;
    }
    .health-safety .img-wrapper{
        margin-bottom: 0px;
    }
    .contact-wrapper .contact-outer .right{
        margin-top: 50px;
    }
    .contact-box ul li a {
        font-size: 17px;
    }
    .contact-wrapper .contact-outer .right figure img{
        width: 100%;
    }
    .contact-wrapper {
        padding: 60px 0px;
    }
    .map-sec iframe {
        height: 350px;
    }
    .team-sys .right {
        margin-top: 50px;
        text-align: center;
        order: 1;
        margin: 0 0 20px 0;
    }
    .team-sys .left{
        text-align: center;
        order: 2;
    }
}

@media (max-width: 575px){
    .pragma-header{
        padding: 0 15px;
    }
    .header-menus{
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .pragma-header .navbar-brand img{
        width: 263px;
    }
    .pragma-header .navbar-brand{
        width: 103px;
        margin: 0 0 0 8px;
    }
    .banner-bg {
        height: 240px;
    }
    .services-banner .contents {
        /* min-height: 220px; */
        /* padding: 30px; */
    }
    .services-banner .contents h1 {
        font-size: 30px;
        line-height: 35px;
        /* padding: 20px 25px; */
        /* width: 100%; */
        /* min-width: initial; */
    }
    .services-banner .contents h1 span {
        font-size: 24px;
    }
    .services-abt p,
    .services-grey-sec p{
        /* padding-bottom: 20px; */
    }
    .expertise-list li a {
        padding: 8px 40px 8px 15px;
        font-size: 14px;
    }
    .health-safety .img-wrapper .inner {
        padding: 20px;
    }
    .expertise-list {
        width: 100%;
        padding: 10px;
    }
    .hs-solutions h4 {
        padding-bottom: 25px;
    }
    .hs-solutions p {
        /* padding-bottom: 20px; */
    }
    .wwd-blue-sec {
        /* padding: 25px 0; */
    }
    ul.team-list > li:last-child{
        /*margin-bottom: 0px;*/
    }

        ul.team-list li .expert-fields ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
    .input-field input{
        height: 45px;
    }
    .input-field input, .input-field textarea{
        font-size: 18px;
    }
    .input-field {
        margin-bottom: 20px;
    }
    .about-single-cnt p{
        font-size: 16px;
    }
    .about-single-sec {
        padding: 0 0 40px 0;
    }
    .about-single-head h2 {
        font-size: 36px;
    }
    .team-sys .left p {
        font-size: 16px;
    }
    .team-sys {
        padding: 46px 0px;
    }
    .team-sys .quotes-icon span{
        font-size: 170px;
    }
	

	
}

/* Landscape iPhone 6 */
@media (max-width: 375px) {
    .contact-box ul li a {
        font-size: 15px;
    }
    .view-cv .btn-touch{
        /* width: 254px; */
    }
}

/* Landscape iPhone 5 */
@media (max-width: 320px) {
    .contact-box ul li a {
        font-size: 12px;
    }
}


/****************************/
/** bootstrap custom ***/
/***************************/
.col-auto {
    -webkit-flex: 0 0 auto;
}
.col-1 {
    -webkit-flex: 0 0 8.333333%;
}

.col-2 {
    -webkit-flex: 0 0 16.666667%;
}

.col-3 {
    -webkit-flex: 0 0 25%;
}

.col-4 {
    -webkit-flex: 0 0 33.333333%;
}

.col-5 {
    -webkit-flex: 0 0 41.666667%;
}

.col-6 {
    -webkit-flex: 0 0 50%;
}

.col-7 {
    -webkit-flex: 0 0 58.333333%;
}

.col-8 {
    -webkit-flex: 0 0 66.666667%;
}

.col-9 {
    -webkit-flex: 0 0 75%;
}

.col-10 {
    -webkit-flex: 0 0 83.333333%;
}

.col-11 {
    -webkit-flex: 0 0 91.666667%;
}
.col-12{
    -webkit-flex: 0 0 100%;
}

@media (min-width: 576px){
    .col-sm-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-sm-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-sm-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-sm-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-sm-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-sm-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-sm-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-sm-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-sm-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-sm-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-sm-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-sm-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-sm-12 {
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 768px){
    .col-md-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-md-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-md-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-md-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-md-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-md-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-md-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-md-12 {
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 992px){
    .col-lg-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-lg-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-lg-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-lg-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-lg-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-lg-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-lg-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-lg-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-lg-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-lg-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-lg-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-lg-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-lg-12 {
        -webkit-flex: 0 0 100%;
    }
}

@media (min-width: 1200px){
    .col-xl-auto {
        -webkit-flex: 0 0 auto;
    }
    .col-xl-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-xl-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-xl-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-xl-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-xl-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-xl-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-xl-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-xl-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-xl-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-xl-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-xl-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-xl-12 {
        -webkit-flex: 0 0 100%;
    }
}
