/*
Theme Name:         HTML5 Template
Theme URI:          https://hoanguyenxuan.github.io
Author:             Redsand team
Author URI:         https://hoanguyenxuan.github.io
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout
Text Domain:        DemoTheme
Domain Path:        /languages/
*/

/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/

/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
   
  

 

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'GothamBold';
	font-weight: normal;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
/* figure {
	margin: 1em 40px;
} */

hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/* ==========================================================================
   Base styles
   ========================================================================== */

* {
	box-sizing: border-box;
}
body {
	font-size: 16px;
	 font-family: 'GothamBook';
	position: relative;
}
h1, h2, h3, h4, h5, h6{
font-family: 'GothamBold';
text-transform: none;
font-weight: normal;
}
strong{
	font-family: 'GothamBold';
}
li{
	line-height: 30px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
font-size:59px;
}
h2{
font-size:35px;
}
h3{
font-size:24px;
}
h4{
font-size:20px;
}
h5{
	font-size: 16px;
	line-height: 30px;

}
h6{
	font-size: 16px;
	line-height: 30px;
}
img {
	max-width: 100%;
	height: auto;
}
/* ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
} */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.clear {
	clear: both;
	float: none;
}
.clearfix::before,
.clearfix::after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.clearfix::after {
	clear: both;
}
.hidden {
	display: none !important;
}
.container {
	max-width: 1151px;
	margin: 0 auto;
}
ul {
	padding: 0;
}
/* ==========================================================================
   Header
   ========================================================================== */

/* Main Navigation
   ========================================================================== */

//* Main Navigation
==========================================================================*/
/* Main Navigation
====================== */

.rst-main-navigation ul {
	padding: 0;
	margin: 0;
	letter-spacing: -0.3em;
}
.rst-main-navigation > ul > li {
	display: inline-block;
}

.rst-main-navigation ul li {
	position: relative;
	list-style: none;
	letter-spacing: normal;
}
.rst-main-navigation ul ul {
	/* Style for Rectangle 2 */
	-moz-box-shadow: 2.9px 0.9px 5px rgba(1, 1, 1, 0.35);
	-webkit-box-shadow: 2.9px 0.9px 5px rgba(1, 1, 1, 0.35);
	box-shadow: 2.9px 0.9px 5px rgba(1, 1, 1, 0.35);
	position: absolute;
	top: 83%;
	left: 9%;
	z-index: 9;
	width: 260px;
	margin: 0;
	padding: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	
}
.rst-main-navigation ul ul ul {
	top: 0;
	left: 100%;
}
.rst-main-navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	overflow: visible;
}
/*
Menu Mobile
--------------------- */

