/****************************************************************
* StyleSheets for Neemiya Main Website
* Author: Jitendra Choudhary
* @email: jitendra@leadmount.com
****************************************************************/
/*************************************************************
*@description: This file contains the common mixins for scss
*              files used here inproject.
*@author: Jitendra Choudahry
*@email: jitendra@neemiya.com
*@created: 16-sep-2017
*************************************************************/
/*High Resolution Monitors*/
/*Normal Desktop*/
/*Normal*/
/*Phone and Tablets*/
/* Phones in landscope mode*/
/* Mobiles*/
/* START OF : Common Style Sheet Prooerties Values */
/*Color600 <=>  is the primary theme color*/
/**************** END OF : Common Style Sheet Properties Values ****************/
/***********************************************************
This CSS File contains the styles for responsive layout
@author: Jitendra Choudhary
@email: jitendra@neemiya.com
@created: 1-May-2017

Note:

************************************************************/
/**************** START OF: Responsive Layout **************/
/*High Resolution Monitors*/
/*Normal Desktop*/
/*Phone and Tablets*/
/* Phones in landscope mode*/
/* Mobiles*/
.flexbox {
  display: flex;
}
.flexbox.justify-center {
  justify-content: center;
}
.flexbox.align-items-center {
  align-items: center;
}
.flexbox.row {
  flex-direction: row;
  flex-wrap: wrap;
}
.flexbox.row > .flexchild {
  flex: 1;
  box-sizing: border-box;
}
.flexbox.row > .child-xl-1 {
  max-width: 100%;
  min-width: 100%;
}
.flexbox.row > .child-xl-75 {
  max-width: 75%;
  min-width: 75%;
}
.flexbox.row > .child-xl-66 {
  max-width: 66.6666666667%;
  min-width: 66.6666666667%;
}
.flexbox.row > .child-xl-60 {
  max-width: 60%;
  min-width: 60%;
}
.flexbox.row > .child-xl-40 {
  max-width: 40%;
  min-width: 40%;
}
.flexbox.row > .child-xl-2 {
  max-width: 50%;
  min-width: 50%;
}
.flexbox.row > .child-xl-3 {
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}
.flexbox.row > .child-xl-4 {
  max-width: 25%;
  min-width: 25%;
}
.flexbox.row > .child-xl-5 {
  max-width: 20%;
  min-width: 20%;
}
.flexbox.row > .child-xxl-4 {
  max-width: 25%;
  min-width: 25%;
}
.flexbox.col {
  flex-direction: column;
}
.flexbox.col > .flexchild {
  flex: 1;
}
.flexbox.col.align-items-end {
  align-items: end;
}

