/*********************************************************************************

	Template Name: Foran - Bootstrap4 Creative Portfolio Template
	Description: A perfect template for build beautiful and unique portfolio websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is style css.

**********************************************************************************/
/**************************************************************
	
	STYLESHEET INDEXING
	|
	|
	|___ Basic Styles
	|	|
	|	|___ Reset Styles
	|	|___ Typography Styles
	|	|___ Utilities
	|	|___ Animations	
	|
	|
	|___Elements Styles
	|	|___ Button Styles
	|	|___ Social Icons
	|	|___ Accordion
	|	|___ Section Title
	|	|___ Call to action
	|	|___ Progress Bar
	|	|___ Breadcrumb
	|	|___ Pagination
	|	|___ Slider Elements
	|
	|
	|___Blocks Styles
	|	|___ Header Styles 
	|	|___ Navigation Styles 
	|	|___ Banner Styles
	|	|___ About Styles
	|	|___ Portfolio
	|	|___ Testimonial
	|	|___ Brand Logos
	|	|___ Funfact
	|	|___ Sidemenu Styles
	|	|___ Team Member
	|	|___ Service Styles
	|	|___ Portfolio Details
	|	|___ Contact Styles
	|	|___ Blog Item
	|	|___ Blog Page Styles
	|	|___ Widgets
	|	|___ Comment Styles
	|	|___ Page Not Found
	|	|___ Footer Styles
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/************************
*	Basic Styles
*************************/
/**
 * Reset Styles
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #ca3c08;
  text-decoration: none;
}

a:visited {
  color: #ac0404;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: Bitter, Georgia, serif;
  line-height: 1.3;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

/**
 * Typography Styles
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

html::-webkit-scrollbar {
  width: 6px;
}

html::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html::-webkit-scrollbar-thumb {
  background: #71a9d0;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover {
  background: #3677a5;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Lato", sans-serif;
  color: #3e3e3e;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #3e3e3e;
}

:-moz-placeholder {
  color: #3e3e3e;
}

::-moz-placeholder {
  color: #3e3e3e;
}

:-ms-input-placeholder {
  color: #3e3e3e;
}

*::-moz-selection {
  background: #71a9d0;
  color: #ffffff;
}

*::selection {
  background: #71a9d0;
  color: #ffffff;
}

*::-moz-selection {
  background: #71a9d0;
  color: #ffffff;
}

a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  color: #333333;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: 700;
}

h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

h6,
.h6 {
  font-weight: 500;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:visited {
  color: inherit;
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #3d3e43;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
}

input,
select,
textarea {
  width: 100%;
}

input,
select {
  height: 45px;
  padding: 0 20px;
}

blockquote {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  border-left: 4px solid #71a9d0;
  padding-left: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: left;
}

/**
 * Utilities
 */
.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.wrapper {
  position: relative;
}

/* Define Colors */
.color-theme {
  color: #71a9d0;
}

.color-light {
  color: #999999;
}

