@font-face {
  font-family: 'FontAwesomeBrands';
  src: url("../webfonts/fa-brands-400.eot?v=5.13.0");
  src: url("../webfonts/fa-brands-400.eot?#iefix&v=5.13.0") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2?v=5.13.0") format("woff2"), url("../webfonts/fa-brands-400.woff?v=5.13.0") format("woff"), url("../webfonts/fa-brands-400.ttf?v=5.13.0") format("truetype"), url("../webfonts/fa-brands-400.svg?v=5.13.0#fontawesomeregular") format("svg");
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../webfonts/fa-regular-400.eot?v=5.13.0");
  src: url("../webfonts/fa-regular-400.eot?#iefix&v=5.13.0") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2?v=5.13.0") format("woff2"), url("../webfonts/fa-regular-400.woff?v=5.13.0") format("woff"), url("../webfonts/fa-regular-400.ttf?v=5.13.0") format("truetype"), url("../webfonts/fa-regular-400.svg?v=5.13.0#fontawesomeregular") format("svg");
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesomesolid';
  src: url("../webfonts/fa-solid-900.eot?v=5.13.0");
  src: url("../webfonts/fa-solid-900.eot?#iefix&v=5.13.0") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2?v=5.13.0") format("woff2"), url("../webfonts/fa-solid-900.woff?v=5.13.0") format("woff"), url("../webfonts/fa-solid-900.ttf?v=5.13.0") format("truetype"), url("../webfonts/fa-solid-900.svg?v=5.13.0#fontawesomeregular") format("svg");
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url("../themefont/RobotoSlab-Bold.ttf");
}

@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url("../themefont/RobotoSlab-Regular.ttf");
}

@font-face {
  font-family: 'RobotoSlab-Light';
  src: url("../themefont/RobotoSlab-Light.ttf");
}

.wp-block-columns {
  margin-bottom: 0px;
}

/*Typography Area*/
body {
  font: 15px "RobotoSlab-Regular", sans-serif !important;
  color: #393939 !important;
  line-height: 1.75 !important;
}

/* width */
body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #ff9600;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #ff9600;
}

h1 {
  font: 60px "RobotoSlab-Bold", sans-serif !important;
  line-height: 1.75 !important;
}

h2 {
  font: 48px "RobotoSlab-Bold", sans-serif !important;
  line-height: 1.75 !important;
}

h3 {
  font: 36px "RobotoSlab-Bold", sans-serif !important;
  line-height: 1.75 !important;
}

h4 {
  font: 24px "RobotoSlab-Bold", sans-serif !important;
  line-height: 1.75 !important;
}

h5 {
  font: 18px "RobotoSlab-Regular", sans-serif !important;
  line-height: 1.75 !important;
}

h6 {
  font: 16px "RobotoSlab-Regular", sans-serif !important;
}

p {
  font: 15px "RobotoSlab-Regular", sans-serif !important;
  line-height: 31px !important;
  display: block;
}

strong, b {
  font-family: "RobotoSlab-Bold", sans-serif;
}

i, em {
  font-style: italic;
}

a, a:hover {
  text-decoration: none !important;
}

code {
  font-family: monospace;
  color: #000;
}

pre {
  float: left;
  width: 100%;
  font-family: monospace;
  background-color: #fff;
  border: 2px solid #393939;
  counter-reset: line;
  line-height: 1.75;
  padding: 10px;
}

pre code {
  float: left;
  width: 100%;
  display: block;
  line-height: 27px;
  color: #000;
}

pre code:before {
  counter-increment: line;
  content: counter(line);
  display: inline-block;
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding: 0px 10px;
}

pre code:nth-child(odd) {
  background: #f2f2f2;
}

pre code:nth-child(even) {
  background: #ffff;
}

cite {
  color: #717171 !important;
  line-height: 2;
  margin: 0px 10px;
  display: inline-table;
}

th, td {
  padding: 5px;
}

.btn {
  font: 15px "RobotoSlab-Bold", sans-serif !important;
  color: #393939 !important;
  padding: 12px 37px;
  background: #fff;
  border-radius: 0px;
  border: 2px solid #393939;
}

.post-section {
  float: left;
  width: 100%;
}

/*Body Area*/
.wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.font-content .f-sec {
  float: left;
  width: 100%;
  position: relative;
}

.font-content .f-sec h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1 !important;
}

.font-content .f-sec p {
  margin-top: 20px;
  line-height: 31px !important;
}

.font-content .f-sec h5 {
  font-size: 17px !important;
  line-height: 31px !important;
  padding: 0px 55px;
}

.font-content .f-sec.parallax {
  background-attachment: fixed !important;
  background-size: cover !important;
  color: #fff;
}

.font-content .f-sec.parallax h1, .font-content .f-sec.parallax h2, .font-content .f-sec.parallax h3, .font-content .f-sec.parallax h4, .font-content .f-sec.parallax h5, .font-content .f-sec.parallax h6, .font-content .f-sec.parallax p {
  color: #fff;
}

.font-content .f-sec.parallax a {
  color: #fff;
}

.font-content .f-sec:first-child {
  position: relative;
  padding: 0px 0px;
}

.font-content .f-sec:last-child {
  position: relative;
  padding-bottom: 0px;
}

/*Blockquote Area*/
blockquote {
  background: #f2f2f2;
  font-family: "OpenSans-Italic", sans-serif;
  padding: 20px 20px;
  border-left: 5px solid #000;
}

