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

	Template Name: CONSULEN - Multipurpose Bootstrap 4 Template
	Description: CONSULEN is a best templete for your corporate/business website which comes with unique design and user friendly code.  
	Version: 1.0
	Note: This is style css.

**********************************************************************************/
/*===============================================================================


	[ INDEX ]
	|
	|___Basic Styles
	|	|___Reset Styles
	|	|___Typography Styles
	|	|___Helper Classes
	|
	|___Elements Styles
	|	|___Button Styles 
	|	|___Section Title Styles
	|	|___Progress Styles
	|	|___Slider Elements
	|	|___Social Icons Styles
	|	|___Breadcrumb Styles
	|	|___Accordion Styles
	|	|___Pagination Styles
	|
	|___Blocks Styles
	|	|___Header Styles
	|	|___Navigation Styles
	|	|___Banner Styles
	|	|___Service Styels
	|	|___About Styles
	|	|___Features Styles
	|	|___Portfoio Styles
	|	|___Video Area Styles
	|	|___Counter Styles
	|	|___Brand Logo Styles
	|	|___Blog Styles
	|	|___Testimonial Style
	|	|___Portfolio Page Styles
	|	|___Blogs Page Styles
	|	|___Blog Details Styles
	|	|___Contact Page Styles
	|	|___Widget Styles
	|	|___Service Details Styles
	|	|___Boxed Layout Styles
	|	|___Footer Styles
	|
	[END INDEX ]


=============================================================================== */
/*******************
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%;
}
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;
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-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;
}
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;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
button {
  font-family: "Roboto", sans-serif;
}
::-webkit-input-placeholder {
  color: #333;
}
:-moz-placeholder {
  color: #333;
}
::-moz-placeholder {
  color: #333;
}
:-ms-input-placeholder {
  color: #333;
}
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: 'Khula', sans-serif;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 42px;
}
h2, .h2 {
  font-size: 36px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 24px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 37px;
  }
  h2, .h2 {
    font-size: 31px;
  }
  h3, .h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 29px;
  }
  h3, .h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 27px;
  }
  h3, .h3 {
    font-size: 26px;
  }
}
h1, .h1, h2, .h2 {
  font-weight: 700;
}
h3, .h3, h4, .h4 {
  font-weight: 600;
}
h5, .h5, h6, .h6 {
  font-weight: 500;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
a, button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
a:visited, button:visited {
  color: initial;
}
button:focus, button:active {
  outline: none;
}
/* Flaticon Reset */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  margin-left: 0;
}
/* List Style */
ul.cr-liststyle-1, ol.cr-liststyle-1 {
  padding-left: 0;
  list-style: none;
}
ul.cr-liststyle-1 li, ol.cr-liststyle-1 li {
  line-height: 30px;
}
ul.cr-liststyle-1 li::before, ol.cr-liststyle-1 li::before {
  content: "\f0f4";
  font-family: 'IcoFont';
  padding-right: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #20c9c7;
}
input, select, textarea {
  background: transparent;
  border: 1px solid #dddddd;
  color: #333;
  font-size: 14px;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
}
input:active, select:active, textarea:active {
  background-color: inherit;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -moz-transition: color 9999s ease-out, background-color 9999s ease-out;
  -ms-transition: color 9999s ease-out, background-color 9999s ease-out;
  -o-transition: color 9999s ease-out, background-color 9999s ease-out;
  transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
  -moz-transition-delay: 9999s;
  -ms-transition-delay: 9999s;
  -o-transition-delay: 9999s;
  transition-delay: 9999s;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #dddddd;
}
label {
  font-weight: 500;
}
input, select {
  vertical-align: middle;
  padding: 0 20px;
}
input:focus, input:active, select:focus, select:active {
  outline: none;
}
textarea {
  width: 100%;
  padding: 10px 20px;
}
textarea:focus, textarea:active {
  outline: none;
}
blockquote {
  padding: 30px;
  padding-left: 50px;
  border-left: 3px solid #20c9c7;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin-left: 30px;
}
blockquote footer {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  blockquote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  blockquote {
    padding-left: 30px;
  }
}
.bg-grey blockquote {
  background: #ffffff;
}
.bg-white blockquote {
  background: #f7f7f7;
}
/**
	Helper Classes
*/
.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 */
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.clearfix:after {
  clear: both;
}
/* Define Colors */
.color-theme {
  color: #20c9c7;
}
.color-light {
  color: #999999;
}
.color-dark {
  color: #333;
}
.color-black {
  color: #000000;
}
.color-white {
  color: #ffffff;
}
.theme-color {
  color: #20c9c7;
}
.secondary-theme-color {
  color: #E3AD1B;
}
/* Background Color */
.bg-theme {
  background: #20c9c7 !important;
}
.bg-secondary {
  background: #f6644F !important;
}
.bg-light {
  background: #999999 !important;
}
.bg-dark-light {
  background: #16171E !important;
}
.bg-dark {
  background: #111119 !important;
}
.bg-black {
  background: #000000 !important;
}
.bg-white {
  background: #ffffff !important;
}
.bg-grey {
  background: #F5F8FA !important;
}
.bg-blue {
  background: #073E7C !important;
}
.bg-blue-light {
  background: #030c21 !important;
}
/* Background Image */
.bg-image-1 {
  background-image: url(images/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-2 {
  background-image: url(images/bg/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-3 {
  background-image: url(images/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-4 {
  background-image: url(images/bg/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-5 {
  background-image: url(images/bg/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-6 {
  background-image: url(images/bg/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-7 {
  background-image: url(images/bg/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-8 {
  background-image: url(images/bg/8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-11 {
  background-image: url(images/bg/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-pos-top {
  background-position: center top !important;
}
.bg-pos-bottom {
  background-position: center bottom !important;
}
.bg-fixed {
  background-attachment: fixed;
}
/* Border */
.cr-bordered {
  border: 1px solid #dddddd;
}
.cr-border-bottom {
  border-bottom: 1px solid #dddddd;
}
.cr-border-top {
  border-top: 1px solid #dddddd;
}
.cr-border-top-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.cr-border-left {
  border-left: 1px solid #dddddd;
}
.cr-border-right {
  border-right: 1px solid #dddddd;
}
.cr-border-left-right {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
/* Text specialized */
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  font-style: underline;
}
/* Font specialized */
.body-font {
  font-family: "Roboto", sans-serif;
}
.heading-font {
  font-family: "Roboto Condensed", sans-serif;
}
/* Font Weight */
.font-bold {
  font-weight: 700 !important;
}
.font-semi-bold {
  font-weight: 600 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-light {
  font-weight: 300 !important;
}
/* 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 */
.ptb-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
.ptb-145 {
  padding-bottom: 145px;
  padding-top: 145px;
}
.ptb-130 {
  padding-bottom: 130px;
  padding-top: 130px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-130 {
  padding-top: 130px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-100 {
  padding-bottom: 100px;
}
.section-padding-xlg {
  padding: 145px 0;
}
.section-padding-lg-150 {
  padding: 130px 0;
}
.section-padding-lg {
  padding: 135px 0;
}
.section-padding-md {
  padding: 120px 0;
}
.section-padding-sm {
  padding: 100px 0;
}
.section-padding-xs {
  padding: 70px 0;
}
.section-padding-top-xlg {
  padding-top: 130px;
}
.section-padding-top-lg {
  padding-top: 135px;
}
.section-padding-top-md {
  padding-top: 120px;
}
.section-padding-top-sm {
  padding-top: 100px;
}
.section-padding-top-xs {
  padding-top: 70px;
}
.section-padding-bottom-xlg {
  padding-bottom: 95px;
}
.section-padding-bottom-lg {
  padding-bottom: 130px;
}
.section-padding-bottom-md {
  padding-bottom: 120px;
}
.section-padding-bottom-sm {
  padding-bottom: 100px;
}
.section-padding-bottom-xs {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-xlg {
    padding: 120px 0;
  }
  .section-padding-lg {
    padding: 100px 0;
  }
  .section-padding-md {
    padding: 85px 0;
  }
  .section-padding-sm {
    padding: 70px 0;
  }
  .section-padding-xs {
    padding: 60px 0;
  }
  .section-padding-top-xlg {
    padding-top: 120px;
  }
  .section-padding-top-lg {
    padding-top: 100px;
  }
  .section-padding-top-md {
    padding-top: 85px;
  }
  .section-padding-top-sm {
    padding-top: 70px;
  }
  .section-padding-bottom-xlg {
    padding-bottom: 120px;
  }
  .section-padding-bottom-lg {
    padding-bottom: 100px;
  }
  .section-padding-bottom-md {
    padding-bottom: 85px;
  }
  .section-padding-bottom-sm {
    padding-bottom: 70px;
  }
  .services-area.section-padding-top-xlg {
    padding-bottom: 100px;
  }
  .about-area {
    padding: 130px 0 110px;
  }
  .blog-content {
    padding: 80px;
  }
  .blog {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 42px;
  }
  .footer-social {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-xlg {
    padding: 90px 0;
  }
  .section-padding-lg {
    padding: 70px 0;
  }
  .section-padding-md {
    padding: 60px 0;
  }
  .section-padding-sm {
    padding: 50px 0;
  }
  .section-padding-xs {
    padding: 50px 0;
  }
  .section-padding-top-xlg {
    padding-top: 145px;
  }
  .section-padding-top-xlg {
    padding-top: 90px;
  }
  .section-padding-top-lg {
    padding-top: 70px;
  }
  .section-padding-top-md {
    padding-top: 60px;
  }
  .section-padding-top-sm {
    padding-top: 50px;
  }
  .section-padding-bottom-xlg {
    padding-bottom: 90px;
  }
  .section-padding-bottom-lg {
    padding-bottom: 70px;
  }
  .section-padding-bottom-md {
    padding-bottom: 60px;
  }
  .section-padding-bottom-sm {
    padding-bottom: 50px;
  }
}
/* Overlay styles */
[data-overlay], [data-black-overlay] {
  position: relative;
}
[data-overlay] > div, [data-overlay] > *, [data-black-overlay] > div, [data-black-overlay] > * {
  position: relative;
  z-index: 2;
}
[data-overlay]:before, [data-black-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
[data-overlay]:before {
  background-color: #20c9c7;
}
[data-black-overlay]:before {
  background-color: #000000;
}
[data-overlay="1"]:before, [data-black-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before, [data-black-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before, [data-black-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before, [data-black-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before, [data-black-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before, [data-black-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before, [data-black-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before, [data-black-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before, [data-black-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before, [data-black-overlay="10"]:before {
  opacity: 1;
}
#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  background: url("images/others/scroll_image.jpg") no-repeat;
	background-size: 45px 45px;
  color: #ffffff;
  font-size: 22px;
  border: 1px solid #20c9c7;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: bounceIn 0.8s ease-in-out 1 both;
  -moz-animation: bounceIn 0.8s ease-in-out 1 both;
  -ms-animation: bounceIn 0.8s ease-in-out 1 both;
  -o-animation: bounceIn 0.8s ease-in-out 1 both;
  animation: bounceIn 0.8s ease-in-out 1 both;
  z-index: 998 !important;
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    display: none !important;
  }
}
.element-showcase {
  margin-bottom: 100px;
}
.element-showcase > div, .element-showcase > section, .element-showcase > header {
  margin-top: 100px;
}
.typography-block {
  margin-top: 30px;
  background: #fff;
  padding: 30px;
}
.bg-parallax {
  background-position: center top;
  background-repeat: repeat !important;
}
@media only screen and (min-width: 1200px) {
  .container.custom-container {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) {
  .container.custom-container {
    max-width: calc(100% - 200px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1800px) {
  .container.custom-container {
    max-width: calc(100% - 300px);
    margin: 0 auto;
  }
}
.body-overlay {
  background: rgba(25, 25, 25, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-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;
}
.body-overlay.is-visible {
  cursor: url(images/icons/close.png), crosshair;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.wrapper {
  margin-left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.wrapper.left-offset-active {
  margin-left: 375px;
}
.cd-words-wrapper b {
  font-weight: inherit;
  text-transform: capitalize;
  word-wrap: normal;
}
.cd-words-wrapper i {
  font-style: inherit;
  text-transform: inherit;
}
.cd-headline.clip span {
  padding: 0;
}
.cd-headline.no-cursor .cd-words-wrapper::after {
  display: none;
}
.typography-text h1, .typography-text h2, .typography-text h3, .typography-text h4, .typography-text h5, .typography-text h6 {
  color: #333;
}
/*******************
Elements Styles
********************/
/**
    Button Styles 
*/
.cr-btn, a.cr-btn, button.cr-btn {
  display: inline-block;
  height: 50px;
  color: #003F71;
  background: #FFF;
  padding: 11px 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
  border: none;
  outline: none;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  /* Small Buton */
  /* Large Button */
  /* Color Variation */
  /* Bordered Button */
}
.cr-btn span, a.cr-btn span, button.cr-btn span {
  position: relative;
  z-index: 2;
}
.cr-btn b, a.cr-btn b, button.cr-btn b {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 50%;
  -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.cr-btn:hover, a.cr-btn:hover, button.cr-btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.about-content-4 a.cr-btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cr-btn:hover b, a.cr-btn:hover b, button.cr-btn:hover b {
  height: 400px;
  width: 400px;
}
.cr-btn:active, a.cr-btn:active, button.cr-btn:active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.cr-btn.cr-btn-sm, a.cr-btn.cr-btn-sm, button.cr-btn.cr-btn-sm {
  height: 40px;
  font-size: 14px;
  padding: 5px 30px;
}
.cr-btn.cr-btn-lg, a.cr-btn.cr-btn-lg, button.cr-btn.cr-btn-lg {
  font-size: 16px;
  height: 50px;
  padding: 10px 30px;
}
.cr-btn.cr-btn-white, a.cr-btn.cr-btn-white, button.cr-btn.cr-btn-white {
  color: #20c9c7;
  background: #fff;
}
.cr-btn.cr-btn-white b, a.cr-btn.cr-btn-white b, button.cr-btn.cr-btn-white b {
  background: #20c9c7;
}
.cr-btn.cr-btn-white:hover, a.cr-btn.cr-btn-white:hover, button.cr-btn.cr-btn-white:hover {
  color: #ffffff;
}
.cr-btn.cr-btn-dark, a.cr-btn.cr-btn-dark, button.cr-btn.cr-btn-dark {
  color: #ffffff;
  background: #333;
}
.cr-btn.cr-btn-dark b, a.cr-btn.cr-btn-dark b, button.cr-btn.cr-btn-dark b {
  background: rgab(255, 255, 255, 0.1);
}
.cr-btn.cr-btn-minimal, a.cr-btn.cr-btn-minimal, button.cr-btn.cr-btn-minimal {
  color: #333;
  background: #fff;
}
.cr-btn.cr-btn-minimal b, a.cr-btn.cr-btn-minimal b, button.cr-btn.cr-btn-minimal b {
  background: #333;
}
.cr-btn.cr-btn-minimal:hover, a.cr-btn.cr-btn-minimal:hover, button.cr-btn.cr-btn-minimal:hover {
  color: #ffffff;
}
.cr-btn.cr-btn-transparent, a.cr-btn.cr-btn-transparent, button.cr-btn.cr-btn-transparent {
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
}
.cr-btn.cr-btn-transparent b, a.cr-btn.cr-btn-transparent b, button.cr-btn.cr-btn-transparent b {
  background: #20c9c7;
}
.cr-btn.cr-btn-transparent:hover, a.cr-btn.cr-btn-transparent:hover, button.cr-btn.cr-btn-transparent:hover {
  border-color: #20c9c7;
}
.cr-btn.cr-btn-round, a.cr-btn.cr-btn-round, button.cr-btn.cr-btn-round {
  border-radius: 100px;
  overflow: hidden;
}
.bg-theme .cr-btn.cr-btn-white b, .bg-theme a.cr-btn.cr-btn-white b, .bg-theme button.cr-btn.cr-btn-white b {
  display: none;
}
.bg-theme .cr-btn.cr-btn-white:hover, .bg-theme a.cr-btn.cr-btn-white:hover, .bg-theme button.cr-btn.cr-btn-white:hover {
  color: #20c9c7;
}
.bg-dark-light .cr-btn.cr-btn-white, .bg-dark-light a.cr-btn.cr-btn-white, .bg-dark-light button.cr-btn.cr-btn-white {
  color: #000000;
}
.bg-dark-light .cr-btn.cr-btn-white b, .bg-dark-light a.cr-btn.cr-btn-white b, .bg-dark-light button.cr-btn.cr-btn-white b {
  display: none;
}
.bg-dark-light .cr-btn.cr-btn-white:hover, .bg-dark-light a.cr-btn.cr-btn-white:hover, .bg-dark-light button.cr-btn.cr-btn-white:hover {
  color: #000000;
}
/* Readmore Style */
.cr-readmore, a.cr-readmore, button.cr-readmore {
  background: #ffffff none repeat scroll 0 0;
  color: #20c9c7;
  display: inline-block;
  font-family: roboto;
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: .4s;
}
.cr-readmore:hover, a.cr-readmore:hover, button.cr-readmore:hover {
  background: #20c9c7;
  color: #fff;
}
.cr-readmore2 {
  color: #555;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  font-weight: 500;
}
.cr-readmore2:after {
  content: "\eb55";
  font-family: "Icofont";
  padding-left: 2px;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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-readmore2:hover {
  color: #20c9c7;
}
.cr-readmore2:hover:after {
  padding-left: 7px;
}
.buttons-showcase .container {
  margin-top: -3rem;
}
@media only screen and (max-width: 575px) {
  .buttons-showcase .container div[class^="col-"] {
    text-align: center;
  }
}
/**
	Section Title Styles
*/
.section-title {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 150px;
}
.section-title.text-left {
  margin-bottom: 50px;
  padding-right: 0;
}
.faq-area .section-title {
  margin-bottom: 0;
}
.section-title h6 {
  color: #20c9c7;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section-title h2 {
  color: #031b52;
  font-family: "Khula", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}
.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5 {
  color: #003F71;
}
.section-title p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  margin-bottom: 0;
}
.section-title.text-left p {
  padding-left: 22px;
}
/*.section-title.text-left p::after {
  background: #e3ad1a none repeat scroll 0 0;
  content: "";
  height: 78%;
  left: 0;
  position: absolute;
  top: 7px;
  width: 1px;
}*/
.section-title.text-center {
  padding-left: 30px;
  padding-right: 30px;
}
.section-title.text-right {
  padding-right: 0;
  padding-left: 30px;
}
.section-title.minimal-color h6 {
  color: #555555;
}
@media only screen and (max-width: 767px) {
  .section-title {
    padding: 0;
  }
  .section-title.text-center {
    padding-left: 0;
    padding-right: 0;
  }
  .section-title.text-right {
    padding-left: 0;
  }
  .section-title h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .portfolio-area {
    padding: 80px 0 65px;
  }
  .testimonial-area {
    padding: 80px 0 100px;
  }
  .blogs-area {
    padding: 80px 0 50px;
  }
}
/* Section Title 2 */
.section-title-2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
  margin-top: -7px;
}
.section-title-2 h2, .section-title-2 h3, .section-title-2 h4, .section-title-2 h5, .section-title-2 h6 {
  letter-spacing: 0.5px;
  color: #333;
}
.section-title-showcase .section-title {
  margin-bottom: 0;
}
h1.small-title, h2.small-title, h3.small-title, h4.small-title, h5.small-title, h6.small-title {
  margin-bottom: 30px;
  color: #333;
  font-family: "Roboto", sans-serif;
}
.small-title {
  margin-bottom: 30px;
}
.small-title h1, .small-title h2, .small-title h3, .small-title h4, .small-title h5, .small-title h6 {
  margin-bottom: 0;
  color: #333;
  font-family: "Roboto", sans-serif;
}
.small-title p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #333;
}
.small-title.text-center {
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .small-title.text-center {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .small-title.text-center {
    padding: 0;
  }
}
/**
	Progress Styles
*/
.cr-progress-bar {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.cr-progress-bar .progress {
  background: #f1f1f1;
  border-radius: 0;
  height: 3px;
  overflow: visible;
  position: relative;
  border-radius: 3px;
}
.cr-progress-bar .progress span {
  position: absolute;
  right: 0;
  top: -35px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease 1s;
  -moz-transition: all 0.4s ease 1s;
  -ms-transition: all 0.4s ease 1s;
  -o-transition: all 0.4s ease 1s;
  transition: all 0.4s ease 1s;
}
.cr-progress-bar .progress-bar {
  background: #20c9c7;
  border-radius: 3px;
}
.cr-progress-bar h6 {
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: capitalize;
  color: #555;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cr-progress-bar.minimal-color .progress-bar {
  background: #555555;
}
/**
	Slider Elements
*/
/* Slider Navigation Style 1 */
.cr-slider-navigation-1 {
  position: relative;
}
.cr-slider-navigation-1 .cr-slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 60px;
  width: 60px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 16px 0;
  top: 54%;
  margin-top: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.cr-slider-navigation-1 .cr-slider-nav:hover {
  background: #20c9c7;
}
.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
  left: 5%;
  right: auto;
  -webkit-transform: translate(-100px);
  -moz-transform: translate(-100px);
  -ms-transform: translate(-100px);
  -o-transform: translate(-100px);
  transform: translate(-100px);
}
.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
  right: 5%;
  left: auto;
  -webkit-transform: translate(100px);
  -moz-transform: translate(100px);
  -ms-transform: translate(100px);
  -o-transform: translate(100px);
  transform: translate(100px);
}
.cr-slider-navigation-1:hover .cr-slider-nav {
  visibility: visible;
  opacity: 1;
}
.cr-slider-navigation-1:hover .cr-slider-nav.cr-slider-nav-left {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.cr-slider-navigation-1:hover .cr-slider-nav.cr-slider-nav-right {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.cr-slider-navigation-1.squre-navigation .cr-slider-nav {
  border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-slider-navigation-1 .cr-slider-nav {
    height: 50px;
    width: 50px;
    font-size: 22px;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cr-slider-navigation-1 .cr-slider-nav {
    height: 42px;
    width: 42px;
    font-size: 18px;
    padding: 5px 0;
  }
}
/* Slider Navigation Style 2 */
.cr-slider-navigation-2 {
  position: relative;
}
.cr-slider-navigation-2 .cr-slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 60px;
  width: 30px;
  display: inline-block;
  background: #ededed;
  color: #555555;
  text-align: center;
  font-size: 26px;
  padding: 16px 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.cr-slider-navigation-2 .cr-slider-nav:hover {
  background: #20c9c7;
  color: #fff;
}
.cr-slider-navigation-2 .cr-slider-nav.cr-slider-nav-left {
  left: 0;
  right: auto;
  -webkit-transform: translate(-30px);
  -moz-transform: translate(-30px);
  -ms-transform: translate(-30px);
  -o-transform: translate(-30px);
  transform: translate(-30px);
}
.cr-slider-navigation-2 .cr-slider-nav.cr-slider-nav-right {
  right: 0;
  left: auto;
  -webkit-transform: translate(30px);
  -moz-transform: translate(30px);
  -ms-transform: translate(30px);
  -o-transform: translate(30px);
  transform: translate(30px);
}
.cr-slider-navigation-2:hover .cr-slider-nav {
  visibility: visible;
  opacity: 1;
}
.cr-slider-navigation-2:hover .cr-slider-nav.cr-slider-nav-left {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.cr-slider-navigation-2:hover .cr-slider-nav.cr-slider-nav-right {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
/* Slider Navigation Style 3 */
.cr-slider-navigation-3 {
  position: relative;
}
.cr-slider-navigation-3 .cr-slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 50px;
  width: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  padding: 11px 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.cr-slider-navigation-3 .cr-slider-nav {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: calc(100% + 5px);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  padding: 4px 0;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  width: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
.cr-slider-navigation-3 .cr-slider-nav:hover {
  background: #20c9c7;
  color: #fff;
}
.cr-slider-navigation-3 .cr-slider-nav.cr-slider-nav-left {
  left: 0;
  right: auto;
}
.cr-slider-navigation-3 .cr-slider-nav.cr-slider-nav-right {
  right: 0;
  left: auto;
}
.cr-slider-navigation-3:hover .cr-slider-nav {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-slider-navigation-3 .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cr-slider-navigation-3 .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0;
  }
}
.cr-slider-navigation-4 {
  position: relative;
}
.cr-slider-navigation-4 .cr-slider-nav {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: calc(100% + 5px);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  width: 40px;
  z-index: 3;
}
.cr-slider-navigation-4 .cr-slider-nav:hover {
  color: #20c9c7;
}
.cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-left {
  right: 70px;
}
.cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-right {
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-slider-navigation-4 .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0;
  }
  .cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-left {
    right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-slider-navigation-4 .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0;
  }
  .cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-left {
    right: 60px;
  }
}
/* Slider Dots Styles */
.cr-slider-dots-1 {
  position: relative;
}
.cr-slider-dots-1.slick-dotted.slick-slider {
  margin-bottom: 45px;
}
.cr-slider-dots-1 ul.slick-dots {
  font-size: 0;
  bottom: -48px;
}
.cr-slider-dots-1 ul.slick-dots li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  width: auto;
  line-height: 15px;
}
.cr-slider-dots-1 ul.slick-dots li:first-child {
  margin-left: 0;
}
.cr-slider-dots-1 ul.slick-dots li:last-child {
  margin-right: 0;
}
.cr-slider-dots-1 ul.slick-dots li button {
  height: 10px;
  width: 10px;
  content: "";
  background: #c9c9c9;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
  display: inline-block;
  vertical-align: middle;
}
.cr-slider-dots-1 ul.slick-dots li button::before {
  display: none;
}
.cr-slider-dots-1 ul.slick-dots li.slick-active button, .cr-slider-dots-1 ul.slick-dots li:hover button {
  background: #20c9c7;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/**
	Social Icons Styles
*/
.social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}
.social-icons ul li {
  display: inline-block;
  padding: 0 6px;
}
.social-icons ul li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.social-icons ul li:hover a {
  color: #20c9c7;
}
.social-icons.social-icons-large ul li {
  padding: 0 10px;
}
.social-icons.social-icons-large ul li a {
  font-size: 30px;
}
.social-icons.social-icons-large ul li:first-child {
  padding-left: 0;
}
.social-icons.social-icons-large ul li:last-child {
  padding-right: 0;
}
.social-icons.social-icons-colorized ul li.facebook a {
  color: #3B5998;
}
.social-icons.social-icons-colorized ul li.facebook:hover a {
  background: #3B5998;
  color: #ffffff;
  border-color: #3B5998;
}
.social-icons.social-icons-colorized ul li.twitter a {
  color: #00ACEE;
}
.social-icons.social-icons-colorized ul li.twitter:hover a {
  background: #00ACEE;
  color: #ffffff;
  border-color: #00ACEE;
}
.social-icons.social-icons-colorized ul li.google-plus a {
  color: #DD4B39;
}
.social-icons.social-icons-colorized ul li.google-plus:hover a {
  background: #DD4B39;
  color: #ffffff;
  border-color: #DD4B39;
}
.social-icons.social-icons-colorized ul li.pinterest a {
  color: #C8232C;
}
.social-icons.social-icons-colorized ul li.pinterest:hover a {
  background: #C8232C;
  color: #ffffff;
  border-color: #C8232C;
}
.social-icons.social-icons-colorized ul li.linkedin a {
  color: #0E76A8;
}
.social-icons.social-icons-colorized ul li.linkedin:hover a {
  background: #0E76A8;
  color: #ffffff;
  border-color: #0E76A8;
}
.social-icons.social-icons-colorized ul li.flickr a {
  color: #FF0084;
}
.social-icons.social-icons-colorized ul li.flickr:hover a {
  background: #FF0084;
  color: #ffffff;
  border-color: #FF0084;
}
.social-icons.social-icons-colorized ul li.dribbble a {
  color: #EA4C89;
}
.social-icons.social-icons-colorized ul li.dribbble:hover a {
  background: #EA4C89;
  color: #ffffff;
  border-color: #EA4C89;
}
.social-icons.social-icons-colorized ul li.google a {
  color: #DD4B39;
}
.social-icons.social-icons-colorized ul li.google:hover a {
  background: #DD4B39;
  color: #ffffff;
  border-color: #DD4B39;
}
.social-icons.social-icons-colorized ul li.skype a {
  color: #00AFF0;
}
.social-icons.social-icons-colorized ul li.skype:hover a {
  background: #00AFF0;
  color: #ffffff;
  border-color: #00AFF0;
}
.social-icons.social-icons-colorized ul li.youtube a {
  color: #C4302B;
}
.social-icons.social-icons-colorized ul li.youtube:hover a {
  background: #C4302B;
  color: #ffffff;
  border-color: #C4302B;
}
.social-icons.social-icons-colorized ul li.vimeo a {
  color: #00ADEF;
}
.social-icons.social-icons-colorized ul li.vimeo:hover a {
  background: #00ADEF;
  color: #ffffff;
  border-color: #00ADEF;
}
.social-icons.social-icons-colorized ul li.yahoo a {
  color: #720E9E;
}
.social-icons.social-icons-colorized ul li.yahoo:hover a {
  background: #720E9E;
  color: #ffffff;
  border-color: #720E9E;
}
.social-icons.social-icons-colorized ul li.paypal a {
  color: #00588B;
}
.social-icons.social-icons-colorized ul li.paypal:hover a {
  background: #00588B;
  color: #ffffff;
  border-color: #00588B;
}
.social-icons.social-icons-colorized ul li.delicious a {
  color: #205CC0;
}
.social-icons.social-icons-colorized ul li.delicious:hover a {
  background: #205CC0;
  color: #ffffff;
  border-color: #205CC0;
}
.social-icons.social-icons-colorized ul li.flattr a {
  color: #F67C1A;
}
.social-icons.social-icons-colorized ul li.flattr:hover a {
  background: #F67C1A;
  color: #ffffff;
  border-color: #F67C1A;
}
.social-icons.social-icons-colorized ul li.android a {
  color: #A4C639;
}
.social-icons.social-icons-colorized ul li.android:hover a {
  background: #A4C639;
  color: #ffffff;
  border-color: #A4C639;
}
.social-icons.social-icons-colorized ul li.tumblr a {
  color: #34526F;
}
.social-icons.social-icons-colorized ul li.tumblr:hover a {
  background: #34526F;
  color: #ffffff;
  border-color: #34526F;
}
.social-icons.social-icons-colorized ul li.wikipedia a {
  color: #333;
}
.social-icons.social-icons-colorized ul li.wikipedia:hover a {
  background: #333;
  color: #ffffff;
  border-color: #333;
}
.social-icons.social-icons-colorized ul li.stumbleupon a {
  color: #F74425;
}
.social-icons.social-icons-colorized ul li.stumbleupon:hover a {
  background: #F74425;
  color: #ffffff;
  border-color: #F74425;
}
.social-icons.social-icons-colorized ul li.foursquare a {
  color: #25A0CA;
}
.social-icons.social-icons-colorized ul li.foursquare:hover a {
  background: #25A0CA;
  color: #ffffff;
  border-color: #25A0CA;
}
.social-icons.social-icons-colorized ul li.digg a {
  color: #191919;
}
.social-icons.social-icons-colorized ul li.digg:hover a {
  background: #191919;
  color: #ffffff;
  border-color: #191919;
}
.social-icons.social-icons-colorized ul li.spotify a {
  color: #81B71A;
}
.social-icons.social-icons-colorized ul li.spotify:hover a {
  background: #81B71A;
  color: #ffffff;
  border-color: #81B71A;
}
.social-icons.social-icons-colorized ul li.reddit a {
  color: #C6C6C6;
}
.social-icons.social-icons-colorized ul li.reddit:hover a {
  background: #C6C6C6;
  color: #ffffff;
  border-color: #C6C6C6;
}
.social-icons.social-icons-colorized ul li.cc a {
  color: #688527;
}
.social-icons.social-icons-colorized ul li.cc:hover a {
  background: #688527;
  color: #ffffff;
  border-color: #688527;
}
.social-icons.social-icons-colorized ul li.vk a {
  color: #2B587A;
}
.social-icons.social-icons-colorized ul li.vk:hover a {
  background: #2B587A;
  color: #ffffff;
  border-color: #2B587A;
}
.social-icons.social-icons-colorized ul li.rss a {
  color: #EE802F;
}
.social-icons.social-icons-colorized ul li.rss:hover a {
  background: #EE802F;
  color: #ffffff;
  border-color: #EE802F;
}
.social-icons.social-icons-colorized ul li.podcast a {
  color: #E4B21B;
}
.social-icons.social-icons-colorized ul li.podcast:hover a {
  background: #E4B21B;
  color: #ffffff;
  border-color: #E4B21B;
}
.social-icons.social-icons-colorized ul li.dropbox a {
  color: #3D9AE8;
}
.social-icons.social-icons-colorized ul li.dropbox:hover a {
  background: #3D9AE8;
  color: #ffffff;
  border-color: #3D9AE8;
}
.social-icons.social-icons-colorized ul li.github a {
  color: #171515;
}
.social-icons.social-icons-colorized ul li.github:hover a {
  background: #171515;
  color: #ffffff;
  border-color: #171515;
}
.social-icons.social-icons-colorized ul li.soundcloud a {
  color: #FF7700;
}
.social-icons.social-icons-colorized ul li.soundcloud:hover a {
  background: #FF7700;
  color: #ffffff;
  border-color: #FF7700;
}
.social-icons.social-icons-colorized ul li.wordpress a {
  color: #1E8CBE;
}
.social-icons.social-icons-colorized ul li.wordpress:hover a {
  background: #1E8CBE;
  color: #ffffff;
  border-color: #1E8CBE;
}
.social-icons.social-icons-colorized ul li.yelp a {
  color: #C41200;
}
.social-icons.social-icons-colorized ul li.yelp:hover a {
  background: #C41200;
  color: #ffffff;
  border-color: #C41200;
}
.social-icons.social-icons-colorized ul li.scribd a {
  color: #666666;
}
.social-icons.social-icons-colorized ul li.scribd:hover a {
  background: #666666;
  color: #ffffff;
  border-color: #666666;
}
.social-icons.social-icons-colorized ul li.cc-stripe a {
  color: #008CDD;
}
.social-icons.social-icons-colorized ul li.cc-stripe:hover a {
  background: #008CDD;
  color: #ffffff;
  border-color: #008CDD;
}
.social-icons.social-icons-colorized ul li.drupal a {
  color: #27537A;
}
.social-icons.social-icons-colorized ul li.drupal:hover a {
  background: #27537A;
  color: #ffffff;
  border-color: #27537A;
}
.social-icons.social-icons-colorized ul li.get-pocket a {
  color: #EE4056;
}
.social-icons.social-icons-colorized ul li.get-pocket:hover a {
  background: #EE4056;
  color: #ffffff;
  border-color: #EE4056;
}
.social-icons.social-icons-colorized ul li.bitbucket a {
  color: #0E4984;
}
.social-icons.social-icons-colorized ul li.bitbucket:hover a {
  background: #0E4984;
  color: #ffffff;
  border-color: #0E4984;
}
.social-icons.social-icons-colorized ul li.stack-overflow a {
  color: #EF8236;
}
.social-icons.social-icons-colorized ul li.stack-overflow:hover a {
  background: #EF8236;
  color: #ffffff;
  border-color: #EF8236;
}
.social-icons.social-icons-colorized ul li.hacker-news a {
  color: #FF6600;
}
.social-icons.social-icons-colorized ul li.hacker-news:hover a {
  background: #FF6600;
  color: #ffffff;
  border-color: #FF6600;
}
.social-icons.social-icons-colorized ul li.xing a {
  color: #126567;
}
.social-icons.social-icons-colorized ul li.xing:hover a {
  background: #126567;
  color: #ffffff;
  border-color: #126567;
}
.social-icons.social-icons-colorized ul li.instagram a {
  color: #3F729B;
}
.social-icons.social-icons-colorized ul li.instagram:hover a {
  background: #3F729B;
  color: #ffffff;
  border-color: #3F729B;
}
.social-icons.social-icons-colorized ul li.quora a {
  color: #A82400;
}
.social-icons.social-icons-colorized ul li.quora:hover a {
  background: #A82400;
  color: #ffffff;
  border-color: #A82400;
}
.social-icons.social-icons-colorized ul li.openid a {
  color: #E16309;
}
.social-icons.social-icons-colorized ul li.openid:hover a {
  background: #E16309;
  color: #ffffff;
  border-color: #E16309;
}
.social-icons.social-icons-colorized ul li.steam a {
  color: #111111;
}
.social-icons.social-icons-colorized ul li.steam:hover a {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}
.social-icons.social-icons-colorized ul li.amazon a {
  color: #E47911;
}
.social-icons.social-icons-colorized ul li.amazon:hover a {
  background: #E47911;
  color: #ffffff;
  border-color: #E47911;
}
.social-icons.social-icons-rounded ul li a {
  height: 30px;
  width: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dddddd;
  border-radius: 100%;
}
/**
    Breadcrumb Styles
*/
.breadcrumb-area {
  background: #F5F8FA
}
.cr-breadcrumb {
  color: #003F71;
  padding: 300px 0 150px;
}
.pg-portfolio-details > p {
  color: #333;
}
.cr-breadcrumb.text-center {
  padding: auto 50px;
}
.cr-breadcrumb h1 {
  font-size: 50px;
  letter-spacing: 1px;
}
.cr-breadcrumb p {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.cr-breadcrumb ul {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 0;
}
.cr-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
}
.cr-breadcrumb ul li::after {
  content: "/";
  padding: 0 5px;
}
.cr-breadcrumb ul li:last-child::after {
  display: none;
}
.cr-breadcrumb ul li a {
  color: #ffffff;
}
.cr-breadcrumb ul li a:hover {
  color: #20c9c7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-breadcrumb {
    padding: 280px 0 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-breadcrumb {
    padding: 150px 0;
    padding-top: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-breadcrumb {
    padding: 100px 0;
  }
  .cr-breadcrumb h1 {
    font-size: 36px;
  }
}
/**
    Accordion Styles
*/
.accordion-wrap {
  margin-top: -20px;
}
.accordion {
  margin-top: 20px;
}
.accordion-title {
  background: #20c9c7;
  text-align: left;
  color: #ffffff;
  padding: 18px 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.accordion-title:not(.collapsed) {
  background: #e3ad1a;
  color: #ffffff;
}
.accordion-title:focus, .accordion-title:active {
  outline: none;
}
.accordion-title h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.accordion-body {
  padding: 25px;
  color: #333;
  text-align: left;
  padding-bottom: 10px;
}
/* Accordion Style 2 */
.accordion-style-2 .accordion-title {
  border-radius: 0px;
  padding-right: 50px;
}
.accordion-style-2 .accordion-title:after {
  content: "\ed19";
  font-family: "Icofont";
  position: absolute;
  top: 50%;
  text-align: center;
  right: 0;
  width: 50px;
  background: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-style-2 .accordion-title:not(.collapsed):after {
  content: "\ed5c";
}
.bg-grey .accordion .accordion-title:not(.collapsed) {
  background: #ffffff;
}
@media only screen and (max-width: 575px) {
  .accordion-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq-wrapper {
  margin-top: 20px;
}
.faq-wrapper .accordion-wrap {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq-wrapper {
    margin-top: 0;
  }
}
/**
    Pagination Styles
*/
.cr-pagination {
  margin-top: 70px;
}
.cr-pagination ul {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 0;
}
.cr-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  margin-top: 10px;
}
.cr-pagination ul li:first-child {
  margin-left: 0;
}
.cr-pagination ul li:last-child {
  margin-right: 0;
}
.cr-pagination ul li a {
  border: 1px solid #dddddd;
  padding: 4px 15px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}
.cr-pagination ul li a:hover {
  background: #20c9c7;
  color: #ffffff;
  border-color: #20c9c7;
}
/*******************
Blocks Styles
********************/
/**
	Header Styles
*/
.header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header nav.menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.header nav.menu ul li {
  display: inline-block;
  padding: 0 22px;
}
.header nav.menu ul li:first-child {
  padding-left: 0;
}
.header nav.menu ul li:last-child {
  padding-right: 0;
}
.header nav.menu ul li a {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.75px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 32px 0;
  display: inline-block;
}
.header nav.menu ul li:hover > a, .header nav.menu .cr-megamenu-single ul li a:hover {
  color: #20c9c7;
}
.header .logo a {
  display: inline-block;
}
.header .header-top-area {
  padding: 13px 0;
}
.header .header-iconline ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}
.header .header-iconline ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  font-size: 13px;
  line-height: 24px;
  color: #555;
}
.header .header-iconline ul li:first-child {
  padding-left: 0;
}
.header .header-iconline ul li:last-child {
  padding-right: 0;
}
.header .header-iconline ul li i {
  padding-right: 13px;
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-iconline ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.header .header-iconline ul li a:hover {
  color: #20c9c7;
}
.header .social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header .social-icons ul li {
  display: inline-block;
}
.header .social-icons ul li a {
  display: inline-block;
}
.header .social-icons ul li:hover a {
  color: #20c9c7;
}
.header .trigger-menu-icon {
  width: 35px;
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.header .trigger-menu-icon span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 8px 0;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.header .trigger-menu-icon.is-active span {
  visibility: hidden;
  opacity: 0;
}
.header .trigger-menu-icon.is-active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  opacity: 1;
  margin-bottom: -9px;
}
.header .trigger-menu-icon.is-active span:last-child {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -8px;
}
.header-iconline {
  margin-left: 60px;
}
.social-icons {
  margin-right: 55px;
}
.single-widget .social-icons {
  margin-right: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header nav.menu ul li {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-wrapper a.cr-btn {
    position: absolute;
    top: 14px;
    right: 50px;
    z-index: 9999;
  }
  .header-iconline {
    margin-left: 0px;
  }
  .social-icons {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-wrapper .mobile-menu {
    text-align: center;
  }
  .mobile-menu-wrapper .mobile-menu a.cr-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header .header-top-area {
    background: #000c27 none repeat scroll 0 0;
  }
  .header-iconline {
    margin-left: 0px;
  }
  .social-icons {
    margin-right: 0px;
  }
  .header .header-iconline {
    text-align: center !important;
  }
  .header .header-iconline ul li {
    padding: 0 30px;
  }
  .header .header-iconline ul li:first-child {
    padding-left: 30px;
  }
  .header .header-iconline ul li:last-child {
    padding-right: 30px;
  }
  .header .social-icons {
    text-align: center !important;
  }
}
.transparent-header {
  position: absolute;
  background: transparent;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .header-top-area {
    background: #000c27 none repeat scroll 0 0;
  }
  .about-left-image {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .transparent-header {
    position: relative;
    padding-top: 0;
  }
}
.fixed-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* Sticky Header */
.sticky-header:not(.header-sidemenu).is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #073E7C;
  -webkit-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -moz-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -ms-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -o-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.sticky-header:not(.header-sidemenu).is-sticky nav.menu > ul > li > a {
  padding: 23px 0;
}
.single-banner-content a:last-child {
  background: #003F71;
  color: #FFF
}
/* Header Minimal Style 1 */
.header-minimal-1 {
  border-bottom: 1px solid #dddddd;
}
.header-minimal-1 nav.menu ul li {
  padding: 0 30px;
}
.header-minimal-1 nav.menu ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  padding: 38px 0;
}
.header-minimal-1 nav.menu ul li:hover a {
  color: #333;
}
.header-minimal-1 nav.menu ul li.cr-dropdown .cr-megamenu-wrap, .header-minimal-1 nav.menu ul li.cr-sub-dropdown .cr-megamenu-wrap, .header-minimal-1 nav.menu ul li.cr-megamenu .cr-megamenu-wrap {
  text-align: left;
}
.header-minimal-1 nav.menu ul li.cr-dropdown .cr-megamenu-single h6, .header-minimal-1 nav.menu ul li.cr-sub-dropdown .cr-megamenu-single h6, .header-minimal-1 nav.menu ul li.cr-megamenu .cr-megamenu-single h6 {
  color: #ffffff;
}
.header-minimal-1 nav.menu ul li.cr-dropdown .cr-megamenu-single ul li a::before, .header-minimal-1 nav.menu ul li.cr-sub-dropdown .cr-megamenu-single ul li a::before, .header-minimal-1 nav.menu ul li.cr-megamenu .cr-megamenu-single ul li a::before {
  display: none;
}
.header-minimal-1 nav.menu ul li.cr-dropdown .cr-megamenu-single ul li:hover a, .header-minimal-1 nav.menu ul li.cr-sub-dropdown .cr-megamenu-single ul li:hover a, .header-minimal-1 nav.menu ul li.cr-megamenu .cr-megamenu-single ul li:hover a {
  color: #ffffff;
}
.header-minimal-1 nav.menu ul li.cr-dropdown > ul, .header-minimal-1 nav.menu ul li.cr-sub-dropdown > ul, .header-minimal-1 nav.menu ul li.cr-megamenu > ul {
  text-align: left;
}
.header-minimal-1 nav.menu ul li.cr-dropdown > ul > li > a, .header-minimal-1 nav.menu ul li.cr-sub-dropdown > ul > li > a, .header-minimal-1 nav.menu ul li.cr-megamenu > ul > li > a {
  color: #aaaaaa;
}
.header-minimal-1 nav.menu ul li.cr-dropdown > ul > li > a::before, .header-minimal-1 nav.menu ul li.cr-sub-dropdown > ul > li > a::before, .header-minimal-1 nav.menu ul li.cr-megamenu > ul > li > a::before {
  display: none;
}
.header-minimal-1 nav.menu ul li.cr-dropdown > ul > li:hover > a, .header-minimal-1 nav.menu ul li.cr-sub-dropdown > ul > li:hover > a, .header-minimal-1 nav.menu ul li.cr-megamenu > ul > li:hover > a {
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-minimal-1 nav.menu ul li {
    padding: 0 18px;
  }
}
/* Header Minimal Style 2 */
.header-minimal-2 nav.menu ul li a {
  color: #aaa;
  position: relative;
  padding: 22px 0;
  font-weight: 400;
}
.header-minimal-2 nav.menu ul li a:before {
  content: "";
  left: 0;
  bottom: 50%;
  margin-bottom: -11px;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease-in-out 0s;
  -moz-transition: transform 0.4s ease-in-out 0s;
  -ms-transition: transform 0.4s ease-in-out 0s;
  -o-transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.header-minimal-2 nav.menu ul li:hover a {
  color: #fff;
}
.header-minimal-2 nav.menu ul li:hover a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header-minimal-2 nav.menu ul li.cr-dropdown .cr-megamenu-wrap, .header-minimal-2 nav.menu ul li.cr-sub-dropdown .cr-megamenu-wrap, .header-minimal-2 nav.menu ul li.cr-megamenu .cr-megamenu-wrap {
  text-align: left;
}
.header-minimal-2 nav.menu ul li.cr-dropdown .cr-megamenu-single h6, .header-minimal-2 nav.menu ul li.cr-sub-dropdown .cr-megamenu-single h6, .header-minimal-2 nav.menu ul li.cr-megamenu .cr-megamenu-single h6 {
  color: #ffffff;
}
.header-minimal-2 nav.menu ul li.cr-dropdown .cr-megamenu-single ul li a::before, .header-minimal-2 nav.menu ul li.cr-sub-dropdown .cr-megamenu-single ul li a::before, .header-minimal-2 nav.menu ul li.cr-megamenu .cr-megamenu-single ul li a::before {
  display: none;
}
.header-minimal-2 nav.menu ul li.cr-dropdown .cr-megamenu-single ul li:hover a, .header-minimal-2 nav.menu ul li.cr-sub-dropdown .cr-megamenu-single ul li:hover a, .header-minimal-2 nav.menu ul li.cr-megamenu .cr-megamenu-single ul li:hover a {
  color: #ffffff;
}
.header-minimal-2 nav.menu ul li.cr-dropdown > ul, .header-minimal-2 nav.menu ul li.cr-sub-dropdown > ul, .header-minimal-2 nav.menu ul li.cr-megamenu > ul {
  text-align: left;
}
.header-minimal-2 nav.menu ul li.cr-dropdown > ul > li > a, .header-minimal-2 nav.menu ul li.cr-sub-dropdown > ul > li > a, .header-minimal-2 nav.menu ul li.cr-megamenu > ul > li > a {
  color: #aaaaaa;
}
.header-minimal-2 nav.menu ul li.cr-dropdown > ul > li > a::before, .header-minimal-2 nav.menu ul li.cr-sub-dropdown > ul > li > a::before, .header-minimal-2 nav.menu ul li.cr-megamenu > ul > li > a::before {
  display: none;
}
.header-minimal-2 nav.menu ul li.cr-dropdown > ul > li:hover > a, .header-minimal-2 nav.menu ul li.cr-sub-dropdown > ul > li:hover > a, .header-minimal-2 nav.menu ul li.cr-megamenu > ul > li:hover > a {
  color: #ffffff;
}
.header-minimal-2.transparent-header {
  padding-top: 50px;
}
.header-minimal-2.transparent-header nav.menu > ul > li:hover > a {
  color: #ffffff;
}
.header-minimal-2.is-sticky {
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-minimal-2.transparent-header {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-minimal-2.transparent-header {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-minimal-2 nav.menu ul li {
    padding: 0 18px;
  }
}
/* Header Minimal Style 3 */
.header-minimal-3 {
  padding: 30px 0;
}
.header-minimal-3 .trigger-menu-icon span {
  background: #555;
}
.header-minimal-3.is-sticky {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-minimal-3.is-sticky {
    padding: 0;
  }
  .header-minimal-3.is-sticky .social-icons {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-minimal-3.is-sticky {
    padding: 0;
  }
  .header-minimal-3.is-sticky .social-icons {
    display: none;
  }
}
/* Header Side Menu Style 1 */
.header-sidemenu {
  width: 375px;
  height: 100vh;
  z-index: 13;
  position: fixed;
  background-image: url(images/others/sidemenu-bg-image.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.header-sidemenu.transparent-header {
  background-image: inherit;
}
.header-sidemenu::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  opacity: 0.7;
}
.header-sidemenu .header-sidemenu-inner {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  margin: auto;
}
.header-sidemenu .header-sidemenu-inner-inside {
  padding: 50px 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.header-sidemenu .header-sidemenu-inner-inside > * {
  width: 100%;
}
.header-sidemenu .header-sidemenu-inner-inside .cr-btn {
  width: auto;
}
.header-sidemenu .header-sidemenu-inner-inside::-ms-scrollbar {
  display: none;
}
.header-sidemenu .header-sidemenu-inner-inside::-webkit-scrollbar {
  display: none;
}
.header-sidemenu nav.menu {
  margin-top: 75px;
  width: 100%;
}
.header-sidemenu nav.menu ul li {
  display: block;
  padding: 0;
  padding: 8px 0;
}
.header-sidemenu nav.menu ul li:first-child {
  padding-top: 0;
}
.header-sidemenu nav.menu ul li:first-child a {
  padding-top: 0;
}
.header-sidemenu nav.menu ul li:last-child {
  padding-bottom: 0;
}
.header-sidemenu nav.menu ul li:last-child a {
  padding-bottom: 0;
}
.header-sidemenu nav.menu ul li a {
  display: block;
  padding: 12px 0;
  color: #fff;
}
.header-sidemenu nav.menu ul li.cr-dropdown ul {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  width: 100%;
  background: transparent;
  padding: 30px 0;
  z-index: 1;
}
.header-sidemenu nav.menu ul li.cr-dropdown ul li a {
  color: #d8d8d8;
  padding: 12px 0;
}
.header-sidemenu nav.menu ul li.cr-dropdown ul li.cr-sub-dropdown ul {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 1;
}
.header-sidemenu nav.menu ul li.cr-dropdown ul li.cr-sub-dropdown > a:after {
  content: "\eb73";
  display: inline-block;
  float: none;
  margin-right: 0;
}
.header-sidemenu .cr-btn, .header-sidemenu button.cr-btn, .header-sidemenu a.cr-btn {
  margin-top: 70px;
}
.header-sidemenu .address {
  margin-top: 70px;
}
.header-sidemenu .address span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.header-sidemenu .address span a {
  color: #fff;
}
.header-sidemenu .address span a:hover {
  color: #20c9c7;
}
.header-sidemenu .social-icons {
  margin-top: 70px;
}
.header-sidemenu .social-icons ul li a {
  color: #fff;
}
.header-sidemenu button.header-sidemenu-trigger {
  position: absolute;
  left: 100%;
  width: 45px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 24px;
  padding: 8px 0;
  border-radius: 0 20.5px 20.5px 0;
  display: block;
  top: 8%;
  border: none;
  outline: none;
  color: #ffffff;
}
.header-sidemenu button.header-sidemenu-trigger i {
  margin-left: -3px;
}
.header-sidemenu-triggered {
  position: absolute;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-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;
}
.header-sidemenu-triggered.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-nav {
    width: 90%;
  }
}
.header-sidemenu.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-sidemenu {
    width: 260px;
  }
  .header-sidemenu nav.menu {
    margin-top: 40px;
  }
  .header-sidemenu nav.menu ul li {
    padding: 0;
  }
  .header-sidemenu a.cr-btn {
    margin-top: 40px;
  }
  .header-sidemenu .address {
    margin-top: 40px;
  }
  .header-sidemenu .social-icons {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sidemenu {
    width: 260px;
  }
  .header-sidemenu nav.menu {
    margin-top: 40px;
  }
  .header-sidemenu nav.menu ul li {
    padding: 0;
  }
  .header-sidemenu a.cr-btn {
    margin-top: 40px;
  }
  .header-sidemenu .address {
    margin-top: 40px;
  }
  .header-sidemenu .social-icons {
    margin-top: 40px;
  }
  .header.fixed-header {
    position: relative;
  }
  .header-sidemenu nav.menu ul li {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-sidemenu {
    width: 260px;
  }
  .header.fixed-header {
    position: relative;
  }
  .header-sidemenu::before {
    opacity: 0.9;
  }
  .header-sidemenu nav.menu ul li {
    padding: 0;
  }
}
.header-sidemenu.header-sidemenu-minimal {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background: #fff;
  z-index: 99991;
}
.header-sidemenu.header-sidemenu-minimal .header-sidemenu-inner {
  background: #fff;
}
.header-sidemenu.header-sidemenu-minimal.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header-sidemenu.header-sidemenu-minimal nav.menu {
  margin: auto;
}
.header-sidemenu.header-sidemenu-minimal nav.menu > ul > li {
  padding: 0;
}
.header-sidemenu.header-sidemenu-minimal nav.menu > ul > li > a {
  color: #333;
  letter-spacing: 1px;
  padding: 15px 0;
}
.header-sidemenu.header-sidemenu-minimal nav.menu > ul > li > a::after {
  line-height: auto;
  vertical-align: top;
}
.header-sidemenu.header-sidemenu-minimal nav.menu > ul > li:hover > a {
  color: #333;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul {
  padding: 80px 0;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown .cr-megamenu-wrap, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-sub-dropdown .cr-megamenu-wrap, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu .cr-megamenu-wrap {
  text-align: center;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown .cr-megamenu-single h6, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-sub-dropdown .cr-megamenu-single h6, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu .cr-megamenu-single h6 {
  color: #333;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown > ul, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-sub-dropdown > ul, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu > ul {
  text-align: center;
  padding: 0;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown > ul li a, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-sub-dropdown > ul li a, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu > ul li a {
  color: #999999;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown > ul li:hover > a, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-sub-dropdown > ul li:hover > a, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu > ul li:hover > a {
  color: #333;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown ul li ul, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-sub-dropdown ul li ul, .header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu ul li ul {
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-minimal-3 {
    padding-top: 0;
  }
  .header-minimal-3 .social-icons {
    position: relative;
    right: 0;
    top: 0;
    z-index: inherit;
  }
  .header-minimal-3 .social-icons ul {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-minimal-3 .social-icons ul li a {
    color: #ffffff;
  }
  .header-minimal-3 .social-icons ul li:hover a {
    color: #aaaaaa;
  }
}
@media only screen and (max-width: 767px) {
  .header-minimal-3 {
    padding-top: 0;
  }
  .header-minimal-3 .social-icons {
    position: relative;
    right: 0;
    z-index: inherit;
  }
  .header-minimal-3 .social-icons ul {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-minimal-3 .social-icons ul li a {
    color: #ffffff;
  }
  .header-minimal-3 .social-icons ul li:hover a {
    color: #aaaaaa;
  }
}
.mobile-menu-wrapper {
  background: #000c27;
  width: 100%;
}
.is-sticky .mobile-menu-wrapper {
  width: 100%;
}
.is-sticky .mobile-menu-wrapper .mobile-menu a.cr-btn {
  display: none;
}
/**
    Navigation Styles
*/
/* Dropdown Styles */
.header nav.menu li.cr-dropdown {
  position: relative;
}
.header nav.menu li.cr-dropdown > a::after {
  content: "\eb73";
  font-family: 'Icofont';
  padding-left: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.header nav.menu li.cr-dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  background: #000c27;
  padding: 20px 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
  z-index: -9;
}
.header nav.menu li.cr-dropdown ul li {
  padding: 0;
  display: block;
  position: relative;
}
.header nav.menu li.cr-dropdown ul li a {
  display: block;
  padding: 6px 0;
  color: #aaaaaa;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.header nav.menu li.cr-dropdown ul li:hover > a {
  color: #20c9c7;
  padding-left: 0;
}
.header nav.menu li.cr-dropdown ul li.cr-sub-dropdown > a:after {
  content: "\eb79";
  font-family: 'Icofont';
  float: right;
  margin-right: -15px;
}
.header nav.menu li.cr-dropdown ul li.cr-sub-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header nav.menu li.cr-dropdown ul li ul {
  visibility: hidden;
  opacity: 0;
  left: calc(100% + 26px);
  top: -20px;
  z-index: -999;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.header nav.menu li.cr-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 99;
}
.header nav.menu li.cr-dropdown.last-element ul {
  right: 0;
  left: auto;
}
.header nav.menu li.cr-dropdown.last-element ul li ul {
  right: calc(100% + 26px);
  left: auto;
}
/* Megamenu Styles */
.header nav.menu li.cr-megamenu {
  position: inherit;
}
.header nav.menu .cr-megamenu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #000c27;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.header nav.menu .cr-megamenu-single {
  padding: 40px 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -moz-flex-grow: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  border-right: 1px solid #353535;
}
.header nav.menu .cr-megamenu-single:last-child {
  border-right: 0;
}
.header nav.menu .cr-megamenu-single > h6 {
  color: #20c9c7;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header nav.menu .cr-megamenu-single > h6:after {
  content: "";
  height: 1px;
  background: #353535;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.header nav.menu .cr-megamenu-single ul li {
  padding: 0;
  display: block;
  position: relative;
}
.header nav.menu .cr-megamenu-single ul li a {
  display: block;
  padding: 6px 0;
  color: #aaaaaa;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.header nav.menu li.cr-megamenu > a::after {
  content: "\eb73";
  font-family: 'Icofont';
  padding-left: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.header nav.menu li.cr-megamenu:hover .cr-megamenu-wrap {
  visibility: visible;
  opacity: 1;
  z-index: 98;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header.megamenu-fullwidth div[class^="col-"] {
  position: inherit !important;
}
.header.megamenu-container .header-inner {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-megamenu-wrap {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cr-megamenu-wrap {
    display: none;
  }
}
.header-style-2 nav.menu .cr-megamenu-wrap {
  left: auto;
  right: -36px;
  width: 152%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-2 nav.menu .cr-megamenu-wrap {
    width: 139%;
  }
}
/**
	Banner Styles
*/
.single-banner {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-banner:active, .single-banner:focus {
  outline: none;
}
.single-banner-content {
  margin-top: 140px;
}
.single-banner-content h3 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: capitalize;
}
.single-banner-content h1 {
  font-size: 74px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}
.single-banner-content h1.font-extra-large {
  font-size: 55px;
}
.single-banner-content h2 {
  font-size: 72px;
}
.single-banner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.single-banner-content a.cr-btn {
  margin-top: 20px;
}
.single-banner-content .button-group {
  margin-top: 30px;
}
.single-banner-content .button-group a.cr-btn, .single-banner-content .button-group button.cr-btn {
  margin-left: 10px;
  margin-right: 10px;
}
.single-banner-content .button-group a.cr-btn:first-child, .single-banner-content .button-group button.cr-btn:first-child {
  margin-left: 0;
}
.single-banner-content .button-group a.cr-btn:last-child, .single-banner-content .button-group button.cr-btn:last-child {
  margin-right: 0;
}
.single-banner-content.text-center .button-group a.cr-btn:first-child {
  margin-left: 10px;
}
.single-banner-content.text-center .button-group a.cr-btn:last-child {
  margin-right: 10px;
}
.single-banner:not(.fullscreen) .single-banner-content {
  padding: 200px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-content h1 {
    font-size: 76px;
  }
  .single-banner-content h1.font-extra-large {
    font-size: 80px;
  }
  .single-banner-content h2 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-content h1 {
    font-size: 76px;
  }
  .single-banner-content h1.font-extra-large {
    font-size: 70px;
  }
  .single-banner-content h3 {
    font-size: 44px;
  }
  .single-banner-content h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner-content {
    text-align: center;
    padding: 100px 0;
  }
  .single-banner-content {
    margin-top: 0;
  }
  .single-banner-content h1 {
    font-size: 56px;
  }
  .single-banner-content h1.font-extra-large {
    font-size: 54px;
  }
  .single-banner-content h3 {
    font-size: 36px;
  }
  .single-banner:not(.fullscreen) .single-banner-content {
    padding: 150px 0;
  }
  .single-banner-content h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .single-banner-content {
    padding: 100px 0;
  }
  .single-banner-content h1 {
    font-size: 36px;
  }
  .single-banner-content h1.font-extra-large {
    font-size: 42px;
  }
  .single-banner-content h2 {
    font-size: 34px;
  }
  .single-banner-content p {
    font-size: 16px;
  }
}
/* Animated Content */
.animated-slider-content .single-banner .single-banner-content > * {
  visibility: hidden;
  opacity: 0;
}
.animated-slider-content .single-banner.slick-active .single-banner-content > * {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
}
.animated-slider-content .single-banner.slick-active .single-banner-content h3 {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
}
.animated-slider-content .single-banner.slick-active .single-banner-content h1 {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
}
.animated-slider-content .single-banner.slick-active .single-banner-content p {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
}
.animated-slider-content .single-banner.slick-active .single-banner-content a.cr-btn {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
}
.animated-slider-content-2 .single-banner .single-banner-content > * {
  visibility: hidden;
  opacity: 0;
}
.animated-slider-content-2 .single-banner.slick-active .single-banner-content > * {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
}
.animated-slider-content-2 .single-banner.slick-active .single-banner-content h3 {
  -webkit-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
}
.animated-slider-content-2 .single-banner.slick-active .single-banner-content h1 {
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
}
.animated-slider-content-2 .single-banner.slick-active .single-banner-content p {
  -webkit-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -moz-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -ms-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -o-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
}
.animated-slider-content-2 .single-banner.slick-active .single-banner-content a.cr-btn {
  -webkit-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -moz-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -ms-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -o-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area.cr-slider-navigation-1 .cr-slider-nav {
    top: auto;
    bottom: 30px;
  }
  .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
    left: auto;
    right: calc(50% + 20px);
  }
  .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
    right: auto;
    left: calc(50% + 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.cr-slider-navigation-1 .cr-slider-nav {
    top: auto;
    bottom: 30px;
  }
  .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
    left: auto;
    right: calc(50% + 15px);
  }
  .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
    right: auto;
    left: calc(50% + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.cr-slider-navigation-1 .cr-slider-nav {
    top: auto;
    bottom: 30px;
  }
  .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
    left: auto;
    right: calc(50% + 15px);
  }
  .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
    right: auto;
    left: calc(50% + 15px);
  }
}
/* Minimal */
.banner-area .single-banner {
  position: relative;
  z-index: 3;
}
.banner-layers {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.banner-layers img {
  width: auto;
}
.banner-layers .banner-layer-1 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: rotateIn 1.3s ease-in-out 0s 1 both;
  -moz-animation: rotateIn 1.3s ease-in-out 0s 1 both;
  -ms-animation: rotateIn 1.3s ease-in-out 0s 1 both;
  -o-animation: rotateIn 1.3s ease-in-out 0s 1 both;
  animation: rotateIn 1.3s ease-in-out 0s 1 both;
}
.banner-layers .banner-layer-2 {
  position: absolute;
  left: 40%;
  top: 17%;
  -webkit-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
  -moz-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
  -ms-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
  -o-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
  animation: fadeInDown 1s ease-in-out 0.6s 1 both;
}
.banner-layers .banner-layer-3 {
  position: absolute;
  right: 5%;
  top: 7%;
  -webkit-animation: fadeInRight 1s ease-in-out 1s 1 both;
  -moz-animation: fadeInRight 1s ease-in-out 1s 1 both;
  -ms-animation: fadeInRight 1s ease-in-out 1s 1 both;
  -o-animation: fadeInRight 1s ease-in-out 1s 1 both;
  animation: fadeInRight 1s ease-in-out 1s 1 both;
}

.col-lg-5 {
  animation: fadeInRight2 1s ease-in-out 1s 1 both;
}

.banner-layers .banner-layer-4 {
  position: absolute;
  left: 10%;
  bottom: 9%;
  -webkit-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
  -moz-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
  -ms-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
  -o-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
  animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
}
.banner-layers .banner-layer-5 {
  position: absolute;
  left: 18%;
  bottom: 9%;
  -webkit-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
  -moz-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
  -ms-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
  -o-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
  animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
}
.banner-layers .banner-layer-6 {
  position: absolute;
  right: 30%;
  bottom: 18%;
  -webkit-animation: fadeInUp 1s ease-in-out 1s 1 both;
  -moz-animation: fadeInUp 1s ease-in-out 1s 1 both;
  -ms-animation: fadeInUp 1s ease-in-out 1s 1 both;
  -o-animation: fadeInUp 1s ease-in-out 1s 1 both;
  animation: fadeInUp 1s ease-in-out 1s 1 both;
}
.banner-layers .banner-layer-7 {
  position: absolute;
  right: 5%;
  bottom: 7%;
  -webkit-animation: rotateIn 1s ease-in-out 2.3s 1 both;
  -moz-animation: rotateIn 1s ease-in-out 2.3s 1 both;
  -ms-animation: rotateIn 1s ease-in-out 2.3s 1 both;
  -o-animation: rotateIn 1s ease-in-out 2.3s 1 both;
  animation: rotateIn 1s ease-in-out 2.3s 1 both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-layers img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-layers img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-layers {
    display: none;
  }
}
/* Minimal Banner */
.single-banner.banner-container {
  min-height: 550px;
}
.single-banner.banner-container .single-banner-content {
  padding: 100px 0;
  padding-left: 50px;
  color: #333;
}
.single-banner.banner-container .single-banner-content h1, .single-banner.banner-container .single-banner-content h2, .single-banner.banner-container .single-banner-content h3, .single-banner.banner-container .single-banner-content h4, .single-banner.banner-container .single-banner-content h5, .single-banner.banner-container .single-banner-content h6 {
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  .single-banner.banner-container .single-banner-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-banner.banner-container .single-banner-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-area {
  position: relative;
}
.banner-area .particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner-animate-background {
  position: relative;
  overflow: hidden;
}
.banner-animate-background .animate-background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  -webkit-animation: zoomInOut 20s ease-in-out infinite;
  -moz-animation: zoomInOut 20s ease-in-out infinite;
  -ms-animation: zoomInOut 20s ease-in-out infinite;
  -o-animation: zoomInOut 20s ease-in-out infinite;
  animation: zoomInOut 20s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeInRight2 {
  0% {

    transform: translateX(100vw);
  }

  100% {

    transform: translateX(-100vw);
  }
}



/**
	Service Styels
*/
.services-grid {
  margin-top: -30px;
}
.service-icon {
  display: inline-block;
  vertical-align: middle;
  height: 64px;
  width: 64px;
  position: relative;
  overflow: hidden;
}
.service.service-style-2.text-center {
  position: relative;
}
.service-style-2 .service-thumb {
  overflow: hidden;
}
.service-style-2 .service-content {
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1);
  width: 100%;
}
.service-style-2 .service-content-inner {
  backface-visibility: hidden;
  padding: 0 30px;
  transform: translateY(0px) translateZ(0px);
  width: 100%;
  margin-top: 5px;
}
.service-style-2 .service-content {
  -moz-box-align: center;
  align-items: center;
  background: rgba(32, 201, 199, 0) none repeat scroll 0 0;
  color: #ffffff;
  display: flex;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  padding: 0;
}
.service.service-style-2:hover .service-content {
  background: #20c9c7 none repeat scroll 0 0;
  transform: scale(1);
}
.service.service-style-2:hover .service-content h6 {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.service.service-style-2 .service-content h6 {
  color: #fff;
  font-family: khula;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  visibility: hidden;
}
.service.service-style-2 .service-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  visibility: hidden;
}
.service.service-style-2:hover .service-content p {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.service-icon span {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  font-size: 48px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #20c9c7;
}
.service-icon span i {
  color: #20c9c7;
}
.service-icon span img {
  max-height: 100%;
  max-width: 100%;
}
.service-icon span:first-child {
  top: 50%;
}
.service-icon span:last-child {
  top: 150%;
}
.service-content {
  padding-top: 20px;
}
.service-content h2, .service-content h3, .service-content h4, .service-content h5, .service-content h6 {
  font-weight: 700;
  color: #333;
  font-family: "Roboto", sans-serif;
}
.service-content h2 a, .service-content h3 a, .service-content h4 a, .service-content h5 a, .service-content h6 a {
  color: #333;
}
.service-content h2 a:hover, .service-content h3 a:hover, .service-content h4 a:hover, .service-content h5 a:hover, .service-content h6 a:hover {
  color: #20c9c7;
}
.service-content p {
  margin-bottom: 0;
}
.service-content a.cr-readmore:hover, .service-content a.cr-readmore2:hover {
  color: #20c9c7;
}
.service-image {
  overflow: hidden;
}
.service-image img {
  width: 100%;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.service:hover .service-icon span:first-child {
  top: -50%;
}
.service:hover .service-icon span:last-child {
  top: 50%;
}
.service:hover .service-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.business-content h3 {font-size: 20px}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .signature-title {
    text-align: center;
  }
  .portfolio-content h6 {
    margin-bottom: 8px;
  }
  .portfolio-content h3 {
    font-size: 18px;
  }
  .header .social-icons {
    margin-top: 8px;
  }
  .portfolio-content-inner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service {
    margin: 0;
    margin-top: 20px;
  }
  .signature-title {
    text-align: center;
  }
  .service.service-style-2 .service-content h6 {
    font-size: 22px;
  }
  .services-area {
    padding: 80px 0;
  }
  .accordion-area, .buttons-showcase, .counter-area-showcase, .section-title-showcase, .section-typography-showcase, .section-video-showcase {
    padding: 80px 0;
  }
  .about-area {
    padding: 80px 0 60px;
  }
  .about-us-area {
    padding-top: 25px;
  }
  .header .social-icons {
    margin-top: 8px;
  }
  .portfolio {
    margin-bottom: 20px;
  }
  .blog-details-list-area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-style-2 .service-content-inner {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-2 .service-content-inner {
    padding: 0 20px;
  }
}
/**
	About Styles
*/
.about-content h6 {
  color: #20c9c7;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.about-content h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Khula', sans-serif;
  padding-right: 80px;
}
.about-content p {
  color: #333;
  font-size: 14px;
  line-height: 26px;
}
.about-content .cr-btn, .about-content button.cr-btn, .about-content a.cr-btn {
  margin-top: 14px;
}
.about-content ul {
  text-align: left;
  margin-top: 25px;
}
.about-content.about-content-2 {
  padding: 70px 0;
}
.about-content.about-content-2 h2 {
  padding-right: 290px;
}
.about-content.about-content-2 p {
  padding-right: 205px;
}
.about-content.about-content-2 ul li {
  margin-bottom: 10px;
}
.about-content.about-content-2 ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content h2 {
    padding-right: 0;
  }
  .about-thumb-3 {
    text-align: center;
  }
  .about-content.about-content-2 h2 {
    padding-right: 0;
  }
  .about-content.about-content-2 p {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    text-align: center;
    padding: 0 30px;
    padding-top: 50px;
  }
  .about-content h2 {
    padding-right: 0;
    font-size: 38px;
  }
  .about-content ul {
    text-align: left;
  }
  .about-thumb-3 {
    text-align: center;
  }
  .about-content-2 {
    text-align: left;
  }
  .about-content.about-content-2 h2 {
    padding-right: 100px;
  }
  .about-content.about-content-2 p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-content {
    text-align: center;
    padding: 0 30px;
    padding-top: 50px;
  }
  .about-content h2 {
    padding-right: 0;
  }
  .about-content ul {
    text-align: left;
  }
  .about-thumb-3 {
    text-align: center;
  }
  .about-content.about-content-2 h2 {
    padding-right: 0;
  }
  .about-content.about-content-2 p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-content {
    padding: 0;
    padding-top: 30px;
  }
  .about-content h2 {
    font-size: 32px;
  }
}
.about-area {
  position: relative;
}
.about-content-3 {
  min-height: 590px;
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
.about-thumb-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.about-thumb-2 img {
  width: auto;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .about-thumb-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-content-3 {
    min-height: 450px;
    padding-top: 100px;
  }
  .about-thumb-2 img {
    width: 63%;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .about-content-3 {
    min-height: 450px;
    padding-top: 100px;
  }
  .about-thumb-2 img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-3 {
    min-height: initial;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
  }
  .about-thumb-2 {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
  .about-thumb-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-3 {
    min-height: initial;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
  }
  .about-thumb-2 {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
  .about-thumb-2 img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-3 {
    min-height: initial;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
  }
  .about-thumb-2 {
    position: relative;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }
  .about-thumb-2 img {
    width: 100%;
  }
}
.about-content-4 {
  padding-right: 45px;
}
.about-content-4 h3 {
  font-size: 48px;
  font-weight: 700;
}
.about-content-4 h1, .about-content-4 h2, .about-content-4 h3, .about-content-4 h4, .about-content-4 h5, .about-content-4 h6 {
  color: #333;
  margin-bottom: 30px;
}
.about-content-4 h3 {
  color: #003F71;
  margin-bottom: 15px;
}
.about-content-4 p {
  margin-bottom: 20px;
  color: #333;
}
.about-content-4 a.cr-btn {
  background: #003F71;
  color: #FFF;
	display:inline-block
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-4 {
    padding-bottom: 25px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-4 {
    padding-right: 30px;
    padding-top: 0;
  }
  .counter {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* About Me Page Syle */
.pg-about-content {
  padding-right: 35px;
}
.pg-about-content h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}
.pg-about-content .signature-title {
  margin-top: 40px;
}
.signature-title h5 {
  color: #333;
  font-family: "Khula", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 2px;
}
.signature-title h6 {
  font-size: 13px;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-about-content {
    padding-right: 0;
  }
  .pg-about-content h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .pg-about-content .signature-title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-about-content {
    padding-right: 0;
    padding-top: 40px;
  }
  .pg-about-content h2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 15px;
  }
  .pg-about-content .signature-title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pg-about-content {
    padding-right: 0;
    padding-top: 40px;
  }
  .pg-about-content h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .pg-about-content .signature-title {
    margin-top: 30px;
  }
}
.pg-about-thumb {
  text-align: center;
}
/**
	Features Styles
*/
.features-area-content {
  padding: 60px 0;
}
.features-area-content h2 {
  color: #333;
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 30px;
}
.features-area-content p {
  margin-bottom: 25px;
}
.features-area-content ul {
  margin-bottom: 0;
}
.features-area-content ul li {
  margin-bottom: 8px;
}
.features-area-content ul li:last-child {
  margin-bottom: 0;
}
.feature-area-image {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-content {
    padding-top: 0;
  }
  .feature-area-image {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area-content {
    padding-top: 30px;
  }
  .feature-area-image {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features-area-content {
    padding-top: 30px;
  }
  .feature-area-image {
    padding: 0;
  }
}
/**
	Portfoio Styles
*/
/* Portfolio filter styles */
.portfolio-wrap {
  overflow: hidden;
}
.portfolio-filters {
  text-align: left;
  margin-bottom: 40px;
}
.portfolio-filters button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #333;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 16px;
  outline: medium none;
  padding: 0 25px 5px;
}
.portfolio-filters button:first-child {
  padding-left: 0;
}
.portfolio-filters button:last-child {
  padding-right: 0;
}
.portfolio-filters button.is-checked, .portfolio-filters button:hover {
  color: #20c9c7;
}
.portfolio-filters.portfolio-filters-minimal button {
  padding: 5px 30px;
}
.portfolio-filters.portfolio-filters-minimal button:first-child {
  padding-left: 0;
}
.portfolio-filters.portfolio-filters-minimal button:last-child {
  padding-right: 0;
}
.portfolio {
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
}
.portfoilo-thumb {
  overflow: hidden;
}
.portfoilo-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.portfolio-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  cursor: pointer;
  background: rgba(71, 187, 143, 0);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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-content > * {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.portfolio-content h6 {
  font-size: 16px;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 12px;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.portfolio-content h3 {
  color: #fff;
  margin-bottom: 0;
  visibility: hidden;
  font-size: 24px;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
}
.portfolio-content a {
  color: #fff;
}
.portfolio-content a:hover {
  color: #f1f1f1;
}
.portfolio-content a.portfolio-zoom-trigger {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  padding: 8px 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  visibility: hidden;
  opacity: 0;
}
.portfolio-content a.portfolio-zoom-trigger:hover {
  opacity: #f1f1f1;
}
.portfolio-content-inner {
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio:hover .portfoilo-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio:hover .portfolio-content {
  background: rgba(32, 201, 199, 0.8);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio:hover .portfolio-content > * {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content h6 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content h3 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content a.portfolio-zoom-trigger {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content-inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.portfolio-load-more-button .load-more-toggle {
  margin-top: 50px;
}
.portfolios-style-1 {
  margin-left: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-content h6 {
    margin-bottom: 8px;
  }
  .portfolio-filters button {
    padding: 0 15px 5px;
  }
  .portfolio-content-inner {
    padding: 0;
  }
  .blog-content {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-filters button {
    font-size: 16px;
    padding: 0 4px 5px;
  }
  .blog-content {
    height: 100%;
  }
  .about-content-4 h3 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-headings h1 {
    font-size: 38px;
  }
  .portfolio-area-headings p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area-headings h1 {
    font-size: 36px;
  }
  .portfolio-filters button {
    padding: 0 5px 5px;
    font-size: 16px;
  }
  .portfolio-area-headings p {
    font-size: 16px;
  }
}
.portfolios-minimal-3 .portfolio {
  margin-bottom: 30px;
}
.portfolios-minimal-3 .portfolio-content {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolios-minimal-3 .portfolio:hover .portfolio-content {
  background: rgba(0, 0, 0, 0.5);
}
.portfolios-minimal-4 {
  margin-top: -30px;
}
.portfolios-minimal-4 .portfolio {
  margin: 0;
  margin-top: 30px;
}
/**
	Video Area Styles
*/
.video-area {
  padding-bottom: 240px;
  padding-top: 240px;
}
.video-area-inner {
  color: #fff;
}
.video-area-inner h1 {
  margin-top: 60px;
}
a.video-popup-trigger {
  display: inline-block;
  color: #fff;
}
a.video-popup-trigger i {
  line-height: 1;
  height: auto;
  font-size: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-area {
    padding-top: 230px;
    padding-bottom: 230px;
  }
  .about-content.two {
    padding-top: 0;
  }
  a.video-popup-trigger i {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .video-area {
    padding-top: 230px;
    padding-bottom: 230px;
  }
  .about-content.two {
    padding-top: 0;
  }
  a.video-popup-trigger i {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .video-area {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .about-content.two {
    padding-top: 0;
  }
  .video-area-inner h1 {
    margin-top: 20px;
  }
}
.video-box-showcase {
  margin-top: -50px;
}
.videobox-wrap {
  margin-top: 80px;
}
.videobox-wrap h4 {
  color: #333;
  font-weight: 700;
  margin-bottom: 34px;
}
/* Video Player */
.video-box {
  position: relative;
}
.video-box:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  visibility: hidden;
  opacity: 0;
}
.video-box .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 60px;
  height: 70px;
  width: 70px;
  margin-top: -35px;
  margin-left: -35px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.video-box .play-button i {
  line-height: initial;
}
.video-box .play-button:hover {
  color: #20c9c7;
}
.video-box:hover::before {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-box {
    padding-right: 0;
    padding-left: 0;
  }
  .portfolio-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-box {
    padding-left: 0;
    padding-right: 0;
  }
}
/**
	Counter Styles
*/
.counter {
  position: relative;
}
.counter::after {
  background: #e3ad1a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
.row [class^="col-"]:nth-child(2) .counter::after {
  right: -25px;
}
.row [class^="col-"]:last-child .counter::after {
  display: none;
}
.counter-area {
  z-index: 9;
  position: relative;
}
.counter-area.half-translate {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.counter-area-inner {
  margin: 0 auto;
  width: calc(100% - 500px);
  color: #fff;
  padding: 40px 0;
}
.counter-area-inner [class^="col-"] .counter {
  position: relative;
}
.counter-area-inner [class^="col-"] .counter:after {
  content: "";
  right: 0;
  top: 50%;
  height: 50px;
  width: 1px;
  background: #ddd;
  position: absolute;
  margin-top: -25px;
}
.counter-area-inner [class^="col-"]:last-child .counter:after {
  display: none;
}
.counter-style-2 {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.counter-style-2 .counter {
  padding-top: 10px;
  padding-bottom: 10px;
}
.counter-style-2 .counter h3 {
  color: #333;
}
.counter-style-2 .counter h6 {
  color: #20c9c7;
  font-weight: 700;
}
.counter-content h1 {
  font-size: 38px;
  margin-bottom: 0;
}
.counter-content h4 {
  margin-top: 7px;
  margin-bottom: 0;
  font-weight: 400;
}
.counter h3 {
  font-size: 60px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.counter h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .counter-area-inner {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-area-inner {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area-inner {
    width: 100%;
  }
  .counter.text-left.pl--45 {
    padding-left: 0;
  }
  .counter.text-left.pl--60 {
    padding-left: 25px;
  }
  .counter-content h1 {
    font-size: 36px;
  }
  .counter h3 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area.half-translate {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .counter-area-inner {
    width: 100%;
  }
  .counter-content {
    text-align: center;
    padding: 20px;
  }
  .counter-content h1 {
    font-size: 36px;
  }
  .row [class^="col-"]:nth-child(2) .counter::after {
    right: 0;
  }
  .counter.text-left.pl--45 {
    padding-left: 40px;
  }
  .counter.text-left.pl--60 {
    padding-left: 40px;
  }
  .counter h3 {
    font-size: 42px;
  }
  .counter-area-inner [class^="col-"] .counter:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .counter-area.half-translate {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .counter-area-inner {
    width: 100%;
  }
  .row [class^="col-"]:last-child .counter {
    padding-left: 20px;
  }
  .counter {
    padding: 50px 0;
  }
  .counter-content {
    text-align: center;
    padding: 20px;
  }
  .counter-content h1 {
    font-size: 36px;
  }
  .service-thumb > img {
    width: 100%;
  }
  .counter h3 {
    font-size: 42px;
  }
  .counter-area-inner [class^="col-"] .counter:after {
    display: none;
  }
}
.counter-area-showcase section {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .counter::after {
    background: none;
  }
  .counter {
    text-align: center !important;
  }
}
/**
	Brand Logo Styles
*/
.brand-logo-carousel-activation {
  overflow: hidden;
}
.brand-logo {
  text-align: center;
  padding: 15px 15px;
}
.brand-logo a {
  display: inline-block;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.brand-logo a:hover {
  -webkit-filter: grayscale(0.7);
  -moz-filter: grayscale(0.7);
  -o-filter: grayscale(0.7);
  -ms-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
.brand-logo:focus, .brand-logo:active {
  outline: none;
}
/**
	Blog Styles
*/
.blog-grid {
  margin-top: -30px;
}
.blog {
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.blog-thumb {
  overflow: hidden;
  position: relative;
}
.blog-content {
  background: rgba(32, 201, 199, 0.9) none repeat scroll 0 0;
  height: 320px;
  padding: 25px;
  position: absolute;
  top: 0;
  width: 300px;
}
.blog-thumb a {
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.blog-thumb a img {
  max-width: 100%;
}
.blog-content {
  padding: 25px;
}
.blog-content .blog-meta {
  margin-bottom: 7px;
}
.blog-content .blog-meta span {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  padding-right: 25px;
  font-weight: 500;
}
.blog-content .blog-meta span:last-child {
  padding-right: 0;
}
.blog-content .blog-meta a {
  color: #777;
}
.blog-content .blog-meta a:hover {
  color: #20c9c7;
}
.blog-content h5 {
  color: #ffffff;
  font-family: roboto;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-content > h3 {
  color: #ffffff;
  font-family: roboto;
  font-size: 24px;
  font-weight: 700;
}
.blog-content h5 a {
  color: #fff;
}
.blog-content h5 a:hover {
  color: #444;
}
.blog-content p {
  margin-bottom: 10px;
}
.blog-content p:first-letter {
  text-transform: capitalize;
}
.blog:hover .blog-thumb a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content {
    padding: 20px;
  }
  .portfolio-filters button {
    font-size: 16px;
    padding: 0 20px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content {
    height: 100%;
    width: 100%;
  }
  .blog-content {
    padding: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-content {
    height: 100%;
    width: 100%;
  }
}
/**
    Testimonial Style www.bootstrapmb.com
*/
.testimonial-wrap.testimonial-slider-active, .testimonial-wrap.sidemenu-wrapper-testimonial-slider-active {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial-wrap.testimonial-slider-active .slick-list, .testimonial-wrap.sidemenu-wrapper-testimonial-slider-active .slick-list {
  padding: 0 !important;
}
.testimonial-wrap.testimonial-slider-active .testimonial, .testimonial-wrap.sidemenu-wrapper-testimonial-slider-active .testimonial {
  margin-bottom: 50px;
}
.testimonial-wrap .testimonial.slick-center {
  -webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
}
.testimonial {
  background: #fff;
  display: block;
  padding: 70px 25px;
  margin: 0 15px;
  cursor: ew-resize;
  box-shadow: 0 5px 30px -8px rgba(80, 80, 80, 0.1);
  -o-box-shadow: 0 5px 30px -8px rgba(80, 80, 80, 0.1);
  -ms-box-shadow: 0 5px 30px -8px rgba(80, 80, 80, 0.1);
  -moz-box-shadow: 0 5px 30px -8px rgba(80, 80, 80, 0.1);
  -webkit-box-shadow: 0 5px 30px -8px rgba(80, 80, 80, 0.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial:focus, .testimonial:active {
  outline: none;
}
.testimonial-thumb {
  height: 85px;
  width: 85px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-thumb img {
  width: 100%;
}
.testimonial-content {
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
.testimonial-content p {
  margin-bottom: 0;
}
.testimonial-author {
  margin-top: 24px;
}
.testimonial-author h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #333;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.testimonial-author p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 26px;
  color: #333;
  font-weight: 400;
}
.testimonial-wrap.slick-slider.slick-dotted {
  margin-bottom: 20px;
  margin-top: 5px;
}
/**
    Portfolio Page Styles
*/
.pg-portfolio-images img {
  width: 100%;
}
.pg-portfolio-images img:focus, .pg-portfolio-images img:active {
  outline: none;
}
.pg-portfolio-details {
  margin-top: 70px;
}
.pg-portfolio-infos {
  margin-top: 30px;
}
.pg-portfolio-details h4 {
  color: #333;
  font-family: "Roboto", sans-serif;
}
.pg-portfolio-single-info {
  margin-top: 45px;
}
.pg-portfolio-single-info h5 {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-bottom: 15px;
}
.pg-portfolio-single-info h5::after {
  content: "";
  width: 100%;
  background: #eeeeee;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}
.pg-portfolio-single-info p {
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
}
.pg-portfolio-single-info ul {
  display: inline-block;
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.pg-portfolio-single-info ul li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #333;
}
.pg-portfolio-single-info ul li::after {
  content: "/";
  padding: 0 5px;
}
.pg-portfolio-single-info ul li:last-child::after {
  display: none;
}
.pg-portfolio-single-info ul li a {
  color: #333;
}
.pg-portfolio-single-info ul li a:hover {
  color: #20c9c7;
}
.pg-related-portfolio-wrap {
  margin-top: 60px;
}
.pg-related-portfolio-wrap h4 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333;
}
.pg-related-portfolios .portfolio:focus, .pg-related-portfolios .portfolio:active {
  outline: none;
}
.pg-related-portfolios {
  margin-left: -15px;
  margin-right: -15px;
}
.pg-related-portfolios .portfolio {
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}
/**
    Blog Details Styles
*/
.blog-details-thumbing {
  margin-bottom: 35px;
  position: relative;
}
.date-formate {
  background: #20c9c7 none repeat scroll 0 0;
  bottom: 20px;
  color: #ffffff;
  height: 95px;
  left: 20px;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  width: 90px;
}
.date-formate > h2 {
  line-height: 35px;
  margin: 0;
}
.blog-details-video {
  margin-bottom: 50px;
}
h2.blog-details-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  font-family: "Roboto", sans-serif;
}
.blog-details-meta {
  margin-bottom: 30px;
  padding-left: 0;
}
.blog-details-meta li {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.5px;
}
.blog-details-meta li:after {
  content: "-";
  padding: 0 10px;
}
.blog-details-meta li:last-child:after {
  display: none;
}
.blog-details-meta li a {
  color: #333;
}
.blog-details-meta li a:hover {
  color: #20c9c7;
}
.blog-details-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}
.blog-details-content p {
  color: #333;
  margin-bottom: 30px;
}
.blog-details-content blockquote {
  margin-bottom: 30px;
}
.blog-details-content ol {
  margin-top: 20px;
  color: #333;
  margin-bottom: 20px;
  list-style: decimal-leading-zero;
  list-style-position: inside;
}
.blog-details-content ol li {
  margin-bottom: 10px;
}
.blog-details-content img {
  margin-bottom: 20px;
}
.blog-details-block {
  margin-top: 70px;
}
.blog-details-authorbox {
  padding: 40px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.blog-details-authoriamge {
  border-radius: 100px;
  display: block;
  height: 95px;
  margin-right: 25px;
  overflow: hidden;
  width: 95px;
}
.blog-details-authoriamge img {
  width: 100%;
}
.blog-details-authordes {
  color: #333;
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.blog-details-authordes h6 {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-details-authordes p {
  color: #333;
  margin-bottom: 0;
}
.blog-details-social {
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 20px;
}
.blog-details-social h6 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 10px;
}
.blog-details-social-icons {
  margin-right: 30px;
}
.blog-details-social-icons, .blog-details-tags {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.blog-details-tags ul {
  margin-bottom: 4px;
  padding-left: 0;
}
.blog-details-tags ul li {
  display: inline-block;
  font-size: 16px;
  color: #808080;
  font-weight: 300;
}
.blog-details-tags ul li:after {
  content: ",";
}
.blog-details-tags ul li:last-child:after {
  display: none;
}
.blog-details-tags ul li a {
  color: #333;
  display: inline-block;
  font-size: 14px;
}
.blog-details-tags ul li a:hover {
  color: #20c9c7;
}
.blog-details-block.commentbox form {
  margin-top: -10px;
}
.blog-details-block.commentbox form .single-input {
  margin-top: 30px;
}
.blog-details-block.commentbox form .single-input button {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content img.alignright {
    float: none;
    padding-left: 0;
  }
  h2.blog-details-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content img.alignright {
    float: none;
    padding-left: 0;
  }
  .blog-details-list-area.left-side {
    padding: 70px 0 120px;
  }
  .blog-details-list-area.left-side .blog-details {
    padding-top: 100px;
  }
  .pg-portfolio-infos {
    margin-top: 0px;
  }
  h2.blog-details-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content img.alignright {
    float: none;
    padding-left: 0;
  }
  .pg-portfolio-infos {
    margin-top: 0px;
  }
  .blog-details-content ol {
    padding: 0;
  }
  .blog-details-content img {
    margin-top: 20px;
  }
  .blog-details-list-area.left-side .blog-details {
    padding-top: 80px;
  }
  .col-lg-6.col-md-6:last-child article.blog {
    margin: 0;
  }
  article.blog {
    margin-bottom: 30px;
  }
  h2.blog-details-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-content img.alignright {
    float: none;
    padding-left: 0;
  }
  .pg-portfolio-infos {
    margin-top: 0px;
  }
  .blog-details-content img {
    margin-bottom: 20px;
  }
  .blog-details-content ol {
    padding: 0;
  }
  h2.blog-details-title {
    font-size: 26px;
  }
  .blog-details-authorbox {
    padding: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-lg-6.col-md-6:last-child article.blog {
    margin: 0;
  }
  article.blog {
    margin-bottom: 30px;
  }
  .blog-details-authordes {
    margin-top: 20px;
  }
}
/* Commentlist */
.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.comment:first-child {
  margin-top: 0;
}
.comment.reply {
  margin-left: 150px;
}
.comment__content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.comment__content a.reply {
  font-size: 14px;
  color: #20c9c7;
  font-weight: 600;
  text-transform: uppercase;
}
.comment__content a.reply:hover {
  color: #333;
}
.comment__content__top {
  margin-right: 30px;
  margin-bottom: 10px;
}
.comment__content__top h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.comment__content__top span {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}
.comment__content__bottom {
  -webkit-box-flex: 0;
  color: #333;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.single-input label {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .comment.reply {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .comment.reply {
    margin-left: 30px;
  }
  .comment {
    margin-top: 38px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comment__content {
    padding-top: 20px;
  }
  .pg-blog-authorbox {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .about-us-area {
    padding-top: 45px;
  }
  .row [class^="col-"]:last-child .counter {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .counter {
    padding: 40px 0 0;
  }
  .about-area {
    padding: 80px 0 60px;
  }
  .pg-blog-authordes {
    padding-top: 20px;
  }
}
/* Commentbox */
.commentbox .single-input {
  margin-top: 50px;
}
.commentbox .single-input input, .commentbox .single-input select, .commentbox .single-input textarea {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.commentbox .single-input input:focus, .commentbox .single-input input:active, .commentbox .single-input select:focus, .commentbox .single-input select:active, .commentbox .single-input textarea:focus, .commentbox .single-input textarea:active {
  border-color: #20c9c7;
}
.blog-details-thumbing .slick-slide:focus, .blog-details-thumbing .slick-slide:active {
  outline: none;
}
/**
    Contact Page Styles
*/
.pg-contact-form .small-title {
  padding-right: 300px;
}
.pg-contact-form form {
  margin-left: -6px;
  margin-right: -6px;
}
.pg-contact-form .single-input {
  margin: 0 6px;
  margin-top: 22px;
}
.pg-contact-form input, .pg-contact-form select, .pg-contact-form textarea {
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
}
.pg-contact-form input:-moz-placeholder, .pg-contact-form select:-moz-placeholder, .pg-contact-form textarea:-moz-placeholder {
  color: #333;
}
.pg-contact-form input::-moz-placeholder, .pg-contact-form select::-moz-placeholder, .pg-contact-form textarea::-moz-placeholder {
  color: #333;
}
.pg-contact-form input:-ms-input-placeholder, .pg-contact-form select:-ms-input-placeholder, .pg-contact-form textarea:-ms-input-placeholder {
  color: #333;
}
.pg-contact-form input::-webkit-input-placeholder, .pg-contact-form select::-webkit-input-placeholder, .pg-contact-form textarea::-webkit-input-placeholder {
  color: #333;
}
.pg-contact-form input:focus, .pg-contact-form input:active, .pg-contact-form select:focus, .pg-contact-form select:active, .pg-contact-form textarea:focus, .pg-contact-form textarea:active {
  border-color: #20c9c7;
}
.pg-contact-form button {
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 3;
}
.pg-contact-form.pg-contact-form-2 form {
  margin-left: -15px;
  margin-right: -15px;
}
.pg-contact-form.pg-contact-form-2 .single-input {
  margin-left: 15px;
  margin-right: 15px;
}
.pg-contact-form.pg-contact-form-2 .single-input input, .pg-contact-form.pg-contact-form-2 .single-input select, .pg-contact-form.pg-contact-form-2 .single-input textarea {
  border: none;
  border-bottom: 1px solid #999999;
  border-radius: 0;
  padding: 0;
}
.pg-contact-form.pg-contact-form-2 .single-input input:focus, .pg-contact-form.pg-contact-form-2 .single-input input:active, .pg-contact-form.pg-contact-form-2 .single-input select:focus, .pg-contact-form.pg-contact-form-2 .single-input select:active, .pg-contact-form.pg-contact-form-2 .single-input textarea:focus, .pg-contact-form.pg-contact-form-2 .single-input textarea:active {
  border-color: #20c9c7;
}
.pg-contact-form.pg-contact-form-2 .single-input button {
  border-radius: 0;
}
.pg-contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pg-contact-details ul li:last-child {
  margin-bottom: 0;
}
.pg-contact-details .single-quick-contact {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pg-contact-details .single-quick-contact i {
  font-size: 30px;
  line-height: 30px;
  color: #20c9c7;
  display: inline-block;
  margin-bottom: 30px;
}
.pg-contact-details .single-quick-contact h5 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.pg-contact-details .single-quick-contact p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 0;
}
.pg-contact-details .single-quick-contact p a {
  color: #333;
}
.pg-contact-details .single-quick-contact p a::after {
  content: "/";
  padding: 0 3px;
}
.pg-contact-details .single-quick-contact p a:last-child::after {
  display: none;
}
.pg-contact-details .single-quick-contact p a:hover {
  color: #20c9c7;
}
.contact-map {
  margin-top: 20px;
}
.contact-google-map {
  height: 450px;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.pg-contact-form-map-wrapper .pg-contact-form .small-title {
  padding-right: 150px;
}
.pg-contact-form-map-wrapper .pg-contact-map-wrapper .small-title {
  padding-right: 190px;
}
.pg-contact-form-map-wrapper .pg-contact-map-wrapper .contact-map {
  margin-top: 60px;
}
.pg-contact-form-map-wrapper .pg-contact-map-wrapper .contact-google-map {
  height: 350px;
  border-radius: 0;
}
.pg-contact-map-fullscreen .contact-google-map {
  border-radius: 0;
  border: none;
}
.pg-contact-form .small-title, .pg-contact-details .small-title {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-contact-form-map-wrapper .pg-contact-form .small-title {
    padding-right: 0;
  }
  .pg-contact-form-map-wrapper .pg-contact-map-wrapper .small-title {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-contact-details {
    margin-top: 60px;
  }
  .map-area .pg-contact-details {
    margin-top: 0;
  }
  .pg-contact-form .small-title {
    padding-right: 100px;
  }
  .contact-google-map {
    height: 350px;
  }
  .pg-contact-map-wrapper {
    margin-top: 50px;
  }
  .pg-contact-details.mobile-mt-0 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pg-contact-details {
    margin-top: 60px;
  }
  .map-area .pg-contact-details {
    margin-top: 0;
  }
  .pg-contact-form .small-title {
    padding-right: 50px;
  }
  .contact-google-map {
    height: 350px;
  }
  .pg-contact-details.mobile-mt-0 {
    margin-top: 0;
  }
  .pg-contact-map-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .pg-contact-details {
    margin-top: 50px;
  }
  .map-area .pg-contact-details {
    margin-top: 0;
  }
  .pg-contact-form .small-title {
    padding-right: 0;
  }
  .contact-google-map {
    height: 350px;
  }
  .pg-contact-form-map-wrapper .pg-contact-form .small-title {
    padding-right: 0;
  }
  .pg-contact-form-map-wrapper .pg-contact-map-wrapper .small-title {
    padding-right: 0;
  }
}
.cr-contact-message-modal {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  background: rgba(25, 25, 25, 0.95);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 1;
  z-index: -9;
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
  padding: 30px;
  padding-right: 60px;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.cr-contact-message-modal .form-messege {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}
.cr-contact-message-modal .form-messege.error {
  color: #f6644F;
}
.cr-contact-message-modal .form-messege.success {
  color: #20c9c7;
}
.cr-contact-message-modal.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cr-contact-message-modal button {
  position: absolute;
  right: 25px;
  top: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: transparent;
  color: #ffffff;
  outline: none;
  border: none;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .cr-contact-message-modal {
    padding-right: 40px;
  }
  .cr-contact-message-modal button {
    right: 10px;
    top: 10px;
  }
}
/**
    Widget Styles
*/
.widgets:not(.footer-widgets) {
  margin-top: -50px;
  /* About Widget */
  /* Search Widget */
  /* Widget Recent Post */
  /* Widget Newsletter */
  /* Widget Social */
  /* Widget Categories */
  /* Widget Instafeed */
}
.widgets:not(.footer-widgets).widgets-leftside {
  padding-right: 20px;
}
.widgets:not(.footer-widgets).widgets-rightside {
  padding-left: 20px;
}
.widgets:not(.footer-widgets) .single-widget {
  margin-top: 50px;
}
.widgets:not(.footer-widgets) .single-widget h5.widget-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #20c9c7;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}
.widgets:not(.footer-widgets) .about-widget {
  background: #fafafa;
}
.widgets:not(.footer-widgets) .about-widget .about-widget-person-image {
  height: 110px;
  width: 110px;
  text-align: center;
  line-height: 110px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widgets:not(.footer-widgets) .about-widget .about-widget-content {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
.widgets:not(.footer-widgets) .about-widget .about-widget-content h6 {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 7px;
}
.widgets:not(.footer-widgets) .about-widget .about-widget-content p {
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.widgets:not(.footer-widgets) .about-widget .social-icons ul li a {
  color: #333;
}
.widgets:not(.footer-widgets) .about-widget .social-icons ul li a:hover {
  color: #20c9c7;
}
.widgets:not(.footer-widgets) .search-widget form {
  padding: 30px;
  border: 1px solid #ddd;
  position: relative;
}
.widgets:not(.footer-widgets) .search-widget form input {
  background: #f9f9f9;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  padding-right: 55px;
}
.widgets:not(.footer-widgets) .search-widget form input::-webkit-input-placeholder {
  color: #333;
}
.widgets:not(.footer-widgets) .search-widget form input:-ms-input-placeholder {
  color: #333;
}
.widgets:not(.footer-widgets) .search-widget form input:-moz-placeholder {
  color: #333;
}
.widgets:not(.footer-widgets) .search-widget form input::-moz-placeholder {
  color: #333;
}
.widgets:not(.footer-widgets) .search-widget form button {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 52px;
  margin-top: -25px;
  background: transparent;
  border: none;
  padding: 0;
  color: #333;
}
.widgets:not(.footer-widgets) .search-widget form button:hover {
  color: #333;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-thumb {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-thumb::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-content h6 {
  font-family: "Roboto", sans-serif;
  color: #646464;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: -5px;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-content h6 a {
  color: #333;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-content h6 a:hover {
  color: #20c9c7;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-meta span {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.widgets:not(.footer-widgets) .widget-recent-post ul {
  padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-recent-post ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.widgets:not(.footer-widgets) .widget-recent-post ul li:last-child {
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-recent-post ul li:hover .widget-recent-post-thumb::before {
  opacity: 1;
  visibility: visible;
}
.widgets:not(.footer-widgets) .widget-newsletter form {
  position: relative;
}
.widgets:not(.footer-widgets) .widget-newsletter form input {
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  padding-right: 55px;
}
.widgets:not(.footer-widgets) .widget-newsletter form input::-webkit-input-placeholder {
  color: #333;
}
.widgets:not(.footer-widgets) .widget-newsletter form input:-ms-input-placeholder {
  color: #333;
}
.widgets:not(.footer-widgets) .widget-newsletter form input:-moz-placeholder {
  color: #333;
}
.widgets:not(.footer-widgets) .widget-newsletter form input::-moz-placeholder {
  color: #333;
}
.widgets:not(.footer-widgets) .widget-newsletter form button {
  position: absolute;
  background: #20c9c7;
  color: #ffffff;
  height: 40px;
  right: 5px;
  top: 5px;
  width: 40px;
  border: none;
  outline: none;
  font-size: 20px;
}
.widgets:not(.footer-widgets) .widget-social ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widgets:not(.footer-widgets) .widget-social ul li {
  display: block;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-top: 1px;
  text-align: center;
}
.widgets:not(.footer-widgets) .widget-social ul li a {
  display: block;
  background: #f9f9f9;
  padding: 20px 0;
  border-right: 1px dashed #ddd;
}
.widgets:not(.footer-widgets) .widget-social ul li:nth-child(4n) a {
  border-right: none;
}
.widgets:not(.footer-widgets) .widget-categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li {
  line-height: 26px;
  font-weight: 400;
  color: #333;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
  padding-bottom: 11px;
  font-size: 16px;
}
.widgets:not(.footer-widgets) .widget-categories ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li:last-child {
  padding-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a {
  position: relative;
  color: #333;
  display: block;
  padding-left: 30px;
}
.widgets:not(.footer-widgets) .widget-categories ul li a:before {
  content: url(images/icons/widget-dot.png);
  padding-right: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a:hover {
  color: #20c9c7;
}
.widgets:not(.footer-widgets) .widget-categories ul li span {
  float: right;
}
.widgets:not(.footer-widgets) .widget-instagram > ul {
  margin-left: -2px;
  margin-top: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li {
  display: inline-block;
  height: 118px;
  width: 118px;
  overflow: hidden;
  padding: 2px;
  vertical-align: middle;
  position: relative;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li a {
  display: block;
  position: relative;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li a:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(25, 25, 25, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li ul.likes-comments {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li ul.likes-comments li {
  display: inline-block;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0 5px;
  color: #fff;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li ul.likes-comments li span {
  padding-left: 3px;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li:hover a {
  z-index: 1;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li:hover ul.likes-comments {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widgets:not(.footer-widgets).widgets-leftside {
    padding-right: 0;
  }
  .widgets:not(.footer-widgets).widgets-rightside {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-instagram > ul > li {
    display: inline-block;
    height: 98px;
    width: 98px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets:not(.footer-widgets) {
    margin-top: 100px;
  }
  .widgets:not(.footer-widgets).widgets-leftside {
    padding-right: 0;
  }
  .widgets.widgets-leftside:not(.footer-widgets) {
    margin-top: 0;
    padding-right: 0;
  }
  .single-portfoliopg {
    padding: 120px 0;
  }
  .header.sticky-header.is-sticky .header-top-area {
    display: none;
  }
  .pg-contact-form-map-wrapper {
    padding-bottom: 50px;
    padding-top: 120px;
  }
  .widgets:not(.footer-widgets).widgets-rightside {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-instagram > ul > li {
    display: inline-block;
    height: 115px;
    width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets:not(.footer-widgets) {
    margin-top: 100px;
  }
  .widgets.widgets-leftside:not(.footer-widgets) {
    margin-top: -50px;
  }
  .header.sticky-header.is-sticky .header-top-area {
    display: none;
  }
  .single-portfoliopg {
    padding: 100px 0;
  }
  .pg-contact-form-map-wrapper {
    padding-top: 80px;
  }
  .pg-contact-details .single-quick-contact {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .faq-area {
    padding: 100px 0;
  }
  .map-area {
    padding-bottom: 100px;
  }
  .widgets:not(.footer-widgets).widgets-leftside {
    padding-right: 0;
  }
  .widgets:not(.footer-widgets).widgets-rightside {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-instagram > ul > li {
    display: inline-block;
    height: 115px;
    width: 115px;
  }
}
@media only screen and (max-width: 575px) {
  .widgets:not(.footer-widgets) {
    margin-top: 100px;
  }
  .widgets.widgets-leftside:not(.footer-widgets) {
    margin-top: -50px;
  }
  .cr-readmore, a.cr-readmore, button.cr-readmore {
    margin-top: 8px;
  }
  .blog-content > h3 {
    font-size: 22px;
  }
  .header.sticky-header.is-sticky .header-top-area {
    display: none;
  }
  .widgets:not(.footer-widgets).widgets-leftside {
    padding-right: 0;
  }
  .widgets:not(.footer-widgets).widgets-rightside {
    padding-left: 0;
  }
  .widgets:not(.footer-widgets) .widget-instagram > ul > li {
    display: inline-block;
    height: 98px;
    width: 98px;
  }
}
/**
    Boxed Layout Styles
*/
.wrapper.wrapper-boxed-layout {
  margin: 0 100px;
  width: calc(100% - 200px);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
}
.wrapper.wrapper-boxed-layout header {
  width: calc(100% - 200px);
  left: 100px;
}
.wrapper.wrapper-boxed-layout .counter-area-inner {
  width: 100%;
}
@media only screen and (min-width: 1601px) and (max-width: 1919px) {
  .wrapper.wrapper-boxed-layout {
    margin: 0 70px;
    width: calc(100% - 140px);
  }
  .wrapper.wrapper-boxed-layout .mission-area-thumb {
    height: 80%;
  }
  .wrapper.wrapper-boxed-layout .transparent-header {
    width: calc(100% - 140px);
    left: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .wrapper.wrapper-boxed-layout {
    margin: 0 50px;
    width: calc(100% - 100px);
  }
  .wrapper.wrapper-boxed-layout .container {
    max-width: 1100px;
  }
  .wrapper.wrapper-boxed-layout .single-banner-content h1 {
    font-size: 72px;
  }
  .wrapper.wrapper-boxed-layout .transparent-header {
    width: calc(100% - 100px);
    left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper.wrapper-boxed-layout {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
  .wrapper.wrapper-boxed-layout .transparent-header {
    width: calc(100% - 60px);
    left: 30px;
  }
  .wrapper.wrapper-boxed-layout .counter-content h1 {
    font-size: 34px;
  }
  .wrapper.wrapper-boxed-layout .header-style-2 nav.menu .cr-megamenu-wrap {
    width: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper.wrapper-boxed-layout {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
  .wrapper.wrapper-boxed-layout .transparent-header {
    width: calc(100%);
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper.wrapper-boxed-layout {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .wrapper.wrapper-boxed-layout .transparent-header {
    width: calc(100%);
    left: 0;
  }
}
/**
	Footer Styles
*/
/* Footer Widgets Styles */
.footer-widgets {
  margin-top: -30px;
}
.footer-widgets .footer-widget-title {
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 0 13px;
  margin-bottom: 27px;
}
.footer-widgets .single-widget {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  /* Widget About */
  /* Newsletter */
  /* Quick Links */
  /* Widget Latest Blog */
  /* Widget quick contact */
}
.footer-widgets .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-widgets .single-widget ul li {
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
  margin-bottom: 12px;
}
.footer-widgets .single-widget ul li a {
  color: #fff;
}
.footer-widgets .single-widget ul li a:hover {
  color: #20c9c7
}
.footer-widgets .single-widget.footer-widget-about {
  padding-right: 30px;
}
.footer-widgets .single-widget.footer-widget-about p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 30px;
}
.footer-widgets .single-widget.widget-newsletter {
  padding-right: 30px;
}
.footer-widgets .single-widget.widget-newsletter input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ddd;
  color: #fff;
  font-size: 13px;
  padding-left: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.footer-widgets .single-widget.widget-newsletter input::placeholder {
  color: #fff;
}
.footer-widgets .single-widget.widget-newsletter input::-moz-placeholder {
  color: #fff;
}
.footer-widgets .single-widget.widget-newsletter input:focus, .footer-widgets .single-widget.widget-newsletter input:active {
  outline: none;
}
.footer-widgets .single-widget.widget-newsletter input:focus {
  border-color: #20c9c7;
}
.footer-widgets .single-widget.widget-newsletter button {
  margin-top: 20px;
}
.footer-widgets .single-widget.widget-quick-links {
  margin-left: 0;
  padding-left: 0;
}
.footer-widgets .single-widget.widget-latest-blog {
  padding-left: 17px;
}
.footer-widgets .single-widget.widget-latest-blog ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
}
.footer-widgets .single-widget.widget-latest-blog ul li:last-child {
  margin-bottom: 0;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-thumb {
  padding-right: 20px;
  display: inline-block;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content h6 {
  color: #ffffff;
  font-family: roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content h6 a {
  color: #fff;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content h6 a:hover {
  color: #20c9c7;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-meta span {
  display: inline-block;
  padding-right: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-meta span:last-child {
  padding-right: 0;
}
.footer-widgets .single-widget.widget-quick-contact {
  padding-left: 45px;
}
.footer-widgets .single-widget.widget-quick-contact ul li span {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: block;
}
.footer-widgets .single-widget.widget-quick-contact ul li p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 0;
}
.footer-bottom-area {
  padding: 25px 0;
}
.footer-social {
  float: right;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-social li {
  display: inline-block;
  padding-right: 45px;
}
.footer-social li:last-child {
  padding-right: 0;
}
.footer-social li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.footer-social li a:hover {
  color: #20c9c7;
}
p.footer-copyright {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}
p.footer-copyright a {
  color: #fff;
  font-weight: 500;
}
p.footer-copyright a:hover {
  color: #20c9c7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0;
  }
  .about-us-area .counter {
    display: none;
  }
  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0;
  }
  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0;
  }
  .footer-social {
    text-align: center;
    float: inherit;
    padding-bottom: 15px;
  }
  .footer-social li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about-us-area.pt--80 {
    padding-top: 130px;
  }
  .blogs-area {
    padding-bottom: 100px;
  }
  .counter {
    padding: 50px 0;
  }
  .footer-social {
    padding-bottom: 0;
  }
  .footer-widgets .footer-widget-title {
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .footer-social li:last-child {
    padding-right: 10px;
  }
  p.footer-copyright {
    margin-bottom: 5px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-social {
    float: none;
    padding-bottom: 0px;
    text-align: center;
  }
  .footer-social li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-social li:last-child {
    padding-right: 10px;
  }
  p.footer-copyright {
    text-align: center;
  }
  .footer-widgets .single-widget {
    padding-right: 0;
  }
  .footer-widgets .single-widget.widget-latest-blog {
    padding-left: 0;
  }
  .footer-widgets .single-widget.widget-quick-contact {
    padding-left: 0;
  }
  .footer-widgets {
    margin-top: 0px;
  }
  .footer-widgets .footer-widget-title {
    margin-bottom: 15px;
    padding: 10px 0;
  }
}
.typography-text p, .typography-block > p {
  color: #333;
}
.typography-text.section-padding-bottom-xs {
  padding-bottom: 30px;
}
/* --------- 404 Page ----------*/
.about-headline {
  text-align: center;
}
.about-headline h3 {
  background-color: #091b20;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 20px;
  margin-top: 40px;
  width: 150px;
}
.four-zero-content h2 {
  color: #333;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.four-zero-content.text-center > p {
  margin: 40px 0px;
  color: #333;
  margin-top: 30px;
}
.banner-area.banner-slider-active-with-navigation.animated-slider-content-2.cr-slider-navigation-1.squre-navigation.slick-initialized.slick-slider {
  margin: 0;
}
.pg-contact-form .small-title h2, .pg-contact-details .small-title h2 {
  color: #333;
  font-size: 30px;
}
/*# sourceMappingURL=style.css.map */
.popular-work-area .center {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
section > div > div > div.col-xl-4.col-lg-4.col-md-4.col-sm-4 {
  font-weight: bold;
}
.line {
  border-bottom: #666666 solid;
  text-align: left;
  margin-bottom: 20px;
}


.popular-work-area .single-cat {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  z-index: 1
}
.popular-work-area .single-cat img {
  width: 100%
}
.popular-work-area .single-cat .img-cap {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 10px 10px 10px 5px
}
.popular-work-area .single-cat .img-cap h4 {
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  font-size: 26px;
  color: #1d1d1d;
  font-size: 16px;
  margin-bottom: 0px;
  display: block
}
.popular-work-area .single-cat .img-cap p {
  font-size: 15px;
  color: #686868
}
.popular-work-area .single-cat:hover .img-cap {
  top: 90%
}
.popular-work-area .single-cat:hover .cat-icon i {
  color: #f81f1f
}
.popular-work-area .single-cat.single-cat2 {
  background: #f7fbff
}
/*//////////////　お問い合わせ　//////////////////*/
/* フォームの調整 */
.section-padding30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* フォームの英語表記 */
form#mail_form dl dt span {
  display: block;
  font-size: 85%;
  color: #CCCCCC !important;
}
/* フォームの郵便番号検索 */
form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #091b20 !important;
  border-radius: 3px;
  background: #154451 !important;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none;
}
/* フォームの送信ボタン */
form#mail_form input[type="button"] {
  padding: 7px 20px;
  border: 1px solid #3E8865 !important;
  border-radius: 3px;
  background: #27A379 !important;
  font-size: 100%;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  margin-bottom: 30px;
}
form#mail_form input#form_submit_button {
  margin-left: 20%;
}
/* 同意  */
#agreement h3 {
  margin-bottom: 30px;
}
#agreement ul li {
  list-style: disc;
  float: none;
}
#agree ul {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}
#scene {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
#scene li {
  width: 45%
}
#scene li:last-child {
  width: 100%
}
#scene li:last-child input {
  width: 400% !important
}
select[name="numbers"] {
  width: 30%;
  height: 32px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  padding: 7px 2%;
  text-align: center;
  text-align-last: center;
}
select[name="numbers"]:focus {
  box-shadow: 0px 0px 5px #55ccff;
  background: #FFF;
  outline: none;
}
#agree_check > label > a, #agree_check > label > a:hover {
  color: #d30300;
  margin-bottom: 30px;
}
#agree_check > span.error_check {
  display: none;
  color: #ff0000;
  margin-top: 3px;
  margin-bottom: 20px;
}
/* GoogleMap */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* 規約系のCSS */
#agreement h3 {
  font-weight: bold;
}
#agreement h4 {
  font-weight: bold;
}
#agreement p {
  font-size: small;
  line-height: 1.8em;
}
#product01.pc {
  display: block
}
#product01.sp {
  display: none
}
/*///////////////////////////////////////////////////////////////////////////////*/

  .slider-area2 .hero-cap h2 {
    color: #131979;
    font-size: 42px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1;
  }
  /* ページタイトル背景　*/
  .slider-height2 {
    height: 350px;
    background-size: cover;
  }
/* 各ページタイトルの英語表記 */
div.hero-cap > p {
  color: #131979;
}
/* 各ページタイトルの背景 */
.slider-area2 {
  background-image: none;
  background-color: #E6E8FF;
}
.slider-area2 .hero-cap h2 {
  color: #131979;
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area2 .hero-cap h2 {
    font-size: 50px
  }
}
@media (max-width: 575px) {
  .slider-area2 .hero-cap h2 {
    font-size: 35px
  }
}