.color-dark {
  color: #333333;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

/* Background Color */
.bg-theme {
  background: #71a9d0 !important;
}

.bg-light {
  background: #999999 !important;
}

.bg-grey {
  background: #f5f5f5 !important;
}

.bg-dark {
  background: #22242b !important;
}

.bg-dark-light {
  background: #272a32 !important;
}

.bg-black {
  background: #000000 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-gradient {
  background: -webkit-linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
  background: -moz-linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
  background: -ms-linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
  background: -o-linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2a2e3c), to(#276896));
  background: -webkit-linear-gradient(left, #2a2e3c 0%, #276896 100%);
  background: -o-linear-gradient(left, #2a2e3c 0%, #276896 100%);
  background: linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
}

/* Youtube Video Background */
.background-video-holder {
  position: relative;
}

.youtube-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  z-index: -1;
}

.youtube-bg {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* Background Image */
.bg-image-1 {
  background-image: url(images/bg/bg-image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-2 {
  background-image: url(images/bg/bg-image-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-3 {
  background-image: url(images/bg/bg-image-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-4 {
  background-image: url(images/bg/bg-image-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-5 {
  background-image: url(images/bg/bg-image-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-6 {
  background-image: url(images/bg/bg-image-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-7 {
  background-image: url(images/bg/bg-image-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-8 {
  background-image: url(images/bg/bg-image-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-9 {
  background-image: url(images/bg/bg-image-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-10 {
  background-image: url(images/bg/bg-image-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-11 {
  background-image: url(images/bg/bg-image-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-12 {
  background-image: url(images/bg/bg-image-12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-13 {
  background-image: url(images/bg/bg-image-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-14 {
  background-image: url(images/bg/bg-image-14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-15 {
  background-image: url(images/bg/bg-image-15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-16 {
  background-image: url(images/bg/bg-image-16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-17 {
  background-image: url(images/bg/bg-image-17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-18 {
  background-image: url(images/bg/bg-image-18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-19 {
  background-image: url(images/bg/bg-image-19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image-20 {
  background-image: url(images/bg/bg-image-20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Text specialized */
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

/* Font specialized */
.body-font {
  font-family: "Lato", sans-serif;
}

.heading-font {
  font-family: "Raleway", sans-serif;
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33.33%;
}

.w-25 {
  width: 25%;
}

.w-10 {
  width: 10%;
}

.h-100 {
  height: 100%;
}

.h-75 {
  height: 75%;
}

.h-50 {
  height: 50%;
}

.h-25 {
  height: 25%;
}

.h-33 {
  height: 33.33%;
}

.h-10 {
  height: 10%;
}

/* Section padding */
.section-padding-xlg {
  padding: 130px 0;
}

.section-padding-lg {
  padding: 120px 0;
}

.section-padding-md {
  padding: 100px 0;
}

.section-padding-sm {
  padding: 80px 0;
}

.section-padding-xs {
  padding: 65px 0;
}

.section-padding-top-xlg {
  padding-top: 130px;
}

.section-padding-top-lg {
  padding-top: 120px;
}

.section-padding-top-md {
  padding-top: 100px;
}

.section-padding-top-sm {
  padding-top: 80px;
}

.section-padding-top-xs {
  padding-top: 65px;
}

.section-padding-bottom-xlg {
  padding-bottom: 130px;
}

.section-padding-bottom-lg {
  padding-bottom: 120px;
}

.section-padding-bottom-md {
  padding-bottom: 100px;
}

.section-padding-bottom-sm {
  padding-bottom: 80px;
}

.section-padding-bottom-xs {
  padding-bottom: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-xlg {
    padding: 90px 0;
  }
  .section-padding-lg {
    padding: 80px 0;
  }
  .section-padding-top-xlg {
    padding-top: 90px;
  }
  .section-padding-top-lg {
    padding-top: 80px;
  }
  .section-padding-bottom-xlg {
    padding-bottom: 90px;
  }
  .section-padding-bottom-lg {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-xlg {
    padding: 110px 0;
  }
  .section-padding-lg {
    padding: 100px 0;
  }
  .section-padding-md {
    padding: 80px 0;
  }
  .section-padding-sm {
    padding: 60px 0;
  }
  .section-padding-top-xlg {
    padding-top: 110px;
  }
  .section-padding-top-lg {
    padding-top: 100px;
  }
  .section-padding-top-md {
    padding-top: 80px;
  }
  .section-padding-top-sm {
    padding-top: 60px;
  }
  .section-padding-bottom-xlg {
    padding-bottom: 110px;
  }
  .section-padding-bottom-lg {
    padding-bottom: 100px;
  }
  .section-padding-bottom-md {
    padding-bottom: 80px;
  }
  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-xlg {
    padding: 100px 0;
  }
  .section-padding-lg {
    padding: 90px 0;
  }
  .section-padding-md {
    padding: 80px 0;
  }
  .section-padding-sm {
    padding: 60px 0;
  }
  .section-padding-top-xlg {
    padding-top: 100px;
  }
  .section-padding-top-lg {
    padding-top: 90px;
  }
  .section-padding-top-md {
    padding-top: 80px;
  }
  .section-padding-top-sm {
    padding-top: 60px;
  }
  .section-padding-bottom-xlg {
    padding-bottom: 100px;
  }
  .section-padding-bottom-lg {
    padding-bottom: 90px;
  }
  .section-padding-bottom-md {
    padding-bottom: 80px;
  }
  .section-padding-bottom-sm {
    padding-bottom: 60px;
  }
}

/* Border */
.cr-border {
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 1px;
}

.cr-border-top {
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.cr-border-right {
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 0 1px 0 0;
}

.cr-border-bottom {
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.cr-border-left {
  border-color: #a8a8a8;
  border-style: solid;
  border-width: 0 0 0 1px;
}

/* Overlay styles */
[data-overlay], [data-black-overlay], [data-white-overlay], [data-gradient-overlay] {
  position: relative;
}

[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > *, [data-white-overlay] > div, [data-white-overlay] > *, [data-gradient-overlay] > div, [data-gradient-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before, [data-black-overlay]:before, [data-white-overlay]:before, [data-gradient-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background-color: #71a9d0;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #f1f1f1;
}

[data-gradient-overlay]:before {
  background: -webkit-linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
  background: -moz-linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
  background: -ms-linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
  background: -o-linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2a2e3c), to(#276896));
  background: -webkit-linear-gradient(left, #2a2e3c 0%, #276896 100%);
  background: -o-linear-gradient(left, #2a2e3c 0%, #276896 100%);
  background: linear-gradient(90deg, #2a2e3c 0%, #276896 100%);
}

[data-overlay="1"]:before, [data-black-overlay="1"]:before, [data-white-overlay="1"]:before, [data-gradient-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before, [data-black-overlay="2"]:before, [data-white-overlay="2"]:before, [data-gradient-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before, [data-black-overlay="3"]:before, [data-white-overlay="3"]:before, [data-gradient-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before, [data-black-overlay="4"]:before, [data-white-overlay="4"]:before, [data-gradient-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before, [data-black-overlay="5"]:before, [data-white-overlay="5"]:before, [data-gradient-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before, [data-black-overlay="6"]:before, [data-white-overlay="6"]:before, [data-gradient-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before, [data-black-overlay="7"]:before, [data-white-overlay="7"]:before, [data-gradient-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before, [data-black-overlay="8"]:before, [data-white-overlay="8"]:before, [data-gradient-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before, [data-black-overlay="9"]:before, [data-white-overlay="9"]:before, [data-gradient-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before, [data-black-overlay="10"]:before, [data-white-overlay="10"]:before, [data-gradient-overlay="10"]:before {
  opacity: 1;
}

.slick-slide:active, .slick-slide:focus {
  outline: none;
}

.slick-slide.slick-current:active, .slick-slide.slick-current:focus, .slick-slide.slick-active:active, .slick-slide.slick-active:focus {
  outline: none;
}

.bg-theme {
  color: #ffffff;
}

.bg-theme h1, .bg-theme h2, .bg-theme h3, .bg-theme h4, .bg-theme h5, .bg-theme h6, .bg-theme p {
  color: #ffffff;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  line-height: 41px;
  text-align: center;
  background: #71a9d0;
  color: #ffffff;
  font-size: 22px;
  border-radius: 100%;
  border: 1px solid #71a9d0;
  -webkit-animation: crSlideInRight 0.8s ease-in-out 1 both;
  animation: crSlideInRight 0.8s ease-in-out 1 both;
  z-index: 1000 !important;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    display: none !important;
  }
}

@media only screen and (min-width: 1600px) {
  .row .col-2-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row .col-4-of-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .row .col-3-of-12 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.form-message {
  margin-bottom: 0;
  text-align: center;
}

.form-message.error {
  color: #dd3327;
  margin-top: 20px;
}

.form-message.success {
  margin-top: 20px;
  color: #1f862d;
}

.bg-parallax {
  position: relative;
  z-index: 0;
}

.bg-parallax > .parallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 515px;
  }
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

.mt-30-negative {
  margin-top: -30px;
}

.body-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(21, 22, 27, 0.9);
  cursor: url(images/icons/cross-icon-white.png), crosshair;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: -1;
}

.body-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

/**
 * Animations
 */
@-webkit-keyframes crZoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes crZoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes crZoomInOutInvisible {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes crZoomInOutInvisible {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@-webkit-keyframes crFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes crFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes crSlideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes crSlideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes crBounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes crBounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes crSlideInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes crSlideInRight {
  0% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes carInOutAnimation {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  18% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  20% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  22% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  78% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  82% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes carInOutAnimation {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  18% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  20% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  22% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  78% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  82% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes carSlideShow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  18% {
    -webkit-transform: scale(1.3) translateX(-10%);
    transform: scale(1.3) translateX(-10%);
  }
  82% {
    -webkit-transform: scale(1.3) translateX(10%);
    transform: scale(1.3) translateX(10%);
  }
  85% {
    -webkit-transform: scale(1.3) translateX(0);
    transform: scale(1.3) translateX(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes carSlideShow {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  18% {
    -webkit-transform: scale(1.3) translateX(-10%);
    transform: scale(1.3) translateX(-10%);
  }
  82% {
    -webkit-transform: scale(1.3) translateX(10%);
    transform: scale(1.3) translateX(10%);
  }
  85% {
    -webkit-transform: scale(1.3) translateX(0);
    transform: scale(1.3) translateX(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/***********************
*	Elements Styles
************************/
/**
 * Button Styles
 */
.cr-btn,
a.cr-btn,
button.cr-btn {
  display: inline-block;
  background: #71a9d0;
  font-size: 14px;
  border-width: 2px;
  border-color: #71a9d0;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 13px 25px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  /* Size Variations */
  /* Color Variations */
}

.cr-btn i,
a.cr-btn i,
button.cr-btn i {
  padding-right: 5px;
  line-height: 1;
  font-size: 18px;
}

.cr-btn:before, .cr-btn:after,
a.cr-btn:before,
a.cr-btn:after,
button.cr-btn:before,
button.cr-btn:after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.cr-btn:before,
a.cr-btn:before,
button.cr-btn:before {
  left: 0;
  top: 0;
}

.cr-btn:after,
a.cr-btn:after,
button.cr-btn:after {
  bottom: 0;
  left: 0;
}

.cr-btn span,
a.cr-btn span,
button.cr-btn span {
  position: relative;
  z-index: 2;
}

.cr-btn:hover,
a.cr-btn:hover,
button.cr-btn:hover {
  background: #71a9d0;
  border-color: #71a9d0;
  color: #ffffff;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.cr-btn:hover::before,
a.cr-btn:hover::before,
button.cr-btn:hover::before {
  height: 100%;
}

.cr-btn:hover:after,
a.cr-btn:hover:after,
button.cr-btn:hover:after {
  height: 100%;
}

.cr-btn:active,
a.cr-btn:active,
button.cr-btn:active {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.cr-btn.cr-btn-lg,
a.cr-btn.cr-btn-lg,
button.cr-btn.cr-btn-lg {
  padding: 14px 50px;
  font-size: 14px;
  letter-spacing: 0;
}

.cr-btn.cr-btn-xs,
a.cr-btn.cr-btn-xs,
button.cr-btn.cr-btn-xs {
  padding: 7px 26px;
}

.cr-btn.cr-btn-theme-black,
a.cr-btn.cr-btn-theme-black,
button.cr-btn.cr-btn-theme-black {
  color: #333333;
}

.cr-btn.cr-btn-secondary,
a.cr-btn.cr-btn-secondary,
button.cr-btn.cr-btn-secondary {
  background: #38b8cb;
  border-color: #38b8cb;
}

.cr-btn.cr-btn-yellow,
a.cr-btn.cr-btn-yellow,
button.cr-btn.cr-btn-yellow {
  background: #71a9d0;
  border-color: #71a9d0;
}

.cr-btn.cr-btn-blue,
a.cr-btn.cr-btn-blue,
button.cr-btn.cr-btn-blue {
  background: #71a9d0;
  border-color: #71a9d0;
}

.cr-btn.cr-btn-green,
a.cr-btn.cr-btn-green,
button.cr-btn.cr-btn-green {
  background: #71a9d0;
  border-color: #71a9d0;
}

.cr-btn.cr-btn-white,
a.cr-btn.cr-btn-white,
button.cr-btn.cr-btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #333333;
}

.cr-btn.cr-btn-black,
a.cr-btn.cr-btn-black,
button.cr-btn.cr-btn-black {
  background: #3e3e3e;
  border-color: #3e3e3e;
  color: #ffffff;
}

.cr-btn.cr-btn-transparent,
a.cr-btn.cr-btn-transparent,
button.cr-btn.cr-btn-transparent {
  background: transparent;
  border-width: 2px;
  color: #71a9d0;
}

.cr-btn.cr-btn-transparent:hover,
a.cr-btn.cr-btn-transparent:hover,
button.cr-btn.cr-btn-transparent:hover {
  background: #71a9d0;
  color: #ffffff;
}

.cr-btn.cr-btn-transparent.cr-btn-white,
a.cr-btn.cr-btn-transparent.cr-btn-white,
button.cr-btn.cr-btn-transparent.cr-btn-white {
  color: #ffffff;
}

.cr-btn.cr-btn-transparent.cr-btn-white:hover,
a.cr-btn.cr-btn-transparent.cr-btn-white:hover,
button.cr-btn.cr-btn-transparent.cr-btn-white:hover {
  background: #ffffff;
  color: #333333;
}

.cr-btn.cr-btn-transparent.cr-btn-black,
a.cr-btn.cr-btn-transparent.cr-btn-black,
button.cr-btn.cr-btn-transparent.cr-btn-black {
  color: #333333;
}

.cr-btn.cr-btn-transparent.cr-btn-black:hover,
a.cr-btn.cr-btn-transparent.cr-btn-black:hover,
button.cr-btn.cr-btn-transparent.cr-btn-black:hover {
  background: #333333;
  color: #ffffff;
}

.cr-btn.cr-loadmore-btn,
a.cr-btn.cr-loadmore-btn,
button.cr-btn.cr-loadmore-btn {
  padding: 12px 25px;
  letter-spacing: 1.8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.cr-btn.cr-loadmore-btn:hover,
a.cr-btn.cr-loadmore-btn:hover,
button.cr-btn.cr-loadmore-btn:hover {
  background: #71a9d0;
  border-color: #71a9d0;
}

.button-group {
  margin-left: -5px;
  margin-right: -5px;
}

.button-group a.cr-btn {
  margin: 0 5px;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-btn.cr-btn-lg,
  a.cr-btn.cr-btn-lg,
  button.cr-btn.cr-btn-lg {
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .cr-btn.cr-btn-lg,
  a.cr-btn.cr-btn-lg,
  button.cr-btn.cr-btn-lg {
    padding: 15px 30px;
    font-size: 16px;
  }
}

/**
 * Social Icons
 */
.social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
}

.social-icons ul li {
  display: inline-block;
  margin: 0 7px;
  list-style: none;
  font-size: 16px;
}

.social-icons ul li:first-child {
  margin-left: 0;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color: #9d9d9e;
}

.social-icons ul li a:hover {
  color: #71a9d0;
}

.social-icons ul li.facebook:hover a {
  color: #3B5998;
}

.social-icons ul li.twitter:hover a {
  color: #00ACEE;
}

.social-icons ul li.google-plus:hover a {
  color: #DD4B39;
}

.social-icons ul li.pinterest:hover a {
  color: #C8232C;
}

.social-icons ul li.linkedin:hover a {
  color: #0E76A8;
}

.social-icons ul li.flickr:hover a {
  color: #FF0084;
}

.social-icons ul li.dribbble:hover a {
  color: #EA4C89;
}

.social-icons ul li.google:hover a {
  color: #DD4B39;
}

.social-icons ul li.skype:hover a {
  color: #00AFF0;
}

.social-icons ul li.youtube:hover a {
  color: #C4302B;
}

.social-icons ul li.vimeo:hover a {
  color: #86C9EF;
}

.social-icons ul li.yahoo:hover a {
  color: #720E9E;
}

.social-icons ul li.paypal:hover a {
  color: #00588B;
}

.social-icons ul li.instagram:hover a {
  color: #D82E86;
}

.social-icons.social-icons-lg ul li {
  font-size: 18px;
}

.social-icons-rounded ul li {
  display: inline-block;
  margin: 0 7px;
  list-style: none;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 100px;
}

.social-icons-rounded ul li:first-child {
  margin-left: 0;
}

.social-icons-rounded ul li:last-child {
  margin-right: 0;
}

.social-icons-rounded ul li a {
  color: #3e3e3e;
  height: 35px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  font-size: 14px;
}

.social-icons-rounded ul li.facebook a {
  background: #3B5998;
}

.social-icons-rounded ul li.facebook:hover a {
  color: #3B5998;
  background: #ffffff;
}

.social-icons-rounded ul li.twitter a {
  background: #00ACEE;
}

.social-icons-rounded ul li.twitter:hover a {
  color: #00ACEE;
  background: #ffffff;
}

.social-icons-rounded ul li.google-plus a {
  background: #DD4B39;
}

.social-icons-rounded ul li.google-plus:hover a {
  color: #DD4B39;
  background: #ffffff;
}

.social-icons-rounded ul li.pinterest a {
  background: #C8232C;
}

.social-icons-rounded ul li.pinterest:hover a {
  color: #C8232C;
  background: #ffffff;
}

.social-icons-rounded ul li.linkedin a {
  background: #0E76A8;
}

.social-icons-rounded ul li.linkedin:hover a {
  color: #0E76A8;
  background: #ffffff;
}

.social-icons-rounded ul li.flickr a {
  background: #FF0084;
}

.social-icons-rounded ul li.flickr:hover a {
  color: #FF0084;
  background: #ffffff;
}

.social-icons-rounded ul li.dribbble a {
  background: #EA4C89;
}

.social-icons-rounded ul li.dribbble:hover a {
  color: #EA4C89;
  background: #ffffff;
}

.social-icons-rounded ul li.google a {
  background: #DD4B39;
}

.social-icons-rounded ul li.google:hover a {
  color: #DD4B39;
  background: #ffffff;
}

.social-icons-rounded ul li.skype a {
  background: #00AFF0;
}

.social-icons-rounded ul li.skype:hover a {
  color: #00AFF0;
  background: #ffffff;
}

.social-icons-rounded ul li.youtube a {
  background: #C4302B;
}

.social-icons-rounded ul li.youtube:hover a {
  color: #C4302B;
  background: #ffffff;
}

.social-icons-rounded ul li.vimeo a {
  background: #86C9EF;
}

.social-icons-rounded ul li.vimeo:hover a {
  color: #86C9EF;
  background: #ffffff;
}

.social-icons-rounded ul li.yahoo a {
  background: #720E9E;
}

.social-icons-rounded ul li.yahoo:hover a {
  color: #720E9E;
  background: #ffffff;
}

.social-icons-rounded ul li.paypal a {
  background: #00588B;
}

.social-icons-rounded ul li.paypal:hover a {
  color: #00588B;
  background: #ffffff;
}

.social-icons-rounded ul li.instagram a {
  background: #D82E86;
}

.social-icons-rounded ul li.instagram:hover a {
  color: #D82E86;
  background: #ffffff;
}

.social-icons-style-2 ul li {
  margin: 0 5px;
}

.social-icons-style-2 ul li a {
  display: inline-block;
  height: 26px;
  width: 26px;
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  background: #ededed;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  line-height: 26px;
}

.social-icons-style-2 ul li a:hover {
  background: #71a9d0;
  color: #ffffff;
}

/**
 * Accordion
 */
.cr-accordion-wrap {
  border-top: 1px dashed #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.cr-accordion .cr-accordion-header a {
  border-bottom: 1px dashed #e1e1e1;
  border-collapse: collapse;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #3e3e3e;
  display: block;
  padding: 14px 0;
  padding-right: 20px;
  position: relative;
  padding-left: 70px;
}

.cr-accordion .cr-accordion-header a::before {
  content: "\f05d";
  font-family: 'fontAwesome';
  width: 70px;
  text-align: left;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 14px;
}

.cr-accordion .cr-accordion-header a:not(.collapsed) {
  color: #333333;
  font-weight: 700;
}

.cr-accordion .cr-accordion-header a:not(.collapsed)::before {
  content: "\f05c";
  font-weight: 400;
}

.cr-accordion .cr-accordion-body {
  padding: 30px;
  border-bottom: 1px dashed #e1e1e1;
}

.cr-accordion:last-child .cr-accordion-header a.collapsed {
  border-bottom: none;
}

.cr-accordion:last-child .cr-accordion-body {
  border-bottom: none;
}

.faq-questions {
  margin-top: -35px;
}

.faq-single-questions {
  margin-top: 70px;
}

.faq-wrapper h5 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #333333;
  text-transform: uppercase;
}

.faq-wrapper p {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-style: italic;
  font-weight: 400;
}

.faq-single-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  background: #eeeded;
  border-radius: 4px;
  padding: 17px 25px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.faq-single-title::before {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 1px;
  background: #e1e1e1;
  top: 50%;
  right: 40px;
  z-index: -1;
}

.faq-single-title::after {
  content: "\f103";
  font-family: 'fontAwesome';
  position: absolute;
  right: 25px;
  top: 18px;
}

.faq-single-title span {
  background: #eeeded;
  position: relative;
  padding-right: 10px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-accordion .cr-accordion-header a {
    padding-left: 60px;
  }
  .cr-accordion .cr-accordion-header a::before {
    width: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .cr-accordion .cr-accordion-body {
    padding: 30px 20px;
  }
  .cr-accordion .cr-accordion-header a {
    padding-left: 40px;
  }
  .cr-accordion .cr-accordion-header a::before {
    width: 25px;
    left: 20px;
  }
}

/**
 * Section Title
 */
.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
  height: 3px;
  width: 46px;
  background: #333333;
  display: inline-block;
}

.section-title h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.section-title h3::before {
  content: "";
  height: 12px;
  width: 12px;
  background: #71a9d0;
  display: block;
  margin-bottom: 3px;
}

.section-title p {
  margin-top: 25px;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #3e3e3e;
}

.section-title.text-center h2::after {
  left: 50%;
  margin-left: -23px;
}

.section-title.text-right h2::after {
  left: auto;
  right: 0;
  margin-left: 0;
}

.section-title.section-title-2 {
  padding-bottom: 35px;
}

.section-title.section-title-2 h2 {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 0;
}

.section-title.section-title-2 h2::after {
  display: none;
}

.section-title.section-title-2 p {
  margin-top: 20px;
}

.section-title.section-title-white h2 {
  color: #ffffff;
}

.section-title.section-title-white h2::after {
  background: #ffffff;
}

.section-title.section-title-white h3 {
  color: #ffffff;
}

.section-title.section-title-white p {
  color: #ffffff;
}

.small-title {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  margin-top: -3px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .section-title {
    padding-bottom: 30px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title h3 {
    font-size: 24px;
  }
}

/**
 * Call to action
 */
.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 20px;
  padding: 40px 0;
}

.call-to-action h1, .call-to-action h2, .call-to-action h3, .call-to-action h4, .call-to-action h5, .call-to-action h6, .call-to-action p {
  padding-right: 30px;
  margin-bottom: 0;
}

.call-to-action h1 b, .call-to-action h2 b, .call-to-action h3 b, .call-to-action h4 b, .call-to-action h5 b, .call-to-action h6 b, .call-to-action p b {
  font-weight: 700;
}

.call-to-action h5 {
  font-weight: 400;
  letter-spacing: 1.5px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.call-to-action h3 {
  font-weight: 400;
  padding-top: 10px;
}

.call-to-action p {
  margin-bottom: 15px;
  font-style: italic;
  padding-top: 5px;
  font-size: 16px;
}

.bg-gradient .call-to-action h1, .bg-gradient .call-to-action h2, .bg-gradient .call-to-action h3, .bg-gradient .call-to-action h4, .bg-gradient .call-to-action h5, .bg-gradient .call-to-action h6 {
  color: #ffffff;
}

.bg-gradient .call-to-action h3 {
  font-weight: 600;
}

.bg-gradient .call-to-action p {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action h3 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action {
    padding: 30px 0;
  }
  .call-to-action h3 {
    font-size: 24px;
    padding-top: 0;
  }
}

/**
 * Progress Bar
 */
.cr-progress {
  overflow: hidden;
  padding-bottom: 20px;
}

.cr-progress + .cr-progress {
  margin-top: 8px;
}

.cr-progress > h6 {
  font-size: 12px;
  font-weight: 700;
  color: #3e3e3e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
  line-height: 24px;
}

.cr-progress .progress {
  border-radius: 0;
  background: #e1e1e1;
  height: 9px;
  position: relative;
  overflow: visible;
}

.cr-progress .progress-bar {
  background: #7b7b7b;
  position: relative;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.cr-progress .progress-bar.fill {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cr-progress .progress-bar-count {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 37px;
  width: 37px;
  line-height: 35px;
  border-radius: 100px;
  text-align: center;
  z-index: 1;
  background: #3e3e3e;
  border: 4px solid #8b8b8b;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 12px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .cr-progress .progress-bar-count {
    -webkit-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
    height: 18px;
    width: 37px;
    line-height: 18px;
  }
}

/**
 * Breadcrumb
 */
.cr-breadcrumb {
  padding-top: 60px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cr-breadcrumb h2 {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 5px;
  padding-right: 30px;
}

.cr-breadcrumb ul {
  padding-left: 0;
  margin-bottom: 5px;
  font-size: 0;
}

.cr-breadcrumb ul li {
  list-style: none;
  display: inline-block;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.cr-breadcrumb ul li::after {
  content: "/";
  padding: 0 5px;
}

.cr-breadcrumb ul li:last-child::after {
  display: none;
}

.cr-breadcrumb ul li a {
  display: inline-block;
  color: #ffffff;
}

.cr-breadcrumb ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  .cr-breadcrumb h2 {
    font-size: 24px;
  }
}

.bg-breadcrumb-1 {
  background-image: url(images/bg/bg-breadcrumb-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-2 {
  background-image: url(images/bg/bg-breadcrumb-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-3 {
  background-image: url(images/bg/bg-breadcrumb-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-4 {
  background-image: url(images/bg/bg-breadcrumb-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-5 {
  background-image: url(images/bg/bg-breadcrumb-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-6 {
  background-image: url(images/bg/bg-breadcrumb-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-7 {
  background-image: url(images/bg/bg-breadcrumb-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-8 {
  background-image: url(images/bg/bg-breadcrumb-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-9 {
  background-image: url(images/bg/bg-breadcrumb-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-breadcrumb-10 {
  background-image: url(images/bg/bg-breadcrumb-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Page Variations */
.page-variatoins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-variatoins h4 {
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px 0;
}

.page-variatoins ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

.page-variatoins ul li {
  list-style: none;
  display: block;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #3e3e3e;
}

.page-variatoins ul li a {
  display: block;
  padding: 14px 17px;
  border-left: 1px solid #f5f5f5;
  color: #3e3e3e;
}

.page-variatoins ul li:first-child ul li a {
  border-left: none;
}

.page-variatoins ul li.active a, .page-variatoins ul li:hover a {
  background: #71a9d0;
  border-color: #71a9d0;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .page-variatoins ul {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 20px;
  }
  .page-variatoins ul li a {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 575px) {
  .page-variatoins ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .page-variatoins ul li {
    display: block;
  }
  .page-variatoins ul li a {
    display: block;
  }
}

/**
 * Pagination
 */
.cr-pagination ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}

.cr-pagination ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}

.cr-pagination ul li:first-child {
  margin-left: 0;
  margin-right: 15px;
}

.cr-pagination ul li:first-child a {
  width: auto;
  border: none;
  text-transform: uppercase;
}

.cr-pagination ul li:first-child a i {
  font-size: 14px;
  padding-right: 10px;
}

.cr-pagination ul li:last-child {
  margin-right: 0;
  margin-left: 15px;
}

.cr-pagination ul li:last-child a {
  width: auto;
  border: none;
  text-transform: uppercase;
}

.cr-pagination ul li:last-child a i {
  font-size: 14px;
  padding-left: 10px;
}

.cr-pagination ul li a {
  height: 35px;
  width: 35px;
  line-height: 33px;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.cr-pagination ul li a:hover {
  color: #71a9d0;
  border-color: #71a9d0;
}

.cr-pagination ul li.is-active a {
  color: #ffffff;
  background: #71a9d0;
  border-color: #71a9d0;
}

/**
 * Slider Elements
 */
.slider-navigation-style-1 {
  position: relative;
}

.slider-navigation-style-1 .cr-navigation {
  position: absolute;
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  top: -75px;
  left: auto;
  font-size: 24px;
  line-height: 41px;
  color: #6b6b6b;
  border: 1px solid #e5e5e5;
  border-radius: 1000px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #ffffff;
  cursor: pointer;
}

.slider-navigation-style-1 .cr-navigation:hover {
  background: #71a9d0;
  color: #ffffff;
  border-color: #71a9d0;
}

.slider-navigation-style-1 .cr-navigation:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background: #e5e5e5;
  top: 50%;
  z-index: -1;
}

.slider-navigation-style-1 .cr-navigation:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 8px;
  background: #e5e5e5;
  top: 50%;
  z-index: -1;
}

.slider-navigation-style-1 .cr-navigation.cr-navigation-prev {
  right: 105px;
}

.slider-navigation-style-1 .cr-navigation.cr-navigation-prev:before {
  right: 100%;
  left: auto;
}

.slider-navigation-style-1 .cr-navigation.cr-navigation-prev:after {
  left: 100%;
  right: auto;
}

.slider-navigation-style-1 .cr-navigation.cr-navigation-next {
  right: 50px;
}

.slider-navigation-style-1 .cr-navigation.cr-navigation-next:before {
  left: 100%;
  right: auto;
}

.slider-navigation-style-1 .cr-navigation.cr-navigation-next:after {
  left: auto;
  right: 100%;
}

@media only screen and (max-width: 575px) {
  .slider-navigation-style-1 {
    padding-bottom: 80px;
  }
  .slider-navigation-style-1 .cr-navigation {
    top: auto;
    bottom: 0;
  }
  .slider-navigation-style-1 .cr-navigation.cr-navigation-prev {
    left: auto;
    right: calc(50% + 5px);
  }
  .slider-navigation-style-1 .cr-navigation.cr-navigation-next {
    left: calc(50% + 5px);
    right: auto;
  }
}

/***********************
*	Blocks Styles
************************/
/**
 * Header Styels
 */
.header {
  border-bottom: 3px double #e5e5e5;
  position: relative;
  z-index: 1;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  display: inline-block;
  padding: 34px 0;
  border-right: 1px solid #e5e5e5;
  padding-right: 120px;
}

.header-icons {
  margin-bottom: 0;
  padding-left: 35px;
  border-left: 1px solid #e5e5e5;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-icons li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
}

.header-icons li:first-child {
  margin-left: 0;
}

.header-icons li:last-child {
  margin-right: 0;
}

.header-icons li a, .header-icons li button {
  display: inline-block;
  font-size: 16px;
  color: #444444;
  border: none;
  outline: none;
  background: transparent;
  min-width: 14px;
}

.header-icons li a:hover, .header-icons li button:hover {
  color: #71a9d0;
}

.header-secondary-color .cr-navigation > ul > li:hover > a {
  background: #38b8cb;
}

.header-secondary-color .header-icons li a:hover {
  color: #38b8cb;
}

.expandable-searchbox {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(21, 23, 27, 0.96);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

.expandable-searchbox form {
  position: relative;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.expandable-searchbox form::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #71a9d0;
  z-index: 1;
  -webkit-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.expandable-searchbox form.focused::after {
  width: 100%;
}

.expandable-searchbox input {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border: none;
  border-bottom: 2px solid #ffffff;
  width: 100%;
  padding: 0 20px;
  color: #ffffff;
  padding-right: 75px;
  background: transparent;
}

.expandable-searchbox input::-webkit-input-placeholder {
  color: #ffffff;
}

.expandable-searchbox input:-moz-placeholder {
  color: #ffffff;
}

.expandable-searchbox input::-moz-placeholder {
  color: #ffffff;
}

.expandable-searchbox input:-ms-input-placeholder {
  color: #ffffff;
}

.expandable-searchbox button {
  width: auto;
  height: 60px;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 0;
  border: none;
}

.expandable-searchbox button:active, .expandable-searchbox button:focus {
  outline: none;
}

.expandable-searchbox button:hover {
  color: #71a9d0;
}

.expandable-searchbox .close {
  position: absolute;
  top: 40px;
  height: auto;
  line-height: 1;
  right: 40px;
  color: #ffffff;
  text-align: center;
  opacity: 1;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.expandable-searchbox.is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.expandable-searchbox.is-visible form {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  visibility: visible;
  opacity: 1;
}

.sticky-header.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: crSlideInDown 0.5s ease-out 0s 1 both;
  animation: crSlideInDown 0.5s ease-out 0s 1 both;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-logo {
    padding-right: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .expandable-searchbox {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .expandable-searchbox input {
    height: 45px;
    line-height: 43px;
    font-size: 18px;
    padding: 0px 15px;
    padding-right: 47px;
  }
  .expandable-searchbox button {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    right: 8px;
  }
  .expandable-searchbox .close {
    top: 25px;
    right: 20px;
  }
}

/* Mobile Menu Style */
.mobile-menu {
  width: 100%;
  min-height: 66px;
  z-index: 40;
}

.mobile-menu::after {
  content: "";
  clear: both;
  display: table;
}

.mobile-menu .mean-bar {
  z-index: 38;
}

.mobile-menu a.meanmenu-reveal {
  left: 0 !important;
  right: auto !important;
}

.mobile-menu a.logo {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 39;
}

.mobile-menu .header-icons {
  position: absolute;
  top: 20px;
  right: 0;
  width: auto;
  z-index: 100;
  border-left: none;
}

.mobile-menu .header-icons ul li {
  margin: 0;
}

.mobile-menu .header-icons ul li a {
  color: #ffffff;
  padding: 10px 8px;
  display: inline-block;
}

.mobile-menu .header-icons ul li:first-child a {
  padding-left: 0;
}

.mobile-menu .header-icons ul li:last-child a {
  padding-right: 0;
}

@media only screen and (max-width: 575px) {
  .mobile-menu .social-icons {
    position: relative;
    top: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .sticky-header.is-sticky .mobile-menu .social-icons {
    display: none;
  }
}

/**
 * Navigations Styles
 */
.cr-navigation {
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  padding: 0 15px;
}

.cr-navigation > ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

.cr-navigation > ul > li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  padding: 25px 0;
}

.cr-navigation > ul > li a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #444444;
  padding: 7px 18px;
  font-size: 13px;
  letter-spacing: 0.4px;
  border-radius: 4px;
}

.cr-navigation > ul > li:hover > a {
  background: #71a9d0;
  color: #ffffff;
}

.header-secondary-color .cr-navigation ul li.cr-dropdown ul li:hover > a {
  color: #38b8cb;
}

/* Dropdown Styles */
.cr-navigation ul li.cr-dropdown {
  position: relative;
}

.cr-navigation ul li.cr-dropdown > a::after {
  content: "\f107";
  font-family: 'fontAwesome';
  padding-left: 5px;
}

.cr-navigation ul li.cr-dropdown ul {
  border-bottom: 3px solid #71a9d0;
  position: absolute;
  left: 0;
  width: 250px;
  top: 100%;
  background: rgba(21, 21, 21, 0.95);
  text-align: left;
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 3px rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 10;
}

.cr-navigation ul li.cr-dropdown ul::before {
  content: "";
  position: absolute;
  left: 30px;
  top: auto;
  bottom: 100%;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent rgba(21, 21, 21, 0.95) transparent;
}

.cr-navigation ul li.cr-dropdown ul li {
  display: block;
  position: relative;
}

.cr-navigation ul li.cr-dropdown ul li.sa-sub-dropdown > a {
  position: relative;
  padding-right: 20px;
}

.cr-navigation ul li.cr-dropdown ul li.sa-sub-dropdown > a::after {
  content: "\f105";
  font-family: 'fontAwesome';
  padding-left: 5px;
  position: absolute;
  right: 15px;
}

.cr-navigation ul li.cr-dropdown ul li a {
  display: block;
  padding: 3px 20px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0;
}

.cr-navigation ul li.cr-dropdown ul li:hover > a {
  color: #71a9d0;
  background: transparent;
}

.cr-navigation ul li.cr-dropdown ul li ul {
  left: calc(100% + 1px);
  top: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.cr-navigation ul li.cr-dropdown ul li ul::before {
  display: none;
}

.cr-navigation ul li.cr-dropdown ul li ul li {
  display: block;
}

.cr-navigation ul li.cr-dropdown ul li ul li a {
  display: block;
}

.cr-navigation ul li.cr-dropdown ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cr-navigation ul li.cr-dropdown:hover > ul {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/**
 * Banner Styles
 */
.banner h1 {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 50px;
}

.banner h1 span {
  font-weight: 700;
}

.banner-images {
  position: relative;
  margin-bottom: 30px;
}

.banner-images .cr-navigation {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 22px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  color: #333333;
}

.banner-images .cr-navigation i {
  line-height: 38px;
}

.banner-images .cr-navigation:hover {
  background: #71a9d0;
  border-color: #71a9d0;
  color: #ffffff;
}

.banner-images .cr-navigation.cr-navigation-prev {
  left: 20px;
  right: auto;
}

.banner-images .cr-navigation.cr-navigation-next {
  right: 20px;
  left: auto;
}

.banner-images:hover .cr-navigation {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .banner h1 {
    font-size: 36px;
  }
  .banner-images {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  .banner-images .cr-navigation {
    top: auto;
    margin-top: 0;
    bottom: 25px;
    height: 34px;
    width: 34px;
    line-height: 32px;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
  .banner-images .cr-navigation.cr-navigation-prev {
    left: auto;
    right: calc(50% + 7px);
  }
  .banner-images .cr-navigation.cr-navigation-next {
    right: auto;
    left: calc(50% + 7px);
  }
}

@media only screen and (max-width: 575px) {
  .banner h1 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

/**
 * About Styles
 */
.about-page-skill-content {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
  padding-bottom: 80px;
}

.about-page-skill-content > h3 {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-bottom: 20px;
}

.about-page-skill-content > h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
  background: #333333;
}

.about-page-skill-content .progress-bars {
  padding-top: 40px;
}

.pg-about-content h2 {
  font-size: 30px;
  font-weight: 800;
}

.pg-about-content p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  margin-top: 40px;
}

.pg-about-content img {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-page-skill-content {
    width: 85%;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page-skill-content {
    width: 85%;
    padding: 60px 0;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }
  .about-page-skills-image {
    width: 85%;
    margin: 0 auto;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page-skill-content {
    width: 90%;
    padding-bottom: 60px;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }
  .about-page-skills-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .pg-about-content p {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .about-page-skill-content {
    width: 90%;
    padding-bottom: 60px;
  }
  .about-page-skill-content .progress-bars {
    padding-top: 20px;
  }
  .about-page-skills-image {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .pg-about-content p {
    margin-top: 0;
  }
}

/**
 * Portfolio Details
 */
.portfolio-filters {
  font-size: 0;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.portfolio-filters button, .portfolio-filters a {
  display: inline-block;
  background: #ffffff;
  border: none;
  outline: none;
  font-size: 12px;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 16px 25px;
  margin-left: 3px;
  letter-spacing: 0.5px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  line-height: 1.2;
}

.portfolio-filters button:first-child, .portfolio-filters a:first-child {
  margin-left: 0;
}

.portfolio-filters button::after, .portfolio-filters a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  height: 10px;
  width: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff #ffffff transparent transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio-filters button:hover, .portfolio-filters button.is-checked, .portfolio-filters a:hover, .portfolio-filters a.is-checked {
  background: #71a9d0;
  color: #ffffff;
}

.portfolio-filters button.is-checked::after, .portfolio-filters a.is-checked::after {
  visibility: visible;
  opacity: 1;
}

.portfolio-filters-2 {
  font-size: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio-filters-2 button, .portfolio-filters-2 a {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #3e3e3e;
  text-transform: uppercase;
  padding: 11px 20px;
  font-weight: 700;
  text-align: center;
  min-width: 125px;
  border: none;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.portfolio-filters-2 button:hover, .portfolio-filters-2 button.is-checked, .portfolio-filters-2 button.active, .portfolio-filters-2 a:hover, .portfolio-filters-2 a.is-checked, .portfolio-filters-2 a.active {
  color: #38b8cb;
}

/* Single Project Styles */
.single-portfolio {
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-portfolio .single-portfolio-thumb {
  overflow: hidden;
}

.single-portfolio .single-portfolio-thumb img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.single-portfolio .single-portfolio-content {
  padding: 25px;
  position: relative;
}

.single-portfolio .single-portfolio-content h5 {
  margin-bottom: 0;
  color: #333333;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-portfolio .single-portfolio-content h5 a {
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-portfolio .single-portfolio-content h5 a:hover {
  color: #71a9d0;
}

.single-portfolio .single-portfolio-link {
  position: absolute;
  top: 0;
  right: 15px;
  height: 55px;
  width: 55px;
  background: #71a9d0;
  color: #ffffff;
  font-size: 20px;
  border-radius: 100px;
  text-align: center;
  line-height: 47px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 4px solid #ffffff;
}

.single-portfolio .single-portfolio-link:hover {
  background: rgba(113, 169, 208, 0.9);
}

.single-portfolio .portfolio-tags {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
}

.single-portfolio .portfolio-tags li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  color: #71a9d0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.single-portfolio .portfolio-tags li::after {
  content: "/";
  padding: 0 4px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-portfolio .portfolio-tags li:last-child::after {
  display: none;
}

.single-portfolio .portfolio-tags li a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: #71a9d0;
}

.single-portfolio .portfolio-tags li a:hover {
  color: #ffffff;
}

.single-portfolio:hover {
  background: #4d4d55;
}

.single-portfolio:hover .single-portfolio-content h5 {
  color: #ffffff;
}

.single-portfolio:hover .single-portfolio-content h5 a {
  color: #ffffff;
}

.single-portfolio:hover .single-portfolio-content h5 a:hover {
  color: #71a9d0;
}

.single-portfolio:hover .single-portfolio-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.single-portfolio.single-portfolio-2 {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.single-portfolio.single-portfolio-2 .single-portfolio-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 3;
  padding: 15px 25px;
}

.single-portfolio.single-portfolio-2 .single-portfolio-thumb {
  position: relative;
}

.single-portfolio.single-portfolio-2 .single-portfolio-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(42, 52, 69, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-portfolio.single-portfolio-2 .single-portfolio-actionbox {
  position: absolute;
  left: 50%;
  top: calc(50% - 60px);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 0;
  z-index: 2;
}

.single-portfolio.single-portfolio-2 .single-portfolio-actionbox a {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 100px;
  font-size: 20px;
  color: #ffffff;
  background: #71a9d0;
  text-align: center;
  line-height: 48px;
  margin: 0 5px;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-portfolio.single-portfolio-2 .single-portfolio-actionbox a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single-portfolio.single-portfolio-2 .single-portfolio-actionbox a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-portfolio.single-portfolio-2 .single-portfolio-actionbox a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-portfolio.single-portfolio-2 .portfolio-tags li a:hover {
  color: #3e3e3e;
}

.single-portfolio.single-portfolio-2:hover .single-portfolio-thumb::before {
  opacity: 1;
  visibility: visible;
}

.single-portfolio.single-portfolio-2:hover .single-portfolio-content {
  bottom: 0;
}

.single-portfolio.single-portfolio-2:hover .single-portfolio-content h5 {
  color: #333333;
}

.single-portfolio.single-portfolio-2:hover .single-portfolio-content h5 a {
  color: #333333;
}

.single-portfolio.single-portfolio-2:hover .single-portfolio-content h5 a:hover {
  color: #71a9d0;
}

.single-portfolio.single-portfolio-2:hover .single-portfolio-actionbox a {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.single-portfolio.single-portfolio-2.single-portfolio-2-style-2 {
  background: transparent;
}

.single-portfolio.single-portfolio-2.single-portfolio-2-style-2 .single-portfolio-content {
  position: relative;
  padding: 0;
  padding-top: 15px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  bottom: auto;
  top: auto;
  background: transparent;
}

.single-portfolio.single-portfolio-2.single-portfolio-2-style-2 .single-portfolio-actionbox {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-portfolio.single-portfolio-2.single-portfolio-2-style-2:hover {
  background: transparent;
}

.single-portfolio.single-portfolio-2.single-portfolio-2-style-2:hover .single-portfolio-content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

.bg-grey .single-portfolio {
  background: #ffffff;
}

.bg-grey .single-portfolio:hover {
  background: #444444;
}

.bg-white .single-portfolio {
  background: #f5f5f5;
}

.bg-white .single-portfolio:hover {
  background: #444444;
}

.fn-portfolios-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 30px 35px 30px;
  margin-top: 35px;
}

.fn-portfolios-wrapper-2 {
  padding: 0 30px 0 30px;
}

.fn-portfolios-2 {
  margin-top: 45px;
}

.portfolio-filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
  position: relative;
  border: 1px solid #dddddd;
}

.portfolio-filters-wrapper .portfolio-filters {
  border-right: none;
  margin-bottom: 0;
  margin-left: 0;
}

.portfolio-filters-wrapper .portfolio-filters button {
  margin: 0;
  border-right: 1px solid #dddddd;
}

.portfolio-filters-wrapper .portfolio-filters button:first-child {
  margin: 0;
}

.portfolio-filters-wrapper .portfolio-filters button:last-child {
  border-right: none;
}

.portfolio-suffle-button {
  outline: none;
  padding: 9px 17px;
  border: none;
  border-left: 1px solid #dddddd;
  margin-top: 0;
  color: #3e3e3e;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio-suffle-button:hover, .portfolio-suffle-button.is-checked {
  background: #71a9d0;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio .single-portfolio-content {
    padding: 20px;
  }
  .single-portfolio .single-portfolio-content h5 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filters, .portfolio-filters-tab {
    margin-bottom: 0;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-filters, .portfolio-filters-tab {
    margin-bottom: 0;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
  }
  .portfolio-filters button, .portfolio-filters a, .portfolio-filters-tab button, .portfolio-filters-tab a {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 12px 25px;
  }
  .portfolio-filters button:first-child, .portfolio-filters a:first-child, .portfolio-filters-tab button:first-child, .portfolio-filters-tab a:first-child {
    margin-left: 10px;
  }
  .single-portfolio .single-portfolio-content {
    padding: 20px;
  }
  .single-portfolio .single-portfolio-content h5 {
    font-size: 16px;
  }
  .projects-tab-content {
    max-width: 485px;
    margin: 0 auto;
  }
  .portfolio-filters-wrapper .portfolio-filters button {
    border-bottom: 1px solid #dddddd;
    width: 100%;
    border-right: none;
  }
  .portfolio-filters-wrapper .portfolio-filters button:last-child {
    border-bottom: none;
  }
}

/**
* Testimonial
*/
.testimonial {
  position: relative;
  padding: 0 90px;
}

.testimonial::before {
  content: "";
  height: 52px;
  width: 52px;
  display: inline-block;
  background-image: url(images/icons/testimonial-quote.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
}

.testimonial p {
  font-size: 16px;
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 30px;
  color: #ffffff;
}

.testimonial h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 25px;
  color: #ffffff;
}

.testimonial h6:after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
}

.testimonial span {
  color: #ffffff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-transform: initial;
  font-weight: 400;
}

.testimonial.testimonial-black::before {
  background-image: url(images/icons/testimonial-quote-black.png);
}

.testimonial.testimonial-black p {
  color: #333333;
}

.testimonial.testimonial-black h6 {
  color: #333333;
}

.testimonial.testimonial-black span {
  color: #333333;
}

.testimonial-wrap {
  position: relative;
}

.testimonial-wrap.slick-dotted {
  padding-bottom: 60px;
  margin-bottom: 0;
}

.testimonial-wrap .cr-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  bottom: 0;
  line-height: 1;
}

.testimonial-wrap .cr-slider-dots li {
  display: inline-block;
  margin: 0 7px;
  line-height: 0;
  height: 11px;
  width: 11px;
  background: transparent;
  border: 1px solid #cfcfcf;
  border-radius: 100px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}

.testimonial-wrap .cr-slider-dots li:first-child {
  margin-left: 0;
}

.testimonial-wrap .cr-slider-dots li:last-child {
  margin-right: 0;
}

.testimonial-wrap .cr-slider-dots li button {
  display: none;
}

.testimonial-wrap .cr-slider-dots li.slick-active, .testimonial-wrap .cr-slider-dots li:hover {
  background: #38b8cb;
  border-color: #38b8cb;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial {
    padding: 0 80px;
  }
  .testimonial-wrap.slick-dotted {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial {
    padding: 0 30px;
  }
  .testimonial-wrap.slick-dotted {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 0;
  }
  .testimonial h6 {
    padding-top: 10px;
  }
  .testimonial-wrap.slick-dotted {
    padding-bottom: 40px;
  }
}

/* Testimonial Style 2 */
.testimonial2 .testimonial2-text {
  background: #ffffff;
  padding: 30px 27px;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 25px;
}

.testimonial2 .testimonial2-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  border-width: 11px 10px 6px 17px;
  border-style: solid;
  border-color: #d6d6d6 #d6d6d6 transparent transparent;
}

.testimonial2 .testimonial2-text p {
  margin-bottom: 0;
}

.testimonial2 .testimonial2-text p::before {
  content: "\"";
}

.testimonial2 .testimonial2-author {
  margin-left: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial2 .testimonial2-author-image {
  height: 90px;
  width: 90px;
  display: inline-block;
  border-radius: 1000px;
  overflow: hidden;
  margin-right: 15px;
}

.testimonial2 .testimonial2-author-image img {
  max-height: 100%;
}

.testimonial2 .testimonial2-author-content {
  -ms-flex-negative: 100;
  flex-shrink: 100;
}

.testimonial2 .testimonial2-author-content h5 {
  margin-bottom: 3px;
  color: #444444;
  font-weight: 600;
}

.testimonial2 .testimonial2-author-content h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: #3e3e3e;
}

.testimonial2-wrapper.slick-dotted {
  margin-bottom: 0;
}

.testimonial2-wrapper .cr-slider-dots {
  margin-top: 20px;
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.testimonial2-wrapper .cr-slider-dots li {
  font-size: 12px;
  margin: 0 3px;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 100px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #c1c1c1;
  cursor: pointer;
}

.testimonial2-wrapper .cr-slider-dots li.slick-active, .testimonial2-wrapper .cr-slider-dots li:hover {
  background: #c1c1c1;
}

.testimonial2-wrapper .cr-slider-dots li button {
  display: none;
}

/**
 * Brand Logos
 */
.brand-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.brand-logos .brand-logo {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 16px 20px;
  background: transparent;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  max-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-logos .brand-logo img {
  max-height: 100%;
}

.brand-logos .brand-logo:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logos .brand-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logos .brand-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .brand-logos .brand-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 20px;
  }
}

/* Brand Logo 2 */
.brand-logos-slider {
  position: relative;
}

.brand-logos-slider .brand-logo {
  text-align: center;
}

.brand-logos-slider .brand-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  min-height: 180px;
  max-height: 180px;
}

.brand-logos-slider .brand-logo a:hover {
  background: #f3f3f3;
}

.brand-logos-slider .cr-navigation {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  display: inline-block;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 22px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  color: #333333;
}

.brand-logos-slider .cr-navigation:hover {
  background: #71a9d0;
  border-color: #71a9d0;
  color: #ffffff;
}

.brand-logos-slider .cr-navigation.cr-navigation-prev {
  left: auto;
  right: 100%;
}

.brand-logos-slider .cr-navigation.cr-navigation-next {
  right: auto;
  left: 100%;
}

.brand-logos-slider:hover .cr-navigation {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-logos-slider .cr-navigation.cr-navigation-prev {
    left: 0;
    right: auto;
  }
  .brand-logos-slider .cr-navigation.cr-navigation-next {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logos-slider .cr-navigation.cr-navigation-prev {
    left: 0;
    right: auto;
  }
  .brand-logos-slider .cr-navigation.cr-navigation-next {
    left: auto;
    right: 0;
  }
}

/**
 * Funfact
 */
.funfact-wrap [class^="col"]:nth-child(even) .funfact {
  background: #5699c7;
}

.funfact-wrap [class^="col"]:nth-child(odd) .funfact {
  background: #71a9d0;
}

.funfact-wrap.funfact-wrap-grey [class^="col"]:nth-child(even) .funfact {
  background: #e8e8e8;
}

.funfact-wrap.funfact-wrap-grey [class^="col"]:nth-child(odd) .funfact {
  background: #f3f3f3;
}

.funfact {
  text-align: center;
  padding: 100px 30px;
}

.funfact .funfact-inner {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 70px;
}

.funfact .funfact-inner i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 70px;
  font-size: 55px;
  color: #ffffff;
}

.funfact .funfact-inner span.odometer {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 30px;
}

.funfact .funfact-inner p {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #ffffff;
}

.funfact-wrap-grey .funfact i {
  color: #71a9d0;
}

.funfact-wrap-grey .funfact span.odometer {
  color: #333333;
}

.funfact-wrap-grey .funfact p {
  color: #333333;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .funfact {
    padding: 75px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact {
    padding: 50px 20px;
  }
  .funfact .funfact-inner {
    padding-left: 60px;
  }
  .funfact .funfact-inner i {
    width: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .funfact-wrap-grey [class^="col"]:nth-child(even) .funfact {
    border-top: 1px solid #f3f3f3;
  }
  .funfact-wrap-grey [class^="col"]:nth-child(odd) .funfact {
    border-top: 1px solid #e8e8e8;
  }
}

@media only screen and (max-width: 767px) {
  .funfact {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .funfact-wrap-grey [class^="col"]:nth-child(even) .funfact {
    border-top: 1px solid #f3f3f3;
  }
  .funfact-wrap-grey [class^="col"]:nth-child(odd) .funfact {
    border-top: 1px solid #e8e8e8;
  }
  .funfact {
    padding: 50px 20px;
  }
}

/**
 * Sidemenu Styles
 */
.sidemenu-area {
  position: fixed;
  right: 0;
  top: 0;
  width: 330px;
  height: 100vh;
  background: rgba(21, 23, 27, 0.95);
  padding: 30px;
  -webkit-transform: translateX(calc(100% + 40px));
  -ms-transform: translateX(calc(100% + 40px));
  transform: translateX(calc(100% + 40px));
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  z-index: 102;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

.sidemenu-area.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sidemenu-area .sidemenu-area-inner {
  height: calc(100% - 120px);
  width: calc(100% - 60px);
  overflow: hidden;
  overflow-y: auto;
  margin-top: 30px;
  bottom: 30px;
  position: absolute;
}

.sidemenu-area .sidemenu-area-inner::-webkit-scrollbar {
  display: none;
}

.sidemenu-area .sidemenu-area-inner::-webkit-scrollbar-track {
  display: none;
}

.sidemenu-area .sidemenu-area-inner::-webkit-scrollbar-thumb {
  display: none;
}

.sidemenu-area .sidemenu-area-inner::-webkit-scrollbar-thumb:hover {
  display: none;
}

.sidemenu-area .close {
  position: absolute;
  right: 100%;
  top: 50px;
  height: 40px;
  width: 40px;
  background: #71a9d0;
  color: #fff;
  opacity: 1;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
}

.single-sidemenu {
  display: inline-block;
  position: relative;
}

.single-sidemenu + .single-sidemenu {
  margin-top: 30px;
}

.single-sidemenu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(113, 169, 208, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-sidemenu img {
  width: 100%;
}

.single-sidemenu h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #ffffff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.single-sidemenu:hover::before {
  visibility: visible;
  opacity: 1;
}

.single-sidemenu:hover h4 {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .sidemenu-area {
    width: 275px;
  }
}

/**
 * Team Member
 */
.team-member {
  margin-bottom: 30px;
  position: relative;
}

.team-member .team-member-thumb {
  position: relative;
  z-index: 1;
}

.team-member .team-member-thumb img {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 100%;
}

.team-member .team-member-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.team-member .team-member-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member .team-member-content h5 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.team-member .team-member-content h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #dddddd;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.team-member .social-icons {
  position: absolute;
  bottom: 35px;
  background: transparent;
  padding: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.team-member .social-icons ul {
  margin-bottom: 0;
}

.team-member .social-icons ul li {
  margin: 0 7px;
}

.team-member .social-icons ul li a {
  background: #ffffff;
  color: #333333;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.team-member .social-icons ul li a:hover {
  color: #ffffff;
  background: #71a9d0;
}

.team-member:hover .team-member-thumb::before {
  visibility: visible;
  opacity: 1;
}

.team-member:hover .social-icons {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.team-member:hover .team-member-content h5, .team-member:hover .team-member-content h6 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/**
 * Service Styles
 */
.icon-service {
  padding-right: 0;
  margin: 25px 0;
}

.icon-service .icon-service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-service .icon-service-head span {
  height: 70px;
  width: 70px;
  border: 2px solid #71a9d0;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: #71a9d0;
}

.icon-service .icon-service-head span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 3px solid #71a9d0;
  border-radius: 1000px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.icon-service .icon-service-head h6 {
  margin-bottom: 0;
  letter-spacing: 1px;
  -ms-flex-negative: 100;
  flex-shrink: 100;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.icon-service p {
  color: #3e3e3e;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

.icon-service:hover .icon-service-head span {
  background: #71a9d0;
  color: #ffffff;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-service:hover .icon-service-head span::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.23);
  -ms-transform: scale(1.23);
  transform: scale(1.23);
}

.image-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-service .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 20%;
}

.image-service .service-content h5 {
  font-weight: 700;
  letter-spacing: 1.5px;
}

.image-service .service-content p {
  line-height: 24px;
  margin-bottom: 0;
}

.image-service .service-icon {
  height: 108px;
  width: 108px;
  border-radius: 1000px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  font-size: 48px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #333333;
  color: #ffffff;
  margin: 9px;
  margin-bottom: 33px;
}

.image-service .service-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 5px solid #333333;
  border-radius: 1000px;
  -webkit-transform: scale(1.14);
  -ms-transform: scale(1.14);
  transform: scale(1.14);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.image-service .service-thumb img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .image-service .service-content {
    padding: 30px 15%;
  }
  .image-service .service-icon {
    height: 90px;
    width: 90px;
    padding: 28px 0;
    font-size: 36px;
  }
  .image-service .service-icon::before {
    border-width: 4px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .image-service .service-content {
    padding: 30px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .image-services-wrap [class^="col-"]:nth-child(even) .image-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-service {
    border-right: 1px solid #ededed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-service .service-content {
    padding: 30px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .image-service .service-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .image-service .service-icon {
    height: 75px;
    width: 75px;
    padding: 25px 0;
    font-size: 28px;
  }
  .image-service .service-icon::before {
    border-width: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-service {
    margin: 15px 0;
  }
  .image-services-wrap [class^="col-"]:nth-child(even) .image-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-service {
    border-right: 1px solid #ededed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-service .service-content {
    padding: 30px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .image-service .service-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .image-service .service-icon {
    height: 75px;
    width: 75px;
    padding: 25px 0;
    font-size: 28px;
  }
  .image-service .service-icon::before {
    border-width: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .icon-service {
    margin: 15px 0;
  }
  .image-services-wrap [class^="col-"]:nth-child(even) .image-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-service {
    border-right: 1px solid #ededed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-service .service-content {
    padding: 30px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .image-service .service-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .image-service .service-icon {
    height: 75px;
    width: 75px;
    padding: 25px 0;
    font-size: 28px;
  }
  .image-service .service-icon::before {
    border-width: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .image-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/**
 * Portfolio Details
 */
.portfolio-details-left img {
  width: 100%;
}

.portfolio-details-info {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 5px;
}

.portfolio-details-info li {
  list-style: none;
  border-bottom: 1px solid #ededed;
  padding: 7px 0;
  font-size: 14px;
}

.portfolio-details-info li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.portfolio-details-info li b {
  color: #333333;
  font-weight: 700;
}

.portfolio-details-info li b i {
  display: inline-block;
  width: 30px;
  font-size: 16px;
}

.portfolio-details-info li a {
  color: #71a9d0;
}

.portfolio-details-info li a:hover {
  color: #3e3e3e;
}

.portfolio-details-right h4 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: -6px;
}

.portfolio-details-right p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.project-details-share {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
}

.project-details-share span {
  font-weight: 700;
}

.project-details-share ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0;
}

.project-details-share ul li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
  font-size: 16px;
  vertical-align: middle;
}

.project-details-share ul li a {
  display: inline-block;
  color: #3e3e3e;
  font-size: 16px;
}

.project-details-share ul li a:hover {
  color: #71a9d0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-right {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-details-right {
    padding-top: 50px;
  }
}

/**
* Contact Styles
*/
.contact-infobox {
  margin-top: 30px;
}

.contact-infobox span.contact-infobox-icon {
  display: inline-block;
  height: 95px;
  width: 95px;
  border-radius: 1000px;
  background: #323435;
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  padding: 30px 0;
  margin-bottom: 27px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.contact-infobox span.contact-infobox-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 1000px;
  border: 2px solid #71a9d0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.contact-infobox h6 {
  font-weight: 700;
  color: #323435;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact-infobox p {
  margin-bottom: 0;
}

.contact-infobox a {
  color: #3e3e3e;
}

.contact-infobox a:hover {
  color: #71a9d0;
}

.contact-infobox:hover span.contact-infobox-icon {
  background: #71a9d0;
}

.contact-infobox:hover span.contact-infobox-icon::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.contact-page-form input {
  height: 50px;
}

.contact-page-form input, .contact-page-form select, .contact-page-form textarea {
  color: #555555;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  padding: 20px;
}

.contact-page-form input::-webkit-input-placeholder, .contact-page-form select::-webkit-input-placeholder, .contact-page-form textarea::-webkit-input-placeholder {
  color: #555555;
}

.contact-page-form input:-moz-placeholder, .contact-page-form select:-moz-placeholder, .contact-page-form textarea:-moz-placeholder {
  color: #555555;
}

.contact-page-form input::-moz-placeholder, .contact-page-form select::-moz-placeholder, .contact-page-form textarea::-moz-placeholder {
  color: #555555;
}

.contact-page-form input:-ms-input-placeholder, .contact-page-form select:-ms-input-placeholder, .contact-page-form textarea:-ms-input-placeholder {
  color: #555555;
}

.contact-page-form input:focus, .contact-page-form select:focus, .contact-page-form textarea:focus {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .contact-infobox h6 {
    margin-bottom: 10px;
  }
}

/**
 * Blog Item
 */
.blog-item {
  margin-bottom: 30px;
}

.blog-item .blog-item-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}

.blog-item .blog-item-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  width: 100%;
}

.blog-item .blog-item-thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(113, 169, 208, 0.5);
}

.blog-item .blog-item-title {
  color: #333333;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-item .blog-item-title a {
  color: #333333;
}

.blog-item .blog-item-title a:hover {
  color: #71a9d0;
}

.blog-item p {
  margin-bottom: 20px;
}

.blog-item .blog-item-meta {
  width: 100%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.blog-item .blog-item-meta::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 120px;
  left: 30px;
  top: 0;
  background: #ebebec;
}

.blog-item .blog-item-meta span {
  padding-right: 20px;
  color: #3e3e3e;
}

.blog-item .blog-item-meta span:last-child {
  padding-right: 0;
}

.blog-item .blog-item-meta span i {
  padding-right: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog-item .blog-item-meta span a {
  color: #3e3e3e;
}

.blog-item .blog-item-meta span a:hover {
  color: #71a9d0;
}

.blog-item .blog-item-meta span a:hover i {
  color: #71a9d0;
}

.blog-item .cr-btn,
.blog-item a.cr-btn {
  margin-top: 16px;
}

.blog-item .cr-btn::before, .blog-item .cr-btn::after,
.blog-item a.cr-btn::before,
.blog-item a.cr-btn::after {
  display: none;
}

.blog-item .cr-btn:hover,
.blog-item a.cr-btn:hover {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  background: #71a9d0 !important;
  border-color: #71a9d0 !important;
}

.blog-item:hover .blog-item-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-item-slider-active .blog-item {
  margin-bottom: 0;
}

/* Popular Post */
.popular-post .popular-post-thumb {
  display: block;
  padding-bottom: 15px;
}

.popular-post .popular-post-thumb img {
  width: 100%;
}

.popular-post h6 {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.popular-post h6 a {
  color: #333333;
}

.popular-post h6 a:hover {
  color: #71a9d0;
}

.popular-post span {
  color: #3e3e3e;
  font-size: 12px;
  font-weight: 400;
}

.polular-post-slider-active, .polular-post-slider-active-3-items {
  padding-top: 10px;
}

.polular-post-slider-active .cr-navigation, .polular-post-slider-active-3-items .cr-navigation {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 0;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  font-size: 18px;
  text-align: center;
  padding: 0;
  line-height: 28px;
  color: #adadad;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
}

.polular-post-slider-active .cr-navigation:hover, .polular-post-slider-active-3-items .cr-navigation:hover {
  background: #71a9d0;
  border-color: #71a9d0;
  color: #ffffff;
}

.polular-post-slider-active .cr-navigation.cr-navigation-prev, .polular-post-slider-active-3-items .cr-navigation.cr-navigation-prev {
  left: 0;
  right: auto;
}

.polular-post-slider-active .cr-navigation.cr-navigation-next, .polular-post-slider-active-3-items .cr-navigation.cr-navigation-next {
  left: auto;
  right: 0;
}

.polular-post-slider-active:hover .cr-navigation, .polular-post-slider-active-3-items:hover .cr-navigation {
  opacity: 1;
  visibility: visible;
}

/**
 * Blog Page Styles
 */
.pg-blog-item {
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.pg-blog-item .pg-blog-item-category {
  color: #71a9d0;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 12px;
  font-size: 12px;
}

.pg-blog-item .pg-blog-item-category a {
  color: #71a9d0;
}

.pg-blog-item .pg-blog-item-category a:hover {
  color: #333333;
}

.pg-blog-item .pg-blog-item-title {
  text-transform: uppercase;
  color: #424242;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}

.pg-blog-item .pg-blog-item-title a {
  color: #333333;
}

.pg-blog-item .pg-blog-item-title a:hover {
  color: #71a9d0;
}

.pg-blog-item .pg-blog-item-meta {
  font-size: 14px;
  color: #3e3e3e;
  margin-bottom: 12px;
}

.pg-blog-item .pg-blog-item-meta span {
  display: inline-block;
  margin-bottom: 10px;
}

.pg-blog-item .pg-blog-item-meta span::after {
  content: "|";
  padding: 0 5px;
}

.pg-blog-item .pg-blog-item-meta span:last-child::after {
  display: none;
}

.pg-blog-item .pg-blog-item-meta a {
  color: #3e3e3e;
}

.pg-blog-item .pg-blog-item-meta a:hover {
  color: #71a9d0;
}

.pg-blog-item .pg-blog-item-image {
  margin-bottom: 22px;
}

.pg-blog-item .pg-blog-item-image a {
  display: block;
}

.pg-blog-item .pg-blog-item-image img {
  width: 100%;
}

.pg-blog-item .pg-blog-item-image iframe {
  width: 100%;
  border: none;
  outline: none;
}

.pg-blog-item p {
  text-align: left;
  font-size: 14px;
}

.pg-blog-item p .mark {
  color: #71a9d0;
  background: transparent;
}

.pg-blog-item h5 {
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.pg-blog-item blockquote {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pg-blog-item .cr-loadmore-btn {
  margin-top: 20px;
}

.pg-blog-item .pg-blog-item-footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pg-blog-item .pg-blog-item-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding-right: 30px;
}

.pg-blog-item .pg-blog-item-share span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 12px;
  color: #3e3e3e;
}

.pg-blog-item .pg-blog-item-share span:after {
  content: "|";
  padding-left: 12px;
}

.pg-blog-item .pg-blog-item-comments {
  margin-top: 20px;
  color: #3e3e3e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pg-blog-item .pg-blog-item-comments i {
  font-size: 14px;
  color: #333333;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pg-blog-item .pg-blog-item-comments span:before {
  content: "|";
  padding: 0 5px;
}

.pg-blog-item .pg-blog-item-comments:hover {
  color: #71a9d0;
}

.pg-blog-item .pg-blog-item-comments:hover i {
  color: #71a9d0;
}

.pg-blog-item .pg-blog-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding-right: 30px;
}

.pg-blog-item .pg-blog-item-tags span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 12px;
  color: #3e3e3e;
}

.pg-blog-item .pg-blog-item-tags span:after {
  content: "|";
  padding-left: 12px;
}

.pg-blog-item .pg-blog-item-tags ul {
  padding-left: 0;
  margin-bottom: 0;
}

.pg-blog-item .pg-blog-item-tags ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}

.pg-blog-item .pg-blog-item-tags ul li:first-child {
  margin-left: 0;
}

.pg-blog-item .pg-blog-item-tags ul li:last-child {
  margin-right: 0;
}

.pg-blog-item .pg-blog-item-tags ul li a {
  display: inline-block;
  color: #3e3e3e;
  padding: 6px 15px;
  background: #f7f7f7;
  font-size: 13px;
  border-radius: 3px;
}

.pg-blog-item .pg-blog-item-tags ul li a:hover {
  background: #71a9d0;
  color: #ffffff;
}

.blog-page-area .cr-pagination {
  padding-top: 33px;
  position: relative;
}

.blog-page-area .cr-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: #ebebeb;
}

.blog-page-area .cr-pagination::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  height: 1px;
  width: 100%;
  background: #ebebeb;
}

.blog-details p {
  font-size: 14px;
}

.blog-details .pg-blog-item-footer {
  margin-top: 45px;
}

.blog-details .pg-blog-item-tags {
  padding-right: 20px;
}

.blog-details .pg-blog-item-comments {
  margin-right: 20px;
}

.blog-details .pg-blog-item-share {
  padding-right: 0;
}

.blog-details-author {
  position: relative;
  padding-left: 150px;
  margin-top: 30px;
  min-height: 125px;
}

.blog-details-author img {
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
}

.blog-details-author h6 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-details-author p {
  font-size: 14px;
}

.blog-details-popular-post {
  margin-top: 70px;
}

.blog-details-popular-post > h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}

.blog-details-popular-post > h5::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background: #71a9d0;
  left: 0;
  top: 3px;
}

.blog-details-commentlist {
  margin-top: 60px;
}

.blog-details-commentlist > h5 {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  display: block;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.blog-details-commentlist > h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #e1e1e1;
  width: 100%;
}

.blog-details-commentbox {
  margin-top: 70px;
}

.blog-details-commentbox h5 {
  font-weight: 700;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .blog-details-author {
    position: relative;
    padding-left: 0;
    margin-top: 30px;
    min-height: 125px;
  }
  .blog-details-author img {
    position: relative;
    width: 75px;
    margin-bottom: 20px;
  }
}

/**
 * Widgets
 */
.widgets:not(.footer-widgets) {
  overflow: hidden;
}

.widgets:not(.footer-widgets) .widget-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
}

.widgets:not(.footer-widgets) .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 48px;
  background: #868686;
}

.widgets:not(.footer-widgets) .single-widget {
  margin-bottom: 50px;
}

.widgets:not(.footer-widgets) .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widgets:not(.footer-widgets) .single-widget ul li {
  list-style: none;
}

.widgets:not(.footer-widgets) .widget-search form {
  padding: 20px;
  background: #f7f7f7;
}

.widgets:not(.footer-widgets) .widget-search form input, .widgets:not(.footer-widgets) .widget-search form button {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}

.widgets:not(.footer-widgets) .widget-search form input {
  border: 1px solid #ffffff;
  background: #ffffff;
  letter-spacing: 1px;
  color: #666666;
}

.widgets:not(.footer-widgets) .widget-search form input::-webkit-input-placeholder {
  color: #666666;
}

.widgets:not(.footer-widgets) .widget-search form input:-moz-placeholder {
  color: #666666;
}

.widgets:not(.footer-widgets) .widget-search form input::-moz-placeholder {
  color: #666666;
}

.widgets:not(.footer-widgets) .widget-search form input:-ms-input-placeholder {
  color: #666666;
}

.widgets:not(.footer-widgets) .widget-search form button[type="button"], .widgets:not(.footer-widgets) .widget-search form input[type="button"] {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #ffffff;
  background: #333333;
}

.widgets:not(.footer-widgets) .widget-search form button[type="button"]:hover, .widgets:not(.footer-widgets) .widget-search form input[type="button"]:hover {
  background: #71a9d0;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul {
  background: #f7f7f7;
  padding: 20px;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 22px;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li + li {
  margin-top: 23px;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li:before {
  content: "\f099";
  font-family: 'fontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  color: #71a9d0;
  font-size: 16px;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li p {
  margin-bottom: 0;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet {
  font-size: 14px;
  line-height: 22px;
  color: #3e3e3e;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 70px;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a {
  color: #71a9d0;
  display: inline-block;
  padding-right: 4px;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li .tweet a:hover {
  opacity: 0.7;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted {
  font-weight: 700;
  font-size: 13px;
  line-height: 26px;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a {
  color: #3e3e3e;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li .timePosted a:hover {
  color: #71a9d0;
}

.widgets:not(.footer-widgets) .widget-twitter-feed ul li .interact {
  display: none;
}

.widgets:not(.footer-widgets) .widget-popular-post ul {
  margin-bottom: 0;
  padding-left: 0;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li {
  list-style: none;
  position: relative;
  min-height: 58px;
  border-top: 1px solid #f5f5f5;
  padding: 20px 0;
  padding-left: 100px;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb {
  position: absolute;
  display: inline-block;
  width: 85px;
  left: 0;
  top: 20px;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(113, 169, 208, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li .widget-popular-thumb::after {
  content: "\f0c1";
  font-family: 'fontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 16px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li h6 {
  margin-top: -2px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a {
  color: #333333;
  display: block;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li h6 a:hover {
  color: #71a9d0;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li span {
  color: #3e3e3e;
  font-size: 12px;
  display: inline-block;
  line-height: 1.1;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li:first-child .widget-popular-thumb {
  top: 0;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li:last-child {
  padding-bottom: 0;
}

.widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::before, .widgets:not(.footer-widgets) .widget-popular-post ul li:hover .widget-popular-thumb::after {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.widgets:not(.footer-widgets) .widget-categories ul li a {
  display: block;
  background: #f7f7f7;
  font-size: 14px;
  color: #3e3e3e;
  padding: 15px 0;
  padding-left: 25px;
  padding-right: 10px;
  border-top: 1px solid #ebebeb;
}

.widgets:not(.footer-widgets) .widget-categories ul li a:hover {
  color: #71a9d0;
}

.widgets:not(.footer-widgets) .widget-categories ul li:first-child a {
  border-top: none;
}

.widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
  padding: 20px;
  background: #f7f7f7;
}

.widgets:not(.footer-widgets) .widget-archives .nice-select {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 0;
  float: none;
}

.widgets:not(.footer-widgets) .widget-archives .nice-select::after {
  display: none;
}

.widgets:not(.footer-widgets) .widget-archives .nice-select span.current {
  display: block;
  position: relative;
  color: #3e3e3e;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding: 0 20px;
}

.widgets:not(.footer-widgets) .widget-archives .nice-select span.current::after {
  content: "\f0d7";
  font-family: 'fontAwesome';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: inline-block;
  font-size: 18px;
  padding: 0px 12px;
}

.widgets:not(.footer-widgets) .widget-archives .nice-select .list {
  width: 100%;
  border-radius: 0px;
  margin-top: -1px;
  max-height: 280px;
  overflow-y: auto;
}

.widgets:not(.footer-widgets) .widget-archives .nice-select.open span.current::after {
  content: "\f0d8";
}

.widgets:not(.footer-widgets) .widget-tags ul {
  background: #f7f7f7;
  padding: 10px 10px 20px 20px;
  font-size: 0;
}

.widgets:not(.footer-widgets) .widget-tags ul li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 9px;
  font-size: 13px;
}

.widgets:not(.footer-widgets) .widget-tags ul li a {
  display: inline-block;
  font-size: 13px;
  color: #3e3e3e;
  background: #ffffff;
  padding: 5px 15px;
  border-radius: 3px;
}

.widgets:not(.footer-widgets) .widget-tags ul li a:hover {
  color: #ffffff;
  background: #71a9d0;
}

.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 0;
}

.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li {
  font-size: 12px;
  margin: 0 3px;
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 100px;
  background: #c2c2c2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li.slick-active, .widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li:hover {
  background: #141414;
}

.widgets:not(.footer-widgets) .widget-instafeed .widget-instafeed-inner .slick-dots li button {
  display: none;
}

.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single {
  text-align: center;
}

.widgets:not(.footer-widgets) .widget-instafeed .sidebar-instafeed-single span {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 15px;
  padding-bottom: 30px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widgets:not(.footer-widgets) {
    margin-top: 80px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .widgets:not(.footer-widgets) .single-widget {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
    width: 100%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .widgets:not(.footer-widgets) .widget-twitter-feed ul {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-categories ul li a {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-tags ul {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-search form {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets:not(.footer-widgets) {
    margin-top: 80px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .widgets:not(.footer-widgets) .single-widget {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px;
    width: 100%;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .widgets:not(.footer-widgets) .widget-twitter-feed ul {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-categories ul li a {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-archives .widget-archives-inner {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-tags ul {
    padding: 0;
  }
  .widgets:not(.footer-widgets) .widget-search form {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .widgets:not(.footer-widgets) {
    margin-top: 80px;
  }
}

/**
 * Comment Styles
 */
/* Commentlist */
.single-comment {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  margin-top: 40px;
}

.single-comment img {
  width: 60px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-comment h6 {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
}

.single-comment span {
  font-size: 12px;
  color: #3e3e3e;
  font-family: "Lato", sans-serif;
}

.single-comment p {
  font-size: 14px;
  margin-bottom: 0;
}

.single-comment .reply-button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #323334;
  background: #ebebeb;
  padding: 0px 13px;
  border-radius: 3px;
}

.single-comment .reply-button:hover {
  background: #71a9d0;
  color: #ffffff;
}

.single-comment.reply-comment {
  margin-left: 70px;
}

@media only screen and (max-width: 575px) {
  .single-comment {
    padding-left: 0;
  }
  .single-comment img {
    position: relative;
    margin-bottom: 20px;
  }
  .single-comment.reply-comment {
    margin-left: 40px;
  }
}

/* Commentbox */
.commentbox form input {
  height: 42px;
}

.commentbox form input + input {
  margin-top: 20px;
}

.commentbox form input, .commentbox form select, .commentbox form textarea {
  color: #3e3e3e;
  font-size: 13px;
  border: 1px solid #cfcfcf;
  background: transparent;
  padding: 20px;
}

.commentbox form input::-webkit-input-placeholder, .commentbox form select::-webkit-input-placeholder, .commentbox form textarea::-webkit-input-placeholder {
  color: #3e3e3e;
}

.commentbox form input:-moz-placeholder, .commentbox form select:-moz-placeholder, .commentbox form textarea:-moz-placeholder {
  color: #3e3e3e;
}

.commentbox form input::-moz-placeholder, .commentbox form select::-moz-placeholder, .commentbox form textarea::-moz-placeholder {
  color: #3e3e3e;
}

.commentbox form input:-ms-input-placeholder, .commentbox form select:-ms-input-placeholder, .commentbox form textarea:-ms-input-placeholder {
  color: #3e3e3e;
}

.commentbox form input:focus, .commentbox form select:focus, .commentbox form textarea:focus {
  background: transparent;
  border-color: #cfcfcf;
}

.commentbox form textarea {
  padding: 10px 20px;
  min-height: 166px;
}

.commentbox form button, .commentbox form input[type="submit"] {
  display: inline-block;
  background: #323435;
  font-size: 12px;
  border-width: 1px;
  border-color: #323435;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 14px 32px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  height: 42px;
}

.commentbox form button:hover, .commentbox form input[type="submit"]:hover {
  background: #71a9d0;
  color: #ffffff;
  border-color: #71a9d0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .commentbox form textarea {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .commentbox form textarea {
    margin-top: 20px;
  }
}

/**
 * Page Not Found
 */
.pg-404-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pg-404-content img {
  max-width: 100%;
}

.pg-404-content h5 {
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: 1.8;
}

.pg-404-content p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 25px;
}

.pg-404-content form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.pg-404-content form input {
  border-radius: 3px;
  height: 52px;
  line-height: 46px;
  border: 2px solid #a1a1a1;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-top: 30px;
  margin-right: 10px;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}

.pg-404-content form input::-webkit-input-placeholder {
  color: #3e3e3e;
}

.pg-404-content form input:-moz-placeholder {
  color: #3e3e3e;
}

.pg-404-content form input::-moz-placeholder {
  color: #3e3e3e;
}

.pg-404-content form input:-ms-input-placeholder {
  color: #3e3e3e;
}

.pg-404-content form input:focus {
  border-color: #71a9d0;
}

.pg-404-content form button {
  margin-top: 30px;
  display: inline-block;
  background: #71a9d0;
  font-size: 14px;
  border-width: 1px;
  border-color: #71a9d0;
  border-style: solid;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  padding: 15px 60px;
  vertical-align: middle;
  border-radius: 3px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}

.pg-404-content form button:hover {
  background: #71a9d0;
  border-color: #71a9d0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .pg-404-content img {
    max-width: 50%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-404-content img {
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-404-image {
    text-align: center;
  }
  .pg-404-content {
    padding-bottom: 0;
  }
  .pg-404-content img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .pg-404-image {
    text-align: center;
  }
  .pg-404-content {
    padding-bottom: 0;
  }
  .pg-404-content h3 {
    letter-spacing: 1px;
  }
  .pg-404-content p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pg-404-content img {
    max-width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .pg-404-content {
    padding-bottom: 0;
    text-align: center;
  }
  .pg-404-content h3 {
    letter-spacing: 0;
  }
  .pg-404-content img {
    max-width: 90%;
  }
  .pg-404-content form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pg-404-content form input {
    margin-right: 0;
    width: 100%;
  }
}

/**
 * Footer Styles
 */
/* Footoer Widgets */
.widgets.footer-widgets {
  /* Widget About */
  /* Widget Twitter Feed */
  /* Widget Tags */
  /* Widget Newsletter */
  /* Widget Social Icons */
}

.widgets.footer-widgets .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widgets.footer-widgets .single-widget ul li {
  list-style: none;
}

.widgets.footer-widgets .single-widget p {
  font-size: 14px;
}

.widgets.footer-widgets .widget-title {
  color: #C0C0C0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 8px;
  font-size: 14px;
}

.widgets.footer-widgets .single-widget + .single-widget {
  border-top: 1px solid #7a7b7c;
  margin-top: 22px;
  padding-top: 22px;
}

.widgets.footer-widgets .widget-about > a {
  display: inline-block;
  margin-bottom: 28px;
}

.widgets.footer-widgets .widget-about p {
  color: #C0C0C0;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.widgets.footer-widgets .widget-about ul {
  margin-top: 30px;
}

.widgets.footer-widgets .widget-about ul li {
  color: #000;
  font-size: 13px;
  color: #C0C0C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #38393d;
  padding-left: 40px;
  position: relative;
}

.widgets.footer-widgets .widget-about ul li a {
  color: #C0C0C0;
}

.widgets.footer-widgets .widget-about ul li a:hover {
  color: #71a9d0;
}

.widgets.footer-widgets .widget-about ul li p {
  line-height: 20px;
  margin-bottom: 0;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}

.widgets.footer-widgets .widget-about ul li span {
  font-size: 16px;
  color: #C0C0C0;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 6px;
}

.widgets.footer-widgets .widget-about ul li.phone, .widgets.footer-widgets .widget-about ul li.fax {
  font-size: 15px;
}

.widgets.footer-widgets .widget-twitter-feed ul li {
  color: #c0c0c0;
  padding-left: 37px;
  position: relative;
  margin-bottom: 20px;
}

.widgets.footer-widgets .widget-twitter-feed ul li::before {
  content: "\f099";
  font-family: 'fontAwesome';
  left: 0;
  top: 0;
  font-size: 16px;
  position: absolute;
  color: #00ACEE;
}

.widgets.footer-widgets .widget-twitter-feed ul li p {
  font-size: 14px;
}

.widgets.footer-widgets .widget-twitter-feed ul li p a {
  color: #c0c0c0;
}

.widgets.footer-widgets .widget-twitter-feed ul li p.tweet {
  font-size: 14px;
  line-height: 24px;
  color: #c0c0c0;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 78px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
}

.widgets.footer-widgets .widget-twitter-feed ul li p.timePosted {
  color: #c0c0c0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.widgets.footer-widgets .widget-twitter-feed ul li p.timePosted a:hover {
  color: #71a9d0;
}

.widgets.footer-widgets .widget-twitter-feed ul li p.interact {
  display: none;
}

.widgets.footer-widgets .widget-tags ul {
  font-size: 0;
  margin-left: -8px;
}

.widgets.footer-widgets .widget-tags ul li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.4px;
  margin-left: 8px;
  margin-top: 8px;
}

.widgets.footer-widgets .widget-tags ul li a {
  display: inline-block;
  color: #c0c0c0;
  border: 1px solid #7a7b7c;
  border-radius: 3px;
  padding: 4px 15px;
}

.widgets.footer-widgets .widget-tags ul li a:hover {
  background: #71a9d0;
  color: #ffffff;
  border-color: #71a9d0;
}

.widgets.footer-widgets .widget-newsletter p {
  color: #c0c0c0;
}

.widgets.footer-widgets .widget-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widgets.footer-widgets .widget-newsletter form input {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #c0c0c0;
  font-style: italic;
  background: #34373d;
  border: 1px solid #34373d;
  outline: none;
  height: 36px;
  border-radius: 4px;
  margin-right: 10px;
}

.widgets.footer-widgets .widget-newsletter form input::-webkit-input-placeholder {
  color: #c0c0c0;
}

.widgets.footer-widgets .widget-newsletter form input:-moz-placeholder {
  color: #c0c0c0;
}

.widgets.footer-widgets .widget-newsletter form input::-moz-placeholder {
  color: #c0c0c0;
}

.widgets.footer-widgets .widget-newsletter form input:-ms-input-placeholder {
  color: #c0c0c0;
}

.widgets.footer-widgets .widget-newsletter form button {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 4px;
  background: #71a9d0;
  color: #ffffff;
  border: 1px solid #71a9d0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}

.widgets.footer-widgets .widget-social-icons ul {
  font-size: 0;
}

.widgets.footer-widgets .widget-social-icons ul li {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
}

.widgets.footer-widgets .widget-social-icons ul li:first-child {
  margin-left: 0;
}

.widgets.footer-widgets .widget-social-icons ul li a {
  height: 35px;
  width: 35px;
  line-height: 33px;
  display: inline-block;
  border-radius: 1000px;
  border: 1px solid #7a7b7c;
  text-align: center;
  color: #c0c0c0;
}

.widgets.footer-widgets .widget-social-icons ul li a:hover {
  color: #ffffff;
  background: #71a9d0;
  border-color: #71a9d0;
}

.footer-copyright-area {
  padding: 10px 0;
}

.footer-copyright {
  padding: 22px 0;
  font-size: 13px;
  color: #C0C0C0;
}

.footer-copyright p {
  margin-bottom: 0;
}

.footer-copyright a {
  color: #ffffff;
}

.footer-copyright a:hover {
  color: #71a9d0;
}

.copyright-area-social {
  padding: 10px 0;
}

.copyright-payment-method-image {
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widgets.footer-widgets .widget-about ul li {
    padding-left: 30px;
  }
  .widgets.footer-widgets .widget-social-icons ul li {
    margin-left: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social-icons {
    text-align: center;
  }
  .widgets.footer-widgets [class^="col"] + [class^="col"] .single-widget {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-social-icons {
    text-align: center;
  }
  .footer-social-icons li a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .widgets.footer-widgets [class^="col"] + [class^="col"] .single-widget {
    margin-top: 50px;
  }
  .copyright-area-social {
    padding: 0;
    padding-bottom: 30px;
  }
  .footer-copyright {
    text-align: center;
    padding: 18px 0;
  }
  .copyright-payment-method-image {
    text-align: center;
    padding-bottom: 30px;
  }
  .widgets.footer-widgets .widget-title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-newsletter-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-newsletter-form h4 {
    margin-bottom: 15px;
  }
  .footer-newsletter-form input[type="email"] {
    margin-right: 0;
  }
  .footer-newsletter-form input[type="submit"], .footer-newsletter-form button {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */