@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700|Source+Sans+Pro:300,400,600,700,900');
/*Common  */
body {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Slab', serif;
  background-color: #f2f8f5;
   font-size: 16px;
   line-height: 1.6;
}
body .container {
  width: 1250px;
  max-width: 100%;
}
body section.blog p {
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  font-size: 16px;
  margin-bottom:20px;
}
.belowD,
.belowM {
  display: none;
}

#primary .entry-content p
{
	margin-bottom:30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000;
}
h1,
.content-area h1 {
  font-size: 40px;
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
}
h1.master,
.content-area h1.master {
  font-size: 40px;
}
h2, h2 p {
  font-size: 40px;
  font-family: 'Josefin Slab', serif;
  font-weight: 600;
}
h3, h3 p {
  font-size: 36px;
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
}
h4, h4 p {
  font-size: 26px;
  font-family: 'Josefin Slab', serif;
  font-weight: 500;
}
h5, h5 p {
  font-size: 22px;
  font-family: 'Josefin Slab', serif;
  font-weight: 500;
  line-height:36px;
}
h6,h6 p {
  font-size: 17px;
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  line-height: 1.3;
}

img {
  max-width: 100%;
  border: 0;
  outline: none;
}
ul {
  margin: 15px 0 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
  font-family: 'Cormorant', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 17px;
  position: relative;
}
.page_cont ul {
  margin: 15px 0;
}
.page_cont ul li {
  padding: 0 0 0 10px;
  font-size: 14px;
  font-family: 'Josefin Slab', serif;
  position: relative;
  list-style-position: outside;
}
.page_cont ul li:before {
  width: 3px;
  height: 3px;
  background-color: #b68d3f;
  content: '';
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0px;
}
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"] {
  height: 37px;
  line-height: 37px;
  border: solid 1px #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