.rst-top-main-navigation::before,
.rst-top-main-navigation::after {
	content: '';
	display: table;
	clear: both;
}
.rst-top-main-navigation {
	text-align: center;
	font-size: 23px;
	line-height: 48px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	display: none;
	position: relative;
}
.rst-toggle-menu {
	padding: 10px 15px;
	overflow: hidden;
	width: 60px;
	height: auto;
	right: 0;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	display: none;
	float: right;
	margin-right: 20px;
}
.rst-top-main-navigation .rst-toggle-menu {
	margin-right: 5px;
	position: absolute;
	right: 5px;
	top: 0px;
}
.rst-toggle-menu span {
	display: block;
	width: 36px;
	border: 2px solid #19598b;
	margin: 0 auto 8px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.rst-main-navigation .rst-toggle-menu span {
	border: 2px solid #fff;
}
.rst-toggle-menu span:last-child {
	margin-bottom: 0;
}
.rst-toggle-menu.active span:nth-child(2) {
	transform: translateX(100%);
	opacity: 0;
}
.rst-toggle-menu.active span:first-child {
	transform: rotate(40deg) translate(6px, 10px);
	-ms-transform: rotate(40deg) translate(7px, 12px);
	-webkit-transform: rotate(40deg) translate(7px, 12px);
}
.rst-toggle-menu.active span:last-child {
	transform: rotate(-40deg) translate(7px, -11px);
	-ms-transform: rotate(-40deg) translate(7px, -13px);
	-webkit-transform: rotate(-40deg) translate(7px, -13px);
}
.rst-open-menu-mobile {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 57px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
	display: none;
}
.rst-open-menu-mobile::after,
.rst-open-menu-mobile::before {
	content: '';
	display: block;
	width: 12px;
	position: absolute;
	top: 50%;
	transition: all 0.2s;
	-ms-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	z-index: 999;
}
.rst-open-menu-mobile::before {
	border-right: 1px solid #fff;
	height: 12px;
	right: 21px;
	margin-top: -5px;
}
.rst-open-menu-mobile.active::before {
	display: none;
}
.rst-open-menu-mobile::after {
	border-top: 1px solid #fff;
	width: 12px;
	right: 16px;
}
.rst-logo {
	float: left;
	width: 30%;
}
.rst-box-right {
	float: right;
    width: 70%;
    text-align: left;
    padding-left: 38px;
}
.rst-main-navigation ul li a {
	display: block;
	padding: 26px 19px 20px 19px;
	font-size: 16px;
	text-decoration: none;
	/* font-family: 'Quicksand', sans-serif; */
	text-transform: capitalize;
	color: #242424;
}
.rst-main-navigation a:hover{
	color: #19598b;
	font-family: 'GothamBold';
}
.rst-main-navigation ul ul a {
	padding: 7px 0;
	text-align: center;
}
.rst-main-navigation ul ul li {
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #d7d7d7;
}
.rst-main-navigation ul ul li:first-child{
	border-width: 0;
}
span.search {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 3px solid #b98a56;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #b98a56;
}
.rst-search {
	background: #fff none repeat scroll 0 0;
	display: none;
	padding: 22px 10px 10px 10px;
	position: absolute;
	right: -25px;
	top: 69px;
	width: 300px;
	cursor: pointer;
	z-index: 9999;
	border-radius: 0 0 4px 4px;
}
.bordermap{
	border: 1px solid #f4f4f4;
	padding: 6px;
	margin-bottom: 15px;
}
.contact .map p{
	line-height: 24px;
}
.rst-search input[type="submit"] {
	-moz-appearance: none;
	background: #ec1f27;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 0;
	text-align: center;
	width: 80px;
	border-radius: 0 0 2px 2px;
}
.rst-search input[type="text"] {
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 300;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	width: 100%;
}
.rst-box-search {
	display: inline-block;
}
.rst-hide {
	display: block;
}
.rst-logo {
	padding-top: 12px;
	padding-bottom: 12px;
}
.rst-box-search {
	float: right;
	width: 20px;
	position: relative;
	margin-top: -74px;
	cursor: pointer;
	margin-right: 7px;
}
/* css top header */
.main-header .top .container{
/*background: url(../images/img-top.png) no-repeat left 0;*/
height:71px;
padding:15px 0;
}
.main-header .top{
background-color:#f1f1f1;
}
.main-header .top h4 {
  color: #ec1f27;
  display: inline-block;
  margin: 0 23px 0 0;
  padding-left: 26%;
  text-transform: uppercase
  
}
.main-header .top input {
  background-color: #ec1f27;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 41px;
  line-height: 41px;
  text-align: center;
  text-decoration: none;
  width: 179px;
  border: none;
}
.ui-dialog{
	top: 10% !important;
	text-align: center;
	background: #f1f1f1;
}
.form-assesment h2{
	font-size: 51px;
	color: #19598b;

}
.banner{
	background-position: no-repeat;
	background-size: cover !important;
}
.banner h1 {
  /*color: #fff;*/
  text-align: center;
  line-height: 88px;
  text-shadow: 0 3px 5px rgba(1, 1, 1, 0.63);
width: 100%;
margin: 0 auto;
max-width: 800px;
text-transform: capitalize;
}
.page-template-template-about .banner{
	padding: 258px 0 280px;
}
.page-template-template-ourservice .banner{
	padding: 265px 0;
}
.page-template-template-handbook .banner{
	padding: 106px 0 123px;
}
.page-template-template-manage .banner{
	padding: 106px 0 124px;
}
.page-template-template-complianceaudit .banner{
	padding: 149px 0 127px;
}
.page-template-template-complianceaudit h1,
.page-template-template-healthy h1, 
.page-template-template-employer h1{
	max-width: 400px;
}
.page-template-template-contact .banner{
	padding: 276px 0 208px;
}
.page-template-template-recuiment .banner{
	padding: 146px 0 173px;
}
.page-template-template-job .banner{
	padding: 113px 0 120px;
}
.page-template-template-job h1{
	max-width: 400px;
}
.page-template-template-employer .banner{
	padding: 112px 0 119px;
}
.banner {
  position: relative;
  padding: 106px 0 124px;
}
.to-top{
cursor:pointer;
color:#19598b;
font-family: 'GothamBold';
text-align:center;
padding:30px 0;
}
.form-contact .box {
  max-width: 577px;
  margin: 0 auto;
  
}
.page .form-contact h2 {
  color: #19598b;
  margin-bottom: 59px;
  text-align: center;
  text-transform: none;
}
.form-contact input {
  border: 1px solid #eaeaea;
  height: 36px;
  padding-left: 15px;
  width: 100%;
  box-shadow: none;

}
.form-contact p {
  float: left;
  margin-top: 0;
  padding-left: 6px;
  padding-right: 6px;
  width: 50%;
}
.form-contact .full-row{
 width:100%;
}
.form-contact input[type="submit"] {
  background-color: #ec1f27;
  border-radius: 5px;
  color: #fff;
  height: 41px;
  width: 120px;
  margin: 0 auto;
  display: block;
}
.form-contact {
  border-top: 1px solid #eaeaea;
  padding-bottom: 24px;
  padding-top: 26px;
}

.are .logo {
    float: left;
    width: 26%;
    border-right: 1px solid #fff;
    padding-right: 25px;
}
.are .adress {
    float: left;
    width: 26%;
    padding-left: 50px;
}
.nav-footer {
    float: left;
    width: 25%;
    border-left: 1px solid #fff;
    height: 280px;
    margin-left: 0;
    padding-left: 60px;
    border-right: 1px solid #fff;
}
.nav-footer, .subscribe.newletter {
	background-color: #19598b !important;
}
#newsletterwidget-3 .tnp.tnp-widget form {
    display: block !important;
}
.subscribe.newletter {
    float: right;
    width: 22%;
    padding-left: 30px;
}
.are .adress .font20 {
	margin-right: 30px;
}
.are .phone {
	float: left;
  width: 100%;
}
.are {
	background-color:#19598b !important;
	padding-top:65px;
	padding-bottom:55px;
	color:#717171;
}
span.numberphone {
    padding-left: 5px;
}
.font20{
	font-size:20px;
	font-family: 'GothamMedium';
	color: #fff;
}
.font14{
font-size:14px;
}
.are i{
color:#ab7436;
font-size:19px;
}
.are .border {
  border-radius: 50%;
  display: inline-block;
  height: 42px;
  width: 42px;
  border: 1px solid #ababab;
  text-align: center;
  line-height: 42px;
  margin-left:20px;
}
.adress .font14 {
    float: right;
    margin-right: 0;
    width: 78%;
    line-height: 20px;
}
.address_data {
    float: left;
    padding-top: 30px;
    padding-bottom: 20px;
}
.address_data {
    float: left;
}
.page-template-template-about .content.about {
	margin-top: 60px;
}
.numberphone a {
  color: #717171;
  margin-left: 20px;
  text-decoration:none;
  font-size: 14px;
}
ul.social li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.footer .menu {
  text-align: center;
  margin-top: 15px;
}
.footer .social i{
	color:#fff;
	font-size:19px;
}
.footer li{
  display: block;
  list-style: outside none none;
  text-align: left;
}
.footer .menu a {
  color: #242424;
  text-decoration: none;
  text-transform: capitalize;
}
.text-right > a {
  color: #242424;
  text-decoration: none;
}
.footer .text-right > a{
	color: #727272;
}
.text-left {
    float: right;
    text-align: left;
    padding-right: 20px;
    padding-top: 1px;
}
.text-right {
    float: right;
    text-align: right;
    color: #727272;
}
.social > li {
  border-radius: 50%;
  height: 35px;
  line-height: 37px;
  padding-left: 3px;
  text-align: center;
  width: 35px;
  padding-right: 3px;
  margin: 0 3px;
}
footer.entry-footer {
    margin-bottom: 20px;
    margin-top: 15px;
}
.search h3.page-title{
	color: #19598b;#19598b
}
.s-face{
background-color:#203275;
}
.s-twitter{
background-color:#22a9e1;
}
.s-youtobe{
background-color:#ff4141;
}
.s-instagram{
background-color:#b28e54;
}
.copyright {
    background-color: #004b92 !important;
    padding-bottom: 25px;
    padding-top: 25px;
}
/* end
 */
