/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

p {
  margin-top: 0;
}

a {
  color: #1eaedb;
}

a:hover {
  color: #1b9cc5;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: sans-serif;
  color: #333;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* 
 * Apply a natural box layout model to all elements, but allowing components to change.
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #e22500;
  color: #fff;
  padding: 0.8em 0;
  text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  width: 100%;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  outline: 0;
}

textarea,
select {
  width: 100%;
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  box-shadow: none;
  appearance: none;
  transition: all 0.2s linear;
}

textarea:focus,
select:focus {
  outline: 0;
}

textarea {
  height: auto;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  text-size-adjust: 100%;
}

body {
  overflow-y: scroll;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.modal-open {
  overflow: auto;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop.in {
  opacity: 0.5;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  box-shadow: none !important;
  -webkit-appearance: none;
}

input {
  box-shadow: none !important;
  -webkit-appearance: none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

a {
  transition: all ease 1s;
  text-decoration: none;
  color: #c82b3c;
}

* {
  outline: none !important;
  border: 0px;
}

input, textarea {
  outline: none !important;
}

textarea {
  resize: none;
}

img {
  outline: none;
  border: 0px;
  margin: 0px;
}

ul {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 1000;
  background: #fff;
}

.header .top-header {
  padding: 25px 0px 25px 0px;
  transition: all 0.3s linear 0s;
}

.header .top-header .logo {
  float: left;
  margin: 0px 0px 0px 0px;
  width: 161px;
  transition: all 0.3s linear 0s;
}

.header .top-header .logo img {
  transition: all 0.3s linear 0s;
  width: 161px;
}

.header .top-header .phn-wrap {
  font-family: 'Roboto', sans-serif;
  float: right;
  color: #676767;
  font-size: 27px;
  margin: 19px 0px 0px 0px;
  line-height: 31px;
  transition: all 0.3s linear 0s;
  font-weight: 300;
}

.header .top-header .phn-wrap a {
  text-decoration: none;
  color: #676767;
  cursor: default;
}

.header .top-header .phn-wrap i {
  width: 40px;
  height: 40px;
  float: left;
}

.header .top-header .phn-wrap .phn-icon {
  margin: 0px 10px 0px 0px;
  display: inline-block;
  background: url(../images/phn-icon.png) top no-repeat;
}

.header .main-nav-out {
  width: 100%;
  background: #c0504d;
  height: 47px;
}

.main-cintent {
  padding-top: 188px;
}

.slim-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear 0s;
}

.slim-header .top-header {
  padding: 5px 0px;
}

.slim-header .top-header .logo {
  transition: all 0.3s linear 0s;
  width: 120px;
  height: auto;
}

.slim-header .top-header .logo img {
  width: 120px;
  transition: all 0.3s linear 0s;
}

.slim-header .top-header .top-right-wrap {
  padding: 0px 0px 0px 0px;
  transition: all 0.3s linear 0s;
}

.slim-header .top-header .top-right-wrap .phn-wrap {
  font-size: 15px;
  line-height: 16px;
  transition: all 0.3s linear 0s;
}

.slim-header .top-header .top-right-wrap .phn-wrap .phn-icon {
  margin-bottom: 9px;
}

.slim-header .top-header .top-right-wrap .login-bttn {
  padding: 2px 5px;
  font-size: 13px;
  margin-top: 7px;
  transition: all 0.3s linear 0s;
}

.slim-header .mob-btn {
  position: static;
}

.sm-wrap {
  width: 47px;
  height: 47px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  font-size: 28px;
  float: right;
}

.sm-wrap:hover {
  background: #c82b3c;
  color: #fff;
}

.fb-bg {
  background: #c0504d;
}

.tr-bg {
  background: #c0504d;
}

.gp-bg {
  background: #c0504d;
}

.home-banner-otr {
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0px;
}

.banner-sf {
  float: right;
  padding: 135px 0px 0px 0px;
  margin-right: 20px;
}

.banner-sf .sf-text {
  font-family: 'Roboto', sans-serif;
  color: #242424;
  font-size: 43px;
  text-transform: uppercase;
  line-height: 53px;
  font-weight: 300;
  margin: 0px 0px 13px 0px;
}

.banner-sf .sf-text span {
  color: #686868;
  font-size: 39px;
  display: inline-block;
  text-transform: none;
}

.banner-sf .sf-text .title {
  font-size: 35px;
  text-transform: none;
  color: #242424;
}

.banner-sf .banner-btn {
  background: #000;
  opacity: 0.8;
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
  padding: 15px 50px;
  font-weight: 300;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}

.banner-sf .banner-btn:hover {
  background: #5c5c5c;
}

.padd-less {
  padding-top: 47px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.form-wrap-out {
  width: 100%;
  background: #c0504d;
  height: 105px;
  font-family: 'Roboto', sans-serif;
  padding: 0px 0px 0px 0px;
}

.form-wrap-out .h3-text {
  background: #c82b3c;
  color: #fff;
  float: left;
  font-size: 22px;
  line-height: 23px;
  padding: 30px 0 27px;
  text-align: center;
  text-transform: uppercase;
  width: 11%;
  font-weight: 300;
}

.form-wrap-out .h3-text span {
  font-size: 16.69px;
}

.form-wrap-out input {
  background: #fff;
  color: #111;
  font-size: 15px;
  width: 100%;
  padding: 0px 6px;
  font-weight: 400;
  width: 97%;
  margin: 15px 0px 0px 0px;
  display: block;
  height: 30px;
  font-family: 'Roboto', sans-serif;
  float: left;
  font-weight: 300;
  border: none;
}

.form-wrap-out textarea {
  background: #fff;
  border: 1px solid #fff;
  color: #111;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 30px;
  margin: 15px 0 0;
  outline: medium none;
  padding: 2px 6px 0;
  resize: none;
  width: 99%;
}

.form-wrap-out .hcaptcha-wrap {
  height: 50px;
  padding: 15px 0px 0px;
  width: 30%;
  float: right;
}

.form-wrap-out .hcaptcha-wrap .submt-bttn {
  background: #2d2b2b;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 3px 12px;
  font-size: 15px;
  float: right;
  text-transform: uppercase;
}

.form-wrap-out .hcaptcha-wrap .submt-bttn:hover {
  background: #fff;
  color: #000;
}

.service-wrp-out {
  width: 100%;
  background: url(../images/servic-bg.jpg) top center no-repeat;
  text-align: center;
  padding-bottom: 43px;
  background-size: cover;
}

.service-wrp-out .view-all {
  color: #fff;
  background: #c62e40;
  font-size: 15px;
  margin: 0px 0px 35px 0px;
  font-weight: 300;
  padding: 8px 37px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.service-wrp-out .view-all:hover {
  background: #2d2b2b;
}

.service-wrp-out .service-wrp {
  width: 87%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  padding: 40px 0px 33px 0px;
  margin: 0 auto;
}

.service-wrp-out .service-wrp h2 {
  color: #000;
  font-size: 42px;
  margin: 0px 0px 7px 0px;
  font-weight: 300;
  padding: 0px;
  letter-spacing: 0.4px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}

.service-wrp-out .service-wrp h2 a {
  color: #000;
  text-decoration: none;
}

.service-wrp-out .service-wrp h2 a:hover {
  color: #c62e40;
  text-decoration: none;
}

.service-wrp-out .service-wrp p {
  color: #484848;
  font-size: 15px;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  font-weight: 300;
}

.service-wrp-out .service-wrp .servic-box {
  width: 100%;
  padding: 35px 0px 0px 0px;
}

.service-wrp-out .service-wrp .servic-box .curv-img {
  border-radius: 100px;
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  transition: all 0s ease;
  margin: 0px auto 40px;
}

.service-wrp-out .service-wrp .servic-box .curv-img:after {
  opacity: 0;
}

.service-wrp-out .service-wrp .servic-box .curv-img:hover {
  box-shadow: 0px 0px 0px 6px #c82b3c;
}

.service-wrp-out .service-wrp .servic-box .curv-img:hover:after {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 25px solid #c82b3c;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -27px;
  opacity: 1;
  margin-left: -16px;
}

.service-wrp-out .service-wrp .servic-box img {
  border-radius: 100px;
  filter: grayscale(100%);
  position: relative;
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.2s ease;
  /* Transition for Webkit browsers */
}

.service-wrp-out .service-wrp .servic-box img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}

.service-wrp-out .service-wrp .servic-box h3 {
  color: #757676;
  font-size: 21px;
  line-height: 25px;
  margin: 0px 0px 10px 0px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.service-wrp-out .service-wrp .servic-box h3 a {
  color: #757676;
  text-decoration: none;
}

.service-wrp-out .service-wrp .servic-box h3 a:hover {
  color: #c82b3c;
  text-decoration: none;
}

.service-wrp-out .service-wrp .servic-box p {
  color: #8d8e8e;
  font-size: 14px;
  line-height: 19px;
  margin: 0px 0px 0px 0px;
}

.blog-detail-wrap {
  width: 100%;
  background: #fff;
  padding: 38px 0px 19px 0px;
}

.blog-detail-wrap .hblog-wrp {
  border-right: 1px solid #cbcbcb;
  padding: 0px 25px 0px 0px;
  font-family: 'Roboto', sans-serif;
}

.blog-detail-wrap .hblog-wrp h3 {
  font-size: 24px;
  color: #9c9c9c;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0px;
}

.blog-detail-wrap .hblog-wrp h3 a {
  color: #9c9c9c;
  text-decoration: none;
}

.blog-detail-wrap .hblog-wrp h3 a:hover {
  color: #c82b3c;
}

.blog-detail-wrap .hblog-wrp h2 {
  font-size: 26px;
  color: #a3a3a3;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.blog-detail-wrap .hblog-wrp h2 a {
  text-decoration: none;
  color: #a3a3a3;
}

.blog-detail-wrap .hblog-wrp h2 a:hover {
  color: #c82b3c;
}

.blog-detail-wrap .hblog-wrp .abt-min-ht {
  padding: 0px 0px 25px 0px;
}

.blog-detail-wrap .hblog-wrp h4 {
  font-size: 19px;
  color: #a3a3a3;
  margin: 0px 0px 10px 0px;
  font-weight: 300;
  letter-spacing: .5px;
  letter-spacing: -0.5px;
}

.blog-detail-wrap .hblog-wrp h4 a {
  color: #a3a3a3;
  text-decoration: none;
}

.blog-detail-wrap .hblog-wrp h4 a:hover {
  color: #c82b3c;
}

.blog-detail-wrap .hblog-wrp p {
  font-size: 15px;
  color: #a3a3a3;
  line-height: 24px;
  margin: 0px 0px 15px 0px;
  font-weight: 300;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .home-autr-wrp {
  float: left;
  font-family: 'Roboto', sans-serif;
  color: #424242;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .home-autr-wrp h5 {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .home-autr-wrp h5 a {
  text-decoration: none;
  color: #878787;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .home-autr-wrp h5 a:hover {
  color: #c82b3c;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .home-autr-wrp h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  color: #878787;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .home-autr-wrp h6 a {
  color: #878787;
  text-decoration: none;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .home-autr-wrp h6 a:hover {
  color: #c82b3c;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .view-bttn {
  color: #c82b3c;
  font-size: 16px;
  font-weight: 300;
  float: right;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .view-bttn:after {
  content: "";
  width: 19px;
  height: 19px;
  float: left;
  margin: 4px 5px 0px 0px;
  background: url(../images/view-icon.jpg) top left no-repeat;
}

.blog-detail-wrap .hblog-wrp .home-blog-btm .view-bttn:hover {
  color: #626262;
  text-decoration: none;
}

.blog-detail-wrap .bordr-none {
  border: none;
}

.rmore {
  color: #c82b3c;
  font-size: #8fae23;
  margin: 0px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.rmore:hover {
  color: #626262;
  text-decoration: none;
}

.home-testi-outr {
  width: 100%;
  background: #e5e4e4;
  border-top: 1px solid #bfbfbf;
  padding: 25px 0px 15px;
}

.home-testi-outr .test-wrap {
  padding: 0px 55px;
}

.home-testi-outr .test-wrap .open-crt {
  width: 100%;
  background: url(../images/open-cort.png) top left no-repeat;
  padding: 0px 0px 0px 60px;
}

.home-testi-outr .test-wrap p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #727272;
  background: url(../images/end-cort.png) bottom right no-repeat;
  padding: 0px 60px 0px 0px;
  text-align: center;
  font-weight: 300;
}

.home-testi-outr h4 {
  font-size: 15px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.home-newlr-outr {
  width: 100%;
  padding: 35px 0px;
  border-top: 1px solid #bfbfbf;
}

.home-newlr-outr label {
  font-size: 25px;
  color: #a3a3a3;
  float: left;
  font-weight: 300;
  letter-spacing: .5px;
  margin: 3px 5px 0px 0px;
  font-family: 'Roboto', sans-serif;
}

.home-newlr-outr .news-form-wrp {
  float: right;
  margin: 0px 0px 0px 0px;
  width: 69%;
  position: relative;
}

.home-newlr-outr .news-form-wrp .subscribe-btnn {
  background: #313131;
  border: medium none;
  border-radius: 0 10px 10px 0;
  color: #fff;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  padding: 0 15px 1px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 145px;
}

.home-newlr-outr .news-form-wrp .subscribe-btnn:hover {
  background: #4e4e4e;
}

.home-newlr-outr .news-form-wrp input {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #e2e0e0;
  border-radius: 10px 0 0 10px;
  color: #b3b3b3;
  display: block;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 41px;
  padding: 10px 15px 8px;
  width: 79%;
}

.home-newlr-outr .news-form-wrp a {
  background: #313131;
  border-radius: 0px 13px 13px 0px;
  padding: 0px 15px 1px;
  text-align: center;
  color: #fff;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  width: 145px;
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
}

.home-newlr-outr .news-form-wrp a:hover {
  background: #4e4e4e;
}

.home-newlr-outr .foot-sm-wrap {
  border-right: 1px solid #f0f0f0;
  float: right;
  margin-top: 7px;
}

.home-newlr-outr .foot-sm-wrap a {
  background: #fff;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  width: 36px;
  height: 34px;
  color: #b9b9b9;
  font-size: 30px;
  line-height: 25px;
  float: left;
  font-family: 'Roboto', sans-serif;
}

.home-newlr-outr .foot-sm-wrap .fa-facebook {
  font-size: 17px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.home-newlr-outr .foot-sm-wrap .fa-facebook:hover {
  color: #3b5998 !important;
}

.home-newlr-outr .foot-sm-wrap .fa-linkedin {
  font-size: 17px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.home-newlr-outr .foot-sm-wrap .fa-linkedin:hover {
  color: #0083be !important;
}

.home-newlr-outr .foot-sm-wrap .fa-youtube {
  font-size: 17px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.home-newlr-outr .foot-sm-wrap .fa-youtube:hover {
  color: #e02f2f !important;
}

.home-newlr-outr .foot-sm-wrap .fa-google-plus {
  font-size: 15px;
  font-weight: bold;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.home-newlr-outr .foot-sm-wrap .fa-google-plus:hover {
  color: #d6492f !important;
}

.home-newlr-outr .foot-sm-wrap .fa-twitter {
  font-size: 17px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.home-newlr-outr .foot-sm-wrap .fa-twitter:hover {
  color: #1cb7eb !important;
}

.home-newlr-outr .foot-sm-wrap .fa-pinterest-p {
  font-size: 17px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.home-newlr-outr .foot-sm-wrap .fa-pinterest-p:hover {
  color: #ca3737 !important;
}

.top-sm-wrap {
  float: right;
}

.top-sm-wrap a {
  text-align: center;
  width: 43px;
  height: 47px;
  color: #b9b9b9;
  font-size: 30px;
  line-height: 49px;
  float: left;
  font-family: 'Roboto', sans-serif;
}

.top-sm-wrap a:hover {
  background: #c82b3c;
  color: #fff;
}

.top-sm-wrap .fa-facebook {
  font-size: 26px;
  color: #fff;
}

.top-sm-wrap .fa-facebook:hover {
  color: #fff;
}

.top-sm-wrap .fa-linkedin {
  font-size: 26px;
  color: #fff;
}

.top-sm-wrap .fa-linkedin:hover {
  color: #fff;
}

.top-sm-wrap .fa-youtube {
  font-size: 26px;
  color: #fff;
}

.top-sm-wrap .fa-youtube:hover {
  color: #fff;
}

.top-sm-wrap .fa-google-plus {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.top-sm-wrap .fa-google-plus:hover {
  color: #fff;
}

.top-sm-wrap .fa-twitter {
  font-size: 26px;
  color: #fff;
}

.top-sm-wrap .fa-twitter:hover {
  color: #fff;
}

.top-sm-wrap .fa-pinterest-p {
  font-size: 26px;
  color: #fff;
}

.top-sm-wrap .fa-pinterest-p:hover {
  color: #fff;
}

.footer-wrp {
  background: #c0504d;
  width: 100%;
  padding: 16px 0px 15px;
  text-align: center;
  position: relative;
}

.footer-wrp ul {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

.footer-wrp ul li {
  list-style: none;
  padding: 0px 15.5px;
  display: inline;
}

.footer-wrp ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.footer-wrp ul li a:hover {
  color: #313131;
}

.footer-wrp p {
  font-size: 13px;
  color: #e0b7b5;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 0px 0px;
  font-weight: 400;
}

.footer-wrp p a {
  color: #e0b7b5;
  text-decoration: none;
}

.footer-wrp p a:hover {
  color: #313131;
  text-decoration: none;
}

.footer-wrp img {
  text-align: center;
  margin: 5px 0px 0px 0px;
}

.footer-wrp img:hover {
  opacity: 0.5px;
}

.techwyse-logo {
  background: url("../images/tw-logo.png") repeat scroll 0 0;
  display: block;
  height: 33px;
  margin: 5px auto 0 auto;
  width: 33px;
}

.techwyse-logo:hover {
  background-position: 0 -38px;
}

/*-- FAQ start Here --*/
.faq-wrp {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.faq-wrap {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  color: #494949;
  margin: 10px 0px 5px 0px;
  background: url(../images/faq-icon.png) 10px 10px no-repeat #f9f9f9;
  padding: 10px 10px 10px 52px;
  width: 89%;
  border: 1px solid #e9e9e9;
  font-size: 18px;
}

.faq-wrap:hover {
  color: #c82b3c;
}

.faq-wrap.openlanguage {
  color: #c82b3c;
}

.answer-wrap {
  width: 89%;
  padding: 13px;
  font-family: 'Roboto', sans-serif;
  color: #494949;
  font-size: 15px;
  line-height: 22px;
}

.answer-wrap p {
  margin-bottom: 0px !important;
}

.main-nav li.current-menu-item > a, .main-nav li.current-cat > a, .main-nav li.current_page_item > a, .main-nav li.current-page-ancestor > a, .main-nav li.current_page_parent > a, .main-nav li.current-menu-parent > a {
  color: #fff;
  background: #c82b3c;
}

.nv-top li.current-menu-item > a, .nv-top li.current-cat > a, .nv-top li.current_page_item > a, .nv-top li.current-page-ancestor > a, .nv-top li.current_page_parent > a, .nv-top li.current-menu-parent > a {
  color: #c82b3c;
}

.footer-wrp li.current-menu-item > a, .footer-wrp li.current-cat > a, .footer-wrp li.current_page_item > a, .footer-wrp li.current-page-ancestor > a, .footer-wrp li.current_page_parent > a, .footer-wrp li.current-menu-parent > a {
  color: #313131;
}

.form-pop .hd {
  background: #c0504d;
  padding: 1px;
  text-align: center;
}

.form-pop .hd h4 {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
}

.form-pop .close {
  color: #fff;
  font: 100 40px/21px "Roboto", sans-serif;
  height: 40px;
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 1px;
  width: 40px;
}

.form-pop .form-popcont {
  padding: 25px 20px 70px 25px;
}

.form-pop input[type="submit"] {
  background: #c0504d;
  border: medium none;
  color: #fff;
  float: right;
  height: auto;
  padding: 10px 30px;
  text-transform: uppercase;
  width: auto;
  font: 16px/21px "Roboto", sans-serif;
}

.form-pop input[type="submit"]:hover {
  background: #333333;
}

.form-pop input[type="text"], .form-pop input[type="tel"], .form-pop input[type="email"] {
  border: 1px solid #c1c1c1;
  border-radius: 0;
  box-shadow: none;
  color: #535454;
  font: 14px/21px "Roboto", sans-serif;
  height: 45px;
  margin: 0 0 15px;
  padding: 0 20px;
  width: 100%;
}

.form-pop textarea {
  border: 1px solid #c1c1c1;
  border-radius: 0;
  box-shadow: none;
  color: #535454;
  font: 14px/20px "Roboto", sans-serif;
  height: 128px;
  margin: 0 0 15px;
  padding: 20px;
  width: 100%;
}

button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}

.contact-wrap {
  margin: 0px;
  padding: 0px;
}

.contact-wrap #captcha_div_contact_3 p {
  color: #75706d;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0 0 10px;
  text-align: right;
}

.contact-wrap #captcha_div_contact_3 p span {
  color: #c0504d;
}

.contact-wrap #captcha_div_contact_3 a.ref-img {
  fill: #2d2b2b;
  outline: medium none;
}

.contact-wrap .btn-grp {
  margin-bottom: 15px;
  float: right;
}

.contact-wrap #captcha_div_contact_3 a {
  border: 1px solid #b3b3b3;
  cursor: pointer;
  fill: #2d2b2b;
  margin: 0 6px 0 0;
  padding: 4px 5px 5px;
  text-align: center;
  font-size: 12px;
}

.contact-wrap h3 {
  border-bottom: 1px dotted #ccc;
  color: #333;
  font: 300 18px/21px roboto;
  margin: 0 0 15px;
  padding: 0 0 10px;
}

.contact-wrap input[type="text"], .contact-wrap input[type="file"], .contact-wrap input[type="tel"], .contact-wrap input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  box-shadow: none;
  color: #535454;
  font: 14px/21px "Roboto", sans-serif;
  height: 45px;
  margin: 0 0 10px;
  padding: 0 20px !important;
  width: 100%;
}

.contact-wrap select {
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #a2a3a3;
  display: block;
  font-size: 13px;
  height: 45px;
  margin: 0 0 10px;
  outline: medium none;
  padding: 0 20px 0px 15px !important;
  transition: all 0.1s ease 0s;
  vertical-align: middle;
  width: 100%;
}

.contact-wrap input[type="submit"] {
  background: #c0504d;
  border: medium none;
  color: #fff;
  float: right;
  font: 15px/21px "Roboto", sans-serif;
  height: 40px;
  text-transform: uppercase;
  width: 110px;
}

.contact-wrap input[type="submit"]:hover {
  background: #333333;
}

.contact-wrap textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  box-shadow: none;
  color: #535454;
  font: 14px/21px "Roboto", sans-serif;
  height: 158px;
  margin: 0 0 10px;
  padding: 20px;
  width: 100%;
}

.contact-wrap .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.contact-wrap .input-group-addon, .contact-wrap .input-group-btn {
  vertical-align: middle !important;
}

.contact-wrap .btn-file {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #302f2f;
  border-color: #c1c1c1 #c1c1c1 #c1c1c1 -moz-use-text-color;
  border-image: none;
  border-radius: 0;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  height: 45px;
  overflow: hidden;
  line-height: 43px;
  padding: 0 20px;
  right: 0;
  top: 1px;
  width: 100%;
}

.contact-wrap .btn-file .error {
  line-height: 24px;
}

.contact-wrap .btn-file.error {
  border: 1px solid #f00 !important;
}

.contact-wrap .btn-file input[type="file"] {
  cursor: inherit;
  display: block;
  font-size: 100px;
  height: 45px;
  left: 0;
  margin: 0;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  top: 0;
  overflow: hidden;
}

.slider1 .bnr-1, .slider1 .bnr-2, .slider1 .bnr-3 {
  margin: 0px;
  padding: 0px;
}

.slider1 .bnr-1 {
  background: url(../images/home-banner.jpg) center top no-repeat;
  background-size: cover;
  height: 445px;
  width: 100% !important;
}

.slider1 .bnr-2 {
  background: url(../images/home-banner-2.jpg) center top no-repeat;
  background-size: cover;
  height: 445px;
  width: 100% !important;
}

.slider1 .bnr-3 {
  background: url(../images/home-banner-3.jpg) center top no-repeat;
  background-size: cover;
  height: 445px;
  width: 100% !important;
}

.outer-sec {
  width: 100%;
  overflow: hidden;
  height: 445px;
}

.outer-sec .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url("../images/left-bg.jpg") no-repeat left top;
  right: 47px;
  top: -10px;
  z-index: 999;
}

.outer-sec .bx-wrapper .bx-controls-direction a.bx-next {
  background: url("../images/right-bg.jpg") no-repeat right top;
  right: 17px;
  top: -10px;
  z-index: 999;
}

.outer-sec .bx-wrapper .bx-controls {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}

.hcaptcha-wrap p {
  color: #f9f9f9;
  font: 13px/20px "Roboto", sans-serif;
  margin: 0;
  padding: 5px 0 12px;
  text-align: left;
  font-weight: 300;
}

.hcaptcha-wrap a .ref-img {
  fill: #fff;
  outline: medium none;
}

.hcaptcha-wrap a {
  border: 1px solid #fff;
  cursor: pointer;
  fill: #fff;
  margin: 0 6px 0 0;
  padding: 5px 5px 6px;
  text-align: center;
  font-size: 10px;
  vertical-align: middle;
}

.ref-img {
  border: medium none !important;
  outline: medium none;
}

.hcaptcha-wrap .submit-bttn1 {
  background: #2d2b2b;
  border: medium none;
  color: #fff;
  font: 15px/20px "Roboto", sans-serif;
  padding: 3px 9px;
  position: absolute;
  right: 8px;
  text-align: center;
  text-transform: uppercase;
  top: 43px;
  font-weight: 300;
  width: 80px;
}

.hcaptcha-wrap .submit-bttn1:hover {
  background: #fff;
  color: #2d2b2b;
}

.hcaptcha-wrap .btn-grp {
  float: right;
  padding-left: 0;
  width: 90%;
  position:relative;
}

span.error::after, span.errors::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d9585c transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -9px;
  content: "";
  display: block;
  position: absolute;
  right: 18px;
}

span.error, span.errors {
  background: #d9585c none repeat scroll 0 0;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 12px;
  position: absolute;
  right: 16px;
  text-align: center;
  top: -36px;
  width: auto;
  z-index: 9;
}

.input-holder {
  position: relative;
}

.error input, .error textarea {
  border: 1px solid #f00 !important;
}

.captcha_active {
  border: 1px solid #2d2b2b !important;
}

.hcaptcha-wrap p span {
  color: #2d2b2b;
}

.news-form-wrp span.error::after, .news-form-wrp span.errors::after {
  left: 18px;
  width: 0;
}

.news-form-wrp span.error, .news-form-wrp span.errors {
  right: 0px;
}

.resultnews::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #d9585c transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px 10px 0;
  bottom: -10px;
  content: "";
  display: block;
  position: absolute;
}

.resultnews {
  background: #d9585c none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  right: 0;
  padding: 3px 12px;
  position: absolute;
  text-align: center;
  top: -33px;
  width: auto;
  z-index: 9;
}

.form-pop .form-popcont p {
  color: #75706d;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0 0 10px;
  text-align: right;
}

.form-pop .form-popcont p span {
  color: #c0504d;
}

#captcha_div_contact_4 a.ref-img {
  fill: #c0504d;
  outline: medium none;
}

.form-pop .form-popcont .captcha-wrap .btn-grp {
  margin-bottom: 15px;
  float: right;
}

#captcha_div_contact_4 a {
  border: 1px solid #b3b3b3;
  cursor: pointer;
  fill: #c0504d !important;
  margin: 0 6px 0 0;
  padding: 4px 5px 5px;
  text-align: center;
  font-size: 12px;
}

.modal-body .submit-bttn3, .modal-body .submit-bttn4 {
  background-color: #585858;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-top: 0 !important;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 80px;
}

.back-bttn {
  background: #c0504d;
  padding: 3px 8px 3px 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  float: right;
  border-radius: 3px;
  margin: 15px 0px 15px 0px;
  position: relative;
}

.back-bttn a {
  color: #fff;
  text-decoration: none;
}

.back-bttn:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 10px;
  top: 8px;
  background: url(../images/back-btn-arrow.png) top no-repeat;
}

.back-bttn:hover {
  background: #313131;
  color: #fff;
  text-decoration: none;
  transition: all 1s ease 0s;
}

#back-top {
  bottom: 30px;
  display: block;
  position: fixed;
  right: 10px;
  z-index: 1;
  backface-visibility: hidden;
}

#back-top a {
  float: right;
  height: 59px;
  margin: 10px 5px 0 0;
  padding: 18px 0px 0px 0px;
  transition: all 0.5s ease-in-out 0s;
  width: 59px;
  border-radius: 200px;
  color: #fff;
  backface-visibility: hidden;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.5px;
  font-size: 18px;
  font-weight: 300;
  -webkit-box-shadow: 23px -9px 58px -15px black;
  -moz-box-shadow: 23px -9px 58px -15px black;
  box-shadow: 23px -9px 58px -15px black;
  background: #313131;
}

#back-top a:hover {
  background: #000;
  color: #fff;
  transform: translate(0px, 0px);
}

.vid::after {
  background: rgba(0, 0, 0, 0.9) url(../images/play.svg) no-repeat scroll center center/29% auto;
  border-radius: 5px;
  content: "";
  cursor: pointer;
  height: 35px;
  left: 50%;
  margin-left: -25px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 50px;
}

.video-block {
  border: 5px solid #e3e3e3;
  height: auto;
  margin-bottom: 10px;
  width: 100%;
}

.vid-wrap {
  display: block;
  position: relative;
}

.vid-wrap::after {
  background: rgba(0, 0, 0, 0.9) url(../images/play.svg) no-repeat scroll center center/29% auto;
  border-radius: 5px;
  content: "";
  cursor: pointer;
  height: 35px;
  left: 50%;
  margin-left: -25px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 50px;
}

.video-block img {
  height: auto;
  width: 100%;
}

#wait_contactform_3{    
    float: right;
    right: 0;
    font-size: 13px;
}
.wait-contactform-contact3{
    width: 110px;
    margin-top: -26px;
    margin-bottom: -28px;
    top: 40px;
    height: -2px;
    position: relative;

}

