@font-face {
  font-family: 'gothic';
  src: url("../fonts/gothic.eot");
  src: url("../fonts/gothic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic.woff") format("woff"), url("../fonts/gothic.ttf") format("truetype"), url("../fonts/gothic.svg") format("svg");
}

@font-face {
  font-family: 'gothic-roman';
  src: url("../fonts/gothic-roman.eot");
  src: url("../fonts/gothic-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic-roman.woff") format("woff"), url("../fonts/gothic-roman.ttf") format("truetype"), url("../fonts/gothic-roman.svg") format("svg");
}

@font-face {
  font-family: 'gothic-bold';
  src: url("../fonts/gothic-bold.eot");
  src: url("../fonts/gothic-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic-bold.woff") format("woff"), url("../fonts/gothic-bold.ttf") format("truetype"), url("../fonts/gothic-bold.svg") format("svg");
}

@font-face {
  font-family: 'proximanovalight';
  src: url("../fonts/proximanovalight.eot");
  src: url("../fonts/proximanovalight.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovalight.woff") format("woff"), url("../fonts/proximanovalight.ttf") format("truetype"), url("../fonts/proximanovalight.svg") format("svg");
}

@font-face {
  font-family: 'proximanova-regular';
  src: url("../fonts/proximanova-regular.eot");
  src: url("../fonts/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular.woff") format("woff"), url("../fonts/proximanova-regular.ttf") format("truetype"), url("../fonts/proximanova-regular.svg") format("svg");
}

