/*
Theme Name: Flash Child Theme
Theme URI: http://themegrill.com/themes/flash/
Description: Child Theme for Flash
Author: ThemeGrill
Author URI: http://themegrill.com
Template: flash
Version: 1.0
*/

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/

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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
}

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900');
/* --- pe-icon-7-stroke --- */


html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}
#scroll-to-top{ display: none!important; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
    padding: 10px;
}
p{
    text-align: justify;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #333333;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to tg-container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}

p {
    margin: 0 0 20px;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}



.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #333333;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 14px;
    line-height: 13px;
    height: 36px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    transition: background 0.5s ease;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #ffffff;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:hover {
    color: #000;
}

.navbar-fixed {
    z-index: 99999;
    position: fixed;
    opacity: .98;
    width: 100%;
    top: 0;
    /*-webkit-animation: fadeInDown 1000ms!important;
    -moz-animation: fadeInDown 1000ms!important;
    -ms-animation: fadeInDown 1000ms!important;
    -o-animation: fadeInDown 1000ms!important;
    animation: fadeInDown 1000ms!important;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;*/
    border-bottom: 2px solid #CF2A28;  
}

.mobileCss{
	font-size: 24px!important; font-weight: bold; color: #fff!important; 
}
.enq{ 
	background-color: #3b3a3a;
    color: #fff!important;
    font-weight: bold;
    padding: 4px 12px 8px 12px;
	border-radius: 3px;
}
.header-top .social-menu li a{
	background-color:transparent!important;
	font-size:16px!important;
	    color: #fff!important;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.tg-container:after,
.tg-container:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
    clear: both;
}

.clear {
    clear: both;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
    /*class required for wordpress*/
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}


/*--------------------------------------------------------------
grid
--------------------------------------------------------------*/

.tg-column-wrapper {
    clear: both;
    margin-left: -3%;
}

.tg-column-wrapper .tg-column-1,
.tg-column-wrapper .tg-column-2,
.tg-column-wrapper .tg-column-3,
.tg-column-wrapper .tg-column-4,
.tg-column-wrapper .tg-column-5 {
    float: left;
    margin-left: 2%;
}

.tg-column-wrapper .tg-column-1 {
    width: 100%;
}

.tg-column-wrapper .tg-column-2 {
    width: 47%;
}

.tg-column-wrapper .tg-column-3 {
    width: 30.33%;
}

.tg-column-wrapper .tg-column-4 {
    width: 22%;
}


/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/

.flash_inherit_color div,
.flash_inherit_color div.section-description,
.flash_inherit_color h1,
.flash_inherit_color h2,
.flash_inherit_color h3,
.flash_inherit_color h3.section-title,
.flash_inherit_color h4,
.flash_inherit_color h5,
.flash_inherit_color h6,
.flash_inherit_color p,
.flash_inherit_color span,
.flash_inherit_color div.service-content-wrap,
.flash_inherit_color .entry-summary {
    color: inherit !important;
}


/*--------------------------------------------------------------
 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
common
--------------------------------------------------------------*/

.tg-container {
    width: 1300px;
    margin: 0 auto;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#primary {
    float: left;
    width: 65.5%;
}

#secondary {
    float: right;
    width: 32.22%;
}

.page-template-full-width #primary,
.page-template-pagebuilder #primary {
    width: 100%;
}

#scroll-up {
    background-color: #cf2a27;
    border-radius: 3px;
    bottom: 20px;
    color: #fff;
    display: none;
    padding: 10px 16px;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
    right: 20px;
}

.post-navigation {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.post-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-next {
    float: right;
}

.nav-next a .entry-title {
    float: left;
    margin-right: 3px;
}
.site{
    background-color: #fff;
}


/*--------------------------------------------------------------
}
Preloader CSS
--------------------------------------------------------------*/

#preloader {
    position: relative;
}

#preloader span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: #cf2a27;
    position: absolute;
    -webkit-animation: preloader 1.5s infinite ease-in-out;
    -moz-animation: preloader 1.5s infinite ease-in-out;
    -ms-animation: preloader 1.5s infinite ease-in-out;
    -o-animation: preloader 1.5s infinite ease-in-out;
    animation: preloader 1.5s infinite ease-in-out;
}

#preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

#preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

#preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

#preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: #cf2a27;
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        background: #cf2a27;
    }
    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: #cf2a27;
    }
    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: #cf2a27;
    }
}

@-moz-keyframes preloader {
    0% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: #cf2a27;
    }
    25% {
        height: 30px;
        -moz-transform: translateY(15px);
        background: #cf2a27;
    }
    50% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: #cf2a27;
    }
    100% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: #cf2a27;
    }
}

@-ms-keyframes preloader {
    0% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: #cf2a27;
    }
    25% {
        height: 30px;
        -ms-transform: translateY(15px);
        background: #cf2a27;
    }
    50% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: #cf2a27;
    }
    100% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: #cf2a27;
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #cf2a27;
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #cf2a27;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: #cf2a27;
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: #cf2a27;
    }
}
#masthead{
	position:relative;
}

#spinners {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader-background {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


/*--------------------------------------------------------------
Single page layout CSS
--------------------------------------------------------------*/

.left-sidebar #primary {
    float: right;
}

.left-sidebar #secondary {
    float: left;
}

.full-width #primary {
    float: none;
    width: 100%;
}

.full-width-center #primary {
    float: none;
    margin: 0 auto;
    width: 65.5%;
}
#google_language_translator{
    height: 34px;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.header-top {
    background-color: #cf2a27;
}

.header-top .contact-info {
    line-height: 30px;
    float: left;
    margin: 0;
}

.header-top .tg-column-2 {
    width: auto;
}

.header-top .tg-column-2:last-child {
    float: right;
}
.header-top .contact-info li a{
    color: #fff;
    text-transform: uppercase;
}
.header-top .contact-info li {
    float: left;
    font-size: 12px;
    color: #fff;
    margin-right: 30px;
    padding: 5px 0;
    list-style: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    width: 100%;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
    width: 100%;
}

.pum-theme-1452 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close{
    background-color:#cf2a27!important;  
}
.pum-theme-1452 .pum-title, .pum-theme-enterprise-blue .pum-title{
    color: #cf2a27!important;
}

.header-top .contact-info li:last-child {
    margin-right: 0;
}

.header-top .social-menu {
    line-height: 28px;
    margin: 0;
    float: right;
}
.search-icon .fa-search{
    color: #fff!important;
}
.search-icon{
    font-size: 16px!important;
}
#menu-social li:nth-child(1){
        border-left: 1px solid #fff;
}

#menu-social li:nth-child(4){
        border-right: 1px solid #fff;
}

.header-top .social-menu li {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    margin: 5px 0;
    list-style: none;
}
#searchMargin{
    margin-left: 5px!important;
}

.header-top .social-menu li:first-child {
    margin-left: 0;
}

.contact-info span {
    font-size: 14px;
    padding-right: 10px;
    color: #99a3b0;
}
#site-navigation .current-menu-item {
    background-color: #cf2a27!important;
    color: #fff !important
}
.current-menu-item .material-icons{
    color: #fff !important   
}

.small_bold{
    font-size: small;
    font-weight: bold;
}
/*-----------------Social menu-----------------*/

.social-menu li a {
    background-color: #fff;
    border-radius: 100%;
    font-size: 12px;
    font-family: fontawesome;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    color: #99a3b0;
}

.transparent .social-menu li a {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    height: auto;
    width: auto;
}

.social-menu li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.social-menu li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.social-menu li a[href*="twitter.com"]::before {
    content: "\f099";
}

.social-menu li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.social-menu li a[href*="twitter.com"]:hover {
    color: #333333;
}

.social-menu li a[href*="plus.google.com"]:hover {
    color: #333333;
}

.social-menu li a[href*="linkedin.com"]:hover {
    color: #333333;
}

.social-menu li a[href*="facebook.com"]:hover {
    color: #333333;
}

.transparent .social-menu li a[href*="twitter.com"]:hover {
    color: #99a3b0;
}

.transparent .social-menu li a[href*="facebook.com"]:hover {
    color: #99a3b0;
}

.transparent .social-menu li a[href*="plus.google.com"]:hover {
    color: #99a3b0;
}

.transparent .social-menu li a[href*="linkedin.com"]:hover {
    color: #99a3b0;
}

.transparent .social-menu li a[href*="facebook.com"],
.transparent .social-menu li a[href*="linkedin.com"],
.transparent .social-menu li a[href*="twitter.com"],
.transparent .social-menu li a[href*="plus.google.com"] {
    color: #fff;
}

.transparent .is-sticky .social-menu li a[href*="facebook.com"],
.transparent .is-sticky .social-menu li a[href*="linkedin.com"],
.transparent .is-sticky .social-menu li a[href*="twitter.com"],
.transparent .is-sticky .social-menu li a[href*="plus.google.com"] {
    color: #333333;
}


/*-----------------Logo-----------------*/

.logo {
    float: left;
    padding: 0;
}

.logo .logo-image {
    float: left;
    padding: 5px 0;
}

.logo .logo-image a img {
    padding: 0;
}

.logo .logo-text {
    float: left;
    margin-left: 12px;
    padding: 11px 0;
}

.logo .logo-text p {
    margin: 0;
}

.logo-text .site-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}

.logo-text .site-title span {
    font-weight: 700;
}
#site-navigation .current-menu-item a {
    background-color: #cf2a27!important;
    color: #fff !important
}


/*-----------------Site Navigation-----------------*/

#site-navigation {
    float: right;
}

#site-navigation .menu-toggle {
    display: none;
}

#site-navigation ul {
    margin: 0;
}


#site-navigation ul li {
    float: left;
    /*padding: 90px 25px 26px;*/
    padding: 23px 6px 23px;
    position: relative;
    border-left: 1px solid #cccccc;
    text-decoration:none;
}

#site-navigation ul li a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration:none
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a {
    color: #cf2a27;
}

#site-navigation ul li:last-child {
    padding-right: 0;
}

#site-navigation ul.sub-menu,
.menu ul li ul.children {
    background-color: #fff;
    min-width: 200px;
    padding: 0;
    position: absolute;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    right: 50%;
    top: 90%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#site-navigation ul li ul li {
  padding: 10px;
  text-align: left;
  width: 100%;
}
#site-navigation ul li ul li a{ 
    font-size: 12px!important;
    text-align: left;
}
#site-navigation ul.sub-menu li:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#site-navigation ul li:hover a i{
    color: #fff;
}

