@charset "UTF-8";
/****Font Colors***/
/****Default Colors***/
/****Font Colors***/
/****Site Fonts***/
/****SiteFonts***/
/*--- Font Size ---*/
/****Button Styles***/
/**********************************/
@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*********/
@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../textfont/ProximaNova-Semibold.eot");
  src: url("../textfont/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../textfont/ProximaNova-Semibold.woff2") format("woff2"), url("../textfont/ProximaNova-Semibold.woff") format("woff"), url("../textfont/ProximaNova-Semibold.ttf") format("truetype"), url("../textfont/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../textfont/ProximaNova-Regular.eot");
  src: url("../textfont/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../textfont/ProximaNova-Regular.woff2") format("woff2"), url("../textfont/ProximaNova-Regular.woff") format("woff"), url("../textfont/ProximaNova-Regular.ttf") format("truetype"), url("../textfont/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Th";
  src: url("../textfont/ProximaNova-Extrabld.eot");
  src: url("../textfont/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../textfont/ProximaNova-Extrabld.woff2") format("woff2"), url("../textfont/ProximaNova-Extrabld.woff") format("woff"), url("../textfont/ProximaNova-Extrabld.ttf") format("truetype"), url("../textfont/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../textfont/ProximaNova-Light.eot");
  src: url("../textfont/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../textfont/ProximaNova-Light.woff2") format("woff2"), url("../textfont/ProximaNova-Light.woff") format("woff"), url("../textfont/ProximaNova-Light.ttf") format("truetype"), url("../textfont/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../textfont/ProximaNova-Bold.eot");
  src: url("../textfont/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../textfont/ProximaNova-Bold.woff2") format("woff2"), url("../textfont/ProximaNova-Bold.woff") format("woff"), url("../textfont/ProximaNova-Bold.ttf") format("truetype"), url("../textfont/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* =============================================================================
   HTML5 element display
   ========================================================================== */
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
body,
html {
  background: #fff;
}

html {
  margin: 0 !important;
  padding: 0;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden !important;
}

body,
button,
input,
select,
textarea {
  font-family: "Proxima Nova Rg";
  color: #000;
}

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
:focus {
  outline: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
}

a:visited {
  outline: none;
}

a:focus {
  outline: none;
}

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em 0;
  padding: 0 0 0 0;
  list-style: inside;
}

ol {
  list-style-type: decimal;
}

ul ul {
  padding-left: 3%;
}

ol ol {
  padding-left: 3%;
}

dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  padding: 0 0 0 3%;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}

li {
  font-size: 16px;
  line-height: 1.7;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

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

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* Colors for form validity */
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0;
}

.wp-block-table th,
th {
  font-size: 14px;
  line-height: 26px;
  background: #188A4F;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  line-height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 27px;
  vertical-align: middle;
}

.wp-block-table td,
td {
  border: 1px solid #dddddd;
  border-color: #dddddd !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  line-height: 26px;
  padding: 8px 27px;
  color: #000;
  vertical-align: middle;
}

table p {
  padding-bottom: 0;
}

/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
a:visited {
    color: #505050 !important;
    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: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre,
blockquote {
    border: 1px solid #505050;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  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;
  }
}
a:active,
a:hover {
  outline: 0;
  color: #000;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

acronym,
abbr,
span.caps {
  cursor: help;
}

acronym,
abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  padding-left: 21px;
  background: url(../images/qt.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 15px;
  margin-right: 11px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-top: 5px;
}

blockquote cite {
  display: block;
  margin: 5px 0 0;
}

button:focus {
  outline: none;
}

button:active {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0 5px 0;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  color: #030303;
}

blockquote {
  margin-left: 36px;
  margin-right: 36px;
}

table {
  border-collapse: collapse;
}

big {
  font-size: larger;
}

strong {
  font-weight: 600;
}

a img {
  border: none;
}

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

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

input:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input[type=text],
.tbx,
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
select {
  display: block;
  border: 1px solid #dbe0ef;
  width: 100%;
  height: 49px;
  max-width: 100%;
  padding: 0 20px;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  border-radius: 30px;
  color: #000;
}
input[type=text]::-webkit-input-placeholder,
.tbx::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909090;
}
input[type=text]::-moz-placeholder,
.tbx::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #726868;
}
input[type=text]:-ms-input-placeholder,
.tbx:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: #909090;
}
input[type=text]:-moz-placeholder,
.tbx:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=date]:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
}

textarea {
  display: block;
  border: 1px solid #dbe0ef;
  width: 100%;
  height: 105px;
  max-width: 100%;
  padding: 20px;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  border-radius: 10px;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909090;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #909090;
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
}

input[type=submit] {
  border: none;
  color: #fff;
  max-width: 100%;
}
input[type=submit] {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  border: solid 2px #000;
  outline: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 35px;
}
input[type=submit]:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff;
}

label {
  font-weight: 400;
  color: #383737;
}

.submit-btn {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  border: solid 2px #000;
  outline: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 35px;
}
.submit-btn:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff;
}

.notf-cnt {
  padding: 3em 0;
  width: 100%;
  display: table;
  text-align: left;
  position: relative;
}
.notf-cnt ul {
  padding-left: 10px;
}
.notf-cnt li {
  padding: 10px 0;
}
.notf-cnt h1 {
  font-family: "Proxima Nova Rg";
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 0;
  color: #188A4F;
}
.notf-cnt h2 {
  font-family: "Proxima Nova Rg";
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #188A4F;
}
.notf-cnt li {
  font-size: 14px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 20px 0;
}
.notf-cnt p {
  font-size: 14px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 20px 0;
}
.notf-cnt:after {
  content: "";
  font-family: "fontawesome";
  font-size: 200px;
  position: absolute;
  top: 55px;
  right: 0px;
  color: #188A4F;
}
.notf-cnt input {
  height: 38px;
  border-radius: 0px;
  background: #f2f6f9;
  border: 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #7a9aa7;
  outline: none;
  width: auto;
  float: left;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.notf-cnt .land-btn {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  border: solid 2px #000;
  outline: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 35px;
}
.notf-cnt .land-btn:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff;
}