@font-face {
  font-family: 'FontsFree-Net-Proxima-Nova-Bold';
  src: url("../fonts/FontsFree-Net-Proxima-Nova-Bold.eot");
  src: url("../fonts/FontsFree-Net-Proxima-Nova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FontsFree-Net-Proxima-Nova-Bold.woff") format("woff"), url("../fonts/FontsFree-Net-Proxima-Nova-Bold.ttf") format("truetype"), url("../fonts/FontsFree-Net-Proxima-Nova-Bold.svg") format("svg");
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 18px;
  font-style: normal;
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-cell-phone:before {
  content: "\f100";
}

.flaticon-earth-globe:before {
  content: "\f101";
}

.flaticon-trophy:before {
  content: "\f102";
}

.flaticon-small-rocket-ship-silhouette:before {
  content: "\f103";
}

.flaticon-check:before {
  content: "\f104";
}

.flaticon-link-symbol:before {
  content: "\f105";
}

.flaticon-clock:before {
  content: "\f106";
}

.flaticon-wallet:before {
  content: "\f107";
}

.flaticon-graph:before {
  content: "\f108";
}

.flaticon-piggy-bank:before {
  content: "\f109";
}

.flaticon-browser:before {
  content: "\f10a";
}

.flaticon-smartphone:before {
  content: "\f10b";
}

.flaticon-internet:before {
  content: "\f10c";
}

.flaticon-computer:before {
  content: "\f10d";
}

.flaticon-layout:before {
  content: "\f10e";
}

.flaticon-correct:before {
  content: "\f10f";
}

.flaticon-website:before {
  content: "\f110";
}

.flaticon-app:before {
  content: "\f111";
}

.flaticon-envelope:before {
  content: "\f112";
}

.flaticon-facebook-logo>a:before {
  content: "\f113";
}

.flaticon-twitter-logo-silhouette:before {
  content: "\f114";
}

.flaticon-linkedin-logo:before {
  content: "\f115";
}

.flaticon-instagram-logo:before {
  content: "\f116";
}

.flaticon-google-plus-symbol:before {
  content: "\f117";
}


/*----------------------------------------------*/
/*  1.1 Normalize Style

/*----------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------*/
/*  1.2 Element Styles

/*----------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "proximanova-regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #333333;
  background-color: #fff;
  animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -webkit-animation-name: fadeIn 2s;
  animation-name: fadeIn 2s;
  letter-spacing: 1px;
  overflow-x: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a {
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

/*---------- 1.7.1 placeholder styling ----------*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #ccc;
}

.theme-btn {
  background: #F53243;
  border: 1px solid #F53243;
  font-family: "gothic-roman", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  padding: 10px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.theme-btn i::before {
  font-size: 12px;
  font-size: 0.75rem;
}

.theme-btn:hover {
  background: transparent;
  color: #F53243;
}

/*----------------------------------------------*/
/*  Helper Class

/*----------------------------------------------*/
.extra-small-gutter > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.extra-small-gutter.row {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutter > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.small-gutter.row {
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutter > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

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

.img-full {
  width: 100%;
}

.heading-s1 {
  font-size: 22px;
  color: #000000;
  font-family: "gothic-roman", sans-serif;
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 25px;
  position: relative;
}

.heading-s1::after {
  border-bottom: 3px solid #F53243;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100px;
  margin: auto;
}
.heading-s2::after {
  border-bottom: 3px solid #F53243;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100px;
}

@media (max-width: 768px) {
  .heading-s1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
}

.heading-s2 {
  color: #000000;
  font-family: "FontsFree-Net-Proxima-Nova-Bold", sans-serif;
  font-size: 22px;
  padding-bottom: 24px;
  line-height: 24px;
}

.title-line {
  display: block;
  text-align: center;
  color: #888888;
  font-size: 15px;
  line-height: 25px;
}

/* custom input section */
.form-control {
  font-family: "gothic-roman", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #cccccc;
  background: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  border-radius: 0;
  padding: 0 20px;
  height: 50px;
  resize: none;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #323e6f;
}

textarea.form-control {
  padding: 10px;
  height: 180px;
}

/* checkbox */
.check-label {
  cursor: pointer;
}

.sprite {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.map-icon {
  background-position: 0 0;
  width: 26px;
  height: 30px;
  background-size: 136px;
}

.phone-icon {
  background-position: -28px 0;
  width: 30px;
  height: 30px;
  background-size: 136px;
}

.clock-icon {
  background-position: -62px 0;
  width: 29px;
  height: 30px;
  background-size: 136px;
}

.header {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.header .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.header .header-top span {
  font-size: 14px;
}

.header .header-top i::before {
  font-size: 17px;
}

.header .header-top ul li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  padding: 0px 7px;
}

.header .header-top ul li a {
  color: #ffffff;
  display: block;
  text-align: center;
  width: 3px;
  height: 25px;
  line-height: 23px;
  text-indent: -9999px;
}

.header .header-top ul li a.fb:hover {
  background: #37589b;
}

.header .header-top ul li a.tw:hover {
  background: #46d4fe;
}

.header .header-top ul li a.gp:hover {
  background: #de5a49;
}

.header .header-top ul li a.likd:hover {
  background: #419cca;
}
.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
.header img {
  width: 185px;
}

@media screen and (max-width: 380px) {
  .header {
    padding: 0 0px;
  }
}

@media screen and (max-width: 980px) {
  .header .main_nav {
    z-index: 99999999;
    width: 250px;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .header .main_nav.menu-open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    left: 0px;
  }
}

.header .main_nav.menu-close {
  left: -250px;
}

.header .mobile-sec img {
  width: 150px;
}

@media screen and (min-width: 992px) {
  .inner-header .header {
    position: relative;
  }
}

.page-overlay.menu-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  width: 100%;
}

@media screen and (min-width: 981px) {
  .down .header-middle.clone {
    background: #162d42de;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .down .header-middle.clone .category-dropdown {
    top: 83px;
  }
  .down .header-middle.clone .main-nav-menu .main-nav .nav-list > li > a::after {
    bottom: -34px;
  }
}

/* menu trigger */
.mobile-menu-trigger {
  display: none;
}

@media screen and (max-width: 980px) {
  .mobile-menu-trigger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .mobile-menu-trigger span {
    width: 100%;
    display: block;
    margin-top: 14px;
    height: 2px;
    background-color: #333333;
  }
  .mobile-menu-trigger:after, .mobile-menu-trigger:before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #333333;
  }
  .mobile-menu-trigger:after {
    top: 4px;
  }
  .mobile-menu-trigger:before {
    bottom: 4px;
  }
}

a, button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

a:hover, a:focus, button:hover, button:focus {
  text-decoration: none;
}

.main-nav-menu {
  position: static;
}

.main-nav-menu .main-nav {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: right;
}

.main-nav-menu .main-nav .nav-list > li {
  display: inline-block;
  padding: 10px 30px;
}

.main-nav-menu .main-nav .nav-list > li > a {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

.main-nav-menu .main-nav .nav-list > li > a::after {
  background: rgba(245, 50, 67, 0.9);
  position: absolute;
  bottom: -45px;
  left: -100%;
  opacity: 0;
  width: 100%;
  height: 10px;
  content: "";
}

.main-nav-menu .main-nav .nav-list > li > a .caret {
  position: absolute;
  top: 7px;
  right: -12px;
  content: "";
  border-top: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.main-nav-menu .main-nav .nav-list > li > a:hover {
  text-decoration: none;
}

.main-nav-menu .main-nav .nav-list > li > a.open:hover a::after {
  left: -0%;
  opacity: 1;
}

@media (max-width: 992px) {
  .main-nav-menu .main-nav .nav-list > li {
    display: block;
  }
}

.main-nav-menu .main-nav .nav-list > li:hover a {
  background: rgba(255, 255, 255, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main-nav-menu .main-nav .nav-list > li.dropdown-full:hover > a::after {
  left: 0%;
  opacity: 1;
}

.nav-list__item {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-list__item a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 980px) {
  .nav-list__item {
    position: relative;
  }
  .nav-list__item a {
    border-bottom: 1px solid #ebebeb;
    padding: 25px 20px;
  }
  .nav-list__item .sub-child {
    width: 40px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
  }
  .nav-list__item .sub-child .plus-child {
    background-image: url("../images/sprite.png");
    background-position: -130px -197px;
    background-size: 170px;
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .nav-list__item .sub-child.active .plus-child {
    background-position: -130px -212px;
    height: 12px;
    top: 16px;
  }
}

.nav-list__item.nav-list-mobile {
  display: none;
}

@media screen and (max-width: 980px) {
  .nav-list__item.nav-list-mobile {
    display: block;
  }
}

.nav-list-sub > li > a {
  color: #333;
  display: block;
  text-transform: uppercase;
}

@media screen and (min-width: 981px) {
  .nav-list-sub {
    float: left;
    margin: 0 15px;
  }
  .nav-list-sub:first-child {
    margin-left: 0px;
  }
  .nav-list-sub:last-child {
    margin-right: 0px;
  }
  .nav-list-sub > li > a {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 980px) {
  .nav-list-sub {
    margin-top: 0;
  }
  .nav-list-sub > li > a {
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 0 10px 22px;
    border-bottom: 1px solid #eee;
  }
}

/* drop down style */
@media (min-width: 992px) {
  .category-dropdown {
    background-color: rgba(245, 50, 67, 0.95);
    display: block;
    opacity: 0;
    top: 125px;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
  }
}

@media screen and (min-width: 992px) and (min-width: 981px) {
  .category-dropdown {
    position: absolute;
    left: 0;
    z-index: 5;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .category-dropdown:before, .category-dropdown:after {
    content: "";
    display: table;
  }
  .category-dropdown:after {
    clear: both;
  }
}

@media (min-width: 992px) {
  .category-dropdown button {
    max-width: 190px;
    min-height: 50px;
  }
  .category-dropdown h3 {
    color: #ffffff;
    font-family: "FontsFree-Net-Proxima-Nova-Bold", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .category-dropdown ul {
    position: relative;
  }
  .category-dropdown ul::after {
    background: #FF4B5B;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
  }
  .category-dropdown ul li {
    display: block !important;
    text-align: left;
  }
  .category-dropdown ul li > a {
    color: #ffffff;
    text-align: left !important;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "proximanovalight", sans-serif !important;
    line-height: 30px !important;
    text-transform: capitalize !important;
    background: none !important;
    margin: 0 0 0 25px !important;
    display: inline-block;
  }
  .category-dropdown ul li > a:hover {
    color: #ffffff !important;
  }
  .category-dropdown ul li > a:hover::before {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 3px;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    z-index: 1;
  }
  .category-dropdown ul li.ssub_menu {
    padding-left: 22px;
    position: relative;
  }
  .category-dropdown ul li.ssub_menu::before {
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 10px;
    height: 1px;
    content: "";
  }
  .category-dropdown ul li.ssub_menu::after {
    background: #ffffff;
    position: absolute;
    top: 10px;
    left: 30px;
    width: 1px;
    height: 10px;
    content: "";
  }
  .category-dropdown ul li.ssub_menu a {
    font-size: 13px;
  }
  .category-dropdown ul li.ssub_menu a::after {
    background: #ffffff;
    position: absolute;
    top: 11px;
    right: -15px;
    width: 1px;
    height: 10px;
    content: "";
  }
  .category-dropdown ul li.ssub_menu a::before {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .category-dropdown ul li.ssub_menu a:hover {
    opacity: 1;
    left: none;
  }
  .category-dropdown ul li.ssub_menu a:hover::before {
    left: 0;
    opacity: 1;
  }
  .category-dropdown ul li.ssub_menu a:last-child::after {
    display: none;
  }
  .category-dropdown ul.drop-menu-box {
    margin-top: 35px;
  }
  .category-dropdown ul.drop-menu-box li a {
    font-size: 22px;
  }
  .dropdown-full .category-dropdown {
    width: 100%;
  }
  .dropdown-full.open .category-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .nav-list__item:hover .dropdown {
    opacity: 1;
    top: 30px;
    visibility: visible;
  }
}

/* Testimonials section */
.footer-wrapper {
  background: #3d3c42;
}

.footer-wrapper .footer-title {
  color: #d9d9da;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-wrapper .footer-content li {
  color: #868688;
  font-size: 12px;
  line-height: 25px;
}

.footer-wrapper .footer-content li a {
  color: #868688;
  font-size: 12px;
  line-height: 30px;
}

.footer-wrapper .footer-content li a:hover {
  color: #ffffff;
}

.footer-wrapper .footer-content li time {
  display: block;
  color: rgba(255, 255, 255, 0.2);
  font-size: 13px;
}

@media screen and (max-width: 980px) {
  .footer-wrapper .footer-content li {
    margin: 0 7px 7px 7px;
  }
}

.footer-wrapper p {
  color: #cccccc;
  font-family: "gothic-roman", sans-serif;
  margin-top: 15px;
}

.copyright {
  background: #162d42;
  color: white;
  padding: 30px 0;
  font-size: 12px;
}

.goTop {
  background-color: #F53243;
  padding: 12px 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: none;
  text-align: center;
  z-index: 999;
  position: fixed;
  right: 15px;
  bottom: 8%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .goTop {
    position: fixed;
    bottom: 3%;
  }
}

@font-face {
  font-family: 'gothic';
  src: url("../fonts/gothic.eot");
  src: url("../fonts/gothic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic.woff") format("woff"), url("../fonts/gothic.ttf") format("truetype"), url("../fonts/gothic.svg") format("svg");
}

@font-face {
  font-family: 'gothic-roman';
  src: url("../fonts/gothic-roman.eot");
  src: url("../fonts/gothic-roman.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic-roman.woff") format("woff"), url("../fonts/gothic-roman.ttf") format("truetype"), url("../fonts/gothic-roman.svg") format("svg");
}

@font-face {
  font-family: 'gothic-bold';
  src: url("../fonts/gothic-bold.eot");
  src: url("../fonts/gothic-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic-bold.woff") format("woff"), url("../fonts/gothic-bold.ttf") format("truetype"), url("../fonts/gothic-bold.svg") format("svg");
}

@font-face {
  font-family: 'proximanovalight';
  src: url("../fonts/proximanovalight.eot");
  src: url("../fonts/proximanovalight.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovalight.woff") format("woff"), url("../fonts/proximanovalight.ttf") format("truetype"), url("../fonts/proximanovalight.svg") format("svg");
}

@font-face {
  font-family: 'proximanova-regular';
  src: url("../fonts/proximanova-regular.eot");
  src: url("../fonts/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular.woff") format("woff"), url("../fonts/proximanova-regular.ttf") format("truetype"), url("../fonts/proximanova-regular.svg") format("svg");
}

@font-face {
  font-family: 'FontsFree-Net-Proxima-Nova-Bold';
  src: url("../fonts/FontsFree-Net-Proxima-Nova-Bold.eot");
  src: url("../fonts/FontsFree-Net-Proxima-Nova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FontsFree-Net-Proxima-Nova-Bold.woff") format("woff"), url("../fonts/FontsFree-Net-Proxima-Nova-Bold.ttf") format("truetype"), url("../fonts/FontsFree-Net-Proxima-Nova-Bold.svg") format("svg");
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 14px;
  font-style: normal;
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-cell-phone:before {
  content: "\f100";
}

.flaticon-earth-globe:before {
  content: "\f101";
}

.flaticon-trophy:before {
  content: "\f102";
}

.flaticon-small-rocket-ship-silhouette:before {
  content: "\f103";
}

.flaticon-check:before {
  content: "\f104";
}

.flaticon-link-symbol:before {
  content: "\f105";
}

.flaticon-clock:before {
  content: "\f106";
}

.flaticon-wallet:before {
  content: "\f107";
}

.flaticon-graph:before {
  content: "\f108";
}

.flaticon-piggy-bank:before {
  content: "\f109";
}

.flaticon-browser:before {
  content: "\f10a";
}

.flaticon-smartphone:before {
  content: "\f10b";
}

.flaticon-internet:before {
  content: "\f10c";
}

.flaticon-computer:before {
  content: "\f10d";
}

.flaticon-layout:before {
  content: "\f10e";
}

.flaticon-correct:before {
  content: "\f10f";
}

.flaticon-website:before {
  content: "\f110";
}

.flaticon-app:before {
  content: "\f111";
}

.flaticon-envelope:before {
  content: "\f112";
}

.flaticon-facebook-logo:before {
  content: "\f113";
}

.flaticon-twitter-logo-silhouette:before {
  content: "\f114";
}

.flaticon-linkedin-logo:before {
  content: "\f115";
}

.flaticon-instagram-logo:before {
  content: "\f116";
}

.flaticon-google-plus-symbol:before {
  content: "\f117";
}


/* Home Banner section */
.home-banner-section {
  position: relative;
}

.home-banner-section .banner-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  position: absolute;
  left: 90px;
  z-index: 1;
  line-height: 30px;
  color: #ffffff;
  font-size: 22px;
  max-width: 500px;
}

@media screen and (max-width: 980px) {
  .home-banner-section .banner-text {
    font-size: 22px;
  }
}

.home-banner-section .down-arrow {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  z-index: 1;
  animation: bounce1 1s infinite alternate;
  -webkit-animation: bounce1 1s infinite alternate;
}

@media screen and (max-width: 980px) {
  .home-banner-section .down-arrow {
    bottom: 0;
  }
}

.home-banner-section .down-arrow i:before {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
}

@keyframes bounce1 {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce1 {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

/* About section */
.work_with_us {
  background: url("../images/work-with-us.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  color: #ffffff;
}

.work_with_us small {
  font-size: 16px;
  font-size: 1rem;
  font-family: "proximanova-regular", sans-serif;
}

.work_with_us .heading-s1 {
  color: #ffffff;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "FontsFree-Net-Proxima-Nova-Bold", sans-serif;
}

.work_with_us .heading-s1 span {
  display: block;
  font-family: "proximanova-regular", sans-serif;
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
}

.work_with_us .heading-s1::after {
  left: 0;
  right: auto;
}

.work_with_us P {
  font-size: 14px;
  font-family: "proximanova-regular", sans-serif;
  line-height: 24px;
  margin-bottom: 20px;
}

.work_with_us ul li {
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font-family: "FontsFree-Net-Proxima-Nova-Bold", sans-serif;
}

.work_with_us ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-left: 5px solid #F53243;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.work_with_us .feature-box {
  background: #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.work_with_us .feature-box i::before {
  color: #F53243;
  font-size: 60px;
  font-size: 3.75rem;
}

.work_with_us .feature-box h4 {
  padding-top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
}

.work_with_us .feature-box p {
  margin-bottom: 0;
  color: #999;
}

.work_with_us .feature-box:hover {
  background: #F53243;
}

.work_with_us .feature-box:hover i::before, .work_with_us .feature-box:hover h4, .work_with_us .feature-box:hover p {
  color: #ffffff;
}

/* How We Work section */
.how_we_work .timeline-col {
  position: relative;
}
.how_we_work .timeline-col.upper .timeline-circel::before {
  content: '';
display: inline-block;
width: 48px;
height: 48px;
border-radius: inherit;
position: absolute;
transition: all .5s ease-out;
border: solid 1px #F53243;
left: 0;
right: 0;
opacity: .1;
  
}
.how_we_work .timeline-col.bottom .timeline-circel::before {
  background-color: #F53243;
  position: absolute;
  right: 0;
  bottom: -55px;
  left: 0;
  width: 1px;
  height: 40px;
  content: "";
  margin: auto;
}
.how_we_work .timeline-col.bottom .timeline-circel::after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: -55px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  margin: auto;
}
.how_we_work .timeline-col .timeline-circel-outer {
  position: relative;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-circel {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  color: #F53243;
  font-family: "FontsFree-Net-Proxima-Nova-Bold", sans-serif;
  width: 48px;
  height: 48px;
  box-shadow: 0 5px 9px 0 rgba(245, 50, 67, 0.3);
  border-radius: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  display: block;
  position: relative;
  margin: auto;
}
.timeline-circel-inr {
 background-color:#F53243;
 position:absolute;
 left:-1px;
 right:-1px;
 top:-1px;
 bottom:-1px;
 border-radius:100%;
 color:#fff
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-circel .pulsing-animation::before, .how_we_work .timeline-col .timeline-circel-outer .timeline-circel .pulsing-animation::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: inherit;
  transition: all .5s ease-out;
  border: solid 1px #FCB9CA;
  opacity: .1;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-circel .pulsing-animation::after {
  animation: pulsing-2 1s cubic-bezier(0.19, 1, 0.22, 1) infinite alternate;
}

@keyframes pulsing-2 {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: .3;
    transform: scale(2);
  }
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-content {
  position: absolute;
  right: 0;
  left: -25px;
  text-align: center;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-content h4 {
  font-family: "FontsFree-Net-Proxima-Nova-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-content p {
  font-family: "proximanovalight", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-content.timeline-upper-content {
  bottom: 100px;
  margin: auto;
  padding: 15px 0;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-content.timeline-bottom-content {
  top: 100px;
  padding: 15px 0;
}
.how_we_work .timeline-col.last .timeline-circel-outer::after {
  display: none;
}
.how_we_work .middleline {
  background: #e4e4e4;
  position: absolute;
  top: 24px;
  left: 150px;
  height: 1px;
  width: 110px;
  opacity: 1;
}
.how_we_work .middleline .middleline-inr {
  background-color: #F53243;
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
}
.how_we_work .middleline .middleline-inr::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #F53243;
  border: solid 1px #F53243;
  position: absolute;
  top: -4px;
  left: auto;
  right: -40px;
  border-radius: 100%;
  box-shadow: 0 0 25px 2px #F53243;
}
.how_we_work .middleline .middlelineAn {
  -webkit-animation-name: middlelineAn;
  animation-name: middlelineAn;
  position: relative;
}

@keyframes middlelineAn {
  0% {
    opacity: 0;
    width: 0;
    background-color: #F53243;
  }
  100% {
    width: 100%;
    opacity: 1;
    background-color: #F53243;
  }
}

@media screen and (max-width: 575px) {
.how_we_work .timeline-col {
  padding-bottom: 220px;
}
.how_we_work .middleline {
    display: none;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-content.timeline-upper-content {
    margin: auto;
    padding: 26px 1px;
    top: 112px;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-content.timeline-bottom-content {
    margin: auto;
}
.timeline-col.upper .timeline-circel-line {
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.how_we_work .middleline {
    background: #f5324300;
}
.how_we_work .timeline-col .timeline-circel-outer .timeline-content {
    left: 0px !important;
}
.upper .timeline-circel-line-inr:before {
    top: 33px !important;
}
}

/* Happy Clients section */
.happy_clients_sec .testimonials_box {
  border: 1px solid #cccccc;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.happy_clients_sec .testimonials_box p {
  font-size: 14px;
  line-height: 22px;
}

.happy_clients_sec .testimonials_name {
  visibility: hidden;
  opacity: 0;
}

.happy_clients_sec .testimonials_name .user_img img {
  width: 75px !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.happy_clients_sec .testimonials_name .user_name h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #F53243;
  font-family: "FontsFree-Net-Proxima-Nova-Bold", sans-serif;
}

.happy_clients_sec .testimonials_name .user_name span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.happy_clients_sec .owl-item.active.center .item .testimonials_box {
  background: #F53243;
  border: 1px solid #F53243;
  color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.happy_clients_sec .owl-item.active.center .item .testimonials_box:after {
  position: absolute;
  bottom: -20px;
  left: 40px;
  content: "";
  border-left: 20px solid #F53243;
  border-top: 20px solid transparent;
  border-bottom: 25px solid transparent;
}

.happy_clients_sec .owl-item.active.center .item .testimonials_name {
  visibility: visible;
  opacity: 1;
}

.happy_clients_sec::after {
  background: rgba(35, 58, 100, 0.84);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.happy_clients_sec .our_mission_box .counter_block {
  color: #ffffff;
}

.happy_clients_sec .our_mission_box .counter_block .title {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.happy_clients_sec .our_mission_box .counter_block .title::after {
  border-bottom: 3px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 35px;
}

.happy_clients_sec .our_mission_box .counter_block .counter {
  display: block;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "proximanova-regular", sans-serif;
}

/* Our Services section */
.our_services_sec .services_box {
  position: relative;
  font-family: "gothic-roman", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.our_services_sec .services_box h2 a {
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
}

.our_services_sec .services_box p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  font-family: "proximanovalight", sans-serif;
}

.our_services_sec .services_box span {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.our_services_sec .services_box span::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 0 10px #ffffff;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: transform .2s,opacity .2s;
  -moz-transition: transform .2s,opacity .2s;
  transition: transform .2s,opacity .2s;
  /*                opacity: 0;*/
  content: "";
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  z-index: -1;
}

.our_services_sec .services_box span i {
  display: inline-block;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 70px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.our_services_sec .services_box span i::before {
  font-size: 30px;
  font-size: 1.875rem;
}

.our_services_sec .services_box span.one {
  color: #08c;
  border: 2px solid #08c;
}

.our_services_sec .services_box span.one:hover {
  background: #08c;
  color: #ffffff;
}

.our_services_sec .services_box span.one:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: .8;
  content: "";
  box-shadow: 0 0 0 10px #08c;
}

.our_services_sec .services_box span.two {
  color: #e36159;
  border: 2px solid #e36159;
}

.our_services_sec .services_box span.two:hover {
  background: #e36159;
  color: #ffffff;
}

.our_services_sec .services_box span.two:hover:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: .8;
  content: "";
  box-shadow: 0 0 0 10px #e36159;
}

.our_services_sec .services_box span.three {
  color: #2baab1;
  border: 2px solid #2baab1;
}

.our_services_sec .services_box span.three:hover {
  background: #2baab1;
  color: #ffffff;
}

.our_services_sec .services_box span.three:hover:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: .8;
  content: "";
  box-shadow: 0 0 0 10px #2baab1;
}

.our_services_sec .services_box span.four {
  color: #e64a19;
  border: 2px solid #e64a19;
}

.our_services_sec .services_box span.four:hover {
  background: #e64a19;
  color: #ffffff;
}

.our_services_sec .services_box span.four:hover:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: .8;
  content: "";
  box-shadow: 0 0 0 10px #e64a19;
}

.our_services_sec .services_box span.five {
  color: #F9A825;
  border: 2px solid #F9A825;
}

.our_services_sec .services_box span.five:hover {
  background: #F9A825;
  color: #ffffff;
}

.our_services_sec .services_box span.five:hover:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: .8;
  content: "";
  box-shadow: 0 0 0 10px #F9A825;
}

.our_services_sec .services_box span.six {
  color: #283593;
  border: 2px solid #283593;
}

.our_services_sec .services_box span.six:hover {
  background: #283593;
  color: #ffffff;
}

.our_services_sec .services_box span.six:hover:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: .8;
  content: "";
  box-shadow: 0 0 0 10px #283593;
}

/* Our Services section */
.portfolio_sec .portfolio_block {
  min-height: 200px;
  position: relative;
}

.portfolio_sec .portfolio_block h4 {
  font-size: 32px;
}

.portfolio_sec .portfolio_block.block-1 {
  background: #efefef;
}

.portfolio_sec .portfolio_block .portfolio_dis {
  visibility: hidden;
  opacity: 0;
}

.portfolio_sec .portfolio_bg .tab-content {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.portfolio_sec .portfolio_bg .tab-content:hover {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

@media screen and (min-width: 768px) {
  .portfolio_sec .portfolio_bg .portfolio_management {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .portfolio_sec .portfolio_bg .portfolio_management .management_box {
    min-height: 277px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}

@media screen and (max-width: 768px) {
  .portfolio_sec .portfolio_bg .portfolio_management .management_box {
    background: #ff0000;
    margin-bottom: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin: 5px;
  }
}

@media screen and (max-width: 570px) {
  .portfolio_sec .portfolio_bg .portfolio_management .management_box {
    margin: 0;
    margin-bottom: 10px;
  }
}

.portfolio_sec .portfolio_bg .portfolio_management .management_box p {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  line-height: 25px;
}

@media screen and (min-width: 768px) {
  .portfolio_sec .portfolio_bg .portfolio_management .management_box p {
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px) {
  .portfolio_sec .portfolio_bg .portfolio_management .management_box p::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    width: 55px;
  }
}

.portfolio_sec .portfolio_bg .portfolio_management .management_box .explore_btn {
  background: #ffffff;
  color: #ff0000;
  border-radius: 0;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 350ms ease 0s;
}

.portfolio_sec .portfolio_bg .portfolio_management .management_box .explore_btn:hover {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.portfolio_sec .portfolio_bg .portfolio_management .management_box .explore_btn:hover .explore_icon {
  background-position: -217px -51px;
}

@media screen and (min-width: 768px) {
  .portfolio_sec .portfolio_bg .portfolio_management .management_box:hover .explore_btn {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .portfolio_sec .portfolio_bg .portfolio_management .management_box:hover {
    background: #ff0000;
  }
}

@media screen and (min-width: 768px) {
  .portfolio_sec .portfolio_bg .portfolio_management .row .col-sm-3:nth-child(5n+1), .portfolio_sec .portfolio_bg .portfolio_management .row .col-sm-3:nth-child(5n+3) {
    background: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 560px) {
  .portfolio_sec .portfolio_bg .portfolio_management ul li {
    width: 100%;
  }
}

.home-services .col-3 {
  padding: 0;
  float: left;
  width: 100%;
}

.home-services .box {
  position: relative;
  width: 50%;
  background: #4eccff;
  float: left;
  background-size: cover !important;
}

.home-services .box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.home-services .box .service-tilte {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.home-services .icon {
  width: 97px;
  height: 69px;
  margin: 0 auto 10px auto;
  /*background: url(../images/service-icon.png) no-repeat center 0; */
}

.home-services h4 {
  font-size: 26px;
  color: #fff;
}

.home-services .b-1 .service-expand {
  background: #F53243;
  right: 0;
  top: 0;
}

.home-services .b-2 {
  background: #00aeef;
}

.home-services .b-2 .icon {
  background-position: center -67px;
}

.home-services .b-2 .service-expand {
  background: #00aeef;
  left: 0;
  bottom: 0;
}

.home-services .b-3 {
  /*background: url(../images/mobile-bg.jpg) no-repeat 0 -40px; */
  width: 100%;
}

.home-services .b-3:before {
  padding-top: 50%;
}

.home-services .b-3 .icon {
  background-position: center -143px;
}

.home-services .b-3 .service-expand {
  background: url(../images/mobile-bg.jpg) no-repeat 0 0px;
  right: 0;
  bottom: 0;
}

.home-services .b-3 .service-expand {
  background-size: cover;
}

.home-services .b-3 .service-expand.open {
  width: 100%;
}

.home-services .b-4 {
  background: #efefef;
}

.home-services .b-4 h4 {
  color: #6f7a82;
}

.home-services .b-4 .icon {
  background-position: center -218px;
}

.home-services .b-4 .service-expand {
  /*background: #efefef; */
  top: 0;
  left: 0;
}

.home-services .b-4 .service-expand a,
.home-services .b-4 .service-expand h5,
.home-services .b-4 .service-expand p,
.home-services .b-4 .service-expand span {
  color: #2e3235;
}

.home-services .b-4 .service-expand a:hover {
  color: #ffffff;
}

.home-services .b-4 .service-expand .close {
  color: #0d556f;
}

.home-services .b-5 {
  background: url(../images/emerging-bg.jpg) no-repeat center;
}

.home-services .b-5 .icon {
  background-position: center -451px;
}

.home-services .b-5 .service-expand {
  background: url(../images/emerging-bg-1.jpg) no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 0;
}

.home-services .b-6 {
  background: url(../images/marketing-bg.jpg) no-repeat center;
}

.home-services .b-6 .icon {
  background-position: center -370px;
}

.home-services .b-6 .service-expand {
  background: url(../images/marketing-bg-1.jpg) no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
}

.home-services .b-7 {
  background: #06ccbc;
}

.home-services .b-7 .icon {
  background-position: center -291px;
}

.home-services .b-7 .service-expand {
  background: #06ccbc;
  right: 0;
  top: 0;
}

.home-services p {
  margin: 25px 0;
  line-height: 26px;
}

.home-services {
  margin-top: 30px;
}

.home-services .col-3 {
  width: 25%;
}

.home-services .box {
  width: 100%;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.home-services .box h4 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.home-services .box .icon {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.home-services .box:hover .icon {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.home-services .b-3 {
  background-size: cover;
  background-position: 0;
}

.home-services .b-3:before {
  padding-top: 200%;
}

.home-services .b-1 .service-expand {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

.home-services .b-3 .service-expand:hover {
  height: 100%;
}

.home-services .b-3 .service-expand:hover.open {
  height: 100%;
  width: 200%;
}

.home-services .b-7 .service-expand {
  top: auto;
  right: 0;
  bottom: 0;
}

.home-services .b-6 .service-expand {
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}

.home-services .b-2 .service-expand {
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
}

.contact-subpage .home-services {
  padding-bottom: 100px;
}

.service-expand:hover {
  width: 200%;
  height: 200%;
  padding: 20px;
  z-index: 99;
}

.service-expand:hover .service-tilte {
  position: relative;
  top: auto;
  text-align: left;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  margin-bottom: 5px;
}

.service-expand:hover .icon {
  margin: 0;
  float: left;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.service-expand:hover h4 {
  float: left;
  margin-left: 15px;
  padding-top: 15px;
}

.service-expand:hover .more-cnt {
  display: block;
  width: 100%;
  overflow: visible;
}

.desk-menu {
  display: block;
}

.desk-menu .btn-1 {
  float: right;
}

.desk-menu .btn-1 span {
  display: none;
}

.service-detail {
  width: 0;
  left: 15px;
  top: 30px;
  position: absolute;
}

.service-detail.open {
  height: calc(100% - 60px);
  width: 50%;
}

.service-detail.open .box-outer {
  padding: 60px;
}

.service-detail:before {
  display: none;
}

.service-expand {
  overflow: hidden;
}

.service-expand {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
}

.service-expand p {
  width: 470px;
}

.service-expand h5, .service-expand p {
  font-size: 20px;
  color: #fff;
  display: none;
}

.home-services p {
  margin: 25px 0;
  line-height: 26px;
}

.service-expand ul a, .service-expand ul span {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  cursor: auto;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service-expand .more-cnt {
  display: none;
  width: 0;
  overflow: hidden;
}

.service-expand:hover {
  padding: 60px;
}

.service-expand h5, .service-expand p {
  display: block;
}

.btn-1 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 9;
}

.btn-1:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 300px;
  height: 300px;
  line-height: 20em;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.5s ease-out;
  transition: -webkit-box-shadow 0.5s ease-out;
  -o-transition: box-shadow 0.5s ease-out;
  transition: box-shadow 0.5s ease-out;
  transition: box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  z-index: -1;
}

.btn-1:hover {
  color: #fff;
}

.btn-1:hover:before {
  -webkit-box-shadow: inset 0 0 0 10em #F53243;
  box-shadow: inset 0 0 0 10em #F53243;
}

.btn-1.btn-white:hover {
  color: #000;
}

.btn-1.btn-white:hover:before {
  -webkit-box-shadow: inset 0 0 0 10em #fff;
  box-shadow: inset 0 0 0 10em #fff;
}

.btn-1 {
  display: inline-block;
  height: 44px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 25px;
  color: #00aeef;
  font-size: 15px;
  border: 2px solid #F53243;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.btn-1:hover {
  border: 2px solid transparent;
}

.btn-1.btn-white {
  color: #fff;
  border: 2px solid #fff;
}

/* Contact Us section */
.contact__info .media .media-left {
  line-height: 63px;
  width: 70px;
  height: 70px;
  border: 2px solid #F53243;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.contact__info .media .media-body {
  line-height: 30px;
  color: #777777;
}

.contact__info .media .media-body:hover {
  color: #F53243;
}

.contact__info .media .media-body:hover a {
  color: #F53243;
}

.contact__info .media .media-body a {
  color: #777777;
}

.product-page-header {
  position: relative;
}

.product-page-header .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
}

/* About Us Section */
.aboutus__sec p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}

/* Who We Are Section */
.who_we_are_sec {
  background: #f8f8f8;
}

.who_we_are_sec p {
  font-size: 14px;
  font-family: "gothic-roman", sans-serif;
  line-height: 30px;
}

.why_exist_sec p {
  font-size: 14px;
  font-family: "gothic-roman", sans-serif;
  line-height: 30px;
  margin-bottom: 15px;
}

.what_we_do_sec {
  background: #f8f8f8;
}

.what_we_do_sec p {
  font-size: 14px;
  font-family: "gothic-roman", sans-serif;
  line-height: 30px;
  margin-bottom: 15px;
}

.what_we_do_sec .Finding_sec p {
  font-size: 14px;
  font-family: "gothic-bold", sans-serif;
  margin: 0;
}

.what_we_do_sec ul li {
  font-size: 14px;
  font-family: "gothic-roman", sans-serif;
  line-height: 40px;
  padding-left: 25px;
  position: relative;
}

.what_we_do_sec ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  font-family: Flaticon;
  font-size: 12px;
  font-size: 0.75rem;
  color: #323e6f;
}

/* Services Section */
.services_sec p {
  font-size: 14px;
  font-family: "gothic-roman", sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
}

.services_sec .services-category span {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "gothic-bold", sans-serif;
  position: relative;
}

.services_sec .services-category span i::before {
  font-size: 32px;
  color: #006699;
}

.services_sec .services-category span:last-child {
  padding-bottom: 10px;
  margin-left: 15px;
}

.services_sec .services-category span:last-child::after {
  border-bottom: 3px solid #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 35px;
}

.services_sec ul li {
  font-size: 14px;
  font-family: "gothic-roman", sans-serif;
  margin-bottom: 15px;
  padding-left: 20px;
  color: #666;
  line-height: 20px;
  position: relative;
}

.services_sec ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #3a4b63;
  width: 9px;
  height: 9px;
  content: "";
}

/* Order Cancel Section */
.order_cancel_sec {
  background: #f3f3f3;
}

.order_cancel_sec .order_cancel_block {
  background: #ffffff;
}

.order_cancel_sec .order_cancel_block p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "gothic-roman", sans-serif;
  margin-top: 10px;
}

.order_cancel_sec .order_cancel_block p b {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "gothic-bold", sans-serif;
}

.order_cancel_sec .order_cancel_block .cancel_order_back {
  border: 1px solid #cccccc;
  padding: 20px;
}

.order_cancel_sec .order_cancel_block .cancel_order_back p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "gothic-roman", sans-serif;
  margin-top: 10px;
  line-height: 25px;
}

.order_cancel_sec .order_cancel_block .cancel_order_back button {
  background: #006699;
  color: #ffffff;
  font-family: "gothic-roman", sans-serif;
}

.order_cancel_sec .order_cancel_block .cancel_order_back .data_value {
  font-family: "gothic-roman", sans-serif;
}

.order_cancel_sec .order_cancel_block .back_homepage {
  padding: 25px;
  border-top: 1px solid #cccccc;
}

.order_cancel_sec .order_cancel_block .back_homepage a {
  font-family: "gothic-roman", sans-serif;
  color: #006699;
}

.order_cancel_sec .order_cancel_block .registration_fee {
  background: #006699;
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}


.timeline-circel-outer {
 position:relative
}


.timeline-circel::before,
.timeline-circel.borderAn::before,
.timeline-circel.borderAn::after {
 content:'';
 display:inline-block;
 width:48px;
 height:48px;
 border-radius:inherit;
 position:absolute;
 transition:all .5s ease-out;
 left:0;
 right:0;
 opacity:.1
}
.timeline-circel-inr.anClass::before,
.timeline-circel-inr.anClass::after {
 content:'';
 display:inline-block;
 width:48px;
 height:48px;
 border-radius:inherit;
 position:absolute;
 transition:all .5s ease-out;
 border:solid 1px #F53243;
 left:0;
 right:0;
 opacity:.2
}
@keyframes pulsing-1 {
 from {
  opacity:0;
  transform:scale(1)
 }
 to {
  opacity:.5;
  transform:scale(1.6)
 }
}
.timeline-circel-inr.anClass::after {
 animation:pulsing-2 1s cubic-bezier(.19,1,.22,1) infinite alternate
}
@keyframes pulsing-2 {
 from {
  opacity:0;
  transform:scale(1)
 }
 to {
  opacity:.3;
  transform:scale(2)
 }
}
.timeline-circel-line {
 width:1px;
 height:40px;
 position:absolute;
 background-color:#e4e4e4
}
.upper .timeline-circel-line-inr {
 width:1px;
 height:40px;
 position:absolute;
 top:auto;
 bottom:0;
 left:0;
 right:0;
 left:0;
 background-color:#F53243;
}
.bottom .timeline-circel-line-inr {
 width:1px;
 height:40px;
 position:absolute;
 top:0;
 bottom:-3px;
 left:0;
 right:0;
 left:0;
 background-color:#F53243;
}
.bottom .timeline-circel-line-inr:before {
 content:'';
 width:7px;
 height:7px;
 background-color:#fff;
 border:solid 1px #F53243;
 position:absolute;
 bottom:-3px;
 left:-3px;
 border-radius:100%
}
.upper .timeline-circel-line-inr:before {
 content:'';
 width:7px;
 height:7px;
 background-color:#fff;
 border:solid 1px #F53243;
 position:absolute;
 top:0;
 bottom:auto;
 left:-3px;
 border-radius:100%
}
@keyframes pulsing-2 {
 from {
  transform:scale(1)
 }
 to {
  transform:scale(2.1)
 }
}
@keyframes lineAn {
 0% {
  opacity:0;
  height:0
 }
 100% {
  height:40px;
  opacity:1
 }
}
.lineAn {
 -webkit-animation-name:lineAn;
 animation-name:lineAn
}
.timeline-col.upper .timeline-circel-line {
 bottom:60px;
 left:0;
 right:0;
 margin:0 auto
}
.timeline-col.bottom .timeline-circel-line {
 top:62px;
 left:0;
 right:0;
 margin:0 auto
}
.timeline-col.bottom .timeline-circel-line:before {
 bottom:-6px;
 top:auto
}
.timeline-col {
 position:relative
}
.timeline-col.upper {
}
.timeline-col.bottom {
}
.timeline-content {
 text-align:center;
 position:absolute;
 width:230px;
 left:-5px;
 right:0
}
.timeline-content.timeline-upper-content {
 bottom:100px
}
.timeline-content.timeline-bottom-content {
 top:115px
}
.timeline-content h4 {
 font-size:16px;
 font-weight:600;
 color:#2b264a;
 margin-bottom:10px
}
.timeline-content p {
 color:#656469;
 font-size:14px;
 font-weight:400;
 line-height:20px
}
.timeline-row {
 height:380px
}
.middleline {
 width:132px;
 height:1px;
 position:absolute;
 left:150px;
 background-color:#e4e4e4;
 top:26px;
 opacity:1
}
.middleline-inr {
 width:100%;
 height:1px;
 left:0;
 position:absolute;
 top:0
}
.middlelineAn {
 -webkit-animation-name:middlelineAn;
 animation-name:middlelineAn;
 position:relative
}
.middleline-inr:before {
 content:'';
 width:10px;
 height:10px;
 background-color:#f53243;
 border:solid 1px #f53243;
 position:absolute;
 top:-4px;
 left:auto;
 right:-40px;
 border-radius:100%;
 box-shadow:0 0 25px 2px #f53243
}
@keyframes middlelineAn {
 0% {
  opacity:0;
  width:0;
  background-color:#f53243
 }
 100% {
  width:100%;
  opacity:1;
  background-color:#f53243
 }
}
.fillAn {
 -webkit-animation-name:fillAn;
 animation-name:fillAn
}
@keyframes fillAn {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}

/*updated by vikash 10/11/2019*/

.overflow_slide {
    width: 100%;
    background: #fbfbfb;
    padding-top: 18px;
    padding-bottom: 15px;
    text-align: center;
    position: sticky;
    border-top: 1px solid #f4f4f4;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
	top: 83px;
z-index: 99;
}
.overflow_slide ul li a, .overflow_slide ul li a:visited {
    color: #bbb;
    display: block;
    padding-left: 10px;
}
.overflow_slide li a:before {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    position: relative;
    top: -3px;
	background:#ddd;
}
.common--cust-nav{
	display:table;
	margin:auto;
}
.overflow_slide ul li {
    list-style: none;
    height: 20px;
    padding: 0 10px 0;
    margin: 0;
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #bbb;
    text-transform: uppercase;
    float: left;
    vertical-align: top;
}
.overflow_slide ul li a span, .overflow_slide ul li a:visited span {
    font-family: proxima-nova,sans-serif;
    font-size: 1.3rem;
    display: inline-block!important;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    padding-left: 10px;
    transition: max-width .5s ease-in;
    -moz-transition: max-width .5s ease-in;
    -webkit-transition: max-width .5s ease-in;
}
.overflow_slide li a:before {
    content:'';
	background:#ddd;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
	border-radius:10px;
    position: relative;
    top: 0;
}
.overflow_slide ul li a span{
	    font-size: 14px;
}
.overflow_slide ul li:hover a:before{
	background:#F53243;
}
.overflow_slide ul li:hover a span {
    max-width: 250px;
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
	color:#F53243;
}

.chatSolution {
    padding-top: 45px;
    padding-bottom: 60px;
}
.chatInr {
    text-align: center;
    margin: 0 auto;
}
.chatsub-top-Title {
    color: #909090;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.chatInr h2 {
    font-weight: 300;
    font-size: 42px;
    color: #151515;
    margin: 10px 0 15px;
    padding: 0;
}
.chatInr p {
    font-size: 17px;
    color: #696969;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
}
.mobile-solution {
    padding-top: 20px;
}
.mobile-solution ul {
    padding: 0;
    margin: 0;
    text-align: center;
	display: flex;
flex-wrap: wrap;
}
.mobile-solution ul li {
    list-style: none;
    margin-bottom: 30px;
   width: 16.666%;

padding: 10px;
   
}
.mobile-solution ul li .chatOption {
    width: 100%;
    height: 167px;
    border-radius: 0;
    padding: 24px 15px 0;
	background:#fff;
	display: flex;
align-items:Center;
justify-content:center;
}
.boxShedow {
    box-shadow: 14px 4px 36px 19px #f8f8f8;
    -webkit-box-shadow: 14px 4px 36px 19px #f8f8f8;
    -moz-box-shadow: 14px 4px 36px 19px #f8f8f8;
    -ms-box-shadow: 14px 4px 36px 19px #f8f8f8;
}
.chatOptionName {
    font-size: 14px;
    color: #101010;
    line-height:20px;
    margin-top: 20px;
}
.btnRow {
    text-align: center;
}
.blue-btn {
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 22px 18px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 1.8px;
    transition: all .5s ease 0s;
    background: #F53243;
}
.blue-btn:hover{
	background:#333;
	color:#fff;
}

.technologiesProvide {
    background: #162d42;
    padding: 42px 0 50px 0;
    min-height: inherit;
}
.technologiesProvide .headingProvider h3 {
    color: #fff;
    font-size: 42px;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
	margin-bottom:10px;
	margin-top:20px;
}
.technologiesProvide  .headingProvider h5 {
    font-weight: 300;
    font-size: 16px;
    color: #717171;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.white-txt
{
	color:#fff;
width: 60%;
display: table;
padding:20px;
margin:auto;
}
.fade:not(.show) {
    display: none;

}
.technologiesProvide .tablist-block ul li a {
    width: 235px;
    padding: 26px 15px 0 15px;
    overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
	font-size: 17px;
	line-height: 22px;
	text-transform: uppercase;
	border-radius: 0;
	margin-top: 10px;
	color:#fff;
	font-weight: 600;
	position:relative;
}
.technologiesProvide .tablist-block ul li a.active:before {
    content:'';
	height:3px;
	width:100%;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
.tabs-border{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.technologiesProvide .tab-pane p{
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    color: #b6cadd;
    line-height: 26px;
	text-align:center;
}

.technologiesProvide .tab-pane.active {
    animation: slide-down 1s ease-out;
}

@keyframes slide-down {
    0% { opacity: 0; transform: translateY(75%); }
    100% { opacity: 1; transform: translateY(0); }
}

.pdT23 {
    padding-top: 23px;
	padding-bottom:40px;
}
.pdT18 {
    padding-top: 18px !important;
}
.main-content-block h2 {
    font-weight: 300;
    font-size: 42px;
    color: 
    #151515;
    margin: 0;
        margin-bottom: 0px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 11px;
}
.main-content-block .title-bar {
    font-weight: 300;
    font-size: 16px;
    color: #717171;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.service-option {
    position: relative;
    padding-left: 18px;
    margin-top: 82px;
    min-height: 170px;
}

.service-option::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #F53243;
    width: 3px;
    height: 100%;
}
.service-option h4 {
    color: 
    #303030;
    font-weight: 700;
    font-size: 19px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 21px 0;
    text-transform: capitalize;
}

.service-option p {
    font-size: 16px;
    line-height: 24px;
    font-family: proxima-nova,sans-serif;
    font-weight: 300;
    color: 
    #111;
    padding: 0;
    margin: 0;
    letter-spacing: 1.5px;
}
/*mega menu*/
/*start*/
#footer-newsletter-signup * {
    box-sizing: border-box;
}
#footer-newsletter-signup .std-input {
    margin-bottom: 0;
}
#footer-newsletter-signup .std-input label {
    display: none;
}
#footer-newsletter-signup .std-input.error input {
    border-right: 0 none;
}
#footer-newsletter-signup .std-input.error #register {
    border: 1px solid #C74C4C;
    border-left: 0 none;
}
#footer-newsletter-signup #form-newsletter-registration {
    margin: 20px 0 0;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper>h3 {
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper>h3 .newsletter-link {
    pointer-events: none;
    color: #fff;
    text-decoration: none;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .link-privacy:after {
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-right: 2px solid #0061AA;
    border-top: 2px solid #0061AA;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: 5px;
    top: -2px;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-form {
    margin-top: 10px;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-form .newsletter-terms {
    text-decoration: none;
    color: #0061AA;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-form #signup-success {
    color: #fff;
    line-height: 1.3;
    margin-top: 20px;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-form.is-hidden {
    display: block;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-trust-icons {
    box-sizing: border-box;
    margin-top: 88px;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-trust-icons>li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-trust-icons>li>a {
    display: block;
}
#footer-newsletter-signup .checkbox-wrapper {
    margin-bottom: 20px;
}
#footer-newsletter-signup .checkbox-wrapper label {
    color: #A9A9AA;
    font-size: 14px;
      position: relative;
    padding-left: 35px;
    display: block;
    cursor: pointer;
    line-height: 1.6;
    margin-top: -20px
}
#footer-newsletter-signup .checkbox-wrapper .customcheckbox+label:before {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#footer-newsletter-signup .input-group {
    display: inline-flex;
    height: 42px;
    width: 100%}
#footer-newsletter-signup .input-group input, #footer-newsletter-signup .input-group .btn-cta {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding: 12px 15px;
    height: 42px;
}
#footer-newsletter-signup .input-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#footer-newsletter-signup .input-group .btn-cta {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 30%}
#footer-newsletter-register{
  	background-color: #0061AA;
    color: #fff;
  	border-radius: 5px;
    padding: 14px 5px !important;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}    
#footer-newsletter-signup .validator, #footer-newsletter-signup .info {
    right: auto;
    top: 11px;
    left: 63%}
.partner-logos .logo-paypal, .partner-logos .logo-unitedInternet, .partner-logos .logo-trusted, .partner-logos .logo-ipmc, .partner-logos .logo-ica {
    background: transparent url("/images/sprite_trusted.png") no-repeat 0 0;
    background-size: 239px 75px;
    height: 37px;
}
.partner-logos .logo-paypal {
    width: 94px;
}
.partner-logos .logo-unitedInternet {
    width: 59px;
    background-position: -94px 0;
}
.partner-logos .logo-trusted {
    width: 38px;
    background-position: -139px -38px;
}
.partner-logos .logo-ipmc {
    width: 138px;
    background-position: 0 -38px;
}
.partner-logos .logo-ica {
    width: 172px;
    background-position: -153px 0;
}
#footer-main-wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 100px;
}
#footer-top-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0;
    background: #32383d;
}
#footer-top {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}
#footer-top-main {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 65px 0 0px;
    margin-left: 8%;
    width: 52%;
}
#footer-top-meta {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #262a2e;
    padding: 65px 6% 0px 88px;
    width: 40%}
#footer-controls {
    position: absolute;
    top: 100px;
    width: 84%;
    left: 8%;
    right: 8%}
#langswitch {
    position: absolute;
    top: 0;
    left: 0;
}
#langswitch ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 225px;
    height: 50px;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    color: #262a2e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: -27px;
}
#langswitch ul::before, #langswitch ul::after {
    content: '';
    display: block;
    position: absolute;
}
#langswitch ul::after {
    right: 18px;
    top: 22px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #262a2e transparent transparent transparent;
}
#langswitch ul::before {
    border-right: 1px solid #e6e6e6;
    right: 43px;
    height: 50px;
}
#langswitch ul li {
    display: none;
    padding: 0;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
#langswitch ul li:first-child {
    display: none;
}
#langswitch ul li:hover {
    background: #f5f5f5;
}
#langswitch ul li:hover:last-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#langswitch ul li a {
    width: 100%;
    padding: 11px 0;
    display: inherit;
    color: #262A2E;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
#langswitch ul li.act {
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    order: 1;
    line-height: 50px;
    padding: 0;
}
#langswitch ul li.act a {
    padding: 16px 0;
}
#langswitch ul li.act:first-child {
    border-top: 0 none;
}
#langswitch ul li.act:hover {
    cursor: default;
    background: #fff;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
#langswitch ul li.act span {
    margin-right: 17px;
}
#langswitch ul.hover {
    height: auto;
}
#langswitch ul.hover::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#langswitch ul.hover li {
    display: flex;
}
#langswitch ul.hover li.act {
    border-bottom: 1px solid #e6e6e6;
}
#back-to-top {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}
#back-to-top:hover {
    cursor: pointer;
}
#back-to-top:before {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 0.5em;
    position: absolute;
    right: 12px;
    top: -5px;
    z-index: 900;
}
#back-to-top:after {
    content: ' ';
    background: #0061AA;
    width: 50px;
    height: 50px;
    right: 0;
    position: absolute;
    display: inline-block;
    top: -27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#footer-top #footer-nav {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