.btn,
.gform_footer input.button {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:600;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  height: 37px;
  line-height: 35px;
  padding: 0 50px;
  border: solid 1px #000000;
  color: #000000 ;
  border-radius: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn:hover,
.gform_footer input.button:hover {
  background-color: #ffffff;
  border: solid 1px #5c957f;
  color: #5c957f;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.btn.yellow-btn,
.gform_footer input.button.yellow-btn {
  border: solid 1px #5c957f;
}
.btn.yellow-btn:hover,
.gform_footer input.button.yellow-btn:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.btn.light,
.gform_footer input.button.light {
  background: transparent;
}
.center-align {
  text-align: center;
}
.yellow {
  color: #b68d3f;
}
.whitebg {
  background: #fff;
}
.select-wrapper {
  min-width: 178px;
  max-width: 100%;
  width:100%;
  overflow: hidden;
  position: relative;
  /*&:after
	{
		background:url(../images/ico_down_arrow_dark.png) no-repeat 0 0;
		content:'';
		width:23px;
		height:14px;
		display:inline-block;
		position:absolute;
		right:0;		
		top:40%;
	}*/
}
.select-wrapper select {
  width: 100%;
  border: solid 0px #d6d6d6;
  border-radius: 0;
  max-width: 100%;
  padding: 0 48px 0 0 !important;
  line-height: 45px;
  height: 50px;
  background: transparent;
  outline: none !important;
  font-size: 14px !important;
  font-family: 'Cormorant', serif !important;
  box-shadow: inset 0 0 0 ;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.select-wrapper.up:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
a {
  color: #000;
}
body section.welcome p  a
	{
	color:#97cbb7 ;	
	}
.displaytab .items h6 p a {
	color: #5c957f;
}
a.textlink {
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
a:hover {
  color: #5c957f;
}
.icon_tle {
  position: relative;
}
.icon_tle:before {
  background: url('../images/title_icon.png') no-repeat center top;
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: -2px;
}
.share_this_cont {
  padding: 20px 0;
  width: 100%;
  border-top: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  float: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h1.master {
    font-size: 28px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
	line-height:30px;
  }
  h6 {
    font-size: 18px;
  }
}
/*Header  */
body {
  padding-top: 100px;
}
body .t-head .co-name {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 55px;
}
body .t-head .co-name .standard-logo { opacity: 1; position:relative; top:-7px; }
body.home .t-head .co-name .standard-logo { opacity: 1;top:0; }
body .t-head .co-name .book_btn {
  float: right;
  margin-top: 5px;
  padding: 0 20px;
  background: #ffffff;
  color: #5c957f;
  z-index: 99;
  position: relative;
  border: solid 1px #fff;
  height: 35px;
  opacity: 1;
  line-height: 35px;
  font-size: 13px;
}
body.home {
  padding-top: 0px;
}
body.home .t-head:before {
  position: absolute;
  left: 0;
  height: 132px;
  width: 100%;
  background: url('../images/home_hdr_bg.png') repeat-x 0 0;
  content: '';
  top: 0;
  z-index: 10;
  display: block;
}
body.home .t-head .co-name .book_btn {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
body.home .t-head .co-name .book_btn:hover {
  background: #ffffff;
  color: #5c957f;
}
body .t-head {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: 0px;
  height: 132px;
}
body .t-head .container {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1023px) {
	 body {
    padding-top: 70px ;
}
  
   body.home .t-head .standard-logo,
  body.home .t-head .standard-logo img {
    width: 100px;
  }
    body.home .t-head .standard-logo img {
 
   top:0px;
  }
}
/*Footer  */
footer {
  width: 100%;
  float: left;
  font-size: 17px;
}
footer .footerNav .gb_details {
  border-top: solid 1px #bebeb9;
  border-bottom: solid 1px #bebeb9;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
  text-align: right;
}
footer .footerNav .gb_details ul {
  margin: 0;
  padding: 0;
  float: left;
}
footer .footerNav .gb_details ul li {
  margin: 0 20px;
  padding: 0;
  list-style: none;
  float: left;
}
footer .footerNav .gb_details ul li:first-child {
  margin-left: 0;
}
footer .footerNav .gb_details ul li a {
  font-size: 19px;
  font-family: 'Josefin Slab', serif;
  line-height: 40px;
}
footer .footerNav .gb_details .btn {
  float: none;
  margin-right: 20px;
  padding:0 20px;
}
footer .footerNav .gb_details .btn:last-child {
  margin-right: 0;
}
footer .footerNav .gb_info {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #bebeb9;
  width: 100%;
  float: left;
}
footer .footerNav .gb_info .address {
  border-right: solid 1px #bebeb9;
}
footer .footerNav .gb_info .address p {
  font-size: inherit;
  line-height: 28px;
  font-family: 'Josefin Slab', serif;
  font-weight: 600;
  margin: 0;
}
footer .footerNav .gb_info .links ul {
  margin: 0;
  padding: 0;
  float: left;
}
footer .footerNav .gb_info .links ul li {
  margin: 0 20px;
  padding: 0 0 5px;
  list-style: none;
  float: left;
  width: 100%;
}
footer .footerNav .gb_info .links ul li a {
  font-size: inherit;
  font-family: 'Josefin Slab', serif;
}
footer .footerNav .gb_info .subscribe {
  text-align: right;
}
footer .footerNav .gb_info .subscribe .subsform {
  max-width: 400px;
  width: 100%;
  text-align: left;
  display: inline-block;
}
footer .footerNav .gb_info .subscribe .subsform h5
{
	font-size:17px;	
	font-weight:600;
	margin-bottom:0;
	margin-top:0;
}
footer .footerNav .gb_info .subscribe .gform_wrapper {
  margin: 0;
}
footer .footerNav .gb_info .subscribe .gform_wrapper .gform_body {
  display: inline-block;
  width: 72%;
  margin-right: 2%;
  float: none;
}
footer .footerNav .gb_info .subscribe .gform_wrapper .gform_body .gform_fields li {
  margin: 0;
  padding: 0;
}
footer .footerNav .gb_info .subscribe .gform_wrapper .gform_body .gform_fields li div.ginput_container {
  margin-top: 0;
  margin-left: 0 !important;
}
footer .footerNav .gb_info .subscribe .gform_wrapper .gform_body .gform_fields li .gfield_label {
  display: none;
}
footer .footerNav .gb_info .subscribe .gform_wrapper .gform_body .gform_fields li .ginput_container input {
  width: 100%;
  margin: 0;
  border: solid 1px #000000!important;
      position: relative;
    top: -2px;
}
footer .footerNav .gb_info .subscribe .gform_wrapper .gform_footer {
  margin: 0;
  float: none;
  padding: 0;
  width: 22%;
  display: inline-block;
  position: relative;
  top: -1px;
}
footer .footerNav .gb_info .subscribe .gform_wrapper .gform_footer input.button {
  padding: 0 20px;
  margin-right: 0 !important;
  font-size: 14px;
}
footer .footerNav .gb_info .social {
  text-align: right;
  padding-top: 18px;
  padding-right: 30px;
}
footer .footerNav .gb_info .social a {
  display: inline-block;
  margin-left: 10px;
  font-size: 21px;
  color: #97cbb7;
  text-decoration: none;
}
footer .footerNav .gb_info .social a:hover {
  color: #000000;
}
footer .footerNav .gb_copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
footer .footerNav .gb_copyright p {
  font-size: inherit;
  line-height: 28px;
  font-family: 'Josefin Slab', serif;
  font-weight: 600;
  margin: 0;
}
footer .footerNav .gb_copyright .logo_group {
  background: transparent;
  text-align: right;
  padding: 0;
}
footer .footerNav .gb_copyright .logo_group ul li a
{
	background-repeat:no-repeat;
	display:block;
	background-position:0 bottom;
	width:100%;
	height:69px;
}
footer .footerNav .gb_copyright .logo_group ul li a img
{
	visibility:hidden;
}
footer .footerNav .gb_copyright .logo_group ul li a:hover
{
	background-position:0 0;	
}
footer .footerNav .gb_copyright .logo_group ul li a.logo-1
{
	background-image:url(../images/logo_tr_ft.jpg);	
}
footer .footerNav .gb_copyright .logo_group ul li a.logo-2
{
	background-image:url(../images/logo_sm_ft.jpg);	
}
footer .footerNav .gb_copyright .logo_group ul li a.logo-3
{
	background-image:url(../images/logo_dh_ft.jpg);	
}
footer .footerNav .gb_copyright .logo_group ul li a.logo-4
{
	background-image:url(../images/logo_tbr_ft.jpg);	
}
footer .footerNav .gb_copyright .logo_group h5 {
  position: relative;
  display: inline-block;
  max-width: 270px;
  width:50%;
  font-size: 18px;
  padding-right: 25px;
  margin-top: 50px;
}
footer .footerNav .gb_copyright .logo_group h5 strong {
  font-weight: 700;
}
footer .footerNav .gb_copyright .logo_group h5:before {
  content: '';
  background: url('../images/gpg_logo_c.jpg') no-repeat center top;
  height: 35px;
  width: 35px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: -46px;
}
footer .footerNav .gb_copyright .logo_group ul {
  width: 50%;
  max-width: 100%;
  margin: 0;
  float: right;
  padding-left: 15px;
  border-left: solid 1px #bebeb9;
  display:flex;
}
footer .footerNav .gb_copyright .logo_group ul li {
  
  flex-basis: 24%;
  padding: 0;
  text-align: center;
}
body.home footer .logo_group {
  display: none;
}
@media (max-width: 1023px) {
  body footer .footerNav .gb_details .btn {
    padding: 0 15px;
    font-sizE: 12px;
  }
  body footer .footerNav .gb_details ul li {
    margin: 0 5px;
  }
  body footer .footerNav .gb_details ul li a {
    font-size: 16px;
  }
  body footer .footerNav .gb_info .links ul li {
    margin: 0;
  }
 
 
  body footer .footerNav .gb_info .subscribe .gform_wrapper .gform_body {
    width: 74%;
  }
  body footer .footerNav .gb_info .subscribe .gform_wrapper .gform_body .ginput_container input {
    max-width: 100% !important;
  }
  body footer .footerNav .gb_info .subscribe .gform_wrapper .gform_footer input.button {
    width: 100%;
	padding:0 10px;
  }
  footer .footerNav .gb_copyright .logo_group h5
  {
	  margin-top: 30px;
	  width:30%;
	  line-height: 20px;
	      padding-right: 5px;
  }
  footer .footerNav .gb_copyright .logo_group h5:before
  {
	      top: -39px;
  }
}
@media  (max-width: 767px) {
  body footer .footerNav .gb_details ul {
    text-align: center;
    width: 100%;
  }
  body footer .footerNav .gb_details ul li {
    display: inline-block;
    float: none;
    margin: 0 15px;
  }
  body footer .footerNav .gb_details ul li a {
    font-size: 19px;
  }
  body footer .footerNav .gb_info .address {
    border-right: 0px;
    width: 50%;
    float: left;
  }
  body footer .footerNav .gb_info .links {
    border-left: solid 1px #bebeb9;
    width: 50%;
    float: left;
  }
  body footer .footerNav .gb_info .links .btn {
    margin: 15px 0 0 0;
    padding: 0 20px;
  }
  footer .footerNav .gb_info .subscribe .subsform h5
  {
		margin-bottom:0px;  
		margin-top:10px;
  }
   body footer .footerNav .gb_copyright .logo_group {
    width: 100%;
    float: left;
    margin-top: 25px;
	display:block;
  }
  body footer .footerNav .gb_copyright .logo_group h5 {
    width: 100%;
    float: left;
	text-align:center;
	padding-right:0;
	max-width:none;
  }
  body footer .footerNav .gb_copyright .logo_group ul {
    width: 100%;
    text-align: center;
    bordeR: 0;
    padding: 0;
  }
  body footer .footerNav .gb_copyright .logo_group ul li {
    float: none;
    display: inline-block;
  }
   body.home footer .footerNav .gb_copyright .logo_group {
	   display:none;
   }
   footer .footerNav .gb_info .subscribe .subsform
   {
	   max-width:100%;
	   margin-top:20px;
	   border-top:solid 1px #bebeb9;
   }
    body footer .footerNav .gb_info .links .btn {
    padding: 0 20px;
	width:100%;
  }
  body footer .footerNav .gb_info .subscribe .gform_wrapper .gform_body {
    width: 100%;
  }
  body footer .footerNav .gb_info .subscribe .gform_wrapper .gform_footer {
    width: 105px;
    float: right;
  }
  body footer .footerNav .gb_info .subscribe .social {
    position: absolute;
    padding-top: 0;
    bottom: 15px;
  }
  body footer .footerNav .gb_info .subscribe .social a {
    margin: 0 10px 0 0;
  }
  footer .footerNav .gb_copyright
  {
	  margin-top:5px;
  }
}
@media (max-width: 640px) {
	footer .footerNav .gb_info .subscribe .subsform h5
  {
		margin-bottom:0px;  
  }
  body footer .footerNav .gb_info {
    padding-bottom: 0;
  }

 
  body footer .footerNav .gb_details ul {
    text-align: center;
    width: 100%;
  }
  body footer .footerNav .gb_details ul li {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }

  body footer .footerNav .gb_details ul li a {
    font-size: 16px;
  }
  body footer .footerNav .gb_copyright p {
    font-size: 15px;
  }
 
}
@media (max-width: 420px) {
	footer .footerNav .gb_info .address p,
	body footer .footerNav .gb_info .links ul li
	{
		font-size:16px;
	}
}
@media (max-width: 380px) {
	body footer .footerNav .gb_details ul li a,
	footer .footerNav .gb_info .address p, body footer .footerNav .gb_info .links ul li
	{
		font-size:14px;
	}
}
/*Navigation  */
body.home.side-header #header-trigger span {
  color: #fff;
}
body #top-menu {
  opacity: 0;
}
body.slide-header #header-trigger {
  right: 0;
  top: 10px;
  width: 133px;
  height: 24px;
  line-height: 50px;
  border-radius: 0;
  text-align: center;
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 11;
  font-size: 16px;
}
body.slide-header #header-trigger span {
  color: #000;
  font-size: 13px;
  top: -14px;
  position: absolute;
  left: 28px;
}
body.slide-header #header-trigger i {
  color: #b68d3f;
  font-size: 28px;
}
body.slide-header #header-trigger i.icon-line-menu:before {
  content: '';
  background: url('../images/toggle_btn.png') no-repeat 0 0;
  width: 118px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