.page-wrap {
  padding: 5em 0 2em 0;
  padding-top: 0;
  clear: both;
  font-size: 16px;
}
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  font-family: "Proxima Nova Rg";
}
.page-wrap .search_post {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  height: auto !important;
}
.page-wrap .search-thumb {
  margin: 5px 0 15px 0;
}
.page-wrap .search-thumb img {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.page-wrap h2.search-post-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
  font-size: 25px;
  line-height: 1.2;
}
.page-wrap .sear_read {
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
  color: #fff;
  background: #188A4F;
  display: inline-block;
  padding: 15px 20px;
  clear: both;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.page-wrap .sear_read:hover {
  background: #10713f;
}
.page-wrap .sear_cont {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-wrap .gen-page-title {
  font-weight: 400;
  font-family: "Proxima Nova Rg";
}

.page-wrap {
  clear: both;
}

.search .page-wrap {
  padding: 5em 0 2em 0;
  padding-top: 0;
  clear: both;
}
.search .page-wrap .search_post {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  height: auto !important;
}
.search .page-wrap .search-thumb {
  margin: 5px 0 15px 0;
}
.search .page-wrap .search-thumb img {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.search .page-wrap h2.search-post-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
}
.search .page-wrap .sear_read {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background: #188A4F;
  display: inline-block;
  padding: 15px 20px;
  clear: both;
}
.search .page-wrap .sear_read:hover {
  background: #10713f;
}
.search .page-wrap .sear_cont {
  margin-bottom: 10px;
}

h2.gen-page-title.search-title {
  font-weight: 400;
}

.gen-page-title span {
  color: #106137;
  font-weight: 400;
}

.ntfnd {
  color: #EC3436;
}

section.inner-banner {
  clear: both;
}

.wp-block-quote {
  border-left: 4px solid #188a4f;
  margin: 0 0 28px;
  padding-left: 1em;
  border-color: #188a4f !important;
}

.comment-form p {
  position: relative;
}

label.error {
  color: #F0222A;
  position: absolute;
  top: -17px;
  left: 10px;
  text-transform: none;
  width: auto;
  color: white;
  background-color: #ff0000;
  padding: 2px 5px;
  display: inline-block;
  font-size: 12px;
  min-height: inherit;
}

label.error:after {
  position: absolute;
  content: " ";
  border-top: 10px solid #ff0000;
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-bottom: 10px solid rgba(255, 0, 0, 0);
  border-right: 10px solid rgba(255, 0, 0, 0);
  bottom: -20px;
  left: 10px;
}

.wpcf7-not-valid-tip {
  color: #F0222A;
  position: absolute;
  top: -17px;
  right: 10px;
  text-transform: none;
  width: auto;
  color: white;
  background-color: #ff0000;
  padding: 2px 5px;
  display: inline-block;
  font-size: 12px;
  min-height: inherit;
}

.wpcf7-not-valid-tip:after {
  position: absolute;
  content: " ";
  border-top: 10px solid #ff0000;
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-bottom: 10px solid rgba(255, 0, 0, 0);
  border-right: 10px solid rgba(255, 0, 0, 0);
  bottom: -20px;
  right: 10px;
}

.btn {
  width: auto;
  height: auto;
  padding: 20px 58px 18px 35px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: linear-gradient(to right, white 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  position: relative;
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #4a93cb;
  font-family: "Proxima Nova Th";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: solid 1px #000;
  border-radius: 30px;
}
.btn:before {
  content: "";
  width: 25px;
  height: 12px;
  background: url(../images/arow1.png) -26px 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 19px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.btn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#26347a+0,2789b7+100 */
  background: #26347a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#26347a), to(#2789b7));
  background: linear-gradient(to right, #26347a 0%, #2789b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  background-size: cover;
  color: #fff;
  border: solid 1px #225f93;
}
.btn:hover:before {
  background-position: 0 0;
}

a {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.rmore {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.know-more {
  width: auto;
  height: auto;
  font-weight: normal;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  border: solid 1px #fff;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 40px 15px 40px;
}
.know-more:before {
  content: "";
  font: normal normal normal 13px/1 fontawesome;
  display: inline-block;
  position: relative;
  left: -10px;
}
.know-more:hover {
  text-decoration: underline;
  border: solid 1px #b19377;
}

.otb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.otb img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.otb:hover img {
  opacity: 0.7;
}

.otb::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.otb:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.otb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.otb:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0 !important;
  cursor: default;
}

.owl-prev,
.owl-next {
  width: 42px !important;
  position: absolute;
  font-size: 0 !important;
  bottom: 60%;
  height: 42px !important;
  background: none !important;
  border: solid 1px #dbe0ef !important;
  border-radius: 100% !important;
  outline: none !important;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.owl-prev {
  left: -60px;
}
.owl-prev:before {
  content: "";
  font: normal normal normal 18px/1.5 "fontawesome";
  color: #000;
  position: absolute;
  left: 12px;
  top: 7px;
}
.owl-prev:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 14px;
  top: 20px;
  display: block;
}

.owl-next {
  right: -60px;
}
.owl-next:before {
  content: "";
  font: normal normal normal 18px/1.5 "fontawesome";
  color: #000;
  position: absolute;
  top: 7px;
  right: 12px;
}
.owl-next:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 16px;
  top: 20px;
  display: block;
}

.owl-prev:hover,
.owl-next:hover {
  background: #fff !important;
  border: solid 1px #000 !important;
}
.owl-prev:hover:before,
.owl-next:hover:before {
  color: #000 !important;
}
.owl-prev:hover:after,
.owl-next:hover:after {
  background: #000 !important;
}

.container {
  max-width: 1200px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  z-index: 99999999;
  overflow: hidden;
}

#status {
  width: 213px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/mainlogo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin: -33px 0 0 -107px;
  z-index: 9999999999;
}

#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  overflow: hidden;
}

#status2 {
  width: 170px;
  height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -14px 0 0 -85px;
  z-index: 9999999999;
}

/**time line**/
.sitemap-sec a {
  color: #000;
}
.sitemap-sec li {
  color: #000;
  font-weight: 500;
}

.page-template-sitmap footer {
  display: none;
}
.page-template-sitmap .headerblock .top-bar {
  display: none;
}
.page-template-sitmap .headerblock .right-sec {
  display: none;
}
.page-template-sitmap .red a {
  color: red;
}

.breadcrumb {
  width: 100%;
  height: auto;
  padding: 30px 0;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  list-style-type: none;
  width: auto;
  height: auto;
  float: left;
  font-size: 13px;
  line-height: 1;
  color: #61676f;
  font-weight: normal;
  margin: 2px 24px 0 0;
  position: relative;
}
.breadcrumb li:after {
  content: "";
  color: #61676f;
  font: normal normal normal 15px/1 fontawesome;
  position: absolute;
  right: -12px;
  top: 0;
}
.breadcrumb li a {
  color: #61676f;
  font-weight: normal;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  color: #000;
}
.breadcrumb li:last-child::after {
  display: none;
}

.backto-search:after {
  display: none;
}
.backto-search a {
  font-size: 13px;
  line-height: 1;
  color: #61676f;
  font-weight: normal;
  position: relative;
  text-decoration: none !important;
  padding: 0 15px;
  border-right: solid 1px #d8d8d8;
}
.backto-search a:after {
  content: "";
  color: #61676f;
  font: normal normal normal 15px/1 fontawesome;
  position: absolute;
  left: 0;
  top: 2px;
}

.woocommerce-breadcrumb {
  width: 100%;
  height: auto;
  padding: 30px 0;
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-weight: normal;
  font-family: "Gaba";
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce-breadcrumb .container {
  padding-left: 0;
}
.woocommerce-breadcrumb ul {
  padding: 0;
  margin: 0;
}
.woocommerce-breadcrumb a {
  width: auto;
  height: auto;
  float: left;
  margin: 0px 15px 0 0;
  position: relative;
  text-decoration: none !important;
  font-family: "Gaba";
  font-weight: 500;
}
.woocommerce-breadcrumb a:after {
  content: "";
  color: #000;
  font: normal normal normal 15px/1 fontawesome;
  position: absolute;
  right: -12px;
  top: 0;
}
.woocommerce-breadcrumb span.delimiter {
  display: none;
}
.woocommerce-breadcrumb a {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
.woocommerce-breadcrumb a:hover {
  color: #00999e;
}

.pagination {
  padding: 0;
  margin-bottom: 100px;
  text-align: center;
}
.pagination .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page {
  display: block;
  padding: 0;
  width: 41px;
  height: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  border: solid 1px #dcd6d6;
  background: #fff;
  font-size: 14px;
  line-height: 41px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  border-radius: 100%;
}
.pagination .page-numbers {
  display: block;
  padding: 0;
  width: 41px;
  height: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  border: solid 1px #dcd6d6;
  background: #fff;
  font-size: 14px;
  line-height: 41px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  border-radius: 100%;
}
.pagination .page:hover,
.pagination .page.gradient:hover {
  color: #fff;
  background: #000;
  border: solid 1px #000;
}
.pagination .page-numbers {
  font-size: 18px;
}
.pagination span.page-numbers.current {
  color: #fff;
  background: #000;
}
.pagination .pagefirst {
  width: 50px;
  display: none;
  height: 45px;
  font-size: 0;
  padding: 0;
  color: #000;
}
.pagination .pagefirst:before {
  content: "";
  font: normal 30px/1.4 fontawesome;
}
.pagination a.prev.page-numbers {
  width: 50px;
  height: 45px;
  font-size: 0;
  padding: 0;
  color: #000;
}
.pagination a.prev.page-numbers:before {
  content: "";
  font: normal 30px/1.4 fontawesome;
}
.pagination .pagelast {
  width: 50px;
  height: 45px;
  font-size: 0;
  padding: 0;
  color: #000;
}
.pagination .pagelast:before {
  content: "";
  font: normal 30px/1.4 fontawesome;
}
.pagination .pagelast:hover {
  color: #f6000c;
}
.pagination a.next.page-numbers {
  display: none;
  width: 50px;
  height: 45px;
  font-size: 0;
  padding: 0;
  color: #000;
}
.pagination a.next.page-numbers:before {
  content: "";
  font: normal 30px/1.4 fontawesome;
}
.pagination a.next.page-numbers:hover {
  color: #f6000c;
}
.pagination .pagefirst:hover {
  color: #f6000c;
}
.pagination a.prev.page-numbers:hover {
  color: #f6000c;
}
.woocommerce-pagination ul.page-numbers {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.woocommerce-pagination ul.page-numbers ul {
  padding: 0;
  margin: 0;
}
.woocommerce-pagination ul.page-numbers li {
  width: auto;
  height: auto;
  float: left;
  margin: 0 0 0 2%;
  font-size: 16px;
  line-height: 16px;
}
.woocommerce-pagination ul.page-numbers span,
.woocommerce-pagination ul.page-numbers a {
  width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 100%;
  padding: 0px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 16px;
  color: #252525;
}
.woocommerce-pagination ul.page-numbers span {
  color: #fff;
  background: #000;
}

.btnmore {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  border: solid 2px #000;
  outline: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 35px;
}
.btnmore:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff;
}

.inner-wrapper {
  width: 100%;
  height: auto;
  clear: both;
}

.picouter {
  width: 100%;
  height: auto;
}
.picouter .pic {
  width: 100%;
  height: auto;
  background: #f3f3f3;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.picouter .pic:before {
  content: "";
  width: 0.5px;
  height: 1px;
  position: absolute;
  right: 2%;
  top: 2%;
  opacity: 0;
  background: #000;
  z-index: 5;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.picouter .pic:after {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  right: 2%;
  bottom: 2%;
  opacity: 0;
  background: #000;
  z-index: 5;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.picouter .pic .borderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 5;
}
.picouter .pic .borderbox:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  left: 2%;
  bottom: 2%;
  background: #000;
  z-index: 5;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.picouter .pic .borderbox:after {
  content: "";
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 2%;
  top: 2%;
  background: #000;
  z-index: 5;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.picouter .pic img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.picouter:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.picouter:hover .pic:before {
  height: 96%;
  background: #fff;
  opacity: 1;
}
.picouter:hover .pic:after {
  width: 96%;
  background: #fff;
  opacity: 1;
}
.picouter:hover .pic .borderbox:before {
  height: 96%;
  background: #fff;
  opacity: 1;
}
.picouter:hover .pic .borderbox:after {
  width: 96%;
  background: #fff;
  opacity: 1;
}

.viewallbtn {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  border: solid 2px #000;
  outline: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 35px;
}
.viewallbtn:hover {
  border: solid 2px #000;
  background: #000;
  color: #fff;
}

.inner-wrapper {
  width: 100%;
  height: auto;
  clear: both;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  overflow: visible;
}

.fancybox-button svg {
  color: #fff;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.sitemap-sec h1,
.sitemap-sec h2,
.sitemap-sec h3,
.sitemap-sec h4,
.sitemap-sec h5,
.sitemap-sec h6 {
  font-family: "Open Sans";
  font-weight: normal;
}

.page-template-templatessitmap-php .bottom-newslettersec {
  display: none;
}
.page-template-templatessitmap-php .headerblock .center-sec {
  display: none;
}
.page-template-templatessitmap-php header .mainnav-icon {
  display: none;
}

.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #747474;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.8em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #747474;
  -webkit-box-shadow: inset 0 0 0 2px #f4f4f4;
          box-shadow: inset 0 0 0 2px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #747474;
}
.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #747474;
          box-shadow: inset 0 0 0 4px #747474;
  border-color: #343434;
  background: #343434;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.radio label {
  font-size: 14px;
  line-height: 1;
  color: #61676f;
  font-weight: 600;
}

.form-group {
  display: block;
  margin-bottom: 2px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  color: #858585;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #858585;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  top: -2px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #858585;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-404-container {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.main-404-container h1 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
  color: red;
}
.main-404-container h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.main-404-container h3 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
}
.main-404-container li {
  font-size: 16px;
}
.main-404-container .btn {
  width: 155px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  background: #fad626;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  color: #10364f;
  font-family: "Gilroy";
  font-weight: 900;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main-404-container .btn:hover {
  background: #10364f;
  color: #fff;
}
.main-404-container ul {
  padding-left: 15px;
}

.main-404-container .page-wrap .container {
  max-width: 700px;
}
.main-404-container footer .top-bg {
  display: none;
}
.main-404-container footer .top-titlesec {
  display: none;
}
.main-404-container footer {
  padding: 3em 0;
  padding-top: 0;
}

.jspTrack {
  position: relative;
  padding: 15px 0;
}
.jspTrack:before {
  content: "";
  font: normal normal normal 20px/1 fontawesome;
  color: #777777;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
  top: 0;
  display: block;
  z-index: 10;
}
.jspTrack:after {
  content: "";
  font: normal normal normal 20px/1 fontawesome;
  color: #777777;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
  background: #f1f1f1;
  bottom: 29px;
  display: block;
  z-index: 10;
}

#rev_slider_1_1_wrapper .ares .tp-bullet-title {
  display: none;
}

#rev_slider_1_1_wrapper .ares .tp-bullet {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

rs-bullet.tp-bullet.selected {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.pd100 {
  padding: 100px 0;
}

h1 {
  font-size: 50px;
  line-height: 1;
}

h2 {
  font-size: 54px;
  line-height: 1;
}

h3 {
  font-size: 42px;
  line-height: 1;
}

h4 {
  font-size: 36px;
  line-height: 1;
}

h5 {
  font-size: 32px;
  line-height: 1;
}

h6 {
  font-size: 18px;
  line-height: 1;
}

.view {
  font-size: 12px;
  line-height: 1;
  color: #000000;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #cccccc;
  background: #fff;
  display: inline-block;
  border-radius: 100px;
}
.view:hover {
  border: solid 1px #00999e;
  color: #00999e;
}

.buy {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.buy:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.btn2 {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Gaba";
  font-weight: bold;
  padding: 12px 30px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.btn2:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.product-box {
  width: 100%;
  height: 100%;
  padding: 50px 50px 40px 50px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
.product-box .newlabel {
  width: 55px;
  height: 30px;
  background: #00a651;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
  font-size: 11px;
  line-height: 3;
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  display: block;
  text-align: center;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.product-box .offlabel2 {
  width: 76px;
  height: 75px;
  background: url(../images/offerlabel2.png) 0 0 no-repeat;
  position: absolute;
  z-index: 5;
  left: 20px;
  top: 20px;
  display: block;
  text-align: right;
}
.product-box .offlabel2 span {
  display: block;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 26px;
  line-height: 3;
  color: #fff;
  position: relative;
  padding-right: 29px;
  top: 3px;
}
.product-box .starbox {
  width: 48px;
  height: 27px;
  background: #fff;
  border: solid 1px #cccccc;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  font-size: 11px;
  color: #232c40;
  font-family: "Poppins";
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 18px;
}
.product-box .starbox:after {
  content: "";
  font-family: "fontawesome";
  position: absolute;
  top: 6px;
  right: 4px;
  color: #0a3b74;
  font-size: 11px;
  line-height: 1;
}
.product-box .imagebox {
  width: 100%;
  height: auto;
}
.product-box .imagebox img {
  width: 100%;
  height: auto;
  display: block;
}
.product-box .discriptionsec {
  width: 100%;
  height: auto;
  padding-top: 20px;
  clear: both;
}
.product-box .discriptionsec .offlabel {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1;
  color: #b7b7b7;
  padding-bottom: 5px;
  font-family: "Poppins";
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box .discriptionsec .offlabel span {
  font-size: 9px;
  line-height: 9px;
  color: #0b670b;
  font-weight: bold;
  display: inline-block;
  background: #7fbd5a;
  padding: 5px 5px 3px 5px;
  margin-right: 10px;
}
.product-box .discriptionsec h4 {
  font-size: 17px;
  line-height: 1.2;
  color: #1c1e3a;
  font-family: "Poppins";
  font-weight: 600;
}
.product-box .discriptionsec h5 {
  font-size: 17px;
  line-height: 1.2;
  color: #1c1e3a;
  font-family: "Poppins";
  font-weight: 300;
}
.product-box .discriptionsec .price-sec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box .discriptionsec .price-sec h3 {
  font-size: 21px;
  font-weight: bold;
  font-family: "Gaba";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box .discriptionsec .price-sec h3 span {
  font-size: 21px;
  color: #b7b7b7;
  font-weight: normal;
  display: block;
  text-decoration: line-through;
  padding: 5px 0 5px 10px;
  margin-left: 10px;
  border-left: solid 1px #b7b7b7;
}
.product-box .discriptionsec .price-sec label {
  display: none;
}
.product-box .discriptionsec .price-sec del span.woocommerce-Price-amount.amount {
  font-size: 16px;
  color: #b7b7b7;
  font-weight: normal;
  display: block;
  text-decoration: line-through;
  padding: 5px 0 5px 10px;
  margin-left: 10px;
  border-left: solid 1px #b7b7b7;
}
.product-box .discriptionsec .price-sec span.woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  font-family: "Gaba";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-box .discriptionsec .bottom-buttonsec {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-box .discriptionsec .view {
  font-size: 12px;
  line-height: 1;
  color: #000000;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #cccccc;
  background: #fff;
  display: inline-block;
  border-radius: 100px;
}
.product-box .discriptionsec .view:hover {
  border: solid 1px #00999e;
  color: #00999e;
}
.product-box .discriptionsec .buy {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.product-box .discriptionsec .buy:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.product-row {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-row .col-lg-4 {
  padding: 7px;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 18px;
  }
}
.view-more {
  font-size: 13px;
  line-height: 1;
  color: #000000;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #cccccc;
  display: inline-block;
  border-radius: 100px;
}
.view-more:hover {
  border: solid 1px #00999e;
  color: #00999e;
}

.buy-now {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.buy-now:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.view-dtl2 {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
  padding: 15px 80px 10px 80px;
  text-transform: uppercase;
  border: solid 1px #263368;
  background: #263368;
  display: inline-block;
  border-radius: 100px;
  margin-top: 30px;
}
.view-dtl2:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  padding: 0 !important;
  margin: 0 !important;
  color: #000;
}

.owl-prev {
  text-align: left;
}

.owl-next {
  text-align: right;
}

.buy-now {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.buy-now:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.product-box .imagebox {
  text-align: center;
}
.product-box .imagebox img {
  display: inline-block;
}

footer {
  width: 100%;
  height: auto;
}

.page-template-customerservice .headerblock .hdr-bottom-section,
.page-template-faq .headerblock .hdr-bottom-section,
.page-template-templatesreturns-php .headerblock .hdr-bottom-section,
.woocommerce-account .headerblock .hdr-bottom-section,
.woocommerce-cart .headerblock .hdr-bottom-section,
.woocommerce-checkout .headerblock .hdr-bottom-section {
  display: none;
}

.product-box .imagebox img {
  background-size: cover !important;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  color: #35414c;
  font-family: "Avenir Book";
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: solid 2px #cad6e2;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #909090;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 37px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 7px;
}

#nav-icon2 span:nth-child(4) {
  width: 50%;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 14px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 6px;
  top: 3px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 3px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
  width: 50%;
}

#nav-icon2.open span:nth-child(5) {
  left: 7px;
  top: 10px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 11px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0px 0px 10px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* @include bp (min-width, 600px) {  */
@media screen and (min-width: 765px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
/* @media (min-width: 768px) { */
@media screen and (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
/* @media (min-width: 1024px) { */
@media screen and (min-width: 1020px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

* {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

body {
  background: #fff;
  min-height: 100vh;
  padding-top: 87px;
}

.headerblock {
  width: 100%;
  height: 87px;
  background: #fff;
  padding: 20px 0 0 0;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.headerblock .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerblock .logosec {
  width: 175px;
  height: auto;
}
.headerblock .logosec img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0;
}
.headerblock .logosec a {
  display: block;
}
.headerblock .rightsec {
  width: calc(100% - 175px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.headerblock .rightsec ul {
  padding: 0;
  margin: 0;
}
.headerblock .rightsec li {
  width: auto;
  height: auto;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 48px;
  float: left;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
}
.headerblock .rightsec li a {
  color: #000;
}
.headerblock .rightsec li a:hover {
  color: #303e87;
}

.mainbanner {
  width: 100%;
  height: calc(100vh - 87px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mainbanner .banner-videosec {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #253379;
  z-index: 1;
  overflow: hidden;
}
.mainbanner:before {
  content: "";
  width: 875px;
  height: 100%;
  background: url(../images/mainbannerbg.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 5;
}
.mainbanner:after {
  content: "";
  width: calc(100% - 870px);
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #253379;
  z-index: 5;
}
.mainbanner .content-sec {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
.mainbanner .content-sec .inner-content {
  width: 100%;
  height: auto;
}
.mainbanner .content-sec .inner-content h1 {
  font-size: 66px;
  line-height: 0.97;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
}
.mainbanner .content-sec .inner-content h1:before {
  content: "";
  width: 5px;
  height: 107px;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  background: #fff;
}
.mainbanner .content-sec .inner-content p {
  font-size: 16px;
  color: #fff;
  max-width: 500px;
  margin-bottom: 30px;
  margin-left: 42px;
  font-family: "Proxima Nova Lt";
  font-weight: 300;
}
.mainbanner .btn {
  width: auto;
  height: auto;
  padding: 20px 58px 18px 35px;
  margin-left: 42px;
  background: #fff;
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #000;
  font-family: "Proxima Nova Th";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: solid 1px #fff;
  border-radius: 30px;
}
.mainbanner .btn:before {
  content: "";
  width: 25px;
  height: 12px;
  background: url(../images/arow3.png) -26px 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 19px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.mainbanner .btn:hover {
  color: #3849a0;
  border: solid 1px #fff;
}
.mainbanner .btn:hover:before {
  background-position: 0 0 !important;
}

.home-wrapper {
  width: 100%;
  height: auto;
  clear: both;
}
.home-wrapper .sec1 {
  width: 100%;
  height: auto;
  padding-top: 130px;
  background: #f4f9ff;
}
.home-wrapper .sec1 .container {
  max-width: 1360px;
}
.home-wrapper .sec1 .contentsec {
  width: 100%;
  height: 570px;
  background: #fff;
  max-width: 726px;
  padding: 110px 38px 0 80px;
  position: relative;
}
.home-wrapper .sec1 .contentsec:before {
  content: "";
  width: 169px;
  height: 572px;
  display: block;
  background: url(../images/hsec1rightcorner.jpg) top right no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.home-wrapper .sec1 h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
  margin-bottom: 25px;
}
.home-wrapper .sec1 h2 {
  font-size: 40px;
  line-height: 1;
  color: #000;
  margin-bottom: 20px;
}
.home-wrapper .sec1 .textarea {
  width: 100%;
  max-width: 562px;
  height: auto;
  position: relative;
  z-index: 20;
}
.home-wrapper .sec1 p {
  max-width: 510px;
}

footer {
  width: 100%;
  height: auto;
  clear: both;
  border-top: solid 1px #dbe0ef;
}
footer .topsec {
  width: 100%;
  height: auto;
  padding: 85px 0;
}
footer .topsec .leftsec {
  width: 100%;
  max-width: 400px;
  height: auto;
  float: left;
}
footer .topsec .rightsec {
  width: 100%;
  max-width: 750px;
  height: auto;
  float: right;
}
footer .topsec .rightsec .socialwithus {
  width: 146px;
  height: auto;
  float: right;
}
footer .topsec .rightsec .socialwithus ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
footer .topsec .rightsec .socialwithus ul li {
  width: auto;
  height: 50px;
  float: left;
  list-style-type: none;
  margin: 0 5px 0 0;
}
footer .topsec .rightsec .socialwithus ul li .icon {
  width: 50px;
  height: 50px;
  display: block;
  transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -webkit-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
}
footer .topsec .rightsec .socialwithus ul li .i1 {
  background: url(../images/social2.png) 0 0 no-repeat;
}
footer .topsec .rightsec .socialwithus ul li .i1:hover {
  background-position: 0 -52px;
}
footer .topsec .rightsec .socialwithus ul li .i2 {
  background: url(../images/social2.png) -53px 0 no-repeat;
}
footer .topsec .rightsec .socialwithus ul li .i2:hover {
  background-position: -53px -52px;
}
footer .topsec h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
  margin-bottom: 40px;
}
footer .topsec .socialsec {
  width: 100%;
  height: auto;
}
footer .topsec .socialsec ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
footer .topsec .socialsec ul li {
  width: auto;
  height: 50px;
  float: left;
  list-style-type: none;
  margin: 0 5px 0 0;
}
footer .topsec .socialsec ul li .icon {
  width: 50px;
  height: 50px;
  display: block;
  transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -webkit-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
}
footer .topsec .socialsec ul li .i1 {
  background: url(../images/socialiconset.png) 0 0 no-repeat;
}
footer .topsec .socialsec ul li .i1:hover {
  background-position: 0 -55px;
}
footer .topsec .socialsec ul li .i2 {
  background: url(../images/socialiconset.png) -53px 0 no-repeat;
}
footer .topsec .socialsec ul li .i2:hover {
  background-position: -53px -55px;
}
footer .topsec .socialsec ul li .i3 {
  background: url(../images/socialiconset.png) -105px 0 no-repeat;
}
footer .topsec .socialsec ul li .i3:hover {
  background-position: -105px -55px;
}
footer .topsec .socialsec ul li .i4 {
  background: url(../images/socialiconset.png) -161px 0 no-repeat;
}
footer .topsec .socialsec ul li .i4:hover {
  background-position: -161px -55px;
}
footer .topsec .socialsec ul li .i5 {
  background: url(../images/socialiconset.png) -214px 0 no-repeat;
}
footer .topsec .socialsec ul li .i5:hover {
  background-position: -214px -55px;
}
footer .topsec .socialsec ul li .i6 {
  background: url(../images/socialiconset.png) -269px 0 no-repeat;
}
footer .topsec .socialsec ul li .i6:hover {
  background-position: -269px -55px;
}
footer .topsec .socialsec ul li .icontitle {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 13px;
  opacity: 0;
  position: relative;
  bottom: 0;
  text-align: center;
  line-height: 1;
  color: #356eaf;
  display: block;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
footer .topsec .socialsec ul li:hover .icontitle {
  opacity: 1;
  bottom: -10px;
}
footer .topsec .footernavsec {
  width: calc(100% - 146px);
  height: auto;
  float: left;
}
footer .topsec .footernavsec ul {
  padding: 0;
  margin: 0;
}
footer .topsec .footernavsec li {
  width: 100%;
  height: auto;
  list-style-type: none;
  padding: 0;
  margin: 0 0 13px 0;
  clear: both;
  font-size: 15px;
  line-height: 1;
  color: #000;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
}
footer .topsec .footernavsec li a {
  color: #000;
}
footer .topsec .footernavsec li a:hover {
  color: #303e87;
}
footer .bottomsec {
  width: 100%;
  height: auto;
  padding: 12px 0;
  border-top: solid 1px #dbe0ef;
}
footer .bottomsec p {
  color: #848383;
  font-size: 13px;
  line-height: 1;
}

.bottombuttonsec {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 65px;
}
.bottombuttonsec .btn {
  margin-right: 17px;
  float: left;
}
.bottombuttonsec .btn:last-child {
  margin: 0;
}

.homesolutionsec {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 105px;
}
.homesolutionsec h2 {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: -3px;
}
.homesolutionsec .fullcntouter:nth-child(4) .imagesec img {
  left: -75px;
}
.homesolutionsec .fullcntouter .imagesec {
  min-height: 511px;
}

.fullcntouter {
  width: 100%;
  height: auto;
  clear: both;
}
.fullcntouter .bottombuttonsec {
  padding-top: 45px;
}
.fullcntouter .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullcntouter h3 {
  color: #303e87;
  margin-bottom: 20px;
}
.fullcntouter h3:after {
  content: "";
  display: block;
  clear: both;
  margin: 15px 0;
  position: relative;
  width: 94px;
  height: 3px;
  background: url(../images/bar1.jpg) 0 0 no-repeat;
}
.fullcntouter .imagesec {
  width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullcntouter .imagesec img {
  width: auto;
  max-width: inherit;
  display: block;
  margin: 0;
  position: relative;
}

.fullcntouter:nth-child(odd) {
  background: #f4f9ff;
}
.fullcntouter:nth-child(odd) .imagesec img {
  left: -75px;
}

.fullcntouter:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.globalcoveragesec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 90px 0;
}
.globalcoveragesec h2 {
  text-align: center;
}
.globalcoveragesec .mapouter {
  width: 100%;
  height: 562px;
  background: url(../images/mapouter.jpg) top left no-repeat;
  position: relative;
  z-index: 10;
  /* Zoom in Keyframes */
  /*End of Zoom in Keyframes */
  /* Zoom out Keyframes */
  /*End of Zoom out Keyframes */
}
.globalcoveragesec .mapouter .mappoint {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.globalcoveragesec .mapouter .mappoint:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 5;
  background: #356eaf;
  opacity: 0.3;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-animation: zoomin 5s ease-in infinite;
  animation: zoomin 5s ease-in infinite;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.globalcoveragesec .mapouter .mappoint:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 10;
  background: #356eaf;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.globalcoveragesec .mapouter .mappoint .maptitle {
  width: 110px;
  height: auto;
  display: block;
  position: absolute;
  left: 120%;
  top: 25%;
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  text-transform: uppercase;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec {
  width: 860px;
  height: auto;
  position: absolute;
  left: 0;
  display: none;
  margin-left: -430px;
  top: 0;
  padding-top: 50px;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #b9d8ee;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .topbox {
  width: 100%;
  height: auto;
  padding: 15px 40px;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .topbox ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .topbox li {
  width: 20%;
  height: auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .topbox li .flag {
  width: 50px;
  height: 47px;
  display: block;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .topbox li .place {
  width: calc(100% - 50px);
  font-size: 15px;
  line-height: 1;
  color: #000;
  display: block;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .contentbox {
  width: 100%;
  height: auto;
  clear: both;
  padding: 20px 40px;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .bottomviewsec {
  width: 100%;
  height: auto;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 40px 30px 40px;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .bottomviewsec a {
  font-size: 13px;
  line-height: 1;
  color: #4994cc;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  padding-right: 50px;
  position: relative;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .bottomviewsec a:before {
  content: "";
  width: 36px;
  height: 36px;
  background: #d0e2ef;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -14px;
  display: block;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .bottomviewsec a:after {
  content: "";
  position: absolute;
  right: 13px;
  top: -7px;
  z-index: 10;
  font-family: "fontawesome";
  font-size: 21px;
  line-height: 1;
  color: #356eaf;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .bottomviewsec a:hover {
  color: #000;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .bottomviewsec a:hover:before {
  background: #000;
}
.globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .bottomviewsec a:hover:after {
  color: #fff;
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.67);
            transform: scale(0.67);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.globalcoveragesec .mapouter .p1 {
  left: 44%;
  top: 21%;
}
.globalcoveragesec .mapouter .p1:before {
  width: 34px;
  height: 34px;
}
.globalcoveragesec .mapouter .p1:after {
  width: 26px;
  height: 26px;
  left: 7px;
  top: 7px;
}
.globalcoveragesec .mapouter .p1 .maptitle {
  left: 145%;
  top: 47%;
}
.globalcoveragesec .mapouter .p2 {
  left: 13.5%;
  top: 32%;
}
.globalcoveragesec .mapouter .p2 .mapdetailsec {
  left: 400%;
}
.globalcoveragesec .mapouter .p2:before {
  width: 43px;
  height: 43px;
  left: 3px;
  top: 3px;
}
.globalcoveragesec .mapouter .p2:after {
  width: 33px;
  height: 33px;
  top: 8px;
  left: 8px;
}
.globalcoveragesec .mapouter .p2 .maptitle {
  top: 60%;
  left: 180%;
}
.globalcoveragesec .mapouter .p3 {
  left: 51%;
  top: 32%;
}
.globalcoveragesec .mapouter .p3:before {
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
}
.globalcoveragesec .mapouter .p3:after {
  width: 17px;
  height: 17px;
  top: 4px;
  left: 4px;
}
.globalcoveragesec .mapouter .p3 .maptitle {
  left: 105%;
}
.globalcoveragesec .mapouter .p4 {
  left: 52%;
  top: 48%;
}
.globalcoveragesec .mapouter .p4::before {
  width: 22px;
  height: 22px;
}
.globalcoveragesec .mapouter .p4::after {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.globalcoveragesec .mapouter .p4 .maptitle {
  left: 113%;
}
.globalcoveragesec .mapouter .p5 {
  left: 65.5%;
  top: 44%;
}
.globalcoveragesec .mapouter .p5:before {
  width: 44px;
  height: 44px;
  top: 3px;
  left: 3px;
}
.globalcoveragesec .mapouter .p5:after {
  width: 34px;
  height: 34px;
  top: 8px;
  left: 8px;
}
.globalcoveragesec .mapouter .p5 .maptitle {
  top: 32%;
  left: 135%;
}
.globalcoveragesec .mapouter .p5 .maptitle {
  top: 55%;
  left: 182%;
}
.globalcoveragesec .mapouter .p6 {
  left: 44%;
  top: 55%;
}
.globalcoveragesec .mapouter .p6::before {
  width: 35px;
  height: 35px;
}
.globalcoveragesec .mapouter .p6::after {
  width: 27px;
  height: 26px;
  top: 7px;
  left: 7px;
}
.globalcoveragesec .mapouter .p6 .maptitle {
  left: 146%;
  top: 44%;
}
.globalcoveragesec .mapouter .p7 {
  left: 25%;
  top: 63%;
}
.globalcoveragesec .mapouter .p7::before {
  width: 22px;
  height: 22px;
}
.globalcoveragesec .mapouter .p7::after {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.globalcoveragesec .mapouter .p8 {
  left: 38%;
  top: 74%;
}
.globalcoveragesec .mapouter .p9 {
  left: 28%;
  top: 84%;
}
.globalcoveragesec .mapouter .p10 {
  left: 28%;
  top: 96%;
}
.globalcoveragesec .mapouter .p11 {
  left: 74%;
  top: 80%;
}

.home-ourblogsec {
  width: 100%;
  height: auto;
  clear: both;
  background: #f4f9ff;
  padding: 100px 0;
}
.home-ourblogsec .topsec {
  width: 100%;
  height: auto;
}
.home-ourblogsec .topsec .col-lg-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-ourblogsec .bottomsec {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 20px;
}
.home-ourblogsec .bottomsec .imagebox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home-ourblogsec .bottomsec .imagebox img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.home-ourblogsec .bottomsec .imagebox:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-ourblogsec .bottomsec .detailbox {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.home-ourblogsec .bottomsec .detailbox h5 {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}
.home-ourblogsec .bottomsec .detailbox p {
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}

.bottom-newslettersec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 50px 0;
  background: #fff;
}
.bottom-newslettersec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bottom-newslettersec .leftsec {
  width: 440px;
  height: auto;
}
.bottom-newslettersec .rightsec {
  width: calc(100% - 440px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bottom-newslettersec .rightsec .captchesec {
  width: 220px;
  height: 57px;
  background: #fff;
  border: solid 1px #d5d5d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-newslettersec .rightsec .subscribebtn {
  width: 165px;
  height: 57px;
  display: block;
  text-align: left;
  padding-left: 20px;
  background: url(../images/subscribebtn.jpg) 0 0;
  border: none;
  outline: none;
  font-size: 13px;
  color: #fff;
  font-family: "Proxima Nova Th";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.bottom-newslettersec .rightsec .subscribebtn:before {
  content: "";
  width: 25px;
  height: 12px;
  background: url(../images/submitarrow.png) -26px 0 no-repeat;
  position: absolute;
  right: 30px;
  top: 22px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.bottom-newslettersec .rightsec .subscribebtn:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2789b7+94,26347a+100 */
  background: #2789b7;
  /* Old browsers */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2789b7+0,26347a+100 */
  background: #2789b7;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#2789b7), to(#26347a));
  background: linear-gradient(to right, #2789b7 0%, #26347a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bottom-newslettersec .rightsec .subscribebtn:hover:before {
  background-position: 0 0;
}
.bottom-newslettersec .tbx {
  width: calc(71% - 249px);
  height: 57px;
  background: #f3f7f9;
  border: none;
  outline: none;
  padding: 0 15px 0 37px;
  font-size: 14px;
  color: #000;
  border-radius: 0;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.bottom-newslettersec .tbx::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.bottom-newslettersec .tbx::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.bottom-newslettersec .tbx:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.bottom-newslettersec .tbx:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.bottom-newslettersec form {
  width: 100%;
}
.bottom-newslettersec form .tnp-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .bottomsec p {
  padding: 0;
}

.bannerchatbox {
  width: 170px;
  height: 50px;
  background: #fff;
  border: solid 1px #fff;
  outline: none;
  position: fixed;
  padding: 17px 0 0 15px;
  right: 25px;
  bottom: 25px;
  z-index: 30;
  border-radius: 10px;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  font-size: 16px;
  line-height: 1;
  color: #253278;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.bannerchatbox:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/chaticon.png) 0 0 no-repeat;
  position: absolute;
  top: 18px;
  left: 30px;
}
.innerbanner {
  width: 100%;
  height: 360px;
  background: #253379 url(../images/inner-banner.jpg) top right no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innerbanner .bannercontent {
  width: 100%;
  height: auto;
}
.innerbanner h1 {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  position: relative;
  padding-left: 45px;
  letter-spacing: -2px;
}
.innerbanner h1:before {
  content: "";
  width: 4px;
  height: 63px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.innerwrapper {
  width: 100%;
  height: auto;
  clear: both;
}
.innerwrapper .fullcntouter {
  padding: 97px 0;
}
.innerwrapper .fullcntouter p {
  max-width: 510px;
}
.innerwrapper .fullcntouter:first-child .col-lg-6.col-md-6.col-sm-6 {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.innerwrapper .fullcntouter:nth-child(odd) .imagesec img {
  left: 0;
}
.innerwrapper .fullcntouter:nth-child(even) .imagesec img {
  max-width: 100%;
}
.innerwrapper .fullcntouter:nth-child(odd) {
  background: #fff;
}
.innerwrapper .fullcntouter:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.innerwrapper .fullcntouter:nth-child(even) {
  background: #f4f9ff;
}
.innerwrapper .fullcntouter:nth-child(even) .row {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}

.aboutwrapper {
  padding-top: 82px;
}

.aboutbottomsec {
  width: 100%;
  height: auto;
  clear: both;
  background: #f4f9ff;
  padding: 105px 0;
  /* Zoom in Keyframes */
  /* Zoom out Keyframes */
  /*End of Zoom out Keyframes */
}
.aboutbottomsec .boxouter {
  width: 625px;
  height: 607px;
  background: url(../images/abtbottombg.jpg) center center no-repeat;
  background-size: cover;
  display: block;
  margin: auto;
  position: relative;
}
.aboutbottomsec .boxouter .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #3c60a3;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.aboutbottomsec .boxouter .icon img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.aboutbottomsec .boxouter .icon .icontext {
  width: auto;
  height: auto;
  position: absolute;
  top: 35%;
  left: 120%;
  font-size: 26px;
  line-height: 1;
  color: #303e87;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
}
.aboutbottomsec .boxouter .icon:hover {
  background: #000;
}
.aboutbottomsec .boxouter .i1 {
  top: 0;
  left: 41%;
}
.aboutbottomsec .boxouter .i2 {
  top: 30%;
  right: 0;
}
.aboutbottomsec .boxouter .i3 {
  top: 80%;
  right: 14%;
}
.aboutbottomsec .boxouter .i4 {
  top: 80%;
  left: 14%;
}
.aboutbottomsec .boxouter .i4 .icontext {
  left: auto;
  right: 120%;
}
.aboutbottomsec .boxouter .i5 {
  top: 30%;
  left: 0;
}
.aboutbottomsec .boxouter .i5 .icontext {
  left: auto;
  right: 120%;
}
.aboutbottomsec .boxouter .coretitle {
  width: 155px;
  height: 155px;
  padding-top: 50px;
  border-radius: 100%;
  position: absolute;
  top: 40%;
  left: 37%;
  display: block;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #303e87;
  text-align: center;
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.solutionwrapper .fullcntouter:first-child h3 {
  color: #000;
}
.solutionwrapper .fullcntouter:first-child h3:after {
  display: none;
}

.solutionbottomsec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 110px 0;
  background: #f4f9ff url(../images/solbg2.jpg) bottom left no-repeat;
}
.solutionbottomsec h3 {
  text-align: center;
  color: #303e87;
}
.solutionbottomsec .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solutionbottomsec .col-lg-3 {
  height: 100%;
  display: block;
  margin-top: 20px;
}
.solutionbottomsec .boxouter {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 70px 10px 10px 30px;
  border-radius: 15px;
  min-height: 350px;
}
.solutionbottomsec .boxouter .icon {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.solutionbottomsec h5 {
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  margin: 15px 0;
}

.singleblogpage {
  width: 100%;
  height: auto;
  clear: both;
  border-bottom: solid 1px #dbe0ef;
}
.singleblogpage .home-ourblogsec {
  background: #fff;
}
.singleblogpage .col-lg-4 {
  margin-top: 60px;
  margin-bottom: 10px;
}

.singleblogpage .home-ourblogsec {
  padding-bottom: 50px;
}

.blogdetailpage {
  width: 100%;
  height: auto;
  clear: both;
  border-bottom: solid 1px #dbe0ef;
}
.blogdetailpage .home-ourblogsec .topsec h3 {
  text-align: center;
}

.singleblogbanner {
  width: 100%;
  height: 683px;
  background: url(../images/nsdtlbanner.jpg) top center;
  position: relative;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.singleblogbanner .bannercontent {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  text-align: center;
}
.singleblogbanner .bannercontent .datesec {
  width: auto;
  height: auto;
  background: #000;
  display: inline-block;
  padding: 8px;
  margin-bottom: 13px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
}
.singleblogbanner .bannercontent h3 {
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
}

.blogdetailcontentsec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 75px 0;
}
.blogdetailcontentsec .datesec {
  width: auto;
  height: auto;
  background: #000;
  display: inline-block;
  padding: 8px;
  margin-bottom: 13px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
}
.blogdetailcontentsec h3 {
  margin-bottom: 30px;
}
.blogdetailcontentsec .container {
  max-width: 845px;
}
.blogdetailcontentsec .fullpic {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.blogdetailcontentsec .fullpic img {
  width: 100%;
  height: auto;
  display: block;
}

.singlesocialsec {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 50px;
}
.singlesocialsec ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
}
.singlesocialsec li {
  list-style-type: none;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 5px;
}
.singlesocialsec li .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border: solid 1px #b1b1b1;
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #000;
  border-radius: 100%;
  display: block;
  outline: none;
}
.singlesocialsec li .icon:before {
  content: "";
  font-family: "fontawesome";
  display: block;
}
.singlesocialsec li .icon:hover {
  border: solid 1px #4da1d6;
  color: #4da1d6;
}
.singlesocialsec li .fb:before {
  content: "";
}
.singlesocialsec li .tw:before {
  content: "";
}
.singlesocialsec li .in:before {
  content: "";
}

.singleblogpage .home-ourblogsec .bottomsec .row .col-lg-4:first-child,
.singleblogpage .home-ourblogsec .bottomsec .row .col-lg-4:nth-child(2),
.singleblogpage .home-ourblogsec .bottomsec .row .col-lg-4:nth-child(3) {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.globalcoveragepage {
  border-bottom: solid 1px #dbe0ef;
}
.globalcoveragepage .fullcntouter:first-child h3 {
  color: #000;
  font-size: 36px;
}
.globalcoveragepage .fullcntouter:first-child h3:after {
  display: none;
}
.globalcoveragepage .globalcoveragesec {
  background: #f4f9ff;
}
.globalcoveragepage .globalcoveragesec h5 {
  font-size: 32px;
  text-align: center;
  color: #253379;
}
.globalcoveragepage .globalcoveragesec b {
  font-family: "Proxima Nova Rg";
  font-weight: bold;
}
.globalcoveragepage .globalcoveragesec .mapouter {
  background: url(../images/mapouterblue.jpg);
}

.coveragebottomsec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 115px 0;
  background: #fff;
}
.coveragebottomsec h5 {
  color: #253379;
  text-align: center;
  margin-bottom: 50px;
}
.coveragebottomsec .outerbox {
  width: 100%;
  height: auto;
  display: block;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}
.coveragebottomsec .outerbox .glob {
  width: 12%;
  height: auto;
  margin: 0 0.5%;
  display: inline-block;
}
.coveragebottomsec .outerbox .glob:hover .hover-img {
  opacity: 1 !important;
}
.coveragebottomsec .outerbox .glob .icon {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0px;
  position: relative;
}
.coveragebottomsec .outerbox .glob .icon img {
  width: 100%;
}
.coveragebottomsec .outerbox .glob .icon .hover-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
}
.coveragebottomsec .outerbox .glob .africa {
  background-position: -8px -4px;
}
.coveragebottomsec .outerbox .glob .APAC {
  background-position: -200px -4px;
}
.coveragebottomsec .outerbox .glob .Europe {
  background-position: -415px -11px;
}
.coveragebottomsec .outerbox .glob .LATAM {
  background-position: -622px -11px;
}
.coveragebottomsec .outerbox .glob .Middle-East {
  background-position: -826px -10px;
}
.coveragebottomsec .outerbox .glob .USA {
  background-position: -1030px -10px;
}
.coveragebottomsec .outerbox .glob:hover .africa {
  background-position: -8px -228px;
}
.coveragebottomsec .outerbox .glob:hover .APAC {
  background-position: -201px -227px;
}
.coveragebottomsec .outerbox .glob:hover .Europe {
  background-position: -417px -227px;
}
.coveragebottomsec .outerbox .glob:hover .LATAM {
  background-position: -622px -226px;
}
.coveragebottomsec .outerbox .glob:hover .Middle-East {
  background-position: -826px -226px;
}
.coveragebottomsec .outerbox .glob:hover .USA {
  background-position: -1030px -225px;
}
.coveragebottomsec .outerbox .glob .captionsec {
  width: auto;
  height: auto;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.coveragebottomsec .outerbox .glob .captionsec h6 {
  font-size: 16px;
  line-height: 1;
  color: #253379;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
  margin-bottom: 0;
  text-transform: uppercase;
}
.coveragebottomsec .outerbox .glob .captionsec ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.coveragebottomsec .outerbox .glob .captionsec li {
  width: 100%;
  height: auto;
  clear: both;
  list-style-type: none;
  font-size: 14px;
  line-height: 1;
  color: #000;
  margin: 15px 0 0 0;
  padding: 0;
}
.coveragebottomsec .outerbox .glob:hover {
  overflow: visible;
}
.coveragebottomsec .outerbox .glob:hover .captionsec {
  opacity: 1;
}

.connectwithussec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 120px 0;
  background: #f4f9ff;
}
.connectwithussec h3 {
  color: #303e87;
  margin-bottom: 20px;
}
.connectwithussec h3:after {
  content: "";
  display: block;
  clear: both;
  margin: 15px 0;
  position: relative;
  width: 94px;
  height: 3px;
  background: url(../images/bar1.jpg) 0 0 no-repeat;
}
.connectwithussec .connectbottomsec {
  width: 100%;
  height: auto;
  clear: both;
}
.connectwithussec .connectbottomsec .leftsec {
  width: 100%;
  max-width: 372px;
  float: left;
}
.connectwithussec .connectbottomsec .leftsec h5 {
  font-size: 24px;
  color: #303e87;
  font-weight: bold;
  font-family: "Proxima Nova Rg";
  margin-bottom: 10px;
}
.connectwithussec .connectbottomsec .leftsec ul {
  width: 100%;
  height: auto;
  clear: both;
  margin: 0;
  padding: 35px 0;
}
.connectwithussec .connectbottomsec .leftsec .row {
  margin: 0;
}
.connectwithussec .connectbottomsec .leftsec .col-lg-12 {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #dbe0ef;
}
.connectwithussec .connectbottomsec .leftsec .col-lg-12:last-child {
  border: none;
}
.connectwithussec .connectbottomsec .leftsec .loc {
  width: 100%;
  height: auto;
  padding-left: 36px;
  clear: both;
  position: relative;
}
.connectwithussec .connectbottomsec .leftsec .loc:before {
  content: "";
  width: 36px;
  height: 40px;
  background: url(../images/locicon.png) 0 13px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.connectwithussec .connectbottomsec .leftsec .phone {
  width: 100%;
  height: auto;
  padding-left: 36px;
  clear: both;
  position: relative;
}
.connectwithussec .connectbottomsec .leftsec .phone:before {
  content: "";
  width: 36px;
  height: 40px;
  font-family: "fontawesome";
  font-size: 22px;
  line-height: 1;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.connectwithussec .connectbottomsec .rightsec {
  width: 100%;
  max-width: 600px;
  float: right;
}
.connectwithussec .connectbottomsec .rightsec .col-lg-6,
.connectwithussec .connectbottomsec .rightsec .col-lg-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.connectwithussec .connectbottomsec .rightsec .labeltext {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-bottom: 10px;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
}
.connectwithussec .connectbottomsec .rightsec .bottom-newslettersec {
  padding: 0;
  background: none;
}

.connectwithussec {
  /* ===== Select Box ===== */
}
.connectwithussec .custom-select {
  width: 100%;
  position: relative;
}
.connectwithussec .custom-select select {
  display: none;
}
.connectwithussec .selected-item {
  padding: 12px;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  font-size: 14px;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  color: #909090;
}
.connectwithussec .selected-item:after {
  font-family: "fontawesome";
  content: "";
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 20px;
  top: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.connectwithussec .arrowanim.selected-item:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.connectwithussec .item {
  background: #b8cde6;
  padding: 5px 20px;
  color: #fff;
  border-top: 1px solid #a2bad6;
  cursor: pointer;
}
.connectwithussec .item:hover {
  background: #a2bad6;
}
.connectwithussec .all-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
}
.connectwithussec .all-items-hide {
  display: none;
}
.connectwithussec .sdf {
  border: 1px solid red;
}

.custom-select.tbx {
  background: #fff;
}

input[type=email].tbx {
  border-radius: 0px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.new-sec-blobal {
  padding: 105px 0 0 0;
}
.new-sec-blobal h5 {
  margin-bottom: 40px;
}
.new-sec-blobal .container {
  max-width: 1285px;
}
.new-sec-blobal .global-ul {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-sec-blobal .global-ul li {
  min-height: 243px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.new-sec-blobal .global-ul li .img-icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-sec-blobal .global-ul li .capt {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -110px;
  text-align: center;
  min-height: 100px;
}
.new-sec-blobal .global-ul li h3 {
  font-size: 18px;
  color: #253379;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 10px;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
}
.new-sec-blobal .global-ul li p {
  line-height: 1.2;
}
.new-sec-blobal .global-ul:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #3f72b1;
  position: absolute;
  left: 4.96%;
  bottom: -49px;
  display: block;
}
.new-sec-blobal .global-ul:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #3f72b1;
  position: absolute;
  right: 4.7%;
  bottom: -49px;
  display: block;
}
.new-sec-blobal .newbottomsec {
  width: 100%;
  padding: 0 97px;
  max-width: 1125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  height: auto;
  clear: both;
  padding-top: 102px;
  margin-top: 35px;
  position: relative;
}
.new-sec-blobal .newbottomsec:before {
  content: "";
  width: 100%;
  height: 105px;
  position: absolute;
  left: 0;
  top: 14px;
  border: solid 1px #c0c4c9;
  border-top: none;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.new-sec-blobal .newbottomsec .otrbox {
  width: 100%;
  height: auto;
  clear: both;
  min-height: 190px;
  text-align: center;
  position: relative;
  z-index: 20;
}
.new-sec-blobal .newbottomsec .otrbox .titlesec {
  width: 100%;
  height: auto;
  text-align: center;
}
.new-sec-blobal .newbottomsec .otrbox .titlesec h3 {
  background: #09c678;
  padding: 5px 15px;
  min-height: inherit;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #253379;
  width: auto;
  display: inline-block;
  background: #f4f9ff;
  height: auto;
  min-height: inherit;
  text-align: center;
  margin: 0px;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
}
.new-sec-blobal .newbottomsec .otrbox .titlesec h3:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #3f72b1;
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
}
.new-sec-blobal .newbottomsec .otrbox .titlesec h3:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #3f72b1;
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
}
.new-sec-blobal .newbottomsec .leftsec {
  width: 100%;
  max-width: 300px;
}
.new-sec-blobal .newbottomsec .rightsec {
  width: 100%;
  max-width: 300px;
}

.home-ourblogsec .bottomsec .imagebox img {
  background-size: cover !important;
}

.connectwithussec .connectbottomsec .rightsec span.wpcf7-form-control-wrap.recaptcha {
  position: relative;
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
  right: -45px;
}
.connectwithussec .connectbottomsec .rightsec .captchesec {
  height: auto;
  border: none;
  background: none;
  outline: none;
}

.rc-anchor-normal {
  height: 56px !important;
}

.rc-anchor-normal .rc-anchor-content {
  height: 56px !important;
}

.bottom-newslettersec .rightsec .subscribebtn {
  position: relative;
  top: 10px;
}

.bottom-newslettersec form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bottom-newslettersec form .tnp-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#rcaptcha {
  margin: 0 !important;
}

span#captcha {
  margin: 0 !important;
}

.wpcf7-form .bottom-newslettersec .rightsec .subscribebtn {
  text-align: left;
  padding-left: 25px;
  width: 155px;
}

.fancybox-content {
  padding: 0 !important;
  background: none !important;
}

.mapdetailsec {
  width: 100%;
  height: auto;
}
.mapdetailsec .otrbox {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #b9d8ee;
}
.mapdetailsec .otrbox .topbox {
  width: 100%;
  height: auto;
  padding: 15px 40px;
}
.mapdetailsec .otrbox .topbox ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mapdetailsec .otrbox .topbox li {
  width: 20%;
  height: auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.mapdetailsec .otrbox .topbox li .flag {
  width: 50px;
  height: 47px;
  display: block;
}
.mapdetailsec .otrbox .topbox li .place {
  width: calc(100% - 50px);
  font-size: 15px;
  line-height: 1;
  color: #000;
  display: block;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
}
.mapdetailsec .otrbox .contentbox {
  width: 100%;
  height: auto;
  clear: both;
  padding: 20px 40px;
}
.mapdetailsec .otrbox .bottomviewsec {
  width: 100%;
  height: auto;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 40px 30px 40px;
}
.mapdetailsec .otrbox .bottomviewsec a {
  font-size: 13px;
  line-height: 1;
  color: #4994cc;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  padding-right: 50px;
  position: relative;
}
.mapdetailsec .otrbox .bottomviewsec a:before {
  content: "";
  width: 36px;
  height: 36px;
  background: #d0e2ef;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: -14px;
  display: block;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.mapdetailsec .otrbox .bottomviewsec a:after {
  content: "";
  position: absolute;
  right: 13px;
  top: -7px;
  z-index: 10;
  font-family: "fontawesome";
  font-size: 21px;
  line-height: 1;
  color: #356eaf;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.mapdetailsec .otrbox .bottomviewsec a:hover {
  color: #000;
}
.mapdetailsec .otrbox .bottomviewsec a:hover:before {
  background: #000;
}
.mapdetailsec .otrbox .bottomviewsec a:hover:after {
  color: #fff;
}

.coveragebottomsec .outerbox .glob .captionsec {
  text-align: left;
  display: inline-block;
}

.connectwithussec .connectbottomsec .rightsec .col-lg-6 .wpcf7-form-control-wrap, .connectwithussec .connectbottomsec .rightsec .col-lg-12 .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.connectwithussec .connectbottomsec .rightsec .col-lg-6 input[type=email].tbx, .connectwithussec .connectbottomsec .rightsec .col-lg-12 input[type=email].tbx {
  border-radius: 50px;
}

footer .rightsec .tbx {
  border-radius: 50px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer span.textarea-749 {
  width: 100%;
}
footer span textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}

.connectwithussec .connectbottomsec .rightsec .bottom-newslettersec .rightsec {
  max-width: 468px;
}

.pagination a.prev.page-numbers {
  display: none;
}

.bottom-newslettersec .rightsec .subscribebtn {
  padding: 0;
  text-align: center;
}

.connectwithussec .connectbottomsec .rightsec .nice-select {
  width: 100%;
  padding-left: 0;
  border: none;
  height: 47px;
  line-height: 48px;
}
.connectwithussec .connectbottomsec .rightsec span.current {
  color: #909090;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
}
.connectwithussec .connectbottomsec .rightsec .nice-select:after {
  content: "";
  font-family: "fontawesome";
  font-size: 19px;
  line-height: 1;
  color: #000;
  top: 10px;
}
.connectwithussec .connectbottomsec .rightsec .nice-select.open:after {
  content: "";
  top: 18px;
}

.sectorcoverdsection {
  width: 100%;
  height: auto;
  clear: both;
  background: #f4f9ff;
  padding: 100px 0;
}
.sectorcoverdsection h3 {
  text-align: center;
  color: #303e87;
  margin-bottom: 20px;
}
.sectorcoverdsection .icon {
  width: 100%;
  height: auto;
  text-align: center;
}
.sectorcoverdsection .icon img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin: 0;
}
.sectorcoverdsection h6 {
  font-size: 21px;
  color: #000;
  text-align: center;
}

.fullcntouter h4 {
  margin-bottom: 20px;
}

.solutionbottomsec h6 {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}

.solhandle {
  background: #f4f9ff;
}
.solhandle h3 {
  color: #000;
}
.solhandle .boxouter {
  padding: 53px 39px;
  min-height: 130px;
}

.centerwehandlesec {
  width: 100%;
  height: auto;
  clear: both;
  padding: 100px 0;
  background: #f7f7ff;
}
.centerwehandlesec .outerbox {
  width: 1201px;
  height: 435px;
  background: url(../images/handlebg.jpg) top center;
  background-size: cover;
  margin: auto;
}
.centerwehandlesec .outerbox ul {
  width: 95%;
  height: auto;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
.centerwehandlesec .outerbox li {
  list-style-type: none;
  position: relative;
  height: 240px;
  padding-top: 34px;
}
.centerwehandlesec .outerbox li:nth-child(2) {
  height: 390px;
}
.centerwehandlesec .outerbox li:nth-child(4) {
  height: 390px;
}
.centerwehandlesec .outerbox li:nth-child(5) {
  height: 258px;
}
.centerwehandlesec .outerbox li:nth-child(5) h5 {
  left: -40%;
}
.centerwehandlesec .outerbox li:nth-child(6) {
  height: 370px;
}
.centerwehandlesec .outerbox .icon {
  width: 97px;
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centerwehandlesec .outerbox .icon img {
  width: auto;
  max-width: 100%;
  display: block;
}
.centerwehandlesec .outerbox h5 {
  font-size: 21px;
  min-width: 230px;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  position: absolute;
  left: -20%;
  bottom: 0;
}
.centerwehandlesec .toptextarea {
  width: 100%;
  height: auto;
  text-align: center;
}
.centerwehandlesec .toptextarea .container {
  max-width: 580px;
}
.centerwehandlesec .toptextarea h3 {
  margin: 60px 0 35px 0;
}

.fullcntouter .handleouter {
  width: 451px;
  height: 443px;
  background: url(../images/imaginationbg1.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  float: right;
}
.fullcntouter .handleouter ul {
  width: 100%;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fullcntouter .handleouter li {
  list-style-type: none;
  width: 195px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  text-align: center;
  position: relative;
}
.fullcntouter .handleouter li h5 {
  font-size: 21px;
  width: 100%;
  height: 17px;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
}
.fullcntouter .handleouter li .icon {
  width: 100%;
  height: 85px;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.fullcntouter .handleouter li .icon img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
}
.fullcntouter .handleouter li:first-child .icon img {
  left: 13px;
}
.fullcntouter .handleouter li:first-child h5 {
  top: -49px;
}
.fullcntouter .handleouter li:nth-child(2) h5 {
  top: -49px;
}
.fullcntouter .handleouter li:nth-child(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 55px;
}
.fullcntouter .handleouter li:nth-child(3) .icon img {
  left: 10px;
}
.fullcntouter .handleouter li:nth-child(3) h5 {
  top: 75px;
}
.fullcntouter .handleouter li:nth-child(4) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 55px;
}
.fullcntouter .handleouter li:nth-child(4) h5 {
  top: 75px;
}
.fullcntouter .handle-otrbox {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  margin: 50px 0 100px 0;
}
.fullcntouter .handle-otrbox h4 {
  width: auto;
  height: auto;
  position: absolute;
  left: -10%;
  top: 44%;
}

.singlesocialsec li {
  position: relative;
}
.singlesocialsec li .icontitle {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 13px;
  opacity: 0;
  position: relative;
  bottom: 0;
  left: -30%;
  text-align: center;
  line-height: 1;
  color: #356eaf;
  display: block;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.singlesocialsec li:hover .icontitle {
  opacity: 1;
  bottom: -10px;
}

.globalcoveragesec {
  text-align: center;
}

.bottomviewsec {
  width: 100%;
  height: auto;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 40px 30px 40px;
}
.bottomviewsec a {
  width: auto;
  height: auto;
  padding: 20px 58px 18px 35px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(white), to(white));
  background: linear-gradient(to right, white 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  position: relative;
  transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: #4a93cb;
  font-family: "Proxima Nova Th";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: solid 1px #000;
  border-radius: 30px;
}
.bottomviewsec a:before {
  content: "";
  width: 25px;
  height: 12px;
  background: url(../images/arow1.png) -26px 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 19px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.bottomviewsec a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#26347a+0,2789b7+100 */
  background: #26347a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#26347a), to(#2789b7));
  background: linear-gradient(to right, #26347a 0%, #2789b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  background-size: cover;
  color: #fff;
  border: solid 1px #225f93;
}
.bottomviewsec a:hover:before {
  background-position: 0 0;
}

.globalcoveragesec h2 {
  margin-bottom: 15px;
}

.home-ourblogsec .col-lg-12.btnqwery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bottom-newslettersec .tbx {
  width: 100%;
}

.coveragebottomsec .outerbox .glob .icon img {
  max-width: 100%;
}

.bottom-newslettersec.btnew .rightsec .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-newslettersec.btnew .rightsec .captchesec {
  position: relative;
  top: -5px;
  left: -47px;
}
.bottom-newslettersec.btnew .rightsec span.wpcf7-form-control-wrap.recaptcha {
  position: relative;
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
  right: -45px;
}
.bottom-newslettersec.btnew .rightsec .captchesec {
  height: auto;
  border: none;
  background: none;
  outline: none;
}
.bottom-newslettersec.btnew .rc-anchor-normal {
  height: 54px !important;
}
.bottom-newslettersec.btnew .rc-anchor-normal .rc-anchor-content {
  height: 54px !important;
}
.bottom-newslettersec.btnew .bottom-newslettersec .rightsec .subscribebtn {
  position: relative;
  top: 10px;
}
.bottom-newslettersec.btnew .bottom-newslettersec form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bottom-newslettersec.btnew .bottom-newslettersec form .tnp-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-newslettersec.btnew div#rcaptcha {
  margin: 0 !important;
}
.bottom-newslettersec.btnew span#captcha {
  margin: 0 !important;
}
.bottom-newslettersec.btnew .wpcf7-form .bottom-newslettersec .rightsec .subscribebtn {
  text-align: left;
  padding-left: 25px;
  width: 155px;
}
.bottom-newslettersec.btnew .tbx {
  height: 60px;
}
.bottom-newslettersec.btnew .rightsec .subscribebtn {
  height: 57px;
}
.bottom-newslettersec.btnew .invalid .wpcf7-response-output {
  display: none !important;
}
.bottom-newslettersec.btnew .sent .wpcf7-response-output {
  border: none;
  color: green;
  margin-top: 0px;
}

.globalcoveragesec h2 {
  color: #303e87;
}

.page-template-privacy-page ul, .page-template-privacy-page ol {
  margin: 0;
}

.home .globalcoveragesec .mapouter .mappoint .maptitle {
  width: auto;
}

.centerwehandlesec .toptextarea h4 {
  margin: 60px 0 35px 0;
  font-size: 42px;
}
.centerwehandlesec .toptextarea h3 {
  color: #303e87;
  margin-bottom: 20px;
}
.centerwehandlesec .toptextarea h3:after {
  content: "";
  display: block;
  clear: both;
  margin: 15px auto;
  position: relative;
  width: 94px;
  height: 3px;
  background: url(../images/bar1.jpg) 0 0 no-repeat;
}

.postid-139 .centerwehandlesec .toptextarea h3 {
  margin-top: 0;
}

.bannerchatbox:before {
  display: none;
}

.connectwithussec .connectbottomsec .rightsec .invalid .wpcf7-response-output {
  display: none !important;
}

.home-ourblogsec .col-lg-12.btnqwery {
  padding-top: 30px;
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
  width: 253px !important;
  margin-top: 10px !important;
}

.bottom-newslettersec.btnew .sent .wpcf7-response-output {
  border: none;
  color: green;
  margin-top: 0px;
  position: absolute;
  bottom: -40px;
  font-size: 15px;
}

.bottom-newslettersec.btnew .rightsec {
  position: relative;
}

.mapdetailsec .otrbox .topbox li .flag {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.mapdetailsec .otrbox .topbox li .flag img {
  max-width: 100%;
  height: auto;
}

.mapdetailsec .otrbox .topbox li .place {
  padding-left: 10px;
}

.new-sec-blobal .global-ul li {
  max-width: 246px;
}

.centerwehandlesec .toptextarea .container {
  max-width: 650px;
}

.sectorcoverdsection h3 {
  color: #303e87;
  margin-bottom: 20px;
}
.sectorcoverdsection h3:after {
  content: "";
  display: block;
  clear: both;
  margin: 15px auto;
  position: relative;
  width: 94px;
  height: 3px;
  background: url(../images/bar1.jpg) 0 0 no-repeat;
}

.postid-125 .fullcntouter p {
  max-width: 540px;
}

.solutionbottomsec h3 {
  margin-bottom: 20px;
}

.globalcoveragesec h2 {
  font-size: 42px;
}

.home-ourblogsec .topsec .col-lg-7 {
  width: 100%;
  text-align: center;
}

.home-ourblogsec .topsec h3::after {
  margin: 15px auto !important;
}

.home-ourblogsec .topsec h3 {
  margin-bottom: 20px;
}

.home-ourblogsec .col-lg-12.btnqwery {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.globalcoveragesec .mapouter .mappoint:after {
  background: red;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.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;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

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

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

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.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;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .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-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

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

.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;
  -webkit-transition: opacity 200ms ease;
  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;
}

/* CSS Document */
/*------------------------------------------------------------------
[Animation Stylesheet]

Project:	DEPA
Version:	1.0
Last change:	Initial RELEASED 
Primary use:	Animation
-------------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  100%, 20%, 40%, 60%, 80% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
            transform: translate3d(-60px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@media screen and (max-width: 760px) {
  section.main-wrapper {
    margin-top: 75px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: #000;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 30px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #000;
  opacity: 1;
  background: #947d4e;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 5px;
  right: -16px;
  top: -16px;
  right: -10px;
  top: -10px;
  color: #fff;
  border-radius: 100%;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  padding: 0 !important;
  padding: 0 !important;
  background: #fff;
}

.fancybox-navigation .fancybox-button--arrow_right svg {
  color: #0037a8;
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left svg {
  color: #0037a8;
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_right::before, .fancybox-navigation .fancybox-button--arrow_left::before {
  font: normal normal normal 26px/1.8 fontawesome;
  color: #000;
}

.fancybox-navigation .fancybox-button--arrow_left:before {
  content: "";
}

.fancybox-navigation .fancybox-button--arrow_right:before {
  content: "";
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.login-main-form-container {
  width: 100%;
  max-width: 560px;
  margin: 55px auto 85px auto;
  background: #fff;
  padding: 35px 65px;
  border-radius: 10px;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.login-main-form-container p {
  padding: 0;
  margin: 0;
}
.login-main-form-container .col-lg-12 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-main-form-container .col-lg-12 p {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.login-main-form-container input[type=date], .login-main-form-container input[type=email], .login-main-form-container input[type=search], .login-main-form-container input[type=tel], .login-main-form-container input[type=text], .login-main-form-container input#price, .login-main-form-container input#username, .login-main-form-container input#password, .login-main-form-container select {
  width: 100%;
  height: 45px;
  background: #fff;
  font-size: 14px;
  color: #6c6c6c;
  border: solid 1px #d7d7d7;
  border-radius: 50px;
  padding: 0 15px;
  font-family: "Gaba";
  font-weight: normal;
}
.login-main-form-container input[type=date]::-webkit-input-placeholder, .login-main-form-container input[type=email]::-webkit-input-placeholder, .login-main-form-container input[type=search]::-webkit-input-placeholder, .login-main-form-container input[type=tel]::-webkit-input-placeholder, .login-main-form-container input[type=text]::-webkit-input-placeholder, .login-main-form-container input#price::-webkit-input-placeholder, .login-main-form-container input#username::-webkit-input-placeholder, .login-main-form-container input#password::-webkit-input-placeholder, .login-main-form-container select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6c6c6c;
  opacity: 1;
}
.login-main-form-container input[type=date]::-moz-placeholder, .login-main-form-container input[type=email]::-moz-placeholder, .login-main-form-container input[type=search]::-moz-placeholder, .login-main-form-container input[type=tel]::-moz-placeholder, .login-main-form-container input[type=text]::-moz-placeholder, .login-main-form-container input#price::-moz-placeholder, .login-main-form-container input#username::-moz-placeholder, .login-main-form-container input#password::-moz-placeholder, .login-main-form-container select::-moz-placeholder {
  /* Firefox 19+ */
  color: #6c6c6c;
  opacity: 1;
}
.login-main-form-container input[type=date]:-ms-input-placeholder, .login-main-form-container input[type=email]:-ms-input-placeholder, .login-main-form-container input[type=search]:-ms-input-placeholder, .login-main-form-container input[type=tel]:-ms-input-placeholder, .login-main-form-container input[type=text]:-ms-input-placeholder, .login-main-form-container input#price:-ms-input-placeholder, .login-main-form-container input#username:-ms-input-placeholder, .login-main-form-container input#password:-ms-input-placeholder, .login-main-form-container select:-ms-input-placeholder {
  /* IE 10+ */
  color: #6c6c6c;
  opacity: 1;
}
.login-main-form-container input[type=date]:-moz-placeholder, .login-main-form-container input[type=email]:-moz-placeholder, .login-main-form-container input[type=search]:-moz-placeholder, .login-main-form-container input[type=tel]:-moz-placeholder, .login-main-form-container input[type=text]:-moz-placeholder, .login-main-form-container input#price:-moz-placeholder, .login-main-form-container input#username:-moz-placeholder, .login-main-form-container input#password:-moz-placeholder, .login-main-form-container select:-moz-placeholder {
  /* Firefox 18- */
  color: #6c6c6c;
  opacity: 1;
}
.login-main-form-container input:-webkit-autofill,
.login-main-form-container input:-webkit-autofill:hover,
.login-main-form-container input:-webkit-autofill:focus,
.login-main-form-container textarea:-webkit-autofill,
.login-main-form-container textarea:-webkit-autofill:hover,
.login-main-form-container textarea:-webkit-autofill:focus,
.login-main-form-container select:-webkit-autofill,
.login-main-form-container select:-webkit-autofill:hover,
.login-main-form-container select:-webkit-autofill:focus {
  border: 1px solid #d7d7d7;
  -webkit-text-fill-color: #6c6c6c;
  -webkit-box-shadow: 0 0 0px 0 #6c6c6c inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.login-main-form-container .btn-home {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Gaba";
  font-weight: bold;
  width: 100%;
  padding: 15px 0;
  text-transform: uppercase;
  border: solid 1px #252525;
  background: #252525;
  display: block;
  border-radius: 100px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.login-main-form-container .btn-home:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}
.login-main-form-container .title-label {
  font-size: 12px;
  line-height: 1;
  color: #151515;
  font-family: "Gaba";
  font-weight: normal;
  text-transform: uppercase;
}
.login-main-form-container .title-top {
  font-size: 30px;
  width: 100%;
  line-height: 1;
  color: #151515;
  font-family: "Gaba";
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-main-form-container .forgot-pass, .login-main-form-container .woocommerce-form-login__rememberme {
  font-size: 12px;
  line-height: 1;
  color: #151515;
  font-family: "Gaba";
  font-weight: normal;
  text-transform: uppercase;
}
.login-main-form-container .forgot-pass:hover {
  color: #00999e;
}
.login-main-form-container .new-user {
  width: 100%;
  height: auto;
  text-align: center;
}
.login-main-form-container .new-user span {
  font-size: 16px;
  line-height: 1;
  color: #151515;
  font-family: "Gaba";
  font-weight: normal;
  text-transform: uppercase;
}
.login-main-form-container .new-user a {
  font-weight: 500;
  color: #00999e;
}
.login-main-form-container .new-user a:hover {
  color: #000;
}

.woocommerce-account > header {
  background: none;
}

.orsec {
  width: 100%;
  height: 85px;
  clear: both;
  font-size: 16px;
  line-height: 85px;
  color: #151515;
  font-family: "Gaba";
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.orsec:before {
  content: "";
  width: calc(50% - 25px);
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  top: 43px;
  display: block;
}
.orsec:after {
  content: "";
  width: calc(50% - 25px);
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  right: 0;
  top: 43px;
  display: block;
}

.woocommerce-account header.entry-header {
  display: none;
}

form.woocommerce-ResetPassword.lost_reset_password {
  padding-top: 20px;
}
form.woocommerce-ResetPassword.lost_reset_password p {
  font-size: 12px;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row {
  width: 100% !important;
  margin: 10px 0;
}

ul.woocommerce-error {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: center;
}

.myaccount-wrapper {
  width: 100%;
  height: auto;
  padding: 40px 0 110px 0;
}
.myaccount-wrapper .account-left-navigation-main {
  width: 270px;
  height: auto;
  min-height: 60vh;
  background: #fff;
  border-radius: 15px;
  padding-top: 25px;
  float: left;
}
.myaccount-wrapper .account-left-navigation-main h3 {
  display: none;
}
.myaccount-wrapper .account-left-navigation-main ul {
  padding: 0;
  margin: 0;
}
.myaccount-wrapper .account-left-navigation-main li {
  width: 100%;
  height: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.myaccount-wrapper .account-left-navigation-main li a {
  padding: 15px 20px;
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #3f3f3f;
  text-decoration: none !important;
  font-family: "Gaba";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}
.myaccount-wrapper .account-left-navigation-main li a:hover {
  color: #000;
}
.myaccount-wrapper .account-left-navigation-main .is-active a {
  background: #000;
  color: #fff !important;
  font-weight: bold;
  cursor: default;
  text-decoration: none;
}
.myaccount-wrapper .account-left-navigation-main .is-active a:before {
  content: "";
  font: normal normal normal 20px/1 fontawesome;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 12px;
}
.myaccount-wrapper .woocommerce-MyAccount-content {
  width: calc(100% - 290px);
  height: auto;
  min-height: 60vh;
  background: #fff;
  border-radius: 15px;
  float: right;
  padding: 35px 55px;
}
.myaccount-wrapper .woocommerce-MyAccount-content h3.endpoint-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 1px #d7d7d7;
  margin: 0;
}
.myaccount-wrapper .woocommerce-MyAccount-content .main-account-inner-container {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.myaccount-wrapper .woocommerce-MyAccount-content .main-account-inner-container p.infot1 {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #000;
  font-family: "Gaba";
  font-weight: 500;
}
.myaccount-wrapper .woocommerce-MyAccount-content .main-account-inner-container p.infot1 a {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.myaccount-wrapper .woocommerce-MyAccount-content .main-account-inner-container p.infot1 a:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}
.myaccount-wrapper .woocommerce-MyAccount-content .main-account-inner-container p.infot2 {
  line-height: 2;
}
.myaccount-wrapper .woocommerce-MyAccount-content .main-account-inner-container p.infot2 a {
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Gaba";
  font-weight: 500;
}
.myaccount-wrapper .woocommerce-MyAccount-content h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
}
.myaccount-wrapper .woocommerce-MyAccount-content input[type=date], .myaccount-wrapper .woocommerce-MyAccount-content input[type=email], .myaccount-wrapper .woocommerce-MyAccount-content input[type=search], .myaccount-wrapper .woocommerce-MyAccount-content input[type=tel], .myaccount-wrapper .woocommerce-MyAccount-content input[type=text], .myaccount-wrapper .woocommerce-MyAccount-content .woocommerce-Input--password, .myaccount-wrapper .woocommerce-MyAccount-content input#price, .myaccount-wrapper .woocommerce-MyAccount-content input#username, .myaccount-wrapper .woocommerce-MyAccount-content input#password, .myaccount-wrapper .woocommerce-MyAccount-content select {
  width: 100%;
  height: 45px;
  background: #fff;
  font-size: 14px;
  color: #6c6c6c;
  border: solid 1px #d7d7d7;
  border-radius: 50px;
  padding: 0 15px;
  font-family: "Gaba";
  font-weight: normal;
}
.myaccount-wrapper .woocommerce-MyAccount-content input[type=date]::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=email]::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=search]::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=tel]::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=text]::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content .woocommerce-Input--password::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#price::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#username::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#password::-webkit-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6c6c6c;
  opacity: 1;
}
.myaccount-wrapper .woocommerce-MyAccount-content input[type=date]::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=email]::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=search]::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=tel]::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=text]::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content .woocommerce-Input--password::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#price::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#username::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#password::-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content select::-moz-placeholder {
  /* Firefox 19+ */
  color: #6c6c6c;
  opacity: 1;
}
.myaccount-wrapper .woocommerce-MyAccount-content input[type=date]:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=email]:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=search]:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=tel]:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=text]:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content .woocommerce-Input--password:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#price:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#username:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#password:-ms-input-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content select:-ms-input-placeholder {
  /* IE 10+ */
  color: #6c6c6c;
  opacity: 1;
}
.myaccount-wrapper .woocommerce-MyAccount-content input[type=date]:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=email]:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=search]:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=tel]:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input[type=text]:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content .woocommerce-Input--password:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#price:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#username:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content input#password:-moz-placeholder, .myaccount-wrapper .woocommerce-MyAccount-content select:-moz-placeholder {
  /* Firefox 18- */
  color: #6c6c6c;
  opacity: 1;
}
.myaccount-wrapper .woocommerce-MyAccount-content input:-webkit-autofill,
.myaccount-wrapper .woocommerce-MyAccount-content input:-webkit-autofill:hover,
.myaccount-wrapper .woocommerce-MyAccount-content input:-webkit-autofill:focus,
.myaccount-wrapper .woocommerce-MyAccount-content textarea:-webkit-autofill,
.myaccount-wrapper .woocommerce-MyAccount-content textarea:-webkit-autofill:hover,
.myaccount-wrapper .woocommerce-MyAccount-content textarea:-webkit-autofill:focus,
.myaccount-wrapper .woocommerce-MyAccount-content select:-webkit-autofill,
.myaccount-wrapper .woocommerce-MyAccount-content select:-webkit-autofill:hover,
.myaccount-wrapper .woocommerce-MyAccount-content select:-webkit-autofill:focus {
  border: 1px solid #d7d7d7;
  -webkit-text-fill-color: #6c6c6c;
  -webkit-box-shadow: 0 0 0px 0 #6c6c6c inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.myaccount-wrapper .woocommerce-MyAccount-content .add_address {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.myaccount-wrapper .woocommerce-MyAccount-content .add_address:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}
.myaccount-wrapper .woocommerce-MyAccount-content .button-info {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.myaccount-wrapper .woocommerce-MyAccount-content .button-info:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}
.myaccount-wrapper .woocommerce-MyAccount-content .default-address {
  font-weight: normal;
  font-size: 16px;
}
.myaccount-wrapper .woocommerce-MyAccount-content .woocommerce-form-row label {
  font-size: 12px;
  line-height: 1;
  color: #151515;
  font-family: "Gaba";
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.myaccount-wrapper .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account {
  padding-top: 30px;
}
.myaccount-wrapper .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account legend {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  font-family: "Gaba";
  margin-bottom: 25px;
  text-transform: uppercase;
}
.myaccount-wrapper .woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account em {
  font-size: 12px;
  line-height: 1.4;
  color: #151515;
  font-style: normal;
  padding: 10px 0;
}

.woocommerce-Button {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.woocommerce-Button:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.button {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.button:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.woocommerce-info {
  background: #00999e !important;
}
.woocommerce-info .woocommerce-Button {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.woocommerce-info .woocommerce-Button:hover {
  border: solid 1px #000;
  background: #000;
  color: #fff;
}

.account.w-formedit #addresses > div {
  border: none;
}
.account.w-formedit p {
  font-weight: normal;
}
.account.w-formedit .col-md-9 {
  width: 100%;
}
.account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 101%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
}
.account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
  width: 31%;
  height: auto;
  padding: 30px;
  border: solid 1px #ececec;
  margin: 1%;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffff;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address .woocommerce-Address-title {
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address .woocommerce-Address-title h3 {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
  width: 100%;
  display: block;
}
.account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address .woocommerce-Address-title .mobile-edit {
  display: none;
}
.account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address a.edit.btn-2 {
  font-size: 14px;
  color: #2e2158;
  position: relative;
  font-family: "Gaba";
  font-weight: 500;
  padding-left: 20px;
}
.account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address a.edit.btn-2:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/edits-icon.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
}
.account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address:hover {
  background: #ececec;
}
.account.w-formedit address {
  font-family: "Gaba";
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
  font-style: normal;
  width: 100%;
  padding-bottom: 20px;
}
.account.w-formedit .address-new h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
}
.account.w-formedit a.btn-2.align-corner {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  padding: 15px 40px 10px 40px;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.account.w-formedit a.btn-2.align-corner:hover {
  border: solid 1px #00999e;
  background: #00999e;
  color: #fff;
}

.cart-pg-outer .woocommerce-cart-form {
  width: calc(100% - 385px);
  height: auto;
  min-height: 60vh;
  background: #fff;
  border-radius: 15px;
  float: left;
  padding: 0;
}
.cart-pg-outer .woocommerce-cart-form .quantity {
  padding-top: 10px;
}
.cart-pg-outer .woocommerce-cart-form .quantity select.input-text.qty.text {
  width: 67px;
  height: 40px;
  background: #f3f3f3;
  border: solid 1px #c3c3c3;
  font-size: 14px;
  color: #757575;
  font-weight: bold;
  font-family: "Gaba";
  border-radius: 10px;
  padding: 0 15px;
}
.cart-pg-outer .woocommerce-cart-form h3.endpoint-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 1px #d7d7d7;
  margin: 0;
}
.cart-pg-outer .woocommerce-cart-form .product-thumbnail {
  width: 100%;
  height: 160px;
  background: #fff;
  border: solid 1px #dbdbdb;
  padding: 20px;
  border-radius: 10px;
}
.cart-pg-outer .woocommerce-cart-form .product-thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.cart-pg-outer .woocommerce-cart-form .product-thumbnail a div {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}
.cart-pg-outer .woocommerce-cart-form .shop_table {
  width: 100%;
  height: auto;
  clear: both;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row:before {
  width: 15px;
  height: 105%;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row:after {
  width: 15px;
  height: 105%;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .col-lg-4, .cart-pg-outer .woocommerce-cart-form .shop_table .row .col-lg-3, .cart-pg-outer .woocommerce-cart-form .shop_table .row .col-lg-12, .cart-pg-outer .woocommerce-cart-form .shop_table .row .col-lg-2 {
  text-align: left !important;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .cart-name {
  font-size: 16px;
  line-height: 1.2;
  color: #1c1e3a;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 600;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .prd-Quantity, .cart-pg-outer .woocommerce-cart-form .shop_table .row .prd-Sub-Total {
  width: 100%;
  height: auto;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  color: #757575;
  font-family: "Gaba";
  font-weight: normal;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .prd-pricenone {
  display: none;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row span.woocommerce-Price-amount.amount {
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  font-family: "Gaba";
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .prd-remove {
  text-align: right;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1;
  color: #ce1818;
  font-family: "Gaba";
  font-weight: normal;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .prd-remove span.remove {
  border: solid 1px #ce1818;
  width: 14px;
  height: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .prd-remove a {
  color: #ce1818;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .prd-remove a:hover {
  color: #00999e;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row .prd-remove a:hover span.remove {
  background: #ce1818;
  color: #fff;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row input.qty {
  width: 45px;
  height: 40px;
  padding: 0 10px;
  background: #f3f3f3;
  border: solid 1px #d7d7d7;
  margin-top: 5px;
  border-radius: 10px;
  font-size: 14px;
  color: #757575;
  font-family: "Gaba";
  font-weight: bold;
}
.cart-pg-outer .woocommerce-cart-form .shop_table .row:last-child {
  border: none;
}
.cart-pg-outer .woocommerce-cart-form .main-buttons-cart-page-bottom {
  display: none;
}
.cart-pg-outer .form-ctn {
  width: 100%;
  height: auto;
  padding: 35px 40px;
}
.cart-pg-outer .cart-collaterals {
  width: 365px;
  height: auto;
  min-height: 60vh;
  background: #fff;
  border-radius: 15px;
  padding: 30px 0;
  float: right;
}
.cart-pg-outer .cart-collaterals .shipping-calculator-form select#calc_shipping_country, .cart-pg-outer .cart-collaterals .shipping-calculator-form select#calc_shipping_state, .cart-pg-outer .cart-collaterals .shipping-calculator-form input#calc_shipping_city, .cart-pg-outer .cart-collaterals .shipping-calculator-form input#calc_shipping_postcode, .cart-pg-outer .cart-collaterals .shipping-calculator-form input#calc_shipping_state {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: #f3f3f3;
  border: solid 1px #d7d7d7;
  margin-top: 5px;
  border-radius: 10px;
  font-size: 14px;
  color: #757575;
  font-family: "Gaba";
  font-weight: bold;
}
.cart-pg-outer .cart-collaterals a.btn-2.inverse.button {
  font-size: 12px;
  line-height: 1;
  color: #fff !important;
  font-family: "Gaba";
  font-weight: bold;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.cart-pg-outer .cart-collaterals a.btn-2.inverse.button:hover {
  border: solid 1px #00999e !important;
  background: #00999e !important;
  color: #fff;
}
.cart-pg-outer .cart-collaterals .wc-proceed-to-checkout {
  padding-top: 10px;
}
.cart-pg-outer .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
  font-size: 12px;
  line-height: 1;
  color: #fff !important;
  font-family: "Gaba";
  font-weight: bold;
  padding: 12px 0 !important;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 100px;
}
.cart-pg-outer .cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
  border: solid 1px #00999e !important;
  background: #00999e !important;
  color: #fff;
}
.cart-pg-outer .cart-collaterals .row {
  margin: 0;
  padding: 0 15px;
}
.cart-pg-outer .cart-collaterals .cart_totals {
  width: 100%;
}
.cart-pg-outer .cart-collaterals .cart_totals > h2 {
  display: none;
}
.cart-pg-outer .cart-collaterals .crt1 {
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: normal;
  font-family: "Gaba";
}
.cart-pg-outer .cart-collaterals .crt1 .woocommerce-Price-amount {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-pg-outer .cart-collaterals .cart-discount.coupon-coupon {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: normal;
  font-family: "Gaba";
}
.cart-pg-outer .cart-collaterals .cart-discount.coupon-coupon .woocommerce-Price-amount {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-pg-outer .cart-collaterals .cart-discount.coupon-coupon .woocommerce-remove-coupon {
  color: #ce1818;
}
.cart-pg-outer .cart-collaterals .cart-discount.coupon-coupon .woocommerce-remove-coupon:hover {
  color: #00999e;
}
.cart-pg-outer .cart-collaterals .crt3 {
  padding-bottom: 20px;
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: normal;
  font-family: "Gaba";
}
.cart-pg-outer .cart-collaterals .crt3 .woocommerce-Price-amount {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-pg-outer .cart-collaterals .crt5 {
  font-family: "Gaba";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
}
.cart-pg-outer .cart-collaterals .crt5 .shipping-calculator-main-container .order-total {
  width: 100%;
  height: auto;
  text-align: right;
  padding: 15px 15px;
  background: #00999e;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-family: "Gaba";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 15px;
}
.cart-pg-outer .cart-collaterals .crt5 .shipping-calculator-main-container .order-total .woocommerce-Price-amount bdi {
  color: #fff !important;
}
.cart-pg-outer .cart-collaterals .crt5 .shipping-calculator-main-container .order-total .woocommerce-Price-currencySymbol {
  color: #fff !important;
}
.cart-pg-outer .cart-collaterals .crt5 ul.woocommerce-shipping-methods {
  border: none !important;
}
.cart-pg-outer .cart-collaterals .crt5 ul.woocommerce-shipping-methods li {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}
.cart-pg-outer .cart-collaterals .crt5 ul.woocommerce-shipping-methods label {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: normal;
}
.cart-pg-outer .cart-collaterals .crt5 ul.woocommerce-shipping-methods span {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
}
.cart-pg-outer .cart-collaterals .crt5 p.woocommerce-shipping-destination {
  padding: 0;
  font-family: "Gaba";
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  color: #000 !important;
  margin: 0;
}
.cart-pg-outer .cart-collaterals .crt5 .woocommerce-Price-amount {
  width: 100%;
  height: auto;
  clear: both;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gaba";
}
.cart-pg-outer .cart-collaterals .crt5 .woocommerce-Price-amount bdi {
  font-size: 17px;
  line-height: 1.2;
  color: #000 !important;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gaba";
}
.cart-pg-outer .cart-collaterals .crt5 .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Gaba";
}
.cart-pg-outer .cart-collaterals .crt5 .shipping-calculator-button {
  font-size: 11px;
  line-height: 1;
  color: #fff;
  font-family: "Gaba";
  font-weight: normal;
  padding: 15px 40px;
  border: solid 1px #000;
  background: #000;
  display: inline-block;
  border-radius: 10px;
  margin: 10px 0;
}
.cart-pg-outer .cart-collaterals .crt5 .shipping-calculator-button:hover {
  border: solid 1px #000;
  background: #00999e;
  color: #fff;
}
.cart-pg-outer .cart-collaterals .crt6 {
  font-family: "Gaba" !important;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.2;
  color: #fff !important;
}
.cart-pg-outer .cart-collaterals .cupon-code-main {
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: normal;
  font-family: "Gaba";
}
.cart-pg-outer .cart-collaterals .cupon-code-main .woocommerce-form-coupon {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #8d8d8d;
}
.cart-pg-outer .cart-collaterals .cupon-code-main .woocommerce-form-coupon input#coupon_code {
  border: none;
}
.cart-pg-outer .cart-collaterals .cupon-code-main .woocommerce-form-coupon .button {
  font-size: 11px;
  background: #00999e;
  font-family: "Gaba";
  font-weight: normal;
  border: none !important;
  padding: 15px 20px;
  color: #fff !important;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cart-pg-outer .cart-collaterals .cupon-code-main .woocommerce-form-coupon .button:hover {
  background: #000 !important;
}
.cart-pg-outer .cart-collaterals .cart-buttons {
  margin: 10px 0;
  color: #000;
}

.wp-block-table th, th {
  background: #00999e !important;
}

.tinv-wishlist .tinv-header {
  display: none;
}

.woocommerce-cart header.entry-header {
  display: none;
}
.woocommerce-cart .cart-pg-outer {
  width: 100%;
  height: auto;
  padding: 40px 0 110px 0;
}

div#valid_coupon {
  background: #b22222;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.woocommerce-checkout div#primary {
  width: 100%;
  height: auto;
}
.woocommerce-checkout main#main {
  max-width: 1328px;
  padding: 25px;
  margin: 50px auto;
  background: #fff;
  border-radius: 15px;
}
.woocommerce-checkout main#main p.form-row {
  width: 100%;
}
.woocommerce-checkout main#main .woocommerce-billing-fields > h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0 0 15px 0;
}
.woocommerce-checkout main#main h3#order_review_heading {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0 0 15px 0;
}
.woocommerce-checkout main#main .woocommerce-checkout-payment > h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
  padding-bottom: 20px;
  margin: 0 0 15px 0;
}
.woocommerce-checkout main#main h1.entry-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
  padding-bottom: 20px !important;
  border-bottom: solid 1px #d7d7d7;
  margin: 0 0 15px 0;
}
.woocommerce-checkout main#main input[type=date], .woocommerce-checkout main#main input[type=email], .woocommerce-checkout main#main input[type=search], .woocommerce-checkout main#main input[type=tel], .woocommerce-checkout main#main input[type=text], .woocommerce-checkout main#main input#price, .woocommerce-checkout main#main input#username, .woocommerce-checkout main#main input#password, .woocommerce-checkout main#main select {
  width: 100%;
  height: 45px;
  background: #fff;
  font-size: 14px;
  color: #6c6c6c;
  border: solid 1px #d7d7d7;
  border-radius: 50px;
  padding: 0 15px;
  font-family: "Gaba";
  font-weight: normal;
}
.woocommerce-checkout main#main input[type=date]::-webkit-input-placeholder, .woocommerce-checkout main#main input[type=email]::-webkit-input-placeholder, .woocommerce-checkout main#main input[type=search]::-webkit-input-placeholder, .woocommerce-checkout main#main input[type=tel]::-webkit-input-placeholder, .woocommerce-checkout main#main input[type=text]::-webkit-input-placeholder, .woocommerce-checkout main#main input#price::-webkit-input-placeholder, .woocommerce-checkout main#main input#username::-webkit-input-placeholder, .woocommerce-checkout main#main input#password::-webkit-input-placeholder, .woocommerce-checkout main#main select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6c6c6c;
  opacity: 1;
}
.woocommerce-checkout main#main input[type=date]::-moz-placeholder, .woocommerce-checkout main#main input[type=email]::-moz-placeholder, .woocommerce-checkout main#main input[type=search]::-moz-placeholder, .woocommerce-checkout main#main input[type=tel]::-moz-placeholder, .woocommerce-checkout main#main input[type=text]::-moz-placeholder, .woocommerce-checkout main#main input#price::-moz-placeholder, .woocommerce-checkout main#main input#username::-moz-placeholder, .woocommerce-checkout main#main input#password::-moz-placeholder, .woocommerce-checkout main#main select::-moz-placeholder {
  /* Firefox 19+ */
  color: #6c6c6c;
  opacity: 1;
}
.woocommerce-checkout main#main input[type=date]:-ms-input-placeholder, .woocommerce-checkout main#main input[type=email]:-ms-input-placeholder, .woocommerce-checkout main#main input[type=search]:-ms-input-placeholder, .woocommerce-checkout main#main input[type=tel]:-ms-input-placeholder, .woocommerce-checkout main#main input[type=text]:-ms-input-placeholder, .woocommerce-checkout main#main input#price:-ms-input-placeholder, .woocommerce-checkout main#main input#username:-ms-input-placeholder, .woocommerce-checkout main#main input#password:-ms-input-placeholder, .woocommerce-checkout main#main select:-ms-input-placeholder {
  /* IE 10+ */
  color: #6c6c6c;
  opacity: 1;
}
.woocommerce-checkout main#main input[type=date]:-moz-placeholder, .woocommerce-checkout main#main input[type=email]:-moz-placeholder, .woocommerce-checkout main#main input[type=search]:-moz-placeholder, .woocommerce-checkout main#main input[type=tel]:-moz-placeholder, .woocommerce-checkout main#main input[type=text]:-moz-placeholder, .woocommerce-checkout main#main input#price:-moz-placeholder, .woocommerce-checkout main#main input#username:-moz-placeholder, .woocommerce-checkout main#main input#password:-moz-placeholder, .woocommerce-checkout main#main select:-moz-placeholder {
  /* Firefox 18- */
  color: #6c6c6c;
  opacity: 1;
}
.woocommerce-checkout main#main textarea#order_comments {
  width: 100%;
  height: 150px;
  background: #fff;
  font-size: 14px;
  color: #6c6c6c;
  border: solid 1px #d7d7d7;
  border-radius: 10px;
  padding: 15px;
  font-family: "Gaba";
  font-weight: normal;
}
.woocommerce-checkout main#main input:-webkit-autofill,
.woocommerce-checkout main#main input:-webkit-autofill:hover,
.woocommerce-checkout main#main input:-webkit-autofill:focus,
.woocommerce-checkout main#main textarea:-webkit-autofill,
.woocommerce-checkout main#main textarea:-webkit-autofill:hover,
.woocommerce-checkout main#main textarea:-webkit-autofill:focus,
.woocommerce-checkout main#main select:-webkit-autofill,
.woocommerce-checkout main#main select:-webkit-autofill:hover,
.woocommerce-checkout main#main select:-webkit-autofill:focus {
  border: 1px solid #d7d7d7;
  -webkit-text-fill-color: #6c6c6c;
  -webkit-box-shadow: 0 0 0px 0 #6c6c6c inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.cart-pg-outer .cart-collaterals .crt5 .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: #000 !important;
}

.cart-pg-outer .cart-collaterals .crt5 ul.woocommerce-shipping-methods span {
  color: #000 !important;
}

table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  text-align: right;
  width: 100%;
  font-family: "Gaba";
  font-weight: normal;
}

.cart-subtotal th, .cart-subtotal bdi, .order-total th, .order-total bdi {
  font-family: "Gaba";
}

.woocommerce-checkout .woocommerce-checkout-review-order .product-image-td {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Gaba";
  font-weight: normal;
}

.cart-subtotal th, .cart-subtotal bdi, .order-total th, .order-total bdi {
  font-family: "Gaba";
  font-weight: normal;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th {
  font-family: "Gaba";
  font-weight: normal;
}

.main-order-list-container.scroll .main-heading-list {
  display: none;
}
.main-order-list-container.scroll .odr-list {
  width: 100%;
  height: auto;
  clear: both;
  border-bottom: solid 1px #cdcdcd;
}
.main-order-list-container.scroll .odr-list li {
  list-style-type: none;
}
.main-order-list-container.scroll .odr-list .mobile-heading-list ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.main-order-list-container.scroll .odr-list .mobile-heading-list ul li {
  width: 25%;
  font-size: 14px;
  line-height: 1.2;
  color: #757575;
  margin: 0;
  font-family: "Gaba";
  font-weight: normal;
  padding: 20px 22px 5px 22px;
}
.main-order-list-container.scroll .odr-list .mobile-heading-list ul li:first-child {
  padding-left: 0;
}
.main-order-list-container.scroll .odr-list .mobile-heading-list ul li:nth-child(3) {
  display: none;
}
.main-order-list-container.scroll .odr-list .mobile-heading-list ul li:nth-child(6) {
  display: none;
}
.main-order-list-container.scroll .odr-list .mobile-heading-list ul li:nth-child(2) {
  background: #f2f2f2;
}
.main-order-list-container.scroll .odr-list .mobile-heading-list ul li:nth-child(5) {
  background: #f2f2f2;
}
.main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order li {
  width: 25%;
  color: #151515;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Gaba";
  font-weight: 500;
  margin: 0;
  padding: 5px 22px 20px 22px;
}
.main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order li:nth-child(3) {
  display: none;
}
.main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order li:nth-child(6) {
  display: none;
}
.main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order li:nth-child(2) {
  background: #f2f2f2;
}
.main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order li:nth-child(5) {
  background: #f2f2f2;
}
.main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1100px) {
  /**1200px**/
  .account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    width: 47%;
  }

  .cart-pg-outer .cart-collaterals {
    width: 365px !important;
  }
}
@media screen and (max-width: 1020px) {
  /**1020**/
  .account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    width: 100%;
    margin: 10px 0;
  }

  .account.w-formedit .u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    margin-left: 0;
  }

  .main-order-list-container.scroll .odr-list .mobile-heading-list ul {
    display: block;
  }

  .main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
    display: block;
  }

  .main-order-list-container.scroll .odr-list .mobile-heading-list ul li {
    width: 100%;
    padding: 10px !important;
    background: none !important;
  }

  .main-order-list-container.scroll .odr-list ul.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order li {
    width: 100%;
    padding: 10px !important;
    background: none !important;
  }

  .main-order-list-container.scroll .odr-list {
    padding: 15px 0;
  }

  .main-order-list-container.scroll .odr-list:nth-child(even) {
    background: #f2f2f2;
  }

  .main-order-list-container.scroll .odr-list .mobile-heading-list {
    display: none;
  }

  .main-order-list-container.scroll .odr-list li.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number:before {
    content: "Order #";
    width: 100%;
    height: 15px;
    display: block;
    font-family: "Gaba";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #757575;
  }
  .main-order-list-container.scroll .odr-list li.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date:before {
    content: "Date";
    width: 100%;
    height: 15px;
    display: block;
    font-family: "Gaba";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #757575;
  }
  .main-order-list-container.scroll .odr-list li.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total:before {
    content: "Order Total";
    width: 100%;
    height: 15px;
    display: block;
    font-family: "Gaba";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #757575;
  }
  .main-order-list-container.scroll .odr-list li.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status:before {
    content: "Status";
    width: 100%;
    height: 15px;
    display: block;
    font-family: "Gaba";
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #757575;
  }
}
@media screen and (max-width: 765px) {
  /**765**/
  .login-main-form-container {
    padding: 15px;
    display: table;
    margin: 30px auto;
  }

  .myaccount-wrapper .account-left-navigation-main {
    width: 100%;
    min-height: inherit;
  }

  .myaccount-wrapper .woocommerce-MyAccount-content {
    width: 100%;
    min-height: inherit;
    margin-top: 30px;
  }

  .myaccount-wrapper .woocommerce-MyAccount-content {
    padding: 15px;
  }

  .cart-pg-outer .woocommerce-cart-form .shop_table .row {
    display: block;
  }

  .cart-pg-outer .cart-collaterals a.btn-2.inverse.button {
    padding: 12px 0 !important;
  }

  .cart-pg-outer .woocommerce-cart-form .product-thumbnail a div {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
/* ==========================================================================
   mobile menu styles
   ========================================================================== */
.navActive2 > a {
  color: #303e87 !important;
}

span.icon.icon-plus::before {
  content: "";
  font: normal normal normal 22px/1 fontawesome;
  display: block;
}

.fa-plus::before {
  content: "";
}

nav .icon-plus::before {
  content: "";
  font: normal normal normal 14px/1 fontawesome;
}

nav .icon.open::before {
  content: "";
  font: normal normal normal 22px/1 fontawesome;
}

span.icon.icon-plus {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: -20px;
  top: 9px;
  text-align: center;
  color: #fff;
}

.open span.icon.icon-plus::before {
  content: "";
}

.sub-menu span.icon.icon-plus {
  top: 8px;
  right: 8px;
}
.sub-menu span.icon.icon-plus::before {
  content: "";
}

.fa, .fas {
  font: normal normal normal 14px/1 fontawesome;
  font-weight: "";
}

@media only screen and (max-width: 1020px) {
  .fa-bars::before {
    content: "";
    color: #fff !important;
  }

  .open-menu .fa-bars {
    z-index: 20000;
  }
  .open-menu .fa-bars::before {
    content: "";
    color: #fff !important;
  }

  header .row > div {
    position: static;
  }

  header nav {
    padding: 0 10px;
    line-height: normal;
  }
  header nav .icon {
    position: absolute;
    right: 19px;
    top: 7px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block !important;
    cursor: pointer;
  }
  header nav .menu-content {
    display: none;
  }

  .open-menu header nav > ul {
    opacity: 1;
    z-index: 10000;
    opacity: 1;
    top: 0;
    right: 0;
  }

  .sub-menu {
    position: static;
    display: none;
  }
  .sub-menu li {
    display: block;
    position: relative;
    text-align: left;
  }
  .sub-menu li a {
    color: #000;
    padding-bottom: 10px;
  }
  .sub-menu li a:hover {
    color: #2d5173;
  }
  .sub-menu .icon {
    top: 0;
  }

  .main-navigation .sub-menu li .col-sm-2 {
    width: 20%;
    float: left;
  }

  .main-navigation .sub-menu li .col-sm-10 {
    width: 80%;
    float: right;
  }

  ul.sub-menu.open-menu {
    display: block !important;
    top: 0 !important;
  }
}
@media only screen and (min-width: 1020px) {
  span.icon.icon-plus::before {
    content: "";
    font: normal normal normal 19px/1 fontawesome;
  }

  .main-navigation {
    position: relative;
    height: auto;
  }
  .main-navigation > ul > li {
    position: relative;
  }
  .main-navigation li a {
    position: relative;
    display: block;
    opacity: 1;
  }
  .main-navigation .sub-menu {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 200px;
    padding: 1px 0 0 0 !important;
    top: 19px;
    background: none;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.29);
  }
  .main-navigation .sub-menu li {
    display: block;
    width: 100% !important;
    padding: 0px !important;
    text-align: center;
    height: auto;
    margin: 0 !important;
    float: left;
    font-size: 15px;
    line-height: 17px;
    font-weight: normal;
  }
  .main-navigation .sub-menu li a {
    padding: 15px !important;
    text-align: left;
    width: auto;
    display: block;
    color: #fff !important;
    background: #253379 !important;
    border-bottom: solid 1px #314192;
  }
  .main-navigation .sub-menu li a:hover {
    color: #fff !important;
    background: #314192 !important;
  }
  .main-navigation .sub-menu li:last-child a {
    border: none !important;
  }
  .main-navigation .sub-menu .sub-menu {
    left: 100%;
    margin: 0;
    top: 0;
  }
  .main-navigation .icon {
    display: none;
  }
}
.navicon {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 20px;
  height: 9px;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

@media screen and (min-width: 2000px) {
  /**2000**/
}
@media screen and (min-width: 768px) {
  .new-sec-blobal .global-ul li:nth-child(2) .capt {
    bottom: -148px;
  }

  /**768**/
}
@media screen and (min-width: 1200px) {
  /**1200px**/
  .homesolutionsec .fullcntouter:last-child .imagesec,
.homesolutionsec .fullcntouter:nth-last-child(2) .imagesec,
.homesolutionsec .fullcntouter:nth-last-child(3) .imagesec {
    min-height: 580px;
  }

  .singleblogbanner .bannercontent h3 {
    padding: 0 30px;
  }

  .connectwithussec .connectbottomsec .rightsec .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .connectwithussec .connectbottomsec .rightsec .col-lg-6,
.connectwithussec .connectbottomsec .rightsec .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .solutionbottomsec .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .solutionbottomsec .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .innerwrapper.solutionwrapper .fullcntouter:nth-child(3) {
    padding-bottom: 0;
  }
  .innerwrapper.solutionwrapper .fullcntouter:nth-child(5) {
    padding: 120px 0;
  }

  .page-id-29 .fullcntouter:nth-child(4) .imagesec img, .page-template-templatesabout-php .fullcntouter:nth-child(4) .imagesec img {
    max-width: 600px;
    left: -50px;
    top: -17px;
  }

  .postid-125 .innerwrapper .fullcntouter, .page-id-7 .innerwrapper .fullcntouter, .page-id-29 .innerwrapper .fullcntouter {
    padding: 90px 0;
  }
  .postid-125 .fullcntouter:first-child, .page-id-7 .fullcntouter:first-child, .page-id-29 .fullcntouter:first-child {
    padding: 90px 0;
  }
  .postid-125 .fullcntouter:first-child .imagesec, .page-id-7 .fullcntouter:first-child .imagesec, .page-id-29 .fullcntouter:first-child .imagesec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .postid-125 .fullcntouter:first-child h3, .page-id-7 .fullcntouter:first-child h3, .page-id-29 .fullcntouter:first-child h3 {
    font-size: 36px;
  }
  .postid-125 .fullcntouter:nth-child(2), .page-id-7 .fullcntouter:nth-child(2), .page-id-29 .fullcntouter:nth-child(2) {
    padding: 90px 0;
  }
  .postid-125 .fullcntouter:nth-child(3), .page-id-7 .fullcntouter:nth-child(3), .page-id-29 .fullcntouter:nth-child(3) {
    padding: 90px 0;
  }
  .postid-125 .fullcntouter:nth-child(4), .page-id-7 .fullcntouter:nth-child(4), .page-id-29 .fullcntouter:nth-child(4) {
    padding: 90px 0 80px 0;
  }

  .aboutwrapper {
    padding-top: 0;
  }

  .page-template-templatespayroll-outsourcing-php .fullcntouter:first-child, .postid-140 .fullcntouter:first-child {
    padding: 143px 0 119px 0;
  }

  .page-template-immigration .fullcntouter:first-child h4, .postid-139 .fullcntouter:first-child h4, .postid-139 .fullcntouter:first-child h4 {
    font-size: 33px;
  }

  .postid-125 .innerwrapper.solutionwrapper .fullcntouter:nth-child(3) {
    padding-bottom: 90px;
  }

  .postid-141 .fullcntouter:nth-child(3) h3 {
    position: relative;
    margin-top: -97px;
  }
  .postid-140 .innerwrapper .fullcntouter p {
    max-width: 530px;
  }

  .new-sec-blobal .global-ul li:nth-child(2) .capt h3 {
    padding: 0;
    margin-left: 0;
  }

  .new-sec-blobal .global-ul li:nth-child(2) .img-icn {
    width: 197px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .new-sec-blobal .global-ul li:nth-child(2) .img-icn img {
    max-width: 136px;
  }

  .new-sec-blobal .global-ul li:nth-child(4) .img-icn {
    width: 197px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .new-sec-blobal .global-ul li:nth-child(4) .img-icn img {
    max-width: 136px;
  }

  .new-sec-blobal .global-ul {
    background: url(../images/covgbg1.jpg) center 110px no-repeat !important;
  }

  .new-sec-blobal .global-ul li .capt {
    bottom: -85px;
  }

  .postid-140 .solutionbottomsec.solhandle {
    padding-top: 80px;
  }

  .page-template-templatesabout-php .fullcntouter:first-child p {
    max-width: 485px;
  }
}
@media screen and (min-width: 1100px) {
  .new-sec-blobal .global-ul {
    background: url(../images/covgbg1.jpg) center 150px no-repeat;
  }

  /**1100px**/
  .singlesocialsec li {
    width: 38px;
  }

  .singlesocialsec li .icontitle {
    min-width: 130px;
    left: -35px;
  }

  .new-sec-blobal .global-ul li:nth-child(2) .capt {
    bottom: -117px;
  }

  .postid-140 .solutionbottomsec .col-lg-3 {
    width: 33%;
  }
  .postid-140 .solhandle .boxouter {
    min-height: 90px;
    padding: 30px;
  }

  .current-menu-parent a, .current-menu-item a {
    color: #303e87 !important;
    font-family: "Proxima Nova Lt";
    font-weight: 600;
  }
}
@media screen and (max-width: 1500px) {
  .aboutbottomsec .boxouter {
    width: 525px;
    height: 507px;
  }

  .aboutbottomsec .boxouter .coretitle {
    font-size: 25px;
    top: 38%;
    left: 35%;
  }

  .aboutbottomsec .boxouter .icon {
    width: 80px;
    height: 80px;
  }

  footer .topsec .leftsec {
    max-width: 350px;
  }

  footer .topsec .rightsec {
    max-width: 800px;
  }
}
@media screen and (max-width: 1350px) {
  footer .topsec .leftsec {
    max-width: 350px;
  }

  footer .topsec .rightsec {
    max-width: 500px;
  }

  .new-sec-blobal .global-ul li {
    max-width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .centerwehandlesec .toptextarea h4 {
    font-size: 30px;
  }

  /**1200px**/
  .fullcntouter .imagesec img {
    max-width: 100%;
  }

  .fullcntouter:nth-child(odd) .imagesec img {
    left: 0;
  }

  .homesolutionsec .fullcntouter:nth-child(4) .imagesec img {
    left: 0;
  }

  .fullcntouter p br {
    display: none;
  }

  .fullcntouter .bottombuttonsec {
    padding-top: 15px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 30px;
  }

  .owl-prev {
    left: 0;
  }

  .owl-next {
    right: 0;
  }

  .owl-next,
.owl-prev {
    background: #fff !important;
  }

  .bottom-newslettersec .leftsec {
    width: 300px;
  }
  .bottom-newslettersec .leftsec h5 {
    font-size: 23px;
  }

  .bottom-newslettersec .rightsec {
    width: calc(100% - 300px);
  }

  .bottom-newslettersec .tbx {
    max-width: 250px;
  }

  .mainbanner {
    height: 600px;
  }

  .mainbanner:before {
    width: 555px;
  }

  .mainbanner:after {
    width: calc(100% - 550px);
  }

  .aboutwrapper {
    padding-top: 0;
  }

  .innerbanner h1 {
    font-size: 40px;
  }

  .innerbanner h1:before {
    height: 37px;
  }

  .innerbanner {
    height: 260px;
  }

  .aboutbottomsec .boxouter .icon .icontext {
    font-size: 20px;
  }

  h5 {
    font-size: 22px;
  }

  .singleblogbanner {
    background-size: auto;
    height: 400px;
  }

  .singleblogbanner .bannercontent h3 {
    font-size: 20px;
  }

  .coveragebottomsec .outerbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .coveragebottomsec .outerbox .glob {
    width: 190px;
    padding-top: 60px;
  }

  .coveragebottomsec .outerbox .glob .captionsec {
    opacity: 1;
  }

  .solutionbottomsec.solhandle .boxouter {
    padding: 30px 10px;
  }

  .centerwehandlesec .outerbox ul {
    width: 98%;
  }

  .centerwehandlesec .outerbox h5 {
    font-size: 15px;
    left: -5%;
  }

  .centerwehandlesec .outerbox li {
    height: 200px;
  }

  .centerwehandlesec .outerbox li:nth-child(2), .centerwehandlesec .outerbox li:nth-child(4), .centerwehandlesec .outerbox li:nth-child(6) {
    height: 320px;
  }

  .centerwehandlesec .outerbox li:nth-child(5) {
    height: 210px;
  }

  .new-sec-blobal .global-ul:before {
    display: none;
  }

  .new-sec-blobal .global-ul:after {
    display: none;
  }

  .new-sec-blobal .newbottomsec:before {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 1100px) {
  /**1100px**/
  .centerwehandlesec .outerbox {
    width: 900px;
    height: 315px;
  }

  .centerwehandlesec .outerbox li {
    padding-top: 14px;
  }

  .bottom-newslettersec.btnew {
    border-top: solid 1px #dbe0ef;
  }

  .singlesocialsec li {
    width: 44px;
  }

  .singlesocialsec li .icontitle {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  /**1020**/
  .new-sec-blobal .newbottomsec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .new-sec-blobal .global-ul li .capt {
    bottom: -80px;
  }

  .headerblock .container {
    display: block;
  }

  .headerblock .rightsec {
    width: auto;
    float: right;
  }

  .headerblock .rightsec li {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
  }
  .headerblock .rightsec li a {
    padding: 20px 0;
    display: block;
    font-size: 22px;
  }

  .headerblock .logosec {
    float: left;
  }

  nav#main-nav {
    width: 100%;
    height: 100vh;
    top: -110vh;
    position: fixed;
    left: 0;
    background: #253379;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav#main-nav ul {
    width: 100%;
    height: auto;
  }
  nav#main-nav li {
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px #2d3d8c;
  }
  nav#main-nav li a {
    color: #fff;
  }

  nav#main-nav ul {
    position: relative;
    top: -100px;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
  }

  html.no-js.no-svg.open-menu nav#main-nav {
    top: 64px;
  }
  html.no-js.no-svg.open-menu nav#main-nav ul {
    top: -50px;
  }

  .navicon {
    display: block;
    top: 17px;
  }

  .headerblock {
    padding-top: 10px;
    height: 70px;
  }

  footer .topsec .leftsec {
    max-width: 100%;
  }

  footer .topsec .rightsec {
    max-width: 100%;
    padding-top: 60px;
  }

  footer .topsec h5 {
    margin-bottom: 20px;
  }

  footer .topsec {
    padding: 60px 0;
  }

  .home-wrapper .sec1 .contentsec {
    max-width: 600px;
  }

  .home-wrapper .sec1 h2 br {
    display: none;
  }

  .home-wrapper .sec1 p br {
    display: none;
  }

  .home-wrapper .sec1 .contentsec {
    padding: 50px 60px 0 30px;
  }

  .home-wrapper .sec1 h2 {
    font-size: 30px;
  }

  .bottombuttonsec {
    padding-top: 20px;
  }

  .home-wrapper .sec1 .contentsec {
    height: 390px;
  }

  .home-wrapper .sec1 .contentsec:before {
    height: 390px;
  }

  .home-wrapper .sec1 {
    padding-top: 60px;
  }

  .homesolutionsec {
    padding-top: 60px;
  }

  .btn {
    padding: 15px 20px 12px 20px;
  }
  .btn:before {
    display: none;
  }

  .bottomviewsec a {
    padding: 15px 20px 12px 20px;
  }
  .bottomviewsec a:before {
    display: none;
  }

  .homesolutionsec .fullcntouter {
    padding: 60px 0;
  }
  .homesolutionsec .fullcntouter:nth-child(even) {
    padding: 60px 0;
  }

  .homesolutionsec h2 {
    margin-bottom: 0;
  }

  .homesolutionsec .fullcntouter .imagesec {
    min-height: inherit;
  }

  .fullcntouter h3 {
    font-size: 25px;
  }

  .globalcoveragesec .mapouter .mappoint .mapdetailsec {
    width: 600px;
    margin-left: -300px;
  }

  .globalcoveragesec .mapouter {
    height: 360px;
    background-size: cover;
  }

  .globalcoveragesec .mapouter .mappoint:after {
    display: none;
  }

  .globalcoveragesec {
    padding: 60px 0;
  }

  .home-ourblogsec {
    padding: 60px 0;
  }

  .bottom-newslettersec .leftsec {
    width: 100%;
  }

  .bottom-newslettersec .rightsec {
    width: 100%;
  }

  .bottom-newslettersec .tbx {
    max-width: 100%;
    width: 100%;
  }

  .mainbanner .content-sec .inner-content h1 {
    font-size: 40px;
  }

  .mainbanner .content-sec .inner-content p {
    max-width: 300px;
  }

  .mainbanner .btn {
    padding: 15px 20px 12px 20px;
  }

  .mainbanner {
    height: 400px;
  }

  .mainbanner:before {
    width: 375px;
  }

  .mainbanner:after {
    width: calc(100% - 370px);
  }

  body {
    padding-top: 68px;
  }

  .aboutbottomsec .boxouter {
    width: 425px;
    height: 407px;
  }

  .aboutbottomsec .boxouter .coretitle {
    width: 105px;
    height: 105px;
    padding-top: 30px;
    font-size: 25px;
  }

  .aboutbottomsec .boxouter .icon {
    width: 80px;
    height: 80px;
  }

  .aboutbottomsec {
    padding: 60px 0;
  }

  .innerwrapper .fullcntouter {
    padding: 60px 0;
  }

  .solutionbottomsec {
    padding: 60px 0;
  }

  .singleblogpage .col-lg-4 {
    margin-bottom: 0;
  }

  .coveragebottomsec {
    padding: 60px 0;
  }

  .connectwithussec {
    padding: 60px 0;
  }

  .connectwithussec .connectbottomsec .leftsec {
    max-width: 100%;
  }

  .connectwithussec .connectbottomsec .rightsec {
    max-width: 100%;
  }

  .globalcoveragesec.new-sec-blobal {
    padding-bottom: 0;
  }

  .new-sec-blobal .global-ul:before {
    display: none;
  }

  .new-sec-blobal .global-ul:after {
    display: none;
  }

  .new-sec-blobal .newbottomsec:before {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .headerblock .rightsec li {
    position: relative;
  }

  span.icon.icon-plus {
    right: 15px;
    top: 20px;
  }

  span.icon.icon-plus {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    padding-top: 0;
  }

  span.icon.icon-plus::before {
    position: relative;
    top: 12px;
    right: 10px;
  }

  .headerblock .rightsec ul.sub-menu li a {
    font-size: 14px;
    background: #34459a !important;
  }

  .sectorcoverdsection {
    padding: 60px 0;
  }

  .sectorcoverdsection h3 {
    margin-bottom: 0;
  }

  .sectorcoverdsection h6 {
    font-size: 15px;
  }

  .centerwehandlesec .outerbox {
    width: 700px;
    height: 250px;
  }

  .centerwehandlesec .outerbox li {
    height: 152px;
  }

  .centerwehandlesec .outerbox li:nth-child(5) {
    height: 168px;
  }

  .centerwehandlesec .outerbox li:nth-child(2), .centerwehandlesec .outerbox li:nth-child(4), .centerwehandlesec .outerbox li:nth-child(6) {
    height: 247px;
  }

  .centerwehandlesec .outerbox .icon img {
    max-width: 70%;
  }

  .centerwehandlesec .outerbox .icon {
    width: 76px;
    height: 62px;
  }

  .fullcntouter .handleouter {
    width: 351px;
    height: 343px;
  }

  .fullcntouter .handle-otrbox h4 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-bottom: 50px;
  }

  .fullcntouter .handleouter li h5 {
    font-size: 17px;
  }

  .fullcntouter .handleouter li {
    width: 150px;
    height: 135px;
  }

  .fullcntouter .handleouter li .icon img {
    max-width: 70px;
  }

  .fullcntouter .handleouter li .icon {
    height: 74px;
  }

  .globalcoveragesec .mapouter .p5 {
    left: 69.5%;
    top: 44%;
  }

  .fullcntouter h4 br {
    display: none;
  }

  .fullcntouter .handle-otrbox h4 {
    margin-bottom: 80px;
  }

  .fullcntouter .handleouter li h5 {
    font-size: 15px;
  }

  .bottom-newslettersec .rightsec {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .bottom-newslettersec .leftsec h5 {
    margin-bottom: 10px;
  }

  .connectwithussec .connectbottomsec .leftsec .loc:before {
    top: -9px;
  }

  .globalcoveragesec h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .globalcoveragesec .mapouter .mappoint .maptitle {
    font-size: 10px;
  }

  .globalcoveragesec .mapouter {
    background-position: 56% center !important;
  }

  .globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .contentbox {
    padding: 18px 5%;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  footer .topsec .rightsec .socialwithus {
    width: 100%;
    padding-top: 30px;
  }

  footer .topsec .rightsec {
    padding-top: 30px;
  }

  footer .topsec .footernavsec {
    width: 100%;
  }

  footer .topsec .footernavsec .col-md-6 {
    width: 50%;
    float: left;
  }

  footer .topsec .socialsec ul li {
    margin-right: 2px;
  }

  footer .topsec .rightsec .socialwithus ul li {
    margin-right: 2px;
  }

  footer .topsec {
    padding: 30px 0;
  }

  .home-wrapper .sec1 h5 {
    margin-bottom: 15px;
  }

  .home-wrapper .sec1 h2 {
    font-size: 25px;
  }

  .home-wrapper .sec1 .contentsec {
    height: 440px;
  }
  .home-wrapper .sec1 .contentsec .bottombuttonsec {
    padding-top: 0;
  }
  .home-wrapper .sec1 .contentsec .bottombuttonsec .btn {
    width: auto;
    min-width: 200px;
    text-align: center;
    padding: 15px 0 12px 0;
    margin-top: 10px;
  }

  .home-wrapper .sec1 .contentsec:before {
    height: 440px;
  }

  .bottombuttonsec .btn {
    width: auto;
    min-width: 200px;
    text-align: center;
    padding: 15px 0 12px 0;
    margin-top: 10px;
  }

  .fullcntouter .imagesec {
    margin-bottom: 30px;
  }

  .fullcntouter h3 {
    font-size: 20px;
  }

  h2 {
    font-size: 35px;
  }

  .globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .topbox li {
    width: 33%;
  }

  .globalcoveragesec .mapouter .mappoint .mapdetailsec {
    width: 400px;
    margin-left: -200px;
  }

  .globalcoveragesec .mapouter .mappoint .mapdetailsec .otrbox .topbox li {
    width: 50%;
  }

  .globalcoveragesec .mapouter {
    height: 245px;
  }

  .globalcoveragesec .mapouter .mappoint:before {
    width: 15px !important;
    height: 15px !important;
  }

  .globalcoveragesec .mapouter .mappoint .maptitle {
    top: 3px !important;
    left: 100% !important;
  }

  .home-ourblogsec .topsec .col-lg-7 {
    width: 45%;
    float: left;
  }
  .home-ourblogsec .topsec .col-lg-5 {
    width: 55%;
    float: left;
  }
  .home-ourblogsec .topsec .btn {
    padding: 15px 15px 12px 15px;
  }

  .home-ourblogsec {
    padding-bottom: 30px;
  }

  .bottom-newslettersec .tbx {
    width: 100%;
    border-radius: 0;
    margin: 10px 0 20px 0;
  }

  .bottom-newslettersec .rightsec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .bottom-newslettersec .rightsec .subscribebtn {
    width: 120px;
    height: 50px;
  }

  .bottom-newslettersec .rightsec .subscribebtn:before {
    display: none;
  }

  .bottom-newslettersec .rightsec .captchesec {
    width: calc(100% - 120px);
  }

  .mainbanner .content-sec .inner-content h1 {
    font-size: 30px;
  }

  .bannerchatbox:before {
    top: 10px;
    left: 14px;
  }

  .innerwrapper .fullcntouter {
    padding: 60px 0;
  }

  .innerwrapper {
    padding-top: 30px;
  }

  .innerbanner h1 {
    padding-left: 25px;
  }

  .aboutbottomsec .boxouter .icon .icontext {
    left: auto;
    right: auto;
    top: -30px;
  }

  .aboutbottomsec .boxouter {
    width: 325px;
    height: 307px;
  }

  .aboutbottomsec .boxouter .icon {
    width: 50px;
    height: 50px;
  }

  .aboutbottomsec .boxouter .icon .icontext {
    font-size: 14px;
  }

  .aboutbottomsec .boxouter .coretitle {
    width: 80px;
    height: 80px;
    font-size: 18px;
    padding-top: 23px;
  }

  .solutionbottomsec .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .solutionbottomsec .boxouter {
    min-height: inherit;
    padding: 30px;
  }

  .innerbanner h1 {
    font-size: 30px;
  }

  .innerbanner h1:before {
    height: 26px;
  }

  .singleblogpage .home-ourblogsec {
    padding: 0;
  }

  .pagination {
    margin-bottom: 60px;
  }

  .singleblogpage .col-lg-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .singleblogbanner {
    height: 300px;
  }

  .blogdetailcontentsec {
    padding-top: 50px;
  }

  .globalcoveragepage .fullcntouter:first-child h3 {
    font-size: 25px;
  }
  .globalcoveragepage .fullcntouter:first-child h3 br {
    display: none;
  }

  .globalcoveragepage .globalcoveragesec h5 {
    font-size: 25px;
  }

  .coveragebottomsec .outerbox .glob {
    margin: 2px;
  }

  .coveragebottomsec .outerbox .glob {
    width: 180px;
  }

  .coveragebottomsec h5 {
    margin-bottom: 0;
  }

  .solutionbottomsec .col-lg-3 {
    width: 49%;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
  }

  .solutionbottomsec .boxouter {
    padding: 15px;
  }

  input[type=email].tbx {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-top-right: 50px;
    -moz-border-radius-bottom-right: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .bottom-newslettersec .rightsec .captchesec {
    border: none;
  }

  .bottom-newslettersec .rightsec .subscribebtn {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-top-left: 50px;
    -moz-border-radius-bottom-left: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .new-sec-blobal .global-ul li {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 10px 0;
  }

  .new-sec-blobal .global-ul li .capt {
    position: relative;
    bottom: 0;
  }

  .new-sec-blobal .global-ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .new-sec-blobal .global-ul li:nth-child(3) {
    width: 100%;
    max-width: 100%;
  }

  .new-sec-blobal .global-ul li .capt {
    min-height: inherit;
  }

  .new-sec-blobal .global-ul li {
    min-height: inherit;
  }

  .new-sec-blobal .newbottomsec {
    padding: 0;
    margin-top: 0;
  }

  .new-sec-blobal .newbottomsec {
    display: block;
  }

  .new-sec-blobal .newbottomsec .leftsec {
    max-width: 100%;
  }

  .new-sec-blobal .newbottomsec .rightsec {
    max-width: 100%;
  }

  .new-sec-blobal .newbottomsec .otrbox {
    min-height: inherit;
    padding: 15px 0;
  }

  .page-template-templatesimmigration-php .fullcntouter .row, .postid-139 .fullcntouter .row {
    display: block;
  }
  .page-template-templatesimmigration-php .innerwrapper .fullcntouter p, .postid-139 .innerwrapper .fullcntouter p {
    max-width: 100%;
  }
  .page-template-templatesimmigration-php .fullcntouter .handle-otrbox, .postid-139 .fullcntouter .handle-otrbox {
    text-align: center;
  }
  .page-template-templatesimmigration-php .fullcntouter .handleouter, .postid-139 .fullcntouter .handleouter {
    float: none;
    display: inline-block;
  }
  .page-template-templatesimmigration-php .fullcntouter .handle-otrbox, .postid-139 .fullcntouter .handle-otrbox {
    margin-top: 0;
  }
  .page-template-templatesimmigration-php .fullcntouter .handle-otrbox h4, .postid-139 .fullcntouter .handle-otrbox h4 {
    font-size: 30px;
  }

  .centerwehandlesec .outerbox ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .centerwehandlesec .outerbox ul li {
    height: auto !important;
    width: 50%;
    text-align: center;
  }

  .centerwehandlesec .outerbox .icon {
    width: 80px;
    height: 80px;
    background: #6889f0;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }

  .centerwehandlesec .outerbox h5 {
    position: relative;
    left: 0 !important;
    width: 100%;
    min-width: 100%;
  }

  .centerwehandlesec .outerbox {
    width: 100%;
    height: auto;
    background: none;
  }

  .globalcoveragesec .mapouter .p2 {
    left: 5%;
  }

  .globalcoveragesec .mapouter .p5 {
    left: 78%;
  }

  .globalcoveragesec .mapouter .p6 {
    top: 58%;
  }

  .globalcoveragesec .mapouter .p7 {
    left: 21%;
  }

  .globalcoveragesec .mapouter .p5 {
    top: 41%;
  }

  .mainbanner .content-sec .inner-content h1 {
    padding-left: 25px;
  }

  .mainbanner .content-sec .inner-content p {
    margin-left: 25px;
  }

  .mainbanner .btn {
    margin-left: 25px;
  }

  .connectwithussec .connectbottomsec .leftsec .loc:before {
    top: -11px;
  }

  .headerblock .rightsec li a {
    padding: 15px 0;
    font-size: 18px;
  }

  .globalcoveragesec h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 765px) {
  /**765**/
  .home-wrapper .sec1 {
    background: #fff;
    padding-top: 0;
  }

  .home-wrapper .sec1 .contentsec {
    padding: 60px 0 0 0;
  }

  .homesolutionsec {
    padding-top: 0;
  }

  .home-wrapper .sec1 .contentsec:before {
    display: none;
  }

  .navicon {
    display: block;
    top: 11px;
  }

  .headerblock .logosec {
    width: 150px;
    height: auto;
  }

  .headerblock {
    padding-top: 10px;
    height: 63px;
  }

  body {
    padding-top: 63px;
  }

  .mainbanner:before {
    width: 270px;
    height: 62%;
  }

  .mainbanner .banner-videosec {
    height: 60%;
  }

  .mainbanner:after {
    width: calc(100% - 260px);
  }

  .mainbanner {
    height: 445px;
    background: #253379;
  }

  .mainbanner .content-sec {
    display: block;
    padding-top: 30px;
  }

  .innerbanner {
    height: 150px;
    background-size: contain;
  }

  .solutionbottomsec .boxouter {
    min-height: 250px;
  }

  .mapdetailsec .otrbox .topbox li {
    width: 50%;
  }

  .mapdetailsec .otrbox .topbox li .place {
    display: block;
  }

  .homesolutionsec {
    padding-top: 60px;
  }

  .connectwithussec .connectbottomsec .rightsec .bottom-newslettersec .rightsec {
    display: block;
  }

  .solutionbottomsec.solhandle .boxouter {
    min-height: 100px;
  }
  .solutionbottomsec.solhandle .boxouter h6 {
    font-size: 13px;
  }

  .singlesocialsec li {
    text-align: center;
  }

  .singlesocialsec li .icontitle {
    left: 0;
  }

  .singlesocialsec li .icon {
    display: inline-block;
  }

  .new-sec-blobal .global-ul {
    width: 400px;
    margin: auto;
    display: block;
    position: relative;
    height: 825px;
    background: url(../images/definingmobilbg.jpg) top center;
    background-size: cover;
  }

  .new-sec-blobal .global-ul li {
    width: 265px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    clear: both;
    padding-top: 36px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .new-sec-blobal .global-ul li .capt {
    width: auto;
  }

  .fullcntouter .row {
    display: block;
  }

  .innerwrapper .fullcntouter p {
    max-width: 100%;
  }

  .new-sec-blobal .global-ul li .img-icn {
    position: relative;
    width: 120px;
    height: 120px;
  }
  .new-sec-blobal .global-ul li .img-icn img {
    width: 100px;
    max-width: inherit;
    position: absolute;
    left: -10px;
    top: 0;
  }

  .new-sec-blobal .global-ul li .capt {
    width: 140px;
  }

  .new-sec-blobal .global-ul li:first-child .img-icn {
    width: 120px;
  }

  .new-sec-blobal .global-ul li h3 {
    font-size: 15px;
  }

  .new-sec-blobal .global-ul li p {
    text-align: left;
    font-size: 12px;
  }

  .new-sec-blobal .global-ul li h3 {
    text-align: left;
    margin: 0 0 10px 0;
  }

  .new-sec-blobal .global-ul li:nth-child(2) {
    padding-top: 0;
  }
  .new-sec-blobal .global-ul li:nth-child(2) .img-icn img {
    left: -40px;
    width: 140px;
  }
  .new-sec-blobal .global-ul li:nth-child(2) p {
    max-width: 140px;
  }
  .new-sec-blobal .global-ul li:nth-child(2) .capt {
    padding-top: 30px;
  }

  .new-sec-blobal .global-ul li:nth-child(3) {
    padding-top: 30px;
  }
  .new-sec-blobal .global-ul li:nth-child(3) .img-icn img {
    left: -60px;
    width: 160px;
  }
  .new-sec-blobal .global-ul li:nth-child(3) p {
    max-width: 140px;
  }

  .new-sec-blobal .global-ul li:nth-child(4) {
    padding-top: 45px;
  }
  .new-sec-blobal .global-ul li:nth-child(4) .img-icn img {
    left: -40px;
    width: 140px;
  }
  .new-sec-blobal .global-ul li:nth-child(4) p {
    max-width: 140px;
  }
  .new-sec-blobal .global-ul li:nth-child(4) .capt {
    padding-top: 30px;
  }

  .new-sec-blobal .global-ul li:nth-child(5) {
    padding-top: 40px;
  }
  .new-sec-blobal .global-ul li:nth-child(5) p {
    max-width: 140px;
  }

  .new-sec-blobal .container {
    position: relative;
    max-width: 400px;
  }

  .new-sec-blobal .newbottomsec .otrbox .titlesec h3:before {
    display: none;
  }

  .new-sec-blobal .newbottomsec .otrbox .titlesec h3:after {
    display: none;
  }

  .new-sec-blobal .newbottomsec .otrbox .titlesec h3 {
    padding: 0;
    text-align: right;
    font-size: 15px;
  }

  .new-sec-blobal .newbottomsec .otrbox .titlesec {
    text-align: right;
  }

  .new-sec-blobal .newbottomsec {
    width: 200px;
    height: auto;
    position: absolute;
    bottom: 295px;
    right: 25px;
    z-index: 10;
  }
  .new-sec-blobal .newbottomsec h3, .new-sec-blobal .newbottomsec p {
    text-align: right;
  }
  .new-sec-blobal .newbottomsec p {
    font-size: 12px;
  }
  .new-sec-blobal .newbottomsec h3 {
    padding: 0;
  }

  .globalcoveragepage .globalcoveragesec h5 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .wpcf7-form .bottom-newslettersec .rightsec .subscribebtn {
    text-align: left;
    padding-left: 0;
    width: 120px;
    text-align: center;
  }

  .connectwithussec .connectbottomsec .rightsec .bottom-newslettersec .rightsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .connectwithussec .connectbottomsec .rightsec span.wpcf7-form-control-wrap.recaptcha {
    right: auto;
  }

  .connectwithussec .connectbottomsec .rightsec .bottom-newslettersec .rightsec {
    max-width: 100%;
  }

  .connectwithussec .connectbottomsec .rightsec span.wpcf7-form-control-wrap.recaptcha {
    width: 300px;
  }

  .bottom-newslettersec.btnew .rightsec span.wpcf7-form-control-wrap.recaptcha {
    right: auto;
    width: 300px;
  }

  .bottom-newslettersec.btnew .rightsec .captchesec {
    left: 0;
  }

  .bottom-newslettersec .rightsec .captchesec {
    width: auto;
  }

  .bottom-newslettersec .rightsec {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .bottom-newslettersec.btnew .rightsec span.wpcf7-form-control-wrap.recaptcha {
    left: -25px;
  }

  .bottom-newslettersec.btnew .rightsec .wpcf7-form-control-wrap {
    display: block;
  }

  .bottom-newslettersec.btnew .rightsec .wpcf7-form-control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .bottom-newslettersec form {
    display: block;
  }

  .bottom-newslettersec .rightsec {
    display: block;
  }

  .connectwithussec .connectbottomsec .rightsec .bottom-newslettersec .rightsec {
    display: block;
  }

  .connectwithussec .connectbottomsec .rightsec span.wpcf7-form-control-wrap.recaptcha {
    left: -25px;
  }

  .bottom-newslettersec .tbx {
    margin: 0;
  }

  .connectwithussec .connectbottomsec .rightsec .bottom-newslettersec .rightsec {
    position: relative;
    max-width: 368px;
    float: left;
  }
  .connectwithussec .connectbottomsec .rightsec .bottom-newslettersec .rightsec .subscribebtn {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .bottom-newslettersec.btnew .rightsec {
    position: relative;
    max-width: 368px;
    float: left;
  }
  .bottom-newslettersec.btnew .rightsec .subscribebtn {
    position: absolute;
    right: 0;
    top: auto !important;
    bottom: 36px;
  }

  .home-ourblogsec .topsec .col-lg-7 {
    width: 100%;
  }

  .home-wrapper .sec1 .contentsec {
    height: auto;
  }

  .postid-140 .innerwrapper .fullcntouter {
    padding-bottom: 40px;
  }

  .home .globalcoveragesec {
    padding-bottom: 40px;
  }

  .aboutbottomsec .boxouter .coretitle {
    width: 98px;
    padding-top: 30px;
  }

  .aboutbottomsec .boxouter .icon.i4 .icontext {
    top: 60px;
  }

  .aboutbottomsec .boxouter .icon.i3 .icontext {
    top: 60px;
  }

  .mainbanner .banner-videosec {
    height: 100%;
  }

  .mainbanner .content-sec {
    background: #253379;
    height: 200px;
  }

  .globalcoveragesec .mapouter .mappoint {
    width: 22px;
  }

  .bannerchatbox {
    right: 34px;
  }
}
@media screen and (max-width: 600px) {
  /**600**/
  .new-sec-blobal .global-ul {
    padding-left: 45px;
  }

  .new-sec-blobal .global-ul li:first-child .img-icn {
    width: 103px;
  }

  .new-sec-blobal .global-ul li .img-icn {
    width: 115px;
  }

  .new-sec-blobal .global-ul li {
    position: relative;
    z-index: 20;
  }

  .bottom-newslettersec.btnew .tbx {
    height: 51px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 400px) {
  .singlesocialsec li {
    margin: 0;
  }

  .new-sec-blobal .global-ul {
    width: 340px;
    height: 750px;
  }

  .new-sec-blobal .global-ul {
    padding-left: 20px;
  }

  .new-sec-blobal .global-ul li .img-icn img {
    width: 80px;
  }

  .new-sec-blobal .global-ul li:nth-child(2) .img-icn img {
    width: 100px;
    left: -20px;
  }

  .new-sec-blobal .global-ul li:nth-child(3) .img-icn img {
    width: 120px;
    left: -20px;
  }

  .new-sec-blobal .global-ul li:nth-child(4) .img-icn img {
    width: 100px;
    left: -20px;
  }

  .new-sec-blobal .global-ul li {
    padding-top: 26px;
  }

  .new-sec-blobal .global-ul li:first-child {
    margin-bottom: 0;
  }

  .new-sec-blobal .global-ul li:nth-child(2) {
    margin-top: 0;
  }

  .new-sec-blobal .newbottomsec {
    bottom: 257px;
  }

  .new-sec-blobal .global-ul li:nth-child(5) {
    padding-top: 0;
  }

  .new-sec-blobal .global-ul li:nth-child(4) {
    padding-top: 37px;
  }

  .new-sec-blobal .global-ul li:first-child .img-icn {
    width: 87px;
  }

  .new-sec-blobal .global-ul li:nth-child(2) .capt {
    padding-top: 0;
  }

  .new-sec-blobal .global-ul li:nth-child(4) .capt {
    padding-top: 0;
  }

  .new-sec-blobal .global-ul li .img-icn {
    width: 93px;
  }

  .coveragebottomsec .outerbox .glob {
    width: 155px;
    padding-top: 30px;
  }

  .connectwithussec .connectbottomsec .rightsec span.wpcf7-form-control-wrap.recaptcha {
    left: -35px;
  }

  .wpcf7-form .bottom-newslettersec .rightsec .subscribebtn {
    width: 102px;
    font-size: 11px !important;
  }

  .bottom-newslettersec.btnew .rightsec .subscribebtn {
    width: 102px;
    padding-left: 0 !important;
    text-align: center !important;
    font-size: 11px !important;
  }

  .bottom-newslettersec.btnew .rightsec span.wpcf7-form-control-wrap.recaptcha {
    left: -35px;
  }
}
@media screen and (max-width: 360px) {
  .bottom-newslettersec.btnew .rightsec .subscribebtn {
    width: 92px;
  }

  .wpcf7-form .bottom-newslettersec .rightsec .subscribebtn {
    width: 92px;
  }
}