/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/* Set Font Default */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/* Sticky Sidebar */
/*--------------------------------------------------------------
# Elementor
--------------------------------------------------------------*/
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes icon-move {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(1);
    -ms-transform: translateY(1);
    transform: translateY(1);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-download {
  0%, 100%, 20%, 50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
@keyframes couter-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes icon-ctf {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  /* Cicle Animation */
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  /* Page Loading */
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingA {
  0 {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  80% {
    transform: translate(-30px, 0);
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  /* End Phone Ring */
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes shakeicon {
  33% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
  67% {
    -webkit-transform: rotateZ(-20deg);
    -khtml-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
.ft-heading {
  font-family: 'Exo', sans-serif;
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #ff5e15;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ff5e15;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.6667;
  color: #002052;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
}
body.body-default-font {
  font-family: 'Roboto', sans-serif;
}
.site {
  position: relative;
}
@media screen and (max-width: 991px) {
  .site {
    overflow-x: hidden;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #002052;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6 {
  font-family: 'Exo', sans-serif;
}
h1, .h1 {
  font-size: 50px;
  line-height: 1.2;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 38px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 24px;
  font-weight: 600;
}
h6, .h6 {
  font-size: 18px;
  font-weight: 600;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #002052;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid rgba(0, 32, 82, 0.08);
  padding: 10px;
  border-right: 1px solid rgba(0, 32, 82, 0.08);
}
td {
  border-top: 1px solid rgba(0, 32, 82, 0.08);
  padding: 10px;
  border-right: 1px solid rgba(0, 32, 82, 0.08);
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #ff5e15;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #ff5e15;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
blockquote {
  margin-bottom: 7px;
  padding: 33px 42px 32px 40px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  color: #002052;
  background-color: #f6f6f6;
}
@media screen and (max-width: 575px) {
  blockquote {
    padding: 27px 20px 27px 20px;
  }
}
blockquote span {
  margin-top: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #ff5e15;
  text-transform: uppercase;
  font-style: normal;
}
blockquote cite {
  display: inline-block;
  margin-top: 10px;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
#tslOverlay {
  background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.primary-color {
  color: #ff5e15;
}
.link-white {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.link-white a {
  color: #ff5e15;
}
.link-white a:hover {
  color: #fff;
}
.text-border-button strong {
  border-bottom: 2px solid #ff5e15;
}
.btn-full .btn {
  width: 100%;
  display: block;
}
.text-block {
  font-size: 15px;
  line-height: 23px;
}
.z-index1 {
  z-index: 1;
}
.z-index2 {
  z-index: 2;
}
.z-index3 {
  z-index: 3;
}
.d-table {
  display: table;
}
.bg-icon-custom i {
  background-color: #002052;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  color: #fff;
  font-size: 12px !important;
  line-height: 22px;
  text-align: center;
  height: 22px;
  top: -2px !important;
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.bg-icon-custom a:hover i {
  background-color: #ff5e15;
}
.bg-icon-custom.bg-icon-white i {
  background-color: #fff;
  color: #002052;
}
.bg-icon-custom.bg-hover-primary a:hover {
  background-color: #ff5e15;
  border-color: #ff5e15;
  color: #fff;
}
.bg-icon-custom.bg-hover-primary a:hover i {
  background-color: #fff;
  color: #ff5e15;
}
.bg-icon-custom.bg-hover-white i {
  background-color: #fff;
  color: #002052;
}
.bg-icon-custom.bg-hover-white a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff5e15;
}
.bg-icon-custom.bg-hover-white a:hover i {
  background-color: #ff5e15;
  color: #fff;
}
.btn-event i {
  color: #ff5e15;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.text-editor-custom p {
  margin-bottom: 5px;
}
.bg-video-section {
  position: relative;
}
.bg-video-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.box-shadow {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.google-map-custom .elementor-custom-embed {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.title-custom-css cite {
  color: #ff5e15;
  font-style: normal;
}
.dismissButton {
  height: 36px;
  line-height: 36px;
}
.dismissButton:hover {
  background-color: #002052;
  color: #fff;
}
.text-under-line strong {
  border-bottom: 2px solid #ff5e15;
}
.btn-padding-custom .btn {
  padding-left: 42px;
  padding-right: 42px;
}
.text-under-line2 strong a {
  border-bottom: 2px solid #ff5e15;
}
.text-under-line3 cite {
  font-style: normal;
  border-bottom: 2px solid #fff;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.z-index0 {
  z-index: 0;
  position: relative;
}
.phone-svg {
  background-image: url(../images/phone-icon.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 0px 3px;
  background-size: 17px 17px;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.bg-gradient-slider {
  position: relative;
}
.bg-gradient-slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  top: 0;
  background-size: 100%;
  opacity: 0.7;
  background-position: 100% 50%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  display: block;
  z-index: 1;
  background: linear-gradient(#222, rgba(34, 34, 34, 0.1) 60%, rgba(34, 34, 34, 0.1) 50%, rgba(34, 34, 34, 0));
}
.row-section-scoll-custom .elementor-container .elementor-row {
  position: relative;
}
.bg-primary {
  background-color: #ff5e15;
}
.cms-bg-secondary {
  background-color: #002052;
}
.bg-row-custom {
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .bg-row-custom {
    position: relative;
  }
  .bg-row-custom:before, .bg-row-custom:after {
    content: "";
    display: block;
    width: 115px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .bg-row-custom:before {
    left: 0;
  }
  .bg-row-custom:after {
    right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .bg-row-custom:before, .bg-row-custom:after {
    width: 0px;
  }
}
@media screen and (min-width: 992px) {
  .heading-position-custom {
    position: absolute !important;
    top: 0;
  }
}
.btn-slider-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn-slider-custom i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  height: 24px;
  width: 24px;
  font-size: 12px;
  line-height: 24px;
  margin-left: 10px;
  text-align: center !important;
  background-color: #fff;
  color: #ff5e15;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .btn-slider-custom i {
    display: none;
  }
}
.btn-slider-custom:hover i {
  background-color: #002052;
  color: #fff;
}
.btn-slider-ouline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.btn-slider-ouline i {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  height: 24px;
  width: 24px;
  font-size: 12px;
  line-height: 24px;
  margin-left: 10px;
  text-align: center !important;
  background-color: #fff;
  color: #ff5e15;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .btn-slider-ouline i {
    display: none;
  }
}
.btn-slider-ouline:hover i {
  background-color: #002052;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .padding-custom {
    padding: 0 25px !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .padding-custom {
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .column-pd-custom > .elementor-column-wrap {
    padding: 0 25px !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .column-pd-custom > .elementor-column-wrap {
    padding: 0 25px !important;
  }
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff !important;
}
.wp-block-cover .wp-block-cover-text {
  color: #fff !important;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 20px;
}
.revslider-initialised .tp-bullets.custom .tp-bullet {
  border-radius: 50% !important;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
}
.revslider-initialised .tp-bullets.custom .tp-bullet:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border-radius: 50% !important;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected {
  border: 1px solid #fff;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before, .bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg_primary {
  background-color: #ff5e15;
}
.bg-primary {
  background-color: #ff5e15 !important;
}
.primary_color {
  color: #ff5e15;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}
.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #ff5e15;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002052), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #002052, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #002052, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #002052, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #002052, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #002052, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#002052', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #002052;
  opacity: 0.3;
  z-index: 1;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
}
.inline-block.elementor-widget-cms_image_single {
  width: auto !important;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.align-justified {
  width: 100%;
}
.h-main {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #002052;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #ff5e15;
}
.landing-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
  list-style: none;
  margin: 0;
}
.line-gap {
  background-color: #ebebea;
  height: 1px;
  margin-left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
}
.z-index-1 {
  z-index: 1;
}
.cms-menu {
  margin: 0;
  list-style: none;
}
.cms-menu > li {
  display: inline-block;
}
.cms-menu > li > a {
  color: ;
  font-size: 14px;
  margin: 0 16px;
  position: relative;
}
.cms-menu > li > a:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -16px;
}
.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
  color: #ff5e15;
}
.cms-menu > li:last-child > a {
  margin-right: 0;
}
.cms-menu > li:last-child > a:before {
  display: none;
}
.cms-menu .sub-menu {
  display: none;
}
.cms-menu.footer-menu > li > a {
  margin: 0 12px;
  color: #8e8e8e;
}
.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
  color: #ff5e15;
}
.cms-menu.footer-menu > li:last-child > a {
  margin-right: 0;
}
.text-btn-custom a {
  color: #002052;
}
.text-btn-custom a i {
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #002052;
  line-height: 24px;
  text-align: center;
}
.text-btn-custom a:hover i {
  background-color: #ff5e15;
}
@media screen and (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
  .align-justified-md {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
  .align-justified-sm {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
  .align-justified-xs {
    width: 100%;
  }
}
.tt_timetable th {
  background-color: #002052 !important;
  color: #fff !important;
  padding: 20px 15px 22px;
  font-size: 17px;
  font-family: 'Exo', sans-serif;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
  background-color: #ff5e15;
  border: 1px solid #ff5e15;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.tt_responsive .tt_timetable.small .box_header {
  font-size: 20px !important;
  font-weight: bold;
  color: #002052;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], 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, select, .nice-select {
  border: 1px solid #f2f2f2;
  color: #002052;
  padding: 8px 19px;
  line-height: normal;
  height: 60px;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]: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, select:focus, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active {
  border-color: #ff5e15;
}
select {
  height: 70px;
}
textarea {
  padding-top: 17px;
}
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, select:focus {
  outline: 0;
  border-color: #ff5e15;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  padding: 15px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: green;
  text-align: center;
  color: #fff;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  padding: 15px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  background-color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap.your-message {
  margin-bottom: 0;
}
.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea, .cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input {
  resize: none;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto;
}
@media screen and (max-width: 991px) {
  .cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea, .cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder, .cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #002052;
  font-size: 15px;
  font-weight: 400;
}
.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder, .cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #002052;
  font-size: 15px;
  font-weight: 400;
}
.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea::-ms-input-placeholder, .cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: #002052;
  font-size: 15px;
  font-weight: 400;
}
.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder, .cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #002052;
  font-size: 15px;
  font-weight: 400;
}
.cms-contact-form .wpcf7-form .wpcf7-form-control.btn {
  border: none;
}
.cms-contact-form .wpcf7-form .wpcf7-form-control.btn:hover {
  background-color: #002052;
}
.cms-contact-form .wp-row-ctf7 .input-filled {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .cms-contact-form .wp-row-ctf7 {
    padding-left: 0;
  }
  .cms-contact-form .wp-row-ctf7 .input-filled {
    margin-bottom: 30px;
  }
}
.cms-contact-form .wp-row-ctf7 .wpcf7-textarea {
  min-height: 172px;
}
.cms-contact-form .wp-row-ctf7 .input-filled-btn {
  text-align: center;
}
.cms-contact-form .wp-row-ctf7 .input-filled-btn button {
  position: relative;
  border: none;
  width: 180px;
  height: 55px;
  line-height: 55px;
  padding: 1px 0px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff5e15;
  outline: none;
}
.cms-contact-form .wp-row-ctf7 .input-filled-btn button span {
  position: relative;
}
.cms-contact-form .wp-row-ctf7 .input-filled-btn button:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #002052;
  opacity: 1;
  border-radius: 2px;
  transition: 0.3s ease;
}
.cms-contact-form .wp-row-ctf7 .input-filled-btn button:hover:before {
  width: 100%;
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .cms-contact-form .wp-row-ctf7 .input-filled-btn button {
    width: 170px;
    height: 55px;
    line-height: 55px;
  }
}
@media screen and (max-width: 575px) {
  .cms-contact-form .wp-row-ctf7 .input-filled-btn button {
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #ff5e15;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #002052;
  font-family: 'Exo', sans-serif;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #ff5e15;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #ff5e15;
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #ff5e15;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 1px solid #e1e3e3;
  border-radius: 1px;
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.cms-field-checkbox .icon-check:before {
  content: "\f00c";
  font-size: 13px;
  color: #ff5e15;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: FontAwesome;
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  color: #666;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 41px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  overflow: auto;
  width: 100%;
  opacity: 1;
  pointer-cmsevents: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-cmsevents: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.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 {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-cmsevents: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-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;
  color: #666;
}
.nice-select .list .selected {
  color: #666;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointercmsevents .nice-select .list {
  display: none;
}
.no-csspointercmsevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background-color: #ff5e15;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  padding: 0 26px;
  line-height: 48px;
  transition: 0.3s ease;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  border: 1px solid #ff5e15;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #002052;
  border-color: #002052;
}
.btn {
  border: none;
}
.btn i {
  margin-left: 8px;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.btn i.space-left {
  margin-left: 0;
  margin-right: 8px;
}
.btn.btn-small {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 37px;
}
.btn.btn-primary-noborder {
  padding: 0;
  background-color: transparent;
  color: #ff5e15;
  border: none;
}
.btn.btn-primary-noborder:hover, .btn.btn-primary-noborder:focus {
  color: #002052;
}
.btn.btn-outline {
  background-color: transparent;
  color: #ff5e15;
  border: 2px solid #ff5e15;
}
.btn.btn-outline:hover {
  background-color: #ff5e15;
  color: #fff;
}
.btn.btn-secondary {
  background-color: #002052;
  border-color: #002052;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: #ff5e15;
  border-color: #ff5e15;
  color: #fff;
}
.btn.btn-secondary.btn-secondary2:hover, .btn.btn-secondary.btn-secondary2:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ff5e15;
}
.btn.btn-secondary.btn-secondary3:hover, .btn.btn-secondary.btn-secondary3:focus {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-outline-secondary {
  background-color: transparent;
  border-color: #002052;
  color: #002052;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  border-color: #ff5e15;
  color: #ff5e15;
}
.btn.btn-outline-secondary.btn-outline-hv-primary:hover, .btn.btn-outline-secondary.btn-outline-hv-primary:focus {
  background-color: #ff5e15;
  border-color: #ff5e15;
  color: #fff;
}
.btn.btn-outline-secondary.btn-outline-hv-secondary:hover, .btn.btn-outline-secondary.btn-outline-hv-secondary:focus {
  background-color: #002052;
  border-color: #002052;
  color: #fff;
}
.btn.btn-secondary-noborder {
  background-color: transparent;
  color: #002052;
  border: none;
  padding: 0;
}
.btn.btn-secondary-noborder:hover, .btn.btn-secondary-noborder:focus {
  color: #ff5e15;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e2b5d;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-outline-white:hover {
  background-color: #fff;
  color: #0e2b5d;
}
.btn.btn-white-noborder {
  padding: 0;
  background-color: transparent;
  color: #fff;
  border: none;
}
.btn.btn-white-noborder:hover, .btn.btn-white-noborder:focus {
  color: #ff5e15;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget {
  display: inline-block;
  width: auto;
}
.elementor-widget-wrap > .btn-inline.elementor-widget .cms-button-wrapper {
  margin-right: 40px;
  margin-bottom: 30px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget + .elementor-widget-image {
  float: left;
  width: auto;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btn-icon-custom i {
  margin-left: 0;
  margin-right: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: 22px;
  height: 22px;
  line-height: 23px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  font-size: 13px;
}
.btn-icon-custom.bg-sp a {
  color: #fff !important;
  background-color: #002052 !important;
  border-color: #002052 !important;
}
.btn-icon-custom.bg-sp i {
  top: -1px;
  background-color: #fff;
  color: #002052;
}
.btn-icon-custom.bg-sp:hover a {
  background-color: #ff5e15 !important;
  border-color: #ff5e15 !important;
  color: #fff;
}
.btn-icon-custom.bg-sp:hover a i {
  color: #ff5e15 !important;
}
.btn-icon-custom.bg-ps a {
  color: #fff !important;
  background-color: #ff5e15 !important;
  border-color: #ff5e15 !important;
}
.btn-icon-custom.bg-ps i {
  top: -1px;
  background-color: #fff;
  color: #ff5e15;
}
.btn-icon-custom.bg-ps:hover a {
  color: #fff;
  background-color: #002052 !important;
  border-color: #002052 !important;
  color: #fff;
}
.btn-icon-custom.bg-ps:hover a i {
  color: #002052 !important;
}
.btn-icon-custom.bg-sw a {
  color: #fff;
  background-color: #002052 !important;
  border-color: #002052 !important;
}
.btn-icon-custom.bg-sw i {
  top: -1px;
  background-color: #fff;
  color: #002052;
}
.btn-icon-custom.bg-sw:hover a {
  color: #002052;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-icon-custom.bg-sw:hover a i {
  background-color: #002052 !important;
  color: #fff;
}
.btn-icon-custom.bg-wp a {
  color: #002052;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-icon-custom.bg-wp i {
  top: -1px;
  background-color: #002052;
  color: #fff;
}
.btn-icon-custom.bg-wp:hover a {
  background-color: #ff5e15 !important;
  border-color: #ff5e15 !important;
  color: #fff;
}
.btn-icon-custom.bg-wp:hover a i {
  background-color: #fff;
  color: #ff5e15 !important;
}
.cms-button-layout1 .cms-align-icon-left {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
#site-header-wrap {
  position: relative;
  z-index: 100;
}
#site-header-wrap .site-branding {
  margin: 20px 0;
}
#site-header-wrap .layout1 {
  position: relative;
}
#site-header-wrap .layout1 img {
  max-height: 54px;
  max-width: inherit;
}
#site-header-wrap .layout1 .logo-light, #site-header-wrap .layout1 .logo-mobile {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
}
#site-header-wrap .layout2 {
  position: relative;
}
#site-header-wrap .layout2 img {
  max-height: 55px;
  max-width: inherit;
}
#site-header-wrap .layout2 .logo-light, #site-header-wrap .layout2 .logo-mobile {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
}
@media screen and (min-width: 1750px) {
  #site-header-wrap .layout2 .logo-light, #site-header-wrap .layout2 .logo-mobile {
    right: 110px !important;
  }
}
#site-header-wrap .layout2 .logo-dark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#site-header-wrap .layout3 {
  position: relative;
}
#site-header-wrap .layout3 img {
  max-height: 55px;
  max-width: inherit;
}
#site-header-wrap .layout3 .logo-light, #site-header-wrap .layout3 .logo-mobile {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
}
#site-header-wrap .header-short-text {
  padding: 0 15px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  width: 100%;
}
#site-header-wrap .header-short-text label {
  font-weight: 700;
}
#site-header-wrap .site-header-top.header-top-layout1 {
  border-bottom: 1px solid #e7ebef;
  padding: 13px 0 12px;
}
#site-header-wrap #site-header.h-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
  opacity: 0 !important;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
  opacity: 1 !important;
}
#site-header-wrap .search-form {
  margin-bottom: 0;
}
#site-header-wrap .site-header-right {
  display: flex;
  align-items: center;
}
#site-header-wrap .site-header-right .site-header-search {
  padding-right: 15px;
  font-size: 18px;
  padding-left: 30px;
  cursor: pointer;
  padding-top: 2px;
}
#site-header-wrap .site-header-right .nav-menu-desktop {
  padding-left: 15px;
  cursor: pointer;
}
#site-header-wrap .site-header-right .nav-menu-desktop .line {
  width: 25px;
  height: 4px;
  margin: 4px 0;
}
#site-header-wrap .site-header-right .nav-menu-desktop .line-tow {
  width: 12px;
}
#site-header-wrap .site-header-right .h-btn-sidebar {
  padding-left: 5px;
  cursor: pointer;
}
#site-header-wrap .site-header-right .h-btn-sidebar .line {
  width: 16px;
  height: 2px;
  margin: 4px 0;
}
#site-header-wrap .site-header-button .btn, #site-header-wrap .site-header-button-res .btn {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  padding: 13px 43px;
  font-weight: 700;
  color: #fff;
  background-color: #ff5e15;
  border-radius: 0 !important;
  line-height: 24px;
}
#site-header-wrap .site-header-button .btn span, #site-header-wrap .site-header-button-res .btn span {
  position: relative;
  transition: 0.3s ease;
}
#site-header-wrap .site-header-button .btn:before, #site-header-wrap .site-header-button-res .btn:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #002052;
  transition: 0.3s ease;
}
#site-header-wrap .site-header-button .btn:hover span, #site-header-wrap .site-header-button-res .btn:hover span {
  color: #fff;
}
#site-header-wrap .site-header-button .btn:hover:before, #site-header-wrap .site-header-button-res .btn:hover:before {
  width: 100%;
  left: 0;
}
.site-header-search-mobile {
  display: none;
  padding: 3px;
  border: 1px solid #ff5e15;
  border-radius: 50%;
}
.site-header-search-mobile .h-btn-search {
  background-color: #ff5e15;
  width: 30px;
  cursor: pointer;
  font-size: 13px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
}
.header-layout1 .site-topbar {
  background-color: #002052;
}
.header-layout1 .site-topbar .inner-container {
  padding-top: 13px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-layout1 .site-topbar .inner-container {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header-layout1 .site-topbar .inner-container .item-adderess, .header-layout1 .site-topbar .inner-container .item-info {
    display: none;
  }
}
.header-layout1 .site-topbar .inner-container .item-adderess i:before {
  content: '\f3c5';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
}
.header-layout1 .site-topbar .inner-container .item-phone a:hover {
  color: #ff5e15;
}
.header-layout1 .site-topbar .inner-container .item-info, .header-layout1 .site-topbar .inner-container .item-phone, .header-layout1 .site-topbar .inner-container .item-adderess {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .header-layout1 .site-topbar .inner-container .item-info, .header-layout1 .site-topbar .inner-container .item-phone, .header-layout1 .site-topbar .inner-container .item-adderess {
    margin-right: 78px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-layout1 .site-topbar .inner-container .item-info, .header-layout1 .site-topbar .inner-container .item-phone, .header-layout1 .site-topbar .inner-container .item-adderess {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-layout1 .site-topbar .inner-container .item-info i, .header-layout1 .site-topbar .inner-container .item-phone i, .header-layout1 .site-topbar .inner-container .item-adderess i {
  color: #ff5e15;
  margin-right: 7px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-weight: 500;
}
.header-layout1 .site-topbar .inner-container .item-info:hover i, .header-layout1 .site-topbar .inner-container .item-phone:hover i, .header-layout1 .site-topbar .inner-container .item-adderess:hover i {
  animation: shakeicon 0.3s linear 1;
}
.header-layout1 .site-topbar .inner-container .item-info .info-text, .header-layout1 .site-topbar .inner-container .item-phone .info-text, .header-layout1 .site-topbar .inner-container .item-adderess .info-text {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
}
.header-layout1 .site-topbar .inner-container .item-socials {
  flex-grow: 1;
  text-align: right;
  line-height: 1;
}
.header-layout1 .site-topbar .inner-container .item-socials a:nth-child(3) i {
  font-size: 15px;
}
.item-socials .title-sidebar span {
  font-size: 15px;
  font-family: Exo;
  color: #fff;
  font-weight: bold;
}
.item-socials a i {
  margin-left: 12px;
  color: #a6b4ca;
  font-size: 18px;
  transition: 0.2s;
}
.item-socials a i:hover {
  color: #fff;
  transform: scale(1.1);
}
@media screen and (max-width: 400px) {
  .item-socials a i {
    display: none;
  }
}
.header-layout1 {
  box-shadow: 0 5px 30px #e4e4e7;
  margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-layout1 .item-socials {
    display: none;
  }
}
.header-layout2 .item-phone .info-text:hover {
  color: #ff5e15;
}
@media screen and (min-width: 1500px) {
  .header-layout2 .menu-responsive {
    display: none;
  }
  .header-layout2 #main-menu-mobile {
    display: none;
  }
  .header-layout2 .custom-header {
    display: flex;
    align-items: center;
  }
  .header-layout2 .main-menu {
    background-color: #002052;
    min-width: 1170px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  .header-layout2 .primary-menu {
    line-height: 77px !important;
    margin-bottom: 43px !important;
  }
  .header-layout2 .site-header-search, .header-layout2 .h-btn-sidebar {
    line-height: 75px;
    margin-bottom: 43px;
  }
  .header-layout2 .site-topbar {
    position: absolute;
    width: 100%;
    bottom: -47px;
  }
  .header-layout2 .site-topbar .entry-social {
    display: none;
  }
  .header-layout2 .site-topbar .site-topbar-info {
    display: flex;
    align-items: center;
    padding-left: 39px;
  }
  .header-layout2 .site-topbar .widget-topbar {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    height: 90px;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout2 .site-topbar .site-header-button {
    padding-right: 40px;
  }
  .header-layout2 .site-topbar .entry-topbar {
    display: flex;
    align-items: center;
    margin-right: 76px;
  }
  .header-layout2 .site-topbar .entry-topbar i {
    font-size: 30px;
    color: #ff5e15;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .header-layout2 .site-topbar .entry-topbar:hover i {
    animation: shakeicon 0.3s linear 1;
  }
  .header-layout2 .site-topbar .item-topbar {
    margin-left: 16px;
    line-height: 1.5;
  }
  .header-layout2 .site-topbar .item-topbar a {
    color: #002052;
  }
  .header-layout2 .site-topbar .title {
    font-size: 15px;
    font-weight: 400;
  }
  .header-layout2 .site-topbar .info-text {
    font-size: 15px;
    font-family: Exo;
    font-weight: 600;
    text-transform: uppercase;
    color: #002052;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1630px) {
  .header-layout2 .main-menu {
    min-width: 1000px;
  }
}
@media screen and (min-width: 1500px) and (min-width: 1720px) {
  .header-layout2 .item-socials .entry-social {
    padding-left: 110px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1719px) {
  .header-layout2 .item-socials .entry-social {
    margin-right: 5px;
    float: right;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1630px) {
  .header-layout2 .site-topbar .inner-container {
    max-width: 1030px;
  }
}
.header-layout2 .item-socials .title-sidebar span {
  font-size: 15px;
  font-family: Exo;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.header-layout2 .item-socials a i {
  margin-left: 12px;
  color: #a6b4ca;
  font-size: 18px;
  transition: 0.5s;
}
.header-layout2 .item-socials a i:hover {
  color: #fff;
}
@media screen and (max-width: 400px) {
  .header-layout2 .item-socials a i {
    display: none;
  }
}
.header-layout2 .item-socials a:nth-child(2) i {
  margin-left: 0;
}
.header-layout2 .item-socials a:nth-child(4) i {
  font-size: 15px;
}
.header-layout2 .h-fixed .logo-dark {
  right: 70px !important;
}
.header-layout2 .h-fixed .main-menu {
  background-color: #fff;
}
.header-layout2 .h-fixed .primary-menu {
  margin-bottom: 0 !important;
}
.header-layout2 .h-fixed .primary-menu > li {
  background-color: #fff !important;
}
.header-layout2 .h-fixed .primary-menu > li > a {
  color: #002052 !important;
}
.header-layout2 .h-fixed .primary-menu > li > a:hover {
  color: #ff5e15 !important;
}
.header-layout2 .h-fixed .site-header-right .site-header-search {
  margin-bottom: 0;
}
.header-layout2 .h-fixed .site-header-right .site-header-search i {
  color: #002052;
}
.header-layout2 .h-fixed .site-header-right .h-btn-sidebar {
  margin-bottom: 0;
}
.header-layout2 .h-fixed .site-header-right .h-btn-sidebar .line {
  background-color: #002052 !important;
}
.header-layout2 .h-fixed .item-socials .entry-social {
  padding-left: 50px;
}
.header-layout2 .h-fixed .item-socials .title-sidebar span {
  color: #002052;
}
.header-layout2 .h-fixed .item-socials a i {
  color: #002052;
}
.header-layout2 .h-fixed .item-socials a:hover i {
  color: #ff5e15;
}
@media screen and (max-width: 1499px) {
  .header-layout2 .menu-responsive {
    display: block;
  }
  .header-layout2 .custom-header {
    display: none;
  }
  .header-layout2 .site-topbar {
    background-color: #fff;
  }
  .header-layout2 .site-topbar .site-topbar-info {
    display: flex;
    align-items: center;
  }
  .header-layout2 .site-topbar .widget-topbar {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    height: 50px;
    align-items: center;
    justify-content: space-between;
  }
  .header-layout2 .site-topbar .site-header-button {
    display: none;
  }
  .header-layout2 .site-topbar .entry-topbar {
    display: flex;
    align-items: center;
    margin-right: 76px;
  }
  .header-layout2 .site-topbar i {
    font-size: 20px;
    color: #ff5e15;
  }
  .header-layout2 .site-topbar .item-topbar {
    margin-left: 16px;
    line-height: 1.5;
  }
  .header-layout2 .site-topbar .item-topbar a {
    color: #002052;
  }
  .header-layout2 .site-topbar .title {
    display: none;
  }
  .header-layout2 .site-topbar .info-text {
    font-size: 15px;
    font-family: Exo;
    font-weight: 600;
    text-transform: uppercase;
    color: #002052;
  }
  .header-layout2 .entry-social .title-sidebar {
    display: none;
  }
  .header-layout2 .entry-social a i {
    color: #072d68;
  }
  .header-layout2 .entry-social a i:hover {
    color: #ff5e15;
  }
  .header-layout2 .site-branding {
    flex-grow: 1;
  }
}
.header-layout3 .site-topbar .inner-container {
  background-color: #022660;
  display: flex;
  align-items: center;
}
.header-layout3 .site-topbar .inner-container .site-topbar-info {
  display: flex;
  align-items: center;
}
.header-layout3 .site-topbar .inner-container .site-topbar-info .entry-topbar {
  display: flex;
  align-items: center;
}
.header-layout3 .site-topbar .inner-container .site-branding {
  margin-left: 47px !important;
}
.header-layout3 .site-topbar .inner-container .site-topbar-info {
  background-color: #fff;
  padding: 39px 0 40px 40px;
}
.header-layout3 .site-topbar .inner-container .entry-topbar {
  margin-right: 76px;
}
.header-layout3 .site-topbar .inner-container .entry-topbar:last-child {
  margin-left: 20px;
  margin-right: 30px;
}
.header-layout3 .site-topbar .inner-container .entry-topbar .icon-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff5e15;
}
.header-layout3 .site-topbar .inner-container .entry-topbar .icon-social > i {
  color: #fff;
  transition: all 0.5s linear 300ms;
}
.header-layout3 .site-topbar .inner-container .entry-topbar:hover .icon-social i {
  animation: icon-download 0.6s linear 1;
}
.header-layout3 .site-topbar .inner-container .entry-topbar .item-topbar, .header-layout3 .site-topbar .inner-container .entry-topbar .entry-social {
  line-height: 1;
  margin-left: 15px;
}
.header-layout3 .site-topbar .inner-container .entry-topbar .title {
  color: #002052;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}
.header-layout3 .site-topbar .inner-container .entry-topbar a {
  color: #002052;
}
.header-layout3 .site-topbar .inner-container .entry-topbar a:hover {
  color: #ff5e15;
}
.header-layout3 .site-topbar .inner-container .entry-topbar .info-text {
  font-size: 15px;
  font-weight: 600;
  font-family: Exo;
  color: #002052;
  text-transform: uppercase;
}
.header-layout3 .site-topbar .inner-container .entry-topbar .entry-social a i {
  color: #002052;
  margin-left: 0;
  margin-right: 9px;
}
.header-layout3 .site-topbar .inner-container .entry-topbar .entry-social a i:hover {
  color: #ff5e15;
}
@media screen and (min-width: 1200px) {
  .header-layout3 .logo-mobile-custom {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header-layout3 .logo-mobile-custom {
    flex-grow: 1;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header-layout3 .site-topbar {
    background-color: #022660;
  }
  .header-layout3 .site-topbar .inner-container .site-topbar-info {
    background-color: #022660;
  }
  .header-layout3 .site-topbar .inner-container .site-topbar-info {
    padding: 20px 0;
    margin: 0 auto;
  }
  .header-layout3 .site-topbar .inner-container .entry-topbar {
    margin-right: 20px;
  }
  .header-layout3 .site-topbar .inner-container .entry-topbar:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-layout3 .site-topbar .inner-container .entry-topbar .icon-social {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header-layout3 .site-topbar .inner-container .entry-topbar .title {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header-layout3 .site-topbar .inner-container .entry-topbar .info-text {
    color: #fff;
    font-weight: 500;
  }
}
@media screen and (max-width: 1199px) {
  .header-layout3 .site-topbar .inner-container .entry-topbar .entry-social a i {
    color: #a6b4ca;
  }
}
@media screen and (max-width: 575px) {
  .header-layout3 .site-topbar-info {
    margin-left: 0;
  }
  .header-layout3 .site-topbar-info .item-topbar {
    margin-left: 0;
  }
  .header-layout3 .item-phone {
    display: none !important;
  }
  .header-layout3 .item-socials {
    display: none !important;
  }
}
.header-layout3 .site-header-right {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.header-layout3 .site-header-button .btn-sidebar {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  padding: 14px 42px;
  border: 2px solid #8091ad;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.header-layout3 .site-header-button .btn-sidebar:hover {
  background-color: #ff5e15;
  border-color: #ff5e15;
}
@media screen and (max-width: 1199px) {
  .header-layout3 .site-header-button .btn-sidebar {
    color: #002052;
  }
}
@media screen and (max-width: 575px) {
  .header-layout3 .site-header-button .btn-sidebar {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout1 .site-header-main .row {
    align-items: center;
  }
  #site-header-wrap.header-layout1 .site-header-main .site-header-right {
    margin-left: 60px;
  }
  #site-header-wrap.header-layout1 .site-header-main .site-header-right .h-btn-search {
    transition: all 0.5s;
  }
  #site-header-wrap.header-layout1 .site-header-main .site-header-right .h-btn-search:hover {
    color: #ff5e15;
  }
  #site-header-wrap.header-layout1 .site-header-main .site-branding {
    flex-grow: 1;
  }
  #site-header-wrap.header-layout1 .site-header-main .site-header-right .h-btn-sidebar .line {
    background-color: #333;
    transition: all 0.5s;
  }
  #site-header-wrap.header-layout1 .site-header-main .site-header-right .h-btn-sidebar:hover > .line {
    background-color: #ff5e15;
  }
  #site-header-wrap.header-layout2 .site-branding-mobile {
    display: block;
  }
  #site-header-wrap.header-layout2 .site-branding {
    margin: 10px 0;
  }
  #site-header-wrap.header-layout2 .site-branding a.logo-dark, #site-header-wrap.header-layout2 .site-branding a .logo-light, #site-header-wrap.header-layout2 .site-branding a .logo-mobile {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0 !important;
  }
  #site-header-wrap.header-layout2 .site-branding a.logo-light {
    opacity: 1 !important;
  }
  #site-header-wrap.header-layout2 .site-header-right .h-btn-search {
    color: #fff;
    transition: all 0.5s;
  }
  #site-header-wrap.header-layout2 .site-header-right .h-btn-search:hover {
    color: #ff5e15;
  }
  #site-header-wrap.header-layout2 .site-header-right .h-btn-sidebar .line {
    background-color: #fff;
    transition: all 0.5s;
  }
  #site-header-wrap.header-layout2 .site-header-right .h-btn-sidebar:hover > .line {
    background-color: #ff5e15;
  }
  #site-header-wrap.header-layout2 .site-header-right #main-menu-mobile .btn-nav-mobile {
    display: block;
  }
  #site-header-wrap.header-layout2 .site-header-main.h-fixed .inner-row {
    padding: 10px 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #site-header-wrap.header-layout3 .site-branding-mobile {
    display: none;
  }
  #site-header-wrap.header-layout3.header-transparent {
    position: absolute;
    height: 120px;
    z-index: 1001;
    left: 0;
    right: 0;
    top: 0;
  }
  #site-header-wrap.header-layout3.header-transparent .site-branding {
    margin: 10px 0;
    flex-grow: 1;
  }
  #site-header-wrap.header-layout3.header-transparent .site-branding a.logo-dark {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0 !important;
  }
  #site-header-wrap.header-layout3.header-transparent .site-branding a.logo-light {
    opacity: 1 !important;
  }
  #site-header-wrap.header-layout3 .inner-row {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #site-header-wrap.header-layout3 .inner-row .site-navigation {
    flex-grow: 1;
  }
  #site-header-wrap.header-layout3 .site-header-main .container {
    background-color: #002258;
    -webkit-box-shadow: 0 1px 26px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 1px 26px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 26px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 26px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 26px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 26px rgba(0, 0, 0, 0.15);
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed {
    background-color: #fff;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .container {
    background-color: #fff;
    box-shadow: none;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-navigation {
    flex-grow: 0;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-navigation .primary-menu > li {
    background-color: transparent;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-navigation .primary-menu > li > a {
    color: #002052;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-navigation .primary-menu > li > a:hover {
    color:  !important;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right {
    padding-right: 0px;
    padding-left: 40px;
    margin-right: -30px;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right .btn-sidebar {
    color: #002052;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right .btn-sidebar:hover {
    color: #fff;
  }
  #site-header-wrap.header-layout3 .site-header-main.h-fixed .logo-mobile-custom {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  #site-header-wrap.header-layout1 .site-header-main .site-branding {
    flex-grow: 1;
    margin-left: 20px !important;
    margin: 20px;
  }
  #site-header-wrap.header-layout1 .site-header-right {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  #site-header-wrap.header-layout1 .site-header-right #main-menu-mobile {
    margin-left: 20px;
  }
  #site-header-wrap.header-layout1 .site-header-right #main-menu-mobile .btn-nav-mobile {
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #002052;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #site-header-wrap.header-layout1 .site-header-right .site-side-nav {
    display: none;
  }
  #site-header-wrap.header-layout1 .site-header-right .site-header-button {
    padding-left: 0;
    margin-left: 2px;
  }
  #site-header-wrap.header-layout1 .site-header-right .site-header-button .btn {
    height: 40px;
    line-height: 30px;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #002052;
    border: 1px solid #002052;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #site-header-wrap.header-layout2 .site-header-main .site-branding {
    flex-grow: 1;
    margin-left: 15px !important;
  }
  #site-header-wrap.header-layout2 .site-header-right .site-header-button {
    padding-top: 1px;
    margin-right: 5px;
    padding-left: 0px;
    margin-left: 2px;
  }
  #site-header-wrap.header-layout2 .site-header-right .site-header-button .btn {
    height: 40px;
    line-height: 30px;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #282828;
  }
  #site-header-wrap.header-layout2 .site-header-right .site-side-nav {
    display: none;
  }
  #site-header-wrap.header-layout2 .site-header-right .site-header-item {
    margin-right: 0px;
    padding-right: 5px;
    font-size: 19px;
  }
  #site-header-wrap.header-layout2 #main-menu-mobile {
    margin-right: 15px;
  }
  #site-header-wrap.header-layout2 .site-topbar {
    background-color: #002052;
  }
  #site-header-wrap.header-layout2 .site-topbar .widget-topbar {
    background-color: #002052;
    padding-left: 5px;
    padding-right: 5px;
  }
  #site-header-wrap.header-layout2 .site-topbar .item-topbar {
    margin-left: 16px;
    line-height: 1.5;
  }
  #site-header-wrap.header-layout2 .site-topbar .item-topbar a {
    color: #002052;
  }
  #site-header-wrap.header-layout2 .site-topbar .title {
    display: none;
  }
  #site-header-wrap.header-layout2 .site-topbar .info-text {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
  }
  #site-header-wrap.header-layout2 .site-topbar .entry-social i {
    color: #a6b4ca;
  }
  #site-header-wrap.header-layout2 .row {
    align-items: center;
  }
  #site-header-wrap.header-layout2 #main-menu-mobile {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  #site-header-wrap.header-layout2 #main-menu-mobile .btn-nav-mobile {
    margin-left: 20px;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #002052;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #site-header-wrap.header-layout2 .site-header-right {
    margin-bottom: 2px;
  }
  #site-header-wrap.header-layout2 .site-header-button-res {
    padding-left: 10px;
  }
  #site-header-wrap.header-layout2 .site-header-button-res .btn {
    height: 40px;
    line-height: 30px;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #002052;
    border: 1px solid #002052;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #site-header-wrap.header-layout3 .logo-desktop {
    display: none;
  }
  #site-header-wrap.header-layout3 #main-menu-mobile .btn-nav-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #002052;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #site-header-wrap.header-layout3 .site-header-right {
    padding-right: 20px;
  }
  #site-header-wrap.header-layout3 .site-header-button .btn-sidebar {
    padding: 9px 15px;
    color: #002052;
  }
  #site-header-wrap.header-layout3 .site-header-button .btn-sidebar:hover {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .header-layout2 .site-header-main .site-branding {
    flex-grow: 1;
    margin-left: 20px !important;
  }
  .header-layout2 .site-header-right .site-header-button {
    margin-right: 15px;
    padding-left: 0px;
  }
  .header-layout2 .site-header-right .site-header-button .btn {
    height: 40px;
    line-height: 40px;
    border: none;
    color: #fff;
    padding: 0px 20px;
  }
  .header-layout2 .site-header-right .site-side-nav {
    display: none;
  }
  .header-layout2 .site-header-right .site-header-item {
    margin-right: 0px;
    font-size: 17px;
  }
  .header-layout2 #main-menu-mobile {
    margin-right: 15px;
  }
  .header-layout2 .site-topbar-info .entry-topbar {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #site-header-wrap.header-layout2 .site-header-main {
    padding: 0px 0;
  }
  #site-header-wrap.header-layout2 .site-header-right #main-menu-mobile {
    margin-left: 20px;
  }
  #site-header-wrap.header-layout2 .site-header-right #main-menu-mobile .btn-nav-mobile {
    width: 40px;
    border: 1px solid #002052;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #site-header-wrap.header-layout2 .site-header-right .site-header-search {
    font-size: 19px;
    padding-right: 15px;
  }
  #site-header-wrap.header-layout2 .site-header-right .site-header-button {
    display: none;
  }
  #site-header-wrap.header-layout2 .inner-row {
    justify-content: space-between;
  }
  #site-header-wrap.header-layout2 .item-phone {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #site-header-wrap.header-layout1 .site-header-button .btn {
    display: none;
  }
  #site-header-wrap.header-layout1 .site-header-right .site-header-search i {
    font-size: 18px;
  }
  #site-header-wrap.header-layout1 .site-header-right #main-menu-mobile {
    margin-left: 10px;
  }
  .header-layout2 .site-header-button-res {
    display: none;
  }
  .header-layout2 .h-btn-search {
    display: none;
  }
}
#site-header {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#site-header.h-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.admin-bar #site-header-wrap #site-header.h-fixed {
  top: 32px;
}
@media screen and (min-width: 1200px) {
  .admin-bar #site-header-wrap #site-header.h-fixed .primary-menu > li > a {
    line-height: 90px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 0;
  }
}
.sub-title-slider {
  text-transform: uppercase;
}
.heading-slider {
  text-transform: uppercase;
  font-family: Exo !important;
}
.heading-slider-custom {
  color: #ff5e15;
  font-style: normal;
}
.btn1-slider {
  background-color: #ff5e15 !important;
  position: relative;
}
.btn1-slider .btn-slide1 {
  text-transform: uppercase;
  position: relative;
}
.btn1-slider:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #002052;
  transition: 0.3s ease;
}
.btn1-slider:hover:before {
  left: 0;
  width: 100%;
}
.btn2-slider {
  text-transform: uppercase;
  transition: 0.4s ease !important;
  border: 2px solid #a5a7ae !important;
  position: relative;
}
.btn2-slider span {
  position: relative;
}
.btn2-slider:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ff5e15;
  transition: 0.3s ease;
}
.btn2-slider:hover {
  border-color: #ff5e15 !important;
}
.btn2-slider:hover:before {
  left: 0;
  width: 100%;
}
.text-stroke-slider {
  color: transparent !important;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .4);
  transform: rotate(-90.3deg);
}
.text-stroke-slider2 {
  color: transparent !important;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #3e5877;
  transform: rotate(-90.3deg);
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
.primary-menu li a {
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}
.primary-menu > .menu-item-has-children > a:before {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  float: right;
  font-size: 10px;
  padding-left: 3px;
}
@media screen and (min-width: 1500px) {
  .header-layout2 .primary-menu > li {
    padding-left: 23px !important;
    padding-right: 23px !important;
    margin-right: 10px !important;
  }
  .header-layout2 .site-header-right {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header-layout1 .menu-toggle, .header-layout2 .menu-toggle, .header-layout3 .menu-toggle {
    display: none;
  }
  .header-layout1 .main-navigation ul, .header-layout2 .main-navigation ul, .header-layout3 .main-navigation ul {
    display: block;
  }
  .header-layout1 ul, .header-layout2 ul, .header-layout3 ul {
    margin-bottom: 0;
  }
  .header-layout1 ul li, .header-layout2 ul li, .header-layout3 ul li {
    list-style: none;
  }
  .header-layout1 .primary-menu, .header-layout2 .primary-menu, .header-layout3 .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-layout1 .primary-menu li, .header-layout2 .primary-menu li, .header-layout3 .primary-menu li {
    position: relative;
    list-style: none;
  }
  .header-layout1 .primary-menu li a, .header-layout2 .primary-menu li a, .header-layout3 .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .header-layout1 .primary-menu > li, .header-layout2 .primary-menu > li, .header-layout3 .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
  .header-layout1 .primary-menu > li.menu-item-has-children > a:after, .header-layout2 .primary-menu > li.menu-item-has-children > a:after, .header-layout3 .primary-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
  }
  .header-layout1 .primary-menu > li > ul.back, .header-layout2 .primary-menu > li > ul.back, .header-layout3 .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .header-layout1 .primary-menu > li > ul.back li > ul.back, .header-layout2 .primary-menu > li > ul.back li > ul.back, .header-layout3 .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .header-layout1 .primary-menu > li > .sub-menu li > ul.back, .header-layout2 .primary-menu > li > .sub-menu li > ul.back, .header-layout3 .primary-menu > li > .sub-menu li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .header-layout1 .primary-menu .sub-menu, .header-layout2 .primary-menu .sub-menu, .header-layout3 .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .header-layout1 .primary-menu .sub-menu, .header-layout2 .primary-menu .sub-menu, .header-layout3 .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    padding: 20px 0px;
    top: 100%;
    margin-top: 15px;
    min-width: 240px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #ff5e15;
    border-radius: 3px;
  }
  .header-layout1 .primary-menu .sub-menu li, .header-layout2 .primary-menu .sub-menu li, .header-layout3 .primary-menu .sub-menu li {
    position: relative;
    padding: 0 30px 0 30px;
  }
  .header-layout1 .primary-menu .sub-menu li a, .header-layout2 .primary-menu .sub-menu li a, .header-layout3 .primary-menu .sub-menu li a {
    color: #002052;
    font-size: 14px;
    line-height: normal;
    padding: 13px 0;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
  }
  .header-layout1 .primary-menu .sub-menu li a:before, .header-layout2 .primary-menu .sub-menu li a:before, .header-layout3 .primary-menu .sub-menu li a:before {
    content: '\f178';
    font-family: "FontAwesome";
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: #ff5e15;
  }
  .header-layout1 .primary-menu .sub-menu li:last-child > a, .header-layout2 .primary-menu .sub-menu li:last-child > a, .header-layout3 .primary-menu .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .header-layout1 .primary-menu .sub-menu li > a:hover, .header-layout2 .primary-menu .sub-menu li > a:hover, .header-layout3 .primary-menu .sub-menu li > a:hover, .header-layout1 .primary-menu .sub-menu li.current_page_item > a, .header-layout2 .primary-menu .sub-menu li.current_page_item > a, .header-layout3 .primary-menu .sub-menu li.current_page_item > a, .header-layout1 .primary-menu .sub-menu li.current-menu-item > a, .header-layout2 .primary-menu .sub-menu li.current-menu-item > a, .header-layout3 .primary-menu .sub-menu li.current-menu-item > a, .header-layout1 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout2 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout3 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout1 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-layout2 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-layout3 .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #ff5e15;
    padding-left: 20px;
  }
  .header-layout1 .primary-menu .sub-menu li > a:hover:before, .header-layout2 .primary-menu .sub-menu li > a:hover:before, .header-layout3 .primary-menu .sub-menu li > a:hover:before, .header-layout1 .primary-menu .sub-menu li.current_page_item > a:before, .header-layout2 .primary-menu .sub-menu li.current_page_item > a:before, .header-layout3 .primary-menu .sub-menu li.current_page_item > a:before, .header-layout1 .primary-menu .sub-menu li.current-menu-item > a:before, .header-layout2 .primary-menu .sub-menu li.current-menu-item > a:before, .header-layout3 .primary-menu .sub-menu li.current-menu-item > a:before, .header-layout1 .primary-menu .sub-menu li.current_page_ancestor > a:before, .header-layout2 .primary-menu .sub-menu li.current_page_ancestor > a:before, .header-layout3 .primary-menu .sub-menu li.current_page_ancestor > a:before, .header-layout1 .primary-menu .sub-menu li.current-menu-ancestor > a:before, .header-layout2 .primary-menu .sub-menu li.current-menu-ancestor > a:before, .header-layout3 .primary-menu .sub-menu li.current-menu-ancestor > a:before {
    opacity: 1;
    left: 0px;
  }
  .header-layout1 .primary-menu .sub-menu li + li a, .header-layout2 .primary-menu .sub-menu li + li a, .header-layout3 .primary-menu .sub-menu li + li a {
    border-top: 1px solid rgba(0, 32, 82, 0.07);
  }
  .header-layout1 .primary-menu .sub-menu .sub-menu, .header-layout2 .primary-menu .sub-menu .sub-menu, .header-layout3 .primary-menu .sub-menu .sub-menu {
    top: -30px;
    left: 100%;
  }
  .header-layout1 .primary-menu li:hover, .header-layout2 .primary-menu li:hover, .header-layout3 .primary-menu li:hover, .header-layout1 .primary-menu li.focus, .header-layout2 .primary-menu li.focus, .header-layout3 .primary-menu li.focus {
    overflow: visible;
    /* Mega Menu */
  }
  .header-layout1 .primary-menu li:hover > .sub-menu, .header-layout2 .primary-menu li:hover > .sub-menu, .header-layout3 .primary-menu li:hover > .sub-menu, .header-layout1 .primary-menu li.focus > .sub-menu, .header-layout2 .primary-menu li.focus > .sub-menu, .header-layout3 .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
  .header-layout1 .primary-menu li.megamenu, .header-layout2 .primary-menu li.megamenu, .header-layout3 .primary-menu li.megamenu {
    position: static;
  }
  .header-layout1 .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element, .header-layout2 .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element, .header-layout3 .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
    padding: 0;
    background-color: transparent;
  }
  .header-layout1 .primary-menu li.megamenu .sub-menu, .header-layout2 .primary-menu li.megamenu .sub-menu, .header-layout3 .primary-menu li.megamenu .sub-menu {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .header-layout1 .primary-menu li.megamenu .sub-menu p, .header-layout2 .primary-menu li.megamenu .sub-menu p, .header-layout3 .primary-menu li.megamenu .sub-menu p {
    margin-bottom: 0;
  }
  .header-layout1 .primary-menu li.megamenu .sub-menu li, .header-layout2 .primary-menu li.megamenu .sub-menu li, .header-layout3 .primary-menu li.megamenu .sub-menu li {
    padding: 0;
  }
  .header-layout1 .primary-menu li.megamenu .sub-menu li > .container, .header-layout2 .primary-menu li.megamenu .sub-menu li > .container, .header-layout3 .primary-menu li.megamenu .sub-menu li > .container {
    padding: 0;
  }
  .header-layout1 .primary-menu li.megamenu .sub-menu .wpb_content_element, .header-layout2 .primary-menu li.megamenu .sub-menu .wpb_content_element, .header-layout3 .primary-menu li.megamenu .sub-menu .wpb_content_element {
    margin-bottom: 0;
  }
  .header-layout1 .primary-menu li.megamenu.remove-pos, .header-layout2 .primary-menu li.megamenu.remove-pos, .header-layout3 .primary-menu li.megamenu.remove-pos {
    position: relative;
  }
  .header-layout1 .primary-menu li.megamenu.remove-pos > .sub-menu, .header-layout2 .primary-menu li.megamenu.remove-pos > .sub-menu, .header-layout3 .primary-menu li.megamenu.remove-pos > .sub-menu {
    max-width: inherit;
    width: auto;
    left: 0;
    right: auto;
  }
  .header-layout1 .site-navigation {
    display: flex;
  }
  .header-layout1 .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-layout1 .primary-menu li {
    position: relative;
    list-style: none;
  }
  .header-layout1 .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .header-layout1 .primary-menu li .sub-menu {
    padding: 20px 0px;
  }
  .header-layout1 .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 22px;
    margin-right: 22px;
  }
  .header-layout1 .primary-menu > li > .sub-menu {
    left: 0px;
  }
  .header-layout1 .primary-menu > li:first-child {
    padding-left: 0;
  }
  .header-layout1 .primary-menu > li:first-child > .sub-menu {
    left: 0px;
  }
  .header-layout1 .primary-menu > li:last-child {
    padding-right: 0;
  }
  .header-layout1 .primary-menu > li > a {
    font-size: 15px;
    position: relative;
    line-height: 110px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #002052;
  }
  .header-layout1 .primary-menu > li:hover > a, .header-layout1 .primary-menu > li.current_page_item > a, .header-layout1 .primary-menu > li.current-menu-item > a, .header-layout1 .primary-menu > li.current_page_ancestor > a, .header-layout1 .primary-menu > li.current-menu-ancestor > a {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #ff5e15;
  }
  .header-layout1 .primary-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
    font-weight: normal;
    display: none;
    vertical-align: middle;
  }
  .header-layout1 .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .header-layout1 .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .header-layout1 .primary-menu > li > .sub-menu li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .header-layout2 {
    background-color: #00235a;
  }
  .header-layout2 .site-navigation {
    display: flex;
    align-items: center;
  }
  .header-layout2 .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 100px;
  }
  .header-layout2 .primary-menu li {
    position: relative;
    list-style: none;
  }
  .header-layout2 .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .header-layout2 .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: all 300ms linear 0ms;
    position: relative;
  }
  .header-layout2 .primary-menu > li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background-color: #fff;
    opacity: 1;
    transition: all 300ms ease-out 0ms;
  }
  .header-layout2 .primary-menu > li.current_page_item, .header-layout2 .primary-menu > li.current-menu-item, .header-layout2 .primary-menu > li.current_page_ancestor, .header-layout2 .primary-menu > li.current-menu-ancestor {
    background-color: #002661;
  }
  .header-layout2 .primary-menu > li.current_page_item > a, .header-layout2 .primary-menu > li.current-menu-item > a, .header-layout2 .primary-menu > li.current_page_ancestor > a, .header-layout2 .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  .header-layout2 .primary-menu > li.current_page_item:before, .header-layout2 .primary-menu > li.current-menu-item:before, .header-layout2 .primary-menu > li.current_page_ancestor:before, .header-layout2 .primary-menu > li.current-menu-ancestor:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 1;
    transition: all 300ms ease-out 0ms;
  }
  .header-layout2 .primary-menu > li:hover:before {
    width: 100%;
    opacity: 1;
  }
  .header-layout2 .primary-menu > li:hover {
    background-color: #002661;
  }
  .header-layout2 .primary-menu > li:hover a {
    color: #fff;
  }
  .header-layout2 .primary-menu > li > .sub-menu {
    left: 0px;
  }
  .header-layout2 .primary-menu > li > .sub-menu li a {
    color: #002052;
  }
  .header-layout2 .primary-menu > li:first-child > .sub-menu {
    left: 0px;
  }
  .header-layout2 .primary-menu > li > a {
    position: relative;
    color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .header-layout2 .primary-menu > li:hover > a, .header-layout2 .primary-menu > li.current_page_item > a, .header-layout2 .primary-menu > li.current-menu-item > a, .header-layout2 .primary-menu > li.current_page_ancestor > a, .header-layout2 .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  .header-layout2 .primary-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
    font-weight: normal;
    display: none;
    vertical-align: middle;
  }
  .header-layout2 .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .header-layout2 .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .header-layout2 .primary-menu > li > .sub-menu li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .header-layout2 .site-header-button-res {
    margin-left: 30px;
  }
  .header-layout2 .site-header-button .btn {
    display: none;
  }
  .header-layout2 .site-topbar .site-header-button .btn-sidebar {
    display: block;
  }
  .header-layout3 .site-navigation {
    display: flex;
    align-items: center;
  }
  .header-layout3 .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 90px;
    padding-left: 52px;
  }
  .header-layout3 .primary-menu li {
    position: relative;
    list-style: none;
  }
  .header-layout3 .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
  }
  .header-layout3 .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: all 300ms linear 0ms;
    position: relative;
  }
  .header-layout3 .primary-menu > li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 3px;
    background-color: #ff5e15;
    opacity: 1;
    transition: all 300ms ease-out 0ms;
  }
  .header-layout3 .primary-menu > li.current_page_item, .header-layout3 .primary-menu > li.current-menu-item, .header-layout3 .primary-menu > li.current_page_ancestor, .header-layout3 .primary-menu > li.current-menu-ancestor {
    background-color: #072a61;
  }
  .header-layout3 .primary-menu > li.current_page_item > a, .header-layout3 .primary-menu > li.current-menu-item > a, .header-layout3 .primary-menu > li.current_page_ancestor > a, .header-layout3 .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  .header-layout3 .primary-menu > li.current_page_item:before, .header-layout3 .primary-menu > li.current-menu-item:before, .header-layout3 .primary-menu > li.current_page_ancestor:before, .header-layout3 .primary-menu > li.current-menu-ancestor:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #ff5e15;
    opacity: 1;
    transition: all 300ms ease-out 0ms;
  }
  .header-layout3 .primary-menu > li:hover:before {
    width: 100%;
    opacity: 1;
  }
  .header-layout3 .primary-menu > li:hover {
    background-color: #072a61;
  }
  .header-layout3 .primary-menu > li:hover a {
    color: #fff;
  }
  .header-layout3 .primary-menu > li > .sub-menu {
    left: 0px;
  }
  .header-layout3 .primary-menu > li > .sub-menu li a {
    color: #002052;
  }
  .header-layout3 .primary-menu > li:first-child > .sub-menu {
    left: 0px;
  }
  .header-layout3 .primary-menu > li > a {
    position: relative;
    color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .header-layout3 .primary-menu > li:hover > a, .header-layout3 .primary-menu > li.current_page_item > a, .header-layout3 .primary-menu > li.current-menu-item > a, .header-layout3 .primary-menu > li.current_page_ancestor > a, .header-layout3 .primary-menu > li.current-menu-ancestor > a {
    color: #fff;
  }
  .header-layout3 .primary-menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
    font-weight: normal;
    display: none;
    vertical-align: middle;
  }
  .header-layout3 .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .header-layout3 .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .header-layout3 .primary-menu > li > .sub-menu li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .header-layout3 .site-header-button-res {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .btn-close {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #site-header-wrap.header-layout1 .primary-menu > li {
    margin-left: 22px;
    margin-right: 22px;
  }
  #site-header-wrap.header-layout2 .primary-menu > li {
    margin-left: 18px;
    margin-right: 18px;
  }
  #site-header-wrap.header-layout3 .primary-menu > li {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .site-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .site-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    color: #232d47;
  }
  .primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a {
    color: #ff5e15;
  }
  .primary-menu li .link-icon {
    margin-right: 6px;
    font-size: 90%;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu .container {
    padding: 0;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    content: "\f2fc";
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #ff5e15;
  }
  #main-menu-mobile .btn-nav-mobile {
    color: #002052;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #002052;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 23px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 11px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 17px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    top: 17px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 25px;
    background-color: #ff5e15;
    border-radius: 2px;
    color: #fff;
  }
  .main-menu-toggle:hover {
    background-color: #002052;
  }
  .main-menu-toggle:before {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
  }
  #site-header-wrap .mega-auto-width {
    display: block;
  }
  #site-header-wrap .mega-auto-width > .wpb_column {
    width: 100%;
  }
  #site-header-wrap .mega-auto-width > .wpb_column .vc_column-inner {
    padding: 0 !important;
    border: none;
  }
  #site-header-wrap .vc_wp_custommenu {
    padding: 0;
    background-color: transparent;
  }
  .mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
    padding: 0 !important;
    border: none !important;
    margin: 16px 0 !important;
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element {
  width: 285px;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
  padding: 0 40px;
  border-right: 2px solid #eaeaea;
  margin: 40px 0;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element:last-child .elementor-column-wrap {
  border-right: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu {
  background-color: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: -8px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li {
  border: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li a {
  background-color: transparent;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  padding: 8px 0;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-ancestor > a {
  color: #ff5e15;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a {
  font-weight: 700;
  font-size: 17px;
  color: #232d47;
  font-family: 'Exo', sans-serif;
  display: block;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-ancestor > a {
  color: #ff5e15;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:last-child a {
  padding-bottom: 0;
}
.mega-auto-width .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: inherit;
}
.bg-transparent {
  position: relative;
}
#pagetitle {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  margin-top: -2px;
  padding-top: 180px;
  padding-bottom: 136px;
  background-color: rgba(0, 24, 61, .55);
}
@media screen and (max-width: 1024px) {
  #pagetitle {
    background-attachment: inherit;
  }
  #pagetitle .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  #pagetitle {
    padding-top: 155px;
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 575px) {
  #pagetitle {
    padding-top: 125px;
    padding-bottom: 95px;
  }
}
#pagetitle .container {
  position: relative;
  z-index: 99;
}
#pagetitle.page-title-layout1 .page-title-inner {
  text-align: center;
}
#pagetitle.page-title-layout1 .sub-title-stroke {
  position: relative;
}
#pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
  margin-bottom: 3px;
  width: 100%;
  color: transparent;
  -webkit-text-stroke: 1px #516079;
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
}
@media screen and (max-width: 1199px) {
  #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
    font-size: 75px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(2) {
    position: absolute;
    bottom: 0;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(2) {
    font-size: 47px;
  }
}
@media screen and (max-width: 767px) {
  #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(2) {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    bottom: -4px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #pagetitle.page-title-layout1 {
    margin-left: auto;
    margin-right: auto;
  }
}
#pagetitle.page-title-layout1 .cms-breadcrumb li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
#pagetitle.page-title-layout1 .cms-breadcrumb li:after {
  content: '/';
  font-weight: 700;
  color: #fff;
  margin-left: 4px;
  margin-right: 3px;
}
#pagetitle.page-title-layout1 .cms-breadcrumb li:last-child:after {
  display: none;
}
#pagetitle.page-title-layout1 .cms-breadcrumb a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #pagetitle.page-title-layout1 .cms-breadcrumb a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #pagetitle.page-title-layout1 .cms-breadcrumb a {
    font-size: 14px;
  }
}
#pagetitle.page-title-layout1 .cms-breadcrumb span {
  font-size: 15px;
  font-weight: 700;
  color: #ff5e15;
}
@media screen and (max-width: 767px) {
  #pagetitle.page-title-layout1 .cms-breadcrumb span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #pagetitle.page-title-layout1 .cms-breadcrumb span {
    font-size: 14px;
  }
}
.nav-custom, .nav-custom-home2 {
  background-color: #fff;
  box-shadow: 0 0 15px #efeeee;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .nav-custom, .nav-custom-home2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .nav-custom, .nav-custom-home2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    box-shadow: none;
  }
  .nav-custom:before, .nav-custom-home2:before {
    font-size: 20px;
    color: #002052;
  }
}
@media screen and (max-width: 1199px) {
  .nav-custom:before, .nav-custom-home2:before {
    display: none;
  }
}
.nav-custom:nth-child(1):before, .nav-custom-home2:nth-child(1):before {
  position: absolute;
  content: '\f060' !important;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  transition: 0.3s;
}
.nav-custom:nth-child(2):before, .nav-custom-home2:nth-child(2):before {
  position: absolute;
  content: '\f061' !important;
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  transition: 0.3s;
}
.nav-custom:hover, .nav-custom-home2:hover {
  box-shadow: none;
  background-color: #ff5e15;
}
.nav-custom:hover:before, .nav-custom-home2:hover:before {
  color: #fff;
}
.nav-custom-home2 {
  box-shadow: none !important;
}
.author-admin .page-title:nth-child(1) {
  font-size: 80px !important;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .author-admin .page-title:nth-child(1) {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .author-admin .page-title:nth-child(1) {
    font-size: 50px !important;
  }
}
.author-admin .page-title:nth-child(2) {
  bottom: -10px !important;
}
@media screen and (max-width: 575px) {
  .author-admin .page-title:nth-child(2) {
    font-size: 40px !important;
  }
}
.single-post .page-title-layout1 .sub-title-stroke .page-title:nth-child(2) {
  word-break: break-word;
}
@media screen and (max-width: 1199px) {
  .single.single-product .page-title-layout1 {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
.single.single-product .page-title-layout1 .page-title-product .page-title {
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .single.single-product .page-title-layout1 .page-title-product .page-title {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  .single.single-product .page-title-layout1 .page-title-product .page-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 575px) {
  .single.single-product .page-title-layout1 .page-title-product .page-title {
    font-size: 40px;
  }
}
.single-post .page-title-inner .page-title-holder .page-title {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .single-post .page-title-inner .page-title-holder .page-title {
    font-size: 65px;
  }
}
@media screen and (max-width: 767px) {
  .single-post .page-title-inner .page-title-holder .page-title {
    font-size: 55px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .page-title-inner .page-title-holder .page-title {
    font-size: 40px;
  }
}
.comments-area #comment {
  border-radius: 0;
}
.comments-area .row input {
  border-radius: 0;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-featured {
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.format-gallery .entry-featured img {
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #ff5e15;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.posts-pagination {
  margin-top: 35px;
  clear: both;
  width: 100%;
}
.posts-pagination .posts-page-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  height: 50px;
  min-width: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #002052;
  cursor: pointer;
  margin-right: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  transition: all 0.4s;
}
@media screen and (max-width: 575px) {
  .posts-pagination .page-numbers {
    height: 40px;
    min-width: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.posts-pagination .page-numbers i {
  font-size: 16px;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers .page-number {
  background-color: #ff5e15;
  border-color: #ff5e15;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(255, 94, 21, .3);
}
.posts-pagination .page-numbers.next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #002052;
}
.posts-pagination .page-numbers.next:hover {
  color: #fff;
  background-color: #ff5e15;
  border-color: #ff5e15;
  box-shadow: 0px 8px 16px 0px rgba(255, 94, 21, .3);
}
@media screen and (max-width: 575px) {
  .posts-pagination .page-numbers.next {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.posts-pagination .page-numbers.prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
}
.posts-pagination .page-numbers.prev:hover {
  color: #fff;
  background-color: #ff5e15;
  border-color: #ff5e15;
  box-shadow: 0px 8px 16px 0px rgba(255, 94, 21, .3);
}
@media screen and (max-width: 575px) {
  .posts-pagination .page-numbers.prev {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.posts-pagination .page-numbers:hover {
  color: #fff;
  background-color: #ff5e15;
  border-color: #ff5e15;
  box-shadow: 0px 8px 16px 0px rgba(255, 94, 21, .3);
}
.no-results .search-form {
  position: relative;
}
.no-results .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #282828;
  background-color: transparent;
  padding: 0 25px;
  height: 100%;
  cursor: pointer;
  outline: none;
}
.entry-author-info {
  background-color: #0a084b;
  box-shadow: 5px 0 83px rgba(40, 40, 40, 0.08);
}
img.image-space {
  margin-top: 9px;
  margin-bottom: 6px;
}
.entry-title {
  margin-top: 5px;
  margin-bottom: 15px;
}
.entry-title a {
  color: inherit;
  font-size: 30px;
}
.entry-title a:hover {
  color: #ff5e15;
}
.entry-featured {
  position: relative;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.single-hentry.archive {
  margin-bottom: 60px;
}
.single-hentry.archive .entry-featured {
  position: relative;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .single-hentry.archive .entry-featured img {
    width: 100%;
  }
}
.single-hentry.archive .entry-holder .entry-meta li.item-author img {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.single-hentry.archive .entry-holder .entry-title {
  font-size: 30px;
  color: #002052;
}
.single-hentry.archive .entry-holder .entry-title a {
  color: inherit;
}
.single-hentry.archive .entry-holder .entry-title a:hover {
  color: #ff5e15;
}
.single-hentry.archive .entry-content {
  margin-bottom: 25px;
}
.single-hentry.archive .entry-readmore .btn-more {
  position: relative;
  display: inline-block;
  color: #002052;
  padding-bottom: 2px;
  font-weight: bold;
  font-family: 'Exo', sans-serif;
  cursor: pointer;
}
.single-hentry.archive .entry-readmore .btn-more:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #002052;
  transition: 0.4s;
}
.single-hentry.archive .entry-readmore .btn-more:hover {
  color: #ff5e15;
}
.single-hentry.archive .entry-readmore .btn-more:hover:after {
  background-color: #ff5e15;
}
.info-post-detail {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.info-post-detail:before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background-color: #ff5e15;
}
.info-post-detail .item-date i {
  color: #ff5e15;
  margin-right: 7px;
}
.info-post-detail .item-date span {
  font-size: 15px;
  color: #002052;
  font-weight: 400;
}
@media screen and (max-width: 420px) {
  .info-post-detail {
    display: block;
  }
  .info-post-detail .item-date {
    margin-top: 10px;
  }
}
.entry-meta li {
  list-style: none;
}
.single-post .content-inner {
  margin-top: 10px;
}
.single-post .single-hentry .single-meta .entry-meta {
  margin-bottom: 0px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.single-post .single-hentry .single-meta .entry-meta li {
  list-style: none;
  margin-right: 59px;
}
@media screen and (max-width: 767px) {
  .single-post .single-hentry .single-meta .entry-meta li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .single-hentry .single-meta .entry-meta li {
    margin-right: 25px;
  }
}
.single-post .single-hentry .single-meta .entry-meta li i {
  font-size: 15px;
  color: #ff5e15;
  margin-right: 11px;
}
.single-post .single-hentry .single-meta .entry-meta li a {
  font-size: 15px;
  color: #002052;
  font-weight: 400;
}
.single-post .single-hentry .single-meta .entry-meta li a:hover {
  text-decoration: underline;
}
.single-post .single-hentry .single-meta .entry-meta li.item-author i {
  margin-right: 7px;
}
.single-post .single-hentry .single-meta .entry-meta li.item-author img {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.single-post .single-hentry .entry-title {
  margin-top: 21px;
  margin-bottom: 12px;
}
.single-post .single-hentry .entry-title a {
  font-size: 40px;
  line-height: 1.25;
  text-transform: uppercase;
}
.single-post .single-hentry .single-title {
  font-size: 30px;
  margin-bottom: 15px;
}
.single-post .entry-featured {
  position: relative;
  margin-bottom: 37px;
}
@media screen and (max-width: 991px) {
  .single-post .entry-featured img {
    width: 100%;
  }
}
.single-post .entry-featured .item-date {
  font-size: 40px;
}
.single-post .entry-botton {
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .single-post .entry-botton {
    display: flex;
    align-items: center;
  }
  .single-post .entry-botton .col-box-social {
    width: 50%;
  }
  .single-post .entry-botton .entry-tags {
    width: 50%;
  }
}
.single-post .entry-botton .col-box-social {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .single-post .entry-botton .col-box-social {
    justify-content: flex-start;
  }
}
.single-post .entry-botton .col-box-social label {
  color: #002052;
  margin-right: 16px;
  display: inline-block;
  position: relative;
  top: -3px;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Exo', sans-serif;
}
.single-post .entry-botton .col-box-social .entry-socail {
  display: inline-block;
  margin-bottom: 0;
}
.single-post .entry-botton .col-box-social .entry-socail li {
  display: inline-block;
}
.single-post .entry-botton .col-box-social .entry-socail li a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
  background-color: #ff5e15;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  color: #fff;
  cursor: pointer;
}
.single-post .entry-botton .col-box-social .entry-socail li a i {
  position: absolute;
}
.single-post .entry-botton .col-box-social .entry-socail li a i:nth-child(1) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  top: 10px;
  left: 10px;
}
.single-post .entry-botton .col-box-social .entry-socail li a i:nth-child(2) {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  bottom: 0;
  left: 10px;
}
.single-post .entry-botton .col-box-social .entry-socail li a:hover i {
  position: absolute;
}
.single-post .entry-botton .col-box-social .entry-socail li a:hover i:nth-child(1) {
  opacity: 0;
  top: -10px;
}
.single-post .entry-botton .col-box-social .entry-socail li a:hover i:nth-child(2) {
  opacity: 1;
  bottom: 10px;
}
.single-post .entry-botton .col-box-social .entry-socail li a i:before {
  font-family: "FontAwesome";
}
.single-post .entry-botton .col-box-social .entry-socail li a.fb-social i:nth-child(1) {
  left: 12px;
}
.single-post .entry-botton .col-box-social .entry-socail li a.fb-social i:nth-child(2) {
  left: 12px;
}
.single-post .entry-botton .col-box-social .entry-socail li:nth-child(1) a {
  background-color: #1ab9ff;
}
.single-post .entry-botton .col-box-social .entry-socail li:nth-child(2) a {
  background-color: #ffc000;
}
.single-post .entry-botton .col-box-social .entry-socail li:nth-child(3) a {
  background-color: #f66;
}
.single-post .entry-botton .entry-tags {
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .single-post .entry-botton .entry-tags {
    margin-bottom: 30px;
  }
}
.single-post .entry-botton .entry-tags label {
  color: #002052;
  margin-right: 15px;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Exo', sans-serif;
}
@media screen and (max-width: 575px) {
  .single-post .entry-botton .entry-tags label {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 32, 82, 0.2);
    margin-right: 0;
  }
}
.single-post .entry-botton .entry-tags a {
  font-size: 13px;
  border: none;
  display: inline-block;
  background-color: rgba(0, 32, 82, 0.05);
  color: #002052;
  padding: 9px 17px;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  position: relative;
}
.single-post .entry-botton .entry-tags a:hover {
  background-color: #ff5e15;
  color: #fff;
}
.single-post .entry-navigation {
  margin-top: 31px;
}
.single-post .entry-navigation .nav-post-img {
  width: 90px;
  min-width: 90px;
  height: 63px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.single-post .entry-navigation .nav-post-img img {
  width: 100%;
}
.single-post .entry-navigation .nav-post-img a i {
  position: absolute;
  top: 50%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.single-post .entry-navigation .nav-post-img a:after {
  z-index: 1;
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  opacity: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 94, 21, 0.9);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.single-post .entry-navigation .nav-post-img a:hover i {
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-post .entry-navigation .nav-post-img a:hover:after {
  opacity: 1;
  width: 100%;
}
.single-post .entry-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next .nav-post-img a:after {
  -webkit-border-radius: 0 150px 150px 0;
  -khtml-border-radius: 0 150px 150px 0;
  -moz-border-radius: 0 150px 150px 0;
  -ms-border-radius: 0 150px 150px 0;
  -o-border-radius: 0 150px 150px 0;
  border-radius: 0 150px 150px 0;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next a i {
  left: 20px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next a:after {
  left: 0;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a i {
  opacity: 1;
  left: 45px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a:after {
  -webkit-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  opacity: 1;
  width: 100%;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev .nav-post-img a:after {
  -webkit-border-radius: 150px 0 0 150px;
  -khtml-border-radius: 150px 0 0 150px;
  -moz-border-radius: 150px 0 0 150px;
  -ms-border-radius: 150px 0 0 150px;
  -o-border-radius: 150px 0 0 150px;
  border-radius: 150px 0 0 150px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev a i {
  right: 25px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev a:after {
  right: 0;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a i {
  opacity: 1;
  right: 45px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a:after {
  -webkit-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  opacity: 1;
  width: 100%;
}
.single-post .entry-navigation .nav-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 50%;
  padding: 0 15px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .single-post .entry-navigation .nav-item.nav-post-next {
    flex-direction: row-reverse;
    text-align: right;
  }
  .single-post .entry-navigation .nav-item.nav-post-next .nav-post-img {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .entry-navigation .nav-item {
    width: 100%;
    align-items: flex-start;
  }
  .single-post .entry-navigation .nav-item + .nav-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .single-post .entry-navigation .nav-post-meta {
    line-height: 1.4;
  }
}
.single-post .entry-navigation .nav-post-meta label {
  font-size: 13px;
  display: block;
  font-style: italic;
  margin-bottom: 3px;
}
.single-post .entry-navigation .nav-post-meta a {
  font-size: 16px;
  font-family: 'Exo', sans-serif;
  color: #002052;
}
.single-post .entry-navigation .nav-post-meta a:hover {
  color: #ff5e15;
}
@media screen and (max-width: 575px) {
  .single-post .entry-navigation .nav-post-meta a {
    font-size: 15px;
  }
}
.single-post .entry-author-info {
  margin-top: 48px;
}
.single-post .entry-author-info .author-name a {
  color: #fff;
  font-size: 25px;
  font-family: 'Poppins ExtraBoldt', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.single-post .entry-author-info .author-post {
  padding: 50px 50px;
}
@media screen and (min-width: 576px) {
  .single-post .entry-author-info .author-post {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .single-post .entry-author-info .author-post {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .single-post .entry-author-info .author-post {
    text-align: center;
    padding: 15px;
  }
}
.single-post .entry-author-info .author-avatar {
  width: 140px;
  min-width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .single-post .entry-author-info .author-avatar {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .single-post .entry-author-info .author-avatar {
    margin: 0 auto 35px;
  }
}
.single-post .entry-author-info .author-avatar img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 32, 82, 0.09);
}
.single-post .entry-author-info .author-description .title-socials {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.single-post .entry-author-info .author-description p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #cacaca;
  line-height: 1.75;
  margin-bottom: 5px;
}
.single-post .entry-author-info .user-social {
  list-style: none;
  margin-left: 45px;
  margin-bottom: 0px;
}
.single-post .entry-author-info .user-social li {
  display: inline-block;
  margin-left: 5px;
}
.single-post .entry-author-info .user-social li a i {
  font-size: 15px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s;
}
.single-post .entry-author-info .user-social li a i:hover {
  background-color: #ff5e15;
  color: #fff;
}
.single-post .entry-author-info .user-social li a i:before {
  font-family: "FontAwesome";
}
.single-post .entry-author-info .user-social li a .fa-facebook {
  background-color: #3b5998;
}
.single-post .entry-author-info .user-social li a .fa-google-plus {
  background-color: #d13f2d;
}
.single-post .entry-author-info .user-social li a .fa-twitter {
  background-color: #6acff4;
}
.single-post .entry-author-info .user-social li:last-child {
  margin-right: 0;
}
.single-post .entry-content .page-links {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .category .single-hentry, .post-type-archive-service .single-hentry, .author-admin .single-hentry, .blog .single-hentry, .date .single-hentry {
    margin-bottom: 50px;
  }
}
.category .single-hentry .entry-featured, .post-type-archive-service .single-hentry .entry-featured, .author-admin .single-hentry .entry-featured, .blog .single-hentry .entry-featured, .date .single-hentry .entry-featured {
  margin-bottom: 16px;
}
.category .single-hentry .entry-featured + .entry-body .content-body, .post-type-archive-service .single-hentry .entry-featured + .entry-body .content-body, .author-admin .single-hentry .entry-featured + .entry-body .content-body, .blog .single-hentry .entry-featured + .entry-body .content-body, .date .single-hentry .entry-featured + .entry-body .content-body {
  padding: 5px 30px 0;
}
@media screen and (max-width: 575px) {
  .category .single-hentry .entry-featured + .entry-body .content-body, .post-type-archive-service .single-hentry .entry-featured + .entry-body .content-body, .author-admin .single-hentry .entry-featured + .entry-body .content-body, .blog .single-hentry .entry-featured + .entry-body .content-body, .date .single-hentry .entry-featured + .entry-body .content-body {
    padding: 0 20px;
  }
}
.category .single-hentry .total-meta .item-date i, .post-type-archive-service .single-hentry .total-meta .item-date i, .author-admin .single-hentry .total-meta .item-date i, .blog .single-hentry .total-meta .item-date i, .date .single-hentry .total-meta .item-date i {
  color: #ff5e15;
  padding-right: 5px;
}
.category .single-hentry .total-meta .item-date span, .post-type-archive-service .single-hentry .total-meta .item-date span, .author-admin .single-hentry .total-meta .item-date span, .blog .single-hentry .total-meta .item-date span, .date .single-hentry .total-meta .item-date span {
  color: #002052;
  font-size: 14px;
  font-weight: 400;
}
.category .single-hentry .total-meta .entry-meta, .post-type-archive-service .single-hentry .total-meta .entry-meta, .author-admin .single-hentry .total-meta .entry-meta, .blog .single-hentry .total-meta .entry-meta, .date .single-hentry .total-meta .entry-meta {
  margin-bottom: 0;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.category .single-hentry .total-meta .entry-meta:before, .post-type-archive-service .single-hentry .total-meta .entry-meta:before, .author-admin .single-hentry .total-meta .entry-meta:before, .blog .single-hentry .total-meta .entry-meta:before, .date .single-hentry .total-meta .entry-meta:before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background-color: #ff5e15;
}
.category .single-hentry .total-meta .entry-meta .item-category a, .post-type-archive-service .single-hentry .total-meta .entry-meta .item-category a, .author-admin .single-hentry .total-meta .entry-meta .item-category a, .blog .single-hentry .total-meta .entry-meta .item-category a, .date .single-hentry .total-meta .entry-meta .item-category a {
  color: #ff5e15;
}
.category .single-hentry .total-meta .entry-meta .item-author i, .post-type-archive-service .single-hentry .total-meta .entry-meta .item-author i, .author-admin .single-hentry .total-meta .entry-meta .item-author i, .blog .single-hentry .total-meta .entry-meta .item-author i, .date .single-hentry .total-meta .entry-meta .item-author i, .category .single-hentry .total-meta .entry-meta .item-comment i, .post-type-archive-service .single-hentry .total-meta .entry-meta .item-comment i, .author-admin .single-hentry .total-meta .entry-meta .item-comment i, .blog .single-hentry .total-meta .entry-meta .item-comment i, .date .single-hentry .total-meta .entry-meta .item-comment i {
  color: #ff5e15;
  padding-right: 5px;
}
.category .single-hentry .total-meta .entry-meta .item-author:hover a, .post-type-archive-service .single-hentry .total-meta .entry-meta .item-author:hover a, .author-admin .single-hentry .total-meta .entry-meta .item-author:hover a, .blog .single-hentry .total-meta .entry-meta .item-author:hover a, .date .single-hentry .total-meta .entry-meta .item-author:hover a, .category .single-hentry .total-meta .entry-meta .item-comment:hover a, .post-type-archive-service .single-hentry .total-meta .entry-meta .item-comment:hover a, .author-admin .single-hentry .total-meta .entry-meta .item-comment:hover a, .blog .single-hentry .total-meta .entry-meta .item-comment:hover a, .date .single-hentry .total-meta .entry-meta .item-comment:hover a {
  color: #ff5e15;
}
.category .single-hentry .total-meta .entry-meta li, .post-type-archive-service .single-hentry .total-meta .entry-meta li, .author-admin .single-hentry .total-meta .entry-meta li, .blog .single-hentry .total-meta .entry-meta li, .date .single-hentry .total-meta .entry-meta li {
  margin-right: 20px;
  display: inline-block;
}
.category .single-hentry .total-meta .entry-meta li a, .post-type-archive-service .single-hentry .total-meta .entry-meta li a, .author-admin .single-hentry .total-meta .entry-meta li a, .blog .single-hentry .total-meta .entry-meta li a, .date .single-hentry .total-meta .entry-meta li a {
  color: #002052;
}
.category .single-hentry .total-meta .entry-meta .item-author i, .post-type-archive-service .single-hentry .total-meta .entry-meta .item-author i, .author-admin .single-hentry .total-meta .entry-meta .item-author i, .blog .single-hentry .total-meta .entry-meta .item-author i, .date .single-hentry .total-meta .entry-meta .item-author i {
  color: #ff5e15;
  padding-right: 5px;
}
.category .single-hentry .total-meta .entry-meta .item-author a, .post-type-archive-service .single-hentry .total-meta .entry-meta .item-author a, .author-admin .single-hentry .total-meta .entry-meta .item-author a, .blog .single-hentry .total-meta .entry-meta .item-author a, .date .single-hentry .total-meta .entry-meta .item-author a {
  color: #002052;
  font-weight: 400;
}
.category .single-hentry .entry-title, .post-type-archive-service .single-hentry .entry-title, .author-admin .single-hentry .entry-title, .blog .single-hentry .entry-title, .date .single-hentry .entry-title {
  margin-bottom: 12px;
}
.category .single-hentry .entry-title a, .post-type-archive-service .single-hentry .entry-title a, .author-admin .single-hentry .entry-title a, .blog .single-hentry .entry-title a, .date .single-hentry .entry-title a {
  font-size: 23px;
}
@media screen and (max-width: 575px) {
  .category .single-hentry .entry-title a, .post-type-archive-service .single-hentry .entry-title a, .author-admin .single-hentry .entry-title a, .blog .single-hentry .entry-title a, .date .single-hentry .entry-title a {
    font-size: 23px !important;
  }
}
.category .single-hentry .entry-content, .post-type-archive-service .single-hentry .entry-content, .author-admin .single-hentry .entry-content, .blog .single-hentry .entry-content, .date .single-hentry .entry-content {
  margin-bottom: 20px;
}
.archive-classes-hentry .grid-item-inner {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .archive-classes-hentry .grid-item-inner {
    margin-bottom: 30px;
  }
}
.archive-classes-hentry .grid-item-inner:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -4px);
  -khtml-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.archive-classes-hentry .classes-item {
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid rgba(119, 119, 119, 0.18);
  overflow: hidden;
  background-color: #fff;
}
.archive-classes-hentry .classes-item .entry-featured {
  background-color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.archive-classes-hentry .classes-item .entry-featured a {
  position: absolute;
  top: 80%;
  left: 50%;
  width: 54px;
  height: 54px;
  font-weight: 500;
  border: 2px solid #fff;
  line-height: 50px;
  text-align: center;
  opacity: 0;
  z-index: 2;
  color: #fff;
  font-size: 50px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.archive-classes-hentry .classes-item .entry-featured:before, .archive-classes-hentry .classes-item .entry-featured:after {
  display: block;
  content: "";
  position: absolute;
}
.archive-classes-hentry .classes-item .entry-featured:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5e15), to(#ad03af));
  background-image: -webkit-linear-gradient(top, #ff5e15, #ad03af);
  background-image: -moz-linear-gradient(top, #ff5e15, #ad03af);
  background-image: -ms-linear-gradient(top, #ff5e15, #ad03af);
  background-image: -o-linear-gradient(top, #ff5e15, #ad03af);
  background-image: linear-gradient(top, #ff5e15, #ad03af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e15', endColorStr='#ad03af');
  opacity: 0.5;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.archive-classes-hentry .classes-item .entry-featured:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-repeat: repeat-x;
  background-image: url(../images/img-dotted.png);
}
.archive-classes-hentry .classes-item .entry-body {
  text-align: center;
  padding: 15px 25px 27px;
}
@media screen and (max-width: 1199px) {
  .archive-classes-hentry .classes-item .entry-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.archive-classes-hentry .classes-item .entry-title {
  font-size: 20px;
  margin-bottom: 18px;
}
.archive-classes-hentry .classes-item .entry-content {
  margin-bottom: 27px;
  font-size: 15px;
  line-height: 25px;
}
.archive-classes-hentry .classes-item .entry-meta {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-top: 17px;
  border-top: 1px solid rgba(119, 119, 119, 0.18);
}
.archive-classes-hentry .classes-item .entry-meta:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.archive-classes-hentry .classes-item .entry-meta .item-box label {
  font-size: 15px;
  font-weight: 500;
  color: #002052;
  margin-bottom: 4px;
}
.archive-classes-hentry .classes-item .entry-meta .item-box .box-value {
  font-size: 13px;
  color: #ff5e15;
}
.archive-classes-hentry .classes-item:hover .entry-featured a {
  top: 50%;
  opacity: 1;
}
.archive-classes-hentry .classes-item:hover .entry-featured:before {
  top: 0;
}
.archive-classes-hentry .classes-item:hover .entry-meta:before {
  opacity: 1;
  width: 100%;
}
.archive-classes-hentry .posts-pagination {
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .entry-body .author-description .title-socials .user-social {
    margin-top: 7px;
    margin-left: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  blockquote p {
    margin-top: 2px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .single-hentry {
    margin-top: 15px;
  }
  .entry-body .author-description .title-socials .user-social {
    margin-left: 45px;
  }
  blockquote p {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .entry-body .entry-author-info {
    margin-top: 35px;
  }
  .entry-body .entry-author-info .author-post {
    padding: 20px 25px;
  }
  .entry-body .entry-author-info .author-description .title-socials {
    display: block;
  }
  .entry-body .entry-author-info .author-description .title-socials .user-social {
    margin-top: 7px;
    margin-left: 0;
    padding-bottom: 10px;
  }
  .entry-body .entry-author-info .author-description .title-socials .user-social li {
    margin-left: 0;
    padding-right: 5px;
  }
  blockquote p {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .single-hentry {
    margin-top: 10px;
  }
  .single-hentry .entry-body .entry-title {
    margin-bottom: 15px;
    line-height: 1;
  }
  .single-hentry .entry-body .entry-title a {
    font-size: 28px;
  }
  blockquote {
    margin-top: 20px;
  }
  blockquote p {
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  #post-1151 .elementor-element-populated {
    padding: 0;
  }
  #post-1151 blockquote p {
    margin-top: 7px;
    padding-left: 160px;
    padding-right: 160px;
  }
}
.elementor-page-1151 #post-1151 blockquote p {
  padding-left: 160px;
  padding-right: 160px;
}
@media screen and (max-width: 1024px) {
  .elementor-page-1151 #post-1151 blockquote p {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .elementor-page-1151 #post-1151 blockquote p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  .elementor-page-1151 #post-1151 blockquote p {
    font-size: 18px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .elementor-page-1151 #post-1151 .entry-featured {
    margin-bottom: 53px;
  }
  .elementor-page-1151 #post-1151 .entry-body {
    padding-left: 100px;
    padding-right: 100px;
  }
  .elementor-page-1151 #post-1151 .entry-body .entry-author-info {
    margin-top: 65px;
  }
  .elementor-page-1151 .comments-area {
    padding-left: 100px;
    padding-right: 100px;
  }
  .elementor-page-1151 .item-featured {
    overflow: hidden;
  }
  .elementor-page-1151 .item-featured a img {
    transition: 0.6s;
  }
  .elementor-page-1151 .item-featured a img:hover {
    transform: scale(1.1);
  }
  .elementor-page-1151 .entry-holder .item-comment {
    transition: 0.6s;
  }
  .elementor-page-1151 .entry-holder:hover .item-comment {
    transform: translate(7px, -7px);
  }
  .elementor-page-1151 .entry-holder:hover .entry-title a {
    color: #ff5e15;
  }
  .elementor-page-1151 .entry-holder:hover .entry-title a {
    color: #ff5e15 !important;
  }
}
@media screen and (max-width: 1024px) {
  .postype-single .entry-featured {
    margin-top: 10px;
  }
}
.postype-single .entry-body .page-sub-title {
  margin-top: 84px;
  font-size: 17px;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .postype-single .entry-body .page-sub-title {
    margin-top: 60px;
  }
}
.postype-single .entry-body .entry-title {
  margin-top: 18px;
  margin-bottom: 35px;
  color: #232d47;
  line-height: 30px;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  line-height: 50px;
}
.postype-single .entry-body .entry-title a {
  font-size: 45px;
}
@media screen and (max-width: 575px) {
  .postype-single .entry-body .entry-title a {
    font-size: 35px;
  }
}
.postype-single .entry-body .excerpt {
  font-size: 18px;
  color: #666;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .postype-single .entry-body .excerpt {
    padding-right: 91px;
  }
}
.postype-single .entry-info {
  margin-top: 60px;
  border: 5px solid #f8f8f8;
  padding: 20px 50px 20px 42px;
}
@media screen and (max-width: 575px) {
  .postype-single .entry-info {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 991px) {
  .postype-single .entry-info {
    margin-top: 50px;
  }
}
.postype-single .entry-info li {
  position: relative;
  list-style: none;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #ddd;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .postype-single .entry-info li {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.postype-single .entry-info li:last-child {
  border-bottom: none;
}
.postype-single .entry-info li .icon-client {
  position: absolute;
}
.postype-single .entry-info li .icon-client i {
  font-size: 45px;
  color: #ff5e15;
}
@media screen and (max-width: 575px) {
  .postype-single .entry-info li .icon-client i {
    font-size: 37px;
  }
}
.postype-single .entry-info li .client-text label {
  padding-left: 62px;
  display: block;
  color: #333;
  font-size: 20px;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
}
.postype-single .entry-info li .client-text span {
  padding-left: 62px;
  color: #666;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
}
.postype-single .entry-info li .client-text span a {
  color: #666;
}
@media screen and (max-width: 575px) {
  .postype-single .entry-info li .client-text label {
    padding-left: 44px;
    font-size: 17px;
  }
  .postype-single .entry-info li .client-text span {
    padding-left: 44px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .postype-single .img-project-single img {
    text-align: center;
    max-width: 340px;
    max-height: 410px;
  }
}
.quote-project-single blockquote {
  margin-top: 72px;
}
@media screen and (min-width: 1200px) {
  .quote-project-single blockquote {
    padding-left: 230px;
    margin-right: 230px;
  }
}
@media screen and (max-width: 1199px) {
  .quote-project-single blockquote {
    padding-left: 100px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .quote-project-single blockquote {
    padding-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .quote-project-single blockquote {
    margin-top: 45px;
  }
}
@media screen and (max-width: 575px) {
  .quote-project-single blockquote {
    padding-left: 0px;
    margin-right: 0px;
  }
}
.quote-project-single blockquote:before {
  font-size: 100px;
  font-weight: 800;
}
.quote-project-single blockquote p {
  margin-top: 4px;
  color: #f84d55;
  font-size: 22px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  .quote-project-single blockquote p {
    margin-top: 0px;
  }
}
.entry-navigation-postype {
  position: relative;
  margin-top: 70px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .entry-navigation-postype {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .entry-navigation-postype {
    margin-top: 30px;
  }
}
.entry-navigation-postype .nav-links {
  display: flex;
  justify-content: space-between;
}
.entry-navigation-postype .nav-links:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #fafafa;
  top: 50%;
  z-index: -1;
}
.entry-navigation-postype .nav-item .nav-post-prev a i {
  padding-right: 13px;
}
.entry-navigation-postype .nav-item .nav-post-next a i {
  padding-left: 13px;
}
.entry-navigation-postype .nav-item a {
  display: inline-block;
  padding-left: 55px;
  padding-right: 55px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fafafa;
  cursor: pointer;
  font-size: 16px;
  color: #1c1c1c;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}
.entry-navigation-postype .nav-item a i {
  font-size: 13px;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .entry-navigation-postype .nav-item a {
    padding-left: 40px;
    padding-right: 40px;
    height: 65px;
    line-height: 65px;
  }
}
@media screen and (max-width: 575px) {
  .entry-navigation-postype .nav-item a {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  .entry-navigation-postype .nav-item a i {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
}
.entry-navigation-postype .nav-item a:hover {
  color: #fff;
  background-color: #ff5e15;
}
.entry-navigation-postype .nav-item a:hover i {
  color: #fff;
}
.tax-portfolio-category .page-title-layout1, .category .page-title-layout1, .post-type-archive-portfolio .page-title-layout1, .attachment-template-default .page-title-layout1 {
  padding-top: 290px !important;
}
@media screen and (max-width: 991px) {
  .tax-portfolio-category .page-title-layout1, .category .page-title-layout1, .post-type-archive-portfolio .page-title-layout1, .attachment-template-default .page-title-layout1 {
    padding-top: 230px !important;
  }
}
@media screen and (max-width: 575px) {
  .tax-portfolio-category .page-title-layout1, .category .page-title-layout1, .post-type-archive-portfolio .page-title-layout1, .attachment-template-default .page-title-layout1 {
    padding-top: 125px !important;
    padding-bottom: 85px !important;
  }
}
.tax-portfolio-category .sub-title-stroke .page-title:nth-child(1), .category .sub-title-stroke .page-title:nth-child(1), .post-type-archive-portfolio .sub-title-stroke .page-title:nth-child(1), .attachment-template-default .sub-title-stroke .page-title:nth-child(1) {
  display: none;
}
@media screen and (max-width: 575px) {
  .tax-portfolio-category .sub-title-stroke .page-title:nth-child(2), .category .sub-title-stroke .page-title:nth-child(2), .post-type-archive-portfolio .sub-title-stroke .page-title:nth-child(2), .attachment-template-default .sub-title-stroke .page-title:nth-child(2) {
    font-size: 38px !important;
    line-height: 1.25;
  }
}
.tax-portfolio-category .archive-hentry, .category .archive-hentry, .post-type-archive-portfolio .archive-hentry, .attachment-template-default .archive-hentry {
  padding-bottom: 30px;
}
.tax-portfolio-category .post-image, .category .post-image, .post-type-archive-portfolio .post-image, .attachment-template-default .post-image {
  position: relative;
}
.tax-portfolio-category .post-image .portfolio-item__hover, .category .post-image .portfolio-item__hover, .post-type-archive-portfolio .post-image .portfolio-item__hover, .attachment-template-default .post-image .portfolio-item__hover {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: 0.4s;
}
.tax-portfolio-category .post-image .portfolio-item__hover a, .category .post-image .portfolio-item__hover a, .post-type-archive-portfolio .post-image .portfolio-item__hover a, .attachment-template-default .post-image .portfolio-item__hover a {
  font-size: 25px;
  color: #fff;
}
.tax-portfolio-category .post-image:before, .category .post-image:before, .post-type-archive-portfolio .post-image:before, .attachment-template-default .post-image:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 0%;
  background-color: #ff5e15;
  opacity: 0.7;
  transition: all 0.6s ease;
  z-index: 1;
}
.tax-portfolio-category .entry-body-portfolio, .category .entry-body-portfolio, .post-type-archive-portfolio .entry-body-portfolio, .attachment-template-default .entry-body-portfolio {
  padding: 0 20px;
}
.tax-portfolio-category .entry-body-portfolio .entry-title, .category .entry-body-portfolio .entry-title, .post-type-archive-portfolio .entry-body-portfolio .entry-title, .attachment-template-default .entry-body-portfolio .entry-title {
  margin-bottom: 7px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .tax-portfolio-category .entry-body-portfolio .entry-title, .category .entry-body-portfolio .entry-title, .post-type-archive-portfolio .entry-body-portfolio .entry-title, .attachment-template-default .entry-body-portfolio .entry-title {
    margin-top: 10px;
  }
}
.tax-portfolio-category .entry-body-portfolio .entry-title a, .category .entry-body-portfolio .entry-title a, .post-type-archive-portfolio .entry-body-portfolio .entry-title a, .attachment-template-default .entry-body-portfolio .entry-title a {
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  .tax-portfolio-category .entry-body-portfolio .entry-title a, .category .entry-body-portfolio .entry-title a, .post-type-archive-portfolio .entry-body-portfolio .entry-title a, .attachment-template-default .entry-body-portfolio .entry-title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tax-portfolio-category .grid-item-inner, .category .grid-item-inner, .post-type-archive-portfolio .grid-item-inner, .attachment-template-default .grid-item-inner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.tax-portfolio-category .grid-item-inner:hover .post-image:before, .category .grid-item-inner:hover .post-image:before, .post-type-archive-portfolio .grid-item-inner:hover .post-image:before, .attachment-template-default .grid-item-inner:hover .post-image:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tax-portfolio-category .grid-item-inner:hover .post-image .portfolio-item__hover, .category .grid-item-inner:hover .post-image .portfolio-item__hover, .post-type-archive-portfolio .grid-item-inner:hover .post-image .portfolio-item__hover, .attachment-template-default .grid-item-inner:hover .post-image .portfolio-item__hover {
  opacity: 1;
  top: 50%;
}
.tax-portfolio-category .posts-pagination, .category .posts-pagination, .post-type-archive-portfolio .posts-pagination, .attachment-template-default .posts-pagination {
  margin: 0 auto;
}
.tag-title .entry-title a {
  word-break: break-word;
}
.attachment .single-meta .entry-meta {
  margin-bottom: 0;
  margin-right: 15px;
}
.attachment .single-meta .item-author {
  display: inline-block;
  margin-right: 15px;
}
.attachment .single-meta .item-author a {
  color: #002052;
}
.attachment .single-meta .item-author i {
  color: #ff5e15;
  margin-right: 8px;
}
.attachment .single-meta .item-comment {
  display: inline-block;
}
.attachment .single-meta .item-comment a {
  color: #002052;
}
.attachment .single-meta .item-comment i {
  color: #ff5e15;
  margin-right: 10px;
}
.attachment .item-date {
  display: inline-block;
}
.tag .total-meta ul li, .date .total-meta ul li {
  display: inline-block;
  margin-right: 15px;
}
.tag .total-meta ul li a, .date .total-meta ul li a, .tag .total-meta ul li span, .date .total-meta ul li span {
  color: #002052;
}
.tag .total-meta ul li a:hover, .date .total-meta ul li a:hover, .tag .total-meta ul li span:hover, .date .total-meta ul li span:hover {
  color: #ff5e15;
}
#secondary .widget {
  margin-bottom: 40px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget select {
  max-width: 100%;
}
.widget-title, .comments-title, .comment-reply-title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 22px;
  line-height: 15px;
  text-transform: uppercase;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.search-form {
  position: relative;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 767px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 100%;
  }
}
.widget_nav_menu.column2 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column2 ul.menu li {
    width: 100%;
  }
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_nav_menu .widget-content {
  padding-bottom: 36px;
}
#content .widget_nav_menu .widget-content .widget-title {
  margin-bottom: 18px;
}
#content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_meta ul li {
  font-size: 0;
  line-height: 0;
}
#content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_meta ul li a {
  font-size: 15px;
  line-height: normal;
  color: #002052;
  display: block;
  padding: 14px 50px 14px 17px;
  position: relative;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  transition: all 0.5s;
}
#content .widget_nav_menu ul li a:after, #content .widget_pages ul li a:after, #content .widget_meta ul li a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #002052;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  text-align: center;
  transition: all 0.5s;
}
#content .widget_nav_menu ul li a:hover, #content .widget_pages ul li a:hover, #content .widget_meta ul li a:hover {
  border-color: #ff5e15;
}
#content .widget_nav_menu ul li a:hover:after, #content .widget_pages ul li a:hover:after, #content .widget_meta ul li a:hover:after {
  color: #ff5e15;
  border-color: #ff5e15;
}
#content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_meta ul li > a:hover {
  color: #ff5e15;
}
#content .widget_nav_menu .children, #content .widget_pages .children, #content .widget_meta .children {
  padding-left: 15px;
}
#content .widget_nav_menu .sub-menu, #content .widget_pages .sub-menu, #content .widget_meta .sub-menu {
  padding-left: 8px;
}
#content .widget_nav_menu ul.menu > li, #content .widget_pages ul.menu > li, #content .widget_meta ul.menu > li, #content .widget_nav_menu .widget-content > ul > li, #content .widget_pages .widget-content > ul > li, #content .widget_meta .widget-content > ul > li {
  position: relative;
  overflow: hidden;
}
#content .widget_nav_menu ul.menu > li:before, #content .widget_pages ul.menu > li:before, #content .widget_meta ul.menu > li:before, #content .widget_nav_menu .widget-content > ul > li:before, #content .widget_pages .widget-content > ul > li:before, #content .widget_meta .widget-content > ul > li:before {
  content: '';
  top: 0;
  bottom: 35px;
  width: 1px;
  background-color: #e4e4e4;
  position: absolute;
  left: 0;
}
#content .widget_nav_menu ul.menu > li a, #content .widget_pages ul.menu > li a, #content .widget_meta ul.menu > li a, #content .widget_nav_menu .widget-content > ul > li a, #content .widget_pages .widget-content > ul > li a, #content .widget_meta .widget-content > ul > li a {
  z-index: 1;
}
#content .widget_nav_menu ul.menu > li a:before, #content .widget_pages ul.menu > li a:before, #content .widget_meta ul.menu > li a:before, #content .widget_nav_menu .widget-content > ul > li a:before, #content .widget_pages .widget-content > ul > li a:before, #content .widget_meta .widget-content > ul > li a:before {
  content: '';
  height: 1px;
  width: 1000px;
  background-color: #e4e4e4;
  position: absolute;
  bottom: 25px;
  right: 100%;
  z-index: -1;
}
#content .widget_categories .widget-content, #content .widget_archive .widget-content {
  padding: 48px 40px 30px;
}
@media screen and (max-width: 575px) {
  #content .widget_categories .widget-content, #content .widget_archive .widget-content {
    padding: 42px 20px 30px;
  }
}
#content .widget_categories .widget-title, #content .widget_archive .widget-title {
  margin-bottom: 17px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#content .widget_categories ul li, #content .widget_archive ul li {
  position: relative;
}
#content .widget_categories ul li a, #content .widget_archive ul li a {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #002052;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #cfd8dd;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 575px) {
  #content .widget_categories ul li a, #content .widget_archive ul li a {
    line-height: 50px;
  }
}
#content .widget_categories ul li a span, #content .widget_archive ul li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #002052;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#content .widget_categories ul li a:hover, #content .widget_archive ul li a:hover {
  color: #ff5e15;
  border-color: #ff5e15;
}
#content .widget_categories ul li a:hover span, #content .widget_archive ul li a:hover span {
  color: #ff5e15;
}
#content .widget_categories ul li:last-child a, #content .widget_archive ul li:last-child a {
  border-bottom: none;
}
#content .widget_categories ul li .children, #content .widget_archive ul li .children {
  padding-left: 20px;
}
#content .widget_categories ul li .children a, #content .widget_archive ul li .children a {
  border-bottom: 1px solid #cfd8dd !important;
}
#content .widget_categories .widget_archive ul li a span, #content .widget_archive .widget_archive ul li a span {
  padding: 0 5px;
}
#content .widget_categories .widget_archive ul li a span:before, #content .widget_archive .widget_archive ul li a span:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '(';
  left: 0px;
}
#content .widget_categories .widget_archive ul li a span:after, #content .widget_archive .widget_archive ul li a span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: ')';
  right: 0px;
}
#content .widget_categories .current-cat > a, #content .widget_archive .current-cat > a, #content .widget_categories .current-cat-parent > a, #content .widget_archive .current-cat-parent > a, #content .widget_categories .current-cat-ancestor > a, #content .widget_archive .current-cat-ancestor > a {
  color: #ff5e15;
}
#content .widget_categories .nice-select ul li, #content .widget_archive .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
#content .widget_pages .children {
  padding-left: 17px;
}
#content .widget_nav_menu .sub-menu {
  padding-left: 17px;
}
.widget_recent_comments .widget-content {
  padding: 48px 40px 30px;
}
@media screen and (max-width: 575px) {
  .widget_recent_comments .widget-content {
    padding: 42px 20px 30px;
  }
}
.widget_recent_comments a {
  color: #002052;
  padding-left: 13px;
  position: relative;
}
.widget_recent_comments a:before {
  content: '\f105';
  font-size: 13px;
  color: #ff5e15;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.widget_recent_comments a:hover {
  padding-left: 15px;
}
.widget_recent_comments a:hover:before {
  left: 5px;
}
.widget_recent_comments a:hover {
  color: #ff5e15;
}
.widget_recent_comments li {
  padding: 15px 0;
  border-bottom: 1px solid #cfd8dd;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.widget_recent_comments li:last-child {
  border-bottom: none;
}
.widget_recent_entries .widget-content {
  padding: 48px 40px 30px;
}
@media screen and (max-width: 575px) {
  .widget_recent_entries .widget-content {
    padding: 42px 20px 30px;
  }
}
.widget_recent_entries a {
  color: #002052;
  padding-left: 13px;
  position: relative;
}
.widget_recent_entries a:before {
  content: '\f105';
  font-size: 13px;
  color: #ff5e15;
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.widget_recent_entries a:hover {
  padding-left: 15px;
}
.widget_recent_entries a:hover:before {
  left: 5px;
}
.widget_recent_entries a:hover {
  color: #ff5e15;
}
.widget_recent_entries li {
  padding: 15px 0;
  border-bottom: 1px solid #cfd8dd;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.widget_recent_entries li:last-child {
  border-bottom: none;
}
.widget_recent_comments .recentcomments span {
  position: relative;
  padding-left: 15px;
}
.widget_recent_comments .recentcomments span a {
  position: static;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  color: #0f2b5a;
  display: block !important;
  position: static;
  padding-left: 15px !important;
}
.widget_recent_comments .recentcomments > a:hover {
  color: #ff5e15;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_recent_comments .recentcomments:hover a:before {
  left: 5px !important;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cfd8dd;
}
.widget_rss li a {
  color: #002052;
}
.widget_rss li a:hover {
  color: #ff5e15;
}
.widget_rss li:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.widget_rss li .rss-date {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 6px;
  font-style: normal;
}
.widget_rss li .rss-date:before {
  position: absolute;
  content: '\f133';
  font-family: 'Font Awesome 5 Pro';
  left: 0;
}
.widget_rss li cite {
  padding-left: 20px;
  position: relative;
  margin: 10px 0 6px;
  font-style: normal;
  color: ;
}
.widget_rss li cite:before {
  position: absolute;
  content: '\f007';
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
  padding: 5px;
}
.widget_calendar table > caption {
  padding-bottom: 0;
  text-align: center;
  color: inherit;
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #ff5e15;
}
.widget_ef_recent_posts .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
@media screen and (max-width: 575px) {
  .widget_ef_recent_posts .entry-title {
    font-size: 15px;
  }
}
.widget_ef_recent_posts .entry-title a {
  color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #ff5e15;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.widget-area .cms-social {
  margin: 0;
  list-style: none;
  margin-left: -3px !important;
  margin-right: -3px !important;
}
.widget-area .cms-social li {
  display: inline-block;
  margin: 3px;
}
.widget-area .cms-social a {
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
  background-color: #ff5e15;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  color: #fff;
}
.widget-area .cms-social a.social-facebook {
  background-color: #1ab9ff;
}
.widget-area .cms-social a.social-google {
  background-color: #f66;
}
.widget-area .cms-social a.social-skype {
  background-color: #abcd52;
}
.widget-area .cms-social a:hover {
  background-color: #ff5e15;
  color: #fff;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget {
  background-color: #002052;
  padding: 32px 40px 40px 40px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 1199px) {
  .widget_newsletterwidget {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.widget_newsletterwidget .description {
  padding-bottom: 22px;
}
.widget_newsletterwidget .tnp-widget {
  position: relative;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 60px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid #283a62;
  background-color: transparent;
  font-size: 14px;
  color: #6b89c1;
  font-style: normal;
  padding: 0 19px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
  border-color: #ff5e15;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
  content: '\f061';
  font-size: 11px;
  color: #fff;
  height: 22px;
  width: 22px;
  line-height: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  background-color: #ff5e15;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  text-align: center;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  height: 51px;
  width: 51px;
  position: absolute;
}
.widget_cms_recent_posts .widget-content {
  padding-bottom: 41px !important;
}
@media screen and (max-width: 575px) {
  .widget_cms_recent_posts .widget-content {
    padding-bottom: 33px !important;
  }
}
.widget_cms_recent_posts .entry-title {
  line-height: 0.75;
  margin-top: 0;
  margin-bottom: 7px;
}
.widget_cms_recent_posts .entry-title a {
  font-size: 14px;
  color: #002052;
  transition: 0.4s;
  text-transform: none;
  font-family: Roboto;
  font-weight: 500;
}
.widget_cms_recent_posts .entry-title a:hover {
  color: #ff5e15;
}
@media screen and (max-width: 575px) {
  .widget_cms_recent_posts .widget-title {
    margin-bottom: 15px;
  }
}
.widget_cms_recent_posts .entry-categori a {
  font-size: 12px;
  color: #ff5e15;
  font-weight: 400;
}
.widget_cms_recent_posts .posts-list {
  counter-reset: number;
}
.widget_cms_recent_posts .post-item {
  display: flex;
  margin-bottom: 15px;
}
.widget_cms_recent_posts .post-item .entry-counter {
  width: 20px;
  position: relative;
  display: block;
}
.widget_cms_recent_posts .post-item .entry-counter:before {
  position: absolute;
  counter-increment: number;
  content: counter(number) '.';
  font-size: 20px;
  color: #002052;
  top: 13px;
}
@media screen and (max-width: 575px) {
  .widget_cms_recent_posts .post-item .entry-counter {
    width: 10px;
  }
}
.widget_cms_recent_posts .post-item .entry-content {
  margin-left: 22px;
}
.widget_cms_recent_posts .post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_cms_recent_posts .post-item:hover .entry-media a:after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  -o-transform-origin: right;
}
.widget_cms_recent_posts_carousel .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.widget_cms_recent_posts_carousel .post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_cms_recent_posts_carousel .entry-media {
  margin-bottom: 17px;
}
.widget_cms_recent_posts_carousel .entry-media img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
}
.widget_cms_recent_posts_carousel .entry-meta {
  margin-bottom: 5px;
  color: #ff5e15;
}
.widget_cms_recent_posts_carousel .entry-title {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 3px;
}
.widget_cms_recent_posts_carousel .entry-content {
  margin-top: 0px;
}
.widget_cms_recent_posts_carousel .owl-dots {
  margin: 0 -5px -10px;
  list-style: none;
}
.widget_cms_recent_posts_carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 20px 5px 0px 5px;
  height: 5px;
  line-height: 5px;
  width: 30px;
  text-indent: -9999px;
  padding: 0;
  border: none;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #002052;
}
.widget_cms_recent_posts_carousel .owl-dots .owl-dot.active {
  background-color: #ff5e15;
}
#secondary .tagcloud a, #secondary .entry-tags a {
  background-color: #e3e3e3;
  color: #002052;
  display: inline-block;
  font-size: 12px !important;
  line-height: 25px;
  padding: 0px 11px;
  margin-bottom: 4px;
  margin-right: 1px;
  transition: 0.5s;
  font-weight: 500;
}
#secondary .tagcloud a:hover, #secondary .entry-tags a:hover {
  background-color: #002052;
  color: #fff;
}
.widget_tag_cloud .widget-content {
  padding-bottom: 45px !important;
}
@media screen and (max-width: 575px) {
  .widget_tag_cloud .widget-content {
    padding-bottom: 37px !important;
  }
}
.widget .tagcloud {
  margin-right: -8px;
}
.widget_search {
  position: relative;
}
.widget_search .search-field {
  background-color: #f6f6f6;
  padding-right: 50px;
  font-size: 15px;
  color: #002052;
  height: 50px;
  line-height: 50px;
  border-color: #f6f6f6;
}
.widget_search .search-field:focus {
  border-color: #ff5e15;
}
.widget_search .search-field::-webkit-input-placeholder {
  color: #002052;
}
.widget_search .search-field::-moz-placeholder {
  color: #002052;
}
.widget_search .search-field::-ms-input-placeholder {
  color: #002052;
}
.widget_search .search-field::-moz-placeholder {
  color: #002052;
}
.widget_search .search-submit {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 15px;
  color: #002052;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  cursor: pointer;
}
.widget-area .widget.widget_cms_recent_posts {
  padding-bottom: 0px;
}
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget) {
  border: 1px solid #f6f6f6;
}
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget) .widget-content {
  background-color: #f6f6f6;
  padding: 48px 40px 49px;
}
@media screen and (max-width: 575px) {
  .widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget) .widget-content {
    padding: 42px 20px 33px;
  }
}
.widget-area .widget.widget_search {
  padding: 0px 0;
  border: none;
}
.widget-area .widget.widget_search .widget-title {
  color: #fff;
  margin-bottom: 23px;
}
.widget-area .widget.widget_categories {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
.widget-area .widget.widget_recent_comments {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .widget-area .widget.widget_cms_recent_posts {
    padding-bottom: 0px;
  }
  .widget-area .widget:not(.widget_search) .widget-content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #secondary .widget {
    margin-bottom: 40px;
  }
}
.widget_categories .nice-select, .widget_text .nice-select, .widget_archive .nice-select {
  border-color: #e4e4e4 !important;
}
.gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.widget_block.widget_search {
  margin-bottom: 20px;
  background-color: #f6f6f6;
  padding: 48px 40px 30px !important;
}
.widget_block.widget_search label {
  margin-bottom: 17px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_block.widget_search input {
  border-bottom: 1px solid #cfd8dd !important;
  background-color: #f3f3f9;
  border-radius: 0;
}
.widget_block.widget_search .wp-block-search__button:hover {
  color: #ff5e15;
}
.widget_block .wp-block-latest-comments {
  padding-left: 0;
  margin-bottom: 0;
}
.widget_block .wp-block-latest-comments li {
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cfd8dd;
  transition: all 0.5s ease-in-out 0s;
}
.widget_block .wp-block-latest-comments li:last-child {
  border: none;
}
.widget_block .wp-block-latest-comments li a:first-child {
  color: #002052;
  padding-left: 13px;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.widget_block .wp-block-latest-comments li a:first-child:before {
  content: '\f105';
  font-size: 13px;
  color: #ff5e15;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  transition: all 0.5s ease-in-out 0s;
}
.widget_block .wp-block-latest-comments li:hover {
  padding-left: 10px;
  border-color: #ff5e15;
}
.wp-block-search__button-outside {
  margin-bottom: 20px;
}
.wp-block-search__button-outside input {
  border-color: #ccc !important;
  border-radius: 0;
}
.wp-block-search__button-outside .wp-block-search__button:hover {
  color: #ff5e15;
}
.nice-select {
  border-color: #e4e4e4;
}
.widget_block h2 {
  margin-bottom: 17px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.widget_block ul li {
  padding: 15px 0;
  border-bottom: 1px solid #cfd8dd;
  transition: all 0.5s ease-in-out 0s;
}
.widget_block ul li:last-child {
  border: none;
}
.widget_block ul li a {
  color: #002052;
  padding-left: 13px;
  position: relative;
  font-weight: 500;
}
.widget_block ul li a:before {
  content: '\f105';
  font-size: 13px;
  color: #ff5e15;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  transition: all 0.5s ease-in-out 0s;
}
.widget_block ul li:hover {
  border-color: #ff5e15;
}
.widget_block ul li:hover a {
  color: #ff5e15;
  padding-left: 15px;
}
.widget_block ul li:hover a:before {
  left: 5px;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
@media screen and (min-width: 1200px) {
  .col-offset-left .cms-project-carousel .grid-filter-wrap {
    margin-left: 150px;
  }
  .col-offset-left .cms-project-carousel .slick-dots {
    margin-right: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .col-offset-right .cms-project-carousel .grid-filter-wrap {
    margin-right: 150px;
  }
  .col-offset-right .cms-project-carousel .slick-dots {
    margin-left: 250px;
  }
}
.comments-area .comment-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
.comments-area .comment-form .row .comment-form-author {
  padding-right: 10px;
  padding-left: 10px;
}
.comments-area .comment-form .row .comment-form-email {
  padding-right: 10px;
  padding-left: 10px;
}
.comments-area .comment-form .row .comment-form-website {
  padding-right: 10px;
  padding-left: 10px;
}
.comments-area .comments-title {
  font-size: 24px;
  margin-bottom: 42px;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list > .comment + .comment {
  margin-top: 20px;
}
.comments-area .comment-list > .comment:last-child .comment-body {
  margin-bottom: 0px;
}
.comments-area .comment-list > .comment .children {
  padding-top: 20px;
  list-style: none;
  margin: 0;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list > .comment .children {
    padding-left: 0;
  }
}
.comments-area .comment-list > .comment .children li + li {
  padding-top: 20px;
}
.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback {
  border-top: 2px solid #e7ebef;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list > .trackback:nth-child(1), .comments-area .comment-list > .pingback:nth-child(1) {
  border-top: none;
  margin-top: 0;
}
.comments-area .comment-list .children {
  list-style: none;
}
.comments-area .comment-list .comment-body + .comment-respond {
  margin-top: 30px;
  margin-bottom: 45px;
}
.comments-area .comment-list ul ul ul ul .comment-content {
  padding-right: 20px;
}
.comments-area .comment-list ul ul ul ul .comment-content .comment-meta {
  padding-right: 25px;
  display: unset;
}
.comments-area .comment-list ul ul ul ul .comment-content .comment-meta .comment-title {
  margin-bottom: 12px;
}
.comments-area .comment-list ul ul ul ul .comment-content .comment-reply {
  display: none;
}
.comments-area .comment-body {
  background-color: #f6f6f6;
  padding: 40px 40px 29px;
  position: relative;
}
.comments-area .comment-body .comment-content {
  margin-top: 3px;
}
.comments-area .comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
.comments-area .comment-inner img.avatar {
  max-width: 80px;
  min-width: 80px;
  max-height: 80px;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-inner img.avatar {
    margin-bottom: 35px;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .comments-area .comment-inner .comment-content {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.comments-area .comment-inner .comment-content .comment-meta {
  margin-bottom: 10px;
  padding-right: 70px;
}
@media screen and (min-width: 1200px) {
  .comments-area .comment-inner .comment-content .comment-meta {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .comments-area .comment-inner .comment-content .comment-meta {
    padding-right: 0;
  }
}
.comments-area .comment-inner .comment-content .comment-meta .comment-date {
  padding-left: 5px;
  color: #a9a9a9;
  font-size: 14px;
}
.comments-area .comment-inner .comment-content .comment-title {
  font-weight: 700 !important;
  font-size: 22px;
  color: #454545;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 2px;
  margin-right: 8px;
  margin-bottom: 5px;
}
.comments-area .comment-inner .comment-content .comment-title a {
  color: inherit;
}
.comments-area .comment-inner .comment-content .comment-title a:hover {
  color: #ff5e15;
}
.comments-area .comment-inner .comment-content .comment-text {
  margin-top: 18px;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.73333;
  color: #666;
}
.comments-area .comment-inner .comment-content .comment-text img {
  margin: 15px 0;
}
.comments-area .comment-inner .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .comments-area .comment-inner .comment-content .comment-text p {
    word-break: break-word;
  }
}
.comments-area .comment-inner .comment-content .comment-reply {
  line-height: 5px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 33px;
  right: 35px;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-inner .comment-content .comment-reply {
    position: static;
    margin-top: 20px;
  }
}
.comments-area .comment-inner .comment-content .comment-reply i {
  color: #ff5e15;
  margin-right: 5px;
}
.comments-area .comment-inner .comment-content .comment-reply a {
  color: #ff5e15;
  text-transform: uppercase;
  position: relative;
}
.comments-area .comment-list-wrap {
  margin-top: 64px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list-wrap {
    margin-bottom: 60px;
  }
}
.comments-area #commentform input, .comments-area #commentform textarea {
  margin-bottom: 12px;
  background-color: #f6f6f6;
  resize: none;
}
@media screen and (max-width: 767px) {
  .comments-area #commentform input, .comments-area #commentform textarea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .comments-area #commentform input, .comments-area #commentform textarea {
    margin-bottom: 17px;
  }
}
.comments-area #commentform textarea {
  padding: 20px 23px;
}
.comments-area #commentform .form-submit .submit {
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  width: 180px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  background-color: #ff5e15;
  transition: 0.5s;
}
.comments-area #commentform .form-submit .submit:hover {
  background-color: #002052;
}
.comments-area #commentform .form-submit input:focus {
  outline: none;
}
.comments-area .comment-content a {
  word-wrap: break-word;
}
.comments-area .bypostauthor {
  display: block;
}
.comments-area .logged-in-as {
  color: inherit;
}
.comments-area .logged-in-as a {
  color: inherit;
  position: relative;
  padding-left: 25px;
}
.comments-area .logged-in-as a:hover {
  color: #ff5e15;
}
.comments-area .logged-in-as a:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #ff5e15;
  color: #fff;
  border-radius: 50%;
}
.comments-area .logged-in-as a:nth-child(1):before {
  content: "\f007";
}
.comments-area .logged-in-as a:nth-child(2) {
  margin-left: 15px;
}
.comments-area .logged-in-as a:nth-child(2):before {
  font-family: "Font Awesome 5 Pro";
  content: "\f2f6";
}
#commentform > .row > div input {
  padding: 23px;
}
#commentform textarea {
  height: 180px;
}
#commentform .form-submit input {
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .comment-form-cookies-consent {
    line-height: 0.5;
    margin-bottom: 29px;
    margin-top: 7px;
  }
}
.comment-form-cookies-consent input {
  margin-right: 5px;
}
.comment-form-cookies-consent label {
  display: contents;
}
.comment-respond {
  margin-top: 40px;
}
.comment-respond #cancel-comment-reply-link {
  margin-top: 30px;
}
.comment-respond .comment-reply-title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 39px;
}
.comment-respond .comment-reply-title small a {
  border-radius: 2px;
  background-color: #ff5e15;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  padding: 0 10px;
  font-family: 'Roboto', sans-serif;
  margin-left: 8px;
}
.comment-respond .comment-reply-title small a:hover {
  background-color: #002052;
}
.comment-respond .logged-in-as {
  margin-top: -20px;
}
@media screen and (max-width: 1199px) {
  .comments-area .comment-reply {
    position: static !important;
    letter-spacing: 1px;
    margin-top: 23px;
    line-height: 12px !important;
    border-radius: 51px;
  }
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list-wrap {
    margin-top: 60px !important;
  }
  .comments-area .comment-list-wrap .comments-title {
    margin-bottom: 40px;
  }
  .comments-area .comment-list-wrap .comment-body {
    padding: 30px 20px;
  }
  .comments-area .comment-list-wrap .comment-body .comment-content .comment-text {
    margin-top: 0px;
  }
  .comments-area .comment-list-wrap .comment-body .comment-content .comment-reply {
    position: static;
    letter-spacing: 1px;
    margin-top: 23px;
  }
  .comments-area .comment-respond #commentform .form-submit .submit {
    width: 160px;
    height: 47px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .comments-area .comment-inner {
    display: block;
  }
  .comments-area .comment-inner img.avatar {
    max-width: 110px;
    min-width: 110px;
    max-height: 110px;
  }
  .comments-area .comment-inner .comment-content {
    padding-left: 0;
  }
}
.site-footer {
  background-color: #002052;
}
@media (min-width: 1600px) {
  .site-footer-custom .bg-footer-custom {
    background-position: 2% bottom !important;
    background-repeat: no-repeat !important;
  }
}
.bg-footer-custom {
  background-position: -99999999px bottom !important;
}
@media (min-width: 1600px) {
  .bg-footer-custom {
    background-position: 98px bottom !important;
    background-repeat: no-repeat !important;
  }
}
.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #ff5e15;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1280px) {
  .scroll-top {
    bottom: 20px;
    right: 0;
  }
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #fff;
  background-color: #eb4900;
}
.scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1280px) {
  .scroll-top.on {
    bottom: 20px;
    right: 0;
    -webkit-border-radius: 2px 0 0;
    -khtml-border-radius: 2px 0 0;
    -moz-border-radius: 2px 0 0;
    -ms-border-radius: 2px 0 0;
    -o-border-radius: 2px 0 0;
    border-radius: 2px 0 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.style1 .tnp-email {
  background-color: #fff;
}
.style2 .tnp-email {
  background-color: #f7fafc;
}
@media screen and (max-width: 575px) {
  .cms-newsletter .tnp-form .tnp-email {
    height: 60px;
    padding: 0px 15px !important;
    font-size: 14px !important;
  }
  .cms-newsletter .tnp-form .tnp-button-footer {
    font-size: 14px !important;
    padding: 0px 0px !important;
    width: 110px !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .footer-default .elementor-widget-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-transparent .elementor-widget-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.footer-transparent .newsletter-custom .cms-newsletter, .footer-transparent .newsletter-custom .style2 {
  margin-right: -6px;
}
@media screen and (max-width: 1024px) {
  .footer-transparent .newsletter-custom .cms-newsletter, .footer-transparent .newsletter-custom .style2 {
    margin-right: 0px;
  }
}
.copyright p {
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .custom-column-footer1 .elementor-container {
    width: 550px;
    margin: 0 auto;
  }
}
.logo-footer img {
  max-height: 59px;
}
.item-featured img {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.icon-slide-color svg {
  fill: #ff5e15;
}
.cms-grid .grid-sizer {
  visibility: hidden;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 35px;
}
.cms-grid .cms-load-more i {
  margin-left: 0;
  margin-right: 0;
}
.cms-grid .cms-load-more i.fa-refresh {
  margin-right: 8px;
}
.cms-grid .cms-grid-pagination {
  margin-top: 19px;
}
.cms-grid .item-featured a {
  display: block;
}
.cms-grid .btn-loadmore i {
  margin-left: 0;
  margin-right: 0;
}
.cms-grid .btn-loadmore i.fa-refresh {
  margin-right: 8px;
}
.grid-filter-wrap {
  margin-bottom: 13px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 13px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: #232d47;
  position: relative;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  color: #ff5e15;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.btn-custom1 .elementor-button-wrapper a {
  display: block;
  width: 100%;
  text-align: left;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .btn-custom1 .elementor-button-wrapper a {
    padding: 0 20px;
  }
}
.btn-custom1 .elementor-button-wrapper a i {
  font-size: 12px;
  background-color: #fff;
  color: #ff5e15;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.btn-custom2 .elementor-button-wrapper a {
  display: block;
  width: 100%;
  text-align: left;
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .btn-custom2 .elementor-button-wrapper a {
    padding: 0 20px;
  }
}
.btn-custom2 .elementor-button-wrapper a .elementor-button-icon {
  line-height: 75px;
}
.btn-custom2 .elementor-button-wrapper a i {
  line-height: 23px;
  font-size: 23px;
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.cms-nav-carousel {
  width: 74px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
}
.cms-nav-carousel .nav-prev, .cms-nav-carousel .nav-next {
  width: 32px;
  height: 32px;
  border: 2px solid #232d47;
  color: #232d47;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  font-size: 13px;
}
.cms-nav-carousel .nav-prev i, .cms-nav-carousel .nav-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-nav-carousel .nav-prev:hover, .cms-nav-carousel .nav-next:hover {
  color: #fff;
  background-color: #232d47;
}
.cms-nav-carousel .nav-next {
  margin-left: 10px;
}
.cms-slick-carousel .slick-arrow {
  width: 32px;
  height: 32px;
  border: 2px solid #232d47;
  color: #232d47;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  font-size: 13px;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cms-slick-carousel .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 13px;
}
.cms-slick-carousel .slick-prev {
  margin-left: -42px;
}
.cms-slick-carousel .slick-prev:before {
  content: '\f060';
}
.cms-slick-carousel .slick-next {
  margin-right: -42px;
}
.cms-slick-carousel .slick-next:before {
  content: '\f061';
}
.cms-slick-carousel[data-arrows="true"] {
  padding-bottom: 62px;
}
@media screen and (max-width: 1199px) {
  .slick-slider {
    padding: 0 15px;
  }
}
.slick-slider .slick-slide {
  outline: none;
}
.slick-dots {
  margin-top: 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li {
  display: inline-block;
  margin: 10px 6px 0px 6px;
}
.slick-dots li button {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  padding: 0;
  border: none;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #002052;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  border: 3px solid #ff5e15;
  background-color: transparent;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.cms-testimonial-carousel1 .container-custom {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel1 .container-custom {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel1 .heading {
    margin-left: 20px;
  }
}
.cms-testimonial-carousel1 .heading .custom-subheading {
  margin-bottom: 7px;
  color: #999;
  font-size: 18px;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  line-height: 1.667;
  text-transform: uppercase;
}
.cms-testimonial-carousel1 .heading .custom-heading {
  margin-bottom: 3px;
  font-size: 45px;
  color: #232d47;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  line-height: 1.244;
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel1 .append-arrows-custom {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel1 .append-arrows-custom {
    text-align: center;
    margin-top: 25px;
    margin-right: 0px !important;
  }
}
.cms-testimonial-carousel1 .slick-prev {
  padding-right: 65px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel1 .slick-prev {
    padding-right: 60px;
  }
}
.cms-testimonial-carousel1 .slick-prev:before {
  position: absolute;
  content: '\f104';
  font-family: 'Font Awesome 5 Pro';
  color: #232d47;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel1 .slick-prev:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.cms-testimonial-carousel1 .slick-prev:hover:before {
  background-color: #ff5e15;
  color: #fff;
  border-color: #ff5e15;
}
.cms-testimonial-carousel1 .slick-next {
  font-size: 0px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel1 .slick-next {
    padding-right: 40px;
  }
}
.cms-testimonial-carousel1 .slick-next:before {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  color: #232d47;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel1 .slick-next:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.cms-testimonial-carousel1 .slick-next:hover:before {
  background-color: #ff5e15;
  color: #fff;
  border-color: #ff5e15;
}
.nav-style2 .cms-slick-carousel {
  /* Page Loading */
}
.nav-style2 .cms-slick-carousel .slick-arrow {
  width: 14px;
  height: 46px;
  border: none;
  opacity: 0.5;
  margin: -40px 0 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-style2 .cms-slick-carousel .slick-arrow:before {
  display: none;
}
.nav-style2 .cms-slick-carousel .slick-arrow.slick-prev {
  background-image: url(../images/arrow-left.png);
  left: 30px;
}
@media screen and (min-width: 992px) {
  .nav-style2 .cms-slick-carousel .slick-arrow.slick-prev {
    left: -50px;
  }
}
.nav-style2 .cms-slick-carousel .slick-arrow.slick-next {
  background-image: url(../images/arrow-right.png);
  left: auto;
  right: 30px;
}
@media screen and (min-width: 992px) {
  .nav-style2 .cms-slick-carousel .slick-arrow.slick-next {
    right: -50px;
  }
}
.nav-style2 .cms-slick-carousel .slick-arrow:hover {
  opacity: 1;
}
.nav-style2 .cms-slick-carousel[data-arrows="true"] {
  padding-bottom: 0px;
}
#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spinner {
  -webkit-transform: translate(-29.5px, -29.5px) scale(0.295) translate(29.5px, 29.5px);
  transform: translate(-29.5px, -29.5px) scale(0.295) translate(29.5px, 29.5px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}
#cms-loadding .loading-spinner .line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ff5e15;
}
#cms-loadding .loading-spinner .load-1 .line:nth-last-child(1) {
  animation: loadingA 2.5s 1.5s infinite;
}
#cms-loadding .loading-spinner .load-1 .line:nth-last-child(2) {
  animation: loadingA 2.5s 1s infinite;
}
#cms-loadding .loading-spinner .load-1 .line:nth-last-child(3) {
  animation: loadingA 2.5s 0.5s infinite;
}
.nav-tabs.cms-tabs {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
  margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 13px;
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #002052;
}
.entry-footer .entry-edit-link {
  display: none;
}
.cms-modal {
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.cms-modal .cms-modal-content {
  padding: 40px 0;
  max-width: 470px;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .cms-modal .cms-modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms-modal.open {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.cms-modal-close {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 45px;
  right: 40px;
  width: 66px;
  height: 66px;
  line-height: 60px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ff5e15;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cms-modal-close {
    top: 35px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 33px;
  }
}
.cms-modal-search .search-form-popup {
  position: relative;
}
.cms-modal-search .search-field {
  background-color: transparent;
  border: none;
  height: 60px;
  color: #002052;
  padding-left: 0;
  padding-left: 40px;
  font-size: 25px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 32, 82, 0.5);
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.cms-modal-search .search-field:focus {
  border-bottom: 1px solid rgba(0, 32, 82, 0.5);
}
@media screen and (max-width: 575px) {
  .cms-modal-search .search-field {
    font-size: 19px;
    padding-left: 30px;
  }
}
.cms-modal-search .search-submit {
  font-size: 23px;
  color: #ff5e15;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 60px;
  width: 40px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .cms-modal-search .search-submit {
    font-size: 20px;
  }
}
.cms-hidden-sidebar.open + .cms-hidden-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: black;
  opacity: 0.7;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}
.cms-hidden-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.sidebar-widget-container {
  margin-top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
}
.cms-hidden-sidebar.open > .sidebar-widget-container {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 1s;
  -o-transition: all 0.8s ease-out 1s;
  transition: all 0.8s ease-out 1s;
  -webkit-backface-visibility: hidden;
}
.cms-hidden-sidebar {
  overflow: auto;
  width: 400px;
  height: 100%;
  padding: 120px 40px 100px;
  background-color: #fff;
  color: #002052;
  position: fixed;
  top: 0px;
  right: -100px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  transition-delay: 0.6s;
}
.cms-hidden-sidebar.open, .cms-hidden-sidebar .cms-hidden-overlay {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  right: 0;
}
.cms-hidden-sidebar .btn-sidebar-hidden {
  text-align: center;
}
.cms-hidden-sidebar .btn-sidebar-hidden a {
  width: 195px;
  height: 53px;
  line-height: 50px;
  text-align: center;
  background-color: #ff5e15;
  color: #fff;
  display: block;
  border-radius: 30px;
  margin: 0 auto;
  font-weight: 600;
  border: 2px solid #ff5e15;
  transition: all 0.4s ease;
}
.cms-hidden-sidebar .btn-sidebar-hidden a:hover {
  background-color: #fff;
  border-color: #002052;
  color: #002052;
}
.cms-hidden-sidebar .widget_media_image {
  margin-bottom: 33px;
}
.cms-hidden-sidebar .widget_media_image img {
  max-height: 55px;
}
.cms-hidden-sidebar .text-sidebar-menu {
  margin-bottom: 36px;
}
.cms-hidden-sidebar .widget_text .textwidget p {
  margin-bottom: 10px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.cms-hidden-sidebar .widget_text .textwidget .sub-title {
  font-size: 15px;
  color: #f84d55;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
}
.cms-hidden-sidebar .cms-get-in-touch {
  margin-bottom: 45px;
}
.cms-hidden-sidebar .cms-contact-info-item {
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 60px;
}
.cms-hidden-sidebar .cms-contact-info-item a {
  font-size: 16px;
  font-weight: 500;
  color: #002052;
  line-height: 35px;
}
.cms-hidden-sidebar .cms-contact-info-item p {
  color: #ff5e15;
}
.cms-hidden-sidebar .type-address {
  position: relative;
}
.cms-hidden-sidebar .type-address:before {
  position: absolute;
  content: '\f5a0';
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ff5e15;
  font-size: 40px;
  font-weight: 300;
}
.cms-hidden-sidebar .type-email {
  position: relative;
}
.cms-hidden-sidebar .type-email:before {
  position: absolute;
  content: '\f658';
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ff5e15;
  font-size: 40px;
  font-weight: 300;
}
.cms-hidden-sidebar .type-phone {
  position: relative;
}
.cms-hidden-sidebar .type-phone:before {
  position: absolute;
  content: '\f095';
  font-family: 'Font Awesome 5 Pro';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #ff5e15;
  font-size: 40px;
  font-weight: 300;
}
.cms-hidden-sidebar .widget_cs_social_widget .widget-content {
  margin-bottom: 30px;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #002052;
  border: 1px solid #002052;
  border-radius: 50%;
  color: #fff;
  margin-right: 7px;
  margin-left: 7px;
  transition: all 0.4s ease;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li a i {
  font-size: 14px;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(1) a {
  background-color: #2aa3ef;
  border-color: #2aa3ef;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(1) a:hover {
  color: #2aa3ef;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(2) a {
  background-color: #4969a8;
  border-color: #4969a8;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(2) a:hover {
  color: #4969a8;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(3) a {
  background-color: #ff5e15;
  border-color: #ff5e15;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(3) a:hover {
  color: #ff5e15;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(4) a {
  background-color: #1178b3;
  border-color: #1178b3;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(4) a:hover {
  color: #1178b3;
}
.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:hover a {
  background-color: #fff;
  color: ;
}
.cms-hidden-sidebar .cms-hidden-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #002052;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.cms-hidden-sidebar .cms-hidden-close i {
  font-size: 16px;
  color: #002052;
  transition: 0.4s;
}
.cms-hidden-sidebar .cms-hidden-close:hover i {
  transform: rotate(200deg);
}
.cms-hidden-sidebar .widget:last-child {
  margin-bottom: 0;
}
.cms-hidden-sidebar .widget-title {
  color: #fff;
}
.cms-hidden-sidebar .widget-title:after {
  background-color: #fff;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
  border-color: #535353;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
  color: #fff;
}
.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
  background-color: transparent;
  border-color: #373737;
}
.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
  background-color: #002052;
  border-color: #002052;
}
.admin-bar .cms-hidden-sidebar {
  top: 32px;
}
body.error404 .site-content {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}
body.error404 .error-404-inner {
  position: relative;
  z-index: 99;
  margin: auto;
  padding: 0 15px;
}
body.error404 .error-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 113px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body.error404 .error-404 {
    padding-top: 150px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  body.error404 .error-404 {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
body.error404 .error-404 .title-404 {
  font-size: 200px;
  color: #002052;
  text-transform: uppercase;
  line-height: 0.7;
  margin: 0;
  display: inline-block;
  position: relative;
}
body.error404 .error-404 .title-404:before {
  position: absolute;
  content: '404';
  color: #002052;
  opacity: 0.06;
  font-size: 250px;
  top: -58px;
  left: -70px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 .title-404:before {
    top: -30px;
    left: -45px;
    font-size: 180px;
  }
}
@media screen and (max-width: 575px) {
  body.error404 .error-404 .title-404:before {
    top: -25px;
    left: -15px;
    font-size: 120px;
  }
}
body.error404 .error-404 .title-404 span {
  color: #ff5e15;
  font-family: 'dashicons';
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 .title-404 {
    font-size: 150px;
  }
  body.error404 .error-404 .title-404 span {
    margin-left: -30px;
  }
}
@media screen and (max-width: 575px) {
  body.error404 .error-404 .title-404 {
    font-size: 120px;
  }
}
body.error404 .error-404 .sub-title {
  font-size: 18px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 59px;
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 .sub-title {
    margin-bottom: 55px;
  }
}
body.error404 .error-404 .page-content {
  font-size: 20px;
  line-height: 1.6;
  color: #444;
  font-weight: 400;
  margin-top: 62px;
  margin-bottom: 31px;
}
@media screen and (min-width: 1200px) {
  body.error404 .error-404 .page-content {
    max-width: 540px;
  }
}
@media screen and (min-width: 992px) {
  body.error404 .error-404 .page-content {
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  body.error404 .error-404 .page-content {
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
body.error404 .error-404 .btn-404 {
  border: none;
  color: #fff;
  background-color: #ff5e15;
  padding: 17px 60px;
  position: relative;
}
body.error404 .error-404 .btn-404:hover {
  color: #fff;
}
body.error404 .error-404 .btn-404 span {
  position: relative;
  transition: 0.3s ease;
  font-weight: 700;
}
body.error404 .error-404 .btn-404:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #002052;
  transition: 0.3s ease;
}
body.error404 .error-404 .btn-404:hover:before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 .btn-404 {
    padding: 15px 50px;
  }
}
.bg-gradient-custom {
  position: relative;
}
.bg-gradient-custom:before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 13, 19, 0.52)), to(rgba(27, 26, 26, 0.18)));
  background-image: -webkit-linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
  background-image: -moz-linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
  background-image: -ms-linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
  background-image: -o-linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
  background-image: linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(3, 13, 19, 0.52)', endColorStr='rgba(27, 26, 26, 0.18)');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tp-leftarrow.btn-slide-custom {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  font-size: 0;
  width: 21px;
  height: 42px;
  cursor: pointer;
  background-image: url(../images/arrow-left.png);
  opacity: 0.5 !important;
  -webkit-transition: all 260ms linear 0ms;
  -khtml-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  -o-transition: all 260ms linear 0ms;
  transition: all 260ms linear 0ms;
}
.tp-leftarrow.btn-slide-custom:before {
  font-size: 0;
}
.tp-leftarrow.btn-slide-custom:hover {
  opacity: 1 !important;
}
.tp-rightarrow.btn-slide-custom {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  font-size: 0;
  width: 21px;
  height: 42px;
  cursor: pointer;
  background-image: url(../images/arrow-right.png);
  opacity: 0.5 !important;
  -webkit-transition: all 260ms linear 0ms;
  -khtml-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  -o-transition: all 260ms linear 0ms;
  transition: all 260ms linear 0ms;
}
.tp-rightarrow.btn-slide-custom:before {
  font-size: 0;
}
.tp-rightarrow.btn-slide-custom:hover {
  opacity: 1 !important;
}
@media screen and (max-width: 1400px) {
  .tp-rightarrow.btn-slide-custom {
    right: -40px !important;
  }
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #ff5e15;
  width: 60px;
  height: 120px;
  opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f2ee";
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.cms-heading-layout1 .sub-heading {
  position: relative;
  line-height: 0.6;
}
.cms-heading-layout1 .sub-hd-stroke {
  color: transparent;
  -webkit-text-stroke: 2px #ff7232;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cms-heading-layout1 .sub-hd-stroke {
    font-size: 90px;
  }
}
@media screen and (max-width: 575px) {
  .cms-heading-layout1 .sub-hd-stroke {
    font-size: 57px;
  }
}
.cms-heading-layout1 .custom-subheading {
  position: inherit;
  bottom: 8px;
  left: 1px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  position: relative;
}
.cms-heading-layout1 h3 {
  margin-top: 20px !important;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-heading-layout1 h3 {
    margin-top: 15px !important;
  }
}
.cms-heading-layout2 .sub-heading {
  position: relative;
  line-height: 0.6;
}
.cms-heading-layout2 .sub-hd-stroke {
  color: transparent;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cms-heading-layout2 .sub-hd-stroke {
    font-size: 90px;
  }
}
@media screen and (max-width: 575px) {
  .cms-heading-layout2 .sub-hd-stroke {
    font-size: 60px;
  }
}
.cms-heading-layout2 .style1 .sub-hd-stroke {
  -webkit-text-stroke: 1px #eee;
}
.cms-heading-layout2 .style2 .sub-hd-stroke {
  -webkit-text-stroke: 1px #f6f6f6;
}
.cms-heading-layout2 .style3 {
  line-height: 0.9;
  margin-left: -4px;
}
.cms-heading-layout2 .style3 .sub-hd-stroke {
  -webkit-text-stroke: 2px #f9f9f9;
}
.cms-heading-layout2 .style3 .custom-subheading {
  left: 4px;
}
.cms-heading-layout2 .style4 .sub-hd-stroke {
  -webkit-text-stroke: 1px #042f75;
}
.cms-heading-layout2 .custom-subheading {
  position: inherit;
  bottom: 8px;
  left: 1px;
  color: #ff5e15;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  position: relative;
}
.cms-heading-layout2 h3 {
  margin-top: 19px !important;
  font-size: 40px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #002052;
}
@media screen and (max-width: 767px) {
  .cms-heading-layout2 h3 {
    margin-top: 10px !important;
  }
}
.cms-heading-layout2 .hd-project:before {
  color: #ff5e15;
  content: '!';
  font-style: normal;
}
.cms-heading-layout2 .hd-process:before {
  color: #ff5e15;
  content: '.';
  font-style: normal;
}
.heading-process .custom-heading {
  padding: 0;
}
.cms-icon1 a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #002052;
  background-color: #fff;
  border-radius: 1px;
  margin-right: 7px;
  transition: all 0.4s linear;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cms-icon1 a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.cms-icon1 a i {
  font-size: 13px;
  transition: all 0.4s linear;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cms-icon1 a i:first-child {
  opacity: 1;
  transition: all 0.3s linear 0ms;
}
.cms-icon1 a i:last-child {
  top: 100%;
  opacity: 0;
  transition: all 0.3s linear 0ms;
}
.cms-icon1 a:hover {
  background-color: #ff5e15;
}
.cms-icon1 a:hover i {
  color: #fff;
}
.cms-icon1 a:hover i:first-child {
  opacity: 0;
  top: 0;
}
.cms-icon1 a:hover i:last-child {
  top: 50%;
  opacity: 1;
}
.cms-list-total .style1 li {
  list-style: none;
}
.cms-list-total .style1 li a {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}
.cms-list-total .style1 li a:hover {
  color: #ff5e15;
}
.cms-list-total .style2 li {
  list-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cms-list-total .style2 li a {
  font-size: 14px;
  color: #002052;
  font-weight: 500;
  line-height: 27px;
  position: relative;
  padding-left: 34px;
}
.cms-list-total .style2 li a:before {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  top: 0;
  color: #fff;
  font-size: 8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #ff5e15;
  border-radius: 50%;
}
.cusom-list .cms-list-total {
  background-color: #f6f6f6;
  padding: 42px 30px 9px;
}
@media screen and (max-width: 575px) {
  .cusom-list .cms-list-total {
    padding: 37px 20px 8px;
  }
}
.cusom-list .cms-list-total .entry-title {
  font-size: 20px;
  margin-bottom: 9px;
}
.cusom-list .cms-list-total .style3 li {
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 66px;
  padding-left: 4px;
  border-bottom: 2px solid #ececec;
}
@media screen and (max-width: 575px) {
  .cusom-list .cms-list-total .style3 li {
    line-height: 55px;
    padding-left: 0;
  }
}
.cusom-list .cms-list-total .style3 li:last-child {
  border-bottom: none;
}
.cusom-list .cms-list-total .style3 li:hover img {
  animation: icon-download 0.6s linear 1;
}
.cusom-list .cms-list-total .style3 .testimonial-image img {
  max-width: 25px;
  max-height: 27px;
  transition: all 0.5s linear 300ms;
}
.cusom-list .cms-list-total .style3 a {
  font-size: 15px;
  color: #002052;
  margin-left: 15px;
}
.cusom-list .cms-list-total .style3 a:hover {
  color: #ff5e15;
}
.list-footer2 .style1 a {
  line-height: 43px !important;
}
.list-footer2 .style1 a:hover {
  color: #fff !important;
}
.cms-contact-info1 {
  display: flex;
}
.cms-contact-info1 .item-icon i {
  color: #ff5e15;
  font-size: 17px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-contact-info1 .list-li {
  margin-left: 8px;
}
.cms-contact-info1 .list-li li {
  line-height: 22px;
  list-style: none;
}
.cms-contact-info1 .list-li li a {
  color: #fff;
  font-size: 15px;
}
.cms-contact-info1 .list-li li a:hover {
  color: #ff5e15;
}
.cms-contact-info1:hover i {
  animation: shakeicon 0.3s linear 1;
}
.cms-contact-info2 {
  display: flex;
  align-items: center;
}
.cms-contact-info2 .icon-img {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #ff5e15;
  position: relative;
}
.cms-contact-info2 .icon-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cms-contact-info2 .icon-img img:first-child {
  opacity: 1;
  transition: all 0.3s linear 0ms;
}
.cms-contact-info2 .icon-img img:last-child {
  top: 100%;
  opacity: 0;
  transition: all 0.3s linear 0ms;
}
.cms-contact-info2 .list-li {
  margin-bottom: 0;
  margin-left: 20px;
  line-height: 1;
}
.cms-contact-info2 .list-li li {
  list-style: none;
}
.cms-contact-info2 .list-li li a {
  font-size: 15px;
  font-weight: 500;
  color: #002052;
  line-height: 23px;
}
.cms-contact-info2 .list-li li a:hover {
  color: #ff5e15;
}
.cms-contact-info2:hover .icon-img img:first-child {
  opacity: 0;
  top: 0;
}
.cms-contact-info2:hover .icon-img img:last-child {
  top: 50%;
  opacity: 1;
}
.cms-post-grid-layout1 .grid-item-inner {
  padding-bottom: 0%;
  margin-bottom: 30px;
}
.cms-post-grid-layout1 .grid-item-inner .entry-featured {
  overflow: hidden;
}
.cms-post-grid-layout1 .grid-item-inner .post-image a {
  position: relative;
}
.cms-post-grid-layout1 .grid-item-inner .post-image a:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background-color: #ff5e15;
  opacity: 0.35;
  transition: all 0.5s ease;
  z-index: 2;
}
.cms-post-grid-layout1 .grid-item-inner img {
  transition: all 0.9s ease;
}
.cms-post-grid-layout1 .grid-item-inner:hover .post-image a:before {
  width: 100%;
  height: 100%;
}
.cms-post-grid-layout1 .entry-body {
  background-color: #fff;
}
.cms-post-grid-layout1 .widget-content {
  padding: 25px 20px 27px 20px;
}
.cms-post-grid-layout1 .entry--content {
  padding-bottom: 20px;
}
.cms-post-grid-layout1 .info-post .entry-meta {
  margin-bottom: 8px;
}
.cms-post-grid-layout1 .info-post .item-author a:hover {
  color: #ff5e15;
}
.cms-post-grid-layout1 .info-post .item-author, .cms-post-grid-layout1 .info-post .item-comment, .cms-post-grid-layout1 .info-post .item-category {
  display: inline-block;
  margin-right: 25px;
}
.cms-post-grid-layout1 .info-post .item-author i, .cms-post-grid-layout1 .info-post .item-comment i, .cms-post-grid-layout1 .info-post .item-category i {
  font-size: 14px;
  color: #ff5e15;
  margin-right: 4px;
}
.cms-post-grid-layout1 .info-post .item-author a, .cms-post-grid-layout1 .info-post .item-comment a, .cms-post-grid-layout1 .info-post .item-category a {
  font-size: 14px;
  color: #002052;
  font-weight: 400;
}
.cms-post-grid-layout1 .info-post .item-comment i {
  font-weight: 600;
}
.cms-post-grid-layout1 .info-post .item-category i {
  font-weight: 600;
}
.cms-post-grid-layout1 .info-post .item-date {
  display: inline-block;
}
.cms-post-grid-layout1 .info-post .item-date i {
  font-size: 14px;
  color: #ff5e15;
  margin-right: 4px;
}
.cms-post-grid-layout1 .info-post .item-date span {
  font-size: 14px;
  color: #002052;
  font-weight: 400;
}
.cms-post-grid-layout1 .entry-title {
  font-weight: 600;
  line-height: 0.85;
  margin-top: 0px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cms-post-grid-layout1 .entry-title a {
  font-size: 20px;
}
.cms-post-grid-layout1 .entry-title a:hover {
  color: #ff5e15;
}
@media screen and (max-width: 400px) {
  .cms-post-grid-layout1 .entry-title {
    line-height: 0.75;
  }
  .cms-post-grid-layout1 .entry-title a {
    font-size: 18px;
  }
}
.cms-post-grid-layout1 .entry-readmore {
  line-height: 1;
}
.cms-post-grid-layout1 .entry-readmore a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms linear 0ms;
}
.cms-post-grid-layout1 .entry-readmore a i {
  margin-left: 6px;
  font-size: 15px;
  vertical-align: bottom;
}
.cms-post-grid-layout1 .entry-readmore a:hover {
  color: #002052 !important;
}
.cms-post-grid-layout1 .grid-item-inner:hover img {
  transform: scale(1.06);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-post-carousel1 {
    overflow: hidden;
  }
}
.cms-post-carousel1 .slick-list {
  padding: 0 !important;
}
@media screen and (max-width: 1199px) {
  .cms-post-carousel1 .slick-slider {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-post-carousel1 .slick-slider .carousel-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.cms-post-carousel1 .carousel-item-inner {
  position: relative;
}
.cms-post-carousel1 .carousel-item-inner .entry-featured img {
  transition: all 0.5s ease;
  width: 100%;
}
.cms-post-carousel1 .carousel-item-inner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
  transition: all 0.5s ease;
}
.cms-post-carousel1 .carousel-item-inner .img-icon {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 999;
}
.cms-post-carousel1 .carousel-item-inner .img-icon img {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1150px) and (min-width: 1020px) {
  .cms-post-carousel1 .carousel-item-inner .img-icon {
    right: 15px;
  }
  .cms-post-carousel1 .carousel-item-inner .img-icon img {
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  .cms-post-carousel1 .carousel-item-inner .img-icon {
    right: 20px;
  }
  .cms-post-carousel1 .carousel-item-inner .img-icon img {
    width: 80%;
  }
}
@media screen and (max-width: 370px) {
  .cms-post-carousel1 .carousel-item-inner .img-icon {
    top: 15px;
    right: 0px;
  }
  .cms-post-carousel1 .carousel-item-inner .img-icon img {
    width: 65%;
  }
}
.cms-post-carousel1 .carousel-item-inner .entry-body {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 30px 30px;
}
.cms-post-carousel1 .carousel-item-inner .item-date {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s ease;
}
.cms-post-carousel1 .carousel-item-inner .entry-title {
  font-weight: 600;
  line-height: 1.28;
  margin-top: 125px;
  margin-bottom: 17px;
}
.cms-post-carousel1 .carousel-item-inner .entry-title a {
  font-size: 20px;
  transition: all 0.5s ease;
  color: #fff;
}
@media screen and (max-width: 1150px) and (min-width: 1020px) {
  .cms-post-carousel1 .carousel-item-inner .entry-title {
    margin-top: 85px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .cms-post-carousel1 .carousel-item-inner .entry-title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 350px) {
  .cms-post-carousel1 .carousel-item-inner .entry-title {
    margin-top: 55px;
    margin-bottom: 10px;
    line-height: 1.17;
  }
  .cms-post-carousel1 .carousel-item-inner .entry-title a {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .cms-post-carousel1 .carousel-item-inner .entry-title {
    line-height: 1.15;
    margin-top: 90px;
  }
  .cms-post-carousel1 .carousel-item-inner .entry-title a {
    font-size: 17px;
  }
}
@media screen and (max-width: 370px) {
  .cms-post-carousel1 .carousel-item-inner .entry-title {
    margin-top: 50px;
  }
}
.cms-post-carousel1 .carousel-item-inner .entry-content {
  color: #fff;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1150px) and (min-width: 1020px) {
  .cms-post-carousel1 .carousel-item-inner .entry-content {
    font-size: 14px;
    line-height: 23px;
  }
}
@media screen and (max-width: 350px) {
  .cms-post-carousel1 .carousel-item-inner .entry-content {
    font-size: 12px;
    padding-bottom: 10px;
    display: inline-block;
  }
}
.cms-post-carousel1 .carousel-item-inner .entry-meta {
  width: 100%;
  margin-bottom: 0;
  z-index: 3;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #f6f6f6;
  transition: all 0.5s ease;
}
.cms-post-carousel1 .carousel-item-inner .entry-meta .item-author {
  padding-left: 30px;
  line-height: 60px;
  display: flex;
  align-items: center;
}
.cms-post-carousel1 .carousel-item-inner .entry-meta .item-author img {
  max-width: 33px;
  border-radius: 50%;
}
.cms-post-carousel1 .carousel-item-inner .entry-meta .item-author a {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
@media screen and (max-width: 400px) {
  .cms-post-carousel1 .carousel-item-inner .entry-meta .item-author {
    line-height: 50px;
  }
}
@media screen and (max-width: 350px) {
  .cms-post-carousel1 .carousel-item-inner .entry-meta .item-author {
    line-height: 45px;
  }
}
.cms-post-carousel1 .slick-active .carousel-item-inner {
  box-shadow: 0px 0px 25px #e4e6f0;
}
.cms-post-carousel1 .slick-active .carousel-item-inner:before {
  background-color: #002052;
}
.cms-post-carousel1 .slick-active .item-date {
  background-color: #ff5e15;
}
.cms-post-carousel1 .slick-active .entry-title a {
  color: #fff;
}
.cms-post-carousel1 .slick-active .entry-content {
  color: #fff;
}
.cms-post-carousel1 .slick-active .item-author a {
  color: #fff;
}
.cms-post-carousel1 .slick-active:nth-child(3n) .carousel-item-inner {
  box-shadow: 0px 0px 25px #e4e6f0;
}
.cms-post-carousel1 .slick-active:nth-child(3n) .carousel-item-inner:before {
  background-color: #ff5e15;
}
.cms-post-carousel1 .slick-active:nth-child(3n) .item-date {
  background-color: #002052;
}
.cms-post-carousel1 .slick-center .carousel-item-inner {
  box-shadow: 0px 0px 25px #e4e6f0;
}
.cms-post-carousel1 .slick-center .carousel-item-inner:before {
  background-color: #fff !important;
}
.cms-post-carousel1 .slick-center .img-icon img {
  opacity: 1;
  transform: scale(1);
}
.cms-post-carousel1 .slick-center .entry-featured img {
  opacity: 0;
}
.cms-post-carousel1 .slick-center .item-date {
  background-color: #002052;
}
.cms-post-carousel1 .slick-center .entry-title a {
  color: #002052;
}
.cms-post-carousel1 .slick-center .entry-content {
  color: #002052;
}
.cms-post-carousel1 .slick-center .item-author a {
  color: #ff5e15 !important;
}
.cms-post-carousel1 .slick-slide:hover .carousel-item-inner {
  box-shadow: 0px 0px 25px #e4e6f0;
}
.cms-post-carousel1 .slick-slide:hover .carousel-item-inner:before {
  background-color: #fff;
}
.cms-post-carousel1 .slick-slide:hover .img-icon img {
  opacity: 1;
  transform: scale(1);
}
.cms-post-carousel1 .slick-slide:hover .entry-featured img {
  opacity: 0;
}
.cms-post-carousel1 .slick-slide:hover .entry-title a {
  color: #002052;
}
.cms-post-carousel1 .slick-slide:hover .entry-content {
  color: #002052;
}
.cms-post-carousel1 .slick-slide:hover .item-author a {
  color: #ff5e15;
}
.cms-post-carousel1 .slick-slide .entry-title a:hover {
  color: #ff5e15;
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .custom-width-footer {
    width: 600px !important;
    margin: 0 auto;
  }
}
.cms-gallery-grid1 .cms-grid-masonry {
  margin: -7px;
}
.cms-gallery-grid1 .cms-grid-masonry .gallery-icon {
  position: relative;
  float: left;
  width: 50%;
  overflow: hidden;
  display: block;
  border: 7px solid transparent;
}
@media screen and (max-width: 1024px) {
  .cms-gallery-grid1 .cms-grid-masonry .gallery-icon {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .cms-gallery-grid1 .cms-grid-masonry .gallery-icon {
    width: 50%;
  }
}
.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  background-color: #ff5e15;
  opacity: 0.7;
  transition: 0.5s;
}
.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image .icon-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
}
.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image .icon-hover i {
  color: #fff;
  font-size: 12px;
  transform: scale(0);
  transition: 0.5s;
}
.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image:hover .icon-hover {
  opacity: 1;
}
.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image:hover .icon-hover i {
  transform: scale(1);
}
.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image:hover:before {
  width: 100%;
  height: 100%;
}
.gallery-image2 .cms-grid-masonry {
  margin: -7px;
}
.gallery-image2 .cms-grid-masonry .gallery-icon {
  position: relative;
  float: left;
  width: 33.33%;
  overflow: hidden;
  display: block;
  border: 6px solid transparent;
}
@media screen and (min-width: 1200px) {
  .ctf-layout1 .input-contact .col-lg-6 {
    padding-right: 1px;
  }
}
@media screen and (max-width: 991px) {
  .ctf-layout1 .input-contact .input-filled {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .ctf-layout1 .col-12 {
    padding-right: 1px;
  }
}
.ctf-layout1 .col-12 .input-filled {
  margin-bottom: 10px;
}
.ctf-layout2 .input-contact {
  margin: 0 -10px;
}
.ctf-layout2 .input-contact .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.ctf-layout2 .input-contact .col-lg-6 .input-filled {
  margin-bottom: 20px;
}
.ctf-layout2 .input-contact .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.ctf-layout2 .input-contact .col-12 .input-filled {
  margin-bottom: 20px;
}
.ctf-layout2 .input-contact input {
  background-color: #f6f6f6;
  height: 70px;
  padding-left: 70px !important;
}
@media screen and (max-width: 767px) {
  .ctf-layout2 .input-contact input {
    height: 65px;
    padding-left: 50px !important;
  }
}
.ctf-layout2 .item-textarea .input-filled {
  margin-bottom: 12px;
}
.ctf-layout2 .item-textarea textarea {
  background-color: #f6f6f6;
  min-height: 140px !important;
  padding-left: 70px !important;
  padding-top: 26px;
}
@media screen and (max-width: 767px) {
  .ctf-layout2 .item-textarea textarea {
    padding-left: 50px !important;
  }
}
.ctf-layout2 .wpcf7-form-control-wrap:before {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
  color: #ff5e15;
}
@media screen and (max-width: 767px) {
  .ctf-layout2 .wpcf7-form-control-wrap:before {
    left: 20px;
  }
}
.ctf-layout2 .wpcf7-form-control-wrap.your-name:before {
  content: '\f007';
}
.ctf-layout2 .wpcf7-form-control-wrap.your-email:before {
  content: '\f0e0';
}
.ctf-layout2 .wpcf7-form-control-wrap.your-subject:before {
  content: '\f061';
}
.ctf-layout2 .wpcf7-form-control-wrap.your-message:before {
  content: '\f044';
  top: 35px;
}
.ctf-layout2 .buttom-contact .input-filled {
  text-align: left;
}
.ctf-layout2 .buttom-contact .input-filled span {
  padding-left: 21px;
}
.ctf-layout2 .buttom-contact .input-filled span:before {
  content: '\f1d8';
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  font-size: 15px;
  left: 0;
}
.ctf-layout2 .buttom-contact .input-filled:hover span:before {
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: icon-ctf;
  animation-timing-function: linear;
}
.cms-acclayout1 .cms-accordion-item {
  padding-bottom: 8px;
  border: 2px solid #e9e9e9;
  margin-bottom: 21px;
  transition: 0.5s;
}
.cms-acclayout1 .cms-accordion-item.active .cms-ac-title {
  color: #ff5e15;
}
.cms-acclayout1 .cms-accordion-item .cms-ac-title {
  position: relative;
  cursor: pointer;
  color: #232d47;
  font-size: 15px;
  font-weight: 500;
  padding: 23px 20px 15px 80px;
  transition: all 220 ms linear 0ms;
}
.cms-acclayout1 .cms-accordion-item .cms-ac-title:before {
  position: absolute;
  content: '\f063';
  font-family: 'Font Awesome 5 Pro';
  font-size: 15px;
  color: #ff5e15;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #f6f6f6;
  transition: 0.5s;
}
.cms-acclayout1 .cms-accordion-item .cms-ac-title.active:before {
  content: '\f062';
  font-family: 'Font Awesome 5 Pro';
  background-color: #ff5e15;
  color: #fff;
}
.cms-acclayout1 .cms-accordion-item .cms-ac-title:hover a {
  color: #ff5e15;
}
.cms-acclayout1 .cms-accordion-item .cms-ac-content {
  font-size: 15px;
  font-weight: 400;
  padding: 0px 0px 15px 80px;
}
@media screen and (max-width: 575px) {
  .cms-acclayout1 .cms-accordion-item .cms-ac-content {
    padding: 0px 20px 15px 80px;
  }
}
.cms-accordion .cms-ac-content {
  display: none;
}
.pricing-column .elementor-column-gap-default {
  column-gap: 10px;
}
@media screen and (max-width: 1199px) {
  .pricing-column .elementor-column-gap-default {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cms-pricing-layout1 {
  background-image: url('../images/bgr-pricing.png');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.4s linear;
}
.cms-pricing-layout1:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.4s linear;
}
.cms-pricing-layout1:hover:before {
  background-color: #ff5e15;
  opacity: 0.76;
}
.cms-pricing-layout1 .pricing-meta {
  position: relative;
  text-align: center;
  padding: 60px 25px;
  transition: 0.4s linear;
}
@media screen and (max-width: 575px) {
  .cms-pricing-layout1 .pricing-meta {
    padding: 40px 20px;
  }
}
.cms-pricing-layout1 .pricing-meta:hover {
  box-shadow: 0 5px 20px #fc844e;
}
.cms-pricing-layout1 .pricing-title {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  color: #002052;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #f0f6ff;
  text-transform: uppercase;
  transition: 0.4s linear;
}
.cms-pricing-layout1 .pricing-price {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .cms-pricing-layout1 .pricing-price {
    margin-top: 23px;
  }
}
.cms-pricing-layout1 .pricing-price .icon-dollar {
  font-size: 15px;
  font-family: Exo;
  font-weight: 700;
  transition: 0.4s linear;
}
.cms-pricing-layout1 .pricing-price .price {
  margin-left: -3px;
  font-size: 65px;
  font-weight: 700;
  font-family: Exo;
  color: #ff5e15;
  line-height: 1;
  transition: 0.4s linear;
}
@media screen and (max-width: 575px) {
  .cms-pricing-layout1 .pricing-price .price {
    font-size: 54px;
  }
}
.cms-pricing-layout1 .cms-pricing-feature {
  margin-top: 20px;
  margin-bottom: 0;
}
.cms-pricing-layout1 .cms-pricing-feature li {
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 13px;
  margin-bottom: 14px;
  padding-left: 5px;
  padding-right: 5px;
  transition: 0.3s linear;
}
.cms-pricing-layout1 .cms-pricing-feature li:last-child {
  border-bottom: none;
  margin-bottom: 9px;
  transition: 0.3s linear;
}
@media screen and (max-width: 575px) {
  .cms-pricing-layout1 .cms-pricing-feature li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cms-pricing-layout1 .pricing-consultancy {
  color: #ff5e15;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 46px;
  transition: 0.4s linear;
}
@media screen and (max-width: 575px) {
  .cms-pricing-layout1 .pricing-consultancy {
    margin-bottom: 30px;
  }
}
.cms-pricing-layout1 .btn-pricing {
  position: relative;
  width: 180px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  background-color: #002052;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .cms-pricing-layout1 .btn-pricing {
    width: 150px;
    height: 45px;
    line-height: 45px;
  }
}
.cms-pricing-layout1 .btn-pricing span {
  position: relative;
  transition: 0.3s ease;
}
.cms-pricing-layout1 .btn-pricing:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #002052;
  transition: 0.3s ease;
}
.cms-pricing-layout1 .btn-pricing:hover:before {
  left: 0;
  width: 100%;
}
.cms-pricing-layout1 .btn-pricing:hover span {
  color: #fff !important;
}
.cms-pricing-layout1:hover .pricing-title {
  background-color: #f0f6ff;
}
.cms-pricing-layout1:hover .icon-dollar {
  color: #fff;
}
.cms-pricing-layout1:hover .price {
  color: #fff;
}
.cms-pricing-layout1:hover .cms-pricing-feature li {
  color: #fff;
  border-color: #f29b73;
}
.cms-pricing-layout1:hover .pricing-consultancy {
  color: #fff;
}
.cms-pricing-layout1:hover .btn-pricing span {
  color: #002052;
}
.cms-pricing-layout1:hover .btn-pricing {
  background-color: #fff;
}
.cms-counter-layout1 .widget-counter {
  display: flex;
  align-items: center;
  line-height: 1;
}
.cms-counter-layout1 .elementor-counter-number {
  font-size: 89px;
  font-weight: 700;
  font-family: Exo;
  color: #ff5e15;
}
@media screen and (max-width: 767px) {
  .cms-counter-layout1 .elementor-counter-number {
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .cms-counter-layout1 .elementor-counter-number {
    font-size: 60px;
  }
}
.cms-counter-layout1 .cms-counter-number-suffix {
  margin-left: -2px;
  color: #ff5e15;
  font-weight: 700;
  font-size: 23px;
}
.cms-counter-layout1 .counter-text {
  margin-left: 19px;
}
@media screen and (max-width: 400px) {
  .cms-counter-layout1 .counter-text {
    margin-left: 10px;
  }
}
.cms-counter-layout1 .cms-sub-title {
  font-size: 18px;
  font-family: Exo;
  font-weight: 600;
  color: #002052;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .cms-counter-layout1 .cms-sub-title {
    font-size: 16px;
  }
}
.cms-counter-layout1 .cms-counter-title {
  margin-top: 5px;
  font-size: 40px;
  font-family: Exo;
  font-weight: 700;
  color: #002052;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .cms-counter-layout1 .cms-counter-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .cms-counter-layout1 .cms-counter-title {
    font-size: 26px;
  }
}
.cms-counter-layout2 .widget-counter {
  display: flex;
  align-items: center;
  line-height: 1;
}
.cms-counter-layout2 .widget-counter .cms-counter-number-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
}
.cms-counter-layout2 .widget-counter .elementor-counter-number {
  position: relative;
  font-size: 55px;
  font-weight: 700;
  font-family: Exo;
  color: #002052;
  padding-left: 24px;
  transition: 0.2s linear;
}
.cms-counter-layout2 .widget-counter .elementor-counter-number:before {
  position: absolute;
  content: '';
  top: -2px;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 66px;
  border: 4px solid #ff5e15;
  transition: 0.2s linear;
  z-index: -1;
}
.cms-counter-layout2 .widget-counter .cms-counter-number-suffix {
  margin-left: 4px;
  color: #ff5e15;
  font-weight: 700;
  font-size: 23px;
}
.cms-counter-layout2 .widget-counter .counter-text {
  margin-left: 18px;
}
.cms-counter-layout2 .widget-counter .cms-sub-title {
  font-size: 15px;
  font-weight: 700;
  color: #002052;
  text-transform: uppercase;
}
.cms-counter-layout2 .widget-counter .cms-counter-title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #ff5e15;
  text-transform: uppercase;
}
.cms-counter-layout2 .widget-counter:hover .elementor-counter-number {
  padding-right: 23px;
}
.cms-counter-layout2 .widget-counter:hover .elementor-counter-number:before {
  width: 100%;
}
.cms-counter-layout3 {
  display: inline-block;
}
.cms-counter-layout3 .widget-counter {
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  padding-left: 24px;
  transition: 0.2s linear;
}
.cms-counter-layout3 .widget-counter:before {
  position: absolute;
  content: '';
  top: -2px;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 66px;
  border: 4px solid #002052;
  transition: 0.2s linear;
}
.cms-counter-layout3 .widget-counter:hover:before {
  width: 100%;
}
.cms-counter-layout3 .widget-counter:hover {
  padding-right: 24px;
}
.cms-counter-layout3 .widget-counter:hover:before {
  border-color: #fff;
}
.cms-counter-layout3 .cms-counter-number-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
}
.cms-counter-layout3 .elementor-counter-number {
  font-size: 55px;
  font-weight: 700;
  font-family: Exo;
  color: #fff;
  position: relative;
}
.cms-counter-layout3 .cms-counter-number-suffix {
  color: #fff;
  font-weight: 700;
  font-size: 49px;
  margin-left: 4px;
}
.cms-counter-layout3 .counter-text {
  margin-left: 18px;
}
.cms-counter-layout3 .cms-sub-title {
  font-size: 15px;
  font-weight: 700;
  color: #c2daff;
  text-transform: uppercase;
}
.cms-counter-layout3 .cms-counter-title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #ff5e15;
  text-transform: uppercase;
}
.cms-counter-layout4 .cms-counter-icon img {
  max-width: 50px;
}
.cms-counter-layout4 .widget-counter {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cms-counter-layout4 .widget-counter {
    justify-content: center;
  }
}
.cms-counter-layout4 .cms-counter-number-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
  margin-left: 25px;
  margin-left: 18px;
}
.cms-counter-layout4 .elementor-counter-number {
  font-size: 50px;
  font-weight: 600;
  font-family: Exo;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 575px) {
  .cms-counter-layout4 .elementor-counter-number {
    font-size: 45px;
  }
}
.cms-counter-layout4 .cms-counter-number-suffix {
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  margin-left: 4px;
}
.cms-counter-layout4 .counter-text {
  margin-top: 0px;
}
.cms-counter-layout4 .counter-text .cms-sub-title {
  font-size: 20px;
  font-weight: 400;
  color: #cdcdcd;
}
@media screen and (max-width: 991px) {
  .cms-counter-layout4 .counter-text .cms-sub-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .cms-counter-layout4 .counter-text {
    margin-top: -3px;
  }
  .cms-counter-layout4 .counter-text .cms-sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .style-offset-left > .elementor-element {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.cms-button-layout1 a {
  text-transform: uppercase;
  border: none;
  font-weight: 700;
}
.cms-button-layout1 span {
  position: relative;
}
.cms-button-layout1 .btn-layout1 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  width: 180px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #ff5e15;
}
.cms-button-layout1 .btn-layout1:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #002052;
  transition: 0.3s ease;
}
.cms-button-layout1 .btn-layout1:hover:before {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cms-button-layout1 .btn-layout1 {
    width: 150px;
    height: 45px;
    line-height: 45px;
  }
}
.cms-button-layout1 .btn-layout2 {
  line-height: 55px;
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #002052;
  transition: 0.2s;
}
.cms-button-layout1 .btn-layout2 i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #002052;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.2s;
}
.cms-button-layout1 .btn-layout2:hover {
  color: #ff5e15;
}
.cms-button-layout1 .btn-layout2:hover i {
  background-color: #ff5e15;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  margin-left: 20px;
}
.cms-button-layout1 .hv-color-secon {
  background-color: #002052;
}
.cms-button-layout1 .hv-color-secon:before {
  background-color: #ff5e15;
}
.cms-team-grid1 .grid-item {
  margin-bottom: 30px;
}
.cms-team-grid1 .item--inner {
  position: relative;
  padding-bottom: 87px;
  overflow: hidden;
  transition: 0.3s;
}
.cms-team-grid1 .item--inner .item--image {
  overflow: hidden;
}
.cms-team-grid1 .item--inner .item--image img {
  transition: all 0.9s ease;
}
.cms-team-grid1 .item--inner:hover {
  box-shadow: 0px 5px 10px 0 rgba(255, 94, 21, 0.2), 0px 6px 20px 0 rgba(255, 94, 21, 0.19);
}
.cms-team-grid1 .item--inner:hover img {
  transform: scale(1.08);
}
.cms-team-grid1 .item--inner .item-holder {
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  bottom: -65px;
  transition: all 0.4s ease;
}
.cms-team-grid1 .item--inner .img-icon {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}
.cms-team-grid1 .item--inner .img-icon img {
  opacity: 0;
  transform: scale(0.5);
  transition: 0.8s;
}
.cms-team-grid1 .item--inner .img-icon:nth-child(1) img {
  transition-delay: 1s;
}
.cms-team-grid1 .item--inner .item--title {
  padding-top: 21px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  font-family: Exo;
}
.cms-team-grid1 .item--inner .item--title a {
  color: #002052;
  transition: 0.2s;
}
.cms-team-grid1 .item--inner .item--position {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #ff5e15;
}
.cms-team-grid1 .item--inner .inner-social {
  padding-bottom: 44px;
}
.cms-team-grid1 .item--inner .inner-social a {
  padding: 0 6px;
}
.cms-team-grid1 .item--inner .inner-social a i {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.35s;
}
.cms-team-grid1 .item--inner .inner-social a:nth-child(1) i {
  transition-delay: 0.2s;
}
.cms-team-grid1 .item--inner .inner-social a:nth-child(2) i {
  transition-delay: 0.4s;
}
.cms-team-grid1 .item--inner .inner-social a:nth-child(3) i {
  transition-delay: 0.6s;
}
.cms-team-grid1 .item--inner .inner-social a:nth-child(4) i {
  transition-delay: 0.8s;
}
.cms-team-grid1 .item--inner:hover .item-holder {
  background-color: #ff5e15;
  bottom: -4px;
}
.cms-team-grid1 .item--inner:hover .item--title {
  padding-top: 46px;
}
.cms-team-grid1 .item--inner:hover .item--title a {
  color: #fff;
}
.cms-team-grid1 .item--inner:hover .item--position {
  color: #fff;
}
.cms-team-grid1 .item--inner:hover .inner-social i {
  opacity: 1;
  color: #fff;
  transform: translateY(0);
}
.cms-team-grid1 .item--inner:hover .img-icon img {
  opacity: 0.1;
  transform: scale(1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-team-carousel2 {
    overflow: hidden;
  }
}
.cms-team-carousel2 .team-item {
  margin-bottom: 30px;
  transition: 0.3s;
}
.cms-team-carousel2 .team-item:hover {
  box-shadow: 0px 5px 10px 0 rgba(255, 94, 21, 0.2), 0px 6px 20px 0 rgba(255, 94, 21, 0.19);
}
.cms-team-carousel2 .item--inner {
  position: relative;
  padding-bottom: 87px;
  overflow: hidden;
  transition: all 0.9s ease;
}
.cms-team-carousel2 .item--inner .item--image {
  overflow: hidden;
}
.cms-team-carousel2 .item--inner .item--image img {
  transition: all 0.9s ease;
}
.cms-team-carousel2 .item--inner:hover img {
  transform: scale(1.08);
}
.cms-team-carousel2 .item--inner .item-holder {
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  bottom: -65px;
  transition: all 0.4s ease;
}
.cms-team-carousel2 .item--inner .img-icon {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
}
.cms-team-carousel2 .item--inner .img-icon img {
  opacity: 0;
  transform: scale(0.5);
  transition: 0.8s;
}
.cms-team-carousel2 .item--inner .img-icon:nth-child(1) img {
  transition-delay: 1s;
}
.cms-team-carousel2 .item--inner .item--title {
  position: relative;
  padding-top: 21px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  font-family: Exo;
}
.cms-team-carousel2 .item--inner .item--title a {
  color: #002052;
  transition: 0.2s;
}
.cms-team-carousel2 .item--inner .item--position {
  position: relative;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #ff5e15;
}
.cms-team-carousel2 .item--inner .inner-social {
  position: relative;
  padding-bottom: 44px;
}
.cms-team-carousel2 .item--inner .inner-social a {
  padding: 0 6px;
}
.cms-team-carousel2 .item--inner .inner-social a i {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.3s;
}
.cms-team-carousel2 .item--inner .inner-social a:nth-child(1) i {
  transition-delay: 0.2s;
}
.cms-team-carousel2 .item--inner .inner-social a:nth-child(2) i {
  transition-delay: 0.4s;
}
.cms-team-carousel2 .item--inner .inner-social a:nth-child(3) i {
  transition-delay: 0.6s;
}
.cms-team-carousel2 .item--inner .inner-social a:nth-child(4) i {
  transition-delay: 0.8s;
}
.cms-team-carousel2 .item--inner:hover .item-holder {
  background-color: #ff5e15;
  bottom: -4px;
}
.cms-team-carousel2 .item--inner:hover .item--title {
  padding-top: 46px;
}
.cms-team-carousel2 .item--inner:hover .item--title a {
  color: #fff;
}
.cms-team-carousel2 .item--inner:hover .item--position {
  color: #fff;
}
.cms-team-carousel2 .item--inner:hover .inner-social i {
  opacity: 1;
  color: #fff;
  transform: translateY(0);
}
.cms-team-carousel2 .item--inner:hover .img-icon img {
  opacity: 0.1;
  transform: scale(1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-service-carousel1 {
    overflow: hidden;
  }
}
.cms-service-carousel1 .item--image {
  overflow: hidden;
  position: relative;
}
.cms-service-carousel1 .item--image img {
  transition: all 0.9s ease;
}
.cms-service-carousel1 .item--image:before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 0%;
  background-color: #ff5e15;
  opacity: 0.35;
  transition: all 0.6s ease;
  z-index: 999;
}
@media screen and (max-width: 575px) {
  .cms-service-carousel1 .slick-slide {
    padding: 0 10px;
  }
}
.cms-service-carousel1 .item-holder {
  background-color: #fff;
  padding: 24px 30px 30px;
}
@media screen and (max-width: 1199px) {
  .cms-service-carousel1 .item-holder {
    padding: 24px 20px 30px;
  }
}
.cms-service-carousel1 .item--subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #ff5e15;
  font-weight: 700;
}
.cms-service-carousel1 .item--title {
  margin-top: 11px;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Exo;
}
.cms-service-carousel1 .item--title a {
  color: #002052;
}
.cms-service-carousel1 .item--title a:hover {
  color: #ff5e15;
}
.cms-service-carousel1 .service-item:hover img {
  transform: scale(1.06);
}
.cms-service-carousel1 .item--inner:hover .item--image:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-client-carousel {
  padding-left: 70px;
  padding-right: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-client-carousel {
    overflow: hidden;
  }
}
@media screen and (max-width: 1300px) {
  .cms-client-carousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms-slick-carousel .client-image {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-slick-carousel .client-image {
    overflow: hidden;
  }
}
.cms-slick-carousel .client-image img {
  padding: 11px 50px;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.cms-slick-carousel .client-image img:first-child {
  transform: translateY(0);
}
.cms-slick-carousel .client-image img:last-child {
  position: absolute;
  transform: translateY(-150px);
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1700px) {
  .cms-slick-carousel .client-image img {
    padding: 11px 35px;
  }
}
@media screen and (max-width: 1500px) {
  .cms-slick-carousel .client-image img {
    padding: 11px 20px;
  }
}
@media screen and (max-width: 1190px) {
  .cms-slick-carousel .client-image img {
    padding: 11px 10px;
  }
}
@media screen and (max-width: 1019px) {
  .cms-slick-carousel .client-image img {
    padding: 11px 50px;
  }
}
@media screen and (max-width: 950px) {
  .cms-slick-carousel .client-image img {
    padding: 11px 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-slick-carousel .client-image img {
    padding: 11px 50px;
  }
  .cms-slick-carousel .client-image img:first-child {
    margin: 0 auto;
  }
  .cms-slick-carousel .client-image img:last-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cms-slick-carousel .client-image a:hover img:first-child {
    transform: translateY(80px);
  }
  .cms-slick-carousel .client-image a:hover img:last-child {
    transform: translateY(-70px);
    opacity: 1;
  }
}
.cms-portfolio-grid1 .grid-item {
  margin-bottom: 30px;
}
.cms-portfolio-grid1 .post-image {
  overflow: hidden;
}
.cms-portfolio-grid1 .post-image img {
  transition: all 0.9s ease;
}
.cms-portfolio-grid1 .entry-body {
  background-color: #fff;
  padding: 11px 26px 27px 26px;
}
.cms-portfolio-grid1 .entry-body .item-category {
  margin-top: 10px;
  margin-bottom: -10px;
}
.cms-portfolio-grid1 .entry-body .item-category i {
  font-weight: 500;
  color: #002052;
  transition: 0.4s;
}
.cms-portfolio-grid1 .entry-body .item-category a {
  margin-left: 8px;
  font-weight: 400;
  color: #002052;
}
.cms-portfolio-grid1 .entry-body .item-category:hover i, .cms-portfolio-grid1 .entry-body .item-category:hover a {
  color: #ff5e15;
}
.cms-portfolio-grid1 .entry-title {
  font-weight: 600;
  line-height: 0.85;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cms-portfolio-grid1 .entry-title a {
  font-size: 20px;
}
.cms-portfolio-grid1 .entry-title a:hover {
  color: #ff5e15;
}
@media screen and (max-width: 400px) {
  .cms-portfolio-grid1 .entry-title {
    line-height: 0.75;
  }
  .cms-portfolio-grid1 .entry-title a {
    font-size: 18px;
  }
}
.cms-portfolio-grid1 .entry-content {
  font-size: 15px;
  font-weight: 400;
}
.cms-portfolio-grid1 .entry-readmore {
  line-height: 1;
  margin-top: 16px;
  margin-left: 4px;
}
.cms-portfolio-grid1 .entry-readmore a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms linear 0ms;
}
.cms-portfolio-grid1 .entry-readmore a i {
  margin-left: 6px;
  font-size: 15px;
  vertical-align: bottom;
}
.cms-portfolio-grid1 .entry-readmore a:hover {
  color: #002052 !important;
}
.cms-portfolio-grid1 .grid-item-inner:hover img {
  transform: scale(1.12) rotate(-5deg);
}
.fcb-layout1 {
  border: 1px solid #e6e9ed;
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  background-color: #fff;
  padding: 27px 20px 24px 30px;
}
@media screen and (max-width: 767px) {
  .fcb-layout1 {
    max-width: 500px;
  }
}
.fcb-layout1 .content-main {
  display: flex;
  align-items: center;
}
.fcb-layout1 .inner-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ff5e15;
  text-align: center;
}
.fcb-layout1 .inner-icon img {
  transition: all 0.5s linear 300ms;
}
.fcb-layout1:hover img {
  animation: icon-download 0.6s linear 1;
}
.fcb-layout1 .total-title {
  margin-left: 15px;
}
.fcb-layout1 .title-project {
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 23px;
}
.fcb-layout1 .item--title {
  font-size: 15px;
  margin-bottom: 14px !important;
  text-transform: uppercase;
  line-height: 23px;
}
.fcb-layout1 .item--description {
  margin-top: -1px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-fancybox-carousel1 {
    overflow: hidden;
  }
}
.cms-fancybox-carousel1 .fancybox-item {
  transition: all 800ms ease-out 0ms;
}
.cms-fancybox-carousel1 .fancybox-item:hover {
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .cms-fancybox-carousel1 .fancybox-item:hover {
    box-shadow: 0px 12px 22px #d9e0e7;
  }
}
.cms-fancybox-carousel1 .slick-list {
  padding: 0 !important;
}
.cms-fancybox-carousel1 .slick-slide {
  margin-bottom: 35px;
}
@media screen and (max-width: 575px) {
  .cms-fancybox-carousel1 .slick-slide {
    padding-left: 0;
    padding-right: 0 !important;
  }
}
.cms-fancybox-carousel1 .inner-content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 20px 25px;
  transition: all 800ms ease-out 0ms;
}
@media screen and (max-width: 991px) {
  .cms-fancybox-carousel1 .inner-content {
    padding: 35px 0px 25px;
  }
}
@media screen and (max-width: 767px) {
  .cms-fancybox-carousel1 .inner-content {
    justify-content: center;
  }
}
.cms-fancybox-carousel1 .inner-content .item--image {
  padding-right: 27px;
}
.cms-fancybox-carousel1 .inner-content .item--image img {
  min-width: 80px;
}
@media screen and (max-width: 575px) {
  .cms-fancybox-carousel1 .inner-content .item--image img {
    min-width: 70px;
  }
}
@media screen and (max-width: 370px) {
  .cms-fancybox-carousel1 .inner-content .item--image {
    padding-right: 20px;
  }
}
.cms-fancybox-carousel1 .inner-content .item-body .item--title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}
@media screen and (max-width: 575px) {
  .cms-fancybox-carousel1 .inner-content .item-body .item--title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 370px) {
  .cms-fancybox-carousel1 .inner-content .item-body .item--title {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
.cms-fancybox-carousel1 .inner-content .item--description {
  line-height: 1.55;
}
.cms-fancybox-carousel1 .inner-content:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 5px;
  background-color: #ff5e15;
  opacity: 1;
  transition: all 400ms ease-out 0ms;
}
.cms-fancybox-carousel1 .inner-content:hover:before {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .cms-fancybox-carousel1 .slick-center .inner-content:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background-color: #ff5e15;
    opacity: 1;
    transition: all 400ms ease-out 0ms;
  }
  .cms-fancybox-carousel1 .slick-center .fancybox-item {
    box-shadow: 0px 12px 22px #d9e0e7;
  }
}
.cms-download1 .inner-box {
  background-color: #f6f6f6;
  padding: 47px 30px 24px;
}
@media screen and (max-width: 575px) {
  .cms-download1 .inner-box {
    padding: 43px 30px 24px;
  }
}
.cms-download1 .entry-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.cms-download1 .item--download {
  border-bottom: 2px solid #ececec;
  padding: 20px 0;
}
@media screen and (max-width: 575px) {
  .cms-download1 .item--download {
    padding: 15px 0;
  }
}
.cms-download1 .item--download a {
  font-size: 15px;
  color: #002052;
}
.cms-download1 .item--download a:hover {
  color: #ff5e15;
}
.cms-download1 .item--download i {
  color: #ff5e15;
  padding-right: 21px;
  transition: all 0.5s linear 300ms;
}
.cms-download1 .item--download:hover i {
  animation: icon-download 0.6s linear 1;
}
.cms-download1 .item--download span {
  font-weight: 500;
  text-transform: uppercase;
}
.cms-download1 .item--download:last-child {
  border-bottom: none;
}
.cms-service-grid1 .style1 .services-box-thumb > img {
  display: none;
}
.cms-service-grid1 .style1 .item-body {
  transition: 0.6s;
}
.cms-service-grid1 .style1 .item-body:hover {
  box-shadow: 0 15px 25px #dde0ef;
}
.cms-service-grid1 .style1 .item-body:hover .item-icon {
  animation: icon-move 1400ms ease-out infinite;
  -webkit-animation: icon-move 1400ms ease-out infinite;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-service-grid1 .style1, .cms-service-grid1 .style2 {
    overflow: hidden;
  }
}
.cms-service-grid1 .style1 .grid-item, .cms-service-grid1 .style2 .grid-item {
  margin-bottom: 30px;
  transition: all 300ms linear 0ms;
}
.cms-service-grid1 .style1 .item-body, .cms-service-grid1 .style2 .item-body {
  text-align: center;
  background-color: #fff;
  padding: 57px;
}
@media screen and (max-width: 1024px) {
  .cms-service-grid1 .style1 .item-body, .cms-service-grid1 .style2 .item-body {
    padding: 43px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-service-grid1 .style1 .item-body, .cms-service-grid1 .style2 .item-body {
    padding: 43px 58px;
  }
}
.cms-service-grid1 .style1 .item-body:before, .cms-service-grid1 .style2 .item-body:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 5px;
  background-color: #ff5e15;
  opacity: 1;
  transition: all 400ms ease-out 0ms;
}
.cms-service-grid1 .style1 .item-body:hover:before, .cms-service-grid1 .style2 .item-body:hover:before {
  width: 100%;
}
.cms-service-grid1 .style1 .item-icon, .cms-service-grid1 .style2 .item-icon {
  min-height: 60px;
}
.cms-service-grid1 .style1 .item-title, .cms-service-grid1 .style2 .item-title {
  margin-top: 19px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.cms-service-grid1 .style1 .item-title a, .cms-service-grid1 .style2 .item-title a {
  color: #002052;
}
.cms-service-grid1 .style1 .item-title a:hover, .cms-service-grid1 .style2 .item-title a:hover {
  color: #ff5e15;
}
.cms-service-grid1 .style1 .item-readmore, .cms-service-grid1 .style2 .item-readmore {
  line-height: 1;
  margin-top: 21px;
}
.cms-service-grid1 .style1 .btn-readmore, .cms-service-grid1 .style2 .btn-readmore {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.cms-service-grid1 .style1 .btn-readmore i, .cms-service-grid1 .style2 .btn-readmore i {
  padding-left: 7px;
  font-size: 15px;
  vertical-align: bottom;
}
.cms-service-grid1 .style1 .btn-readmore:hover, .cms-service-grid1 .style2 .btn-readmore:hover {
  color: #002052;
}
.cms-service-grid1 .style1 .item-body, .cms-service-grid1 .style2 .item-body {
  transition: 0.6s;
}
.cms-service-grid1 .style1 .item-body:hover, .cms-service-grid1 .style2 .item-body:hover {
  box-shadow: 0 15px 25px #dde0ef;
}
.cms-service-grid1 .style2 .services-box-thumb {
  position: relative;
}
.cms-service-grid1 .style2 .services-box-thumb > img {
  transition: all 300ms ease-out 0ms;
}
.cms-service-grid1 .style2 .services-box-thumb .item-icon {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-service-grid1 .style2 .item-body {
  padding: 24px 57px 57px;
}
@media screen and (max-width: 1024px) {
  .cms-service-grid1 .style2 .item-body {
    padding: 24px 30px 43px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-service-grid1 .style2 .item-body {
    padding: 24px 58px 43px;
  }
}
.cms-service-grid1 .style2 .item-body:hover .services-box-thumb > img {
  transform: scale(1.1);
}
.cms-service-grid1 .style2 .item-title {
  margin-top: 5px;
}
.cms-service-grid2 .style1 .services-box-thumb > img {
  display: none;
}
.cms-service-grid2 .style1 .item-body {
  transition: 0.6s;
}
.cms-service-grid2 .style1 .item-body:hover {
  box-shadow: 0 15px 25px #dde0ef;
}
.cms-service-grid2 .style1 .item-body:hover .item-icon {
  animation: icon-move 1400ms ease-out infinite;
  -webkit-animation: icon-move 1400ms ease-out infinite;
}
.cms-service-grid2 .style1 .grid-item {
  margin-bottom: 30px;
  transition: all 300ms linear 0ms;
}
.cms-service-grid2 .style1 .item-body {
  box-shadow: 0 0px 25px #eee;
  background-color: #fff;
  padding: 57px 50px;
}
@media screen and (max-width: 1024px) {
  .cms-service-grid2 .style1 .item-body {
    padding: 43px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-service-grid2 .style1 .item-body {
    padding: 43px 58px;
  }
}
.cms-service-grid2 .style1 .item-body:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #ff5e15;
  opacity: 1;
  transition: all 400ms ease-out 0ms;
}
.cms-service-grid2 .style1 .item-body:hover:before {
  width: 100%;
}
.cms-service-grid2 .style1 .item-icon {
  min-height: 60px;
}
.cms-service-grid2 .style1 .item-title {
  margin-top: 19px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.cms-service-grid2 .style1 .item-title a {
  color: #002052;
}
.cms-service-grid2 .style1 .item-title a:hover {
  color: #ff5e15;
}
.cms-service-grid2 .style1 .item-readmore {
  line-height: 1;
  margin-top: 21px;
}
.cms-service-grid2 .style1 .btn-readmore {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.cms-service-grid2 .style1 .btn-readmore i {
  padding-left: 7px;
  font-size: 15px;
  vertical-align: bottom;
}
.cms-service-grid2 .style1 .btn-readmore:hover {
  color: #002052;
}
.cms-service-grid2 .style1 .item-body {
  transition: 0.6s;
}
.cms-service-grid2 .style1 .item-body:hover {
  box-shadow: 0 15px 25px #dde0ef;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-portfolio-carousel {
    overflow: hidden;
  }
}
.cms-portfolio-carousel .style1 {
  padding-left: 23px;
  padding-right: 23px;
}
@media screen and (max-width: 1600px) {
  .cms-portfolio-carousel .style1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-portfolio-carousel .style1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cms-portfolio-carousel .style1 .carousel-item {
  padding: 0px 27px 30px;
}
@media screen and (max-width: 1600px) {
  .cms-portfolio-carousel .style1 .carousel-item {
    padding: 0px 13px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-portfolio-carousel .style1 .carousel-item {
    padding: 0px 10px 30px;
  }
}
@media screen and (max-width: 575px) {
  .cms-portfolio-carousel .style1 .carousel-item {
    padding: 0px 5px 30px;
  }
}
.cms-portfolio-carousel .style1 .item-featured {
  overflow: hidden;
}
.cms-portfolio-carousel .style1 .item-featured img {
  transition: all 0.9s ease;
}
@media screen and (min-width: 1200px) {
  .cms-portfolio-carousel .style1 .item-body {
    margin-top: -110px;
    position: inherit;
    background-color: #fff;
    box-shadow: 0 15px 20px -5px #dfe4ec;
    margin-left: 75px;
    margin-right: 75px;
    padding: 46px 50px 44px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1281px) {
  .cms-portfolio-carousel .style1 .item-body {
    margin-left: 50px;
    margin-right: 50px;
    padding: 40px 40px 40px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1200px) {
  .cms-portfolio-carousel .style1 .item-body {
    margin-left: 45px;
    margin-right: 45px;
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-portfolio-carousel .style1 .item-body {
    padding: 30px 20px;
  }
}
.cms-portfolio-carousel .style1 .item-category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-portfolio-carousel .style1 .item-category:hover {
  text-decoration: underline;
}
.cms-portfolio-carousel .style1 .item-title {
  margin-top: 14px;
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.cms-portfolio-carousel .style1 .item-title a {
  color: #002052;
}
.cms-portfolio-carousel .style1 .item-title a:hover {
  color: #ff5e15;
}
@media screen and (max-width: 1199px) {
  .cms-portfolio-carousel .style1 .item-title {
    margin-top: 13px;
    margin-bottom: 10px;
  }
}
.cms-portfolio-carousel .style1 .grid-item-inner {
  position: relative;
}
.cms-portfolio-carousel .style1 .grid-item-inner:hover img {
  transform: scale(1.12) rotate(-5deg);
}
.cms-portfolio-carousel .style2 {
  padding: 0 24px;
}
@media screen and (max-width: 1400px) {
  .cms-portfolio-carousel .style2 {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-portfolio-carousel .style2 {
    padding: 0 0px;
  }
}
.cms-portfolio-carousel .style2 .carousel-item {
  padding: 0px 26px 30px;
}
@media screen and (max-width: 1600px) {
  .cms-portfolio-carousel .style2 .carousel-item {
    padding: 0px 15px 30px;
  }
}
@media screen and (max-width: 449px) {
  .cms-portfolio-carousel .style2 .carousel-item {
    padding: 0px 0px 30px;
  }
}
.cms-portfolio-carousel .style2 .item-featured {
  overflow: hidden;
}
.cms-portfolio-carousel .style2 .item-featured img {
  transition: all 0.9s ease;
}
@media screen and (min-width: 450px) {
  .cms-portfolio-carousel .style2 .item-body {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 450px) {
  .cms-portfolio-carousel .style2 .item-body {
    padding: 20px;
  }
}
.cms-portfolio-carousel .style2 .item-content {
  background-color: #fff;
}
@media screen and (min-width: 1600px) {
  .cms-portfolio-carousel .style2 .item-content {
    width: 420px;
    padding: 47px 50px 45px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .cms-portfolio-carousel .style2 .item-content {
    width: 350px;
    padding: 30px 30px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-portfolio-carousel .style2 .item-content {
    margin-right: 40px;
    padding: 30px 30px 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cms-portfolio-carousel .style2 .item-content {
    margin-right: 20px;
    padding: 25px 20px 20px;
  }
}
@media screen and (max-width: 449px) {
  .cms-portfolio-carousel .style2 .item-content {
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (min-width: 450px) {
  .cms-portfolio-carousel .style2 .item-category {
    display: inline-block;
    background-color: #ff5e15;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 240px;
    line-height: 50px;
    text-align: center;
  }
  .cms-portfolio-carousel .style2 .item-category a {
    color: #fff;
  }
}
@media screen and (max-width: 449px) {
  .cms-portfolio-carousel .style2 .item-category {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1600px) {
  .cms-portfolio-carousel .style2 .item-category {
    width: 200px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cms-portfolio-carousel .style2 .item-category {
    font-size: 13px;
    width: 180px;
    line-height: 40px;
  }
}
.cms-portfolio-carousel .style2 .item-title {
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.cms-portfolio-carousel .style2 .item-title a {
  color: #002052;
}
.cms-portfolio-carousel .style2 .item-title a:hover {
  color: #ff5e15;
}
@media screen and (max-width: 1600px) {
  .cms-portfolio-carousel .style2 .item-title {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cms-portfolio-carousel .style2 .item-title {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
.cms-portfolio-carousel .style2 .grid-item-inner {
  position: relative;
}
.cms-portfolio-carousel .style2 .grid-item-inner:hover img {
  transform: scale(1.12) rotate(-5deg);
}
.cms-portfolio-carousel .style3, .cms-portfolio-carousel .style4 {
  padding: 0 24px;
}
@media screen and (max-width: 1400px) {
  .cms-portfolio-carousel .style3, .cms-portfolio-carousel .style4 {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-portfolio-carousel .style3, .cms-portfolio-carousel .style4 {
    padding: 0 0px;
  }
}
.cms-portfolio-carousel .style3 .carousel-item, .cms-portfolio-carousel .style4 .carousel-item {
  padding: 0px 27px 30px;
}
@media screen and (max-width: 1600px) {
  .cms-portfolio-carousel .style3 .carousel-item, .cms-portfolio-carousel .style4 .carousel-item {
    padding: 0px 12px 30px;
  }
}
@media screen and (max-width: 575px) {
  .cms-portfolio-carousel .style3 .carousel-item, .cms-portfolio-carousel .style4 .carousel-item {
    padding: 0px 0px 10px;
  }
}
.cms-portfolio-carousel .style3 .item-featured, .cms-portfolio-carousel .style4 .item-featured {
  overflow: hidden;
}
.cms-portfolio-carousel .style3 .item-featured img, .cms-portfolio-carousel .style4 .item-featured img {
  transition: all 0.9s ease;
}
@media screen and (min-width: 992px) {
  .cms-portfolio-carousel .style3 .item-body, .cms-portfolio-carousel .style4 .item-body {
    position: inherit;
    margin-top: -134px;
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cms-portfolio-carousel .style3 .item-body, .cms-portfolio-carousel .style4 .item-body {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cms-portfolio-carousel .style3 .item-content, .cms-portfolio-carousel .style4 .item-content {
    background-color: #fff;
    box-shadow: 0 15px 20px -5px #ededed;
  }
}
@media screen and (min-width: 1600px) {
  .cms-portfolio-carousel .style3 .item-content, .cms-portfolio-carousel .style4 .item-content {
    width: 420px;
    padding: 47px 50px 45px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .cms-portfolio-carousel .style3 .item-content, .cms-portfolio-carousel .style4 .item-content {
    width: 350px;
    padding: 30px 30px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .cms-portfolio-carousel .style3 .item-content, .cms-portfolio-carousel .style4 .item-content {
    margin-right: 40px;
    padding: 30px 30px 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cms-portfolio-carousel .style3 .item-content, .cms-portfolio-carousel .style4 .item-content {
    padding: 25px 20px 20px;
  }
}
@media screen and (max-width: 991px) {
  .cms-portfolio-carousel .style3 .item-content, .cms-portfolio-carousel .style4 .item-content {
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .cms-portfolio-carousel .style3 .item-category, .cms-portfolio-carousel .style4 .item-category {
    display: inline-block;
    background-color: #ff5e15;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 240px;
    line-height: 50px;
    text-align: center;
  }
  .cms-portfolio-carousel .style3 .item-category a, .cms-portfolio-carousel .style4 .item-category a {
    color: #fff;
  }
}
@media screen and (max-width: 575px) {
  .cms-portfolio-carousel .style3 .item-category, .cms-portfolio-carousel .style4 .item-category {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1600px) {
  .cms-portfolio-carousel .style3 .item-category, .cms-portfolio-carousel .style4 .item-category {
    width: 200px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cms-portfolio-carousel .style3 .item-category, .cms-portfolio-carousel .style4 .item-category {
    font-size: 13px;
    width: 180px;
    line-height: 40px;
  }
}
.cms-portfolio-carousel .style3 .item-title, .cms-portfolio-carousel .style4 .item-title {
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.cms-portfolio-carousel .style3 .item-title a, .cms-portfolio-carousel .style4 .item-title a {
  color: #002052;
}
.cms-portfolio-carousel .style3 .item-title a:hover, .cms-portfolio-carousel .style4 .item-title a:hover {
  color: #ff5e15;
}
@media screen and (max-width: 1600px) {
  .cms-portfolio-carousel .style3 .item-title, .cms-portfolio-carousel .style4 .item-title {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cms-portfolio-carousel .style3 .item-title, .cms-portfolio-carousel .style4 .item-title {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
.cms-portfolio-carousel .style3 .grid-item-inner, .cms-portfolio-carousel .style4 .grid-item-inner {
  position: relative;
}
.cms-portfolio-carousel .style3 .grid-item-inner:hover img, .cms-portfolio-carousel .style4 .grid-item-inner:hover img {
  transform: scale(1.12) rotate(-5deg);
}
@media screen and (min-width: 992px) {
  .cms-portfolio-carousel .style4 .item-content {
    background-color: #fff;
    box-shadow: 0 15px 20px -5px #011c44;
  }
}
@media screen and (max-width: 991px) {
  .cms-portfolio-carousel .style4 .item-body {
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .cms-banner-image1 {
    text-align: center;
  }
}
.cms-banner-image1 .innner-meta {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  background-color: #fff;
  padding: 20px 64px 16px 32px;
  position: relative;
  box-shadow: 0 10px 25px #d2d6e0;
  z-index: 1;
  top: 20px;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: couter-move;
  animation-timing-function: linear;
  text-align: left;
}
@media screen and (max-width: 400px) {
  .cms-banner-image1 .innner-meta {
    padding: 20px 22px 16px 22px;
  }
}
.cms-banner-image1 .innner-meta:before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.cms-banner-image1 .year-number span:nth-child(1) {
  font-size: 55px;
  font-weight: 700;
  color: #ff5e15;
  font-family: Exo;
}
@media screen and (max-width: 400px) {
  .cms-banner-image1 .year-number span:nth-child(1) {
    font-size: 50px;
  }
}
.cms-banner-image1 .year-number span:nth-child(2) {
  margin-left: -2px;
  font-size: 19px;
  font-weight: 700;
  color: #ff5e15;
}
.cms-banner-image1 .item-text {
  margin-bottom: 5px;
  margin-left: 11px;
}
.cms-banner-image1 .text-year {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.cms-banner-image1 .text-content {
  font-size: 20px;
  font-weight: 700;
  font-family: Exo;
  text-transform: uppercase;
  margin-top: 7px;
}
.cms-banner-image1 .item-image {
  position: inherit;
  right: 40px;
  z-index: -1;
}
.cms-banner-image2 .style1 .item-meta {
  position: relative;
}
.cms-banner-image2 .style1 .innner-meta {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1170px) and (min-width: 1024px) {
  .cms-banner-image2 .style1 .innner-meta {
    max-width: 70%;
  }
}
@media screen and (max-width: 650px) {
  .cms-banner-image2 .style1 .innner-meta {
    max-width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .cms-banner-image2 .style1 .innner-meta {
    max-width: 80%;
  }
}
.cms-banner-image2 .style1 .innner-meta:before {
  position: absolute;
  content: '';
  top: 53px;
  left: 47px;
  right: 47px;
  bottom: 53px;
  border: 30px solid rgba(255, 255, 255, 0.3);
  transition: 0.2s ease;
}
.cms-banner-image2 .style1 .innner-meta:hover:before {
  border-width: 40px;
}
.cms-banner-image2 .style1 .item-image {
  position: absolute;
  right: -158px;
  bottom: -76px;
}
.cms-banner-image2 .style1 .item-image img {
  border: 10px solid #fff;
}
@media screen and (max-width: 1170px) and (min-width: 1024px) {
  .cms-banner-image2 .style1 .item-image img {
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .cms-banner-image2 .style1 .item-image img {
    max-width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .cms-banner-image2 .style1 .item-image img {
    max-width: 68%;
  }
}
.cms-banner-image2 .style2 .item-meta {
  position: relative;
}
.cms-banner-image2 .style2 .innner-meta {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1170px) and (min-width: 1024px) {
  .cms-banner-image2 .style2 .innner-meta {
    max-width: 80%;
  }
}
@media screen and (max-width: 650px) {
  .cms-banner-image2 .style2 .innner-meta {
    max-width: 72%;
  }
}
@media screen and (max-width: 500px) {
  .cms-banner-image2 .style2 .innner-meta {
    max-width: 75%;
  }
}
@media screen and (min-width: 576px) {
  .cms-banner-image2 .style2 .innner-meta:before {
    position: absolute;
    content: '';
    top: 53px;
    left: 47px;
    right: 47px;
    bottom: 53px;
    border: 30px solid rgba(255, 255, 255, 0.3);
    transition: 0.2s ease;
  }
}
.cms-banner-image2 .style2 .innner-meta:hover:before {
  border-width: 40px;
}
.cms-banner-image2 .style2 .item-image {
  position: absolute;
  right: -112px;
  bottom: -129px;
}
@media screen and (max-width: 767px) {
  .cms-banner-image2 .style2 .item-image {
    right: -150px;
  }
}
.cms-banner-image2 .style2 .item-image img {
  border: 10px solid #fff;
}
@media screen and (max-width: 1170px) and (min-width: 1024px) {
  .cms-banner-image2 .style2 .item-image img {
    width: 95%;
  }
}
@media screen and (max-width: 650px) {
  .cms-banner-image2 .style2 .item-image img {
    max-width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .cms-banner-image2 .style2 .item-image img {
    max-width: 76%;
  }
}
.cms-banner-image2 .style3 .item-meta {
  position: relative;
}
.cms-banner-image2 .style3 .innner-meta {
  position: relative;
  display: inline-block;
}
.cms-banner-image2 .style3 .item-image {
  position: absolute;
  right: -3px;
  bottom: -50px;
}
@media screen and (max-width: 1199px) {
  .cms-banner-image2 .style3 .item-image {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .cms-banner-image2 .style3 .item-image {
    right: -10px;
  }
}
.cms-banner-image2 .style3 .item-image img {
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: couter-move;
  animation-timing-function: linear;
}
@media screen and (max-width: 1199px) {
  .cms-banner-image2 .style3 .item-image img {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .cms-banner-image2 .style3 .item-image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cms-banner-image2 .style3 .item-image img {
    max-width: 95%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-testimonial-carousel1 {
    overflow: hidden;
  }
}
.cms-testimonial-carousel1 .cms-carousel-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 60px 100px 91px;
}
.cms-testimonial-carousel1 .cms-carousel-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ff5e15;
  opacity: 0.85;
}
@media screen and (max-width: 1400px) {
  .cms-testimonial-carousel1 .cms-carousel-inner {
    padding: 35px 80px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel1 .cms-carousel-inner {
    padding: 30px 40px 45px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-testimonial-carousel1 .cms-carousel-inner {
    padding: 35px 50px 55px;
  }
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel1 .cms-carousel-inner {
    padding: 20px 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel1 .cms-carousel-inner {
    padding: 30px 50px 50px;
  }
}
@media screen and (max-width: 575px) {
  .cms-testimonial-carousel1 .cms-carousel-inner {
    padding: 25px 5px 45px;
  }
}
.cms-testimonial-carousel1 .testimonial-meta {
  text-align: center;
}
.cms-testimonial-carousel1 .testimonial-image img {
  max-width: 72px;
  border: 4px solid #fff;
  margin: 0 auto;
}
.cms-testimonial-carousel1 .testimonial-title {
  margin-top: 27px;
  margin-bottom: 3px;
  font-size: 20px;
  color: #fff;
}
.cms-testimonial-carousel1 .testimonial-position {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.cms-testimonial-carousel1 .testimonial-desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  margin-top: 26px;
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel1 .testimonial-desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .cms-testimonial-carousel1 .testimonial-desc {
    font-size: 15px;
  }
}
.cms-testimonial-carousel1 .slick-dots {
  margin-top: 31px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-testimonial-carousel1 .slick-dots li {
  display: inline-block;
  margin-right: 2px;
}
.cms-testimonial-carousel1 .slick-dots li button {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  width: 12px;
  height: 5px;
  text-indent: -9999px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.cms-testimonial-carousel1 .slick-dots li.slick-active button {
  background-color: #fff;
  border-radius: 0;
}
.cms-testimonial-carousel2 {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-testimonial-carousel2 {
    overflow: hidden;
  }
}
.cms-testimonial-carousel2 .cms-slick-carousel {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel2 .cms-slick-carousel {
    padding: 0 0;
  }
}
.cms-testimonial-carousel2 .background-image1, .cms-testimonial-carousel2 .background-image2 {
  background-size: cover;
}
.cms-testimonial-carousel2 .slick-slide .testimonial-item, .cms-testimonial-carousel2 .slick-slide .background-image1 {
  background-color: #002052;
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease;
}
.cms-testimonial-carousel2 .slick-slide .testimonial-item .background-image2, .cms-testimonial-carousel2 .slick-slide .background-image1 .background-image2 {
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s ease;
}
.cms-testimonial-carousel2 .slick-slide .testimonial-item:hover, .cms-testimonial-carousel2 .slick-slide .background-image1:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: #ff5e15;
}
.cms-testimonial-carousel2 .slick-slide .testimonial-item:hover .background-image2, .cms-testimonial-carousel2 .slick-slide .background-image1:hover .background-image2 {
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-testimonial-carousel2 .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 2;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  background-color: #ff5e15;
  transition: 0.3s ease;
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel2 .slick-arrow {
    opacity: 0;
  }
}
.cms-testimonial-carousel2 .slick-arrow:after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-testimonial-carousel2 .slick-arrow.slick-prev:after {
  content: "\f060";
}
.cms-testimonial-carousel2 .slick-arrow.slick-next:after {
  content: "\f061";
}
@media screen and (min-width: 992px) {
  .cms-testimonial-carousel2 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cms-testimonial-carousel2 .slick-arrow.slick-prev {
    left: -5px;
  }
  .cms-testimonial-carousel2 .slick-arrow.slick-next {
    right: -5px;
  }
}
.cms-testimonial-carousel2 .slick-arrow:hover {
  background-color: #002052;
}
.cms-testimonial-carousel2 .slick-track {
  transition: transform 1000ms ease 0s !important;
}
.cms-testimonial-carousel2 .item-background {
  padding: 50px 50px 42px;
}
@media screen and (max-width: 1024px) {
  .cms-testimonial-carousel2 .item-background {
    padding: 50px 30px 42px;
  }
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel2 .item-background {
    padding: 40px 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel2 .item-background {
    padding: 50px 30px 50px;
  }
}
@media screen and (max-width: 575px) {
  .cms-testimonial-carousel2 .item-background {
    padding: 50px 20px 50px;
  }
}
.cms-testimonial-carousel2 .testimonial-meta {
  text-align: center;
}
.cms-testimonial-carousel2 .testimonial-image img {
  max-width: 72px;
  border: 4px solid #fff;
  margin: 0 auto;
}
.cms-testimonial-carousel2 .testimonial-title {
  margin-top: 27px;
  margin-bottom: 3px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}
.cms-testimonial-carousel2 .testimonial-position {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.cms-testimonial-carousel2 .testimonial-desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-top: 18px;
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel2 .testimonial-desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .cms-testimonial-carousel2 .testimonial-desc {
    font-size: 15px;
  }
}
.cms-testimonial-carousel2 .slick-dots {
  margin-top: 31px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-testimonial-carousel2 .slick-dots li {
  display: inline-block;
  margin-right: 2px;
}
.cms-testimonial-carousel2 .slick-dots li button {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  width: 12px;
  height: 5px;
  text-indent: -9999px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.cms-testimonial-carousel2 .slick-dots li.slick-active button {
  background-color: #fff;
  border-radius: 0;
}
.cms-testimonial-carousel3 .widget-testimonial-title {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.cms-testimonial-carousel3 .cms-carousel-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 105px 60px 55px;
}
.cms-testimonial-carousel3 .cms-carousel-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ff5e15;
  opacity: 0.85;
}
@media screen and (max-width: 1400px) {
  .cms-testimonial-carousel3 .cms-carousel-inner {
    padding: 90px 50px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-testimonial-carousel3 .cms-carousel-inner {
    padding: 70px 40px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-testimonial-carousel3 .cms-carousel-inner {
    padding: 70px 20px 25px;
  }
}
@media screen and (max-width: 400px) {
  .cms-testimonial-carousel3 .cms-carousel-inner {
    padding: 70px 20px 25px;
  }
}
.cms-testimonial-carousel3 .testimonial-image img {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel3 .slick-slide {
  text-align: center;
}
.cms-testimonial-carousel3 .testimonial-title {
  font-size: 17px;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel3 .testimonial-title {
    padding-bottom: 7px;
  }
}
.cms-testimonial-carousel3 .testimonial-position {
  font-size: 13px;
  line-height: 1;
  display: block;
  margin-top: 10px;
  color: #fff;
}
.cms-testimonial-carousel3 .testimonial-desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  margin-top: 26px;
}
@media screen and (max-width: 1400px) {
  .cms-testimonial-carousel3 .testimonial-desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .cms-testimonial-carousel3 .testimonial-desc {
    font-size: 16px;
  }
}
.cms-testimonial-carousel3 .cms-slick-carousel {
  padding: 0 50px;
}
@media screen and (max-width: 1400px) {
  .cms-testimonial-carousel3 .cms-slick-carousel {
    padding: 0 0;
  }
}
.cms-testimonial-carousel3 .cms-slick-primary {
  position: relative;
  z-index: 1;
}
.cms-testimonial-carousel3 .cms-slick-primary svg {
  position: absolute;
  top: -35px;
  left: -47px;
  fill: #fff;
  height: 52px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .cms-testimonial-carousel3 .cms-slick-primary svg {
    height: 42px;
    top: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-testimonial-carousel3 .cms-slick-primary svg {
    display: none;
  }
}
.cms-testimonial-carousel3 .testimonial-meta {
  text-align: center;
  margin-top: 100px;
}
.cms-testimonial-carousel3 .cms-slick-nav-wrap {
  display: inline-block;
  position: relative;
  padding: 0 54px;
  top: -124px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .cms-testimonial-carousel3 .cms-slick-nav-wrap {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 991px) {
  .cms-testimonial-carousel3 .cms-slick-nav-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel3 .cms-slick-nav-wrap {
    padding: 0 44px;
  }
}
.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  padding-left: 18px;
  color: #fff;
}
.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-prev:before {
  position: absolute;
  content: '\f060';
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  font-size: 12px;
}
.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-prev:hover {
  color: #002052;
}
.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-next {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  padding-right: 18px;
  color: #fff;
}
.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-next:before {
  position: absolute;
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  right: 0;
  font-size: 12px;
}
.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-next:hover {
  color: #002052;
}
@media screen and (max-width: 575px) {
  .cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom {
    display: none;
  }
}
.cms-testimonial-carousel3 .cms-slick-nav .slick-slide {
  padding: 0;
  margin: 0 12px;
  width: 40px !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel3 .cms-slick-nav .slick-slide {
    margin: 0 6px;
    width: 30px !important;
  }
}
.cms-testimonial-carousel3 .cms-slick-nav .slick-slide .testimonial-image:before {
  content: '';
  height: 54px;
  width: 54px;
  background-color: #fff;
  border: 2px solid #002052;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .cms-testimonial-carousel3 .cms-slick-nav .slick-slide .testimonial-image:before {
    width: 38px;
    height: 38px;
  }
}
.cms-testimonial-carousel3 .cms-slick-nav .slick-list {
  padding: 10px 15px 0px !important;
}
.cms-testimonial-carousel3 .cms-slick-nav .slick-track {
  -webkit-transform: translate(-50%, 0) !important;
  -khtml-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  position: relative;
  left: 50%;
  width: auto !important;
}
.cms-testimonial-carousel3 .cms-slick-nav .slick-current .testimonial-image:before {
  opacity: 1;
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .custom-mrg-column .elementor-widget-wrap {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .column-img .elementor-column {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-bgr-image {
    background-position: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-bgr-image .elementor-widget-container {
    text-align: center;
  }
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.sidebar-fixed .elementor-column-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.admin-bar .sidebar-sticky {
  top: 60px;
}
.header-sticky .sidebar-sticky {
  top: 160px;
}
.admin-bar.header-sticky .sidebar-sticky {
  top: 160px;
}
@media screen and (min-width: 1200px) {
  body .site-header .container {
    max-width: 1200px;
  }
  .section-align-top > .elementor-container > .elementor-row {
    align-items: flex-start;
    justify-content: space-between;
  }
  .section-align-top .column-sticky {
    position: sticky;
    top: 150px;
  }
  #site-header .container, #site-header2 .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) {
  .elementor-section-full_width {
    overflow: hidden;
  }
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: #ff5e15;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.entry-content .page-links a span:hover {
  background-color: #ff5e15;
  color: #fff;
}
.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
  margin: 0;
}
@media screen and (min-width: 992px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  body #primary.content-has-sidebar {
    -ms-flex: 0 0 68.3%;
    flex: 0 0 68.3%;
    max-width: 68.3%;
  }
  body #primary.content-has-sidebar.float-left {
    padding-right: 50px;
  }
  body #primary.content-has-sidebar.float-right {
    padding-left: 50px;
  }
  body #secondary.widget-has-sidebar {
    -ms-flex: 0 0 31.7%;
    flex: 0 0 31.7%;
    max-width: 31.7%;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  #primary + #secondary {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #primary + #secondary {
    margin-top: 35px;
  }
}
.site-content {
  padding: 110px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .site-content {
    padding-top: 95px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 991px) {
  .site-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.layout-container {
  background-color: #fcfcfc;
  padding-bottom: 55px;
}
.widget .widget-content ul:not(.entry-meta) {
  margin: 0;
  list-style: none;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
@media screen and (min-width: 992px) {
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    padding-right: 35px;
  }
  .content-has-sidebar.float-left {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
  .content-has-sidebar.float-left + #secondary {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    padding-left: 0px;
  }
}
.widget_shopping_cart {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  width: 320px;
  padding: 30px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-align: left;
  color: #002052;
  z-index: -99;
  visibility: hidden;
  opacity: 0;
  margin-top: 32px;
  line-height: normal;
}
.widget_shopping_cart.open {
  z-index: 99;
  margin-top: 11px;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.widget_shopping_cart:before {
  content: '';
  width: 21px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
.widget_shopping_cart .widget_shopping_title {
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #1d274e;
}
.widget_shopping_cart .product_list_widget {
  list-style: none;
  margin: 0;
}
.widget_shopping_cart .product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0 !important;
  padding-right: 40px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.widget_shopping_cart .product_list_widget li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}
.widget_shopping_cart .product_list_widget li.empty {
  font-size: 16px;
}
.widget_shopping_cart .product_list_widget li a {
  white-space: inherit !important;
}
.widget_shopping_cart .product_list_widget .cart-product-image {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
.widget_shopping_cart .product_list_widget .cart-product-image img {
  float: none;
  margin: 0;
  width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
  font-size: 16px;
  line-height: 27px;
  margin-top: -5px;
  margin-bottom: 4px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
  display: block;
  color: inherit;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
  color: #ff5e15;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
  font-size: 13px;
  color: #666;
  border: none;
  font-family: 'Exo', sans-serif;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  top: 0;
  right: 0;
  background-color: #222;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
  background-color: #ff5e15;
  color: #fff;
}
.widget_shopping_cart .widget_shopping_cart_footer {
  border-top: 2px solid #f2f2f2;
  margin-top: 30px;
  padding-top: 20px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total {
  margin-bottom: 18px;
  padding-top: 0;
  border: none;
}
.widget_shopping_cart .widget_shopping_cart_footer .total strong {
  font-size: 16px;
  color: #666;
  font-family: 'Exo', sans-serif;
  font-weight: normal;
  line-height: 28px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
  color: #ff5e15;
  float: right;
  font-size: 14px;
  line-height: 1;
  line-height: 28px;
  font-family: 'Exo', sans-serif;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 15px;
  width: 50%;
  line-height: 40px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout {
  background-color: #002052;
  border-color: #002052;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout:hover {
  background-color: #ff5e15;
  border-color: #ff5e15;
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  color: #ff5e15;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.woocommerce #secondary .widget_product_search button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 51px;
  line-height: 51px;
  width: 50px;
  font-size: 14px;
  color: #ff5e15;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
}
body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
  padding: 0;
  background-color: transparent;
  margin-bottom: 48px;
}
body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
body.woocommerce form .form-row, body.woocommerce-page form .form-row {
  padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt {
  background-color: #ff5e15;
  font-size: 14px;
  border: none;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Exo', sans-serif;
  padding: 0 44px;
  line-height: 51px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #002052;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #ff5e15;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #ff5e15;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  padding: 0;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #002052;
  -moz-appearance: textfield;
  height: 51px;
  width: 51px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
}
.woocommerce .quantity .qty:-webkit-outer-spin-button, .woocommerce .quantity .qty:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity-icon i {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
  color: #ff5e15;
  text-align: center;
  position: absolute;
  bottom: 0;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.woocommerce .quantity-icon i.quantity-down {
  left: 0;
}
.woocommerce .quantity-icon i.quantity-up {
  right: 0;
}
.woocommerce table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td {
  padding: 12px 15px;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
  width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #dbdbdb;
  height: 50px;
  background-color: #fff;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 46px;
  padding-left: 20px;
  color: #666;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #666;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #747da1;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #ff5e15;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
#shop-newsletter {
  text-align: center;
  padding: 40px 30px 30px 30px;
  color: rgba(255, 255, 255, 0.87);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-top: 60px;
}
#shop-newsletter h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
  color: #fff;
  text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
  max-width: 590px;
  margin: auto;
}
#shop-newsletter .ct-newsletter-inner {
  margin-top: 33px;
  margin-bottom: 18px;
}
#shop-newsletter .ct-newsletter-inner .tnp-email {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .ct-newsletter-inner .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_product_categories ul {
  list-style: none;
  margin-bottom: 0;
}
.widget_product_categories ul li {
  font-size: 0;
  line-height: 0;
}
.widget_product_categories ul li a {
  font-size: 13px;
  line-height: normal;
  color: #333;
  text-transform: uppercase;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #f2f2f2;
}
.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
  color: #ff5e15;
}
.widget_product_categories ul li:last-child > a {
  border-bottom: none;
}
.widget_product_categories ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
  color: #ff5e15;
}
.widget_product_tag_cloud .tagcloud a {
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-title {
  margin-bottom: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-content-inner {
  padding-top: 30px;
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ff5e15;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height: 8px;
  width: 8px;
  background-color: #ff5e15;
  top: -2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -2px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding-top: 25px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  font-size: 12px;
  line-height: 1;
  flex-grow: 1;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  float: none;
  max-width: 110px;
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #ff5e15;
  line-height: 1;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
}
body .widget_products ul.product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 20px;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 20px;
}
body .widget_products ul.product_list_widget li .product-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 7px;
}
body .widget_products ul.product_list_widget li .product-title a {
  color: inherit;
}
body .widget_products ul.product_list_widget li .product-title a:hover {
  color: #ff5e15;
}
body .widget_products ul.product_list_widget li .amount {
  font-size: 13px;
  color: #ff5e15;
  font-weight: 600;
  font-family: 'Exo', sans-serif;
}
body .widget_products ul.product_list_widget li del {
  color: #ff5e15;
}
body .widget_products ul.product_list_widget li del .amount {
  color: inherit;
}
body .widget_products ul.product_list_widget li .star-rating-wrap {
  margin-bottom: 6px !important;
}
body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
  display: none;
}
body .widget_products ul.product_list_widget li .wg-product-image {
  width: 49px;
  margin-right: 16px;
  min-width: 49px;
}
body .widget_products ul.product_list_widget li .wg-product-image img {
  float: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: #ff5e15;
  background-color: #ff5e15;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #ff5e15;
  background-color: #ff5e15;
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ff5e15;
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: #002052;
}
#shop-breadcrumb ul li a:hover {
  color: #ff5e15;
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 14px;
  margin-left: 8px;
  color: #808a98;
}
.woocommerce .woocommerce-product-category a {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  display: inline-block;
}
.woocommerce .woocommerce-product-category a:hover {
  color: #ff5e15;
}
.woocommerce span.onsale {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 16px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: #002052;
  font-family: 'Exo', sans-serif;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce .star-rating span::before {
  color: #ffab00;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 47px;
  margin-right: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 19px;
  font-weight: 500;
  font-family: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: #ff5e15;
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #ff5e15;
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
  color: #c4c9dc;
}
.woocommerce ul.products li.product .price ins {
  color: #002052;
  font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 20px;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 15px 30px 15px 0px;
  flex-grow: 1;
  color: #222;
  font-size: 13px;
  font-weight: 700;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  color: #666;
  text-transform: none;
  padding: 0 8px;
  height: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
  right: 8px;
  color: #666;
  font-size: 14px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
  color: #666;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
  line-height: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  line-height: 50px;
  background-color: #ff5e15;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 40px;
  margin: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
  letter-spacing: 0;
  top: 0;
  right: 12px;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  padding: 19px 0 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    display: block;
  }
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
  line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  float: none;
  margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px !important;
  margin-bottom: 13px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #ff5e15;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
  display: none !important;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 0;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 0 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 0 0;
  border: 1px solid #eee;
  font-family: 'Exo', sans-serif;
  cursor: pointer;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
  margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
  font-size: 16px;
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  font-size: 16px;
  content: '\f2ea';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: #ff5e15;
  color: #fff;
  border-color: #ff5e15;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 16px;
  margin-bottom: 33px;
  text-align: center;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
}
.single-product #primary div.product .woocommerce-product-details__short-description {
  margin-top: 22px;
  padding-top: 21px;
  border-top: 1px dashed #dbdbdb;
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product form.cart {
  padding-top: 24px;
  padding-bottom: 22px;
  margin: 0;
}
.single-product #primary div.product form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
  font-family: 'Exo', sans-serif;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product form.cart label {
    font-size: 15px;
    line-height: normal;
  }
}
.single-product #primary div.product form.cart .reset_variations {
  display: none !important;
}
.single-product #primary div.product form.cart .variations {
  margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
  padding-bottom: 20px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #1d274e;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #ff5e15;
  color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
.single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 0;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
  display: none;
}
.single-product #primary div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 32px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 20px;
  top: 20px;
}
@media screen and (min-width: 1200px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    padding-right: 15px;
  }
  .single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 35px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  outline: 5px solid rgba(0, 0, 0, 0.1);
  outline-offset: -9px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #primary div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 69px;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .single-product #primary div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a {
  font-size: 12px;
  color: #666;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a:hover {
  color: #ff5e15;
}
.single-product #primary div.product .entry-summary .entry-title {
  font-size: 19px;
  margin-bottom: 8px;
  font-weight: 500;
}
.single-product #primary div.product .entry-summary .price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0;
  color: #666;
  align-items: center;
}
.single-product #primary div.product .entry-summary .price .amount {
  font-size: 16px;
  color: #ff5e15;
  font-weight: 500;
}
.single-product #primary div.product .entry-summary .price ins {
  margin-right: 22px;
}
.single-product #primary div.product .entry-summary .price del {
  color: #ff5e15;
}
.single-product #primary div.product .entry-summary .price del .amount {
  color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt p {
  font-size: 14px;
  line-height: 23px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #dbdbdb;
  font-size: 12px;
  color: #666;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
  color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
  color: #ff5e15;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
  color: #282828;
  margin-right: 4px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  margin-right: 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin: 0 9px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
  color: #ff5e15;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-meta {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder, .single-product #primary div.product .entry-summary .woocommerce-sg-product-rating {
  padding: 0 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
  flex-grow: 1;
}
.single-product #primary div.product .woocommerce-tabs {
  margin-top: 48px;
  margin-bottom: 88px;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  justify-content: center;
  border-bottom: 2px solid #dbdbdb;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0 15px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
  font-size: 14px;
  color: #282828;
  font-weight: 700;
  padding: 0;
  line-height: 51px;
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #ff5e15;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
  background-color: #fff;
  color: #ff5e15;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a:before {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #1d274e;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  padding-top: 15px;
  height: 120px;
  padding-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 10px;
  top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 6px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  border: 5px solid #fff;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #002052;
  font-family: 'Exo', sans-serif;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin: 0 4px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product #primary div.product .woocommerce-sg-product-navigation {
  text-align: center;
  margin-bottom: 57px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
  display: inline-block;
  position: relative;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #222;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin: 0 3px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
  background-color: #ff5e15;
}
.single-product #primary div.product .quantity {
  margin-right: 20px;
}
.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as a {
  color: #ff5e15;
  margin-left: 7px;
}
.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
  color: #002052;
}
.single-product #primary div.product .product_meta .posted_in {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #primary div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
    top: 150px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
  padding: 0 20px !important;
  color: #fff !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
  width: 180px !important;
  height: 50px;
  border-width: 0 0 2px 0px;
  border-style: solid;
  border-color: #e8e8e8;
  padding-left: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
  text-align: left;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
  color: #1d274e;
  font-size: 16px;
  font-weight: 600;
  font-family: Exo;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
  color: #ff5e15;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
  color: #1d274e;
  font-size: 16px;
  font-weight: 600;
  font-family: Exo;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
  color: #1d274e;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
  position: relative;
  min-width: 50px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
  font-size: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #ff5e15;
  color: #fff;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
  color: #fff;
  background-color: rgba(255, 94, 21, 0.85);
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    min-height: 57px;
  }
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
  color: #1d274e;
  vertical-align: middle !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
  font-weight: 600;
  color: #1d274e;
  font-family: 'Exo', sans-serif;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #ff5e15;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #002052;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 28px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: #ff5e15;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: FontAwesome;
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  color: #1d274e;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
  font-weight: 600;
  color: #1d274e;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #f7f8fa;
  border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 20px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  background-color: #ff5e15;
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #002052;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #747da1;
  position: relative;
  display: block;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: #ff5e15;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "FontAwesome";
  color: #ff5e15;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 26px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
  background-color: #f7f8fa;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  max-width: 670px;
  margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
  color: #ff5e15;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #002052;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary #customer_login {
    margin: 0;
  }
  .woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: #ff5e15;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
.woocommerce-wishlist tfoot td {
  display: none;
}
.woocommerce-wishlist .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
  color: #002052 !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 20px;
  background-color: #ff5e15;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
  background-color: #002052;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist #yith-wcwl-form {
    overflow-x: scroll;
  }
  .woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
.woocommerce-grouped-product-list {
  border: none;
}
.woocommerce-grouped-product-list-item__label {
  text-align: center;
}
.woocommerce-input-wrapper input {
  border-color: #dbdbdb;
}
.woocommerce-input-wrapper textarea {
  border-color: #dbdbdb;
}
.woocommerce-Reviews textarea {
  border-color: #e9e9e9;
}
.woocommerce-form-coupon .input-text {
  height: 51px;
}
#billing_country_field {
  margin: 0 0 10px !important;
}
.woocommerce-Reviews .commentlist .comment_container {
  padding-bottom: 22px !important;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
  padding-top: 10px;
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .entry-content .woocommerce .woocommerce-notices-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .entry-content .woocommerce {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
    width: 70%;
    padding-right: 35px;
  }
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents th {
  border-right: none;
  border-top: none !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .cart_item td {
  border-right: none !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .cart_item td {
    padding: 12px 0px !important;
  }
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form td.actions {
  border-right: none !important;
  padding: 30px 0px 10px;
}
.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form td.actions .coupon .input-text {
  border: 1px solid rgba(0, 0, 0, .12) !important;
  padding: 6px 20px 6px !important;
  color: #afafaf;
}
.woocommerce-cart .entry-content .woocommerce .product-remove a:before {
  height: 25px !important;
  width: 25px !important;
  line-height: 25px !important;
  font-size: 14px !important;
}
@media screen and (min-width: 1200px) {
  .cart-collaterals {
    width: 30% !important;
  }
}
.cart-collaterals .calculated_shipping, .cart-collaterals .cart_totals {
  border: 5px solid rgba(0, 0, 0, .07);
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .cart-collaterals .calculated_shipping, .cart-collaterals .cart_totals {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .cart-collaterals .calculated_shipping, .cart-collaterals .cart_totals {
    padding: 26px 20px 35px;
  }
}
.cart-collaterals .calculated_shipping h2, .cart-collaterals .cart_totals h2 {
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cart-collaterals .calculated_shipping .shop_table_responsive, .cart-collaterals .cart_totals .shop_table_responsive {
  border: none;
}
.cart-collaterals .calculated_shipping .shop_table_responsive tr th, .cart-collaterals .cart_totals .shop_table_responsive tr th {
  padding: 9px 0px;
}
.cart-collaterals .calculated_shipping .shop_table_responsive tr td, .cart-collaterals .cart_totals .shop_table_responsive tr td {
  border-right: none !important;
  border-left: none !important;
  text-align: right;
}
.cart-collaterals .calculated_shipping .shop_table_responsive .order-total .woocommerce-Price-amount, .cart-collaterals .cart_totals .shop_table_responsive .order-total .woocommerce-Price-amount {
  font-size: 30px;
  font-weight: 700;
}
.cart-collaterals .calculated_shipping .wc-proceed-to-checkout .checkout-button, .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .cart-collaterals .calculated_shipping .wc-proceed-to-checkout .checkout-button, .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    padding: 0;
  }
}
.woocommerce-sg-product-meta .woocommerce-sg-product-holder .woocommerce-sg-product-title .product_title {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message {
  line-height: 51px;
  padding-left: 60px;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  left: 30px;
}
.cms-carousel-inner {
  margin: 0 -15px;
}
.slick-slide {
  padding: 0 15px;
}
#elementor-panel-get-pro-elements {
  display: none !important;
}
.elementor-icons-manager__tab__item {
  height: 80px !important;
}
.elementor-element .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
  max-width: 1190px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
    margin: 0 auto;
  }
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
  max-width: 1200px;
}
.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default {
  margin: 0 -10px;
}
.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
  margin: 0 -10px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
  margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
  margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}
.site-content .elementor-widget-text-editor, .site-footer-custom .elementor-widget-text-editor {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.single-footer #masthead, .elementor_library-template-default.single-elementor_library #masthead, .single-footer #pagetitle, .elementor_library-template-default.single-elementor_library #pagetitle, .single-footer #colophon, .elementor_library-template-default.single-elementor_library #colophon {
  display: none;
}
@media screen and (min-width: 1400px) {
  .elementor-section-full_width .elementor-inner-section > .elementor-container {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1199px) {
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap {
    padding-left: 0 !important;
  }
  .col-offset-right > .elementor-column-wrap .elementor-widget-wrap {
    padding-right: 0 !important;
  }
  .col-offset-left > .elementor-column-wrap .elementor-widget-wrap .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .site-footer-custom {
    overflow: hidden;
  }
}
.elementor-editor-active #site-header-wrap .site-header-main.h-fixed {
  position: static !important;
}
.elementor-editor-active .cms-navigation-menu1.is-sticky {
  position: static;
}
@media screen and (min-width: 992px) {
  .cms-row-section-scoll-custom > .elementor-container > .elementor-row {
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .cms-row-section-scoll-custom .cms-column-sticky {
    position: sticky;
    top: 215px;
  }
}
@media screen and (min-width: 992px) {
  .admin .cms-row-section-scoll-custom .cms-column-sticky {
    top: 245px;
  }
}