/* css page about */
.content h2{
color:#19598b;
}
.content.about h2 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
}
.container  p {
  line-height: 30px;
  margin-bottom: 0;
}
.list a{
float:left;
width:23%;
}
.list .info{
float:right;
width:77%;
}
.list h3{
  color: #ab7436;
  display: block;
  margin-bottom: 9px;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  font-size:21px;
}
.list .info p{
line-height:24px;
margin-top: 12px;
}
.list li:nth-child(2n+1){
background-color:#f2f2f2;
}
.list img {
  padding-top: 23px;
}
.list .item {
  padding: 10px 0 15px;
}
.contentpage{
	min-height: 400px;
	padding-bottom: 30px;
}
/* end */
/* css new */
.list-new h3 a{
color:#19598b;
text-transform:none;
}
.list-post-new .author {
  color: #c7c7c7;
  font-size: 14px;
  margin-top:22px;
  margin-left: -22px;
} 
.list-post-new .author span{
	font-style: italic;
	padding:0 22px;
}
.page-template-template-employer .media {
	margin-top: -18px;
}
.rst-box-header {
  border-bottom: 1px solid #d9d9d9;
}

.list-new a.readmore {
  background-color: #ab7436;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-transform: capitalize;
  width: 180px;
  text-decoration: none;
}
.list-new .item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 43px;
  padding-top: 20px;
}
.list-post-new {
    padding-top:42px;
    float: left;
    width: 68%;
}
.load-more {
	padding-top: 22px;
	text-align: right;
	margin-bottom: 121px;
}
.page-template-template-new .list-post-new h3 {
	margin: 0 0 20px;
}
.page-template-template-new .list-post-new {
	padding-top: 39px;
}
.single .list-post-new {
	padding-top: 21px;
}
.ajax-loading {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2147483647;
	text-align: center;
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0% 0%;
	padding-top: 10%;
	display: none;
}
.load-more a{
	color: #19598b;
	font-family: 'GothamBold';
}
.sidebar{
float: right;
width: 30%;
padding-top: 30px;
}
.sidebar h3{
	text-transform: capitalize;
	color: #19598b;

}
.sidebar span{
	font-weight: bold;
	color: #242424;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.sidebar ul li{
	list-style: none;
	line-height: 30px;
	position: relative;
	padding-left: 25px;

}
.sidebar ul li:before{
	content: url(../images/check.png);
	position: absolute;
	left: 0;
	top: 3px;
}
.sidebar li a{
	color: #19598b;
}
.banner img {
    width: 100%;
    max-width: 100%;
}
   