#site-navigation ul.sub-menu li:hover a {
    color: #cf2a27;
}

#site-navigation li:hover ul.sub-menu,
.menu ul li:hover > ul.children {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

#site-navigation ul li a {
    color: #3e3e3e;
    font-weight: bold;
}

#site-navigation .sub-menu li.menu-item-has-children ul,
.menu ul li ul li ul.children {
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#site-navigation .sub-menu li.menu-item-has-children ul li:hover a {
    color: #cf2a27;
}

#site-navigation .sub-menu li.menu-item-has-children ul li a {
    color: #4c5867;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover ul,
.menu ul li ul li:hover ul.children {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.sub-toggle {
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#site-navigation ul li.menu-item-has-children:hover > .sub-toggle {
    color: #cf2a27;
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.transparent.header-sticky #masthead-sticky-wrapper.is-sticky #site-navigation ul li.current-flash-item a,
#site-navigation ul li.current-flash-item a {
    color: #cf2a27;
}

.header-bottom {
    background: #fff;
}


/*-----------------Header Search and Cart-----------------*/
/*
.header-bottom .search-wrap {
    float: right;
    padding: 20px 0 20px 40px;
    position: absolute;
    top: -15px;
    right: 151px;
}*/

.transparent.header-sticky .search-icon:hover,
.transparent .search-icon:hover,
.header-bottom .search-icon:hover {
    /*border-color: #cf2a27;
    color: #cf2a27;*/
}

.search-icon {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    /* border: 1px solid #9ca6b2; */
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.floatLeft{ float:left!important; }


/*.search-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 300px;
    
    right: -10px;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

.search-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 300px;
    top: 24%;
    right: -10px;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #cf2a27;
}

.search-box.active {
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 9;
}

.search-box .search-field {
    width: 80%;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #a1a1a1;
}

.header-bottom .searchform .btn {
    background-color: #cf2a27;
}

.header-bottom .searchform .btn:hover {
    background-color: #2299a1;
}

.search-submit .fa {
    color: #fff;
}

.header-bottom .cart-wrap {
    float: right;
    padding: 20px 0 20px 30px;
    position: relative;
}

.header-bottom .flash-cart-views {
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #9ca6b2;
    border-radius: 100%;
}

.header-bottom .flash-cart-views a {
    color: #99a3b0;
    position: relative;
}

.header-bottom .flash-cart-views a span {
    background-color: #cf2a27;
    border-radius: 100%;
    font-size: 12px;
    left: 17px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: -10px;
    color: #fff;
}

.header-bottom .widget_shopping_cart {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: -10px;
    min-width: 250px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}

.header-bottom .widget_shopping_cart ul {
    margin: 0;
}

.header-bottom .widget_shopping_cart ul li {
    text-align: center;
}

.header-bottom .cart-wrap:hover .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 9;
}

.boxed {
    width: 1200px;
    margin: 0 auto;
}

.boxed .site {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.3);
    margin: 30px 0;
    position: relative;
}

.boxed .tg-container {
    width: 100%;
    padding: 0 30px;
}

@media(max-width: 980px) {
    .boxed .tg-container {
        width: 98%;
    }
}


.transparent #masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.transparent .header-top {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.transparent .contact-info span {
    color: #fff;
}

.transparent .contact-info li {
    color: #fff;
}

.transparent .header-bottom {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent .logo-text,
.transparent .logo-text a {
    color: #fff;
}

.transparent.header-sticky #site-navigation ul li:hover > a {
    color: #cf2a27;
}

.transparent #site-navigation .menu-toggle .fa,
.transparent #site-navigation ul li .sub-toggle {
    color: #fff;
}

.transparent #site-navigation ul.sub-menu li {
    padding: 0;
}

.transparent #site-navigation ul li a {
    color: #fff;
    display: inline-block;
}

.transparent #site-navigation ul li:hover .sub-toggle {
    color: #cf2a27;
}

.transparent #site-navigation ul li:hover a {
    color: #cf2a27;
    position: relative;
    visibility: none;
}

.transparent #site-navigation ul.sub-menu li a {
    color: #4c5867;
    padding: 10px 30px;
}

.transparent #site-navigation ul.sub-menu li a::before {
    display: none;
}

.transparent #site-navigation ul.sub-menu li:hover a,
.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li:hover a {
    color: #cf2a27;
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li a {
    color: #4c5867;
}

.transparent .cart-wrap .flash-cart-views {
    border-color: #fff;
}

.transparent .cart-wrap .flash-cart-views a {
    color: #fff;
}

#masthead .search-wrap .search-icon {
    color: #fff;
    border-color: #fff;
}

.right-logo-left-menu .logo {
    float: right;
}

.right-logo-left-menu #site-navigation {
    float: left;
}

.right-logo-left-menu #site-navigation ul li {
    padding: 20px 0 20px 30px;
}

.right-logo-left-menu #site-navigation ul lifirst-child {
    padding-left: 0;
}

#masthead.search-wrap {
    float: left;
    padding: 20px 30px 20px 0;
}

.right-logo-left-menu .header-bottom .cart-wrap {
    float: left;
    padding: 20px 30px 20px 0;
}

.center-logo-below-menu .logo {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
}

.center-logo-below-menu .logo .logo-text,
.center-logo-below-menu .logo .logo-image {
    float: none;
}

.center-logo-below-menu .logo .logo-image {
    padding: 20px 0 0 0;
    display: inline-block;
}

.center-logo-below-menu #site-navigation {
    float: left;
}

.header-sticky .is-sticky #masthead {
    z-index: 99 !important;
}
.header-sticky .is-sticky .header-bottom {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.transparent.header-sticky #masthead-sticky-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.transparent.header-sticky #masthead {
    left: auto;
}

.transparent.header-sticky .header-top {
    display: none;
}

.transparent.header-sticky .header-bottom {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent.header-sticky #site-navigation .menu-toggle .fa,
.transparent.header-sticky #site-navigation ul li a,
.transparent.header-sticky .flash-cart-views a {
    color: #fff;
}


.transparent.header-sticky #site-navigation ul.sub-menu li a {
    color: #333333;
}

.transparent.header-sticky #site-navigation ul.sub-menu li a:hover {
    color: #cf2a27;
}

.transparent.header-sticky .flash-cart-views {
    border-color: #fff;
}


.transparent.header-sticky .search-icon {
    color: #fff;
    border-color: #fff;
}

.transparent.header-sticky .is-sticky #masthead {
    z-index: 99 !important;
}

.transparent.header-sticky .is-sticky .header-top {
    background: #f1f5f8;
    border: none;
    color: #333333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.transparent.header-sticky .is-sticky .header-top .contact-info li,
.transparent.header-sticky .is-sticky .header-top .contact-info li span,
.transparent.header-sticky .is-sticky .logo-text,
.transparent.header-sticky .is-sticky .logo-text a,
.transparent.header-sticky .is-sticky #site-navigation ul li a,
.transparent.header-sticky .is-sticky #site-navigation ul.sub-menu li a,
.transparent.header-sticky .is-sticky .flash-cart-views a {
    color: #333333;
}
.transparent.header-sticky .is-sticky .header-bottom {
    background: #fff;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.transparent.header-sticky .is-sticky .flash-cart-views {
    border-color: #333333;
}

.transparent.header-sticky .is-sticky .search-icon {
    color: #333333;
    border-color: #333333;
}

.transparent.header-sticky .custom-logo,
.transparent.header-sticky .is-sticky .transparent-logo,
.transparent-logo,
.transparent .custom-logo {
    display: none;
}

.transparent.header-sticky .is-sticky .custom-logo,
.transparent.header-sticky .transparent-logo,
.transparent .transparent-logo {
    display: block;
}

#wp-custom-header-video {
    display: block;
    min-height: 300px;
    min-height: 75vh;
    width: 100%;
}

.wp-custom-header {
    position: relative;
}

.wp-custom-header-video-button {
    position: absolute;
    bottom: 0;
    left: 0;
}


/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.btn-slider{
    border: 3px solid #cf2a27;
    display: inline-block;
    font-size: 14px;
    padding: 7px 26px;
    background-color: #cf2a27;
    color: #fff;
    float: right;
    border-radius: 2px;
}
.btn-slider a{
    color: #fff;
}
.tg-slider-widget .swiper-button-next {
    background-image: unset;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
    visibility: hidden;
    opacity: 0;
}
.tg-client-widget .swiper-button-next {
    background-image: unset;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15%;
    overflow: visible; 
}

.tg-client-widget .swiper-button-next::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    background: #cf2a27;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}


.tg-slider-widget .swiper-button-next::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 30px;
    color: #313b48;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.tg-slider-widget .swiper-button-prev {
    background-image: unset;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
    visibility: hidden;
    opacity: 0;
}
.tg-client-widget .swiper-button-prev {
    background-image: unset;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15%;
    left: 93%;
    overflow: visible;

}

.tg-client-widget .swiper-button-prev::before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    background: #cf2a27;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}



.tg-client1-widget .swiper-button-next1 {
    background-image: unset;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 12%;
    overflow: visible; 
}

.tg-client1-widget .swiper-button-next1::before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    background: #cf2a27;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}



.tg-client1-widget .swiper-button-prev1 {
    background-image: unset;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 12%;
    left: 93%;
    overflow: visible;

}

.tg-client1-widget .swiper-button-prev1::before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    background: #cf2a27;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}
.rpwe-block li{
    border-bottom: transparent!important; 
}




.tg-slider-widget .swiper-button-prev::before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 30px;
    color: #313b48;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.tg-slider-widget:hover .swiper-button-next {
    right: 30px;
    visibility: visible;
    opacity: 1;
}

.tg-slider-widget:hover .swiper-button-prev {
    left: 30px;
    visibility: visible;
    opacity: 1;
}

.tg-slider-widget:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.36;
}

.tg-slider-widget:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.36;
}

.tg-slider-widget .swiper-wrapper {
    position: relative;
}

.tg-slider-widget .swiper-slide {
    width: 100% !important;
}

.tg-slider-widget .slider-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tg-slider-widget .caption-title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: capitalize;
}

.tg-slider-widget .caption-desc {
    font-size: 14px;
	color: #fff;
    line-height: 35px;
    margin: 10px 0 30px 0;
    text-transform: capitalize;
}

.tg-slider-widget .btn-wrapper {
    display: inline-block;
}
.layers {
    background-color: rgba(0, 0, 0, 0.41)!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.layers:hover h3 a{
    color: #CF2A28!important; 
}
.layers:hover img{
    display: block!important;
}

.layers h3 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 40%;
    width: 100%;
}
.layers img{
    position: absolute;
    top: 20%;
    left: 40%;
}

.tg-slider-widget .btn-wrapper a {
    border: 3px solid #cf2a27;
    display: inline-block;
    font-size: 20px;
    padding: 3px 18px 3px 46px;
    background-color: #cf2a27;
    color: #fff;
    background-image: url(http://reachfortraining.flywheelsites.com/wp-content/uploads/2017/08/chat.png);
    background-repeat: no-repeat;
    background-position: 11px 6px;
    font-weight: bold;
    border-radius: 4px;
}

.tg-slider-widget .btn-wrapper a:hover {
    background: #313b48;
    color: #fff;
    border-color: #313b48;
    background-image: url(http://reachfortraining.flywheelsites.com/wp-content/uploads/2017/08/chat.png);
    background-repeat: no-repeat;
    background-position: 11px 6px;
    padding: 3px 18px 3px 46px;
}

.tg-slider-widget.slider-content-left .slider-content {
    text-align: left;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tg-slider-widget.slider-content-left .caption-title {
    width: 60%;
}

.tg-slider-widget.slider-content-left .caption-desc {
    font-size: 18px;
    line-height: 30px;
    width: 50%;
}

.tg-slider-widget.slider-light .slider-image .overlay {
    background-color: transparent;
	/*border-top: 4px solid #cf2a27;*/
}

.tg-slider-widget.slider-dark .slider-image .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.tg-slider-widget.slider-dark .caption-title {
    color: #fff;
}

.tg-slider-widget.slider-dark .caption-desc {
    color: #fff;
}

.tg-slider-widget.slider-dark .btn-wrapper a {
    border-color: #fff;
    color: #fff;
}

.tg-slider-widget.slider-dark .btn-wrapper a:hover {
    border-color: #cf2a27;
    background: #cf2a27;
}
.full-screen.tg-slider-widget .slider-image img {
    height: 100%;
    max-width: none;
}
/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/

.section-title-wrapper {
    margin-bottom: 15px !important;
}

.section-title {
    color: #313b48;
    font-weight: 700;
    /*text-align: center;*/
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}


.section-title:after {
    background: #e1e1e1 none repeat scroll 0 0;
   
    content: "";
   
    /*left: 50%;*/
    left: 17px;
    margin-left: -50px;
    position: absolute;
}

.section-title:after {
    background: #cf2a27 none repeat scroll 0 0;
    bottom: -12px;
    height: 3px;
    margin-left: -15px;
    width: 80px;
}
.why_us .section-description{
    text-align: left;
}   
.section-description {
    text-align: center;
    color: #777777;
}


/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about-section .tg-column-wrapper{
    margin: 0;
}

.about-section .about-content-wrapper {
    display: table-cell;
    float: left;
    vertical-align: middle;
    padding-left: 3%;
}

.about-section .btn-wrapper {
    margin-top: 30px;
}

.about-section .btn-wrapper a {
    background-color: #cf2a27;
    border-radius: 0;
    color: #fff;
    padding: 7px 35px;
}

.about-section .btn-wrapper a:hover {
    background-color: #2299a1;
}

.about-section .section-description {
    margin-top: 12px;
    text-align: left;
}
.about-content-wrapper .section-title {
  text-align: left;
}

.about-section .about-section-image {
    display: table-cell;
    float: right;
    margin-right: -5px;
    text-align: center;
    vertical-align: middle;
    padding-left: 3%;
}

.about-section .section-title::before, .about-section .section-title::after {
  left: 0;
  margin: 0;
  display: none;
}
.about-section .section-title::after {
    margin-left: 35px;
}


/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/

.tg-service-widget .service-icon-wrap {
    background: #cf2a27;
    color: #fff;
    display: block;
    float: left;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
    text-align: center;
    width: 60px;
    position: relative;
}

.tg-service-widget .service-icon-wrap:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #cf2a27;
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tg-service-widget .service-title-wrap {
    color: #313b48;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 15px;
}

.tg-service-widget .service-title-wrap a:hover {
    color: #cf2a27;
}

.tg-service-widget .service-content-wrap {
    margin: 10px 0;
    color: #777777;
}


/*-----------------tg-service-layout-2 -----------------*/

.tg-service-widget.tg-service-layout-2 .service-content-wrap {
    margin: 0 0 10px;
}

.tg-service-widget .service-more {
    font-weight: 600;
    font-size: 13px;
    color: #cf2a27;
    display: inline-block;
    position: relative;
}
.tg-service-widget .service-more:hover {
  color: #1c9ba4;
}
.tg-service-widget .service-more:after {
    content: "\f178";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    right: -22px;
    top: 0;
}

.tg-service-widget.tg-service-layout-2 {
    text-align: center;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    display: block;
    float: none;
    font-size: 22px;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 72px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap::after {
    display: none;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap::before {
    border: 2px solid #000;
    border-radius: 100%;
    content: "";
    height: 82px;
    left: 50%;
    margin-left: -41px;
    margin-top: -41px;
    position: absolute;
    top: 50%;
    width: 82px;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
    line-height: 24px;
}

.tg-service-widget.tg-service-layout-3 .service-title-wrap {
    line-height: 24px;
    margin-top: 20px;
}


/*-----------------tg-service-layout-3 -----------------*/

.tg-service-widget.tg-service-layout-3 .service-content-wrap {
    margin: 15px 0;
}

.tg-service-layout-2 .service-title-wrap {
    margin: 15px 0 5px;
}

.service-image-wrap img {
    /*width: 100%;*/
}
.service-image-wrap{
    text-align: center;
}

/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/

.team-wrapper .team-content-wrapper {
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.team-wrapper .team-title {
    font-size: 18px;
}

.team-wrapper .team-title a {
    color: #313b48;
}

.team-wrapper .team-title a:hover {
    color: #2299a1;
}

.team-wrapper .team-designation {
    position: relative;
}

.tg-team-widget img {
    width: 100%;
}

.team-wrapper .team-designation:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #cf2a27;
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.team-wrapper .team-content {
    color: #777777;
    margin: 30px 0 20px;
}

.team-wrapper .team-social {
    background: #fff none repeat scroll 0 0;
    left: 50%;
    margin-left: -45%;
    padding: 10px 0;
    position: absolute;
    top: -20px;
    width: 90%;
}

.team-wrapper .team-social a {
    font-size: 18px;
    margin: 0 8px;
}

.team-wrapper .team-social a:hover {
    color: #2299a1;
}


/*-----------------tg-team-layout-2 -----------------*/

.tg-team-widget.tg-team-layout-2 {
    position: relative;
}

.tg-team-widget.tg-team-layout-2::before {
    border-bottom: 50px solid transparent;
    border-right: 67px solid #fff;
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
}

.tg-team-widget.tg-team-layout-2 .team-content-wrapper {
    text-align: left;
}

.tg-team-widget.tg-team-layout-2 .team-designation::after {
    left: 15px;
}

.tg-team-widget.tg-team-layout-2 .team-social {
    position: static;
    margin-left: 0;
    width: 100%;
    background: transparent;
    border-top: 1px solid #e7e7e7;
}


/*-----------------tg-team-layout-3 -----------------*/

.tg-team-widget.tg-team-layout-3::before {
    display: none;
}

.tg-team-widget.tg-team-layout-3 .team-img {
    position: relative;
}

.tg-team-widget.tg-team-layout-3 .team-img img {
    border-radius: 50%;
    width: 100%;
}

.tg-team-widget.tg-team-layout-3 .team-img .team-social {
    background: rgba(60, 180, 186, 0.8) none repeat scroll 0 0;
    border-radius: 50%;
    border-top: medium none;
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tg-team-widget.tg-team-layout-3 .team-social-block {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-social-block a {
    font-size: 18px;
    margin: 0 8px;
    color: #fff;
}

.tg-team-widget.tg-team-layout-3 .team-content-wrapper {
    position: unset;
    padding-top: 30px;
    text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-designation::after {
    display: none;
}

.tg-team-widget.tg-team-layout-3 .team-content {
    display: none;
}

.tg-team-widget.tg-team-layout-3 .team-wrapper:hover .team-social {
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/

.call-to-action-section {
    position: relative;
}

.call-to-action-section .section-title-wrapper .section-title {
    color: #fff;
    font-size: 32px;
}

.call-to-action-section .section-title::before,
.call-to-action-section .section-title::after {
    display: none;
}

.call-to-action-section .section-subtitle {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    text-align: center;
}

.call-to-action-section .btn-wrapper {
    text-align: center;
    margin-top: 30px;
}

.call-to-action-section .btn-wrapper a {
    border: 1px solid;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-left: 30px;
    padding: 0 20px;
    display: inline-block;
}

.call-to-action-section .btn-wrapper a:first-child {
    margin-left: 0;
}

.call-to-action-section .btn-wrapper a:hover {
    background-color: #cf2a27;
    border-color: #cf2a27;
}


/*----------------- call-to-action-section-layout-2 -----------------*/

.call-to-action-section .call-to-action-section-layout-2 {
    display: table;
    width: 100%;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title {
    margin-bottom: 0;
    text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .section-subtitle {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a {
    display: block;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child {
    margin-left: 30px;
    margin-bottom: 15px;
}

.panel-grid-cell{ position: relative; }

/*--------------------------------------------------------------
Feature product
--------------------------------------------------------------*/

.feature-product-section .tg-feature-product-widget {
    position: relative;
    margin-bottom: 16px;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
}

.feature-product-section .tg-feature-product-widget figure img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.feature-product-section .featured-image-desc { 
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 90%;
    height: 90%;
    background: rgba(49, 59, 73, 0.65);
}

.feature-product-section .tg-feature-product-widget .feature-inner-block {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cuimgdes img{ padding: 0px!important; }

.feature-product-section .tg-feature-product-widget .feature-title-wrap {
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #cf2a27!important;
    padding-bottom: 10px!important;
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

.feature-product-section .tg-feature-product-widget .feature-desc-wrap {
    text-align: center;
    color: #f3f0f0;
    font-size: 12px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc::before {
    border-bottom: 50px solid transparent;
    border-right: 48px solid #cf2a27;
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span {
    position: absolute;
    top: 4px;
    right: 7px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span a {
    color: #fff;
}

.tg-feature-product-widget:hover .featured-image-desc,
.tg-feature-product-widget:hover .featured-image-desc {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}


/*----------------- tg-feature-product-layout-2 -----------------*/

.feature-product-section .tg-feature-product-layout-2 .tg-container {
    width: 100%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-column-wrapper,
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
    margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3 {
    margin: 0;
    width: 33.33%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
    margin: 0;
    width: 25%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget img {
    width: 100%;
    max-width: auto;
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc {
    width: 100%;
    height: 100%;
    padding: 5px;
    background: rgba(49, 175, 184, 0.8);
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc::before {
    border-right: 48px solid #313b48;
}


/*----------------- tg-feature-product-layout-3 -----------------*/

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc::before,
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc span,
.feature-product-section .tg-feature-product-layout-3 .feature-inner-block .feature-desc-wrap {
    display: none;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block {
    top: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    bottom: 2%;
}

.feature-product-section .button-group {
    text-align: center;
    margin-bottom: 30px;
}

.feature-product-section .button-group button {
    background: transparent;
    color: #525a65;
}

.feature-product-section .button-group button:hover {
    color: #cf2a27;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.feature-product-section .button-group button::before {
    background: #525a65 none repeat scroll 0 0;
    border-radius: 50%;
    content: " ";
    left: 0;
    margin-right: 50%;
    padding: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tg-feature-product-filter-layout .button.is-checked:hover {
    color: #cf2a27;
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover .feature-title-wrap {
    margin-bottom: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/

.testimonial-container {
    padding: 0 0 50px;
}

.testimonial-container .testimonial-slide {
    text-align: left;
}

.testimonial-container .testimonial-content-wrapper {
    background: #fff;
    padding: 20px 30px;
    position: relative;
}

.testimonial-container .testimonial-content-wrapper::before {
    border-bottom: 34px solid transparent;
    border-left: 20px solid #fff;
    content: " ";
    left: 11%;
    position: absolute;
    top: 96%;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
    z-index: -9;
}

.testimonial-container .testimonial-icon {
    display: inline-block;
    vertical-align: top;
    color: #31afb8;
    font-size: 18px;
}

.testimonial-container .testimonial-content {
    width: 93%;
    display: inline-block;
    margin-left: 15px;
    color: #777777;
}

.testimonial-container .testimonial-client-detail {
    margin-top: 40px;
}

.testimonial-container .testimonial-img {
    display: inline-block;
    float: left;
}

.testimonial-container .client-detail-block {
    display: inline-block;
    margin-left: 20px;
}

.testimonial-container .testimonial-title {
    color: #313b48;
    font-size: 16px;
}

.testimonial-container .testimonial-degicnation {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-container .swiper-pagination.testimonial-pager {
    bottom: 0;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #313b48;
    opacity: 1;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet:hover,
.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2299a1;
}


/*--------------------------------------------------------------
Fun Facts
--------------------------------------------------------------*/

.fun-facts-section {
    text-align: center;
    color: #fff;
}

.fun-facts-icon-wrap {
    display: block;
    text-align: center;
    color: #cf2a27;
    font-size: 64px;
    line-height: 1.5;
}

.fun-facts-section .counter-wrapper {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    display: block;
    margin-bottom: 15px;
}

.fun-facts-section .fun-facts-title-wrap {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


/*----------------- tg-fun-facts-layout-2 -----------------*/

.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-icon-wrap {
    background-color: rgba(255, 255, 255, 0.2);
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    line-height: 120px;
    width: 120px;
    height: 120px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-title-wrap {
    line-height: 15px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .counter-wrapper {
    font-size: 46px;
    color: #cf2a27;
    margin: 10px 0;
}


/*--------------------------------------------------------------
Blogs
--------------------------------------------------------------*/

.blog-section .tg-column-2 {
    margin: 0;
}

.blog-section .tg-blog-widget-layout-1 .tg-column-2 {
    width: 50%;
}

.blog-section .row:nth-child(odd) {
    float: left;
    width: 100%;
    background-color: #fcfcfc;
}

.blog-section .tg-blog-widget-layout-1 .row:nth-child(odd) .post-image {
    float: left;
    width: 50%;
    position: relative;
}

.blog-section .row:nth-child(odd) .post-image figure img {
    width: 100%;
}

.blog-section .row:nth-child(odd) .post-image::before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fcfcfc;
    border-top: 15px solid transparent;
    content: " ";
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-1 .blog-content:hover .entry-title a {
    color: #fff;
}

.blog-section .row:nth-child(odd) .blog-content {
    float: left;
    padding: 15px 5px 15px 20px;
    width: 50%;
}

.blog-section .row:nth-child(odd) .post-readmore {
    display: none;
}

.blog-section .row:nth-child(odd) .entry-title {
    line-height: 24px;
}

.blog-section .row:nth-child(odd) .entry-title a {
    font-size: 18px;
    font-weight: 700;
    color: #313b48;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a {
    color: #fff;
}

.blog-section .row:nth-child(odd) .entry-title a:hover {
    color: #cf2a27;
}

.blog-section .row:nth-child(odd) .entry-meta {
    margin: 8px 0;
    color: #919191;
}

.blog-section .row:nth-child(odd) .entry-meta .fa {
    padding-right: 5px;
}

.blog-section .row:nth-child(odd) .entry-meta a {
    font-size: 12px;
    color: #919191;
}

.blog-section .row:nth-child(odd) .entry-meta .entry-author {
    margin-left: 15px;
}

.blog-section .row:nth-child(odd) .entry-summary {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}

.blog-section .tg-blog-widget-layout-1 {
    margin: 0;
}

.tg-blog-widget-layout-1 .entry-summary {
    max-height: 167px;
    overflow: hidden;
}

.blog-section .row:nth-child(even) {
    float: left;
    width: 100%;
    background-color: #fcfcfc;
}

.blog-section .row:nth-child(even) .post-image {
    float: right;
    position: relative;
    width: 50%;
}

.blog-section .row:nth-child(even) .post-image figure img {
    width: 100%;
}

.tg-blog-widget-layout-1 .tg-blog-widget .entry-summary {
    margin: 0;
}

.blog-section .row:nth-child(even) .post-image::before {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fcfcfc;
    border-top: 15px solid transparent;
    content: " ";
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-section .row:nth-child(even) .blog-content {
    float: right;
    padding: 15px 5px 15px 20px;
    width: 50%;
}

.blog-section .row:nth-child(even) .post-readmore {
    display: none;
}

.blog-section .row:nth-child(even) .entry-title {
    line-height: 24px;
}

.blog-section .row:nth-child(even) .entry-title a {
    font-size: 18px;
    font-weight: 700;
    color: #313b48;
}

.blog-section .row:nth-child(even) .entry-title a:hover {
    color: #cf2a27;
}

.blog-section .row:nth-child(even) .entry-meta {
    margin: 8px 0;
    color: #919191;
}

.blog-section .row:nth-child(even) .entry-meta .fa {
    margin-right: 5px;
}

.blog-section .row:nth-child(even) .entry-meta a {
    font-size: 12px;
    color: #919191;
}

.blog-section .row:nth-child(even) .entry-meta .entry-author {
    margin-left: 15px;
}

.blog-section .row:nth-child(even) .entry-summary {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}

.blog-section .tg-blog-widget {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
    background-color: #cf2a27;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a {
    color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a:hover {
    color: #313b48;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta {
    color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta a {
    color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-summary {
    color: #fff;
}

.blog-section .row:nth-child(odd) .tg-blog-widget:hover .post-image::before {
    border-right: 15px solid #cf2a27;
}

.blog-section .row:nth-child(even) .tg-blog-widget:hover .post-image::before {
    border-left: 15px solid #cf2a27;
}

.blog-section .tg-blog-widget-layout-1 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover{
    color: #fff;
}


/*----------------- tg-blog-widget-layout-2 -----------------*/

.blog-section .tg-blog-widget-layout-2 .post-image {
    position: relative;
    width: auto;
    float: none;
}

.blog-section .tg-blog-widget-layout-2 .post-image img {
    width: 100%;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
    background: #cf2a27;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date .fa {
    display: none;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date a {
    color: #fff;
    font-size: 12px;
}

.blog-section .tg-blog-widget-layout-2 .post-image::before {
    display: none;
}

.blog-section .tg-blog-widget-layout-2 .blog-content {
    float: none;
    padding: 0 10px;
    width: auto;
    text-align: left;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a {
    font-size: 18px;
    line-height: 24px;
    display: block;
}

.tg-blog-widget-layout-2 .entry-title {
    margin-top: 15px;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore {
    background: #cf2a27;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    margin: 20px 0;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore:hover {
    background: #2299a1;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container {
    background: #f6f6f6;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    margin-top: 20px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
    float: left;
    color: #8e8e8e;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author a {
    color: #8e8e8e;
    font-size: 12px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author .fa {
    margin-right: 5px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more {
    float: right;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
    font-size: 12px;
    color: #cf2a27;
}

.blog-section .tg-blog-widget-layout-2:hover {
    background-color: #FCFCFC;
}
.blog-section .tg-blog-widget-layout-2:hover .entry-meta a {
    color: #919191;
}

.tg-blog-widget-layout-2 .blog-content p {
    margin: 0 0 10px;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .tg-blog-widget:hover .blog-content .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover a,
.tg-blog-widget-layout-2 .read-more-container .entry-author:hover a,
.tg-blog-widget-layout-2 .read-more-container .entry-author:hover {
    color: #239CA4;
}

/*--------------------------------------------------------------
Clients
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#top-footer {
    background-color: #313b48;
    padding: 80px 0 30px;
}

#top-footer .footer-logo {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

#top-footer .footer-logo .logo-image {
    float: left;
    padding: 5px;
}

#top-footer .footer-logo .site-title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    float: left;
    line-height: 42px;
}

#top-footer .textwidget {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
}

#top-footer .widget-title {
    font-size: 18px;
    border-left: 3px solid #cf2a27;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 20px;
    text-transform: uppercase;
}

#top-footer .widget-title::first-letter {
    color: #cf2a27;
}

#top-footer .widget {
    margin-bottom: 30px;
    margin-top: 0px;
}

#top-footer .widget ul {
    margin: 0;
}

#top-footer .widget ul li {
    position: relative;
    padding: 0 0 10px 20px;
    font-size: 12px;
}

#top-footer .widget ul li::after {
    color: #fff;
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}

#top-footer .widget ul li a {
    font-size: 14px;
    color: #fff;
}

#top-footer .widget ul li a:hover {
    color: #cf2a27;
}

#top-footer .widget_tag_cloud .tagcloud a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 6px 4px;
    padding: 0 5px;
}

#top-footer .widget_tag_cloud .tagcloud a:hover {
    background-color: #cf2a27;
    border-color: #cf2a27;
}

#bottom-footer {
    padding: 20px 0;
    background-color: #28313d;
}

#bottom-footer .copyright {
    float: left;
}

#bottom-footer .copyright-text {
    color: #fff;
    font-size: 12px;
}

#bottom-footer .copyright-text a {
    color: #bcbaba;
}

#bottom-footer .copyright-text a:hover {
    color: #cf2a27;
}

#bottom-footer .footer-menu {
    float: right;
    margin: 0;
}

#bottom-footer .footer-menu ul li {
    float: left;
}

#bottom-footer .footer-menu ul li::after {
    content: "|";
    padding: 0 5px;
    color: #fff;
}

#bottom-footer .footer-menu ul li:last-child::after {
    display: none;
}

#bottom-footer .footer-menu ul li a {
    color: #fff;
    font-size: 12px;
}

#bottom-footer .footer-menu ul li a:hover {
    color: #cf2a27;
}

.footer-menu li {
    float: left;
    padding: 0 0 0 15px;
}

.footer-menu li a {
    color: #fff;
    font-size: 12px;
}

.footer-menu li a:hover {
    color: #cf2a27;
}


/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/

.post {
    margin-bottom: 40px;
    display: inline-block;
}

.post .entry-thumbnail {
    float: left;
    margin-right: 30px;
    width: 33.7%;
}

.entry-content-block {
    overflow: hidden;
}

.entry-meta .entry-date a .updated:not(.published) {
    display: none;
}

.entry-content-block #primary .entry-title {
    font-size: 20px;
    line-height: 24px;
}
.course_title span{ 
    color: #666;
    font-size: 20px;
    margin-left: 13px; 
 }

.entry-content,
.entry-summary {
    margin-top: 12px;
    color: #606060;
}
.archive #primary { margin-top: 40px; }
#primary .entry-footer span {
    font-size: 14px;
    margin-right: 15px;
}

#primary .entry-footer span .fa {
    margin-right: 5px;
}

#primary .entry-footer span a {
    font-size: 12px;
}

.navigation.posts-navigation {
    margin: 20px 0;
}

.entry-meta {
    font-size: 12px;
    margin-top: 12px;
}

.entry-meta .fa {
    padding-right: 5px;
}

.entry-meta a, .entry-footer a {
    font-size: 12px;
    color: #8e8e8e;
}

.entry-meta span{
    margin-right: 15px;
}

.entry-meta .entry-author:hover{
    color: #cf2a27;
}

#secondary {
    float: right;
    width: 32.22%;
}

#secondary .widget-title {
    font-size: 14px;
    position: relative;
    margin-bottom: 30px;
}

#secondary .widget-title::before,
#secondary .widget-title::after {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: -10px;
    content: " ";
    height: 1px;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
}

#secondary .widget-title:after {
    background: #cf2a27;
    bottom: -11px;
    height: 3px;
    margin-left: 0;
    width: 30px;
}

#secondary .searchform input {
    border: none;
    border-bottom: 1px solid #666;
    width: 70%;
}

#secondary .searchform .btn:hover {
    background: #cf2a27 none repeat scroll 0 0;
}

#secondary .widget {
    margin-bottom: 30px;
}

#secondary .widget ul {
    margin: 0;
}

#secondary .widget ul li {
    position: relative;
    padding: 0 0 10px 20px;
    font-size: 12px;
}

#secondary .widget ul li::after {
    color: #000;
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}

#secondary .widget ul li a {
    font-size: 12px;
}

#secondary .widget ul li a:hover {
    color: #cf2a27;
}
#secondary ul{
    padding: 10px 0px 0px 15px;
}
.widget_post_list .post-link-block  {
    margin-bottom: 20px;
    display: inline-block;
}

.widget_post_list .entry-thumbnail {
    float: left;
    margin-right: 30px;
    width: 20%;
}

.widget_post_list .entry-content-block {
    overflow: hidden;
}

.widget_post_list .entry-content-block .entry-title {
    line-height: 13px;
    margin-bottom: 18px;
}

.widget_post_list .entry-content-block .entry-title a {
    font-size: 12px;
}

.widget_post_list .entry-content-block .entry-meta a {
    color: #8e8e8e;
    font-size: 12px;
}

.widget_post_list .entry-meta .entry-author {
    margin-left: 15px;
}

.blog  .entry-thumbnail {
    float: left;
    width: 33.7%;
}

.blog .entry-content-block{
    width: 60%;
}

#primary .post .entry-content-block .entry-content {
    border: none;
}

.full-width-archive #primary .post{
    margin-bottom: 0;
    width: 100%;
}

.full-width-archive #primary .post .entry-thumbnail{
    width: 100%;
    float: none;
    margin-right: 0;
}

.full-width-archive #primary .post .entry-thumbnail img {
    width: 100%;
}

.full-width-archive #primary .post .entry-content-block {
    overflow: unset;
    width: 94%;
    position: relative;
    top: -45px;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    background: #fff;
}

.grid-view #primary .post {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 1%;
    vertical-align: top;
    width: 48%;
}

.grid-view #primary .post .entry-thumbnail {
    width: 100%;
}

.grid-view #primary .post .entry-content-block {
    position: unset;
    width: 100%;
}
.entry-content-block .entry-title {
    font-size: 18px;
}
.grid-view .entry-header{
    margin-top: 10px;
}
/*--------------------------------------------------------------
Bread Crumb
--------------------------------------------------------------*/

.breadcrumb-trail.breadcrumbs {
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 30px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
    float: left;
    font-weight: 400;
    font-size: 25px;
    padding: 6px 0;
}

.breadcrumb-trail.breadcrumbs .trail-items {
    float: right;
    margin: 0;
    padding: 14px 0;
}

.breadcrumb-trail.breadcrumbs .trail-items li {
    float: left;
}

.breadcrumb-trail.breadcrumbs .trail-items li:first-child span::before {
    display: none;
}

.breadcrumb-trail.breadcrumbs::before {
    clear: both;
    content: "";
    display: block;
}

.breadcrumb-trail.breadcrumbs .trail-items li span {
    font-size: 12px;
    color: #a1a1a1;
    position: relative;
    line-height: 18px;
    padding: 0 14px;
}
.breadcrumb-trail.breadcrumbs .trail-items li span a {
    color: #a1a1a1;
}

.breadcrumb-trail.breadcrumbs .trail-items li span::before {
    color: #a1a1a1;
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}
.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {
  margin: 0;
}

/*--------------------------------------------------------------
Post Page
--------------------------------------------------------------*/
.post {
    width: 100%;
}

.single .entry-content-block .entry-meta {
    margin-top: 0;
    margin-bottom: 20px;
}

.single .entry-content-block .entry-header {
    margin: 20px 0 5px;
}
.single .entry-thumbnail {
    margin-top: 20px;
    width: 100%;
}
.single .entry-thumbnail img {
    padding: 0;
}
.single .entry-content-block {
    width: 100%;
}
.single .entry-content-block .entry-title {
    font-size: 20px;
}
.single .entry-content-block .entry-meta .fa {
    padding-right: 5px;
}
.single .entry-content-block .entry-meta a {
    font-size: 12px;
}
.post .entry-content-block .entry-meta a:hover,
.post .entry-content-block .entry-meta span:hover{
    color: #cf2a27;
}
.single .entry-content-block .entry-content {
    border-bottom: 1px solid #c5c5c5;
}
.single .entry-content-block .entry-footer span {
    color: #8e8e8e;
    font-size: 14px;
    margin-right: 15px;
}
.single .entry-content-block .entry-footer span .fa {
    margin-right: 5px;
}
.single .entry-content-block .entry-footer span a {
    color: #8e8e8e;
    font-size: 12px;
}
.post .entry-content-block .entry-footer span a:hover{
    color: #cf2a27;
}
.author-description {
    border-bottom: 1px solid #c5c5c5;
    display: inline-block;
    padding: 0 0 30px;
}
.author-description .author-img {
    display: inline-block;
    width: 75px;
    float: left;
}
.author-description .author-description-block {
    width: calc(100% - 100px);
    float: right;
    display: inline-block;
}
.author-description .author-description-block .author-title {
    color: #313b48;
    font-weight: 700;
}
.author-description .author-description-block .author-summary {
    font-size: 12px;
}
.default-wp-page {
    margin: 0;
    padding: 30px 0;
    display: inline-block;
    border-bottom: 1px solid #c5c5c5;
}
.default-wp-page .previous {
    float: left;
    width: 46%;
}
.default-wp-page .previous a {
    display: inline-block;
}
.default-wp-page .previous a span {
    float: left;
}
.default-wp-page .previous a span:first-child {
    font-size: 30px;
    padding: 8px 0;
}
.default-wp-page .previous a span img {
    padding: 0 10px;
}
.default-wp-page .previous a .entry-title {
    display: inline-block;
    width: 60%;
    padding: 8px 0;
}
.default-wp-page .navigation-divider {
    display: inline-block;
    padding: 20px;
}
.default-wp-page .next {
    float: right;
    width: 46%;
}
.default-wp-page .next a {
    display: inline-block;
}
.default-wp-page .next a span {
    float: right;
}
.default-wp-page .next a span:first-child {
    font-size: 30px;
    padding: 8px 0;
}
.default-wp-page .next a span img {
    padding: 0 10px;
}
.default-wp-page .next a .entry-title {
    display: inline-block;
    width: 60%;
    padding: 8px 0;
    text-align: right;
}


/*--------------------------------------------------------------
404 page
--------------------------------------------------------------*/

.not-found .icon-404 .fa {
    font-size: 300px;
}

#primary .content-404 {
    padding: 60px 0;
}

#primary .not-found .page-header .page-title {
    font-size: 24px;
    line-height: 30px;
}

#primary .not-found .page-content {
    margin: 30px 0;
}

#primary .searchform input {
    border: none;
    border-bottom: 1px solid #666;
    width: 70%;
}

#primary .searchform .btn:hover {
    background: #cf2a27 none repeat scroll 0 0;
}

.search .hentry {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 20px;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
    padding: 30px 0;
}

#comments .comments-title {
    font-size: 25px;
    line-height: 30px;
}

#comments .comment-list {
    margin: 0;
}

#comments .comment-list article.comment-body .comment-author {
    float: left;
    max-width: 100px;
}

#comments .comment-list article.comment-body .comment-author .says {
    display: none;
}

#comments .comment-list article.comment-body .comment-author img {
    margin-right: 30px;
    display: block;
    margin-bottom: 20px;
}

#comments .comment-list article.comment-body .comment-metadata {
    padding: 6px 0;
}

#comments .comment-list article.comment-body .comment-metadata a {
    color: #8e8e8e;
    font-size: 12px;
}

#comments .comment-list article.comment-body .comment-metadata .entry-author {
    margin-left: 15px;
}

#comments .comment-list article.comment-body .comment-content {
    overflow: hidden;
    font-weight: 500;
}

#comments .comment-list article.comment-body .comment-content p {
    margin: 0;
}

#comments .comment-list article.comment-body .reply {
    margin-left: 100px;
    padding-top: 6px;
}

#comments .comment-list article.comment-body .reply a {
    color: #8e8e8e;
    font-size: 12px;
    position: relative;
}

#comments .comment-list article.comment-body .reply a::before {
    position: absolute;
    top: 50%;
    left: 100%;
    content: " ";
    width: 30px;
    border: 1px solid #c5c5c5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}

#comments .comment-list .comment {
    border-bottom: 1px solid #c1c1c1;
    padding: 30px 0;
}

#comments .comment-list .comment ul.children {
    margin-left: 100px;
}

#comments .comment-list .comment ul.children .comment {
    padding: 0;
    border-bottom: none;
}

#comments .comment-list .comment ul.children .comment article.comment-body {
    border-bottom: 1px solid #c1c1c1;
    padding: 20px 0;
}

#comments .comment-list .comment ul.children .comment article.comment-body:last-child {
    border: none;
}

#respond {
    padding-bottom: 10px;
}

#respond #commentform .comment-form-comment #comment {
    background: #f9f9f9 none repeat scroll 0 0;
    resize: none;
}

#respond #commentform p {
    padding-bottom: 20px;
}

#respond #commentform p label {
    font-weight: 500;
}

#respond #commentform p input {
    background: #f9f9f9 none repeat scroll 0 0;
}

#respond #commentform .form-submit input {
    background: #cf2a27;
    height: 45px;
    line-height: 30px;
}
#respond #commentform .form-submit input:hover {
    background-color: #1c9ba4;
}

/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
    padding: 0;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    background-color: #cf2a27;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
    width: auto;
}
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #cf2a27;
    color: #fff;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #2299a1;
}

.added_to_cart.wc-forward {
    background-color: #cf2a27;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 4px 17px;
    margin-top: 5px;
}

.added_to_cart.wc-forward:hover {
    background-color: #2299a1;
}

.added_to_cart.wc-forward::after {
    content: "\f23d";
    color: #fff;
    font-family: fontawesome;
    padding-left: 8px;
}

.woocommerce-Price-amount.amount {
    color: #cf2a27;
}

.woocommerce .star-rating span {
    color: #FFAE65;
}

.widget_shopping_cart .buttons {
    text-align: center;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding: 5px 0;
    text-align: center;
}

.flash-cart-views .woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 70px;
}

.woocommerce ul.products li.product .price del {
    margin-right: 5px;
    display: inline-block;
}

.woocommerce nav.woocommerce-pagination {
    text-align: left;
}

.iconDes i{
	position: absolute;
    font-size: 45px!important;
    z-index: 2;
}
.govetIcon i{
    top: 38px;
    left: 38%;
}
.courseIcon i{
    top: 38px;
    left: 29%;
}
.studentIcon i{
    top: 38px;
    left: 27%;
}
.empIcon i{
    top: 38px;
    left: 27%;
}
.aboutIcon i{
    top: 38px;
    left: 27%;
}
.locationIcon i{
    top: 38px;
    left: 27%;
}
/*custom css*/
.location_tab_map{
width:58%;
float:left;
border: 1px solid #FFAB00;
}
.location_tab_desc{
font-size: 18px!important;
width:40%;
float:right;
background-color: #FFD133;
color: #000000;
padding: 30px;
}

.page-id-244 .responsive-tabs .responsive-tabs__panel{
border: none!important;
}

.page-id-244 .responsive-tabs .responsive-tabs__list__item{
padding : 7px 30px 5px 30px;
background-color: #CF2A28!important;
margin-bottom:5px!important;
color: #fff!important;
font-size: 13px!important;
}
.page-id-244 .responsive-tabs .responsive-tabs__list__item--active{
 padding-bottom: 5px!important;
background-color: #000!important;
color: #fff!important;
}
.page-id-244 .responsive-tabs-wrapper {
    margin-bottom: 60px!important;
}
.page-id-244 .responsive-tabs .responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
}

.page-id-244 .responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #fff;
    border-color: #ddd;
    color: #666;
    padding-bottom: 11px;
    margin-top: 0;
    position: relative;
    top: 1px;
}

.page-id-244 .responsive-tabs .responsive-tabs__list__item {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #999;
    font-size: 18px;
    line-height: 19px;
    text-transform: inherit;
    margin: 1px 12px 0 0;
    padding: 10px 12px 10px;
    white-space: nowrap;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.page-id-244 .responsive-tabs .responsive-tabs__panel{
border: none!important;
}

.page-id-244 .responsive-tabs .responsive-tabs__list__item{
padding : 7px 30px 5px 30px;
background-color: #CF2A28!important;
margin-bottom:5px!important;
margin-right: 6px !important;
color: #fff!important;
font-size: 13px!important;
}
.page-id-244 .responsive-tabs .responsive-tabs__list__item--active{
 padding-bottom: 6px!important;
background-color: #000!important;
color: #fff!important;
}
.page-id-244 .responsive-tabs-wrapper {
    margin-bottom: 60px!important;
}
.page-id-244 .testimonials-text p {
    text-align: justify;
}
.page-id-244 .responsive-tabs__list{
        clear: both;
    overflow: hidden;
    margin-bottom: 20px !important;
}

.page-id-371 .responsive-tabs .responsive-tabs__panel{
border: none!important;
}

.page-id-371 .responsive-tabs .responsive-tabs__list__item{
padding : 7px 30px 5px 30px;
background-color: #CF2A28!important;
margin-right: 6px !important;
margin-bottom:5px!important;
color: #fff!important;
font-size: 13px!important;
}
.page-id-371 .responsive-tabs .responsive-tabs__list__item--active{
 padding-bottom: 5px!important;
background-color: #000!important;
color: #fff!important;
}
.page-id-371 .responsive-tabs-wrapper {
    margin-bottom: 60px!important;
}
.faq_head{
    margin-bottom: 5px !important;
}
.faq_head_sub_title{
    margin-bottom: 0px!important;
}
.faq_sub_div{
    width: 100%;
}
.page-id-394 .responsive-tabs .responsive-tabs__panel{
border: none!important;
}

.page-id-394 .responsive-tabs .responsive-tabs__list__item{
padding : 7px 30px 5px 30px;
background-color: #CF2A28!important;
margin-bottom:5px!important;
margin-right: 6px !important;
color: #fff!important;
font-size: 13px!important;
}
.page-id-394 .responsive-tabs .responsive-tabs__list__item--active{
 padding-bottom: 6px!important;
background-color: #000!important;
color: #fff!important;
}
.page-id-394 .responsive-tabs-wrapper {
    margin-bottom: 60px!important;
}
.page-id-394 .testimonials-text p {
    text-align: justify;
}
.page-id-394 .responsive-tabs__list{
        clear: both;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.page-id-394 .testimonial-author,.page-id-394 .testimonial-job{
    text-align: left!important;
}
.page-id-394 .testimonial-author{
    color: #0098a3;
    font-weight: none;
}
.page-id-394 .testimonial-job{
    font-size: 11px;
    color: #7e7e7e;
}
.page-id-394 .faq_sub_div .quote .testimonial-content{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    float: right;width: 80%;
    clear: initial!important;
    position: relative;
    padding-left: 30px;
}
.page-id-394 .faq_sub_div .quote .testimonial-left{
    width: 20%;
    float: left;
}
.page-id-394 .faq_sub_div .quote .testimonial-left .avtar-image{
    text-align: left;
}
.page-id-394 .faq_sub_div .quote .testimonial-content .fa-quote-left{
    position: absolute;
        left: 0px;
        top: 30px;
        font-size: 15px;
        color: #C0C0C0;
}
.breadcrumbs{
    display: none;
}
.fearued_left_container{
    width: 50%;
}
.fearued_left_container p{
    margin: 15px 0px 20px 0px;
}
.featured_course_guide_btn{
    background-color: #CF2A28;
    padding: 10px 30px;         
    font-weight: bold;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.featured_course_guide_btn .material-icons{
    color: #fff;
    position: absolute;
    top: 5px;
    right: 10px;
}
.featured_course_guide_btn:hover{
    color: #fff;
}
.header_featured{
     /*height: 280px;*/
     min-height: 280px;
     padding: 32px 15px 45px 15px;
     /*border-top: 5px solid #CF2A28;*/
     border-bottom:5px solid #d5d5d5;
     margin-bottom: 30px;
}
#masthead {
    border-bottom: 5px solid #CF2A28;
    /*position: fixed;*/
    width: 100%;
    z-index: 100;
}

.header_featured_response{
        display: none;
}
.tc_team-member7 ul{
    margin: 0 0 30px 0px!important;
    list-style-type: none!important;
}
.content_ofadminstaff{
    min-height: 230px !important;
}
.content_ofadminstaff h3{
    line-height: 20px;
}
.tc_team-members{
    overflow: hidden;
}

.tc-team-title-lg{
    font-size: 22px!important;
}
.tc-team-title-sm{
    font-size: 18px!important;
}
.page-id-569 .siteorigin-widget-tinymce p{
    margin-bottom: 20px !important;
    text-align: justify;
}
.page-id-569 .siteorigin-widget-tinymce p:first-child{
    color: #222222;
    margin-bottom: 10px !important;
}
.page-id-569 .so-widget-sow-editor h3{
    margin-bottom: 15px;
    color: #222222;
}
.page-id-592 h1{
    color: #222222;
    margin-bottom: 30px !important;
}
.page-id-592 h3{
    color: #222222;
    margin-bottom: 10px !important;
}
.type-page p{
    text-align: justify;
}
.page-id-622 h1{
    margin-bottom: 30px !important;
}
.img_main img{
    width: 100%!important;
}
.img_main{
    width: 96%!important;
    margin: auto;

}
.indus_link_img .img_main {
    float: left;
    margin-top: 2px;
}
.indlink_subtitle {
    margin: 22px 2px 10px 2px!important;
}
.indus_link_p{
    width: 100%;
    clear: both;
    margin: 10px 0px 0px 0px!important;
}
.capital_table tr:nth-child(1) {
    background-color: #da413e!important;
    color: #fff!important;
}
.capital_table tr:nth-child(odd) {
    background-color:#fec923;
    color: #000;
}
.capital_table tr:nth-child(even) {
    background-color: #fff;
}
.page-id-634 .panel-grid-cell .img_main{
    border: 1px solid #ccc;
    margin-top: 20px;
}
.page-id-634 .panel-grid-cell .img_main a img{
    margin: 0px!important;
}
.page-id-634 .panel-grid-cell .img_main a img:hover{
    border: 1px solid #ffafae;
}
.page-id-634 #pl-634{
    margin-bottom: 100px;
}
.page-id-569 .panel-no-style{
    margin-top: 20px;
}
#primary{
    padding-right: 20px;
}
.page-id-622 .owl-controls{
    position: absolute;
    top: -35px;
    right: 0px;
}
.page-id-622 .owl-next::before{
    content: "\f105";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    background: #cf2a27;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}
.page-id-622 .owl-prev::before{
    content: "\f104";
    font-family: fontawesome;
    font-size: 30px;
    color: #fff;
    background: #cf2a27;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
}
.page-id-622 .owl-next,.page-id-622 .owl-prev{
    margin: 0px!important;
}
.page-id-622 .owl-next img,.page-id-622 .owl-prev img{
    display: none;
}
/*international triaing*/
.int_training_cont{
    margin-top: 20px;
}
.int_training_cont p{
    margin-top: 30px;
    text-align: justify;
}
.industry_partnershiphead{
        font-weight: bold;
    padding: 15px 15px;
    background-color: #cf2a27;
    color: #fff;
}
.industry_partnershiphead_sub p{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.type-page ul{
    list-style-position: inside;
    list-style-type: square;
    /*padding-left: 20px;*/
}
.type-page ul li{
    margin-top: 10px;
    text-align: justify;
}
#accordion h3{
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 22px 0px 18px 0;
    padding-right: 35px;
    display: block;
    background-color: transparent;
    color: #5d5b5b;
    font-weight: bold;
    border-top: 2px solid #d7d7d7;
    border: none;
    border-top: 2px solid #d7d7d7;
    text-align: left;
    padding-left: 15px;
}
.trinerPanel{
    background-color: #f1f1f1!important;
}

.ui-accordion .ui-accordion-content{
    border: none;
    padding-top: 0px;    
    text-align: left;
    
}
.ui-accordion .ui-accordion-content strong{
       /*font-size: 16px;*/
}
.ui-accordion .ui-accordion-content ul{
    padding-top: 10px;
}
.ui-accordion .ui-accordion-content>ul>li>strong{ font-size: 14px!important; }
.ui-accordion .ui-accordion-content{
    font-size: 14px;
}

#accordion h3 .ui-accordion-header-icon{
    display: none;
}

#accordion h3:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #cf2a27;
    position: absolute;
    top: 25px;
    right: 20px;
}
#accordion h3.ui-accordion-header-active:after {
    content: '\f068';
}
#site-navigation  .menu-toggle  .fa-bars{ 
	font-size: 30px!important; 
    color: #cf2a27!important;
}
/*.navbar-fixed .logo .logo-image a img{
	width: 174px!important;
}
.navbar-fixed .sf-menu li a i{
	font-size: 26px!important;
}
.navbar-fixed #site-navigation ul li{
	padding: 10px 6px 10px!important;
}
.navbar-fixed .sf-menu a{
	    padding: 7px 20px!important;
}*/
/*end international triaing*/
/*act skilled capital program*/
.skill_captial_head1{
    font-size: 14px;
    font-weight: bold;
}
.skill_captial_head2{
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
.page-id-683 p{
    margin-bottom: 15px;
}
.page-id-241 p{
    padding-bottom: 10px;
    margin: 0px;
}
.page-id-17 p{
    padding-bottom: 10px;
    margin: 0px;
}
.about_table tr td{ text-align: justify;  border: 6px solid #fff;  background-color: rgba(255, 203, 30, 0.31)!important; }
.about_table tr td:nth-child(1){
    background-color: #d02e2b!important;
    color: #fff!important;
    }
    .pagelink{
        color: #1818c1;
    }
/*.about_table tr td:nth-child(2){
{
   
}*/
.emp_subhead{
    margin: 0px 0px 10px 0px !important;
    padding: 20px 0px 0px 0px!important;
    font-weight: bold;
    color: #cf2a27;
}
.page-id-634 .emp_subhead {
    padding-top: 40px!important;
    margin-bottom: 0px!important;
    font-size: 18px;
}
/*end act skilled*/
/*media query*/
@media(max-width: 600px){
    /*.feature-product-section .tg-feature-product-widget{
        width: inherit!important;
    }*/
    .feature-product-section .tg-feature-product-widget{
        width: 95%!important; 
        float: left;
    }
}

@media(max-width: 1206px) {
	.hideTab{
		display:none;
	}
}

@media(max-width: 1086px) {
	.hide1080{
		display:none;
	}
   
}


@media(max-width: 856px) {
	.hide800{
		display:none;
	}
	.slider-light .caption-title {
		width: 75%;
		margin: 0 auto;
	}
	.slider-light .caption-title h1{
		font-size: 18px;
		margin-bottom: 14px;
	}
	.slider-light .caption-desc {
		    font-size: 14px!important;
			width: 75%;
			margin: 0 auto!important;
			margin-bottom: 18px!important;
	}
	.logo .logo-image a img{ 
		width: 170px!important; 
	}
	#site-navigation, .center-logo-below-menu #site-navigation{
		padding: 25px 0!important;
	}
}

@media(max-width: 480px){
    .hideMobiles{
        display: none!important;
    }
    .tc_team-members7 {
        width: 100%;
    }
}

@media(max-width: 553px) {
	.slider-light .caption-title h1{
		font-size: 14px!important;
	}
	.slider-light .caption-desc {
		    font-size: 12px!important;
			margin-bottom: 5px!important;
	}
}

@media(max-width: 764px) {
    .centerMargin{
        text-align: center;
        margin-top: 25px!important;
    }
    .resTab{
        margin-bottom: 25px!important;
    }
	.slider-light .caption-title {
		width: 75%;
		margin: 0 auto;
	}
	.slider-light .caption-title h1{
		font-size: 18px;
		margin-bottom: 14px;
	}
	.slider-light .caption-desc {
		    font-size: 14px!important;
			width: 75%;
			margin: 0 auto!important;
			margin-bottom: 19px!important;
	}
	.logo .logo-image a img{ 
		width: 170px!important; 
	}
	#site-navigation, .center-logo-below-menu #site-navigation{
		padding: 25px 0!important;
	}
	.tg-client-widget .swiper-button-prev{
		left: 84%!important;
	}
    .tg-client1-widget .swiper-button-prev1{
        left: 84%!important;
    }
}
@media screen and (max-width: 1173px) and (min-width: 765px) {
	.logo .logo-image a img{ 
		width: 250px!important; 
	}
}
@media(max-width: 1110px) {
     .customImage{
        padding: 20px 45px!important;
    }
}

@media(max-width: 1040px) {
     .customImage{
        padding: 10px 45px!important;
    }
}


@media(max-width: 1010px) {
    .fearued_left_container {
        width: 75%!important;
    }
	.custom-logo{ width: 250px; }
   
} 
@media(max-width: 767px) {
    .location_map_title_tab{
        display: block!important;
    }
    .page-id-622 .owl-controls{
        position: absolute;
        top: 145px;
        left: 0px;
        text-align: left;
    }
    #primary{
        padding-right: 0px;
    }
    .location_tab_map{
        width:100%;    
    }
    .location_tab_desc{
        margin: 20px 0px;
        width:100%;    
    }
    .header_featured_response{
        display: block !important;
        padding: 32px 15px 45px 15px;
    }
    .header_featured{
        display: none !important;
    }
    .fearued_left_container{
        width: 100%!important;
    }
    .page-id-394 .responsive-tabs .responsive-tabs__list {
        display: block!important;
    }    
    .page-id-394 .faq_sub_div .quote .testimonial-left{
        width: 100%;
        float: none;
    }
    .page-id-394 .faq_sub_div .quote .testimonial-left .avtar-image{
        text-align: center;
    }
    .page-id-394 .faq_sub_div .quote .testimonial-content{
        width: 100%;
        float: none;
    }
    .responsive-tabs .responsive-tabs__panel{
        padding: 20px 0px 0px 0px!important;
    }
    .page-id-371 .responsive-tabs .responsive-tabs__heading{
        background-color: #CF2A28;
        color: #fff;
    }
    .page-id-371 .responsive-tabs .responsive-tabs__heading:hover{
        background-color: #000;
        color: #fff;
    }
    .page-id-371 .responsive-tabs .responsive-tabs__heading:hover:after {
        /*border-top: 6px solid #fff;*/
    }
    .page-id-371 .responsive-tabs .responsive-tabs__heading::after {
        /*border-top: 6px solid #fff;*/
        color: #fff;
    }
    .accordions-themes {
        margin-bottom: 20px;
    }

}
#primary .panel-grid-cell .panel-last-child{
    margin-top: 0!important;
}
.rpwe-block li{
    position: relative;
    color: #fff!important;
}
.rpwe-time{
    color: #fff!important;
    font-size: 14px!important;
    position: absolute;
    top: 0px;
    left: 24px;
}
.rpwe-block a{
    color: #fff;
}
.rpwe-block h3{
    font-size: initial!important;
}
.rpwe-summary {
    font-size: 14px!important;
    margin-top: 5px;
}
.recent-posts-extended .widget-title{
    font-size: 36px!important;
}