#footer-top #footer-nav .main-links {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%}
#footer-top #footer-nav .main-links>li {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 30%;
    margin-bottom: 45px;
    margin-right: 3%;
    padding-right: 10px;
}
#footer-top #footer-nav .main-links>li:last-child {
    margin-right: 0;
}
#footer-top #footer-nav .main-links>li>a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
/*#footer-top #footer-nav .main-links>li>a:after {
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: 5px;
    top: -2px;
} */

#footer-top #footer-nav .main-links>li>.sub-links>li a:after {
    display: none;
}
#footer-top #footer-nav .main-links .is-visible-mobile {
    display: none;
}
#footer-top #footer-nav-help:before {
    content: ' ';
    width: 92%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 14px 0;
    display: block;
}
#footer-top #footer-nav-help>header {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
#footer-top #footer-nav-help>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 12px;
    width: 100%}
#footer-top #footer-nav-help li {
    width: 30.5%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.3;
    color: #696E71;
    font-weight: 400;
    white-space: nowrap;
}
@media screen and (max-width:1199px) {
    #footer-top #footer-nav-help li {
    white-space: normal;
}
}@media screen and (max-width:829px) {
    #footer-top #footer-nav-help li {
    white-space: nowrap;
}
}#footer-top #footer-nav-help li:last-child {
    margin-right: 0;
}
#footer-top #footer-nav-help li a {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    font-size: 95%;
    text-decoration: none;
}
/*#footer-top #footer-nav-help li a:after {
    content: ' ';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    left: 5px;
    top: -2px;
}*/
/*over*/
@media (max-width:1279px) {
    #footer-top #footer-top-main, #footer-top #footer-top-meta {
    width: 50%}
