@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&display=swap');

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans/opensans-bold/opensans-bold-webfont.eot');
    src: url('../fonts/opensans/opensans-bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-bold/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans/opensans-bold/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans/opensans-bold/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-bold/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans/opensans-extrabold/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans/opensans-extrabold/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-extrabold/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensans/opensans-extrabold/opensans-extrabold-webfont.woff') format('woff'), url('../fonts/opensans/opensans-extrabold/opensans-extrabold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-extrabold/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans/opensans-italic/opensans-italic-webfont.eot');
    src: url('../fonts/opensans/opensans-italic/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-italic/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans/opensans-italic/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans/opensans-italic/opensans-italic-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-italic/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans/opensans-light/opensans-light-webfont.eot');
    src: url('../fonts/opensans/opensans-light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-light/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans/opensans-light/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans/opensans-light/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-light/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans/opensans-regular/opensans-regular-webfont.eot');
    src: url('../fonts/opensans/opensans-regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-regular/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans/opensans-regular/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans/opensans-regular/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-regular/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans/opensans-semibold/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans/opensans-semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-semibold/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans/opensans-semibold/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans/opensans-semibold/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-semibold/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  /*overflow-x: hidden;*/
  font-family: 'Open Sans', sans-serif;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}



/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #606060;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.875;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #0069CD;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 42px;
}


h5 {
  font-size: 20px;
}

p {
  margin: 0 0 15px;
  line-height: 25px;
}

p:last-child {
    margin-bottom: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

.font-second {
    font-family: 'Open Sans', sans-serif;
}

.dtable {
  display: table;
}



section  {
  position: relative;
}

.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*-------------------------------------
  Padding (top)
-------------------------------------*/

.p-t15 {
  padding-top: 15px;
}

.p-t30 {
  padding-top: 30px;
}


/*-------------------------------------
    Padding (bottom)
-------------------------------------*/

.p-b15 {
  padding-bottom: 15px;
}

.p-b30 {
  padding-bottom: 30px;
}

/*-------------------------------------
  marging (bottom)
-------------------------------------*/

.m-b15 {
  margin-bottom: 15px!important;
}

.m-b20 {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}


li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}


img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    margin: 0 auto;
    vertical-align: middle;
}


hr {
  display: block;
  clear: both;
  border-top: solid 0px #d9d9d9;
  margin: 40px 0 40px 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #7e7e7e;
  border: 1px solid #e6e6e6;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  padding: 10px 15px;
  box-sizing: border-box;
  outline: none;
}

select {
  border: 1px solid #e6e6e6;
}



::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7e7e;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #3a3c3d;
  text-decoration: none;
}
a:visited {
  color: #0069CD;
}


/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.header-topbar {
  padding: 5px 0px;
  border-bottom: 1px solid #e5e5e5;
  color: #a5b7d2;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}
.header-topbar a {
  /* color: #6d6d6d; */
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.topbar_menu {
  float: left;
  margin-right: 30px;
}
.topbar_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.topbar_menu ul li {
  display: inline-block;
  border-right: 0px solid #e5e5e5;
  padding: 0px 0px;
  float: none;
  letter-spacing: 0.2px;
  font-size: 13px;
}
.topbar_menu ul li:first-child {
  padding-left: 0px;
}

.topbar-info {
  cursor:pointer;
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right;
}
.topbar-info li {
  display: inline-block;
  /* border-right: 1px solid #e5e5e5; */
  padding: 0px 15px;
  float: left;
}
.topbar-info li:last-child {
  border-right: none;
  padding-right: 0px;
}
.topbar-info li i {
  display: inline-block;
  font-size: 16px;
  color: #0069CD;
  margin-right: 5px;
  line-height: 1;
}
.topbar-info li a{
  font-size: 14px;
  text-transform: none;
  color: #ffffff;
}
.topbar_languages {
  float: right;
  /* border-left: 1px solid #e5e5e5; */
  margin-left: 15px;
  padding-left: 10px;
}
.topbar_languages > div {
  position: relative;
}
.topbar_languages > div:after {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: #a5b7d2;
  font-weight: 500;
  pointer-events: none;
}

.topbar_languages select {
    background: transparent;
    border: 0px solid #F0F3FB;
    border-radius: 0px;
    padding: 0px 20px 0px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    /* color: #6d6d6d; */
    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-transform: capitalize;
}

.topbar_languages select:focus {
    outline: none;
}
.topbar_languages select option {
    color: #a2b7d2;
}


/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
#site-logo {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#site-logo img {
  width: 150px;
}
#site-logo img.logo-static {
  display: block;
}
#site-logo img.logo-scroll {
  display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background: #fff;
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  position: relative;
  z-index: 10;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
}
.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.octf-row {
  margin-right: -15px;
  margin-left: -15px;
}

.octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/* Main Menu */
.main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation > ul {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 10px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-navigation > ul > li:after,
.main-navigation > ul > li:before {
  position: absolute;
  height: 3px;
  width: 0%;
  bottom: -3px;
  left: 0;
  background: #0069CD;
  content: "";
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-navigation > ul > li:before {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  left: auto;
  right: 0;
}

.main-navigation > ul > li:hover:before,
.main-navigation > ul > li.current-menu-item:before,
.main-navigation > ul > li.current-menu-ancestor:before {
  left: 50%;
  width: 50%;
}

.main-navigation > ul > li:hover:after,
.main-navigation > ul > li.current-menu-item:after,
.main-navigation > ul > li.current-menu-ancestor:after {
  left: auto;
  right: 50%;
  width: 50%;
}

.main-navigation ul ul {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.main-navigation ul > li > a {
  display: inline-block;
  padding: 10px 0px 10px 0px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: #6d6d6d;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
}


.main-navigation ul > li.menu-item-has-children > a {
  padding-right: 10px;
  padding-left: 10px;
}


.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 20px;
}

.main-navigation ul li li a {
  /* font-family: "Red Hat Text", sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  color: #1a1b1e;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  letter-spacing: 0;
}

.main-navigation ul li li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #0069CD;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  width: 11px;
  height: 6px;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: rgba(85, 105, 135, 0.5);
  font-weight: 500;
  display: none;
}


.main-navigation ul li ul {
  width: auto;
  white-space: nowrap;
  padding: 5px 0px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  border-top: 3px solid #0069CD;
}
.main-navigation ul li ul:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -8px;
  left: 0;
}
/* Header Call To Action */
.octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.octf-btn-cta .toggle_search {
  cursor: pointer;
}
.octf-btn-cta .h-search-form-field {
  display: none;
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 2px);
  top: -moz-calc(100% + 2px);
  top: -o-calc(100% + 2px);
  top: calc(100% + 0px);
  right: 0;
  min-width: 520px;
}
.octf-btn-cta .octf-cta-icons i {
  background: #f0f6ff;
  color: #1a1b1e;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
  font-size: 17px;
  color: #1a1b1e;
  font-weight: 600;
}

.header-fullwidth .octf-area-wrap {
  /* padding-left: 100px;
  padding-right: 100px; */
  padding-right: 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 200px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  background: center center no-repeat;
  background-size: cover;
  text-align: center;
}

.page-title {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget ul li {
  position: relative;
}
.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 0 48px 0 20px;
  height: 50px;
  line-height: 1;
  border-color: #d3d3d3;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.search-form .search-submit {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  outline: none;
  font-size: 26px;
  color: #a5b7d2;
  padding: 0px 0px;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.footer-social {
  margin-top: 47px;
  font-size: 0;
  padding-bottom: 8.5px;
}

.footer-social-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  font-size: 13px;
  padding: .5em;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
}

.footer-social-icon:last-child {
  margin-right: 0;
}



.footer-social-icon.facebook {
  color: #25e;
}

.footer-social-icon.linkedin {
  color: #3292ff;
}

.footer-social-icon i, .footer-social-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.main-footer {
    padding: 30px 0 10px;
}

.site-footer-2 .footer-widget p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}

.site-footer-2 .footer-social {
    margin-top: 0;
}

.site-footer-2 .footer-widget h5 {
  color: #424242;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0;
}

.site-footer-2 .footer-contact-2 ul, .site-footer-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-2 .footer-contact-2 ul li {
    line-height: 18px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}


    .site-footer-2 .footer-contact-2 ul li a {
        font-size: 13px !important;
        font-weight: 600 !important;
        margin-left: 5px;
        color: #6d6d6d;
        letter-spacing: 0px;
    }

.footer-bottom {
    padding-top: 0px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.site-footer-2 .footer-bottom .copyright-2 {
    color: #6d6d6d;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.site-footer-2 .footer-bottom .copyright-2 {
    margin-bottom: 5px;
}

/* Index 5 */
.site-footer-5 {
    /* background-image: url(images/footer-5.jpg); */
    padding-top: 10px;
    background-color: #fafafa;
}

.white-color {
  background: #0984e3;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/** Footer Style **/
.site-footer {
  position: relative;
  overflow: hidden;
  color: #fff;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.site-footer a, .site-footer a:visited {
  color: #9ee8ff;
}
.form-control {
  width: 100%;
}
/* Back To Top*/
#back-to-top {
  background: #fff;
  color: #0069CD;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  line-height: 46px;
  opacity: 0;
  outline: medium none;
  position: fixed;
  right: -50px;
  bottom: 40px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
}
    #back-to-top.show {
        opacity: 1;
        right: 30px;
        bottom: 90px;
    }
#back-to-top i:after, #back-to-top i:before {
  font-size: 20px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: #7e7e7e;
    background: #ddd;
    box-shadow: none;
    border-color: transparent;
}

a:hover, a:focus, a:active {
    color: #0069CD;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

.header-topbar a:hover {
    color: #dddddd;
}

.site-header .octf-main-header.is-stuck {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
}

.main-navigation ul > li > a:hover {
    color: #0069CD;
}

.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item > a:before,
.main-navigation ul ul li.current-menu-ancestor > a:before {
    left: 0px;
    visibility: visible;
    opacity: 1;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
    color: #0069CD;
    padding-left: 15px;
}

.main-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.main-navigation ul > li:hover > ul {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.is-stuck {
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    -moz-transition: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.is-stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

    .is-stuck #site-logo {
        padding: 5px 0px 5px 0px;
    }

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}

caption, td, th {
    padding: 0;
    font-weight: normal;
    text-align: left;
}

table, th, td {
    border: 1px solid #eee;
}

th, td {
    padding: 0.4375em;
}

.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}

.octf-btn:visited {
    color: #fff;
}

.octf-btn:hover, .octf-btn:focus {
    color: #fff;
}

.octf-btn:hover, .octf-btn:focus {
    box-shadow: none;
}
.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}

.octf-btn:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}



@media screen and (min-width: 1200px) {
    .octf-mainbar-row > [class^=octf-col] {
        flex-flow: row nowrap;
    }
}