#wait-contactform-contact7{    
    float: right !important;
    right: -111px;
    font-size: 13px;
}
.wait-contactform-contact7{
    width: 110px;
    margin-top: -26px;
    margin-bottom: -28px;
    top: 40px;
    height: -2px;
    position: relative;

}







.modal-title {
  font-size: 22px;
  letter-spacing: 0.1px;
  font-weight: 300px;
  font-family: 'Roboto', sans-serif;
}

/* =================== Inner Page Style Start ==================== */
.test-wrp {
  padding: 20px 0 0px;
  width: 100%;
}

.testi-wrape {
  background: url("../images/test.png") left top no-repeat;
  border-bottom: 1px dotted #444;
  margin: 0 0 15px;
  padding: 0 0 20px 55px;
  width: 90%;
}

.testi-wrape p {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px 15px 0;
  text-align: justify;
}

.testi-p {
  background: url("../images/testt.png") right bottom no-repeat;
  float: right;
  height: 30px;
  width: 50px;
}

.desi {
  color: #c0504d;
  margin: 0;
  padding: 5px 0 0;
  font-size: 18px;
}

.innner-banner-otr {
  width: 100%;
  height: 249px;
  background: url(../images/inner-banner.jpg) top center no-repeat;
}

.innner-banner-otr .sf-text-2 {
  font-family: 'Roboto', sans-serif;
  color: #242424;
  font-size: 40.37px;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 300;
  margin: 0px 0px 13px 0px;
  float: right;
  width: 40%;
}