#footer-top #footer-top-main {
    padding-right: 0;
}
#footer-top #footer-nav .main-links>li {
    -webkit-flex-basis: 47%;
    flex-basis: 47%}
#footer-top #footer-nav-help li {
    -webkit-flex-basis: 47%;
    flex-basis: 47%}
#footer-newsletter-signup .input-group #register {
    position: relative;
    text-indent: -9999px;
    width: 50px;
}
#footer-newsletter-signup .input-group #register:after {
    content: ' ';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 0.5em;
    margin-right: 9px;
    right: 12px;
    top: 15px;
}
#footer-top #footer-nav .main-links {
    width: 100%}
#footer-top #footer-top-main {
    padding-top: 50px;
    padding-bottom: 42px;
    width: 92%}
#footer-top #footer-top-meta {
    padding-left: 8%;
    padding-top: 43px;
    width: 100%}
#footer-top #footer-nav .main-links>li {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    margin-bottom: 10px;
}
#footer-top #footer-nav .sub-links {
    display: none;
}
#footer-top #footer-nav-help li {
    -webkit-flex-basis: 30%;
    flex-basis: 30%}
#footer-newsletter-signup .input-group #register {
    text-indent: 0;
    width: auto;
}
#footer-newsletter-signup .input-group #register:after {
    display: none;
}
}@media (max-width:609px) {
    #footer-controls {
    width: 92%;
    left: 4%;
    right: 4%;
}
#footer-top #footer-top-main, #footer-top #footer-top-meta, #footer-top #footer-nav>.main-links {
    display: block;
}
#footer-top #footer-top-meta {
    padding: 0;
}
#footer-top #footer-newsletter-signup-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 2.4em 4%}
#footer-top #footer-top-main {
    padding-bottom: 0;
    margin-left: 4%;
    width: 96%}