@media all and (max-width: 1024px) {
  .flexbox.row > .child-xl-1 {
    max-width: 100%;
    min-width: 100%;
  }
  .flexbox.row > .child-xl-2 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-xl-3 {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .flexbox.row > .child-xl-4 {
    max-width: 25%;
    min-width: 25%;
  }
  .flexbox.row > .child-xl-5 {
    max-width: 20%;
    min-width: 20%;
  }
}
@media all and (max-width: 950px) {
  .flexbox.row > .child-l-1 {
    max-width: 100%;
    min-width: 100%;
  }
  .flexbox.row > .child-l-2 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-l-3 {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .flexbox.row > .child-l-4 {
    max-width: 25%;
    min-width: 25%;
  }
  .flexbox.row > .child-l-5 {
    max-width: 20%;
    min-width: 20%;
  }
}
@media all and (max-width: 768px) {
  .flexbox {
    /*Start of : Desktop to pad break up*/
    /*End of : Desktop to pad break up*/
  }
  .flexbox.row > .child-xl-4 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-xl-5 {
    max-width: 33.333333%;
    min-width: 33.333333%;
  }
  .flexbox.row > .child-s-1 {
    max-width: 100%;
    min-width: 100%;
  }
  .flexbox.row > .child-s-2 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-s-3 {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .flexbox.row > .child-s-4 {
    max-width: 25%;
    min-width: 25%;
  }
  .flexbox.row > .child-s-5 {
    max-width: 20%;
    min-width: 20%;
  }
}
@media all and (max-width: 640px) {
  .flexbox {
    /*Start of : Desktop to pad break up*/
    /*End of : Desktop to pad break up*/
  }
  .flexbox.row > .child-xl-3 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-xl-5 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-s-3 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-s-4 {
    max-width: 33.3333%;
    min-width: 33.3333%;
  }
  .flexbox.row > .child-s-5 {
    max-width: 25%;
    min-width: 25%;
  }
  .flexbox.row > .child-xs-1 {
    max-width: 100%;
    min-width: 100%;
  }
  .flexbox.row > .child-xs-2 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-xs-3 {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .flexbox.row > .child-xs-4 {
    max-width: 25%;
    min-width: 25%;
  }
  .flexbox.row > .child-xs-5 {
    max-width: 20%;
    min-width: 20%;
  }
}
@media all and (max-width: 420px) {
  .flexbox.row > .child-xl-1, .flexbox.row > .child-xl-2, .flexbox.row > .child-xl-3, .flexbox.row > .child-xl-4, .flexbox.row > .child-xl-5 {
    max-width: 100%;
    min-width: 100%;
  }
  .flexbox.row > .child-xss-1 {
    max-width: 100%;
    min-width: 100%;
  }
  .flexbox.row > .child-xss-2 {
    max-width: 50%;
    min-width: 50%;
  }
  .flexbox.row > .child-xss-3 {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
  .flexbox.row > .child-xss-4 {
    max-width: 25%;
    min-width: 25%;
  }
  .flexbox.row > .child-xss-5 {
    max-width: 20%;
    min-width: 20%;
  }
}
/**************** END OF: Responsive Layout **************/
body {
  width: 100%;
  height: 100vh;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 140%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a, a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  border: none;
  outline: none;
  color: inherit;
}

/************* END OF: Reset CSS Zone *************/
html, body {
  background: #fff;
  color: #222;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
}

a {
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: #1281b6;
}
a.theme-off-color {
  color: #fff;
}
a.theme-off-color:hover {
  color: #efefef;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Serif", serif;
  color: #444;
}

/**************** START OF: Color Schemes ******************/
.theme-color {
  color: #1281b6;
}

.alternate-theme-color {
  color: #1185cf;
}

.alternate-theme-color-1 {
  color: #1281b6;
}

.alternate-theme-color-2 {
  color: #15619D;
}

.alternate-theme-color-3 {
  color: #0B528A;
}

.alternate-theme-dark-color {
  color: #20313c;
}

.alternate-theme-dark-color-2 {
  color: #36454f;
}

.secondary-theme-color {
  color: #123a54;
}

.secondary-theme-dark-color {
  color: #028d8d;
}

.secondary-theme-dark1-color {
  color: #046B7B;
}

.theme-color-out {
  color: #046B7B;
}

.orange-color-1 {
  color: #E39119;
}

.theme-off-color {
  color: #fff;
}

.theme-bg {
  background-color: #1281b6;
}

.secondary-theme-bg {
  background-color: #123a54;
}

.alternate-theme-bg {
  background-color: #1185cf;
}

.alternate-theme-bg-1 {
  background-color: #1281b6;
}

.alternate-theme-bg-2 {
  background-color: #15619D;
}

.alternate-theme-bg-3 {
  background-color: #0B528A;
}

.alternate-theme-dark-bg {
  background-color: #20313c;
}

.alternate-theme-dark-bg-2 {
  background-color: #36454f;
}

.orange-bg-1 {
  background-color: #E39119;
}

.color-transition, .header-bg, .text-color-l10, .text-color-l9, .text-color-l8, .text-color-l7, .text-color-l6, .text-color-l5, .text-color-l4, .text-color-l3, .text-color-l2 {
  transition: color ease-in-out 0.3s;
}

.text-color-l0 {
  color: #000;
}

.text-color-l1 {
  color: #222;
}

.text-color-l2 {
  color: #444;
}
.text-color-l2.text-hover:hover {
  color: #222;
}

.text-color-l3 {
  color: #686868;
}
.text-color-l3.text-hover:hover {
  color: #222;
}

.text-color-l4 {
  color: #858585;
}
.text-color-l4.text-hover:hover {
  color: #444;
}

.text-color-l5 {
  color: #aaaaaa;
}
.text-color-l5.text-hover:hover {
  color: #444;
}

.text-color-l6 {
  color: #b7b7b7;
}
.text-color-l6.text-hover:hover {
  color: #686868;
}

.text-color-l7 {
  color: #c7c7c7;
}
.text-color-l7.text-hover:hover {
  color: #686868;
}

.text-color-l8 {
  color: #d4d4d4;
}
.text-color-l8.text-hover:hover {
  color: #686868;
}

.text-color-l9 {
  color: #ececec;
}
.text-color-l9.text-hover:hover {
  color: #858585;
}

.text-color-l10 {
  color: #f3f3f3;
}
.text-color-l10.text-hover:hover {
  color: #aaaaaa;
}

.text-color-white {
  color: #fdfdfd;
}

.text-color-light-blue {
  color: #b3d2ee;
}

.header-bg {
  background: #f9f9f9;
}
.header-bg.text-hover:hover {
  color: #c7c7c7;
}

input {
  color: #686868;
}

.menu-item-text {
  color: #444;
}

.bg-light-0 {
  background: #f0f0f0;
}

.bg-light-1 {
  background: #f5f5f5;
}

.bg-light-2 {
  background: #f7f7f7;
}

.bg-light-3 {
  background: #f9f9f9;
}

.bg-light-4 {
  background: #fbfbfb;
}

.bg-dark-0 {
  background: #000;
}

.bg-dark-1 {
  background: #222;
}

.bg-dark-2 {
  background: #444;
}

.bg-dark-3 {
  background: #666;
}

.bg-dark-4 {
  background: #777;
}

.bg-dark-5 {
  background: #999;
}

.bg-dark-5 {
  background: #777;
}

.bg-gray {
  background: #aaa;
}

/***************** ENF OF:  Color Scheme *********************/
/***************** START OF: Text Schemes ***************/
.small-font-s {
  font-size: 65%;
  line-height: 140%;
}

.small-font-m {
  font-size: 75%;
  line-height: 140%;
}

.small-font-l {
  font-size: 85%;
  line-height: 140%;
}

.medium-font {
  font-size: 90%;
  line-height: 140%;
}

.normal-font {
  font-size: 100%;
  line-height: 140%;
}

.large-font-s {
  font-size: 105%;
  line-height: 140%;
}

.large-font-m {
  font-size: 110%;
  line-height: 140%;
}

.large-font-l {
  font-size: 120%;
  line-height: 140%;
}

.large-font-xl {
  font-size: 130%;
  line-height: 140%;
}

.large-font-xxl {
  font-size: 150%;
  line-height: 140%;
}

.large-font-xxxl {
  font-size: 210%;
  line-height: 140%;
}

.bumper-font {
  font-size: 350%;
  line-height: 140%;
}

.bold {
  font-weight: 500;
}

.bolder {
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

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

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

.uppercase, .tab-button {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.horz-para {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

.horz-para-free {
  max-width: 550px;
}

/**************** END OF: Text  Schemes *****************/
/**************** START OF: Background Styles ***********/
.bgimage-box.agency-show {
  background: url("/images/teamwork.png");
  background-position: center;
  min-height: 530px;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: auto;
}

/**************** END OF: Background Styles *************/
/**************** START OF: Button Styles *******************/
.button {
  padding: 7px 10px;
  line-height: 1.3rem;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  color: #1281b6;
}
.button.border-rounded {
  border-radius: 8px;
}
.button.button-primary {
  background: #1281b6;
  color: #fff;
}
.button.button-primary:hover {
  background: #4caf50;
}
.button.button-secondary {
  background: #123a54;
  color: #fff;
}
.button.button-secondary:hover {
  background: #028d8d;
}
.button.button-dark {
  background: #666;
  color: #ececec;
}
.button.button-dark:hover {
  background: #222;
}
.button.button-green {
  background: #1c914a;
  color: #f6f6f6;
}
.button.button-green:hover {
  background: #117638;
}
.button.button-orange {
  background: #E39119;
  color: #f6f6f6;
}
.button.button-orange:hover {
  background: #c38009;
}
.button.button-translucent {
  border: 1px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.1450980392);
}
.button.button-translucent:hover {
  background: rgba(0, 0, 0, 0.2705882353);
}
.button.button-bg-blend-white {
  background: rgba(0, 0, 0, 0.0509803922);
  color: #444;
}
.button.button-bg-blend-white.bordered {
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.2666666667) !important;
}
.button.button-bg-blend-white.bordered:hover {
  background: rgba(0, 0, 0, 0.0509803922) !important;
}
.button.button-bg-blend-white:hover {
  background: rgba(255, 255, 255, 0.2666666667);
}
.button.button-bg-blend-dark {
  background: rgba(0, 0, 0, 0.0509803922);
  color: #ececec;
}
.button.button-bg-blend-dark.bordered {
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.2666666667) !important;
}
.button.button-bg-blend-dark.bordered:hover {
  background: rgba(0, 0, 0, 0.0509803922) !important;
}
.button.button-bg-blend-dark:hover {
  background: rgba(255, 255, 255, 0.2666666667);
}
.button.button-off-primary {
  background: #4caf50;
  color: #222;
}
.button.button-off-primary:hover {
  background: #b5a42c;
}
.button.button-bordered {
  background: #fff;
  border: 2px solid #1281b6;
  color: #686868;
  border-style: solid;
}
.button.button-bordered:hover {
  background: #f0f0f0;
}
.button.button-bordered-alternate {
  background: #fff;
  border: 2px solid #1185cf;
  color: #686868;
}
.button.button-bordered-alternate:hover {
  background: #f0f0f0;
}
.button.button-bordered-gray {
  background: #fff;
  border: 1px solid #c7c7c7;
  color: #686868;
}
.button.button-bordered-gray:hover {
  background: #f0f0f0;
}
.button.button-theme-off {
  border: 1px solid #fff;
  color: #fff;
  background: #388e3c;
}
.button.button-theme-off:hover {
  background: none;
}
.button.small {
  font-size: 55%;
}
.button.normal {
  font-size: 95%;
}
.button.medium {
  font-size: 110%;
  padding: 12px 20px;
}
.button.medium.bordered {
  padding: 11px 20px;
}
.button.big {
  font-size: 135%;
  padding: 13px 20px;
}
.button.large {
  font-size: 175%;
  padding: 16px 22px;
}
.button.border-medium {
  border-width: 2px;
}
.button.border-thick {
  border-width: 3px;
}
.button[disabled] {
  background: #e4e4e4;
  color: #aaaaaa;
}

.primary-button {
  background: #1281b6;
  color: #f6f6f6 !important;
}

.teritiary-button {
  background: #4caf50;
}

.normal-button {
  background: #f7f7f7;
  color: #686868;
}

.normal-secondary-button {
  background: #f0f0f0;
  color: #686868;
}

@media all and (max-width: 640px) {
  .button.large {
    font-size: 140%;
    line-height: 105%;
  }
}
/************** END OF: Button Styles ****************/
/**************  START OF: Icons Styles ***************/
.icon-small {
  font-size: 17px;
}

.icon-medium {
  font-size: 20px;
}

.icon-normal {
  font-size: 24px;
}

.icon-large {
  font-size: 32px;
}

.icon-extra-large {
  font-size: 40px;
}

.image-icon.standard-img-icon {
  width: 100px;
  height: 100px;
  margin: 10px 0;
}

.showcase-icon {
  display: inline-block;
  border: 2px solid #9eaea0;
  padding: 15px;
  border-radius: 60px;
}
.showcase-icon i.small {
  font-size: 45px;
}
.showcase-icon i.medium {
  font-size: 70px;
}

.image-icon-showcase img {
  width: 190px;
}

.action-icon {
  color: #aaaaaa;
  padding: 4px;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 5px;
}

.action-icon:hover {
  color: #222;
}

/**************  END OF: Icons Styles ***************/
/************** START OF: Layout Styles ******************/
.negative-top-hide {
  top: -100000px !important;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.heading, h5, h4, h3, h2, h1 {
  font-weight: 400;
  color: #222;
}

h1 {
  font-size: 280%;
  line-height: 110%;
  margin: 10px 0;
}

h2 {
  font-size: 250%;
  line-height: 120%;
  margin: 6px 0;
}

h3 {
  font-size: 200%;
  line-height: 120%;
  margin: 4px 0;
}

h4 {
  font-size: 150%;
  line-height: 105%;
  margin: 4px 0;
}

h5 {
  font-size: 120%;
  line-height: 120%;
  margin: 3px 0;
}

.section {
  padding: 80px 0 100px;
}
.section.primary-section {
  background: #1281b6;
}
.section.secondary-section {
  background: #f5f5f5;
}
.section .section-heading {
  max-width: 700px;
  margin: 0 auto;
}
.section .section-text {
  max-width: 900px;
  margin: 0 auto;
}

.float-right {
  float: right;
}

.vertical-align-middle {
  vertical-align: middle;
}

.margin-horz-auto {
  margin-left: auto;
  margin-right: auto;
}

.content-padding {
  padding: 0 16px;
}

.vertical-content-padding {
  padding-top: 10px;
  padding-bottom: 40px;
}

.vertical-padding {
  padding-top: 32px;
  padding-bottom: 32px;
}

.content-zone {
  margin-top: 40px;
}

.vertical-top-space-1x, .checkbox-vertical-distance {
  margin-top: 10px;
}

.vertical-top-space-2x {
  margin-top: 20px;
}

.vertical-top-space-3x {
  margin-top: 30px;
}

.vertical-top-space-4x {
  margin-top: 40px;
}

.vertical-top-space-5x {
  margin-top: 50px;
}

.vertical-top-space-6x {
  margin-top: 60px;
}

.vertical-top-space-7x {
  margin-top: 70px;
}

.vertical-bottom-space-1x {
  margin-bottom: 10px;
}

.vertical-bottom-space-2x {
  margin-bottom: 20px;
}

.vertical-bottom-space-3x {
  margin-bottom: 30px;
}

.vertical-bottom-space-4x {
  margin-bottom: 40px;
}

.vertical-bottom-space-5x {
  margin-bottom: 50px;
}

.vertical-space-1x {
  margin-top: 10px;
  margin-bottom: 10px;
}

.vertical-space-2x {
  margin-top: 20px;
  margin-bottom: 20px;
}

.vertical-space-3x {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vertical-space-4x {
  margin-top: 40px;
  margin-bottom: 40px;
}

.vertical-space-5x {
  margin-top: 50px;
  margin-bottom: 50px;
}

.vertical-space-6x {
  margin-top: 60px;
  margin-bottom: 60px;
}

.vertical-space-7x {
  margin-top: 70px;
  margin-bottom: 70px;
}

.vertical-space-8x {
  margin-top: 80px;
  margin-bottom: 80px;
}

.site-wrapper {
  width: 100%;
}
.site-wrapper .child-wrapper {
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 16px;
}
.site-wrapper .child-wrapper.wp-spacing-xl {
  padding-top: 50px;
  padding-bottom: 130px;
}
.site-wrapper .child-wrapper.wp-spacing-xxl {
  padding-top: 100px;
  padding-bottom: 100px;
}
.site-wrapper .child-wrapper.wp-spacing-xxxl {
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-title {
  padding: 20px 0 65px 0;
}

/** START OF BLOCK BG COLOR **/
.block-color-blue-1 {
  background-color: #0e5892;
}

.block-color-faded-blue {
  background-color: #E7EEF4;
}

.block-color-purple-1 {
  background-color: #D6DAFF;
}

.block-color-light-beige {
  background-color: rgba(240, 246, 209, 0.1294117647);
}

.block-color-light-blue-1 {
  background-color: #dee7ef;
}

/** END OF: Block BG Colors **/
.card-bordered {
  border-radius: 8px;
}

.header-shadow {
  box-shadow: 0 3px 3px #d7d7d7;
  z-index: 1;
}

.active {
  color: #1281b6;
}

.bordered-link {
  border-bottom: 4px solid transparent;
}

.active-link-border {
  border-bottom: 4px solid #1281b6;
}

.card-full {
  width: 100%;
  background: #f9f9f9;
}

.full-width {
  width: 100%;
}

.padding-1x {
  padding: 10px;
}

.padding-2x {
  padding: 20px;
}

.padding-3x {
  padding: 30px;
}

.padding-4x {
  padding: 40px;
}

.margin-top-neg-1x {
  margin-top: -10px;
}

.margin-top-neg-2x {
  margin-top: -20px;
}

.padding-left-1x {
  padding-left: 10px;
}

.padding-left-2x {
  padding-left: 20px;
}

.padding-left-3x {
  padding-left: 30px;
}

.padding-bottom-1x {
  padding-bottom: 10px;
}

.padding-bottom-2x {
  padding-bottom: 20px;
}

.padding-bottom-3x {
  padding-bottom: 30px;
}

.padding-bottom-4x {
  padding-bottom: 40px;
}

.padding-bottom-7x {
  padding-bottom: 70px;
}

.margin-top-1x {
  margin-top: 10px;
}

.margin-top-2x {
  margin-top: 20px;
}

.margin-top-3x {
  margin-top: 30px;
}

.margin-top-4x {
  margin-top: 40px;
}

.margin-top-5x {
  margin-top: 50px;
}

.margin-left-1x {
  margin-left: 10px;
}

.margin-left-2x {
  margin-left: 20px;
}

.margin-left-3x {
  margin-left: 30px;
}

.margin-left-4x {
  margin-left: 40px;
}

.margin-right-1x {
  margin-right: 10px;
}

.margin-right-2x {
  margin-right: 20px;
}

.margin-right-3x {
  margin-right: 30px;
}

.margin-right-4x {
  margin-right: 40px;
}

.column-margin {
  margin: 10px 6px;
}

.scrollable-zone {
  overflow: auto;
}

.pairder-info {
  color: #444;
}
.pairder-info .title {
  color: #686868;
}

.block-container {
  display: block;
}

.inline-block-container {
  display: inline-block;
}

.no-display {
  display: none !important;
}

.hidden {
  visibility: hidden;
}

p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 10px 0;
}
p.show-zone {
  line-height: 1.8em;
}
p.medium {
  max-width: 450px;
  padding-right: 12px;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
}
.flex-container > .flexchild {
  flex: 1;
}
.flex-container.layout-align-center {
  align-items: center;
}
.flex-container.layout-align-start {
  align-items: flex-start;
}
.flex-container.layout-align-end {
  align-items: flex-end;
}
.flex-container.layout-align-baseline {
  align-items: baseline;
}
.flex-container.layout-vertical {
  flex-direction: column;
}
.flex-container.layout-horizontal {
  flex-direction: row;
}
.flex-container.layout-vertical-reverse {
  flex-direction: column-reverse;
}
.flex-container.layout-horizontal-reverse {
  flex-direction: row-reverse;
}
.flex-container > .self-center {
  align-self: center;
}

.drop-shadow {
  box-shadow: 0px 2px 4px #e0e0e0;
}

@media all and (max-width: 640px) {
  h1 {
    font-size: 225%;
  }
  h2 {
    font-size: 200%;
  }
  h3 {
    font-size: 170%;
  }
  h4 {
    font-size: 130%;
  }
  h5 {
    font-size: 120%;
  }
  .section {
    padding: 70px 0 70px;
  }
  .section-title {
    padding: 20px 0 50px 0;
  }
}
/*************** END OF: Layout Styles *********************/
/*************** START OF: List Style **********************/
ul.item-list > li {
  margin: 15px 0 15px 60px;
  list-style-type: square;
}

.list > li {
  margin-bottom: 10px;
}
.list.ordered {
  list-style-type: decimal;
}
.list.align-inside {
  margin-left: 20px;
}

/*************** END OF: List Styles ***********************/
/*************** START OF: Border Styles *******************/
.border-top-light {
  border-top: 1px solid #efefef !important;
}

.border-top-gray {
  border-top: 1px solid #ccc !important;
}

.border-top-dark {
  border-top: 1px solid #999 !important;
}

.border-bottom-light {
  border-bottom: 1px solid #efefef !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #ccc !important;
}

.border-bottom-dark {
  border-bottom: 1px solid #999 !important;
}

/*************** END OF: Border Styles *********************/
/*************** START OF: Transition Styles ****************/
.transition-width {
  transition: width 0.3s ease-in-out;
}

.transition-color {
  transition: color 0.3s ease-in-out;
}

/**************** END OF: Transition Styles *****************/
.horz-sep {
  border-top: 1px solid #e9e9e9;
  margin: 20px auto;
  max-width: 850px;
  width: 85%;
}

.absolute-full {
  position: relative;
  width: 100%;
  height: 100%;
}

/** START OF: Visibility Handlers classes **/
.lm-large-only-screens-box {
  display: block;
}

.lm-medium-screens-box {
  display: none;
}

.lm-small-screens-box {
  display: none;
}

.lm-x-small-screens-box {
  display: none;
}

.lm-xx-small-screens-box {
  display: none;
}

@media all and (max-width: 950px) {
  .lm-large-only-screens-box {
    display: none;
  }
  .lm-medium-screens-box {
    display: block;
  }
}
/** END OF: Visibility Handlers classes **/