.innner-banner-otr .sf-text-2 span {
  color: #686868;
  font-size: 36.61px;
  display: inline-block;
  text-transform: none;
  margin-bottom: 10px;
}

.innner-banner-otr .sf-text-2 .title-2 {
  font-size: 32.86px;
  text-transform: none;
  color: #242424;
}

.innner-banner-otr .banner-btn-2 {
  background: #000;
  opacity: 0.8;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.29px;
  padding: 7px 40px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-top: 12px;
  display: inline-block;
}

.innner-banner-otr .banner-btn-2:hover {
  background: #5c5c5c;
}

.inner-content-wrap {
  width: 100%;
  padding: 30px 0px 0px 0px;
  background: #f5f5f5;
}

.inner-content-wrap .inner-sidebar {
  width: 100%;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 10px 10px 100px;
  background: #fff;
}

.inner-content-wrap .inner-sidebar .side-form-out {
  border: 1px solid #dbdbdb;
  margin-bottom: 17px;
}

.inner-content-wrap .inner-sidebar .side-form-out h3 {
  background: #c82b3c;
  padding: 14px 0px 14px 10px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}

.inner-content-wrap .inner-sidebar .side-form-out h3:before {
  content: "";
  width: 22px;
  height: 21px;
  background: url(../images/icon01.png) repeat;
  float: left;
  margin: 5px 8px 0px 0px;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap {
  background: #c0504d;
  padding: 28px 10px 25px 10px;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap input, .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap textarea {
  width: 100%;
  background: #fff;
  padding: 4px 8px;
  height: 28px;
  margin-bottom: 8px;
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap textarea {
  height: 80px;
  resize: none;
  overflow: hidden;
  margin-bottom: 7px;
  background: #fff;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .submit-bttn2 {
  background: #302f2f;
  text-align: center;
  padding: 3px 14px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  width: 80px;
  position: absolute;
  right: 5px;
  bottom: 7px;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .submit-bttn2:hover {
  background: #fff;
  color: #302f2f;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap #inner-capcha p {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 10px 0px 0px 0px;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap #inner-capcha p span {
  color: #2d2b2b;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap #inner-capcha a.ref-img {
  fill: #fff;
  outline: medium none;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .btn-grp {
  margin-bottom: 15px;
}

.inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap #inner-capcha a {
  border: 1px solid #fff;
  cursor: pointer;
  fill: #fff;
  margin: 0 6px 0 0;
  padding: 4px 5px 5px;
  text-align: center;
  font-size: 12px;
}

.inner-content-wrap .inner-sidebar .how-can-wrap {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #dbdbdb;
}

.inner-content-wrap .inner-sidebar .how-can-wrap .img-wrp {
  width: 100%;
  position: relative;
  color: #fff;
}

.inner-content-wrap .inner-sidebar .how-can-wrap .img-wrp img {
  width: 100%;
  height: auto;
}

.inner-content-wrap .inner-sidebar .how-can-wrap .img-wrp .img-txt {
  position: absolute;
  top: 25px;
  right: 0px;
  background: #333333;
  font-weight: 300;
  width: 175px;
  padding: 5px 10px 6px 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
}

.inner-content-wrap .inner-sidebar .how-can-wrap h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  width: 100%;
  background: #c82b3c;
  letter-spacing: 0.2px;
  font-weight: 300;
}

.inner-content-wrap .inner-sidebar .how-can-wrap h2 a {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 25px;
  display: inline-block;
  text-decoration: none;
}

.inner-content-wrap .inner-sidebar .how-can-wrap h2 a:hover {
  color: #000;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap {
  width: 100%;
  padding: 0px 10px;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap h3 {
  font-size: 26px;
  color: #7f7f7f;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 17px 0px;
  letter-spacing: -0.5px;
  font-weight: 300;
  line-height: 36px;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap h3 a {
  text-decoration: none;
  color: #7f7f7f;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap h3 a:hover {
  color: #c82b3c;
  text-decoration: none;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap h4 {
  font-size: 19px;
  color: #a4a4a4;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 17px 0px;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap h4 a {
  color: #a4a4a4;
  text-decoration: none;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap h4 a:hover {
  color: #c82b3c;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap p {
  font-size: 15px;
  color: #9b9b9b;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  line-height: 24px;
  margin-bottom: 25px;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap p a {
  color: #d0817f;
  text-decoration: none;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap p a:hover {
  color: #8b8b8b;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap .auther-wrp {
  width: 100%;
  margin: 0px 0px;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap .auther-wrp h5 {
  color: #7a7a7a;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0px 0px;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap .auther-wrp h5 a {
  text-decoration: none;
  color: #7a7a7a;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap .auther-wrp h5 a:hover {
  color: #add032;
}

.inner-content-wrap .inner-sidebar .side-blog-wrap .auther-wrp h5 span {
  font-weight: normal;
  font-size: 14px;
}

.inner-content-wrap .inner-sidebar .view-bttn {
  color: #c82b3c;
  font-size: 16px;
  font-weight: 300;
  float: right;
  margin-top: 10px;
}

.inner-content-wrap .inner-sidebar .view-bttn:after {
  content: "";
  width: 19px;
  height: 19px;
  float: left;
  margin: 4px 5px 0px 0px;
  background: url(../images/view-icon.jpg) top left no-repeat;
}

.inner-content-wrap .inner-sidebar .view-bttn:hover {
  color: #626262;
  text-decoration: none;
}

.inner-content-wrap .inner-sidebar .side-testi-wrap {
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  padding: 25px 13px;
  position: relative;
  margin-bottom: 25px;
}

.inner-content-wrap .inner-sidebar .side-testi-wrap .left-crt {
  background: url(../images/left-test.jpg) left 2px no-repeat;
  padding: 17px 0 0 4px;
}

.inner-content-wrap .inner-sidebar .side-testi-wrap p {
  color: #8a8a8a;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  margin: 0px 0px 10px 0px;
  line-height: 24px;
  background: url(../images/right-test.jpg) right bottom no-repeat;
}

.inner-content-wrap .inner-sidebar .side-testi-wrap .view-bttn {
  margin-top: 0px;
}

.inner-content-wrap .inner-sidebar .side-testi-wrap h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  color: #494949;
  margin: 0px 0px 30px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.4px;
}

.inner-content-wrap .inner-sidebar .side-testi-wrap h3 a {
  color: #494949;
  text-decoration: none;
}

.inner-content-wrap .inner-sidebar .side-testi-wrap h3 a:hover {
  color: #c82b3c;
}

.inner-content-wrap .inner-sidebar h5 {
  color: #9c9c9c;
  font-size: 21px;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 0px 0px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.inner-content-wrap .inner-sidebar .inner-bxslider {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.inner-content-wrap .inner-sidebar .inner-bxslider .inner-slide {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.inner-content-wrap .inner-right-wrp {
  width: 100%;
  padding: 0px 0px 30px 0px;
  height: auto;
}

.inner-content-wrap .inner-right-wrp .career-wrap {
  margin: 0px;
  padding: 0px;
}

.inner-content-wrap .inner-right-wrp .career-wrap .article {
  background: #fff;
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.inner-content-wrap .inner-right-wrp .career-wrap .btn-art {
  background: #c0504d;
  border: none;
  color: #fff;
  float: right;
  font: 400 16px/21px roboto;
  height: 40px;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.inner-content-wrap .inner-right-wrp .career-wrap .btn-art:hover {
  background: #333333;
}

.inner-content-wrap .inner-right-wrp h1 {
  color: #010101;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 15px 0px;
  line-height: 35px;
  font-size: 29px;
  letter-spacing: -0.5px;
  font-weight: 300;
}

.inner-content-wrap .inner-right-wrp h2 {
  color: #626262;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 20px 0px;
  line-height: 30px;
  font-size: 26px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.inner-content-wrap .inner-right-wrp h2 a {
  color: #3d3d3d;
  text-decoration: none;
}

.inner-content-wrap .inner-right-wrp h2 a:hover {
  color: #8fae23;
}

.inner-content-wrap .inner-right-wrp p {
  color: #6f6f6f;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 20px 0px;
  font-weight: 300;
}

.inner-content-wrap .inner-right-wrp p a {
  color: #d28987;
  text-decoration: none;
}

.inner-content-wrap .inner-right-wrp p a:hover {
  color: #6f6f6f;
}

.inner-content-wrap .inner-right-wrp .img-outr {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  vertical-align: middle;
}

.inner-content-wrap .inner-right-wrp .inner-img {
  width: 178px;
  height: 178px;
  float: right;
  margin: 10px 0px 20px 25px;
  border-radius: 150px;
  box-shadow: 0px 0px 0px 7px #fff;
}

.inner-content-wrap .inner-right-wrp .inner-img-2 {
  float: right;
  margin: 10px 0px 20px 25px;
}

.inner-content-wrap .inner-right-wrp .inner-img-rpt {
  width: 200px;
  height: 200px;
  margin: 0px 0px 0px 0px;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 7px #fff;
}

.inner-content-wrap .inner-right-wrp .img-responsive {
  width: 100%;
  height: auto;
}

.inner-content-wrap .inner-right-wrp h3 {
  color: #545454;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 10px 0px;
  letter-spacing: -0.5px;
}

.inner-content-wrap .inner-right-wrp h3 a {
  color: #545454;
  text-decoration: none;
}

.inner-content-wrap .inner-right-wrp h3 a:hover {
  color: #c62e40;
}

.inner-content-wrap .inner-right-wrp h4 {
  color: #313131;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  letter-spacing: -0.5px;
}

.inner-content-wrap .inner-right-wrp h4 a {
  color: #c82b3c;
  text-decoration: none;
}

.inner-content-wrap .inner-right-wrp h4 a:hover {
  color: #6f6f6f;
}

.inner-content-wrap .inner-right-wrp ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.inner-content-wrap .inner-right-wrp ul li {
  list-style: none;
  display: block;
  padding: 0px 0px 0px 18px;
  color: #666666;
  font-size: 14px;
  position: relative;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.inner-content-wrap .inner-right-wrp ul li:before {
  content: "";
  background: url(../images/li-arrow.png) top left no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 10px;
}

.inner-content-wrap .inner-right-wrp ul li a {
  text-decoration: none;
  color: #666666;
}

.inner-content-wrap .inner-right-wrp ul li a:hover {
  color: #c82b3c;
}

.magn-top {
  margin-top: 40px;
}

.error-wrp {
  margin: 0;
  padding: 0px 0 0;
}

.error-wrp img {
  float: none;
  margin: 0 auto;
  width: auto !important;
}

.thanks-wrp {
  margin: 0;
  padding: 0px 0 0;
}

.thanks-wrp img {
  float: none;
  width: auto !important;
  margin: 0 auto;
}

.thanks-wrp p {
  margin: 0 auto !important;
  display: table !important;
  color: #252525 !important;
  padding: 0px 0px 0px 232px !important;
  font: 300 17px/23px roboto;
  text-transform: uppercase;
}

.site-map-wrap {
  margin: 0;
  padding: 0;
}

.site-map-wrap ul {
  list-style: outside none none;
  margin: 0 !important;
  padding: 0 !important;
}

.site-map-wrap ul li {
  background: url("http://www.aesmphysiotherapytoronto.ca/wp-content/themes/athletic-edge-sports-medicine/img/li-arrow.png") no-repeat left 11px;
  line-height: 28px;
  list-style: outside none none;
  margin: 0;
  padding: 0 0 8px 20px;
}

.site-map-wrap ul li a {
  color: #363636;
  font: 14px/21px roboto;
  margin: 0;
  padding: 0;
  text-decoration: none;
}




#formcontact_1 .wait-contactform-contact1 {
    float: none;
    font-size: 13px;
    width: 105px !important;
    padding-top: 10px;
    right:-8px;
    position: absolute;
    padding-left: 2px;
}
#formcontact_4 .wait-contactform-contact4 {
    float: none;
    font-size: 13px;
    width: 105px !important;
    padding-top: 10px;
    right:15px;
    position: absolute;
    padding-left: 2px;
}

#formcontact_2 .wait-contactform-contact2 {
    float: none;
    font-size: 13px;
    width: 105px !important;
    padding-top: 10px;
    right:0px;
    top:-46px;
    position: absolute;
    padding-left: 2px;
}









/*======================== Blog Style Start Here ==================================*/
.blog-content-wrap {
  width: 100%;
  padding: 30px 0px;
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
}

.blog-content-wrap .blog-left-wrap {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-left-wrap .blog-side-box {
  border: 1px solid #eaeaea;
  background: #f5f5f5;
  padding: 30px 15px 5px;
  position: relative;
  margin-bottom: 25px;
}

.blog-content-wrap .blog-left-wrap .blog-side-box .recent-icon {
  width: 112px;
  height: 69px;
  position: absolute;
  top: -1px;
  right: -1px;
}

.blog-content-wrap .blog-left-wrap .blog-side-box h2 {
  color: #433234;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  margin: 0px 0px 18px 0px;
  letter-spacing: -0.5px;
  font-weight: 300;
}

.blog-content-wrap .blog-left-wrap .blog-side-box ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-left-wrap .blog-side-box ul li {
  list-style: none;
  display: block;
  padding: 7px 0 8px 20px;
  position: relative;
  width: 100%;
  line-height: 20px;
  border-bottom: dotted 1px #a5adc0;
}

.blog-content-wrap .blog-left-wrap .blog-side-box ul li:before {
  background: url(../images/recent-arrow.png) top left no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 11px;
  height: 12px;
}

.blog-content-wrap .blog-left-wrap .blog-side-box ul li a {
  text-decoration: none;
  color: #595959;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.blog-content-wrap .blog-left-wrap .blog-side-box ul li a:hover {
  color: #c82b3c;
}

.blog-content-wrap .blog-left-wrap .blog-side-box ul li:last-child {
  border-bottom: none;
}

.blog-content-wrap .blog-left-wrap .cate-icon {
  margin: 0px 0px 25px 0px;
}

.blog-content-wrap .blog-left-wrap .cate-icon ul {
  margin: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-left-wrap .cate-icon ul li {
  list-style: none;
}

.blog-content-wrap .blog-left-wrap .cate-icon ul li:before {
  background: url(../images/category-arrow.png) top left no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 11px;
  height: 12px;
}

.blog-content-wrap .blog-left-wrap .blog-rss-bttn {
  background: #313131;
  padding: 8px 20px 8px 80px;
  width: 100%;
  line-height: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.blog-content-wrap .blog-left-wrap .blog-rss-bttn:before {
  position: absolute;
  content: "";
  background: url(../images/rss-icon.png) top left no-repeat;
  top: 10px;
  left: 38px;
  width: 28px;
  height: 28px;
}

.blog-content-wrap .blog-left-wrap .blog-rss-bttn:hover {
  background: #c82b3c;
}

.blog-content-wrap .blog-right-wrp {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 55px 0px 0px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp {
  background: #f5f5f5;
  padding: 30px 20px 25px;
  width: 100%;
  border: 1px solid #e6e6e6;
  position: relative;
  margin-bottom: 20px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp p {
  color: #5f5d5d;
  font-size: 15px !important;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp p a {
  text-decoration: none;
  color: #c82b3c;
  cursor: pointer;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp p a:hover {
  color: #5f5d5d;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .ipn-date {
  display: none;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .icon-facebook {
  margin-left: 2px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .date-wrp {
  width: 103px;
  height: 115px;
  position: absolute;
  float: right;
  right: -66px;
  top: 23px;
  padding: 35px 0px 0px 5px;
  line-height: 20px;
  background: url(../images/date-bg.png) top left no-repeat;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .date-wrp span {
  font-size: 15px;
  text-transform: uppercase;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp h1 {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 0px 0px 20px 0px;
  letter-spacing: -0.5px;
  font-weight: 400;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp h1 a {
  color: #747474;
  text-decoration: none;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp h1 a:hover {
  color: #c82b3c;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap {
  width: 100%;
  margin: 0px 0px 12px 0px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-authr-wrp {
  float: left;
  font-size: 15px;
  color: #9a9a9a;
  margin: 10px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-authr-wrp a {
  color: #222222;
  text-decoration: none;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-authr-wrp a:hover {
  color: #9a9a9a;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp {
  background: #fff;
  float: right;
  padding: 0px 0px 0px 0px;
  border: 1px solid #e8e7e7;
  letter-spacing: -0.5px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2a1f00;
  line-height: 28px;
  position: absolute;
  right: 20px;
  z-index: 9;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .border-right {
  float: left;
  padding: 4px 15px 2px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp a {
  background: #fff;
  border-left: 1px solid #f0f0f0;
  text-align: center;
  width: 36px;
  height: 34px;
  color: #b9b9b9;
  font-size: 30px;
  line-height: 25px;
  float: left;
  font-family: 'Roboto', sans-serif;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-facebook {
  font-size: 19px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-facebook:hover {
  color: #3b5998 !important;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-linkedin {
  font-size: 19px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-linkedin:hover {
  color: #0083be !important;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-youtube {
  font-size: 19px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-youtube:hover {
  color: #e02f2f !important;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-google-plus {
  font-size: 17px;
  font-weight: bold;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-google-plus:hover {
  color: #d6492f !important;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-twitter {
  font-size: 19px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-twitter:hover {
  color: #1cb7eb !important;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-pinterest-p {
  font-size: 19px;
  color: #999999;
  width: 35px;
  height: 35px;
  line-height: 37px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp .fa-pinterest-p:hover {
  color: #ca3737 !important;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .futurd-img-inner {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp img {
  margin: 0 auto;
  max-width: 100%;
  max-height: auto;
  width: auto;
  display: block;
  float: none;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .align-left {
  float: left;
  margin: 0px;
  position: relative;
  overflow: hidden;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .align-left img {
  margin: 0px 22px 0px 0px;
  max-width: 100%;
  max-height: auto;
  overflow: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp img.alignnone {
  margin: 10px 15px 10px 0px !important;
  max-width: 100%;
  padding: 0px;
  width: auto;
  float: left;
  border: 1px solid #cacaca;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp img.alignleft {
  margin: 10px 15px 10px 0px !important;
  max-width: 100%;
  padding: 0px;
  width: auto;
  float: left;
  border: 1px solid #cacaca;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp img.alignright {
  margin: 10px 0px 10px 15px !important;
  max-width: 100%;
  padding: 0px;
  width: auto;
  float: right;
  border: 1px solid #cacaca;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp img.aligncenter {
  margin: 10px auto 10px auto !important;
  max-width: 100%;
  padding: 0px;
  width: auto;
  float: none;
  display: block;
  border: 1px solid #cacaca;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .p-min-ht {
  height: 165px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .p-minht {
  height: 168px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .p-minht-none {
  height: auto;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp p {
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 0px 0px 20px 0px;
  line-height: 25px;
  font-weight: 300;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .botm-cmts-wrp {
  background: #fff;
  float: left;
  padding: 0px 7px 0px 0px;
  border: 1px solid #e8e7e7;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 33px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .botm-cmts-wrp .count-box {
  border-right: 1px solid #e8e7e7;
  float: left;
  padding: 0px 12px 0px;
  margin: 0px 10px 0px 0px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .blog-rmore {
  background: #313131;
  padding: 5px 38px 4px 27px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  float: right;
  line-height: 24px;
  position: relative;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .blog-rmore:after {
  background: url(../images/read-marroe.png) top right no-repeat;
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 9px;
  right: 15px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .blog-rmore:hover {
  background: #c82b3c;
  text-decoration: none;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ul {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ul li {
  list-style: none;
  display: block;
  padding: 0px 0px 0px 18px;
  color: #666666;
  font-size: 14px;
  position: relative;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ul li:before {
  content: "";
  background: url(../images/li-arrow.png) top left no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 10px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ul li a {
  text-decoration: none;
  color: #c82b3c;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ul li a:hover {
  color: #c82b3c;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ol {
  margin: 0px 0px 15px 15px;
  padding: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ol li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #666666;
  font-size: 14px;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ol li a {
  text-decoration: none;
  color: #c82b3c;
}

.blog-content-wrap .blog-right-wrp .blog-main-post-wrp ol li a:hover {
  color: #c82b3c;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 35px 35px 25px;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 20px;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap p a {
  text-decoration: none;
  color: #c82b3c;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap p a:hover {
  color: #3c3c3c;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap .comts-frm-authr {
  width: 134px;
  height: 69px;
  position: absolute;
  right: -1px;
  top: -1px;
  background: url(../images/comts-frm-authr.jpg) top right no-repeat;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap h3 {
  font-size: 27px;
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
  font-weight: 300;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap input, .blog-content-wrap .blog-right-wrp .comments-form-wrap textarea {
  border: 1px solid #bdbcbc;
  background: #fff;
  font-size: 16px;
  margin-bottom: 17px;
  color: #7f7d7d;
  font-weight: 400;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  padding: 7px 10px;
  height: 45px;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap textarea {
  height: 90px;
  resize: none;
  outline: none;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap .blo-form-submit {
  background: #313131;
  padding: 6px 18px 6px;
  float: right;
  color: #fff;
  height: auto;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.6px;
  font-size: 15px;
  font-weight: 300;
  border: none;
  border-radius: 0px;
}

.blog-content-wrap .blog-right-wrp .comments-form-wrap .blo-form-submit:hover {
  background: #c82b3c;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out h2 {
  font-size: 26px;
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.5px;
  margin: 0px 0px 10px 0px;
  font-weight: 300;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp {
  border-top: 1px solid #ababab;
  padding: 15px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp .authr-date-wrp {
  width: 100%;
  margin-bottom: 20px;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp .authr-date-wrp img {
  margin-right: 18px;
  float: left;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp .authr-date-wrp p {
  font-size: 15px;
  color: #9a9a9a;
  font-weight: 400;
  line-height: 44px;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 0px 0px;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp .authr-date-wrp p span {
  color: #313131;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp .authr-date-wrp p a {
  text-decoration: none;
  color: #313131;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp .authr-date-wrp p a:hover {
  color: #c82b3c;
  text-decoration: none;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp p {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #414141;
  line-height: 21px;
  font-weight: 300;
  margin: 0px 0px 25px 0px;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp p a {
  color: #add032;
  text-decoration: none;
}

.blog-content-wrap .blog-right-wrp .authr-comt-wrp-out .authr-comt-wrp p a:hover {
  color: #414141;
}

.subscribe-btn {
  background: #313131;
  width: 100%;
  float: left;
  color: #57585A;
  padding: 6px 0px;
  text-align: center;
  margin-bottom: 20px;
}

.subscribe-btn span {
  display: inline-block;
}

.subscribe-btn .fa {
  color: #313131;
  font-size: 18px;
  background: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.subscribe-btn .txt {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 22px;
  margin-left: 16px;
  color: #fff;
  font-weight: 300;
}

.subscribe-btn:hover {
  background: #c82b3c;
  color: #fff;
}

.subscribe-btn:hover .fa {
  color: #c82b3c;
}

.subscribe-btn:hover span.txt {
  color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.cont-map {
  background: rgba(56, 56, 56, 0.2);
  margin-bottom: 20px;
  padding: 5px;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.our-team {
  margin-left: 15px;
}

.inner-right-wrp ul {
  margin-left: 15px !important;
  margin-bottom: 20px !important;
}

.inner-right-wrp ul li {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.inner-right-wrp h4 {
  font-size: 16px !important;
}

.inner-right-wrp h3 {
  font-size: 22px !important;
}

@media (min-width: 1200px) {
  .menu-top-nav-container #menu-nav-top {
    display: none;
  }
  .nv-top {
    font: 300 18px/22px roboto;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    float: right;
  }
  .nv-top ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .nv-top ul li {
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    float: left;
    background: url(../images/div-nav.jpg) left 2px no-repeat;
  }
  .nv-top ul li:first-child {
    background: none;
  }
  .nv-top ul li:last-child {
    padding-right: 0px;
  }
  .nv-top ul li a {
    padding: 0px;
    margin: 0px;
    color: #7d7d7d;
    font: 300 18px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
  }
  .nv-top ul li a:hover {
    color: #c82b3c;
  }
  .main-nav {
    font: 400 14px/22px roboto;
    width: 73%;
    padding: 0px 15px;
    float: left;
  }
  .main-nav ul.menu {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
  }
  .main-nav ul.menu > li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    position: relative;
    padding: 0px;
    margin-right: 0px;
  }
  .main-nav ul.menu > li:first-child {
    padding-left: 0px;
  }
  .main-nav ul.menu > li:last-child {
    padding-right: 0px;
    background: none;
  }
  .main-nav ul.menu > li > a {
    color: #fff;
    text-decoration: none;
    padding: 13px 20px 12px 20px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
  }
  .main-nav ul.menu > li:hover > a {
    color: #fff;
    background: #c82b3c !important;
    text-decoration: none;
  }
  .main-nav ul.menu > li.submenu:after {
    content: "";
    height: 23px;
    width: 7px;
    position: absolute;
    right: 10px;
    opacity: 0.7;
    top: 36%;
    margin-top: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    display: block;
  }
  .main-nav ul.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .main-nav ul.menu ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 300px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    background: #c82b3c;
    z-index: 1000;
    transition: all ease 0.2s;
  }
  .main-nav ul.menu ul li {
    display: block;
    border-bottom: 1px solid #ff7281;
    border-left: 1px solid #ff7281;
    border-right: 1px solid #ff7281;
    position: relative;
  }
  .main-nav ul.menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    display: block;
    padding-left: 15px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
  }
  .main-nav ul.menu ul li a:hover {
    color: #fff;
    background: #ff7281;
    text-decoration: none;
  }
  .main-nav ul.menu ul ul {
    position: absolute;
    background: #fff;
    margin: 0;
    padding: 0;
    width: 300px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    background: #26aaef;
    right: -300px;
    top: 0px;
    transition: all ease 0.2s;
  }
  .mob-btn {
    display: none;
  }
}
.olypics{
  float: right;
  width: 18%;
}

@media (max-width: 1199px) {
  .olypics{
    width: 24%;
    margin-top: 20px;
  }

#formcontact_2 .wait-contactform-contact2 {
    right: 0px;
    top: 41px;
  }


#formcontact_1 .wait-contactform-contact1 {
     right: -30px !important;
    position: absolute;
    padding-left: 2px;
}



  .home-newlr-outr label {
    font-size: 19px;
  }
  .back-bttn, #back-top {
    display: none !important;
  }
  #menu-nav-top {
    display: none;
  }
  .menu-top-nav-container #menu-nav-top {
    display: block;
  }
  .service-wrp-out {
    padding-bottom: 24px;
  }
  .innner-banner-otr .sf-text-2 {
    font-size: 33.37px;
    width: 50%;
  }
  .hcaptcha-wrap p {
    padding: 0px;
    text-align: right;
  }
  .form-wrap-out input {
    margin-left: 0;
    width: 95%;
  }
  .hcaptcha-wrap .submit-bttn1 {
    top: 45px;
    right: -11px;
  }
  .hcaptcha-wrap .btn-grp {
    width: 100%;
  }
  .form-wrap-out .h3-text span {
    font-size: 13px;
  }
  .form-wrap-out .h3-text {
    padding-bottom: 26px;
  }
  .outer-sec .bx-wrapper .bx-controls {
    width: auto;
  }
  .top-sm-wrap .fa-facebook, .top-sm-wrap .fa-linkedin, .top-sm-wrap .fa-youtube, .top-sm-wrap .fa-google-plus, .top-sm-wrap .fa-twitter, .top-sm-wrap .fa-pinterest-p {
    font-size: 20px;
  }
  .top-sm-wrap {
    float: left;
  }
  .mob-menu-out {
    background: #000;
    padding: 0px 15px 0px 15px;
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    z-index: 1000;
    display: block;
  }
  .main-nav {
    display: block;
    top: 0;
    width: 250px;
    position: fixed;
    background: #c0504d;
    list-style: none;
    padding: 0px;
    margin: 0px;
    right: -250px;
    overflow-y: scroll;
    transition: all 0.3s;
    height: 100%;
    display: block;
    z-index: 2000;
  }
  .main-nav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }
  .main-nav ul li {
    color: #fff;
    list-style: none;
    position: relative;
    display: block;
    border-top: solid 1px #ff7281;
  }
  .main-nav ul li a {
    color: #fff;
    display: block;
    padding: 7px 10px;
    transition: all 1s;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
  }
  .main-nav ul li a:hover {
    background: #c82b3c;
    text-decoration: none;
  }
  .main-nav li ul {
    display: none;
    overflow: hidden;
  }
  .main-nav li:hover.open > ul {
    display: list-item;
    transition: all ease 0.2s;
    padding: 0px;
    margin: 0px;
  }
  .main-nav li li {
    position: relative;
    display: block;
  }
  .main-nav li li a {
    display: block;
  }
  .main-nav ul li.submenu li a {
    padding-left: 20px;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 40px;
    top: 0;
    right: 0;
    cursor: pointer;
    border-left: solid 1px #ff7281;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 17px;
    top: 20px;
    z-index: 10;
  }
  .mob-btn {
    border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 5px 0px 5px;
    right: 15px;
    top: 25px;
    margin: 12px 10px 0px 10px;
    float: right;
    position: static;
    background-color: #c0504d;
    display: block;
    z-index: 999;
  }
  .mob-btn .icon-bar {
    background: none repeat #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    width: 28px;
    margin: 0px 0px 5px 0px;
  }
  .open .main-nav {
    right: 0px;
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
  }
  .menu {
    top: 100px;
    overflow-x: scroll;
  }
  .form-wrap-out textarea {
    width: 98.6%;
  }
  .home-newlr-outr .news-form-wrp {
    width: 61%;
  }
  .home-newlr-outr .news-form-wrp a {
    width: 116px;
    font-size: 16px;
    padding: 9px 6px 7px;
  }
  .home-newlr-outr .news-form-wrp input {
    width: 70%;
    padding: 7px 0 7px 12px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .icon-facebook {
    margin-left: 0px;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap {
    padding-bottom: 35px;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .submit-bttn2 {
    bottom: -83px;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap #inner-capcha p {
    text-align: right;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .btn-grp {
    float: right;
    width: 81%;
  }
  .faq-wrap {
    width: 100%;
  }
  .inner-content-wrap .inner-sidebar .side-form-out h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .olypics{
    width: 13%;
  }

  #formcontact_2 .wait-contactform-contact2 {
    right: -9px;
    top: 4px;
  }


  .home-newlr-outr .news-form-wrp .subscribe-btnn {
    font-size: 20px;
    width: 109px;
  }
  .banner-sf {
    margin-right: 10px;
  }
  .banner-sf .sf-text {
    font-size: 30px;
  }
  .banner-sf .banner-btn {
    padding: 10px 25px;
  }
  .form-wrap-out .h3-text {
    width: 100%;
    text-align: center !important;
  }
  .form-wrap-out .h3-text span {
    font-size: 24px;
  }
  .form-wrap-out .hcaptcha-wrap {
    width: 48%;
  }
  .form-wrap-out .hcaptcha-wrap .submit-bttn1 {
    top: 15px;
    right: 16px;
  }
  .hcaptcha-wrap p {
    text-align: left;
  }
  .hcaptcha-wrap .btn-grp {
    width: 90%;
  }
  .fl {
    float: none;
  }
  .fr {
    float: none;
  }
  .form-wrap-out {
    height: auto;
    padding-bottom: 25px;
  }
  .form-wrap-out .h3-text {
    background: none;
    text-align: left;
    font-size: 24px;
    padding-bottom: 0px;
  }
  .form-wrap-out .h3-text br {
    display: none;
  }
  .form-wrap-out input, .form-wrap-out textarea {
    margin-left: 0px;
    width: 100%;
  }
  .form-wrap-out textarea {
    height: 75px;
    margin-bottom: 15px;
  }
  .form-wrap-out .hcaptcha-wrap {
    float: right;
    height: auto;
    padding: 0px;
  }
  .service-wrp-out {
    background-size: cover;
    height: auto;
    padding-bottom: 30px;
  }
  .blog-detail-wrap {
    padding: 15px 0 15px;
  }
  .blog-detail-wrap .hblog-wrp {
    border-bottom: 1px solid #cbcbcb;
    border-right: none;
    padding: 15px 0px 15px;
  }
  .blog-detail-wrap .hblog-wrp .blg-min-ht {
    height: auto;
    padding: 0px 0px 0px 0px;
  }
  .blog-detail-wrap .hblog-wrp .abt-min-ht {
    height: auto;
    padding: 0px 0px 0px 0px;
  }
  .blog-detail-wrap .bordr-none {
    border-bottom: none;
  }
  .home-newlr-outr .news-form-wrp {
    width: 61%;
  }
  .home-newlr-outr .news-form-wrp input {
    width: 75%;
    padding-right: 7px;
  }
  .home-newlr-outr .news-form-wrp a {
    width: 117px;
    padding: 5px 15px 4px;
    font-size: 20px;
  }
  .footer-wrp ul li {
    padding: 0px 8px;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .btn-grp {
    float: right;
    width: 45%;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap #inner-capcha p {
    text-align: right;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .submit-bttn2 {
    bottom: -46px;
  }
}

@media (max-width: 767px) {
  .olypics{
    float: none;
    display: table-caption;
    margin: 0 auto;
    width: 25%;
  }
  .innner-banner-otr .sf-text-2 {
    font-size: 30px;
    width: 60%;
  }
  .innner-banner-otr .sf-text-2 .title-2 {
    font-size: 25px;
  }
  .innner-banner-otr .sf-text-2 span {
    font-size: 24px;
  }
  .innner-banner-otr .banner-btn-2 {
    padding: 4px 27px;
  }
  .slider1 .bnr-1, .slider1 .bnr-2, .slider1 .bnr-3 {
    height: 300px;
  }
  .row.no-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .hcaptcha-wrap p {
    font-size: 11px;
  }
  .form-wrap-out .hcaptcha-wrap {
    width: 65%;
  }
  .hcaptcha-wrap .btn-grp {
    width: 100%;
  }
  .form-wrap-out .hcaptcha-wrap .submit-bttn1 {
    right: 0px;
    top: 14px;
  }
  .outer-sec {
    height: auto;
  }
  .banner-sf {
    padding-top: 105px;
  }
  .header {
    position: static;
  }
  .banner-sf .sf-text .title {
    font-size: 31px;
  }
  .banner-sf .sf-text span {
    font-size: 29px;
  }
  .banner-sf .sf-text {
    font-size: 21px;
  }
  .inner-content-wrap .inner-right-wrp h1 {
    font-size: 26px;
    line-height: 37px;
  }
  .header .top-header {
    padding: 12px 0px;
  }
  .header .top-header .logo {
    float: none;
    margin: 0px auto 15px;
    display: block;
    width: 180px;
    height: 91px;
  }
  .header .top-header .phn-wrap {
    float: none;
    margin: auto;
    width: 289px;
  }
  .header .top-header .top-right-wrap .phn-wrap {
    font-size: 16px;
    line-height: 22px;
  }
  .banner-otr {
    background-size: cover;
    height: auto;
    padding-bottom: 20px;
  }
  .header .top-header .top-right-wrap .login-bttn {
    margin: 10px auto 0px;
    float: none;
  }
  .header .top-header .top-right-wrap {
    float: none;
    display: block;
    margin: auto;
    width: 265px;
    padding: 20px 0px 15px;
  }
  .slim-header .top-header .logo {
    width: 180px;
    height: 119px;
  }
  .slim-header .top-header .top-right-wrap .login-bttn {
    margin: 10px auto 0px;
    float: none;
    font-size: 15px;
    padding: 3px 14px;
  }
  .mob-main-nav-out {
    position: relative;
  }
  .slim-header .main-nav-out {
    position: fixed;
    top: 0px;
    transition: all 0.3s linear 0s;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .slim-header .mob-btn {
    position: static;
    z-index: 2000;
  }
  .slim-header .sm-wrap {
    display: none;
  }
  .banner-otr .banner-wrp ul {
    margin-bottom: 15px;
  }
  .header .mob-btn {
    z-index: 1000;
  }
  .banner-otr .banner-wrp {
    padding-top: 5px;
  }
  .h3-text {
    font-size: 24px;
    line-height: 28px;
  }
  .main-cintent {
    padding-top: 0px;
  }
  .footer-wrp {
    padding: 25px 15px 15px;
  }
  .footer-wrp ul li {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 3px 0px;
  }
  .footer-wrp ul li a {
    width: 100%;
    padding: 8px 0px;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #add032;
  }
  .footer-wrp ul li a:hover {
    background: #5a7122;
    color: #fff;
  }
  .footer-wrp ul li a.active {
    background: #add032;
    color: #fff;
    width: 100%;
    padding: 8px 0px;
    text-align: center;
    display: inline-block;
  }
  .home-newlr-outr label {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .home-newlr-outr .news-form-wrp {
    width: 100%;
  }
  .home-newlr-outr .news-form-wrp a {
    width: 90px;
    font-size: 14px;
    padding: 7px 2px;
  }
  .home-newlr-outr .news-form-wrp {
    width: 290px;
  }
  .home-newlr-outr .news-form-wrp input {
    width: 200px;
    height: 36px;
  }
  .home-testi-outr .test-wrap {
    padding: 0px;
  }
  .home-testi-outr .test-wrap .open-crt {
    width: 100%;
  }
  .bx-controls-direction {
    display: none;
  }
  .side-testi-wrap .bx-controls-direction {
    display: none;
  }
  .home-newlr-outr .foot-sm-wrap {
    float: none;
    margin: 20px auto 0 auto;
    display: table;
  }
  .home-newlr-outr .news-form-wrp {
    width: 100%;
  }
  .home-newlr-outr .news-form-wrp input {
    width: 81%;
  }
  .home-newlr-outr {
    text-align: center;
  }
  .home-newlr-outr .news-form-wrp {
    margin: 5px 0px 10px;
  }
  .home-newlr-outr .foot-sm-wrap a:last-child {
    border-right: 1px solid #f0f0f0;
  }
  .innner-banner-otr .banner-sf {
    padding: 20px 20px 20px 0px;
  }
  .inner-content-wrap .inner-right-wrp .inner-img-rpt {
    margin: 0px auto 40px auto;
    display: block;
  }
  .footer-wrp ul li a {
    background: none;
    color: #fff;
    border-bottom: 1px dotted #d7d7d7;
  }
  .footer-wrp ul li a:hover {
    background: none;
    color: #313131;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp a {
    width: 30px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .blog-rmore {
    padding: 6px 32px 5px 23px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .botm-cmts-wrp .count-box {
    margin: 0 5px 0 0;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .botm-cmts-wrp {
    margin-right: 5px;
  }
  .blog-content-wrap {
    padding-bottom: 0px;
  }
  .faq-wrap {
    width: 100%;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .btn-grp {
    width: 62%;
    float: right;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .submit-bttn2 {
    bottom: -47px;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap #inner-capcha p {
    text-align: right;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap {
    padding-bottom: 15px;
  }
  .inner-content-wrap .inner-sidebar .side-form-out h3 {
    font-size: 19px;
  }
  .contact-wrap {
    padding-bottom: 30px;
  }
  .wp-paginate {
    display: inline-block;
    margin-bottom: 28px;
  }
  .wp-paginate li {
    display: block;
    float: left;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .btn-grp {
    width: 82%;
    float: right;
}

#formcontact_1 .wait-contactform-contact1 {
    right: -20px !important;
    position: absolute;
    padding-left: 2px;
}


  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .align-left img {
    margin: 0 auto;
  }
  .form-wrap-out .hcaptcha-wrap {
    width: 100%;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap {
    padding-bottom: 45px;
  }
  .inner-content-wrap .inner-sidebar .side-form-out .side-form-wrap .submit-bttn2 {
    bottom: -90px;
  }
  .home-newlr-outr .news-form-wrp input {
    width: 64%;
  }
  .home-testi-outr .test-wrap .open-crt {
    padding-left: 40px;
    background: url(../images/open-cort.png) top left no-repeat;
    background-size: 30px 22px;
  }
  .home-testi-outr .test-wrap .open-crt p {
    background: url(../images/end-cort.png) bottom right no-repeat;
    background-size: 30px 22px;
    padding-right: 40px;
  }
  .home-banner-otr {
    background-size: cover;
    height: auto;
  }
  .blog-detail-wrap .hblog-wrp h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .banner-sf .banner-btn {
    padding: 10px;
    font-size: 24px;
    font-size: 18px;
  }
  .inner-content-wrap .inner-right-wrp h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .inner-content-wrap .inner-right-wrp h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .inner-content-wrap .inner-right-wrp h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .header .top-header .logo {
    height: auto;
  }
  .header .top-header .logo img {
    transition: none;
  }
  .inner-content-wrap .inner-right-wrp .inner-img {
    display: block;
    margin: 0 auto 15px;
    width: 178px;
    height: 178px;
    float: none;
    border-radius: 100%;
    transition: none;
  }
  .thanks-wrp p {
    padding: 0px 0px 0px 111px !important;
  }
  .blog-content-wrap .blog-left-wrap .blog-rss-bttn {
    padding-left: 60px;
  }
  .blog-content-wrap .blog-left-wrap .blog-rss-bttn:before {
    left: 20px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .align-left {
    width: 100%;
    height: auto;
    float: none;
    margin: 0px 0px 15px 0px;
  }
  .blog-content-wrap .blog-right-wrp {
    padding: 0 0px 0 0;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .ipn-date {
    display: inline-block;
    background: #313131;
    padding: 4px 10px;
    margin-bottom: 10px;
    border: 1px solid #e8e7e7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .ipn-date span {
    font-size: 16px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .date-wrp {
    background: url(../images/date-bg.png) top left no-repeat;
    background-size: 85px 95px;
    width: 85px;
    height: 95px;
    right: -45px;
    padding: 29px 0 0 5px;
    font-size: 26px;
    line-height: 18px;
    display: none;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .p-min-ht {
    height: auto;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-authr-wrp {
    margin: 0px 0px 10px 0px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .botm-cmts-wrp {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .auther-sm-wrap .top-sm-wrp {
    float: left;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .btm-comts-more-wrp .blog-rmore {
    float: left;
  }
  .blog-content-wrap .blog-right-wrp .comments-form-wrap .comts-frm-authr {
    background: url(../images/comts-frm-authr.jpg) top right no-repeat;
    background-size: 73px 40px;
  }
  .blog-content-wrap .blog-right-wrp .comments-form-wrap h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .blog-content-wrap .blog-right-wrp .comments-form-wrap {
    padding: 35px 20px 25px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp h1 {
    margin-bottom: 10px;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .futurd-img {
    height: auto;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .futurd-img .futurd-img-inner {
    height: auto;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .futurd-img img {
    width: 100%;
    height: auto;
  }
  .blog-content-wrap .blog-right-wrp .blog-main-post-wrp .p-minht {
    height: auto;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Revision */
.aems-content h1{
  text-align: center;
  color: #000;
  font-size: 25px;
  margin: 0px 0px 7px 0px;
  font-weight: 300;
  padding: 0px;
  letter-spacing: 0.4px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.aems-content p{
  font-size: 16px;
  color:#8d8e8e;
}

 .view-all {
  color: #fff;
  background: #c62e40;
  font-size: 15px;
  margin: 0px 0px 35px 0px;
  font-weight: 300;
  padding: 8px 37px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.view-all:hover {


}

.aems-view{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
}
.aems-view a:hover,a:focus{
  
  background:#2d2b2b none repeat scroll 0 0;
 color:#fff;
  text-decoration: none;
}