/* end */
/*css page compliance*/
.compliance h2{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 8px;
	margin-bottom: 28px;
	margin-top: 48px;
}
.lh24{
	line-height: 24px !important;
}
.listpost .item{
	margin-bottom: 37px;
}
.listpost .info {
    float: right;
    width: 75%;
    margin-top: -34px;
    padding: 0 24px;
}
.listpost .media {
    float: left;
    width: 25%;
    padding: 0 24px;
}
.listpost {
    max-width: 1013px;
    margin: 47px auto 0;
}
.listpost h5{
	color: #19598b;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: -11px;
}
.listpost .info > h4 {
  color: #19598b;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.listpost h6 {
    margin: -10px 0 0;
}
.wrapper .listpost p.mg9{
	margin-top: -9px;
}
.listpost .mylist li {
    list-style-type:lower-alpha;
}
.listpost .mylist{
	margin-left: 20px;
}
.listpost ul {
    margin: 5px 0;
}
.listpost li {
    list-style: none;
    position: relative;
    line-height: 30px;
}
.listpost li:before{
	content: "";

}
.list-new .item p {
	margin-bottom: 30px;
	max-width: 646px;
}
.single .sidebar{
	padding-left:44px ;
}
.backpost {
    text-align: center;
    color: #19598b;
    margin-bottom: 38px;
    margin-top: 80px;
    text-decoration: none;
    display: block;
    font-family: 'GothamBold';
}
.media img{
	margin-bottom: 40px;
}
.content .decription{
	text-align: center; 
}
.content .decription h3{
	color: #19598b;
}
.page-template-template-ourservice .content .decription {
	margin-top: 86px;
}
.page-template-template-ourservice .entry p{
	line-height: 24px;
	font-size: 14px;
	margin-top: 29px;
}
.page-template-template-ourservice .entry .item:nth-child(1) h5, 
.page-template-template-ourservice .entry .item:nth-child(2) h5{
	max-width: 270px;
}
.page-template-template-ourservice .entry h5{
	max-width: 200px;
	margin-top: -14px;
	line-height: 24px;
}
.page-template-template-ourservice .entry a {
	font-size: 14px;
	font-weight: normal;
	display: block;
margin-top: 14px;
}
.mg40{
	margin-top: 40px;
}
.entry .item > span {
    float: left;
    width: 83px;
    text-align: left;
}
.entry a{
    color: #19598b;
    font-family: 'GothamBold';
}
.entry {
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 117px;
}
.entry .item {
    float: left;
    width: 50%;
    padding: 0 50px;
    margin-bottom:50px;
}
.entry h5 {
    margin-top: -3px;
}
.listpost .addblock {
    float: left;
    width: 59%;
}
.listpost .addblock.col-2{
	float: right;
	width: 38%;
}
ul.listcicle li{
	padding-left: 20px;
}
ul.listcicle li:before {
    content: "\f111 ";
    display: inline-block;
    font-family: "FontAwesome";
    position: absolute;
    color: #19598b;
    font-size: 6px;
    left: 0px;
    top: 2px;
}
.resoure .list{
	margin-left: -27px;
	margin-right: -27px;
}
.resoure .are{
	background: #fff;
	float: left;
	width: 50%;
	padding: 0 27px;
}
 
.addnav li{
	list-style: none;
	display: inline-block;
	position: relative;

}
.addnav li:after{
	content: "|";
	margin-left: 6px;
	margin-right: 6px;
}
.addnav li:last-child:after{
content: "";
}
.addnav a, .contact h3{
	color: #19598b;
}
.resoure .list li{
    background-color: #fff;
    list-style: none;
    line-height: 30px;
    
    
}
.list p a {
	display: inline-block;
	width: auto;
	margin-right: 4px;
	color: #19598b;
}
.resoure .list li a{
	display: block;
	color: #19598b;
	width: 100%;
	float: none;
	text-align: left;
}
strong img {
    margin-left: 9px;
    position: relative;
    top: 2px;
}
.resoure  .are{
	color: #000;
}
.contact .inner{
	float: left;
	width: 20%;
}
.contact .map{
	float: right;
	width: 75%;
}
.contact h3{
	margin-top: 0;
}
.contact{
	padding: 56px 0;
}
.contact a{
	color: #000;
}
.contact h5, .contact ul , .contact p{
	margin: 0;
}
.contact li{
	list-style: none;
}
.slider .slick-dots button {
	background-color: #fff;
	width: 12px;
	height: 12px;
}
.slider li.slick-active button {
	background-color: transparent;
	border-radius: 50%;
	border:2px solid #fbed22;
	width: 15px;
	height: 15px;
}
.slider , .slider .item{
	position: relative;
}

