/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
body {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
}
.wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 108px;
    transition: 0.25s ease-in-out;
}
.container {
	max-width:1310px;
	margin:0 auto;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

/* --------- HEADER HERE ---------*/
.header {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.25s ease-in-out;
}
.header .container {
    max-width: 1620px;
}
.logo {
    width: 362px;
}
.logo img {
    display: block;
    max-width: 100%;
	height: auto;
}
.header_content {
    height: 110px;
    transition: 0.25s ease-in-out;
}
.social_links {
    display: flex;
    align-items: center;
}
.social_links h6 {
    color: #000000;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 34px;
}
.social_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.social_links ul li {
    margin-right: 35px;
}
.social_links ul li img {
    display: block;
    height: 38px;
}
.social_links ul li svg {
    display: block;
    height: 38px;
    width:auto;
}

.social_links ul li svg path {
    fill: #000000;
    transition: 0.15s ease-in;
}
.social_links ul li svg polygon {
    fill: #000000;
    transition: 0.15s ease-in;
}
.social_links ul li a.YouTube:hover svg path {
    fill: #ff0000;
}
.social_links ul li a.YouTube:hover svg polygon {
    fill: #ff0000;
}
.social_links ul li a.fb:hover svg path {
    fill: #4267B2;
}
.social_links ul li a.insta:hover svg path {
    fill: #C13584;
}
.social_links ul li a.twt:hover svg path {
    fill: #1DA1F2;
}
.right_h {
    display: flex;
    align-items: center;
}
.book_btn {
    padding: 0 42px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-right: 36px;
}
.menubtn {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 999999;
}
.menubtn:hover strong {
    color: #ff6a00;
}
.menubtn:hover #nav-icon3 span {
    background: #ff6a00;
}
.menuopen .menubtn strong {
    color: #ffffff;
}
.menuopen .menubtn #nav-icon3 span {
    background: #ffffff;
}
.menubtn strong {
    color: #000000;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 16px;
    transition: .25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 {
    width: 42px;
    height: 34px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 8px;
  width: 100%;
  background: #000000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3.open span {
    background: #ffffff;
}
#nav-icon3 span:nth-child(1) {
    top: 0;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 13px;
}
#nav-icon3 span:nth-child(4) {
    top: 26px;
}
#nav-icon3.open span:nth-child(1) {
  top: 26px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 26px;
  width: 0%;
  left: 50%;
}
.sticky .header {
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.sticky .header_content {
    height: 80px;
}
.sticky .wrapper {
    padding-top: 78px;
}



/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.header nav {
    overflow: auto;
    text-align: center;
}
.header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header nav ul li {
    padding: 15px 0;
}
.header nav ul li a {
    color: #000000;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    padding: 0 25px;
    text-transform: uppercase;
    text-decoration: none;
}
.header nav ul li a:hover {
    color: #fefefe;
}
.header nav ul li.current-menu-item a {
    color: #fefefe;
}
.header nav {
    background: rgba(255,106,0,0.98);
    height: 100vh;
    min-height: 250px;
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform: perspective(500px) rotateX(-20deg);
    -moz-transform: perspective(500px) rotateX(-20deg);
    -webkit-transform: perspective(500px) rotateX(-20deg);
    -webkit-transition: -webkit-transform 0.4s;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    left: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
	overflow: auto;
}
.mainnav > ul {
	padding: 20px 0;
}
.menuopen .header nav {
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: all 0.4s;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}
.menuopen {
    overflow: hidden;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
main {
    display: block;
}
.main_content {
    
}
.home_hero {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.home_hero:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    background-image: linear-gradient(to bottom, #0000005e, transparent);
}
.videobg video {position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  border: 0;}
.home_hero .caption {
    min-height: calc(100vh - 108px);
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 40;
}
.backbg {
    display: none !important;
}
.backbgbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}
.btn_box .btn:not(:first-child) {
    margin-left: 22px;
}
.home_hero .caption h1 {
    color: #fefefe;
}
.home_hero .caption p {
    color: #fefefe;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.2px;
    margin-bottom: 28px;
}
.home_hero .caption .btn {
    min-width: 304px;
}
.home_hero .caption h6 {
    color: #fefefe;
}
.welcome_bar {
    margin-bottom: 108px;
}
.welcome_bar .content {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 245px;
    padding-right: 245px;
    min-height: 112px;
}
.welcome_bar .content h5 {
    color: #ababab;
    text-align: center;
}
.welcome_bar .content h5 strong {
    color: #000000;
    font-weight: 700;
}
.welcome_bar .content .hg_logo {
    width: 200px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
.welcome_bar .content .hg_logo img {
    display: block;
    max-width: 295px;
    max-height: 105px;
}
.welcome_bar .content .btn-link {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
}
.section_title {
    text-align: center;
}
.section_title h3 {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    margin-bottom: 30px;
    z-index: 20;
}
.section_title h3 strong {
    position: relative;
    z-index: 40;
}
.section_title h3:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 22px;
    background: #ffb47f;
    z-index: 20;
}
.section_title p {
    color: #000000;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.2px;
}
.as_featured {
    padding-bottom: 88px;
}
.as_featured .section_title {
    padding-bottom: 18px;
}
.as_featured .section_title h3 {
    margin-bottom: 0;
}
.as_featured ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}
.as_featured ul li {
    flex: 0 0 21%;
    max-width: 21%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    padding: 0 15px;
}
.as_featured ul li img {
    display: block;
    max-width: 100%;
}
.our_services {
    padding-bottom: 100px;
}
.service_list {
    margin: 0 -28px;
    padding-top: 70px;
}
.service_list [class*=col-] {
    padding: 0 28px;
    margin-bottom: 60px;
}
.service_box {
    
}
.service_box a {
    display: block;
    text-decoration: none;
    transition: 0.15s ease-in;
}
.service_box figure {
    margin: 0;
    height: 365px;
}
.service_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_box h4 {
    display: flex;
    align-items: center;
    height: 80px;
    background: #ff6a00 url('../images/rightarrow.png') no-repeat right 30px center;
    color: #ffffff;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 24px;
    padding-right: 80px;
    transition: 0.15s ease-in;
}
.service_box a:hover {
    box-shadow: 0 0 40px rgba(255,106,0,0.2);
}
.service_box a:hover h4 {
    background-color: #ec6200;
}
.your_pain_wrapper {
    padding-top: 134px;
    padding-bottom: 46px;
}
.your_pain_block {
    padding-top: 126px;
}
.your_pain_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.your_pain_block ul li {
    margin-bottom: 52px;
}
.your_pain_block ul li .btn {
    width: 100%;
}
.pain_points {
    width: 486px;
    margin: 0 auto;
    position: relative;
    top: -5px;
}
.pain_points figure {
    margin: 0;
    pointer-events: none;
}
.pain_points figure img {
    display: block;
    max-width: 100%;
    pointer-events: none;
    width:100%;
    height:auto;
}
.p_point {
    display: block;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    pointer-events: all;
    transition: 0.15s ease-in;
    z-index: 20;
}
.p_point:hover {
    animation: pulse-animation 1.5s infinite;
    animation-delay: 0.2s;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255,106,0,0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255,106,0,0);
  }
}
.p_point:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #ff6a00;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pain_points .point_1 {
    position: absolute;
    top: 50px;
    left: 205px;
}
.pain_points .point_2 {
    position: absolute;
    top: 20px;
    left: 245px;
}
.pain_points .point_3 {
    position: absolute;
    top: 120px;
    left: 105px;
}
.pain_points .point_4 {
    position: absolute;
    top: 100px;
    left: 285px;
}
.pain_points .point_5 {
    position: absolute;
    top: 125px;
    right: 140px;
}
.pain_points .point_6 {
    position: absolute;
    top: 48px;
    left: 60px;
}
.pain_points .point_7 {
    position: absolute;
    top: 315px;
    right: 160px;
}
.pain_points .point_8 {
    position: absolute;
    top: 445px;
    right: 130px;
}
.testimonial_wrapper {
    padding-top: 150px;
    padding-bottom: 180px;
}
.testimonial_wrapper .section_title .btn_box .btn {
    padding: 0 22px;
    min-width: 1px;
}
.slick-slide {
    outline: none !important;
}
.testimonial_carousel .slick-slide {
    padding: 18px;
}
.testimonial_carousel .testimonial_block {
    background: #f0f1f1;
    padding: 32px 30px 60px;
    position: relative;
    min-height: 342px;
}
.testimonial_carousel .testimonial_block:after {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.testimonial_carousel .slick-slide:nth-child(even) .testimonial_block:after {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.testimonial_carousel .slick-slide:nth-child(even) .t_avt {
    background: #ab47bc;
}
.star_rating {
    margin-bottom: 18px;
}
.star_rating ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.star_rating ul li {
    margin-right: 4px;
}
.star_filled {
    display: block;
    width: 26px;
    height: 26px;
    background: url('../images/star.png') no-repeat center center;
    background-size: 100% auto;
}
.t_user {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 40;
}
.t_avt {
    display: block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    background: #67a037;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 12px;
    overflow: hidden;
}
.t_user h6 {
    color: #000000;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    position: relative;
    top: -1px;
}
.t_avt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_carousel .testimonial_block blockquote {
    margin-bottom: 18px;
}
.testimonial_carousel {
    margin: 0 -18px;
}
.slick-prev {
    width: 60px;
    height: 30px;
    background: url('../images/leftarrow_b.png') no-repeat center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
}
.slick-next {
    width: 60px;
    height: 30px;
    background: url('../images/rightarrow_b.png') no-repeat center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
}
.testimonial_carousel .slick-prev {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 30px;
    margin-left: -46px;
}
.testimonial_carousel .slick-next {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 30px;
    margin-left: 46px;
}
.slick-disabled {
    opacity: 0.2;
    cursor: default !important;
}
.section_title .btn {
    height: 65px;
    margin-bottom: 8px;
}
.section_title [class*=btn-outline-] {
    line-height: 59px;
}
.resources_list {
    
}
.resource_block {
    background: #ff6a00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    text-align: center;
    min-height: 456px;
    position: relative;
}
.resource_block a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 60;
}
.resource_block .r_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding: 5px;
    position: relative;
    z-index: 40;
    margin-bottom: 15px;
}
.resource_block .r_icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.resource_block h5 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.38;
}
.resource_block.blog h5 {
    position: relative;
    line-height: 1.9;
    z-index: 40;
}
.resource_block.blog:after {
    display: block;
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.resources_list .resource_block:nth-child(2) {
    background: #ff964c;
}
.resources_list .resource_block:nth-child(3) {
    background: #ff8026;
}
.resources_list .resource_block:nth-child(4) {
    background: #ff964c;
}
.resources_list .resource_block:nth-child(5) {
    background: #ff964c;
}
.resources_list .resource_block:nth-child(6) {
    background: #ff8026;
}
.resources_list .resource_block:nth-child(7) {
    background: #ff964c;
}
.resources_list .resource_block:nth-child(8) {
    background: #ff6a00;
}
.resources_list .resource_block.blog {
    background: #000000;
	background-position:center;
}
.resources_wrapper .section_title {
    padding-bottom: 28px;
}
.btm_highlighthero {
    position: relative;
}
.btm_highlighthero h3 {
    color: #ffffff;
    padding-bottom: 22px;
}
.btm_highlighthero p {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.2px;
    margin-bottom: 44px;
}
.btm_highlighthero .caption {
    min-height: 686px;
    padding: 40px 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 40;
}
.btm_highlighthero:after {
    display: block;
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal-content {
    border: none;
    background: #ffffff;
    box-shadow: none;
    border-radius: 0;
}
.modal-header {
    display: block;
    border-bottom: 1px solid #c2c2c2;
    padding: 26px 62px;
}
.modal-header h4 {
    color: #000000;
    font-size: 51px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
}
.modal-header h6 {
    color: #000000;
    font-size: 29px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: normal;
}
.type_list {
    
}
.type_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.type_list ul li {
    padding-bottom: 3px;
}
.type_list ul li a {
    color: #000000;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
}
.type_list ul li a:hover {
    color: #ec6200;
}
.modal-body {
    padding: 42px 62px 54px;
}
.modal-backdrop.show {
    opacity: 0.6;
}
.modal-backdrop {
    z-index: 9999;
}
.modal {
    z-index: 999999;
}
.about_hero {
    position: relative;
    padding-top: 75px;
}
.about_hero:after {
    display: block;
    content: "";
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.about_hero .caption {
    position: relative;
    z-index: 40;
}
.about_hero .caption h1 {
    color: #fefefe;
}
.about_hero .caption p {
    color: #fefefe;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    margin-bottom: 25px;
}
.about_hero .caption .btn {
    padding: 0 32px;
    margin-bottom: 72px;
    min-width: 160px;
}
.page-id-13 iframe {
  width: 100%;
  height: 430px;
}
.video_box_view {
	width:100% !important;
	max-width: 848px !important;
	line-height: 0 !important;
}
.video_box {
    width: 848px;
    margin: 0 auto;
    position: relative;
    border-bottom: 11px solid #ff6a00;
    z-index: 40;
}
.video_box:after {
    display: block;
    content: "";
    background: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video_box img {
    display: block;
    width: 100%;
}
.play_btn {
    position: absolute;
    background: url('../images/play_btn.png') no-repeat center center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: 0.15s ease-in;
}
.play_btn:hover {
    opacity: 0.8;
}
.about_hero .video_box {
    margin-bottom: -265px;
}
.info_wrapper {
    padding-top: 386px;
    padding-bottom: 248px;
}
.info_block:nth-child(odd) {
    flex-direction: row-reverse;
}
.info_block {
    margin: 0 -62px;
}
.info_block [class*=col-] {
    padding: 0 62px;
    margin-bottom: 116px;
}
.info_block h4:before {
    display: block;
    content: "";
    width: 86px;
    height: 7px;
    background: #cccccc;
    margin-bottom: 26px;
}
.info_block .content {
    padding-top: 42px;
}
.info_block .ab_pic figure {
    margin: 0;
    border-bottom: 12px solid #ff6a00;
    height: 452px;
}
.info_block .ab_pic figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view_link {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 28px;
    background: url('../images/miniarrow.png') no-repeat right 1px center;
}
.view_link:hover {
    color: #000000;
    text-decoration: underline;
}
.info_wrapper .section_title {
    margin-bottom: 130px;
}
.info_block_wrapper {
    padding-bottom: 40px;
}
.our_team {
    padding-top: 26px;
    padding-bottom: 105px;
    position: relative;
}
.our_team:before {
    display: block;
    content: "";
    background: #f0f1f1;
    position: absolute;
    top: -218px;
    left: 0;
    width: 100%;
    height: 218px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.our_team .section_title {
    margin-bottom: 48px;  
}
.our_team_list {
    margin: 0 -30px;
}
.our_team_list [class*=col-] {
    padding: 0 30px;
    margin-bottom: 65px;
}
.team_box {
    position: relative;
    overflow: hidden;
    transition: 0.15s ease-in;
}
.team_box figure {
    margin: 0;
}
.team_box figure img {
    display: block;
    width: 100%;
}
.team_box .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 14px 18px;
    padding-top: 10px;
}
.team_box .title h5 {
    color: #f4f5f5;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 40;
    text-transform: none;
}
.team_box .title h5 em {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.team_box .title:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: rgba(255,106,0,0.5);
    -moz-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
}
.team_box .title:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #ff6a00;
    -moz-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
    z-index: 20;
}
.team_box a {
    display: block;
}
.team_box:hover {
    box-shadow: 0 0 40px rgb(255,106,0,0.15);
}
.inner_hero {
    position: relative;
    padding-top: 75px;
    min-height: 674px;
}
.inner_hero:after {
    display: block;
    content: "";
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.inner_hero .caption {
    position: relative;
    z-index: 40;
}
.inner_hero .caption h1 {
    color: #fefefe;
}
.inner_hero .caption p {
    color: #fefefe;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.44;
    margin-bottom: 25px;
}
.inner_hero .caption .btn {
    padding: 0 32px;
    margin-bottom: 72px;
    min-width: 160px;
}
.news_list_wrapper {
    margin-top: -252px;
    position: relative;
    padding-bottom: 150px;
    z-index: 40;
}
.news_list {
    
}
.news_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news_list ul li {
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(1,2,2,0.2);
    padding: 48px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 8px solid #ff6a00;
}
.news_list ul li figure {
    flex: 0 0 402px;
    max-width: 402px;
    height: 402px;
    margin: 0;
    margin-right: 42px;
}
.news_list ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list ul li .content {
    flex: 1;
    padding-bottom: 42px;
    position: relative;
}
.news_list ul li .title {
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 16px;
}
.news_list ul li h4 {
    color: #000000;
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
    padding-bottom: 6px;
    margin-top: -14px;
}
.news_list ul li h4 a {
    color: #000000;
    text-decoration: none;
}
.news_list ul li h4 a:hover {
    text-decoration: underline;
}
.news_list ul li h5 {
    color: #000000;
    font-size: 29px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: none;
    padding-bottom: 10px;
}
.news_list ul li h5 a{color: #000000; text-decoration:none;}
.news_list ul li h6 {
    color: #000000;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 18px;
}
.news_list ul li h6.loc {
    padding-left: 18px;
    background: url('../images/loc_icon.png') no-repeat left 6px;
}
.news_list ul li p {
    color: #6c6c6c;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.36;
}
.news_list ul li .content .read_more {
    position: absolute;
    left: 0;
    bottom: -5px;
} 
.read_more {
    display: inline-block;
    color: #ff6a00;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 42px;
    background: url('../images/arrow_or.png') no-repeat right 1px center;
}
.read_more:hover {
    color: #ff6a00;
    text-decoration: underline;
}
.book_hero {
    min-height: 460px;
}
.book_hero:after {
    background: rgba(0,0,0,0.6);
}
.book_appointment {
    padding-bottom: 142px;
}
.book_form {
    background: #ffffff;
    position: relative;
    z-index: 40;
    margin-top: -135px;
    padding: 55px 58px;
}
.form_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.form_wrapper .form_sideblock {
    flex: 0 0 396px;
    max-width: 396px;
    margin-right: 48px;
    position: relative;
}
.form_wrapper .form_sideblock img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form_sideblock .title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    padding: 36px 40px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.form_sideblock .title .loc_link {
    margin-right: auto;
}
.form_sideblock .title h4 {
    color: #fefefe;
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
    padding-bottom: 20px;
}
.form_wrapper .form_content {
    flex: 1;
}
.form_content .btn-xl {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.loc_link {
    display: inline-block;
    background: url('../images/arrow_or.png') no-repeat right 1px center;
    background-size: 25px auto;
    color: #ff6a00;
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    text-decoration: none;
    padding-right: 38px;
}
.loc_link:hover {
    color: #ff6a00;
    text-decoration: underline;
}
.form_info {
    padding-top: 38px;
}
.form_info p {
    color: #000000;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 34px;
}
.form_info p a {
    color: #ff6a00;
    text-decoration: underline;
}
.form_info p a:hover {
    color: #ff6a00;
    text-decoration: none;
}
.call_link {
    display: inline-block;
    background: url('../images/phoneicon.png') no-repeat left center;
    color: #ff6a00;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 35px;
}
.call_link:hover {
    color: #ff6a00;
    text-decoration: none;
}
.caseinfo_wrapper {
    padding-bottom: 184px;   
}
.caseinfo {
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(1,2,2,0.2);
    border-bottom: 8px solid #ff6a00;
    padding: 54px 50px 64px;
    margin-top: -256px;
    position: relative;
    z-index: 40;
}
.caseinfo .title {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 16px;
}
.location {
    background: url('../images/loc_icon.png') no-repeat left 6px;
    color: #000000;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 18px;
}
.caseinfo p {
    color: #6c6c6c;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.2px;
    margin-bottom: 28px;
}
.grid_pic {
    margin: 0 -20px;
    padding-top: 18px;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}
.grid_pic [class*=col-] {
    padding: 0 20px;
    margin-left: 0 !important;
    margin-bottom: 40px;
}
.grid_pic figure {
    margin: 0;
}
.grid_pic figure img {
    display: block;
    width: 100%;
}
.case_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.case_links .btn {
    min-width: 160px;
}
.page_links {
    display: flex;
    align-items: center;
}
.page_links .prev {
    background: url('../images/prevarrow_or.png') no-repeat 1px center;
    color: #ff6a00;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding-left: 34px;
    margin-right: 52px;
}
.page_links .prev:hover {
    text-decoration: underline;
}
.page_links .next {
    background: url('../images/nextarrow_or.png') no-repeat right 1px center;
    color: #ff6a00;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding-right: 34px;
}
.page_links .next:hover {
    text-decoration: underline;
}
.more_case_wrapper {
    padding-top: 168px;
    padding-bottom: 166px;
}
.more_case_wrapper .title {
    
}
.more_case_wrapper h4 {
    color: #ffffff;
    padding-bottom: 58px;
}
.more_case_carousel {
    margin: 0 -32px;
}
.more_case_carousel .slick-slide {
    padding: 0 32px;
}
.case_box {
    position: relative;
}
.case_box figure {
    margin: 0;
}
.case_box figure img {
    display: block;
    width: 100%;
}
.case_box .content {
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20;
    padding: 38px 45px;
    padding-top: 28px;
}
.case_box .content:before {
    display: block;
    content: "";
    background: #ffffff;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: -22px;
    -moz-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    transform: skewY(-4deg);
    z-index: -1;
}
.case_box .content h5 {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 6px;
}
.case_box .content h6 {
    font-size: 29px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
}
.case_box .content .read_more {
    font-size: 20px;
    padding-right: 30px;
    background: url('../images/nextarrow_or.png') no-repeat right 1px center;
}
.case_box .content .location {
    margin-bottom: 10px;
}
.more_case_carousel .slick-prev {
    background: url(../images/prevarrow_w.png) no-repeat center center;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0,-50%);
}
.more_case_carousel .slick-next {
    background: url(../images/nextarrow_w.png) no-repeat center center;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0,-50%);
}
.location_hero {
    min-height: 512px;
    padding-top: 105px;
}
.location_hero:after {
    background: rgba(0,0,0,0.6);
}
.locations_wrapper {
    padding-top: 116px;
    padding-bottom: 76px;
}
.location_list {
    
}
.location_list h3 {
    color: #000000;
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: none;
    text-align: center;
    padding-bottom: 38px;
}
.location_list [class*=col-] {
    padding: 0 32px;
}
.location_list .map_loc {
    border-bottom: 8px solid #ff6a00;
    margin-bottom: 12px;
}
.location_list .map_loc iframe {
    display: block;
    width: 100%;
    height: 108px;
}
.rating_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.star_rating.mini {
    margin-bottom: 0;
}
.star_rating.mini .star_filled {
    width: 24px;
    height: 24px;
    background: url('../images/ministar.png') no-repeat center center;
}
.star_rating.mini ul li {
    margin-right: 1px;
}
.review_link {
    color: #000000;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    text-decoration: none;
}
.review_link:hover {
    color: #ff6a00;
    text-decoration: none;
}
.location_list address {
    color: #000000;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2px;
}
.location_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
}
.location_list ul li {
    color: #000000;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2px;
}
.location_list ul li a {
    color: #000000;
    text-decoration: none;
}
.location_list ul li a:hover {
    color: #000000;
    text-decoration: underline;
}
.direction_link {
    display: inline-block;
    background: url('../images/direction_icon.png') no-repeat right 1px center;
    color: #2457a9;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.66;
    padding-right: 26px;
}
.location_list [class*=col-] {
    margin-bottom: 42px;
}
.research_hero {
    min-height: 496px;
    padding-top: 102px;
	background-position:center;
}
.research_hero:after {
    background: rgba(0,0,0,0.45);
}
.page_info {
    padding-top: 84px;
    padding-bottom: 140px;
}
.page_info .content {
    padding-right: 60px;
}
.page_info .content h4 {
    color: #000000;
    font-size: 33px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    line-height: 1.21;
    text-transform: none;
    letter-spacing: 0.2px;
    padding-bottom: 32px;
}
.page_info .content p {
    color: #000000;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.46;
    letter-spacing: 0.2px;
    margin-bottom: 32px;
}
.page_info .content p a {
    color: #2457a9;
    text-decoration: underline;
}
.page_info .content p a:hover {
    color: #2457a9;
    text-decoration: none;
}
.page_info .sidebar {
    padding-left: 40px;
}
.page_info .content ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: my-counter;
}
.page_info .content ol li {
    color: #000000;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.2px;
    counter-increment: my-counter;
}
.page_info .content ol li:before {
    display: inline;
    content: counter(my-counter)") ";
    color: #000000;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.46;
    letter-spacing: 0.2px;
}
.page_info .content ol li a {
    color: #2457a9;
    text-decoration: underline;
}
.page_info .content ol li a:hover {
    color: #2457a9;
    text-decoration: none;
}
.appointment_form {
    background: #ffffff;
    box-shadow: 0 5px 14px rgba(1,2,2,0.15);
    padding: 0 20px 22px;
}
.appointment_form .form-group {
    margin-bottom: 12px;
}
.appointment_form h4 {
    background: #000000;
    margin: 0 -20px;
    padding: 25px 20px;
    padding-top: 22px;
    color: #ffffff;
    font-size: 33px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: none;
    text-align: center;
    margin-bottom: 20px;
}
.appointment_form .btn {
    display: block;
    width: 100%;
    height: 80px;
    font-family: 'Oswald', sans-serif;
    line-height: 80px;
}
.appointment_form textarea.form-control {
    height: 200px;
}
.publication_wrapper {
    padding-top: 134px;
    padding-bottom: 95px;
}
.publication_accordion {
    padding-bottom: 60px;
}
.publication_accordion h4 {
    color: #ffffff;
    font-size: 51px;
    text-align: center;
    padding-bottom: 54px;
}
.accordion {
    
}
.accordion .card {
    background: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}
.accordion>.card>.card-header {
    padding: 15px 44px;
    padding-right: 120px;
    min-height: 110px;
    display: flex;
    align-items: center;
    background: none;
    margin: 0;
}
.accordion>.card>.card-header h5 {
    width: 100%;
    color: #000000;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.46;
    text-transform: none;
    padding-bottom: 0;
    position: relative;
}
.accordion>.card>.card-header h5.collapsed:after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion>.card>.card-header h5:after {
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background: url('../images/accarrow.png') no-repeat center center;
    background-size: 32px auto;
    transition: 0.05s ease-in;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -18px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card-body {
    color: #000000;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.46;
    padding: 30px 44px;
}
.card-body p {
    color: #000000;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.46;
}
.card-body p:last-child {
    margin-bottom: 0;
}
.inner_hero.mini {
    min-height: 1px;
    padding: 0;
}
.inner_hero.mini:after {
    background: rgba(0,0,0,0.6);
}
.inner_hero.mini .caption {
    min-height: 458px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inner_hero.mini .caption .btn {
    margin-bottom: 0;
}
.our_services_info {
    padding-top: 145px;
    padding-bottom: 6px;
}
.info_block .content .btn_box {
    justify-content: flex-start;
}
.info_block .content .btn_box .btn {
    margin-right: 26px;
}
.case_link {
    display: inline-block;
    padding-right: 26px;
    background: url('../images/miniarrow.png') no-repeat right 1px center;
    color: #000000;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.case_link:hover {
    color: #000000;
    text-decoration: underline;
}
.get_started {
    padding-top: 128px;
    padding-bottom: 100px;
}
.get_started h3 {
    color: #ffffff;
    padding-bottom: 24px;
}
.get_started p {
    color: #ffffff;
}
.gs_list {
    margin: 0 -32px;
    padding-top: 54px;
}
.gs_list [class*=col-] {
    padding: 0 32px;
    margin-bottom: 65px;
}
.gs_box {
    background: #ffffff;
    min-height: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gs_box h4 {
    color: #000000;
    font-size: 33px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.26;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding-bottom: 26px;
}
.gs_box h4 em {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}
.gs_box .btn {
    min-width: 160px;
}
.inner_hero.techhero .caption {
    min-height: 475px;
}
.technology_wrapper {
    padding-top: 126px;
    padding-bottom: 84px;
}
.technologies_list {
    margin: 0 -21px;
}
.technologies_list [class*=col-] {
    padding: 0 21px;
    margin-bottom: 54px;
}
.technologies_list a {
    display: block;
    text-decoration: none;
}
.technologies_list figure {
    margin: 0;
    position: relative;
    border-bottom: 7px solid #ff6a00;
    box-shadow: 0 0 18px rgba(1,2,2,0.15);
    margin-bottom: 18px;
    transition: 0.15s ease-in;
}
.technologies_list figure:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}
.technologies_list figure img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.technologies_list h5 {
    color: #000000;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: none;
    transition: 0.15s ease-in;
}
.technologies_list a:hover figure {
    box-shadow: 0 0 18px rgba(255,106,0,0.2);
}
.technologies_list a:hover h5 {
    color: #ff6a00;
}


/*Standard styling*/
h1 {
    color: #000000;
    font-size: 100px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.04;
    padding-bottom: 30px;
}
h2 {
    color: #000000;
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.04;
    padding-bottom: 20px;
}
.single-post h2 {
  font-size: 38px;
}
h3 {
    color: #000000;
    font-size: 51px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.single-post h3 {
  font-size: 34px;
}
h4 {
    color: #000000;
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 1.04;
    text-transform: uppercase;
    padding-bottom: 18px;
}
.single-post h4 {
  font-size: 30px;
}
h5 {
    color: #000000;
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.single-post h5 {
  font-size: 26px;
}
h6 {
    color: #000000;
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1px;
}
.single-post h6 {
  font-size: 22px;
}
p {
    color: #000000;
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.32;
    letter-spacing: 0.2px;
}
blockquote {
    color: #000000;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.52;
    margin: 0;
    padding: 0;
}
li {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
	font-size: 22px;
  	line-height: 1.46;
}
.btn {
    height: 55px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 35px;
    text-align: center;
}
.btn-primary {
    color: #ffffff !important;
    background-color: #ff6a00 !important;
}
.btn-primary:hover {
    background-color: #ec6200 !important;
    box-shadow: 0 4px 10px rgba(255,106,0,0.4);
}
.btn-md {
    height: 68px;
    line-height: 68px;
}
.btn-outline-light {
    background-color: transparent;
    color: #ffffff !important;
    border: 3px solid #ffffff;
}
.btn-outline-light:hover {
    background-color: rgba(255,255,255,0.2);
}
[class*=btn-outline-].btn-md {
    line-height: 62px;
}
.bg-light {
    background-color: #f0f1f1 !important;
}
.btn-link {
    color: #ff6a00;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-link:hover {
    color: #ff6a00;
    text-decoration: underline;
}
.btn-lg {
    height: 85px;
    line-height: 85px;
}
.btn-more {
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.2px;
    text-align: left;
    padding-left: 28px;
    padding-right: 70px;
    background-image: url('../images/rightarrow.png');
    background-repeat: no-repeat;
    background-position: right 25px center;
}
.btn-outline-dark {
    color: #000000 !important;
    background-color: transparent !important;
    border: 3px solid #000000;
}
.btn-outline-dark:hover {
    background-color: rgba(0,0,0,0.1) !important;
}
a {
    transition: 0.15s ease-in;
}
.btn-icon {
    height: 65px;
    line-height: 65px;
    padding: 0 35px;
}
.btn-icon img {
    position: relative;
    top: -2px;
    margin-left: 8px;
}
[class*=btn-outline-].btn-icon {
    line-height: 59px;
}
.modal-lg {
    max-width: 908px;
}
.btn-sm {
    height: 64px;
    line-height: 64px;
    padding: 0 35px;
}
.form-group {
    margin-bottom: 36px;
}
.form-control {
    display: block;
    width: 100%;
    height: 80px;
    background: #ffffff !important;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0 22px !important;
    color: #000000;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 78px;
}
textarea.form-control {
    height: 146px;
    line-height: normal;
    padding: 20px 22px !important;
    resize: none;
}
.std_select {
    display: block;
    width: 100%;
    height: 80px;
    background: #ffffff url('../images/downarrow.png') no-repeat right 22px center !important;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    padding: 0 22px !important;
    padding-right: 45px !important;
    color: #848484;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 78px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #848484 !important;
    opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #848484 !important;
    opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #848484 !important;
    opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #848484 !important;
    opacity: 1 !important;
}
.btn-xl {
    height: 80px;
    line-height: 80px;
}
.bg-primary {
    background-color: #ff6a00 !important;
}

/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    background: #000000;
    padding-top: 142px;
}
.footer .container {
    max-width: 1580px;
}
.top_footer {
    padding-bottom: 146px;
}
.top_footer .content {
    display: flex;
    flex-wrap: wrap;
}
.top_footer .footer_left {
    flex: 0 0 71%;
    max-width: 71%;
}
.top_footer .footer_right {
    flex: 0 0 29%;
    max-width: 29%;
}
.footer_logo {
    width: 336px;
    margin-bottom: 80px;
}
.footer_logo img {
    display: block;
    max-width: 100%;
	height: auto;
}
.footer h5 {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.footer_links {
    display: flex;
    flex-wrap: wrap;
}
.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    margin-bottom: 12px;
}
.footer_links ul li a {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.36;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.footer_links ul li a:hover {
    color: #ff6a00;
}
.copyright_box .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright_box .content p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
.copyright_box .content p a {
    color: #ffffff;
    text-decoration: none;
}
.copyright_box .content p a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.copyright_box .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.copyright_box .content ul li {
    margin-left: 38px;
}
.copyright_box .content ul li a {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
.copyright_box .content ul li a:hover {
    color: #ff6a00;
}
.footer_links .footer_col1 {
    flex: 0 0 34%;
    max-width: 34%;
}
.footer_links .footer_col2 {
    flex: 0 0 36%;
    max-width: 36%;
}
.footer_links .footer_col3 {
    flex: 0 0 30%;
    max-width: 30%;
}
.newsletter_box {
    
}
.newsletter_box h5 {
    
}
.newsletter_box .form-group {
    
}
.newsletter_box .form-control {
    display: block;
    width: 100%;
    height: 68px;
    background: #f0f1f1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #000000;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 68px;
    padding: 0 20px;
}
.newsletter_box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000 !important;
    opacity: 1 !important;
}
.newsletter_box ::-moz-placeholder { /* Firefox 19+ */
    color: #000000 !important;
    opacity: 1 !important;
}
.newsletter_box :-ms-input-placeholder { /* IE 10+ */
    color: #000000 !important;
    opacity: 1 !important;
}
.newsletter_box :-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;
    opacity: 1 !important;
}
.footer .social_links {
    margin-bottom: 90px;
}
.footer .social_links ul li svg path {
    fill: #ffffff;
}
.newsletter_box h5 {
    padding-bottom: 22px;
}
.newsletter_box .form-group {
    margin-bottom: 20px;
}
.newsletter_box .btn {
    float: right;
    margin-top: 2px;
}
.form-submit {
    font-size: 22px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
    background-image: url('../images/rightarrow.png');
    background-repeat: no-repeat;
    background-position: right 32px center !important;
    background-size: 30px auto;
    padding-left: 30px !important;
    padding-right: 75px !important;
    text-align: left;
}
.copyright_box {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 58px 0;
}

/* ---------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #000000;
	text-decoration:none;
}
.footer a[href^=tel] {
	color: #ffffff;
	text-decoration:none;
}
	
	
/* ---------------------------------------------------------*/


.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }

  .youtube-player .play {
    height: 62px;
    width: 65px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('../images/play_btn.png') no-repeat center center;
    cursor: pointer;
    z-index: 20;
    transition: 0.15s ease-in;
  }
  .youtube-player .play:hover{  
      opacity: 0.8;
  }
  
 
.copyright_box .content ul li.current-menu-item a {
    color: #ff6a00;
}
.footer_links ul li.current-menu-item a {
    color: #ff6a00;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-size: 13px;
    margin: 0 0;
}
.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding-top: 4px;
}
.wpcf7-response-output {
    border: none !important;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 8px !important;
}
.wpcf7-form {
    position: relative;
}
.wpcf7 .ajax-loader {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}
.wp-block-image img {
    height: auto;
}
.newsletter_box .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    padding-top: 1px;
}
.newsletter_box .wpcf7-form:after {
    display: block;
    content: "";
    clear: both;
}
.newsletter_box .wpcf7-response-output {
    color: #ffffff;
}
.appointment_form .wpcf7-not-valid-tip {
    padding-top: 0px;
    margin-top: -3px;
}
.page-id-13 .info_wrapper {
    padding-bottom: 20px;
}
#wpadminbar{display:none;}
.footer_right .social_links ul li svg polygon{
   fill:#fff;
 }
 ul.blocks-gallery-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.blocks-gallery-grid li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #f3f3f3;
}
ul.blocks-gallery-grid li img {
    width: 100%;
    height: auto;
}
ul.blocks-gallery-grid li:nth-child(2n) {
    margin-right: 0;
}
.single-post h1 {
	line-height:1.4;
	font-size: 70px !important;
}
video {
    max-width: 100%;
}
.blog .inner_hero {
	padding-top: 100px !important;
}
.page-id-958 .text-center.caption .btn.btn-primary, .page-id-23 .btn.btn-primary, .more_case_wrapper.bg-primary {
    display: none;
}
.inner_hero {
    background-size: cover;
}
.has-full-width-content .footer-nav-widgets-wrapper.header-footer-group {
  display: none;
}
.page-id-3534 .container-fluid {
	max-width: 1310px;
	margin: 0 auto;
}
.coterieimg {
  max-width: 70px;
  max-height: 70px;
  float: right;
}
.as_featured .section_title, section#resources {
    display: none;
}
.single-post .col-lg-8.content li {
  font-size: 22px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: .2px;
}
.single-post .research_hero {
	min-height: 335px;
	padding-top: 82px;
	padding-bottom: 77px;
}
:root {
    margin-top: 0 !important;
}
.single-post .sidebar_links ul {
  list-style: none;
  margin-left: 0;
}
.book_now_link {
  display: inline-block;
  background: url(../../../../../../../../themes/theradynamics-child-theme/assets/images/direction_icon.png) no-repeat right 1px center;
  color: #2457a9;
  font-size: 18px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
  line-height: 1.66;
  padding-right: 26px;
}
.home_hero .btn_box {
  display: none;
}
.page_info div {
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.46;
    letter-spacing: .2px;
}
.single-post .attachment-large.size-large {
  object-fit: cover;
  padding: 0 10px;
  max-height: 350px;
  margin-bottom: 50px;
  margin-top: 25px;
  width: 50%;
  float: left;
}
.page-id-4277 .sidebar {
  display: none;
}
.page-id-4277 .page_info .col-lg-8.content {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.page-id-4277 .inner_hero .caption .btn {
	display:none;
}
.book_btn.refer_btn {
  border-left: none;
  padding-left: 0;
}
.refer_btn .btn-primary {
  background-color: black !important;
}

/* New home Banner Section */
.trn-hero{padding: 50px 0 30px 0;background-color: var(--data-color);}
.trn-hero .trn-container{width: 100%;max-width: 1340px;margin: 0 auto;padding: 0 15px;}
.trn-content{position: relative;z-index: 1;}
/* .trn-content-wrap{right: -80px;position: relative;} */
.trn-graphic {flex-grow: 1;max-width: 100%;height: 640px;margin-top: -60px;}
.trn-form-control{margin-bottom: 20px;}
.trn-hero .trn-form-control{margin-right: -15px;}
.trn-form-control input.form-input{font-family: 'Source Sans Pro',sans-serif;width: 100%;padding: 12px;outline: none;border: 1px solid #000000;box-sizing: border-box;}
.trn-content h2{max-width:450px;width:100%;font-size:75px;line-height:1.1;font-weight: 700;color: var(--data-text-color);font-family: "Oswald", sans-serif;margin-bottom: 20px;}
.trn-content h4{font-size:26px;line-height:1.3;font-weight:400;color: var(--data-text-color);margin-bottom: 20px;}
.trn-graphic img{display:block;width: 100%;object-fit: cover;max-width: 100%;height: auto;}
.trn-btn{text-decoration: none;border:none;outline:none;background: var(--data-bg-color);color: var(--data-text-color);font-weight: 700;text-align: center;text-transform: uppercase;font-family: "Oswald", sans-serif;transition: all .15s ease-in-out;font-size: 20px;padding: 0 25px;line-height: 55px;}
.trn-btn:hover{box-shadow:0 4px 10px rgba(255, 106, 0,.4);}
.trn-graphic .videobg{position: relative!important;}
.trn-graphic .videobg video{position: absolute;top: 0;left: 0;max-width: 100%; width: 100%;height: 100%;object-fit: cover;}
.trn-graphic .videobg::after{content:""; width: 100%;display: block;padding-top: 56.25%;}

@media(max-width:1399px){
    .trn-hero{padding: 60px 0;}
}

@media(max-width:1199px){
    .trn-content h2{font-size: 60px;}
    .trn-content h4{font-size: 20px;}
    .trn-graphic {margin-left: -46px;}
}

@media (max-width:991px){
    .trn-graphic{margin-left: 0;}
    .trn-content-wrap{padding: 30px;background-color: #f0f1f1;}
    .trn-content h2 {font-size: 52px;}
    .trn-content h4 {font-size: 18px;}
    .trn-btn{font-size: 16px;line-height: 48px;}
    .trn-hero .trn-form-control{margin-right: 0px;}
}

@media (max-width:767px){
    .trn-content h2 {font-size: 40px;}
    .trn-content h4 {font-size: 16px;}
    .trn-content-wrap {padding: 16px;}
}
.name-contain input {
  width: 50%;
  float: left;
}
.trn-hero .form-control {
	height: 60px;
}
select {
  display: block;
  width: 100%;
  height: 60px;
  background: #ffffff !important;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 22px !important;
  color: #000;
  font-size: 20px;
  font-family: 'Oswald',sans-serif;
  font-weight: 700;
}
.trn-hero .form-group p {
  line-height: 0;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-md.btn-primary.form-submit {
  margin-top: -40px;
  width: 100%;
}
/* End new hero section */