.wp-block-image figcaption {
  font-style: italic;
  color: #545454;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  float: left;
  width: 100%;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.wp-block-pullquote p {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/*Wordpress Default Text Area*/
.has-drop-cap:not(:focus):first-letter {
  font-size: 65px !important;
}

/*Alignment Area*/
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

/*WP Block Button*/
.wp-block-button {
  margin-bottom: 20px;
}

.wp-block-button__link, .wp-block-file .wp-block-file__button, .wp-block-search .wp-block-search__button {
  font: 15px "RobotoSlab-Bold", sans-serif;
  color: #212529;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 7px 30px !important;
  border-radius: 5px;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
  border: 2px solid #393939;
}

.wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, .wp-block-search .wp-block-search__button:hover {
  background: #ff9600 !important;
  color: #fff;
  border: 1px solid #ff9600 !important;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

/*WP Block Cover Image*/
.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 15px;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
  color: #fff;
  font-family: 'OpenSans-Regular', sans-serif;
  line-height: 40px !important;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color) strong, .wp-block-cover-image .wp-block-subhead:not(.has-text-color) b, .wp-block-cover-image h1:not(.has-text-color) strong, .wp-block-cover-image h1:not(.has-text-color) b, .wp-block-cover-image h2:not(.has-text-color) strong, .wp-block-cover-image h2:not(.has-text-color) b, .wp-block-cover-image h3:not(.has-text-color) strong, .wp-block-cover-image h3:not(.has-text-color) b, .wp-block-cover-image h4:not(.has-text-color) strong, .wp-block-cover-image h4:not(.has-text-color) b, .wp-block-cover-image h5:not(.has-text-color) strong, .wp-block-cover-image h5:not(.has-text-color) b, .wp-block-cover-image h6:not(.has-text-color) strong, .wp-block-cover-image h6:not(.has-text-color) b, .wp-block-cover-image p:not(.has-text-color) strong, .wp-block-cover-image p:not(.has-text-color) b, .wp-block-cover .wp-block-subhead:not(.has-text-color) strong, .wp-block-cover .wp-block-subhead:not(.has-text-color) b, .wp-block-cover h1:not(.has-text-color) strong, .wp-block-cover h1:not(.has-text-color) b, .wp-block-cover h2:not(.has-text-color) strong, .wp-block-cover h2:not(.has-text-color) b, .wp-block-cover h3:not(.has-text-color) strong, .wp-block-cover h3:not(.has-text-color) b, .wp-block-cover h4:not(.has-text-color) strong, .wp-block-cover h4:not(.has-text-color) b, .wp-block-cover h5:not(.has-text-color) strong, .wp-block-cover h5:not(.has-text-color) b, .wp-block-cover h6:not(.has-text-color) strong, .wp-block-cover h6:not(.has-text-color) b, .wp-block-cover p:not(.has-text-color) strong, .wp-block-cover p:not(.has-text-color) b {
  font-family: 'OpenSans-Bold', sans-serif;
}

.home header, .page-template-frontpageV1 header, .page-template-frontpageV2 header {
  background: url("../images/header-bg.png") !important;
}

.home header.shrink, .page-template-frontpageV1 header.shrink, .page-template-frontpageV2 header.shrink {
  background: url("../images/shrink-bg.jpg") !important;
}

.home.blog header {
  background: url("../images/other-header-bg.jpg") !important;
}

.home.blog header.shrink {
  background: url("../images/shrink-bg.jpg") !important;
}

.blog header {
  background: url("../images/other-header-bg.jpg") !important;
}

.blog header.shrink {
  background: url("../images/shrink-bg.jpg") !important;
}

/*Top Header*/
.top-header {
  background: #303030;
  padding: 5px 0;
  border-bottom: 1px solid #272727;
}

.top-header .contact-details .contact {
  float: left;
  margin-right: 30px;
  color: #ddd;
}

.top-header .contact-details .contact span.icon {
  margin-right: 5px;
}

.top-header .contact-details .contact span.content a {
  color: #ddd;
}

/*Header Area*/
.shrink {
  padding: 0px 0px 5px 0px !important;
  background: #ff9600 !important;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.shrink .site-title {
  margin-top: 6px !important;
}

.shrink .site-description {
  display: none !important;
}

.shrink .site-menu-icon {
  margin-top: 9px !important;
}

.shrink .header-menu {
  top: 53px !important;
}

.header {
  float: left;
  width: 100%;
  position: fixed;
  z-index: 1000;
  border-top: 1px solid #404040;
  padding: 28px 0px 28px 0px;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
  /*Logo Area*/
  /*Menu Area*/
}

.header .site-info {
  float: left;
}

.header .site-title {
  margin-top: 3px;
}

.header .site-title img {
  margin-top: 0px;
}

.header .site-title h4 {
  text-transform: capitalize;
  margin-bottom: 0px;
}

.header .site-title h4 a {
  color: #fff;
}

.header .site-description {
  margin-top: -5px;
  margin-bottom: 0px;
  color: #fff;
}

.header .site-menu-icon {
  float: right;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-top: 11px;
}

.header .site-menu-icon a {
  color: #fff !important;
}

.header .header-menu {
  display: none;
  right: 0;
  top: 70px;
  position: absolute;
}

.header .menu-all-pages-container {
  margin-top: 0px;
}

.header .menu {
  margin: 0 !important;
}

.header ul {
  float: right;
  width: 100%;
  padding-left: 0px;
  z-index: 10;
  margin: 0px 0px 0px 0px;
  -webkit-transition: all 0.20s ease;
  transition: all 0.20s ease;
}

.header ul li {
  float: left;
  width: 100%;
  position: relative;
}

.header ul a {
  float: right;
  color: #fff !important;
  background: #ff9600;
  font: 16px "RobotoSlab-Regular", sans-serif;
  padding: 5px 10px 5px 10px;
  margin: 2px 0px;
  text-transform: uppercase;
}

.home .h-link, .page-template-frontpageV1 .h-link, .page-template-frontpageV2 .h-link {
  display: block;
}

.h-link {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.h-link .h-link-br {
  font-size: 40px;
  color: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-bottom: 100px !important;
  padding: 3px;
  border: 3px solid #ff9600;
  border-radius: 50%;
}

.h-link .h-link-br a {
  float: left;
  color: #fff !important;
  width: 100%;
  height: 100%;
  background: #ff9600;
  border-radius: 50%;
}

/*Feature Area*/
.feature {
  text-align: center;
  margin-top: 45px;
}

.feature .icon-wrap {
  font-size: 27px;
}

.feature .icon-wrap .icon {
  display: inline-block;
  width: 86px;
  height: 86px;
  padding: 6px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.feature .icon-wrap .icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
}

.feature h4 {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}

.feature:hover .icon {
  border: 2px solid #ff9600;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.feature:hover .icon span {
  background-color: #ff9600;
  border: 2px solid #ff9600;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

/*Team Area*/
.member-wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.member {
  display: inline-block;
  position: relative;
  margin: 15px 0px 15px 0px;
}

.member .mem-image {
  float: left;
  width: 100%;
  position: relative;
}

.member .mem-image img {
  max-width: 100%;
}

.member .mem-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

.member .content {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.member .content .social {
  float: left;
  width: 100%;
  text-align: center;
  padding: 35px 0px;
}

.member .content .social a {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding: 2px 0px;
  display: inline-block;
  background: transparent;
  color: transparent !important;
}

.member .content .social a:hover {
  background: #ff9600 !important;
  color: #fff;
}

.member .content .social a:last-child {
  margin-right: 0px;
}

.member .content .info {
  float: left;
  width: 100%;
  padding: 23px 0px;
  text-align: center;
  background: #ff9600;
  color: #fff;
  border: 2px solid #ff9600;
}

.member .content .info h5 {
  padding: 0px 0px;
  line-height: 25px;
  margin-bottom: 0px;
}

.member .content .info .name {
  float: left;
  width: 100%;
}

.member .content .info .role {
  float: left;
  width: 100%;
}

.member:hover .mem-image:after {
  background: url("../images/team-bg.png") no-repeat 80% 13%;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.member:hover .content .social a {
  color: #393939 !important;
  background: #fff;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.member:hover .content .social a:hover {
  background: #ff9600;
  color: #fff !important;
}

.member:hover .content .info {
  background: #fff;
  color: #ff9600;
  border: 2px solid #ff9600;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

/*Chart Area*/
.pie-chart {
  text-align: center;
  margin-top: 89px;
  margin-bottom: 45px;
}

.pie-chart .chart {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 0px !important;
}

.pie-chart .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pie-chart .chart .percent {
  display: inline-block;
  z-index: 2;
  width: 100px;
  height: 100px;
  margin-top: 22px;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  background: #636363;
  font-size: 35px;
  line-height: 101px;
}

.pie-chart h6 {
  text-align: center;
  margin-top: 15px;
}

/*Portfolio Filter*/
.page-template-full-width-light-header .filters-button-group, .page-template-full-width-dark-header .filters-button-group {
  margin-top: 0px;
}

.filters-button-group {
  margin-top: 47px;
  margin-bottom: 11px;
}

.button {
  font-family: 'RobotoSlab-Regular', sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  padding: 0px 0px;
  margin-right: 5px;
  background: none;
}

.button:after {
  float: right;
  content: '|';
  color: #d4d4d4;
  font-family: 'RobotoSlab-Light', sans-serif;
  line-height: 40px;
  font-size: 24px;
  padding: 0px 17px 0px 25px;
}

.button:last-child:after {
  content: '';
  padding: 0px 0px 0px 0px;
}

.button:active, .button.is-checked {
  font-family: 'RobotoSlab-Regular', sans-serif;
  background: none;
  color: #ff9600;
}

.button:hover {
  background-color: transparent !important;
  color: #ff9600 !important;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.port .port-content {
  position: absolute;
  bottom: 0;
  background: transparent;
  z-index: 100;
  min-height: 110px;
  padding: 30px 0px 0px 0px;
}

.port .port-content h5 {
  font: 18px "RobotoSlab-Regular", sans-serif !important;
  padding: 0px !important;
  text-align: center !important;
  color: transparent !important;
  margin-bottom: 0px;
}

.port .port-content .cat-item {
  color: transparent;
  font: 13px "RobotoSlab-Regular", sans-serif;
}

.port:hover .image:before {
  background: #ff9600;
}

.port:hover .port-content {
  background: #fff;
}

.port:hover .port-content h5 {
  color: #393939 !important;
}

.port:hover .port-content .cat-item {
  color: #a4a2a1;
}

/* Testimonial */
.testi-wrap {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.testi-wrap .testi-img {
  float: left;
  width: 160px;
  height: 160px;
}

.testi-wrap .testi-img img {
  max-width: 100% !important;
}

.testi-wrap .testi-content {
  float: left;
  width: 85%;
  padding-left: 30px;
}

.testi-wrap .testi-content h4 {
  float: left;
  width: 100%;
  padding: 0px 0px;
  font-size: 21px;
  font-family: 'RobotoSlab-Regular', sans-serif;
  margin-bottom: 5px;
  margin-top: 0px;
}

.testi-wrap .testi-content .quote {
  float: left;
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 15px 0px;
  background: url("../images/title-bg.jpg") no-repeat 0% 100%;
}

.testi-wrap .testi-content .quote p {
  margin-top: 5px;
  line-height: 23px;
}

.testi-wrap .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

/*Client Logo*/
.client-logo {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0px;
}

.client-logo img {
  display: inline-block;
  margin: 0px 35px;
}

/*Shortcode Blog*/
.page-template-full-width-dark-header .blog-row, .page-template-full-width-light-header .blog-row {
  margin-top: 0px;
}

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

.blog-row .short-code-blog {
  float: left;
  width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.recent-post {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 13px;
}

.recent-post .top-area {
  float: left;
  width: 100%;
  position: relative;
}

.recent-post .top-area .meta:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: .9;
}

.recent-post .top-area .meta {
  float: left;
  width: 100%;
  padding: 20px 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.recent-post .top-area .meta .entry-meta {
  float: left;
  width: 100%;
  position: relative;
  color: transparent;
  z-index: 100;
}

.recent-post .top-area .meta .entry-meta .icon {
  margin-right: 10px;
}

.recent-post .top-area .meta .entry-meta a {
  color: transparent;
}

.recent-post .bottom-area {
  float: left;
  width: 100%;
  position: relative;
}

.recent-post .bottom-area .post-info {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 25px 0px 35px 0px;
}

.recent-post .bottom-area .post-info h5 {
  font-family: 'RobotoSlab-Bold', sans-serif !important;
  font-size: 18px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.recent-post .bottom-area .post-info h5 a {
  color: #393939;
}

.recent-post .bottom-area .post-info .excerpt {
  margin-bottom: 30px;
  padding: 0px 25px;
}

.recent-post .bottom-area .post-info .excerpt p {
  line-height: 27px !important;
  margin-top: 5px;
}

.recent-post .bottom-area .post-info .btn-light {
  font-family: 'RobotoSlab-Regular', sans-serif;
  text-transform: uppercase;
  border: 2px solid #393939;
}

.recent-post .bottom-area .post-info .btn-light:hover {
  color: #fff !important;
  background: #ff9600;
  border: 2px solid #ff9600;
}

.recent-post:hover {
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.recent-post:hover .meta:after {
  background: #393939;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.recent-post:hover .meta {
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.recent-post:hover .meta .entry-meta {
  color: #fff;
}

.recent-post:hover .meta .entry-meta a {
  color: #fff;
}

.recent-post:hover .btn-light {
  color: #fff !important;
  background: #ff9600 !important;
  border: 2px solid #ff9600 !important;
}

/*Contact Form*/
.wpcf7 {
  margin-top: 52px !important;
  margin-bottom: 55px !important;
}

.wpcf7 .left {
  float: left;
  width: 50%;
  padding-right: 15px;
}

.wpcf7 .right {
  float: left;
  width: 50%;
  padding-left: 15px;
}

.wpcf7 .submit-button {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.wpcf7 input:focus-visible, .wpcf7 input:focus {
  outline: none;
  border-radius: 0px !important;
  border: 2px solid #393939;
}

.wpcf7 input {
  float: left;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0px 15px !important;
  border-radius: 0px !important;
  border: 2px solid #393939;
  background: #fff;
}

.wpcf7 textarea {
  float: left;
  width: 100%;
  height: 190px !important;
  margin-bottom: 20px;
  padding: 10px 15px !important;
  border-radius: 0px !important;
  border: 2px solid #393939;
  background: #fff;
}

.wpcf7 .wpcf7-submit {
  color: #fff !important;
  border-radius: 0px;
  font-family: 'RobotoSlab-Bold', sans-serif !important;
  font-size: 25px !important;
  text-transform: uppercase;
  background-color: #ff9600 !important;
  border: 2px solid #ff9600 !important;
}

.wpcf7 .wpcf7-submit:focus {
  color: #ff9600;
  background-color: #fff !important;
  border: 2px solid #ff9600 !important;
}

.wpcf7 form.sent .wpcf7-response-output{
  color: #393939;	
}

/* Content Wrap*/
.fr-page .content-wrap {
  padding: 0px 0px;
}

.content-wrap {
  float: left;
  width: 100%;
  padding: 225px 0px 125px 0px;
  overflow:hidden;
}

.content-wrap a, .content-wrap a:hover {
  color: #393939;
}

.page .content-wrap, .search .content-wrap, .archive .content-wrap, .attachment .content-wrap, .error404 .content-wrap {
  float: left;
  width: 100%;
  padding: 125px 0px 125px 0px;
}

.tag .content-wrap {
  padding: 125px 0px 47px 0px;
}

/*Content Area*/
.content .wp-caption {
  max-width: 100%;
  height: auto;
}

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

.content iframe {
  width: 100%;
  max-width: 100%;
  height: 465px;
}

.content ul li {
  list-style: disc;
}

.content ol {
  padding-left: 30px;
}

.content ol li {
  list-style: decimal;
}

.content table {
  margin-bottom: 10px;
}

.content table thead th {
  font-family: "RobotoSlab-Bold", sans-serif;
}

.content table th {
  padding: 3px 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.content table tr {
  padding: 3px 5px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 25px;
}

.content table td {
  padding: 3px 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.content .blocks-gallery-grid {
  padding-left: 0px;
  padding-top: 20px;
}

.content .wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.content .bootstrap-select {
  float: left !important;
  margin-top: 5px;
  margin-bottom: 30px;
}

.content .bootstrap-select .dropdown-toggle {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #393939;
}

.content .bootstrap-select .dropdown-toggle:focus, .content .bootstrap-select .dropdown-toggle:hover {
  border: 2px solid #393939;
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.content .bootstrap-select .dropdown-menu {
  float: left !important;
  width: 100% !important;
  padding-left: 5px;
  padding-right: 5px;
}

.content .bootstrap-select .dropdown-menu ul li a {
  white-space: normal !important;
  font: 15px "RobotoSlab-Regular", sans-serif;
}

.content .bootstrap-select .dropdown-menu ul li a:before {
  display: none;
}

.content .bootstrap-select .dropdown-menu ul li .dropdown-item.active, .content .bootstrap-select .dropdown-menu ul li .dropdown-item:active {
  color: #ff9600;
  text-decoration: none;
  background-color: transparent;
}

.content .bootstrap-select .dropdown-menu ul li .dropdown-item:focus, .content .bootstrap-select .dropdown-menu ul li .dropdown-item:hover {
  color: #ff9600;
  text-decoration: none;
  background-color: transparent;
  border: none !important;
  outline: none !important;
}

.content .bootstrap-select .dropdown-menu ul li .dropdown-item:focus span, .content .bootstrap-select .dropdown-menu ul li .dropdown-item:hover span {
  border: none !important;
  outline: none !important;
}

.content .bootstrap-select .dropdown-toggle::after {
  border: none !important;
  font-family: 'FontAwesomesolid';
  content: "\f078";
  font-size: 10px;
  margin-top: 0px;
}

.content .wp-block-calendar {
  width: 220px;
}

.content .wp-block-latest-comments {
  padding-left: 0px;
}

.content .wp-block-latest-comments li {
  list-style: none !important;
}

.content .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  color: #717171;
  font-style: italic;
}

.content .wp-block-latest-posts.wp-block-latest-posts__list {
  padding-left: 0px;
}

.content .wp-block-latest-posts.wp-block-latest-posts__list li {
  list-style: none !important;
}

.content textarea, .content input[type="text"], .content input[type="button"], .content input[type="reset"], .content input[type="search"], .content input[type="password"] {
  border-radius: 0px 0px 0px 0px !important;
  border: 2px solid #393939;
  outline: none;
  padding: 5px 8px;
  height: 50px;
}

.content input[type="submit"] {
  font-family: 'RobotoSlab-Bold', sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 8px 8px;
  border-radius: 0px;
  background-color: #ff9600;
  border: 1px solid #ff9600;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.content input[type="submit"]:hover {
  background: #fff !important;
  color: #ff9600 !important;
  border: 1px solid #ff9600 !important;
}

.content input[type="submit"]:focus {
  outline: none;
  color: #fff !important;
  background: #ff9600 !important;
  border: 1px solid #ff9600;
}

.content .wp-block-search .wp-block-search__input {
  border-radius: 5px 0px 0px 5px !important;
  border: 2px solid #393939;
  outline: none;
  padding: 5px 10px;
}

.content .wp-block-tag-cloud {
  width: 100%;
  display: block;
}

.content .wp-block-tag-cloud .tag-cloud-link {
  float: left;
  font-size: 15px !important;
  border-radius: 5px 5px 5px 5px !important;
  border: 2px solid #393939;
  outline: none;
  padding: 7px 35px;
  margin: 0px 7px 7px 0px;
}

.content .wp-block-tag-cloud .tag-cloud-link:hover {
  background: #ff9600;
  border: 1px solid #ff9600;
  color: #fff;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

/*Page Area*/
.page-header {
  float: left;
  width: 100%;
  background: url("../images/dumy-page-img.jpg");
  background-attachment: fixed;
  background-size: cover !important;
  padding-top: 225px;
  padding-bottom: 115px;
  position: relative;
}

.page-header h2 {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-header h2 a {
  color: #fff;
}

.page-header h2:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 1px;
  background: #ff9600;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.page-header .breadcrumb {
  background: transparent !important;
  color: #fff;
  padding: 0;
}

.page-header .breadcrumb a {
  color: #fff !important;
}

.page-header .entry-meta, .page-header .entry-meta a {
  color: #fff !important;
}

.page-header.light {
  background: #f2f2f2;
}

.page-header.light h2 {
  color: #393939;
}

.page-header.light h2 a {
  color: #393939;
}

.page-header.light .breadcrumb {
  color: #393939;
}

.page-header.light .breadcrumb a {
  color: #393939 !important;
}

.page-header.light .entry-meta, .page-header.light .entry-meta a {
  color: #393939 !important;
}

.page-h-wrap {
  position: relative;
  z-index: 100;
}

.default-page:before {
  content: '';
  position: absolute;
  opacity: .5;
  background: #000;
  z-index: 10;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.font-content {
  overflow: hidden;
}

.page-content {
  float: left;
  width: 100%;
  
}

.page-content .featured-image img {
  margin-bottom: 0px;
}

.page-content p.has-large-font-size {
  font: 60px "RobotoSlab-Bold", sans-serif;
  line-height: 65px !important;
}

.testimonial-wrap {
  float: left;
  width: 100%;
  background: url(../images/testimonial.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 88px;
}

.testimonial-wrap h3 {
  color: #fff;
  position: relative;
  background: url("../images/title-bg.jpg") no-repeat 50% 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.testimonial-wrap .testimonial {
  float: left;
  width: 100%;
  color: #fff;
  margin-top: 30px;
  text-align: left;
}

.testimonial-wrap .testimonial .testi-content {
  position: relative;
  padding: 30px 30px 30px 30px;
}

.testimonial-wrap .testimonial .testi-content h5 {
  color: #fff;
  position: relative;
  z-index: 100;
}

.testimonial-wrap .testimonial .testi-content blockquote {
  display: inline-block;
  position: relative;
  z-index: 100;
  border-color: #ff9600;
}

.testimonial-wrap .testimonial .testi-content blockquote p {
  margin-bottom: 5px;
  position: relative;
  padding: 25px 25px 25px 25px;
}

.testimonial-wrap .testimonial .testi-content blockquote p:before {
  color: #ff9600;
  font-family: 'FontAwesomesolid';
  content: '\f10d';
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.testimonial-wrap .testimonial .testi-content blockquote p:after {
  color: #ff9600;
  font-family: 'FontAwesomesolid';
  content: '\f10e';
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.testimonial-wrap .testimonial .testi-content:after {
  background: #fff;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: .1;
  border-radius: 5px;
}

.testimonial-wrap .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px !important;
}

.front-blog {
  float: left;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 88px;
}

.front-blog h3 {
  color: #000;
  position: relative;
  background: url("../images/title-bg.jpg") no-repeat 50% 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.front-blog .blog-content {
  margin-top: 50px;
}

/*Blog Post Area*/
.blog-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border: 2px solid #393939;
}

.blog-post .featured-image {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.blog-post .featured-image img {
  max-width: 100%;
}

.blog-post .featured-image:after {
  content: '';
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.blog-post .post-info {
  padding: 0px 10px;
}

.blog-post .post-info .post-title {
  margin-top: 20px;
  word-wrap: break-word;
}

.blog-post .post-info .excerpt {
  margin-top: 10px;
  margin-bottom: 20px;
}

.blog-post .post-info .entry-meta, .blog-post .post-info .entry-meta a {
  font-style: italic;
  color: #545454;
}

.blog-post .post-info .btn-light {
  border: 2px solid #393939;
}

.blog-post .tags {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.blog-post .tags ul {
  float: left;
  width: 100%;
  padding-left: 0;
}

.blog-post .tags ul li {
  float: left;
  list-style-type: none;
}

.blog-post .tags ul li a {
  display: block;
  margin: 0px 7px 7px 0px;
  padding: 7px 35px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  border: 2px solid #393939;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.blog-post .tags ul li a:hover {
  color: #fff;
  background: #ff9600;
  border: 1px solid #ff9600;
}

.blog-post:hover {
  border: 1px solid #ff9600;
  transition: all 0.20s ease;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.blog-post:hover .featured-image:after {
  opacity: .9;
  background: #ff9600;
  transition: all 0.20s ease;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.blog-post:hover .btn-light {
  background: #ff9600;
  color: #fff;
  border: 1px solid #ff9600;
  transition: all 0.20s ease;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

/*Page Navigation*/
.pagenavi {
  margin-top: 30px;
}

.pagenavi .current {
  padding: 8px;
  margin-right: 5px;
  color: #fff;
  background: #ff9600;
  border: 2px solid #ff9600 !important;
}

.pagenavi a {
  padding: 8px;
  margin-right: 5px;
  border: 2px solid #393939;
}

.pagenavi a:hover {
  transition: all 0.20s ease;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
  color: #fff;
  background: #ff9600;
  border: 2px solid #ff9600 !important;
}

/*Single Page*/
.single-post {
  float: left;
  width: 100%;
}

.single-post .featured-image {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.single-post .post-info {
  float: left;
  width: 100%;
}

.single-post .post-info .post-title {
  margin-top: 20px;
  word-wrap: break-word;
}

.single-post .post-info .p-content {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.single-post .post-info .p-content p {
  display: inline-block;
}

.single-post .post-info .p-content p.has-large-font-size {
  font: 60px "RobotoSlab-Bold", sans-serif;
}

.single-post .post-info .entry-meta {
  color: #717171;
  font-style: italic;
}

.single-post .post-info .entry-meta .meta-sep {
  padding: 0px 7px;
}

.single-post .post-info .entry-meta a {
  font-size: 15px;
  color: #717171;
}

.single-post .post-info .categories {
  float: left;
  width: 100%;
}

.single-post .post-info .tags {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.single-post .post-info .tags ul {
  float: left;
  width: 100%;
  padding-left: 0;
}

.single-post .post-info .tags ul li {
  float: left;
  list-style-type: none;
}

.single-post .post-info .tags ul li a {
  display: block;
  margin: 0px 7px 7px 0px;
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
  border: 2px solid #393939;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.single-post .post-info .tags ul li a:hover {
  color: #fff;
  background: #ff9600;
  border: 2px solid #ff9600;
}

.single-post .below-single {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.single-post .below-single .btn-light {
  color: #393939 !important;
  padding: 12px 37px;
  background: #fff;
  border: 2px solid #393939;
}

.single-post .below-single .btn-light:hover {
  color: #fff !important;
  background: #ff9600;
  border: 2px solid #ff9600;
}

/*Comments Area*/
.comments {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.comments .comments-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comments .comments-title:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 1px;
  background: #ff9600;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.comments .comment-list {
  padding-left: 0;
}

.comments .comment-list li {
  list-style-type: none;
}

.comments .comment-body {
  margin-bottom: 15px;
  padding: 15px 0px;
}

.comments .comment-body .comment-head {
  color: #717171;
}

.comments .comment-body .comment-head span {
  font-style: italic;
}

.comments .comment-body .comment-head .comment-author:after, .comments .comment-body .comment-head .comment-date:after, .comments .comment-body .comment-head .comment-time:after, .comments .comment-body .comment-head .edit-link:after {
  content: '|';
  padding: 0px 10px;
}

.comments .comment-body .comment-head a {
  color: #717171;
}

.comments .comment-body .comment-content p a {
  text-decoration: underline !important;
}

.comments .comment-body .comment-content p, .comments .comment-body .comment-content dd {
  word-wrap: break-word;
}

.comments .comment-body p {
  font: 15px "RobotoSlab-Regular", sans-serif;
  color: #000;
}

.comments .comment-body table {
  margin-bottom: 10px;
}

.comments .comment-body table th {
  padding: 3px 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.comments .comment-body table tr {
  padding: 3px 5px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 25px;
}

.comments .comment-body table td {
  padding: 3px 5px;
  border: 1px solid #ddd;
  text-align: center;
}

.comments .comment-body ul {
  margin-left: 15px;
}

.comments .comment-body ul li {
  list-style: disc !important;
  margin-left: 5px;
  line-height: 25px;
}

.comments .comment-body ul li ul li {
  list-style: square !important;
}

.comments .comment-body ul li ul li ul li {
  list-style: circle !important;
}

.comments .comment-body ol {
  margin-left: 15px;
}

.comments .comment-body ol li {
  margin-left: 5px;
  line-height: 25px;
  display: list-item;
  list-style-position: inside;
  list-style-type: decimal;
}

.comments .comment-reply-title {
  font: 24px "RobotoSlab-Bold", sans-serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comments .comment-reply-title:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 2px;
  background: #ff9600;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.comments textarea.form-control {
  height: 130px;
}

.comments .form-control {
  margin-bottom: 20px;
  border: 2px solid #393939;
}

.comments .submit {
  width: 100%;
  margin: 0px 7px 0px 0px;
  padding: .375rem .75rem;
  font: 15px "RobotoSlab-Bold", sans-serif;
  line-height: 1.5;
  border-radius: .25rem;
  background: #fff;
  border: 2px solid #393939;
}

.comments .form-control:focus, .comments .submit:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #393939;
}

.comments .submit:hover {
  color: #fff;
  background: #ff9600;
  border: 1px solid #ff9600;
}

/*Sidebar Area*/
/*Search Form*/
.searchform .search {
  height: auto;
  padding: 4px 10px;
  border-radius: 5px 0px 0px 5px !important;
  border: 2px solid #393939;
  border-right: none !important;
}

.searchform .search-btn {
  border-radius: 0px 5px 5px 0px;
  border: 2px solid #393939 !important;
  padding: 7px 12px;
}

.searchform .search-btn:hover, .searchform .search-btn:focus, .searchform .search-btn:active {
  color: #fff !important;
  background: #ff9600;
  border: 2px solid #ff9600 !important;
}

/*Sidebar Menu*/
.widget-area {
  float: left;
  width: 100%;
}

.widget-area .widget {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-family: 'RobotoSlab-Regular', sans-serif !important;
}

.widget-area .widget .widget-title {
  font-family: 'RobotoSlab-Bold', sans-serif !important;
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.widget-area .widget .widget-title:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 2px;
  background: #ff9600;
  z-index: 100;
  left: 0;
  bottom: 0;
}

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

.widget-area .widget ul {
  padding: 0px 0px 0px 0px;
}

.widget-area .widget ul li {
  float: left;
  width: 100%;
  line-height: 30px;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.widget-area .widget ul li ul {
  padding: 0px 0px 0px 15px;
}

.widget-area .widget ul li a {
  padding: 5px 0px;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.widget-area .widget ul li:hover {
  color: #ff9600;
}

.widget-area .widget ul li:hover a {
  color: #ff9600;
}

.widget-area .widget .bootstrap-select {
  float: left !important;
  width: 100% !important;
  margin-top: 15px;
}

.widget-area .widget .bootstrap-select .dropdown-toggle {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #393939;
}

.widget-area .widget .bootstrap-select .dropdown-toggle:focus, .widget-area .widget .bootstrap-select .dropdown-toggle:hover {
  border: 2px solid #393939;
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.widget-area .widget .bootstrap-select .dropdown-menu {
  float: left !important;
  width: 100% !important;
  padding-left: 5px;
  padding-right: 5px;
}

.widget-area .widget .bootstrap-select .dropdown-menu ul li a {
  white-space: normal !important;
  font: 15px "RobotoSlab-Regular", sans-serif;
}

.widget-area .widget .bootstrap-select .dropdown-menu ul li a:before {
  display: none;
}

.widget-area .widget .bootstrap-select .dropdown-menu ul li .dropdown-item.active, .widget-area .widget .bootstrap-select .dropdown-menu ul li .dropdown-item:active {
  color: #ff9600;
  text-decoration: none;
  background-color: transparent;
}

.widget-area .widget .bootstrap-select .dropdown-menu ul li .dropdown-item:focus, .widget-area .widget .bootstrap-select .dropdown-menu ul li .dropdown-item:hover {
  color: #ff9600;
  text-decoration: none;
  background-color: transparent;
  border: none !important;
  outline: none !important;
}

.widget-area .widget .bootstrap-select .dropdown-menu ul li .dropdown-item:focus span, .widget-area .widget .bootstrap-select .dropdown-menu ul li .dropdown-item:hover span {
  border: none !important;
  outline: none !important;
}

.widget-area .widget .bootstrap-select .dropdown-toggle::after {
  border: none !important;
  font-family: 'FontAwesomesolid';
  content: "\f078";
  font-size: 10px;
  margin-top: 0px;
}

.widget-area .widget .form-control:focus, .widget-area .widget .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.widget-area .widget_archive ul li a:before, .widget-area .widget_categories ul li a:before, .widget-area .widget_pages ul li a:before, .widget-area .widget_nav_menu ul li a:before {
  font-family: 'FontAwesome';
  content: "\f111";
  left: 0px;
  top: 1px;
  font-size: 10px;
  position: relative;
  float: left;
  width: 15px;
}

.widget-area .widget_archive ul li a:hover, .widget-area .widget_categories ul li a:hover, .widget-area .widget_pages ul li a:hover, .widget-area .widget_nav_menu ul li a:hover {
  color: #ff9600 !important;
}

.widget-area .widget_calendar {
  float: left;
}

.widget-area .widget_calendar .widget-title {
  margin-bottom: 35px;
}

.widget-area .widget_calendar #wp-calendar {
  width: 100%;
}

.widget-area .widget_calendar #wp-calendar caption {
  text-align: center;
  color: #393939;
  font-size: 24px;
  font-family: "RobotoSlab-Bold", sans-serif;
  border: 2px solid #393939;
  margin-top: -2px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.widget-area .widget_calendar #wp-calendar thead {
  font-size: 15px;
  font-family: "RobotoSlab-Bold", sans-serif;
  text-align: center;
}

.widget-area .widget_calendar #wp-calendar thead th {
  padding-bottom: 10px;
  border: 2px solid #393939;
}

.widget-area .widget_calendar #wp-calendar tbody {
  color: #393939;
}

.widget-area .widget_calendar #wp-calendar tbody td {
  background: #fff;
  border: 2px solid #393939;
  text-align: center;
  padding: 8px;
}

.widget-area .widget_calendar #wp-calendar tbody td:hover {
  color: #fff;
  background: #ff9600;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.widget-area .widget_calendar #wp-calendar tbody .pad {
  background: none !important;
}

.widget-area .widget_calendar #wp-calendar tfoot #next {
  font-size: 15px;
  text-transform: uppercase;
  text-align: right;
}

.widget-area .widget_calendar #wp-calendar tfoot #prev {
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 10px;
}

.widget-area .widget_calendar .wp-calendar-nav {
  font-size: 15px;
  padding: 5px 0px 5px 0px;
}

.widget-area .widget_search .widget-title {
  margin-bottom: 20px;
}

.widget-area .widget_text p {
  font: 15px "RobotoSlab-Regular", sans-serif;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 35px;
}

.widget-area .widget_tag_cloud .tag-cloud-link {
  font-family: 'RobotoSlab-Regular', sans-serif;
  font-size: 15px !important;
  border: 2px solid #393939;
  padding: 4px 15px;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 0;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.widget-area .widget_tag_cloud .tag-cloud-link:hover {
  color: #fff;
  background: #ff9600;
  border-color: #ff9600;
}

.widget-area .widget_recent_comments .comment-author-link {
  font-style: italic;
  font-size: 15px;
}

.widget-area .widget_recent_comments .comment-author-link a {
  color: #717171;
}

/*Error Page (404 Page)*/
.not-found h1 {
  text-align: center;
}

.not-found h5 {
  text-align: center;
}

.not-found-text {
  margin-bottom: 30px;
}

/*Footer Area*/
.footer {
  float: left;
  width: 100%;
  font-family: 'RobotoSlab-Regular', sans-serif;
  font-size: 15px;
}

.footer .footer-sidebar {
  float: left;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 85px;
  background: #333;
}

.footer .footer-sidebar h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

.footer .footer-sidebar .social {
  width: 100%;
  text-align: center;
}

.footer .footer-sidebar .social a {
  color: #fff !important;
  width: 80px;
  height: 80px;
  font-size: 40px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.footer .footer-sidebar .social a:last-child {
  margin-right: 0px;
}

.footer .footer-sidebar .social a:hover {
  background: #ff9600;
  border: 2px solid #ff9600;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.footer .copyright {
  float: left;
  width: 100%;
  background: #222;
  color: #fff;
  text-align: center;
  padding: 28px 0px 28px 0px;
  font-size: 14px;
  color: #7b7b7b;
}

.footer .copyright a {
  color: #fff !important;
}

/*VS Area*/
.section-title {
  padding: 70px 0px 10px 0px;
}

.section-title h3 {
  font-size: 36px !important;
  text-align: center;
  margin-bottom: 20px;
  background: url("../images/title-bg.jpg") no-repeat 50% 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.section-title h4 {
  font-family: 'OpenSans-Semibold', sans-serif !important;
  font-size: 24px !important;
  text-align: center;
  margin-bottom: 20px;
}

.section-title h4 span {
  background: #ff9600;
  padding: 10px 15px;
  color: #fff;
  border-bottom-right-radius: 45px;
  border-top-left-radius: 45px;
  -webkit-box-shadow: 1px 1px 3px #000;
          box-shadow: 1px 1px 3px #000;
}

.section-title p {
  text-align: center;
}

.colony-nav {
  position: fixed;
  z-index: 1000;
  top: 30%;
  left: 15px;
}

.colony-nav li:first-child {
  height: 52px !important;
  background: url("../images/menu-li-first-child.png") no-repeat !important;
  padding-top: 16px !important;
}

.colony-nav li:first-child a {
  padding: 1px 7px !important;
}

.colony-nav li:nth-child(2) {
  background: url("../images/menu-li-bg.png") no-repeat 0px 5px !important;
  margin-top: -5px !important;
  height: 46px !important;
  padding-top: 3px !important;
  padding-left: 30px !important;
}

.colony-nav li:nth-child(2) a {
  padding: 1px 7px !important;
  margin-left: 0px !important;
  color: transparent !important;
  font-size: 12px !important;
}

.colony-nav li {
  background: url("../images/menu-li-bg.png") no-repeat 0px 5px;
  margin-top: -10px;
  height: 46px;
  padding-top: 3px;
  padding-left: 30px;
}

.colony-nav li a {
  float: left;
  padding: 1px 7px;
  margin-left: 0px;
  color: transparent !important;
  font-size: 12px;
}

.colony-nav li:hover a {
  background: #ff9600;
  color: #fff !important;
  position: relative;
}

.colony-nav li:hover a:after {
  color: #ff9600;
  font-family: "FontAwesomesolid";
  content: "\f0d9";
  position: absolute;
  left: -4px;
}

.colony-nav li:hover a:before {
  font-family: "FontAwesomesolid";
  content: "\f111";
  left: -25px;
  position: absolute;
  color: #ff9600;
  font-size: 9px;
  top: 4px;
}

@-moz-document url-prefix() {
  .colony-nav li:hover a:before {
    top: 3px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .colony-nav li:hover {
    /* IE10+ specific styles go here */
  }
  .colony-nav li:hover a:before {
    top: 3px;
  }
}

.colony-nav li:last-child {
  background: url("../images/menu-li-bg.png") no-repeat 0px 5px;
  margin-top: -10px;
  height: 46px;
}

.colony-nav li:last-child a {
  padding: 1px 7px;
}

.colony-nav li:nth-child(2).current a {
  color: #fff !important;
}

.colony-nav .current a {
  background: #ff9600;
  color: #fff !important;
  position: relative;
}

.colony-nav .current a:after {
  color: #ff9600;
  font-family: "FontAwesomesolid";
  content: "\f0d9";
  position: absolute;
  left: -4px;
}

.colony-nav .current a:before {
  font-family: "FontAwesomesolid";
  content: "\f111";
  left: -25px;
  position: absolute;
  color: #ff9600;
  font-size: 9px;
  top: 4px;
}

@-moz-document url-prefix() {
  .colony-nav .current a:before {
    top: 3px;
  }
}

.site-key-top h3 {
  margin: 0px 0px 0px 0px;
}

.site-key-top h4 {
  font-family: 'OpenSans-Semibold', sans-serif !important;
  font-size: 24px !important;
  margin: 0px 0px 10px 0px;
}

.site-key-area {
  padding: 30px 10px 15px 10px;
}

.site-key-area {
  margin-bottom: 30px;
}

.site-key-area h5 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*Visual Composer*/
.vc_btn3-style-outline {
  background: #fff !important;
  border: 1px solid #fff !important;
}

.vc_btn3.vc_btn3-size-md:hover {
  color: #fff !important;
  background: #ff9600 !important;
  border: 1px solid #fff !important;
}

.vc_btn3.vc_btn3-size-md {
  padding: 7px 30px !important;
  border-radius: 5px !important;
  color: #000 !important;
  font: 15px "RobotoSlab-Bold", sans-serif;
  background: #f8f9fa;
  border: 1px solid #ddd !important;
}

/*Site Key Area*/
.site-key-area:hover {
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
}

.site-key-area:hover a.vc_btn3 {
  color: #fff !important;
  background: #ff9600 !important;
  border-color: #ff9600 !important;
}

/*V Composer*/
.page-template-frontpageV1 .wpb_button, .page-template-frontpageV1 .wpb_content_element, .page-template-frontpageV1 ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important;
}

/*Accordion Area*/
.vc_tta-panels .vc_tta-panel-heading {
  border-color: #eae8e8 !important;
}

.vc_tta-panels .vc_tta-panel-heading h4 {
  font: 18px "RobotoSlab-Regular", sans-serif;
  color: #000 !important;
}

.vc_tta-panels .vc_tta-panel-heading h4 a {
  color: #000 !important;
}

.vc_tta-panels .vc_tta-panel-heading h4 a .vc_tta-controls-icon::after {
  border-color: #000 !important;
}

.vc_tta-panels .vc_tta-panel-heading h4 a .vc_tta-controls-icon::before {
  border-color: #000 !important;
}

.vc_tta-panels .vc_active .vc_tta-panel-heading {
  background-color: #ff9600 !important;
  border: 1px solid #ff9600 !important;
}

.vc_tta-panels .vc_active .vc_tta-panel-heading h4 {
  color: #fff !important;
}

.vc_tta-panels .vc_active .vc_tta-panel-heading h4 a {
  color: #fff !important;
}

.vc_tta-panels .vc_active .vc_tta-panel-heading h4 a .vc_tta-controls-icon::after {
  border-color: #fff !important;
}

.vc_tta-panels .vc_active .vc_tta-panel-heading h4 a .vc_tta-controls-icon::before {
  border-color: #fff !important;
}

.vc_tta-panels .vc_active .vc_tta-panel-body {
  border-color: #eae8e8 !important;
}

.vc_tta-panels .vc_tta-panel-heading:hover {
  background-color: #ff9600 !important;
  border: 1px solid #ff9600 !important;
  -moz-transition: all 0.20s ease;
  -webkit-transition: all 0.20s ease;
  -ms-transition: all 0.20s ease;
  -o-transition: all 0.20s ease;
  border-color: #eae8e8;
}

.vc_tta-panels .vc_tta-panel-heading:hover h4 {
  color: #fff !important;
}

.vc_tta-panels .vc_tta-panel-heading:hover h4 a {
  color: #fff !important;
}

.vc_tta-panels .vc_tta-panel-heading:hover h4 a .vc_tta-controls-icon::after {
  border-color: #fff !important;
}

.vc_tta-panels .vc_tta-panel-heading:hover h4 a .vc_tta-controls-icon::before {
  border-color: #fff !important;
}

.vc_tta-panels .vc_tta-panel-body {
  padding: 30px 30px !important;
}

/*Tab Area*/
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel .vc_tta-panel-body {
  -webkit-transform: none;
  -sand-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: fadein 2s;
          animation: fadein 2s;
}

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

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

/*Elementor Area*/
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px !important;
}

.elementor-html .content-wrap {
  padding: 0px !important;
}

.elementor-html .page-content {
  float: left;
  width: 100%;
}
/*# sourceMappingURL=wp-style.css.map */