body.slide-header #header-trigger i.icon-line-cross:before {
  font-size: 70px;
  content: "+";
  font-style: normal;
  font-weight: 300;
  float: right;
  top: -8px;
  position: absolute;
  right: 0px;
  height: 20px;
  transform: rotate(45deg);
}
body.slide-header header {
  left: auto;
  right: -2000px;
  background-color: #fff;
  border-left: 0;
  border-bottom: 0px solid #000000;
  width: 45%;
  overflow: auto;
  display: table;
  position: fixed;
  top: 0;
  z-index: 10;
  height: calc(100vh);
  -webkit-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
}
body.slide-header header #header-wrap {
  width: 100%;
  top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
  vertical-align: middle;
  overflow: auto;
  z-index: 199;
}
body.slide-header header #header-wrap .container {
  width: 480px !important;
  padding: 0 30px!important;
  margin: 0!important;
}
body.slide-header header #header-wrap #primary-menu {
  float: none;
  height: auto;
  margin-bottom: 0!important;
}
body.slide-header header #header-wrap #primary-menu #top-menu {
  float: none;
  height: auto;
  opacity: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.slide-header header #header-wrap #primary-menu #top-menu li {
  padding: 15px 0 15px;
  line-height: 1;
}
body.slide-header header #header-wrap #primary-menu #top-menu li svg {
  display: none;
}
body.slide-header header #header-wrap #primary-menu #top-menu li a {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  font-family: 'Josefin Slab', serif;
}
body.slide-header header #header-wrap #primary-menu #top-menu li a:hover
{
	color: #5c957f;
}
body.slide-header header #header-wrap #primary-menu #top-menu li ul {
  margin: 20px 0 10px;
}
body.slide-header header #header-wrap #primary-menu #top-menu li ul li {
  position: relative;
  line-height:100%;
  padding:0;
  margin: 0 0 18px;
}
body.slide-header header #header-wrap #primary-menu #top-menu li ul li:last-child
{
	margin-bottom:0;
}
body.slide-header header #header-wrap #primary-menu #top-menu li ul li:before {
  content: '-';
  font-size: 27px;
  font-weight: 500;
  color: #000;
}
body.slide-header header #header-wrap #primary-menu #top-menu li ul li a {
  font-size: 24px;
  padding-left: 10px;
}
body.slide-header.open-header #primary-menu #top-menu {
  opacity: 1 !important;
}
body.slide-header.open-header #header-trigger i:nth-child(1) {
  display: block;
}
body.slide-header.open-header #header-trigger i:nth-child(2) {
  display: none;
}
body.slide-header.open-header {
  /*#header
			{
				left: auto;
				right: 0;
			}*/
}
body.slide-header.open-header #header-trigger i:nth-child(1),
body.slide-header.open-header #header-trigger span {
  display: none !important;
}
body.slide-header.open-header #header-trigger i:nth-child(2) {
  display: block !important;
}
body.slide-header.side-header.side-header-right.open-header.side-header-open #header {
  left: auto;
  right: 0;
}
body.side-header.side-header-right.open-header.side-header-open #header {
  left: auto;
  right: 0;
}
@media (max-width: 1024px) {
  body.side-header.side-header-right.open-header.side-header-open #header {
    right: 60px;
  }
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap {
    padding-left: 20px;
    top: 50px;
  }
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap .container .header-trigger {
    position: fixed;
    right: 0;
    top: 15px;
  }
}
@media (max-width: 520px) {
  body.side-header.side-header-right.open-header.side-header-open #header {
    right: 120px;
    z-index: 99;
  }
  body.side-header.side-header-right.open-header.side-header-open #header #header-wrap {
    padding-left: 0px;
  }
}
@media (max-width: 1280px) {
  /*body.side-header-open #nav-icon4 {
    position: fixed !important;
    top: 10px;
  }
	body.icon-active #nav-icon4 {
		position: absolute !important;
	}
	body.side-header-open.icon-active #nav-icon4 {
		position: fixed !important;
		top: 24px;
	}*/

}
body.side-header-open .t-head {
	position: fixed;
    z-index: 999;
	height: 55px;
}
body.home.side-header-open .t-head:before {
	display:none;
}
body.side-header-open .t-head .co-name .book_btn {
	opacity: 0;
}
body.side-header-open.icon-active .t-head .co-name .standard-logo { opacity: 0; }
@media (max-width: 1023px) {
  .slide-header #header-trigger {
    right: 15px;
    width: 50px;
    top: 5px;
  }
  .slide-header #header-trigger i.icon-line-menu:before {
    width: 50px;
    background-position: right 0;
  }
  .slide-header #header-trigger span {
    display: none;
  }
  .slide-header header #header-wrap {
    top: 70px;
  }
  body.slide-header.open-header #header {
    width: 60%;
  }
}
.owl-carousel .owl-item li { padding-left: 10px;}
@media (max-width: 767px) {
  body.slide-header header #header-wrap {
    padding-left: 0;
  }
  body.slide-header header #header-wrap #primary-menu #top-menu li {
    margin: 0;
  }
  body.slide-header header #header-wrap #primary-menu #top-menu li a {
    font-size: 20px;
  }
  body.slide-header header #header-wrap #primary-menu #top-menu li ul li a {
    font-size: 20px;
  }
 .owl-carousel .owl-item li { padding-left: 0px;}
}
#nav-icon4 {
  right: 0;
  top: 10px;
  width: 32px;
  height: 35px;
  margin-right: 10px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 101;

}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  /*background: #97cbb7;*/
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon4 span:after {
  content: "";
  display: block;
  position: relative;
  border-bottom: 4px solid #97cbb7;
  border-left: 0px solid transparent;
}
/*#nav-icon4.open
{
	position: fixed;
	
}*/
#nav-icon4.open span:after {
  content: "";
  display: block;
  position: relative;
  border-bottom: 4px solid #97cbb7;
  border-left: 0px solid #97cbb7;
}
/* Icon 4 */
#nav-icon4:before {
  background: url(images/toggle_btn.png) no-repeat 0 0;
  width: 75px;
  height: 24px;
  position: absolute;
  left: -78px;
  top: 0;
  color: #ffffff;
  font-size: 13px;
  padding-left: 32px;
  padding-top: 3px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(1) {
  width: 100%;
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  width: 100%;
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  width: 100%;
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  right: -8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open:before {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(1) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  right: -8px;
}
#nav-icon4 i.icon-line-menu {
  display: block;
}
#nav-icon4 i.icon-line-menu:before {
  content: '';
  background: url(images/toggle_btn.png) no-repeat 0 0;
  width: 118px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