.slider .slick-dots {
	position: absolute;
	bottom: 11px;
	width: 100%;
}
.slider .slick-dots button:hover {
	background-color: transparent;
	border-radius: 50%;
	border:2px solid #fbed22;
	width: 15px;
	height: 15px;
}
ul.slick-dots li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    border: none;
}
.slider .caption {
    position: absolute;
    top: 24%;
    color: #fff;
    max-width: 761px;
    left: 12.5%;
}
ul.slick-dots {
	text-align: left;
	padding-left: 12%;
}
button:focus{
	border: none;
}
.service .container{
	max-width: 1294px;
	margin: 0 auto;
}
.service li{
	list-style: none;
	float: left;
	width: 16.666666%;
	text-align: center;
}
.service li h5 {
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 17px;
    line-height: 25px;
    max-width: 132px;
    margin: 13px auto 17px;
}
.service li:nth-child(2) h5 {
    max-width: 264px;
}
.service a{
	color: #19598b;
}
section.service {
	padding: 41px 0 48px;
	background: #ececec;
}
.service li span {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #19598b;
    display: inline-block;
    border-radius: 50%;
}
.client li {
    float: left;
    list-style: none;
    width: 16.666666%;
    text-align: center;
    display: table;
    padding: 0 27px;
    margin-bottom: 30px;
}
.client li p{
	display: table-cell;
	vertical-align: middle;
}
.home h2 {
    color: #19598b;
    text-align: center;
    margin-bottom: 68px;
    margin-top: 63px;
}
.article-new .container{
	max-width: 1190px;
	margin: o auto;
}
.article-new h2{
	margin: 0 0 47px;
}
section.article-new {
    background: #f2f2f2;
    padding: 36px 0 74px;
}
.article-new .item {
    position: relative;
    width: 33.3%;
    float: left;
}
.article-new .images {
    position: relative;
    border: 4px solid #fff;
    font-size: 0;
    box-shadow: 0px 1px 4px 2px #ccc;
}
.page-template-template-employer h6{
	margin: 0;
}
.article-new span.datetime {
    position: absolute;
    left: -10px;
    bottom: 10px;
    width: 53px;
    height: 72px;
    color: #fff;
    background-color: #9bcb3c;
    font-size: 30px;
 	text-align: center;
    padding-top: 4px;
}
.article-new .images img{
	width: 100%;
}
.article-new h4 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 0;
}
.article-new h4 a {
    color: #212121;
}
.article-new span.datetime strong{
font-size: 17px;
display: block;
text-transform: uppercase;
}
.sidebar .widget{
	border-top-width: 0;
	padding:0;
}
.sidebar .widget h3{
	margin-top: 26px;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.widget ul li, .widget ol li {
	margin: 0 !important;
}
.widget ul.listsidebar{
	margin-top: 10px !important;
}
.list-post-new h3{
	margin: 19px 0 20px;
}
.sidebar .widget ul{
	margin: 0;
}
.sidebar-single ul li::before{
	display: none;
}
.sidebar-single ul li{
	padding-left: 0;
}
.italic {
	font-style: italic;
}
.sidebar-single .address-email a{
	color: #000;
}
.article-new p {
	color: #212121;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 8px;
	margin: 2px;
}
.home .article-new p{
	font-size: 13px;
	color: #717171;
}
.article-new .comment {
	color: #717171;
	font-family: 'GothamMedium';
	padding-top: 15px;
	font-size: 14px;
}
.comment .text-right{
	float: right;
	text-align: right;
}
.allpost {
    margin-left: -13px;
    margin-right: -13px;
}
.article-new .item {
    position: relative;
    width: 33.3%;
    float: left;
    padding-left: 13px;
    padding-right: 13px;
}
.comment span {
    margin-right: 20px;
}
.professionals {
	background: url("../images/bg1.jpg") no-repeat center center / cover;
	padding: 50px 0 52px;
}
.professionals ul{
	margin: 0;
}
.professionals p {
	margin: 0;
}
.professionals h2 {
    margin: 0 0 60px;
    color: #fff;
}
p.mg20 {
    margin-top: 24px;
}
.professionals li {
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
}

.professionals .font14 {
	line-height: 22px;
	color: #fff;
	max-width: 154px;
	display: block;
	margin: 17px auto 0;
}
.number {
	display: block;
	color: #fff;
	font-size: 32px;
}
.caption p{
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 0;
	text-shadow: 1.9px 0.6px 0 rgba(0, 0, 0, 0.31);	
}
.caption strong{
	font-family: 'GothamMedium';
	text-shadow: 1.9px 0.6px 0 rgba(0, 0, 0, 0.31);
}
.color1{
	color: #19598b;
	text-shadow: 1.9px 0.6px 0 rgba(0, 0, 0, 0.31);	
	}
.color2{
	color: #ab7436;
	text-shadow: 1.9px 0.6px 0 rgba(0, 0, 0, 0.31);	
	}
.caption .button {
color: #fff;
text-decoration: none;
display: inline-block;
padding: 14px 44px;
background-color: #9bcb3c;
border-radius: 5px;
margin-top: 20px;
}
.textbold{
	font-family: 'GothamBold' !important;
	text-shadow: 1.9px 0.6px 0 rgba(0, 0, 0, 0.31);	
}
.caption .font19{
	font-size: 19px;
	text-shadow: 1.9px 0.6px 0 rgba(0, 0, 0, 0.31);	
	margin-top: 0;
}
span.search {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 3px solid #b98a56;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #b98a56;
}
.form-assesment input[type="submit"] {
	width: 94px;
	height: 41px;
	color: #fff;
	background-color: #ec1f27;
	text-align: center;
	padding: 0;
	font-size: 16px;
}
.form-assesment input {
	border-width: 0;
	width: 386px;
	height: 61px;
	border-radius: 5px;
	padding-left: 15px;
	font-size: 18px;
	color: #d7d7d7;
}
.ui-widget-header {
	border: none;
	background: none;
	color: #222222;
	font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: url(../images/close.png) center center no-repeat;
	width: 68px;
	height: 67px;
	color: transparent;
	border: none;
	z-index: 9;
}
.slick-slide img {
	width: 100%;
	height: 625px;
}
.rst-show{
	display: none;
}
.address-email a{
	color: #19598b;
}
#render-map-maps-themeoption{
	height: 442px;
}
.subscribe.newletter{
	min-height: 103px;
	background: #efefef;
}
.subscribe.newletter .widget_newsletterwidget{
	max-width: 716px;
	margin: 0 auto;
	border-top: 0;
}
.subscribe.newletter span.widget-title{
	position: relative;
margin-top: 26px;
padding-top: 40px;
top: 8px;
font-size: 19px;
text-transform: none;
color: #727272;
font-family: 'GothamMedium';
}
.subscribe.newletter form{
	max-width: 481px;
margin: 0 auto;
position: relative;
margin-top: -27px;
float: right;
margin-left: 240px;
}
.subscribe.newletter label{
	display: none;
}
.subscribe.newletter input.tnp-email {
    width: 250px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}
section#newsletterwidget-3 {
    display: block !important;
    width: 100% !important;
    height: 103px;
    justify-content: normal !important;
    align-items: normal !important;
    text-align: left !important;
}
.subscribe.newletter input.tnp-submit{
	height: 40px;
background-color: #ec1f27;
border-radius: 5px;
font-size: 16px;
}
.subscribe.newletter .tnp-field-email{
	float: left;
}
.subscribe.newletter .tnp-field-button{
	float: right;
	width: 119px;
}
.search a{
	color: #19598b;
}
.comments-link {
	margin-right: 10px;
}
.custom-page h2{
	border-bottom: 1px solid #ebebeb;
	color: #19598b;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.ui-dialog{
	z-index: 9999;
}
.title_single {
	font-size: 24px;
	margin: 15px 0 24px;
}
.title_single a {
	color: #19598b;
	text-transform: none;
}
.rst-main-navigation .current-menu-item > a,.rst-main-navigation .current-menu-ancestor > a{
	font-family: 'GothamBold';
	color: #19598b
}
.page-template-template-new .list-new{
	padding-top: 0;
}