#footer-top #footer-nav {
    width: 96%}
#footer-top #footer-nav .main-links>li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    margin-right: 2px;
    border: 0 none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer-top #footer-nav .main-links>li:last-child {
    border: 0 none;
}
#footer-top #footer-nav .main-links>li.is-visible-mobile {
    display: block;
}
#footer-top #footer-nav .main-links>li>a {
    display: block;
    line-height: 4em;
    position: relative;
    font-size: 1.2em;
}
#footer-top #footer-nav .main-links>li>a.active:after {
    content: ' ';
    position: absolute !important;
    right: 2px;
    left: auto;
    top: 1.7em;
    width: .6em;
    height: .6em;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
}
#footer-top #footer-nav .main-links>li>a:after {
    content: ' ';
    position: absolute !important;
    right: 2px;
    left: auto;
    top: 1.7em;
    width: .6em;
    height: .6em;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(134deg);
}	
#footer-top #footer-nav .main-links>li>.sub-links {
    display: none;
    padding-top: 0;
    padding-bottom: 20px;
}
#footer-top #footer-nav .main-links>li>.sub-links>li {
    border: 0 none;
}
#footer-top #footer-nav .main-links>li>.sub-links>li>a {
    line-height: 2;
}
#footer-nav-help {
    display: none;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper {
    margin-top: 0;
    padding: 0;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-form {
    order: 1;
    margin-top: -20px;
    padding: 0 4% 35px;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .is-visible {
    display: block;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper>h3 {
    padding: 30px 4% 15px;
    font-size: 1.5em;
    order: 1;
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper>h3 .newsletter-link {
    display: block;
    pointer-events: auto;
    position: relative;
    
}
#footer-newsletter-signup #footer-newsletter-signup-wrapper .signup-trust-icons {
    background-color: #32383D;
    margin-top: 0;
    padding: 30px 4%}
#footer-bottom {
    width: 100%;
    margin: 0;
    padding: 30px 4%}
#footer-bottom .left, #footer-bottom .right {
    float: none;
    clear: both;
    width: 100%}
#footer-bottom .left .logo {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
}
#footer-bottom .left .logo>a {
    width: 100%}