/*Common  */
section {
  float: left;
}
section.testimonial {
  padding: 60px 0 40px;
}
section.testimonial .container {
  width: 800px;
}
section.testimonial .container blockquote {
  text-align: center;
  border:0;
}
section.testimonial .container blockquote:before {
  content: '';
  background: url('../images/testi_ico.png') no-repeat center center;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -50px;
}
section.testimonial .container blockquote p {
  font-size: 24px;
  font-family: 'Josefin Slab', serif;
  margin: 0 0 30px;
  font-weight: 500;
  line-height: 1.3;
}
section.testimonial .container blockquote h6 {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
}
section.logo_group {
  background: #ffffff;
  text-align: center;
  padding: 80px 0 50px;
}
section.logo_group h5 {
  position: relative;
}
section.logo_group h5 strong {
  font-weight: 700;
}
section.logo_group h5:before {
  content: '';
  background: url('../images/gpg_logo.jpg') no-repeat center top;
  height: 35px;
  width: 35px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: -50px;
}
section.logo_group ul {
  width: 700px;
  max-width: 100%;
  margin: 30px auto 0;
}
section.logo_group ul li {
  display: inline-block;
  width: 23%;
  padding: 0;
  text-align: center;
  vertical-align:top;
}
section.logo_group ul li a
{
	background-repeat:no-repeat;
	display:block;
	background-position:0 bottom;
	width:161px;
	height:119px;
}
section.logo_group ul li a img
{
	visibility:hidden;
}
section.logo_group ul li a:hover
{
	background-position:0 -1px;	
}
section.logo_group ul li a.logo-1
{
	background-image:url(../images/logo_tr.jpg);	
}
section.logo_group ul li a.logo-2
{
	background-image:url(../images/logo_sm.jpg);
	/*background-position:0 0px;	*/
}
section.logo_group ul li a.logo-3
{
	background-image:url(../images/logo_dh.jpg);	
}
section.logo_group ul li a.logo-4
{
	background-image:url(../images/logo_tbr.jpg);	
}
section.instagram {
  padding: 50px 0 20px;
}
section.instagram h5 {
  margin: 0 0 20px;
}
.body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
body.side-header-open .body-overlay {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}
.displaytab {
  display: table;
  margin: 0 auto;
}
.mView {
  display: none;
}

#primary.content-area h1 {
  text-align: center;
  margin: 0 0 30px;
}
#primary.content-area h2 {
  font-size: 28px;
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  margin: 0 0 20px;
}
#primary.content-area h3 {
  font-size: 24px;
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  margin: 0 0 20px;
}
#primary.content-area h4 {
  font-size: 20px;
  font-family: 'Josefin Slab', serif;
  font-weight: 500;
  margin: 0 0 20px;
}
#primary.content-area h5 {
  font-size: 18px;
  font-family: 'Josefin Slab', serif;
  font-weight: 500;
  margin: 0 0 20px;
}
#primary.content-area h6 {
  font-size: 16px;
  font-family: 'Josefin Slab', serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#primary.content-area img
{
	height:auto;
}
#primary.content-area ul:not(.gfield_checkbox),
#primary.content-area ol {
  margin: 0 0 20px;
  padding: 0;
}
#primary.content-area ul li:not(.gfield),
#primary.content-area ol li 
{
  padding: 0 ;
  margin: 0 0 0 18px;
  list-style-type: disc;
  font-family: 'Cormorant', sans-serif;
  font-weight: 500;
  line-height: 1.9;
  font-size: 16px;
}
body section.welcome .container ul li,
body section.welcome .container ol li
{
	padding: 0 ;
  margin: 0 0 0 18px;
  list-style-type: disc;
  line-height: 1.6;
    font-size: 16px;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
	list-style-position:inside;
}
body section.welcome .container ul ,
body section.welcome .container ol 
{
	margin:30px 0;	
}
#primary.content-area ul:not(.gfield_checkbox) li ul,
#primary.content-area ol li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
#primary.content-area ul:not(.gfield_checkbox) li ul li,
#primary.content-area ol li ul li {
  list-style-type: circle;
}
#primary.content-area ol li {
  list-style-type: decimal;
}
#primary.content-area ol li ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
#primary.content-area ol li ol li {
  list-style-type: lower-alpha;
}
#primary.content-area a {
  color: #b68d3f;
}
#primary.content-area a:hover {
  color: #b68d3f;
  text-decoration: underline;
}
#primary.content-area .content-column {
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}
#primary.content-area .content-column.one_half {
  padding-right: 20px;
}
#primary.content-area .content-column.one_half.last_column {
  padding-right: 0;
  padding-left: 10px;
}
#primary.content-area .btn:hover {
  background-color: #b68d3f;
  text-decoration: none;
  border: solid 1px #b68d3f;
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
body section.site-main .gform_wrapper {
  width: 400px;
  margin: 0 auto;
}
body section.site-main .gform_wrapper ul.gfield_checkbox li label,
body section.site-main .gform_wrapper .gform_wrapper ul.gfield_radio li label,
body section.site-main .gform_wrapper ul.gfield_radio li label {
  font-size: 16px;
 font-family: 'Josefin Slab', serif;
  font-weight: 400;
}
body section.site-main .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
  font-size: 16px!important;
  font-family: 'Josefin Slab', serif;
  font-weight: 400!important;
}
@media (max-width: 767px) {
	body section#mbanner img {
		visibility:hidden;
	}
	body section#mbanner {
		background-position:center 0;
		background-size:cover;
		height:400px;
	}
	.mView {
    display: inline-block;
  }
  .dView {
    display: none;
  }
  section.testimonial {
    padding: 40px 0 0px;
  }
  
  .content-column {
    width: 100% !important;
    padding: 0 !important;
  }
  body section.site-main .gform_wrapper {
    width: 100%;
  }
  main section.logo_group ul
  {
	width:100%;  
  }
  main section.logo_group ul li a
  {
		width:80.5px;  
		height:59.5px;
		background-size:100%;
  }
  main section.logo_group ul li a:hover
  {
	  	background-position: 0 0px;
  }
}
/*Animation */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: skew(20deg);
  }
  100% {
    opacity: 1;
    fill: #ffffff;
    transform: skew(0deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: skew(20deg);
  }
  100% {
    opacity: 1;
    fill: #ffffff;
    transform: skew(0deg);
  }
}
@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
    height: 0px;
  }
  100% {
    opacity: 1;
    fill: #ffffff;
  }
}
@keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    fill: #ffffff;
  }
}
@-webkit-keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 34% 0%;
    transform-origin: 34% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 34% 0%;
    transform-origin: 34% 0%;
    opacity: 1;
    fill: #ffffff;
  }
}
@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 34% 0%;
    transform-origin: 34% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 34% 0%;
    transform-origin: 34% 0%;
    opacity: 1;
    fill: #ffffff;
  }
}
@-webkit-keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 65% 100%;
    transform-origin: 65% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 65% 100%;
    transform-origin: 65% 100%;
    opacity: 1;
    fill: #ffffff;
  }
}
@keyframes scale-up-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 65% 100%;
    transform-origin: 65% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 65% 100%;
    transform-origin: 65% 100%;
    opacity: 1;
    fill: #ffffff;
  }
}
@-webkit-keyframes scale-up-vt-down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 10% 35%;
    transform-origin: 10% 35%;
    opacity: 0;
    fill: #b8d6d1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 10% 35%;
    transform-origin: 10% 35%;
    opacity: 1;
    fill: #ffffff;
  }
}
@keyframes scale-up-vt-down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 10% 35%;
    transform-origin: 10% 35%;
    opacity: 0;
    fill: #b8d6d1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 10% 35%;
    transform-origin: 10% 35%;
    opacity: 1;
    fill: #ffffff;
  }
}
@-webkit-keyframes scale-up-v-down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 10% 35%;
    transform-origin: 10% 35%;
    opacity: 0;
    fill: #b8d6d1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 10% 35%;
    transform-origin: 10% 35%;
    opacity: 1;
    fill: #ffffff;
  }
}
@keyframes scale-up-v-down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 30% 90%;
    transform-origin: 30% 90%;
    opacity: 0;
    fill: #b8d6d1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 35% 90%;
    transform-origin: 35% 90%;
    opacity: 1;
    fill: #ffffff;
  }
}
.f-h1 {
  -webkit-animation: fade-in-text 1.8s linear 0s 1 both;
  animation: fade-in-text 1.8s linear 0s 1 both;
}
.f-h2 {
  -webkit-animation: fade-in-text 0.8s linear 1.2s 1 both;
  animation: fade-in-text 0.8s linear 1.2s 1 both;
}
.cls-1 {
  -webkit-animation: fade-in 0.8s linear 1.6s 1 both;
  animation: fade-in 0.8s linear 1.6s 1 both;
}
.cls-2 {
  -webkit-animation: fade-in 0.4s linear 2.6s 1 both;
  animation: fade-in 0.4s linear 2.6s 1 both;
}
.cls-3 {
  -webkit-animation: fade-in 0.4s linear 2.6s 1 both;
  animation: fade-in 0.4s linear 2.6s 1 both;
}
.cls-5 {
  -webkit-animation: scale-up-hor-right 0.4s linear 3.2s 1 both;
  animation: scale-up-hor-right 0.4s linear 3.2s 1 both;
}
.cls-4 {
  -webkit-animation: scale-up-hor-left 0.4s linear 3.2s 1 both;
  animation: scale-up-hor-left 0.4s linear 3.2s 1 both;
}
.h-anim {
  width: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.h-anim .tline {
  -webkit-animation: scale-up-vt-down 0.4s linear 2s 1 both;
  animation: scale-up-vt-down 0.4s linear 2s 1 both;
}
.h-anim .f1 {
  -webkit-animation: fade-in 0.4s linear 2.2s 1 both;
  animation: fade-in 0.4s linear 2.2s 1 both;
}
.h-anim .f2 {
  -webkit-animation: fade-in 0.4s linear 2.4s 1 both;
  animation: fade-in 0.4s linear 2.4s 1 both;
}
.h-anim .f3 {
  -webkit-animation: fade-in 0.4s linear 2.8s 1 both;
  animation: fade-in 0.4s linear 2.8s 1 both;
}
.h-anim .bline {
  -webkit-animation: scale-up-v-down 0.4s linear 3.5s 1 both;
  animation: scale-up-v-down 0.4s linear 3.5s 1 both;
}
/*Home  */
body section {
  position: relative;
  width: 100%;
  float: left;
}
body section#mbanner {
  overflow: hidden;
}
body section#mbanner img {
  width: 100%;
  z-index: 1;
}
body section.welcome {
  text-align: center;
  padding: 70px 0;
}
body section.welcome .container {
  width: 800px;
}
body section.welcome .container h1 {
  margin: 0 0 30px;
}
body section.welcome .container h3,
body section.welcome .container h3 p
 {
 font-size:22px;
 line-height:32px;
 margin-bottom:20px;
}
body section.welcome .container h1 ~ p
 {
  line-height: 1.5;
  font-size: 16px;
  font-family: 'Josefin Slab', serif;
  font-weight: 400;
  margin-bottom:25px;
}