.wrapper .listpost p{
margin: 5px 0;
}
.sidebar h6{
	margin: 5px 0;
}
.page-term {
	padding-bottom: 30px;
}
.newsletter_grid h1 {
    font-size: 17px;
    line-height: 24px;
    color: #19598b;
}
.newsletter_grid {
    float: left;
    width: 100%;
    border: 2px solid #ab7436;
    padding: 20px;
}
.newsletter_grid p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
}
.newsletter_main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.newsletter_grid a {
    text-decoration: none;
}
.newsimage {
    height: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_post_by_year {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.filter_post_by_year select {
    padding: 7px 40px;
    font-size: 20px;
    color: #19598b;
    font-weight: 500;
    border: 2px solid #ab7436;
}
section.article.article4 .comment-article h4 {
    border-bottom: 2px solid #ab7436;
    padding-top: 30px;
    padding-bottom: 10px;
}
section.article.article4 .comment-article p {
    color: #000;
}
.block-1.staff-blocks.section1 {
		float: left;
    width: 25%;
}
.block-1.staff-blocks.section1 a, .block-2.staff-blocks.section2 a, .block-3.staff-blocks.section3 a {
    flex-direction: column;
    height: 100%;
    display: flex;
    position: relative;
    background-color: #0255a3;
    padding-top: 20px;
}
.staff-img {
    width: 100%;
    text-align: center;
}
.members .info {
    padding: 20px 15px;
    box-sizing: border-box;
    background: inherit;
    color: #fff;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.block-1.section1 .members a .info:before {
    left: 48%;
    right: unset;
    top: -8px;
    transform: rotate( 
45deg) translate(-50%,0);
    content: '';
}
.block-1.section1 .members a .info:before {
    content: "";
    width: 54px;
    height: 54px;
    background-color: inherit;
    display: block;
    position: absolute;
}
.members h3.title {
    font-size: 22px !important;
    margin: 0;
    text-align: center;
    color: #fff !important;
}
.members h5.title_content {
    margin: 5px 0 0px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    font-family: 'GothamBook';
}
.staff-img img {
    border-radius: 100% !important;
    width: 209px;
} 
.staff-blocks.section2 a#staff2 {
    padding-top: 0;
    padding-bottom: 35px;
}
.staff-blocks.section2 .members .info {
    padding-top: 5px;
}
.staff-blocks.section2 .members a .info:before {
    content: "";
    width: 54px;
    height: 54px;
    background-color: inherit;
    display: block;
    position: absolute;
}
.staff-blocks.section2 .members a .info:before {
    left: 48%;
    right: unset;
    top: 110px;
    transform: rotate( 
45deg) translate(-50%,0);
    content: '';
    z-index: 999;
}
.members a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0;
    transition: .5s all ease 0s;
}
.members a:hover:before {
    opacity: .3;
    cursor: pointer;
}
.page-id-1901 .widget_custom_html {
    display: none;
}
.types-referral-partners p, .types-referral-partners ul li, .expectations p {
    color: #105FA3 !important;
}
h1.banner-title {
    color: #105FA3 !important;
    text-shadow: 0 3px 5px rgb(1 1 1 / 63%) !important;
}
.content-area h3 {
    color: #19598b !important;
}
/*end*/
/* ======================================================
   Responsive
 
   ====================================================== */