#footer-bottom .right #copy, #footer-bottom .right #footer-nav-meta, #footer-bottom .right #footer-social {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    min-height: auto;
    height: auto;
}
#footer-bottom .right #copy {
    -webkit-order: 1;
    order: 1;
}
#footer-bottom .right #footer-social {
    margin: 40px 0;
}
#footer-bottom .right #footer-social span {
    top: 10px;
}
#footer-bottom .right #footer-social .s-font {
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
#footer-nav-meta {
    margin: 40px 0 60px;
}
#footer-nav-meta ul {
    width: 100%;
    display: block;
}
#footer-nav-meta li {
    padding-right: 0;
    margin-right: 0;
    border: 0 none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer-nav-meta li>a {
    display: block;
    line-height: 4em;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
    border-right: 0 none;
}
#footer-nav-meta li>a:hover {
    text-decoration: none;
}
#footer-nav-meta li>a:after {
    content: ' ';
    position: absolute;
    right: 2px;
    top: 1.7em;
    width: .6em;
    height: .6em;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#footer-newsletter-signup .input-group #register {
    text-indent: -9999px;
    width: 50px;
}
#footer-newsletter-signup .input-group #register:after {
    display: block;
}
#footer-newsletter-signup .input-group input, #footer-newsletter-signup .input-group .btn-cta {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding: 12px 15px;
    height: 42px;
}