body section.welcome .container .btn {
  margin: 25px 10px;
}
body section.welcome.bot {
  padding: 0 0 30px;
}
body section.services
{
	padding:40px 0 0;
}
body section.services .container {
  width: 1400px;
}
body section.services .items {
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
body section.services .items .img_wrap {
  margin-bottom: 30px;
}
body section.services .items .img_wrap img
{
	width:100%;
}
body section.services .items .content_wrap {
  padding-left: 68px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
body section.services .items .content_wrap h4 {
  margin: 0 0 20px;
}
body section.services .items .content_wrap a.textlink
{
	margin-right:15px;
	color:#3a3837;
}
body section.services .items .content_wrap a.textlink:hover {
  color: #5c957f;
}
body section.services .items .content_wrap p a;hover {
  color: #b68d3f;
}
body section.services .items .content_wrap h6 {
  padding-right: 15%;
  position: relative;
  max-height: 44px;
  overflow: hidden;
}
body section.services.highlight_txt  .items .content_wrap h6 
{
	 max-height:none;
}
body section.services .items .content_wrap h6 a.expcolBtn,.carousel .full-container .owl-carousel .owl-item img + div a.expcolBtn {
  position: absolute;
  right: 0;
  bottom: 0;
}
body section.services .items .content_wrap h6 a.expcolBtn:after,.carousel .full-container .owl-carousel .owl-item img + div a.expcolBtn:after {
  content: '';
  background: url('../images/plus_minus.png') no-repeat center top;
  width: 20px;
  height: 20px;
  display: block;
}
body section.services .items .content_wrap.exp h6,.carousel .full-container .owl-carousel .owl-item img + div.exp
 {
  max-height: 2000px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
body section.services .items .content_wrap.exp h6 a:after ,.carousel .full-container .owl-carousel .owl-item.exp img + div  a:after 
{
  background-position: center bottom;
}
body section.highlight_txt {
  background: #fff;
  padding: 65px 0 0;
}
body section.highlight_txt .container {
  width: 1250px;
}
@media (max-width: 1200px) {
  footer .footerNav .gb_details .btn {
    padding: 0 20px;
  }
  footer .footerNav .gb_details ul li {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {

  body section.services .items .content_wrap {
    padding-left: 40px;
  }
  .icon_tle:before
  {
	     left: -36px; 
  }
  body section.services .items .content_wrap h6 {
    padding-right: 9%;
  }
  .accordion
  {
	  margin-bottom:30px;
  }
}
@media (max-width: 767px) {
  body section.welcome .container .btn {
    padding: 0 10px;
    font-size: 12px;
    margin: 10px 5px;
  }
  body section.services .items .content_wrap h6 {
	max-height:40px;  
  }
  .displaytab
  {
		margin-right:-15px;
		margin-left:-15px;  
  }
  blockquote
  {
	  padding:10px 0;
  }
}
/*Blog  */
body.blog section.welcome,
body section.welcome {
  padding: 40px 0 10px;
}
body.blog section.blog .container,
body section.blog .container,
body.blog section.site-main .container,
body section.site-main .container {
  width: 800px;
}
body.blog section.blog .container .blog_cat_links,
body section.blog .container .blog_cat_links,
body.blog section.site-main .container .blog_cat_links,
body section.site-main .container .blog_cat_links {
  border-top: solid 1px #bebeb9;
  border-bottom: solid 1px #bebeb9;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
body.blog section.blog .container .blog_cat_links ul,
body section.blog .container .blog_cat_links ul,
body.blog section.site-main .container .blog_cat_links ul,
body section.site-main .container .blog_cat_links ul {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
body.blog section.blog .container .blog_cat_links ul li,
body section.blog .container .blog_cat_links ul li,
body.blog section.site-main .container .blog_cat_links ul li,
body section.site-main .container .blog_cat_links ul li {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: inline-block;
  font-family: 'Josefin Slab', serif;
}
body.blog section.blog .container .blog_cat_links ul li:after,
body section.blog .container .blog_cat_links ul li:after,
body.blog section.site-main .container .blog_cat_links ul li:after,
body section.site-main .container .blog_cat_links ul li:after {
  content: '/';
  position: absolute;
  top: 2px;
  left: -2px;
  font-size: 22px;
  font-weight: 100;
}
body.blog section.blog .container .blog_cat_links ul li:first-child:after,
body section.blog .container .blog_cat_links ul li:first-child:after,
body.blog section.site-main .container .blog_cat_links ul li:first-child:after,
body section.site-main .container .blog_cat_links ul li:first-child:after {
  display: none;
}
body.blog section.blog .container .blog_cat_links ul li a,
body section.blog .container .blog_cat_links ul li a,
body.blog section.site-main .container .blog_cat_links ul li a,
body section.site-main .container .blog_cat_links ul li a {
  font-size: 22px;
  text-decoration: none;
}
body.blog section.blog .container .items,
body section.blog .container .items,
body.blog section.site-main .container .items,
body section.site-main .container .items {
  margin-bottom: 40px;
}
body.blog section.blog .container .items h5,
body section.blog .container .items h5,
body.blog section.site-main .container .items h5,
body section.site-main .container .items h5 {
  margin: 0 0 3px;
}
body.blog section.blog .container .items h6,
body section.blog .container .items h6,
body.blog section.site-main .container .items h6,
body section.site-main .container .items h6 {
  font-size: 13px;
  font-family: 'Josefin Slab', serif;
  margin: 0 0 20px;
}
body.blog section.blog .container .items .img_wrap,
body section.blog .container .items .img_wrap,
body.blog section.site-main .container .items .img_wrap,
body section.site-main .container .items .img_wrap {
  margin-bottom: 20px;
}
body.blog section.blog .container .items .img_wrap img,
body section.blog .container .items .img_wrap img,
body.blog section.site-main .container .items .img_wrap img,
body section.site-main .container .items .img_wrap img {
  height: auto;
}
body.blog section.blog .container .items .content_wrap,
body section.blog .container .items .content_wrap,
body.blog section.site-main .container .items .content_wrap,
body section.site-main .container .items .content_wrap {
  padding-bottom: 15px;
  border-bottom: solid 1px #bebeb9;
}
body.blog section.blog .container .items:last-child,
body section.blog .container .items:last-child,
body.blog section.site-main .container .items:last-child,
body section.site-main .container .items:last-child {
  margin-bottom: 0;
}
body.blog section.blog .container .items:last-child .content_wrap,
body section.blog .container .items:last-child .content_wrap,
body.blog section.site-main .container .items:last-child .content_wrap,
body section.site-main .container .items:last-child .content_wrap {
  border-bottom: solid 0px #bebeb9;
}
body.blog section.blog .container .paging,
body section.blog .container .paging,
body.blog section.site-main .container .paging,
body section.site-main .container .paging {
  border-bottom: solid 1px #bebeb9;
  border-top: solid 1px #bebeb9;
  padding: 20px 0;
  float: left;
  width: 100%;
}
body.blog section.blog .container .paging ul,
body section.blog .container .paging ul,
body.blog section.site-main .container .paging ul,
body section.site-main .container .paging ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
body.blog section.blog .container .paging ul li,
body section.blog .container .paging ul li,
body.blog section.site-main .container .paging ul li,
body section.site-main .container .paging ul li {
  list-style: none;
  margin: 0 5px;
  padding: 5px;
  display: inline-block;
  font-size:22px;
  font-family: 'Josefin Slab', serif;
}
body.blog section.blog .container .paging ul li a,
body section.blog .container .paging ul li a,
body.blog section.site-main .container .paging ul li a,
body section.site-main .container .paging ul li a {
  font-family: 'Josefin Slab', serif;
  text-decoration: underline;
 
}
body.blog section.blog .container .paging ul li a.next ,
body.blog section.blog .container .paging ul li a.prev
{
	text-decoration:none;
}
body.blog section.blog .container .paging ul li span,
body section.blog .container .paging ul li span,
body.blog section.site-main .container .paging ul li span,
body section.site-main .container .paging ul li span {
  text-decoration: none;
  color: #808080;
}
body.blog section .item_detail,
body section .item_detail {
  margin: 50px 0 30px;
}
body.blog section .item_detail h1,
body section .item_detail h1 {
  font-size: 22px;
  margin: 0 0 5px;
  border-top: solid 1px #bebeb9;
  padding-top: 15px;
}
body.blog section .item_detail h6,
body section .item_detail h6 {
  margin: 0 0 20px;
}
body.blog section .item_detail .img_wrap,
body section .item_detail .img_wrap {
  margin-bottom: 20px;
}
body.blog section .item_detail .img_wrap img,
body section .item_detail .img_wrap img {
  height: auto;
}
body.blog section .item_detail .content_wrap,
body section .item_detail .content_wrap {
  padding-bottom: 15px;
  border-bottom: solid 1px #bebeb9;
}
body.blog section.instagram,
body section.instagram {
  padding-top: 20px;
}
body.blog section .item_detail .content_wrap ul
{
	padding-left:18px;
	margin-bottom:20px;
}
body.blog section .item_detail .content_wrap ul li
{
	list-style:disc;
	font-family: 'Josefin Slab', serif;
	padding-left:0;
}
@media (max-width: 767px) {
  body.blog section.blog .container .items {
    margin-bottom: 20px;
  }
  body.blog section.blog .container .items .content_wrap {
    margin-bottom: 10px;
  }
  body.blog section.blog .container .items .blog_cat_links ul li a {
    font-size: 18px;
  }
  body.blog section.blog .container .items h5, body section.blog .container .items h5, body.blog section.site-main .container .items h5, body section.site-main .container .items h5
  {
	  line-height:25px;
	  margin-bottom:5px;
  }
  body.blog section.blog .container .items h5, body section.blog .container .items h5
  {
	  font-size:18px;
  }
  body.blog section.blog .container .items h6,
body section.blog .container .items h6,
body.blog section.site-main .container .items h6,
body section.site-main .container .items h6 
{
	font-size:12px;
}
}
@media (max-width: 480px) {
  body.blog section.blog .container .blog_cat_links ul li a {
    font-size: 16px;
  }
  body.blog section .item_detail {
    margin: 30px 0 0px;
  }
}
/*Carousel  */
.carousel {
  margin-bottom: 0px;
}
.carousel .full-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.carousel .full-container .owl-carousel .owl-item {
  opacity: 0.5;
}
.carousel .full-container .owl-carousel .owl-item.active {
  opacity: 1;
}
.carousel .full-container .owl-carousel .owl-item img + div {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  max-height: 35px;
    overflow: hidden;
}
.carousel .full-container .owl-carousel .owl-item.exp img + div
{
	max-height:2000px;	
}
.carousel .full-container .owl-carousel .owl-item img + div p {
  color: #000;
   font-family: 'Josefin Slab', serif;
  font-size: 14px;
  /*line-height: 55px;*/
  margin: 0;
  padding: 10px 50px 10px 15px ;
  line-height:22px;
  font-weight:400;
  width:98%;
  position:relative;
}
.carousel .full-container .owl-carousel .owl-item img + div a.expcolBtn
{
	    right: 40px;
    bottom: 7px;
}
.carousel .full-container .owl-carousel .owl-controls {
  position: absolute;
  top: 45%;
  width: 100%;
  margin: 0;
  z-index: 3;
}
.carousel .full-container .owl-carousel .owl-controls .owl-nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.carousel .full-container .owl-carousel .owl-controls .owl-nav .owl-prev {
  background: url('../images/left_arrow.png') no-repeat center center;
  width: 21px;
  height: 36px;
  float: left;
  color: transparent;
}
.carousel .full-container .owl-carousel .owl-controls .owl-nav .owl-next {
  background: url('../images/left_arrow.png') no-repeat center center;
  width: 21px;
  height: 36px;
  transform: rotate(180deg);
  float: right;
  color: transparent;
}
.carousel.withcontent {
  padding: 50px 0;
}
.accordion {
  margin-bottom: 60px;
}
.accordion.panel-group .panel-default {
  background: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.accordion.panel-group .panel-default .panel-heading {
  color: #000;
  background: transparent;
  border: 0;
  border-bottom: solid 1px #bebeb9;
  padding: 10px 0;
}
.accordion.panel-group .panel-default .panel-heading h4.panel-title {
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 0px;
  min-height:40px;
  line-height:40px;
}
.accordion.panel-group .panel-default .panel-heading h4.panel-title a {
  padding-right: 40px;
  color: #3a3837;
  position: relative;

}
.accordion.panel-group .panel-default .panel-heading h4.panel-title a:hover,
.accordion.panel-group .panel-default .panel-heading h4.panel-title a:visited,
.accordion.panel-group .panel-default .panel-heading h4.panel-title a:focus {
  text-decoration: none;
}
.accordion.panel-group .panel-default .panel-heading h4.panel-title a:after {
  content: '';
  background: url('../images/plus_minus.png') no-repeat center bottom;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}
.accordion.panel-group .panel-default .panel-heading h4.panel-title a.collapsed:after {
  background: url('../images/plus_minus.png') no-repeat center top;
}
.accordion.panel-group .panel-default .panel-heading h4.panel-title a.btn {
  float: right;
}
.accordion.panel-group .panel-default .panel-heading h4.panel-title a.btn:after {
  display: none;
}
.accordion.panel-group .panel-default .panel-collapse {
  padding: 0;
}
.accordion.panel-group .panel-default .panel-collapse .header_sec {
  margin-top: 20px;
}
.accordion.panel-group .panel-default .panel-collapse .header_sec h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
.accordion.panel-group .panel-default .panel-collapse .header_sec div:last-child {
  text-align: right;
}
.accordion.panel-group .panel-default .panel-collapse .list-group {
  border: 0;
  background: transparent;
  border-bottom: solid 1px #bebeb9;
  padding-bottom: 40px;
}
.accordion.panel-group .panel-default .panel-collapse .list-group li {
  border: 0;
  background: transparent;
  padding: 10px 0;
  font-family: 'Josefin Slab', serif;
  font-size: 20px;
}
.accordion.panel-group .panel-default .panel-collapse .list-group li p {
  font-size: 20px;
  font-family: 'Josefin Slab', serif;
  margin: 0 0 10px;
  text-transform:inherit;
}
.accordion.panel-group .panel-default .panel-collapse .list-group li h5 {
  text-transform: uppercase;
  font-size: 20px;
}
.accordion.panel-group .panel-default .panel-collapse .list-group li .menu-price {
  text-align: right;
}
@media (max-width: 767px) {
	.accordion.panel-group .panel-default .panel-heading h4.panel-title a.btn {
  width:auto;
}
	.accordion.panel-group .panel-default .panel-heading h4.panel-title a {
  width:100%;
  display:block;

}
  .accordion.panel-group .panel-default .panel-heading h4.panel-title a.btn {
    padding: 0 15px;
    font-size: 13px;
  }
  .accordion.panel-group .panel-default .panel-collapse .list-group li .col-sm-10
  {
	  padding-right:0;
  }
  .accordion.panel-group .panel-default .panel-collapse .list-group li h5
  {
	  margin:0;
  }
  .accordion.panel-group .panel-default .panel-collapse .list-group li p
  {
	  font-size:16px;
  }
}
@media (max-width: 480px) {
  .accordion.panel-group .panel-default .panel-heading h4.panel-title {
    font-size: 22px;
  }
  .accordion.panel-group .panel-default .panel-collapse .list-group li h5 {
    font-size: 16px;
	line-height:26px;
  }
}
/*Services  */
section.serv_features .container {
  width: 1400px;
}
section.withcontent h2 {
  margin-top: 0;
}
section.withcontent h2 + p {
  font-sIze: 22px;
  line-height: 35px;
  font-family: 'Josefin Slab', serif;
  font-weight: 500;
  padding: 0 20%;
  margin-bottom: 30px;
}
section.main .accordion {
  margin-bottom: 0;
}
section.main .accordion.panel-group .panel-default .panel-collapse .list-group {
  border-bottom: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  body section.services .items .content_wrap {
    margin-top: 20px;
  }
}
/*Contact  */
.contact_info .addr-info,
.contact_info .getting-here {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.contact_info .addr-info h5,
.contact_info .getting-here h5 {
  margin-top: 0;
}
.contact_info .addr-info p,
.contact_info .getting-here p {
  font-family: 'Josefin Slab', serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom:20px;
}
.contact_info .addr-info {
  border-bottom: solid 1px #bebeb9;
}
hr
{
	    border-top: 1px solid #bebeb9;
		margin-top:40px;
		margin-bottom:10px;
}
.contact_info .brdr-bot {
  border-bottom: solid 0px #bebeb9;
  
}
.contact_info .form_rt_img
{
	margin-top:30px;
}
@media (max-width: 767px) {
  .contact_info {
    margin-bottom: 0px;
  }
  body section.welcome .container h1 + p {
    font-size: 19px;
  }
  .contact_info .form_rt_img
  {
	  display:none;
  }
  body #gform_wrapper_2 form .gform_footer input.button
  {
	  margin-bottom:0 !important;
  }
}
/*Gravity Form  */
body .gform_wrapper {
  margin: 0;
}
body .gform_wrapper form .validation_error,
body .gform_wrapper form .validation_message {
  /*display: none !important;*/
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px !important;
}
body .gform_wrapper form .gform_heading h3 {
  font-size: 26px;
  margin: 0 0 40px;
  font-weight: 500;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield {
  padding: 0;
  margin-top:15px;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_label {
  font-family: 'Josefin Slab', serif;
  font-size: 20px;
  color: #3a3837;
 /*width: 22%;*/
  min-width: 130px;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
  /*margin-left: 22%;*/
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .gfield_checkbox li input[type=checkbox],
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .gfield_radio li input[type=checkbox],
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .gfield_checkbox li input[type=radio],
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .gfield_radio li input[type=radio] {
  margin-top: -2px !important;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
  background: #fff;
  margin-top: 16px!important;
  font-family: 'Josefin Slab', serif;
  padding: 5px 4px !important;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input.medium {
  width: 100%;
  max-width: 100%;
  border: 0 !important;
  outline: none;
  padding:0 20px !important;
  font-size:14px!important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container .medium:focus {
  border: solid 1px #b68d3f;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error {
  border: 0;
  background: transparent;
  margin: 30px 0 14px !important;
  max-width: 100%;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px!important;
  color: #790000;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input {
  margin: 0 ;
}
body .gform_wrapper form .gform_footer {
  margin: 0 0 0 22%;
  padding: 10px 0 0 !important;
  width: auto;
}
body .gform_wrapper form .gform_footer input.button {
  width: auto;
 
}
body #gform_wrapper_2 form .gform_footer input.button
{
	 width:190px;
	 /* margin-left:130px;*/
 
  margin-bottom: 30px;
}
body .gform_wrapper form textarea
{
	box-shadow:0 0 0  !important;
}
body .gform_wrapper form .gfield_checkbox,
body .gform_wrapper form .gfield_radio
{
	width:100%;
	float:left;
}
body .gform_wrapper form .gfield_checkbox li,
body .gform_wrapper form .gfield_radio li
{
	display:inline-block;
	margin-right: 15px !important;
}
@media (max-width: 1023px) {
	body .gform_wrapper form .gfield_checkbox li, body .gform_wrapper form .gfield_radio li{
		display:block!important;
		margin-right: 0 !important;
	}
	body section.welcome {
	  padding: 40px 0 0px;
	}
	body section.welcome .container .btn{
		margin-bottom:0;
	}
	body section.services .items .img_wrap{
		margin-bottom:20px;
	}
	section.testimonial .container blockquote p{
		font-size:18px;
	}
	section.testimonial .container blockquote h6{
		font-size:14px;
	}
	.carousel .full-container .owl-carousel .owl-item img + div a.expcolBtn{
		right:10px;
	}
	.carousel .full-container .owl-carousel .owl-item img + div p{
		padding-right:30px;
	}
	#nav-icon4 span:nth-child(1){
		top:3px;
	}
	#nav-icon4 span:nth-child(3){
		top: 19px;
	}
	#nav-icon4 span:nth-child(2){
		top: 11px;
	}
	#nav-icon4.open span:nth-child(3){
		top:3px;
	}
	#nav-icon4 {
		width:28px;
	}
	/*body.side-header-open #nav-icon4{
		top:20px;
	}*/
	body .t-head .co-name{
		padding-right:45px;
	}
	.contact_info .addr-info p, .contact_info .getting-here p{
		font-size:16px;
	}
	body section.menu.main{
		margin-top:30px;
	}
}
@media (min-width: 768px) and  (max-width: 1023px)
{
	body #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container {
		max-width:205px!important;
	}
	footer .footerNav .gb_copyright .logo_group ul {
		width:70%;	
		padding-left:0;
	}
}
*[id^='readlink'], *[id^='readexplink'] { display: none; }
.read_div { display: inline; }
@media (max-width: 767px) {
body section.welcome .container h3 {
	font-size:20px;
	line-height:26px;
	margin:0 0 25px;
}
.carousel.withcontent
{
	padding:30px 0;
	margin-top:15px;
}
body section.welcome .container h1
{
	margin-bottom:20px;
}
body section.services
{
	padding-top:15px;
}
body section.welcome
{
	padding-top:30px;
	padding-bottom:15px;
}
  body .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_label {
    font-size: 17px;
    min-width: 100px;
    float: left;
  }
  body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
    margin-left: 0;
    display: inline-block;
    width: 70%;
  }
  body .gform_wrapper form .gform_footer {
    margin: 0 0 10px 100px;
  }
  *[id^='readlink'], *[id^='readexplink'] {
	display: inline;  
  }
  .read_div {
	display: none;  
  }
  body section.services .items .content_wrap h6 p
  {
	  font-size:15px;
  }
  body section.services .items
  {
	  margin-bottom:20px;
  }
  
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .gfield_label {
  /*width: 100% !important;*/
  margin-top: 7px !important;
  padding-top: 0 !important;
  vertical-align:top;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container {
  margin-left: initial !important;
  margin-top: 0px !important;
  display:block;
  width:100%;
}
body #gform_wrapper_2 form .gform_body ul.gform_fields li.gfield .ginput_container {
	max-width:350px;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .select-wrapper, body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_select {
  background: #ffffff url(../images/select-arrow.jpg?v=1.0) no-repeat right 15px;
  min-width: 115px !important;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .select-wrapper.up, body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_select.up {
  background: #ffffff url(../images/select-arrow-up.jpg?v=1.0) no-repeat right 15px;
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container select {
  font-family: 'Josefin Slab', serif;
  border: solid 0px #3a3837;
  padding: 0 15px !important;
  margin-top: 0px !important;
  line-height: 35px;
  height: 42px;
  background: transparent;
  outline: none !important;
  font-size: 20px !important;
  box-shadow: inset 0 0 0 0px #3a3837;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container textarea {
  box-shadow: inset 0 0 0 1px #3a3837;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'BellMTStd-Regular', sans-serif;
  border: solid 0px #3a3837;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
  font-size: 20px;
  height: 160px;
  width: 100%;
}
body .gform_wrapper input.medium.datepicker {
  border: solid 0px #3a3837 !important;
  padding: 0 15px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  /* box-shadow: inset 0 0 0 2px #3a3837; */
  margin: 0 5px 0 0;
  max-width: 100% !important;
}
body .gform_wrapper form .gform_footer {
  margin-left: 0% !important;
}
.gform_wrapper ul li.gfield .ginput_container_date {
  text-align: right !important;
  max-height: 42px !important;
}
body .gform_wrapper img.ui-datepicker-trigger {
  margin-top: -70px;
  margin-right: 10px;
  opacity: .5;
}
body .gform_wrapper.gf_browser_chrome .gfield_time_ampm  div.select-wrapper select, body section.site-main .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container div.select-wrapper select
{
	max-width:100% !important;
	width:100%!important;
	line-height:37px !important;
	    height: 37px;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_left
{
	width:100%;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container > .select-wrapper
{
	width:48%;	
	max-width:48% !important;
	float:right;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container > .select-wrapper:first-child
{
	float:left;
}
.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container label
{
	width:100%;
	float:left;
}
	body .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container input
{
	border: 0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .col-sm-4 {
       width:32.9%;
   }
   select::-ms-expand {
    display: none;
}
.col-sm-6
{
	width:49.8%;
}
   
}
.mlogo
{
	display:none;
}
@media (max-width: 767px) {
	
   .col-sm-4,.col-sm-6 {
       width:100% !important;
   }
footer .footerNav .gb_info .subscribe
{
	float:left;
	width:100%;
}
.gform_wrapper .clear-multi
{
	width:100%;
}
body .gform_wrapper ul li.gfield .ginput_container_date
{
	max-height:none !important;
}
	.mlogo
	{
		display:inline-block;
	}
	.dlogo
{
	display:none;
}
}
li.gfield.readonly input, li.gfield.readonly select { pointer-events: none;} 
@supports (-ms-ime-align: auto) {
	@media all and (min-width:768px) {
		.col-sm-6 {
			width: 49.8%;
		}
	}
	.col-sm-4 {
		width: 33.13%;
	}

}
	