.customImage {
    background: url(http://reachfortraining.com.au/wp-content/uploads/2017/05/latest.png); 
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 45px;
    min-height: 439px;
}
.customImage h3{ color: #fff; margin-bottom: 15px; text-transform: capitalize;  }
.customImage h4{ text-transform: capitalize!important; margin-top: 5px; }
.customImage i { color: #fff!important; font-size: 18px!important; }

.sow-video-wrapper iframe{ width:100%; }
.fa{ color:#ccc; }

.firstRow p{ color: #fff!important;     margin-bottom: 12px; }
.firstRow p i{
    color: #fff!important; 
    position: absolute;
    top: -3px;
    left: 0px;
 }
 .alighIcontent{ padding-left: 30px; position: relative;  }
.firstRow ul{
    margin: 0;
}

.firstRow ul li{
    float: left;
    margin-right: 8px;
}
.firstRowClass {

    padding: 30px 10px 30px 80px;
    border-radius: 44px 0px 44px 0px;
}
.firstRowClass .widget-title{
    color: #fff!important;
    font-size: 16px;
}
 .bgDaBlue{
    background-color: #2070A1!important;
    background-image: url(http://reachfortraining.flywheelsites.com/wp-content/uploads/2017/06/whystudy_icon-1.png);
    background-repeat: no-repeat;
 }

.bgGreen { 
    background-color: #39C98E!important;
    background-image: url(http://reachfortraining.flywheelsites.com/wp-content/uploads/2017/06/whystudy_icon-1.png);
    background-repeat: no-repeat;
 }

 .bgBlue{
    background-color: #34B2E5!important;
    background-image: url(http://reachfortraining.flywheelsites.com/wp-content/uploads/2017/06/whystudy_icon-1.png);
    background-repeat: no-repeat;
 }
 .bgRed{
    background-color: #E54957!important; 
    background-image: url(http://reachfortraining.flywheelsites.com/wp-content/uploads/2017/06/whystudy_icon-1.png);
    background-repeat: no-repeat; 
 }
 .bgOrange{
    background-color: #FE912A!important;  
    background-image: url(http://reachfortraining.flywheelsites.com/wp-content/uploads/2017/06/whystudy_icon-1.png);
    background-repeat: no-repeat;
 }
 .bgBrown{
    background-color: #871340!important;  
    background-image: url(http://reachfortraining.flywheelsites.com/wp-content/uploads/2017/06/whystudy_icon-1.png);
    background-repeat: no-repeat;
 }
.firstRowClass .textwidget{
    color: #fff!important;    
    font-size: 14px;
}

.divcolumm{
    margin-bottom: 25px!important;
}
#pg-5-8,#pg-5-7,#pg-5-9 {
    
}

/*
.service-wrapper{
    padding: 10px 14px;
    border-radius: 44px 0px 44px 0px;
    background: #2070A1;
    background: -moz-linear-gradient(left, #1E6591 0%, #1E6591 14%, #2070A1 11%, #2070A1 71%, #2070A1 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1E6591), color-stop(14%, #1E6591), color-stop(11%, #f6290c), color-stop(71%, #2070A1), color-stop(100%, #2070A1));
    background: -webkit-linear-gradient(left, #1E6591 0%, #1E6591 14%, #2070A1 11%, #2070A1 71%, #2070A1 100%);
    background: -o-linear-gradient(left, #1E6591 0%, #1E6591 14%, #2070A1 11%, #2070A1 71%, #2070A1 100%);
    background: -ms-linear-gradient(left, #1E6591 0%, #1E6591 14%, #2070A1 11%, #2070A1 71%, #2070A1 100%);
    background: linear-gradient(to right, #1E6591 0%, #1E6591 14%, #2070A1 11%, #2070A1 71%, #2070A1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E6591', endColorstr='#2070A1', GradientType=1 );
}
.service-icon-title-wrapper{
    margin-bottom: 35px;
    margin-top: 15px;
    width: 13%;
    float: left;
}
.service-content-wrap{
    color: #fff!important;
}*/


@media(min-width: 764px) {
    .centerMargin{
        text-align: center;
        margin-top: 25px!important;
        margin-bottom: 25px!important;
    }
    .slider-content .tg-container{
        width: 700px!important;
    }
    /*#pg-5-3 .siteorigin-panels-stretch{ 
        overflow: hidden;
        position: relative;
    }

    #pg-5-3 #pgc-5-3-0{
        background: transparent;
        height: 100%;
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
    }*/
    
    #pgc-5-3-0, #pgc-5-3-1{
        width:50%!important;
    }
    

}

.cusGrid{
    width: 20%!important; 
    float: left;
}

/*# sourceMappingURL=style.css.map */
@media(max-width: 1160px) {

    #site-navigation ul li a {
        font-size: 11px;
    }
    #site-navigation ul li{
        padding: 25px 0px 12px;
    }
}

@media(max-width: 980px) { 
    .cusGrid{
        width: 25%!important; 
        float: left;
    }

    .sf-menu .dropdown .active:hover,
    .sf-menu li.sfHover,
    .sf-menu li:hover {
        background-color: #cf2a27;
    }

    .tg-client-widget .swiper-button-next {
        left: 93%;
    }
    .tg-client-widget .swiper-button-prev {
        left: 87%;
    }

    .tg-client1-widget .swiper-button-next1 {
        left: 93%;
    }
    .tg-client1-widget .swiper-button-prev1 {
        left: 87%;
    }

    .custom-logo{
        width: 200px!important;
    }
    .center-logo-below-menu .logo, .logo{
        padding: 5px 0!important;
    }
    #site-navigation ul > li a{
        padding: 0 50px!important;
        text-align: left;
    }
    .sf-menu li a i{
        font-size: 26px;
        display: block;
        line-height: 1;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    #site-navigation ul li, .transparent #site-navigation ul li{
        border-left: none!important;
        
    }
    #site-navigation ul{
        /*box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2), 0px -3px 2px rgba(0, 0, 0, 0.2);*/
        box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
        border-top: 1px solid #ccc;
    }
    #site-navigation .menu{
        padding: 0!important;
    }
    #site-navigation ul.sub-menu>li a:hover{
        background-color: #cf2a27;
        color: #fff!important;
    }

   .sf-menu li.sfHover, .sf-menu li:hover a, .sf-menu li.sfHover, .sf-menu li:hover a i{
    color: #fff!important;
   }

   #site-navigation .fa-bars{ 
        font-size: 30px;
        color: #cf2a27;
        margin-right: 10px;
    }
   
}
.entry-content h4{
    margin-bottom: 15px;
    margin-top: 15px; 
}
.entry-content{
    margin-bottom: 20px; 
}
@media(max-width: 780px) {
    .cusGrid{
        width: 50%!important; 
        float: left;
    }
    #content .tg-container{
        padding: 0 5%!important;
    }
    h1{
        font-size: 28px!important;
    }
    h2{
        font-size: 24px!important;
    }
    h3{
        font-size: 20px!important;
    }
}

@media(max-width: 361px) {
    .cusGrid{
        width: 100%!important; 
        float: left;
    }
    .slider-light h1{ font-size: 20px!important;  }
    /*.feature-product-section .tg-feature-product-widget{
        width: inherit!important;
    }*/
    .section-title:before, .section-title:after{
        left: 50%!important;
    }
    .section-title{ text-align: center!important; }
    .tg-client-widget .swiper-button-next {
        left: 20%;
        top: 97%;
    }
    .tg-client-widget .swiper-button-prev {
        left: 7%;
        top: 97%;
    }
    /*.feature-product-section .slider-arrow{  display: block!important; }*/
    .custom-logo{
        width: 150px!important;
    }
    .center-logo-below-menu .logo, .logo{
        padding: 5px 0!important;
    }
    #site-navigation ul > li a{
        padding: 0 50px!important;
        text-align: left;
    }
    .sf-menu li a i{
        font-size: 26px;
        display: block;
        line-height: 1;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    #site-navigation ul li, .transparent #site-navigation ul li{
        border-left: none!important;
        
    }
    #site-navigation ul{
        /*box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2), 0px -3px 2px rgba(0, 0, 0, 0.2);*/
        box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
        border-top: 1px solid #ccc;
    }
    #site-navigation .menu{
        padding: 0!important;
    }
    #site-navigation ul.sub-menu>li a:hover{
        background-color: #cf2a27;
        color: #fff!important;
    }

   .sf-menu li.sfHover, .sf-menu li:hover a, .sf-menu li.sfHover, .sf-menu li:hover a i{
    	color: #fff!important;
   }

   #site-navigation .fa-bars{ 
        font-size: 30px;
        color: #cf2a27;
        margin-right: 10px;
    }
   
}

.navbar-fixed {
    z-index: 99999;
    position: fixed;
    opacity: .98;
    width: 100%;
    top: 0;
    /*-webkit-animation: fadeInDown 1000ms;
    -moz-animation: fadeInDown 1000ms;
    -ms-animation: fadeInDown 1000ms;
    -o-animation: fadeInDown 1000ms;
    animation: fadeInDown 1000ms;
    -webkit-backface-visibility: hidden;*/
    border-bottom: 5px solid #CF2A28;
}


@media screen and (min-width: 980px){  
	.tg-slider-widget .swiper-slide{
		height: 480px;
	}
}


/**GRID***/
.entry-content h1{
    margin-bottom: 20px;
    margin-top: 10px;
}
.entry-content h2{
    margin-bottom: 20px;
    margin-top: 10px;
}

.entry-content h3
{
    margin-bottom: 20px;
    margin-top: 10px;
}

.entry-content {
    margin-bottom: 20px; 
}

.entry-content table{
    margin-top: 20px!important;  
}

/***END***/