@media screen and (max-width: 1356px) {
.ui-dialog {
	width: 100% !important;
	left: auto;
	right: auto;
}
}   
@media screen and (max-width: 1252px) {
	.entry {
		margin-left: 0;
		margin-right: 0;
		margin-top: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.slider .caption {
	top: 15%;
}
.resoure .list {
	margin-left: 0;
	margin-right: 0;
}
.allpost {
	margin-left: 0;
	margin-right: 0;
}
.are .adress {
	width: 48%;
	padding-left: 13%;
}

.are .logo {
	width: 26%;
}
	.rst-box-search {
	margin-top: -52px;
	margin-right: 40px;
    }
	.rst-logo {
		padding-top: 0;
		padding-bottom: 0;
	}
	.rst-main-navigation ul {
		margin-bottom: 0;
	}
	.rst-main-navigation ul li a {
		padding: 0 20px;
	}
	.rst-box-header {
		padding: 10px 0;
	}
	.rst-main-navigation ul li {
		line-height: 55px;
	}
	.rst-main-navigation ul ul li {
		line-height: 30px;
	}
	.rst-main-navigation ul ul a {
		padding: 7px 0;
	}
	.rst-logo {
		width: 30%;
	}
	.rst-box-right {
		width: 70%;
		padding-left: 0;
	}
	.rst-social span {
		position: relative;
		top: 32px;
		float: none;
		display: block;
		margin-bottom: 20px;
	}
	.rst-footer-top ul li,
	.rst-social li:first-child a {
		border-width: 0;
	}
	.rst-social li a:hover {
		background-color: transparent;
		color: #3c579d;
	}
	.rst-menu-bottom {
		text-align: center;
	}
	.rst-menu-bottom {
		line-height: 30px;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	.rst-footer-top ul li {
		float: none;
	}
	.rst-menu-bottom {
		padding-left: 0;
	}
	.rst-social span {
		float: none;
		display: block;
		text-align: center;
	}
	.rst-social ul {
		float: none;
		margin-left: 0;
		margin-top: 31px;
		text-align: center;
	}
}
@media screen and (max-width: 1184px) {
	.rst-left-box {
		width: 100%;
		border-bottom: 1px solid #e1e1e1;
	}
	ul.slick-dots {
	text-align: center;
	bottom: 0;
	}
	
	.container {
	padding: 0 15px;
	}
	.wrapper .rst-left-box .rst-item-list {
		padding: 30px 15px;
	}
	.rst-right-box {
		width: 100%;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.rst-col-two {
		padding-left: 15px;
		margin: 40px 0;
	}
	.rst-social li a {
		width: 30px;
		height: 57px;
	}
}
@media screen and (max-width: 1098px) {
.are .adress {
	width: 48%;
	padding-left: 11%;
}
.adress .font14 {
	margin-right: 0;
}
}
@media screen and (max-width: 1048px) {
.adress .font14 {
	margin-right: 0;
}
.are .adress {
	width: 42%;
	padding-left: 0;
}
.are .phone {
	width: 21%;
}
}

@media screen and (min-width: 991px) {

.rst-main-navigation ul > li > a {
padding-left: 0;
padding-right: 0;
}
.rst-main-navigation > ul > li {
	/*width: 102px;*/
	text-align: center;
	padding-right: 30px;
}
}
@media screen and (max-width: 1024px) {
.page-template-resource-copy .resoure .are {
    margin-left: 0px !important;
}
.block-1.staff-blocks.section1 {
    width: 50%;
}
.text-right {
    float: left;
    text-align: center;
    padding-right: 20px;
    padding-left: 30px;
}
.text-left {
    float: left;
    text-align: center;
    padding-right: 20px;
}
.are .phone {
    width: 100%;
}
.are .logo {
    width: 25%;
}
.are .adress {
    width: 25%;
    padding-left: 24px;
}
.nav-footer {
    width: 25%;
    padding-left: 30px;
}
.subscribe.newletter {
    width: 23%;
    padding-left: 0;
}
.filter_post_by_year {
    padding-top: 40px;
}
}
@media screen and (max-width: 991px) {
.newsimage {
    height: 150px;
 }
.are .phone {
    width: auto;
}
.nav-footer {
    width: 50%;
    border-left: 0;
    height: auto;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 0;
}
.subscribe.newletter {
    width: 50%;
    padding-left: 10px;
    padding-top: 10px;
}
	.rst-box-right {
	padding-top: 30px;
	}
	.ui-dialog{
		height: 500px !important;
	}
	.page-template .banner {
		padding: 80px 0;
	}
	.form-assesment h2 {
	font-size: 22px;
}
	.list .info {
	padding-left: 15px;
}
.are .adress {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 50px;
}
.are .logo {
    width: 50%;
}
.are .border {
	margin-left: 0;
}
.are .adress .font20 {
	margin-right: 10px;
}
	.caption p {
	font-size: 35px;
	line-height: 37px;
	}
	.rst-main-navigation ul{
	margin-top: 0;
	}
	.rst-show{
	display: block;
	}
	.rst-search {
	right: 0;
	top: 35px;
	}
	.rst-box-search {
	margin-right: 0;
	}
	.rst-main-navigation ul ul li {
	border-width: 0;
}
	.rst-main-navigation ul ul{
		background: transparent;
	}
	.rst-hide{
		display: none;
	}
	.rst-main-navigation ul li a:hover {
		background: none;
	}
	.rst-main-navigation ul li {
		line-height: 27px;
	}
	.rst-box-search {
		margin-top: 10px;
		color: #fff;
		text-align: left;
		width: 100%;
	}
	span.search {
		margin-left: 27px;
	}
	.rst-search {
		width: 100%;
		background-color: transparent;
	}
	.rst-main-navigation ul li a {
		padding: 15px 4px 15px 26px;
	}
	.rst-show {
		display: block;
	}
	.rst-hide {
		display: none;
	}


	/* Menu Mobile
    ==================== */
	.overlay-mobile {
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}
	.rst-main-navigation {
		position: fixed;
		max-width: 320px;
		width: 100%;
		top: 0;
		right: -320px;
		bottom: 0;
		z-index: 99999;
		background: #282828;
		overflow: auto;
	}
	.rst-main-navigation ul,
	.rst-toggle-menu {
		display: block;
	}
	.rst-top-main-navigation {
		display: block;
		background: #282828;
	}
	.rst-main-navigation ul li {
		display: list-item;
		width: 100%;
	}
	.rst-main-navigation ul li a {
		background: #282828;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		text-align: left;
		color: #fff;
	}
	.rst-main-navigation ul ul a {
		background: #2d2d2d;
	}
	.rst-main-navigation ul ul ul a {
		background: #313133;
	}
	.rst-main-navigation ul ul {
		position: static;
		opacity: 1;
		visibility: visible;
		display: none;
		width: 100%;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0s ease;
		-moz-transition: all 0s ease;
		transition: all 0s ease;
	}
	.rst-open-menu-mobile {
		display: block;
	}
}
@media screen and (min-width: 980px) {
.are .border {
	margin-left: 0;
}


}
@media screen and (max-width: 900px) {
.are .phone {
	padding-top: 8px;
}
.are .border {
	margin-left: 0;
}
.font20 {
	display: block;
	margin-bottom: 15px;
}
.adress .font14 {
	float: none;
	width: auto;
}
}
@media screen and (max-width: 800px) {
	.rst-box-right {
		padding-top: 16px;
	}

	.caption p {
	font-size: 24px;
	line-height: 28px;
}
.service li {
	width: 33.3%;
	margin-bottom: 39px;
}
.professionals li {
	width: 33.3%;
	margin-bottom: 20px;
}
.article-new h4 {
	font-size: 16px;
}
.comment span {
	display: block;
	font-size: 15px;
	margin-bottom: 9px;
}
.client li {
	width: 25%;
}
.sidebar {
	width: 35%;
}
.list-post-new {
	width: 62%;
}
}
@media screen and (max-width: 767px) {
.page-template-resource-copy .resoure .are {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
}
.page-template-resource-copy .resoure .list {
        display: block !important;
}
.block-1.staff-blocks.section1 {
    width: 100%;
}
.newsimage {
    height: 220px;
}
.newsletter_grid {
    margin-bottom: 30px;
}
.filter_post_by_year {
    padding-top: 40px;
}
.subscribe.newletter {
    min-height: 200px;
}
ul.social li {
    float: none;
}
.copyright {
    text-align: center;
    float: left;
    width: 100%;
}
.subscribe.newletter .tnp-field-button {
    width: 100%;
}
.subscribe.newletter input.tnp-email {
    width: 100% !important;
}
.footer .are .logo {
    text-align: center !important;
    width: 100%;
}
.are .phone, .are .adress {
    text-align: center !important;
    width: 100%;
    padding-bottom: 0;
}
.footer li {
    text-align: center;
}
.address_data {
    float: none;
    text-align: center;
}
.footer .menu {
    text-align: center;
    display: block !important;
}
.address_data {
    padding-top: 0;
}
.are .logo {
    border-right: 0;
    padding-right: 0;
    text-align: left !important;
    padding-bottom: 30px;
}
.subscribe.newletter {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.nav-footer {
	  text-align: center;
    float: left;
    width: 100%;
    border-left: 0;
    margin-left: 0;
    padding-left: 0px;
    border-right: 0;
    padding-top: 30px;
    height: auto;
}
.listpost .addblock.col-2 , .listpost .addblock{
float: none;
width: 100%;
}
.load-more {
	margin-bottom: 0;
}
.contact .inner {
width: 40%;
}
.contact .map {
	width: 60%;
}
.banner h1 {
top: 12%;
line-height: 43px;
}
.main-header .top h4 {
	padding-left: 17%;
}
.sidebar, .list-new, .list-post-new {
	float: none;
	width: 100%;
}
.single .sidebar{
	padding-left: 0;
}
.listpost .info {
	width: 70%;
}
.listpost .media {
	width: 30%;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
.client li {
	width: 33.3%;
}
}
@media screen and (max-width: 700px) {

.subscribe.newletter form {
	float: none;
	margin-left: auto;
}
.subscribe.newletter span.widget-title {
	margin-top: -12px;
	padding-top: 0;
	top: 0;
	display: block;
	text-align: center;
}
}
@media screen and (max-width: 640px) {
	.rst-logo {
	width: 36%;
}
.rst-box-right {
	width: 64%;
}
.main-header .top input {
	margin: 20px auto 0;
	display: block;
}
.main-header .top h4 {
	padding-left: 15px;
	display: block;
	text-align: center;
}
.main-header .top .container {
	height: auto;
}
.slider .caption {
	top: 0;
	left: 25px;
}
.banner img {
	min-height: 195px;
}
}
@media screen and (max-width: 600px) {

.contact .inner {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.contact .map {
	float: right;
	width: 100%;
	/* margin-bottom: 30px; */
}
.entry .item {
	float: none;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 70px;
}
.contact {
	padding: 38px 0;
}
.rst-toggle-menu {
	float: none;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}
.listpost h5 {
	margin-bottom: 10px;
}
.listpost .media {
	width: 35%;
	padding: 0 15px;
}
.listpost .info {
	width: 65%;
	padding: 0 15px;
}
.client li {
	width: 50%;
}
	.rst-logo {
	width: 100%;
	text-align: center;
}
.rst-box-right {
	width: 100%;
}
.article-new .item {
	width: 100%;
	margin-bottom: 53px;
}
.text-left, .text-right {
	float: left;
	text-align: center;
	width: 100%;
}
.text-right{
	margin-top: 15px;
}
.resoure .are {
	width: 100%;
	padding: 0 15px;
}
}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 480px) {
h1 {
	font-size: 34px;
}
.subscribe.newletter .tnp-field-email {
	float: none;
	display: block;
	width: 100%;
	padding: 0 10px;
}
.subscribe.newletter input.tnp-email {
	width: 100%;
	float: none;
	margin-right: 6px;
}
.subscribe.newletter .tnp-field-button {
	margin: 0 auto;
}
.banner h1 {
	top: 23%;
}	
.list .info , .list a{
width: 100%;
text-align: center;
}
.listpost .info {
	width: 100%;
	margin-top: -34px;
	padding: 0;
}
.listpost .media {
	float: left;
	width: 100%;
	padding: 0;
}

.slider .slick-dots {
	display: none !important;
}
.caption .button {
	padding: 5px 21px;
	font-size: 14px;
	margin-top: 13px;
}
.listpost h5, .listpost h6 {
  margin-top: 15px;
}
.wrapper .listpost p.mg9 {
  margin-top: 10px;
}	
.caption p {
	font-size: 17px;
	line-height: 22px;
}
.caption .font19 {
	font-size: 14px;
}
.form-assesment h2 {
	font-size: 19px;
}
.form-assesment input {
	width: 100%;
}
}

@media screen and (max-width: 400px) {
.caption{
	display: none;
}
.form-contact p {
	width: 100%;
}
.service li, .professionals li {
	width: 50%;
}
}
@media screen and (max-width: 360px) {
	.service li, .professionals li {
	width:100%;
}

.banner img {
	width: 100%;
	max-width: 100%;
	min-height: 159px;
}
h1 {
	font-size: 28px;
}
}