/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	about-section
#0.7	services-section
#0.8	cta-section
#0.9	skills-section
#1.0	pricing-section
#1.1	portfolio-section
#1.2	case-studies-section
#1.3	team-member-section
#1.4	blog-faq
#1.5	fun-fact-section
#1.6	partners-section
#1.7	contact-address-section
#1.8	contact-section


----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat:300,400,500,600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f4f5f9;
  font-size: 16px;
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.7);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

strong { color:#0644ff; font-weight:bold; }

em { color:#000; font-weight:bold; font-style:normal; }

::selection { background:#0644ff; color:#fff; }
::-moz-selection { background:#0644ff; color:#fff; }
::-webkit-selection { background:#0644ff; color:#fff; }

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  clear: both;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader {
  display: none;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success-2,
  .contact-validation-active #error,
  .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-s2 {
  margin-bottom: 30px;
}

.section-title > span, .section-title-s2 > span {
  color: #999;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size:16px;
}

.section-title h2, .section-title-s2 h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0.22em 0 0;
  padding-bottom: 0.4em;
  position: relative;
}

@media (max-width: 1199px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-title h2:after, .section-title-s2 h2:after {
  content: "";
  background-color: #0644ff;
  width: 57px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-title-s2 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -5px;
}

@media (max-width: 991px) {
  .section-title-s2 {
    margin-bottom: 40px;
  }
}

.section-title-s2 h2 {
  display: inline-block;
}

.section-title-s2 h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gradient-home .section-title-s2 h2:after {
  background-color: #41dff5 !important;
}

/*****************************
	home-color-style2
*****************************/
.home-color-style2 .section-title h2:after, .home-color-style2 .section-title-s2 h2:after {
  content: "";
  background-color: #30c6a5;
}

/*****************************
	gradient-home
*****************************/
.gradient-home .section-title h2:after, .gradient-home .section-title-s2 h2:after {
  content: "";
  background-color: #30c6a5;
}

/*****************************
	home-colorfull
*****************************/
.home-colorfull .section-title h2:after, .home-colorfull .section-title-s2 h2:after {
  content: "";
  background-color: #30c6a5;
}

/*****************************
	buttons
*****************************/
.theme-btn, .theme-btn-s7 {
  font-family: "Montserrat", sans-serif;
  background-color: #0644ff;
  font-weight: 500;
  height: 47px;
  line-height: 47px;
  color: #fff;
  padding: 0 75px 0 30px;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s7 {
    height: 42px;
    line-height: 42px;
    color: #fff;
    padding: 0 55px 0 20px;
    display: inline-block;
    border-radius: 40px;
  }
}

.theme-btn:after, .theme-btn-s7:after {
  font-family: "FontAwesome";
  content: "\f107";
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
}

@media (max-width: 767px) {
  .theme-btn:after, .theme-btn-s7:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.theme-btn:hover, .theme-btn-s7:hover {
  background-color: #000;
  color: #fff;
}

.theme-btn-s2, .theme-btn-s4, .theme-btn-s6, .theme-btn-s8, .theme-btn-s11 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #0644ff;
  border: 2px solid #0644ff;
  padding: 11px 28px;
  border-radius: 40px;
  display: inline-block;
}

.theme-btn-s2:hover, .theme-btn-s4:hover, .theme-btn-s6:hover, .theme-btn-s8:hover, .theme-btn-s11:hover {
  background-color: #0644ff;
  color: #fff;
}

.theme-btn-s3 {
  font-family: "Montserrat", sans-serif;
  background-color: #0644ff;
  font-weight: 500;
  color: #fff;
  padding: 15px 50px;
  border-radius: 40px;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 35px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 10px 25px;
  }
}

.theme-btn-s3:hover {
  background-color: #0034d2;
  color: #fff;
}

.theme-btn-s4, .theme-btn-s6, .theme-btn-s8, .theme-btn-s11 {
  width: 173px;
  height: 47px;
  line-height: 44px;
  padding: 0;
  text-align: center;
}

@media (max-width: 1199px) {
  .theme-btn-s4, .theme-btn-s6, .theme-btn-s8, .theme-btn-s11 {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 150px;
    height: 45px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s4, .theme-btn-s6, .theme-btn-s8, .theme-btn-s11 {
    font-size: 14px;
    font-size: 0.875rem;
    width: 120px;
    height: 40px;
    line-height: 37px;
  }
}

.theme-btn-s5, .theme-btn-s9, .theme-btn-s12 {
  font-family: "Montserrat", sans-serif;
  background-color: #0644ff;
  color: #fff;
  padding: 12px 48px;
  border: 0;
  outline: 0;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-btn-s5, .theme-btn-s9, .theme-btn-s12 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 9px 38px;
  }
}

.theme-btn-s5:hover, .theme-btn-s9:hover, .theme-btn-s12:hover {
  background-color: #000;
  color: #fff;
}

.theme-btn-s6 {
  background-color: #000;
  color: #fff !important;
  border: 0;
}

.theme-btn-s6:hover {
  background-color: #30c6a5;
}

.theme-btn-s7 {
  background-color: #fff;
  color: #000;
}

.theme-btn-s7:after {
  background: #57d4e6;
  color: #fff;
}

.theme-btn-s7:hover {
  background-color: #2bc9df;
  color: #fff;
}

.theme-btn-s8 {
  border-color: #57d4e6;
  color: #57d4e6;
}

.theme-btn-s8:hover {
  background: #57d4e6;
  background: -webkit-linear-gradient(left, #57d4e6, #5c60f3);
  background: -moz-linear-gradient(left, #57d4e6, #5c60f3);
  background: -o-linear-gradient(left, #57d4e6, #5c60f3);
  background: -ms-linear-gradient(left, #57d4e6, #5c60f3);
  background: -webkit-gradient(linear, left top, right top, from(#57d4e6), to(#5c60f3));
  background: linear-gradient(left, #57d4e6, #5c60f3);
  border: 0;
}

.theme-btn-s9 {
  background: #57d4e6;
  background: -webkit-linear-gradient(left, #5c60f3, #57d4e6);
  background: -moz-linear-gradient(left, #5c60f3, #57d4e6);
  background: -o-linear-gradient(left, #5c60f3, #57d4e6);
  background: -ms-linear-gradient(left, #5c60f3, #57d4e6);
  background: -webkit-gradient(linear, left top, right top, from(#5c60f3), to(#57d4e6));
  background: linear-gradient(left, #5c60f3, #57d4e6);
}

.theme-btn-s9:hover {
  background: #5c60f3;
  background: -webkit-linear-gradient(left, #57d4e6, #5c60f3);
  background: -moz-linear-gradient(left, #57d4e6, #5c60f3);
  background: -o-linear-gradient(left, #57d4e6, #5c60f3);
  background: -ms-linear-gradient(left, #57d4e6, #5c60f3);
  background: -webkit-gradient(linear, left top, right top, from(#57d4e6), to(#5c60f3));
  background: linear-gradient(left, #57d4e6, #5c60f3);
}

.theme-btn-s10 {
  font-family: "Montserrat", sans-serif;
  color: #ffe625;
  padding: 12px 34px;
  border: 2px solid #fff;
  border-radius: 45px;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn-s10 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 28px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s10 {
    padding: 7px 22px;
  }
}

.theme-btn-s10:hover {
  background-color: #fff;
  color: #ff2f27;
}

.theme-btn-s11 {
  color: #19ffe1;
  border-color: #f99b96;
}

.theme-btn-s11:hover {
  background-color: #f4372d;
  color: #fff;
  border-color: #f4372d;
}

.theme-btn-s12 {
  background-color: #ff2f27;
}

.theme-btn-s12:hover {
  background-color: #f30900;
}

/*****************************
	home-color-style2
*****************************/
.home-color-style2 .theme-btn, .home-color-style2 .theme-btn-s7 {
  background-color: #30c6a5;
}

.home-color-style2 .theme-btn:hover, .home-color-style2 .theme-btn-s7:hover {
  background-color: #269d83;
  color: #fff;
}

.home-color-style2 .theme-btn-s4, .home-color-style2 .theme-btn-s6, .home-color-style2 .theme-btn-s8, .home-color-style2 .theme-btn-s11 {
  border-color: #30c6a5;
  color: #30c6a5;
}

.home-color-style2 .theme-btn-s4:hover, .home-color-style2 .theme-btn-s6:hover, .home-color-style2 .theme-btn-s8:hover, .home-color-style2 .theme-btn-s11:hover {
  background-color: #30c6a5;
  color: #fff;
}

.home-color-style2 .theme-btn-s5, .home-color-style2 .theme-btn-s9, .home-color-style2 .theme-btn-s12 {
  background-color: #30c6a5;
}

.home-color-style2 .theme-btn-s5:hover, .home-color-style2 .theme-btn-s9:hover, .home-color-style2 .theme-btn-s12:hover {
  background-color: #269d83;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #0644ff;
  -webkit-box-shadow: 0 0 5px 0 #396aff;
  -moz-box-shadow: 0 0 5px 0 #396aff;
  -o-box-shadow: 0 0 5px 0 #396aff;
  -ms-box-shadow: 0 0 5px 0 #396aff;
  box-shadow: 0 0 5px 0 #396aff;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 300px;
  text-align: right;
  position: relative;
  width: 100%;
}

.page-title .container {
  display: table;
  height: 100%;
}

.page-title .container .title-box {
  padding-top: 130px;
  display: table-cell;
  vertical-align: middle;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.23em;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.page-title .breadcrumb a {
  color: #fff;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.preloader .loader-inner {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .loader-inner span {
  width: 18px;
  height: 18px;
  background-color: #0644ff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: preloader-animation 1.7s infinite ease-in-out both;
  animation: preloader-animation 1.7s infinite ease-in-out both;
}

.preloader .loader-inner span:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.preloader .loader-inner span:nth-child(2) {
  background-color: #30c6a5;
  left: 24px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.preloader .loader-inner span:nth-child(3) {
  background-color: #5c60f3;
  top: 24px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.preloader .loader-inner span:nth-child(4) {
  left: 24px;
  top: 24px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

@keyframes preloader-animation {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes preloader-animation {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/*****************************
	blog sidebar
******************************/
.blog-sidebar {
  padding-left: 70px;
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** recent-post-widget ***/
  /*** tagcloud-widget ***/
  /*** instagram widget ***/
}

@media (max-width: 1199px) {
  .blog-sidebar {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    max-width: 300px;
    padding-left: 0;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 70px;
  }
}

.blog-sidebar ul {
  list-style: none;
}

.blog-sidebar > .widget + .widget {
  margin-top: 50px;
}

.blog-sidebar .widget > h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 1.3em;
  padding-bottom: 0.6em;
  position: relative;
}

@media (max-width: 991px) {
  .blog-sidebar .widget > h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-sidebar .widget > h3:after {
  content: "";
  background-color: #30c6a5;
  width: 57px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog-sidebar .search-widget div {
  position: relative;
}

.blog-sidebar .search-widget input {
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 6px 80px 6px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .search-widget button {
  background-color: #30c6a5;
  width: 70px;
  height: 40px;
  line-height: 40px;
  color: #f5f5f4;
  border: 0;
  outline: 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .search-widget button:hover {
  background-color: #269d83;
}

.blog-sidebar .categories-widget ul > li + li {
  border-top: 1px solid #e1e1e1;
}

.blog-sidebar .categories-widget ul a {
  display: block;
  color: #5d5c5c;
  padding: 9px 0;
  position: relative;
}

.blog-sidebar .categories-widget ul a:hover {
  color: #30c6a5;
}

.blog-sidebar .categories-widget ul a span {
  position: absolute;
  right: 0;
}

.blog-sidebar .categories-widget ul a span:before {
  content: "(";
  position: relative;
  top: 1px;
}

.blog-sidebar .categories-widget ul a span:after {
  content: ")";
  position: relative;
  top: 1px;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget > .post + .post {
  margin-top: 40px;
}

.blog-sidebar .recent-post-widget .entry-media {
  width: 75px;
  float: left;
}

.blog-sidebar .recent-post-widget .entry-details {
  width: calc(100% - 75px);
  float: left;
  padding-left: 15px;
}

.blog-sidebar .recent-post-widget .entry-details h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 0.3em;
}

.blog-sidebar .recent-post-widget .entry-details h4 a {
  color: #000;
}

.blog-sidebar .recent-post-widget .entry-details h4 a:hover {
  color: #30c6a5;
}

.blog-sidebar .recent-post-widget .date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #bebfc0;
}

.blog-sidebar .tagcloud-widget > div {
  margin: 0 -5px;
}

.blog-sidebar .tagcloud-widget a {
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  color: #bfbfbf;
  padding: 6px 18px;
  margin: 5px 3px;
  border: 2px solid #d9d9d9;
  display: inline-block;
  border-radius: 30px;
}

.blog-sidebar .tagcloud-widget a:hover {
  background-color: #30c6a5;
  border-color: #30c6a5;
  color: #fff;
}

.blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  clear: both;
  overflow: hidden;
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background-color: #30c6a5;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform:uppercase;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li.current-menu-item a {
  text-decoration: none;
  color: #0644ff;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #0644ff;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 8px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #0644ff;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #0644ff;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #0644ff;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #0644ff;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/************************************
	header style 1
*************************************/
.header-style-1 {
  /*** topbar ***/
  /*** navigation ***/
  /** side-info-bar ***/
}

@media screen and (min-width: 992px) {
  .header-style-1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
}

@media (max-width: 991px) {
  .header-style-1 {
    background-color: #131313;
    border-bottom: 1px solid #292929;
  }
}

.header-style-1 .topbar {
  padding: 20px 0;
}

@media (max-width: 991px) {
  .header-style-1 .topbar {
    border-bottom: 1px solid #292929;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 .topbar > .container {
    padding: 0;
  }
}

.header-style-1 .language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 75px;
}

@media (max-width: 767px) {
  .header-style-1 .language {
    display: none;
  }
}

.header-style-1 .language .btn {
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
}

.header-style-1 .language .btn:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
}

.header-style-1 .site-logo {
  text-align: center;
}

.header-style-1 .info-search {
  padding-left: 45px;
  position: relative;
}
.info-search p a {
color:#ccc;
text-decoration:none;
}

.info-search p a:hover {
color:#0644ff;
text-decoration:underline;
}

@media (max-width: 1199px) {
  .header-style-1 .info-search {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .info-search {
    display: none;
  }
}

.header-style-1 .info-search p {
  margin: 0;
  color: #fff;
}

.header-style-1 .info-search p i {
  display: inline-block;
  padding-right: 5px;
}

.header-style-1 .header-search-area {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .header-style-1 .header-search-area {
    position: absolute;
    right: 50px;
    top: 72px;
    z-index: 1;
  }
}

.header-style-1 .header-search-area button {
  background: transparent;
  color: #fff;
  border: 0;
  outline: 0;
}

.header-style-1 .social-links {
  background: #0644ff;
  padding: 26px 35px;
  position: absolute;
  right: 0;
}

@media (max-width: 991px) {
  .header-style-1 .social-links {
    padding: 24px 12px;
    right: auto;
    left: 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .social-links {
    padding: 25px 12px;
  }
}

.header-style-1 .social-links ul {
  list-style: none;
  overflow: hidden;
}

.header-style-1 .social-links ul li {
  float: left;
}

.header-style-1 .social-links ul > li + li {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .header-style-1 .social-links ul > li + li {
    margin-left: 10px;
  }
}

.header-style-1 .social-links ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.header-style-1 .social-links ul li a:hover {
  color: #000;
}

@media screen and (min-width: 992px) {
  .header-style-1 .navigation {
    background-color: transparent;
  }
  .header-style-1 .navigation .container {
    background-color: #fff;
  }
  .header-style-1 #navbar {
    margin-left: 40px;
  }
  .header-style-1 #navbar > ul > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    padding: 27px 12px;
  }
  .header-style-1 #navbar > ul > li > a:hover,
  .header-style-1 #navbar > ul > li.current-menu-item > a {
    color: #0644ff;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar {
    margin-left: 60px;
  }
  .header-style-1 #navbar > ul > li > a {
    padding: 27px 20px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation {
    background-color: #131313;
    height: 70px;
  }
  .header-style-1 .navbar-header button {
    top: 17px;
  }
}

.header-style-1 .side-info {
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .header-style-1 .side-info {
    left: 30px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .side-info {
    display: none;
  }
}

.header-style-1 .side-info-open-btn {
  background-color: transparent;
  color: #000;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-1 .side-info-open-btn:focus {
  border: 0;
  outline: 0;
}

/************************************
	header style 2
*************************************/
.header-style-2 {
  width: 100%;
  padding: 40px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

@media (max-width: 991px) {
  .header-style-2 {
    background: #100f0f;
    position: fixed;
    padding: 20px 0 25px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .site-logo {
    margin-left: 15px;
  }
}

.header-style-2 .navbar-header button {
  top: -4px;
}

.header-style-2 .container {
  position: relative;
}

.header-style-2 .header-search-area {
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) {
  .header-style-2 .header-search-area {
    right: 70px;
    top: 3px;
  }
}

.header-style-2 .header-search-area .open-btn {
  background: transparent;
  padding: 0;
  color: #fff;
  border: 0;
  outline: 0;
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation-holder {
    visibility: hidden;
    opacity: 0;
  }
}

/************************************
	header style 3
*************************************/
.header-style-3, .header-style-5, .header-style-6 {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

@media (max-width: 991px) {
  .header-style-3, .header-style-5, .header-style-6 {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.header-style-3 .navigation, .header-style-5 .navigation, .header-style-6 .navigation {
  background-color: transparent;
}

.header-style-3 .container, .header-style-5 .container, .header-style-6 .container {
  position: relative;
}

@media (max-width: 991px) {
  .header-style-3 .container, .header-style-5 .container, .header-style-6 .container {
    padding: 40px 0;
  }
}

.header-style-3 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .header-style-3 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder {
    margin-right: 60px;
  }
  .header-style-3 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    background-color: transparent;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    padding: 45px 22px;
  }
  .header-style-3 #navbar > ul > li > a:hover, .header-style-5 #navbar > ul > li > a:hover, .header-style-6 #navbar > ul > li > a:hover,
  .header-style-3 #navbar > ul > li.current-menu-item > a, .header-style-5 #navbar > ul > li.current-menu-item > a, .header-style-6 #navbar > ul > li.current-menu-item > a {
    color: #30c6a5;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-3 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder {
    margin-right: 100px;
  }
}

.header-style-3 .header-search-area, .header-style-5 .header-search-area, .header-style-6 .header-search-area {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .header-style-3 .header-search-area, .header-style-5 .header-search-area, .header-style-6 .header-search-area {
    right: 65px;
  }
}

.header-style-3 .header-search-area .open-btn, .header-style-5 .header-search-area .open-btn, .header-style-6 .header-search-area .open-btn {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  color: white;
}

.header-style-3 .navbar-header button, .header-style-5 .navbar-header button, .header-style-6 .navbar-header button {
  top: 22px;
}

/************************************
	header style 4
***************************************/
@media screen and (min-width: 992px) {
  .header-style-4 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
}

@media (max-width: 991px) {
  .header-style-4 {
    background-color: #080707;
    padding: 10px 0;
  }
}

.header-style-4 .container {
  position: relative;
}

.header-style-4 .site-logo {
  display: inline-block;
  margin-top: 10px;
}

.header-style-4 .side-menu {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-4 .side-menu .side-menu-open-btn {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.header-style-4 .side-menu .side-menu-open-btn .fi:before {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .header-style-4 .navigation {
    background-color: transparent;
    padding: 45px 0;
  }
  .header-style-4 .navigation-holder {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .header-style-4 .navigation {
    background: transparent;
  }
}

.side-menu-inner {
  background-color: #fff;
  width: 300px;
  height: 100%;
  padding: 115px 50px 50px;
  position: fixed;
  right: -300px;
  top: 0;
  overflow: scroll;
  z-index: 999;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 991px) {
  .side-menu-inner {
    display: none;
  }
}

.side-menu-inner .side-menu-close-btn {
  background-color: transparent;
  text-align: center;
  padding: 0;
  border: 0;
  position: absolute;
  left: 20px;
  top: 20px;
}

.side-menu-inner .side-menu-close-btn .fi:before {
  font-size: 14px;
  color: #000;
}

.side-menu-inner .side-menu-close-btn:hover,
.side-menu-inner .side-menu-close-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-menu-inner .logo {
  text-align: center;
  margin-bottom: 70px;
}

.side-menu-inner .logo img {
  display: inline-block;
}

.side-menu-inner .social {
  clear: both;
  text-align: center;
  padding-top: 60px;
}

.side-menu-inner .social ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.side-menu-inner .social ul li {
  float: left;
}

.side-menu-inner .social ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
}

.side-menu-inner .social ul > li + li {
  margin-left: 18px;
}

.side-menu-inner .copyright-info {
  text-align: center;
  margin-top: 12px;
}

.side-menu-inner .copyright-info p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #30c6a5;
  margin: 0;
}

.side-menu-inner .navigation-holder {
  width: 100%;
  padding: 0;
  margin: 0;
}

.side-menu-inner .navigation-holder .close-navbar {
  display: none;
}

.side-menu-inner .navigation-holder ul {
  font-family: "Montserrat", sans-serif;
  float: none;
}

.side-menu-inner .navigation-holder li {
  float: none;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.side-menu-inner .navigation-holder li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  padding: 18px 0;
  position: relative;
}

.side-menu-inner .navigation-holder li a:after {
  content: "";
  background-color: #30c6a5;
  width: 46px;
  height: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.side-menu-inner .navigation-holder li a:hover:after,
.side-menu-inner .navigation-holder li.current-menu-item a:after {
  opacity: 1;
  visibility: visible;
}

.side-menu-inner .navigation-holder li a:hover,
.side-menu-inner .navigation-holder li a:focus,
.side-menu-inner .navigation-holder .current-menu-item a {
  background-color: transparent;
}

.toggle-side-menu {
  right: 0;
}

/************************************
	header style 5
***************************************/
.header-style-5 {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .header-style-5 #navbar > ul > li > a {
    padding: 54px 15px;
  }
  .header-style-5 #navbar > ul > li > a:hover,
  .header-style-5 #navbar > ul > li.current-menu-item > a {
    color: #41dff5;
  }
  .header-style-5 .navbar-header {
    width: 195px;
    height: 128px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-5 #navbar > ul > li > a {
    padding: 54px 22px;
  }
}

@media (max-width: 991px) {
  .header-style-5 .site-logo {
    width: 112px;
  }
}

.header-style-5 .navbar-header button,
.header-style-5 #navbar .close-navbar {
  background: #5c60f3;
}

@media (max-width: 991px) {
  .header-style-5 .header-search-area {
    right: 70px;
  }
}

/************************************
	header style 6
***************************************/
@media (max-width: 767px) {
  .header-style-6 {
    background-color: #080707;
    position: static;
  }
}

@media screen and (min-width: 992px) {
  .header-style-6 #navbar > ul > li > a:hover,
  .header-style-6 #navbar > ul > li.current-menu-item > a {
    color: #ff2f27;
  }
}

/*--------------------------------------------------------------
	Menu after slider
--------------------------------------------------------------*/
.menu-after-slider {
  text-align: center;
}

@media (max-width: 991px) {
  .menu-after-slider {
    display: none;
  }
}

.menu-after-slider .navigation {
  background: #fff;
  margin-bottom: 0;
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0;
}

.menu-after-slider ul {
  display: inline-block;
  float: none;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.menu-after-slider ul li {
  padding: 0 24px;
}

@media (max-width: 1199px) {
  .menu-after-slider ul li {
    padding: 0 20px;
  }
}

.menu-after-slider ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #5b5b5b;
  padding: 18px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .menu-after-slider ul li a {
    padding: 14px 0;
  }
}

.menu-after-slider ul li a:after {
  content: "";
  background: #30c6a5;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-after-slider ul li a i {
  background: #eee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #aeaeae;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .menu-after-slider ul li a i {
    font-size: 12px;
    font-size: 0.75rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.menu-after-slider ul .current-menu-item a i {
  color: #30c6a5;
}

.menu-after-slider ul .current-menu-item a:after {
  opacity: 1;
}

.side-info-inner {
  background-color: #fff;
  width: 460px;
  height: 100%;
  padding: 70px 50px;
  text-align: center;
  position: fixed;
  left: -460px;
  top: 0;
  z-index: 9999;
  overflow: scroll;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 991px) {
  .side-info-inner {
    display: none;
  }
}

.side-info-inner .side-info-close-btn {
  background-color: transparent;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}

.side-info-inner .side-info-close-btn:hover,
.side-info-inner .side-info-close-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-info-inner .logo {
  text-align: center;
  margin-bottom: 60px;
}

.side-info-inner h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  margin: 70px 0 30px;
}

.side-info-inner h3 span {
  color: #0644ff;
}

.side-info-inner ul {
  list-style: none;
  padding: 0 15px;
  margin-bottom: 50px;
}

.side-info-inner ul li {
  line-height: 2em;
}

.side-info-inner ul > li + li {
  margin-top: 15px;
}

.side-info-inner ul li i {
  font-size: 26px;
  font-size: 1.625rem;
  color: #0644ff;
  display: block;
}

.toggle-side-info {
  left: 0;
}

/*** header search form ***/
.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}

.header-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}

.header-search-form form input {
  height: 60px;
  font-size: 20px;
  padding: 15px 25px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-form form button {
  background-color: #0644ff;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.header-search-form form button:focus,
.header-search-form form button:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider .first-text,
.hero-slider .second-text {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 991px) {
  .hero-slider .first-text,
  .hero-slider .second-text {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .hero-slider .first-text,
  .hero-slider .second-text {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 480px) {
  .hero-slider .first-text,
  .hero-slider .second-text {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.hero-slider .third-text {
  font-size: 34px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ccc;
  text-transform:uppercase;
  font-family:'Montserrat', sans-serif;
}

@media (max-width: 767px) {
  .hero-slider .third-text {
    font-size: 18px;
    font-size: 1.125rem;
  	text-transform:uppercase;	
  }
}

@media (max-width: 480px) {
  .hero-slider .third-text {
    font-size: 15px;
    font-size: 0.9375rem;
	text-transform:uppercase;
  }
}

.hero-slider-gradient .gradient-overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*
.hero-slider-gradient .gradient-overlay {
  background: rgba(92, 96, 243, 0.9);
  background: -webkit-linear-gradient(left, rgba(92, 96, 243, 0.9), rgba(87, 212, 230, 0.9));
  background: -moz-linear-gradient(left, rgba(92, 96, 243, 0.9), rgba(87, 212, 230, 0.9));
  background: -o-linear-gradient(left, rgba(92, 96, 243, 0.9), rgba(87, 212, 230, 0.9));
  background: -ms-linear-gradient(left, rgba(92, 96, 243, 0.9), rgba(87, 212, 230, 0.9));
  background: -webkit-gradient(linear, left top, right top, from(rgba(92, 96, 243, 0.9)), to(rgba(87, 212, 230, 0.9)));
  background: linear-gradient(left, rgba(92, 96, 243, 0.9), rgba(87, 212, 230, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
*/

.colorfull-hero-slider .first-text,
.colorfull-hero-slider .second-text {
  color: #19ffe1;
  text-shadow: 5px 5px 0 #ff2f27;
}

/**********************************************
	hero section
************************************************/
.hero-section {
  position: relative;
  height: 800px;
}

@media (max-width: 991px) {
  .hero-section {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 420px;
  }
}

.hero-section .container {
  display: table;
  height: 100%;
}

.hero-section .container .row {
  display: table-cell;
  vertical-align: middle;
}

.hero-section .hero-inner h2 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.18em;
}

@media (max-width: 991px) {
  .hero-section .hero-inner h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-inner h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 480px) {
  .hero-section .hero-inner h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.hero-section .hero-inner p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 2.13em;
}

@media (max-width: 767px) {
  .hero-section .hero-inner p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .hero-section .hero-inner p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.home2-hero-section {
  background: url("../images/slider/slide-3.jpg") center center/cover no-repeat local;
}

.home2-hero-section .row > .col {
  padding-top: 67px;
}

.hero-section-s3 {
  background: url("../images/slider/slide-4.jpg") center center/cover no-repeat local;
  text-align: center;
  position: relative;
  height: 100vh;
}

@media (max-width: 991px) {
  .hero-section-s3 {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .hero-section-s3 {
    height: 420px;
  }
}

.hero-section-s3 .row > .col {
  padding-top: 105px;
}

@media (max-width: 991px) {
  .hero-section-s3 .row > .col {
    padding-top: 75px;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
  padding: 165px 0 110px;
}

@media (max-width: 991px) {
  .site-footer {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 60px 0;
    text-align: center;
  }
}

.site-footer p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  margin: 0;
}

.site-footer .footer-logo {
  text-align: center;
}

@media (max-width: 767px) {
  .site-footer .footer-logo {
    margin: 20px 0 25px;
  }
}

.site-footer .footer-logo img {
  display: inline-block;
}

.site-footer .social {
  text-align: right;
}

@media (max-width: 767px) {
  .site-footer .social {
    text-align: center;
  }
}

.site-footer ul {
  display: inline-block;
  list-style: none;
  overflow: hidden;
}

.site-footer ul li {
  float: left;
}

.site-footer ul > li + li {
  margin-left: 15px;
}

.site-footer ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.site-footer ul li a:hover {
  color: #0644ff;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-1 .sticky-header {
  background-color: #fff;
}

.page-wrapper .bottom-menu-sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-style-3 .sticky-header, .header-style-5 .sticky-header, .header-style-6 .sticky-header {
  background-color: #080707;
}

.header-style-4 .sticky-header {
  background-color: #080707;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .header-style-4 .sticky-header {
    padding: 10px 0 25px;
  }
}

/*--------------------------------------------------------------
#0.6	about-section
--------------------------------------------------------------*/
.about-section {
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .about-section .about-inner {
    padding-right: 60px;
  }
}

.about-section .video-holder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 20px;
}

.about-section .video-btn {
  display: inline-block;
  margin-right: 5px;
}

.about-section .video-btn i {
  background-color: #0644ff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .about-section .video-btn i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .about-section .about-pic {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-pic {
    margin-top: 40px;
  }
}

.about-section .features {
  margin-top: 60px;
}

.about-section .features-grids {
  text-align: center;
  overflow: hidden;
  margin: 0 -15px;
}

.about-section .features-grids .grid {
  width: calc(25% - 30px);
  padding: 40px 20px;
  float: left;
  margin: 0 15px;
  border: 1px solid #e1e5ec;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .about-section .features-grids .grid {
    width: calc(50% - 30px);
    border: 1px solid #dcdada;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .about-section .features-grids .grid {
    padding: 30px 20px 40px;
  }
}

@media (max-width: 550px) {
  .about-section .features-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.about-section .features-grids .grid .fi:before {
  color: #0644ff;
  font-size: 65px;
  font-size: 4.0625rem;
}

@media (max-width: 767px) {
  .about-section .features-grids .grid .fi:before {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

.about-section .features-grids .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0.5em 0 0.65em;
}

@media (max-width: 767px) {
  .about-section .features-grids .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.about-section .features-grids .grid p {
  margin: 0;
}

.about-section .features-grids .grid:hover {
  background-color: #0644ff;
}

.about-section .features-grids .grid:hover .fi:before,
.about-section .features-grids .grid:hover h3,
.about-section .features-grids .grid:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
#0.7	services-section
--------------------------------------------------------------*/
.services-section {
  padding: 120px 0 110px; /* padding: 120px 0 110px; */
}

@media (max-width: 991px) {
  .services-section {
    padding: 80px 0 70px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding: 70px 0 60px;
  }
}

.services-section .grid-slide-item {
  padding-top: 10px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .services-section .grid-slide-item {
    margin: 0 -15px;
  }
}

.services-section .grid-slide-item .grid {
  background-color: #fff;
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 45px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .services-section .grid-slide-item .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .services-section .grid-slide-item .grid {
    padding: 35px;
  }
}

@media (max-width: 600px) {
  .services-section .grid-slide-item .grid {
    width: calc(100% - 30px);
  }
}

.services-section .grid .icon {
  background-color: #0644ff;
  width: 83px;
  height: 83px;
  line-height: 83px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .services-section .grid .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 30px;
  }
}

.services-section .icon .fi:before {
  font-size: 45px;
  color: #fff;
}

@media (max-width: 991px) {
  .services-section .icon .fi:before {
    font-size: 35px;
  }
}

.services-section .grid h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.75em;
}

@media (max-width: 991px) {
  .services-section .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .services-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.services-section .grid p {
  margin-bottom: 2em;
}

.services-section .grid .read-more {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #666;
}

.services-section .grid .read-more i {
  display: inline-block;
  padding-left: 5px;
}

.services-section .grid .read-more:hover {
  color: #0644ff;
}

.services-section .grid:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.services-section .grid:hover .read-more i {
  color: #30c6a5;
}

.services-section .service-slider .owl-controls .owl-dots .owl-dot.active span,
.services-section .service-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #0644ff;
}

/*--------------------------------------------------------------
#0.8	cta-section
--------------------------------------------------------------*/
.cta-section {
  padding: 150px 0;
  /*padding: 70px 0;*/
  text-align: center;
  position: relative;
  margin-top: 60px;  
}

.cta-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.text-white {
  color:#fff;
}
.cta-section p {
    color: #fff;
}

@media (max-width: 991px) {
  .cta-section h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 1em;
  }
}

@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*--------------------------------------------------------------
#0.9	skills-section
--------------------------------------------------------------*/
.skills-section {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .skills-section {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .skills-section {
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .skills-section .skills-circular-progress-bar > .col {
    margin-bottom: 55px;
  }
}

@media (max-width: 460px) {
  .skills-section .skills-circular-progress-bar > .col {
    width: 100%;
  }
}

.skills-section .skill-box {
  text-align: center;
}

.skills-section .skill-box input {
  font-size: 33px !important;
}

.skills-section .skill-info {
  margin-top: 25px;
  padding: 0 25px;
}

@media (max-width: 1199px) {
  .skills-section .skill-info {
    padding: 0;
  }
}

.skills-section .skill-info h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .skills-section .skill-info h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.skills-section .skill-info p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#1.0	pricing-section
--------------------------------------------------------------*/
.pricing-section {
  background-color: #ebe8e8;
  /*** hover effect ***/
}

@media (max-width: 767px) {
  .pricing-section {
    padding-bottom: 50px;
  }
}

.pricing-section .grid {
  background-color: #fff;
  padding: 70px 45px;
  border: 1px solid #e5e2e2;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .pricing-section .grid {
    padding: 50px 35px;
  }
}

@media (max-width: 767px) {
  .pricing-section .grid {
    padding: 25px 20px;
  }
}

.pricing-section .pricing-header h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #505050;
  margin: 0 0 0.67em;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-header h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-header h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.pricing-section .pricing-header h4 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  line-height: 1.36em;
  margin: 0;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-header h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-header h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.pricing-section .grid .popular-tag {
  background-color: #0644ff;
  width: 90px;
  height: 26px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  padding: 5px 27px;
  position: absolute;
  right: 20px;
  top: -35px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.pricing-section .grid .popular-tag:after {
  content: "";
  border: 13px solid transparent;
  border-bottom: 13px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pricing-section .pricing-body {
  margin-top: 38px;
  text-align: center;
}

@media (max-width: 991px) {
  .pricing-section .pricing-body {
    margin-top: 30px;
  }
}

.pricing-section .pricing-body ul {
  list-style: none;
  margin-bottom: 50px;
  text-align: left;
}

@media (max-width: 991px) {
  .pricing-section .pricing-body ul {
    margin-bottom: 30px;
  }
}

.pricing-section .pricing-body ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pricing-section .pricing-body ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.pricing-section .pricing-body ul > li + li {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-body ul > li + li {
    margin-top: 16px;
  }
}

.pricing-section .pricing-body ul li i {
  display: inline-block;
  padding-right: 5px;
}

.pricing-section .pricing-body .theme-btn-s4, .pricing-section .pricing-body .theme-btn-s6, .pricing-section .pricing-body .theme-btn-s8, .pricing-section .pricing-body .theme-btn-s11 {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pricing-section .pricing-grids .col {
    margin-bottom: 20px;
  }
}

.pricing-section .pricing-grids .col:nth-child(2) .grid h2,
.pricing-section .pricing-grids .col:nth-child(2) .grid ul i {
  color: #0644ff;
}

.pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s4, .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s6, .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s8, .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s11 {
  background-color: #0644ff;
  color: #fff;
}

.pricing-section .pricing-grids .col:nth-child(2) .grid {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
}

@media (max-width: 991px) {
  .pricing-section .pricing-grids .col:nth-child(2) .grid {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
#1.1	portfolio-section
--------------------------------------------------------------*/
.portfolio-section {
  padding-bottom: 105px;
  padding-top:10px; /*add code*/
}

@media (max-width: 991px) {
  .portfolio-section {
    padding-bottom: 68px;
  }
}

@media (max-width: 767px) {
  .portfolio-section {
    padding-bottom: 58px;
  }
}

.portfolio-section .sorting-filters {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .portfolio-section .sorting-filters {
    margin-bottom: 20px;
  }
}

.portfolio-section .sorting-filters ul {
  display: inline-block;
}

.portfolio-section .sorting-filters ul li {
  display: inline-block;
  margin-right: 35px;
}

@media (max-width: 767px) {
  .portfolio-section .sorting-filters ul li {
    margin-right: 10px;
  }
}

.portfolio-section .sorting-filters ul li:last-child {
  margin-right: 0;
}

.portfolio-section .sorting-filters ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 767px) {
  .portfolio-section .sorting-filters ul li a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.portfolio-section .sorting-filters ul li .current {
  color: #0644ff;
}

.portfolio-section .portfolio-grids {
  margin: 0 -7.5px;
}

.portfolio-section .portfolio-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 7.5px 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .portfolio-section .portfolio-grids .grid {
    padding: 0 5px 10px;
  }
}

@media (max-width: 500px) {
  .portfolio-section .portfolio-grids .grid {
    width: 50%;
  }
}

.portfolio-section .portfolio-grids .grid .box-inner {
  position: relative;
  overflow: hidden;
}

.portfolio-section .portfolio-grids .grid i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.05s;
  -moz-transition: all 0.05s;
  -o-transition: all 0.05s;
  -ms-transition: all 0.05s;
  transition: all 0.05s;
}

@media (max-width: 1199px) {
  .portfolio-section .portfolio-grids .grid i {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .portfolio-section .portfolio-grids .grid i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .portfolio-section .portfolio-grids .grid i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
  }
}

.portfolio-section .portfolio-grids .grid i:before {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .portfolio-section .portfolio-grids .grid i:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.portfolio-section .portfolio-grids .grid a {
  display: block;
  z-index: 10;
}

.portfolio-section .portfolio-grids .grid img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-section .portfolio-grids .grid:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -transform: scale(1.1, 1.1);
}

.portfolio-section .portfolio-grids .grid .box-inner:after {
  content: "";
  background-color: rgba(6, 68, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-section .portfolio-grids .grid:hover .box-inner:after {
  opacity: 1;
}

.portfolio-section .portfolio-grids .width2 {
  width: 66.66%;
}

@media (max-width: 500px) {
  .portfolio-section .portfolio-grids .width2 {
    width: 50%;
  }
}

.portfolio-section .portfolio-grids .box-inner:hover i {
  opacity: 1;
}

.portfolio-section .portfolio-grids .grid:hover .top-border:before,
.portfolio-section .portfolio-grids .grid:hover .bottom-border:before {
  width: 100%;
}

.portfolio-section .portfolio-grids .grid:hover .top-border:after,
.portfolio-section .portfolio-grids .grid:hover .bottom-border:after {
  height: 100%;
}

/*--------------------------------------------------------------
#1.2	case-studies-section
--------------------------------------------------------------*/
.case-studies-section {
  padding-bottom: 0;
  position: relative;
}

.case-studies-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.case-studies-section .section-title-s2 {
  margin-bottom: 40px;
}

.case-studies-section .section-title-s2 > span,
.case-studies-section .section-title-s2 h2 {
  color: #fff;
}

.case-studies-section .section-title-s2 {
  padding: 0 45px;
}

.case-studies-section .case-studies-grids {
  max-width: 425px;
  margin: 0 auto;
  padding: 0 70px 50px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .case-studies-section .case-studies-grids {
    padding: 0 30px 40px;
  }
}

.case-studies-section .case-studies-grids:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  z-index: -1;
  -webkit-box-shadow: inset 0px -7px 5px -2px #ebe4eb;
  box-shadow: inset 0px -7px 5px -2px #ebe4eb;
}

.case-studies-section .case-studies-grids img {
  width: auto;
  display: inline;
}

.case-studies-section .img-holder {
  margin-bottom: 15px;
}

.case-studies-section .img-holder img {
  border-radius: 50%;
}

.case-studies-section .grid p {
  margin-bottom: 1em;
}

.case-studies-section .grid h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.4em;
}

@media (max-width: 767px) {
  .case-studies-section .grid h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.case-studies-section .case-studies-slider .owl-controls {
  margin-top: 30px;
}

.case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot.active span,
.case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #0644ff;
}

.case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
}

/*--------------------------------------------------------------
#1.3	team-member-section
--------------------------------------------------------------*/
.team-member-section {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .team-member-section .team-grids > .col {
    margin-bottom: 30px;
  }
}

@media (max-width: 550px) {
  .team-member-section .team-grids > .col {
    width: 100%;
  }
  .team-member-section .team-grids > .col img {
    width: 100%;
  }
}

.team-member-section .team-grids .grid {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team-member-section .team-grids .grid .details {
  width: 100%;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-member-section .team-grids .grid .details:after {
  content: "";
  background: url("../images/team/shadow.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-member-section .team-grids .grid:hover .details {
  bottom: 0;
}

.team-member-section .team-grids .grid:hover .details:after {
  opacity: 1;
}

.team-member-section .team-grids .grid .details h3,
.team-member-section .team-grids .grid .details .post,
.team-member-section .team-grids .grid .details a {
  color: #fff;
}

.team-member-section .team-grids .grid .details h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.25em;
}

@media (max-width: 1199px) {
  .team-member-section .team-grids .grid .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 1199px) {
  .team-member-section .team-grids .grid .details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.team-member-section .team-grids .grid .details .post {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

@media (max-width: 991px) {
  .team-member-section .team-grids .grid .details .post {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.team-member-section .team-grids .grid .social-links {
  margin-top: 60px;
  display: inline-block;
  position: relative;
  z-index: 10;
  list-style: none;
}

.team-member-section .team-grids .grid .social-links li {
  float: left;
  margin-right: 25px;
}

@media (max-width: 991px) {
  .team-member-section .team-grids .grid .social-links li {
    margin-right: 15px;
  }
}

.team-member-section .team-grids .grid .social-links li:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------
#1.4	blog-faq
--------------------------------------------------------------*/
.blog-faq {
  margin-top: -5px;
  /*** blog section ***/
  /*** faq section ***/
}

.blog-faq .section-title, .blog-faq .section-title-s2 {
  margin-bottom: 48px;
}

.blog-faq .entry-header {
  position: relative;
  margin-bottom: 30px;
}

.blog-faq .entry-header .date {
  background-color: #fff;
  width: 78px;
  height: 78px;
  text-align: center;
  padding-top: 18px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 1;
}

.blog-faq .date p {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 0.8em;
  color: #000;
  margin: 0;
}

.blog-faq .date p span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #30c6a5;
}

.blog-faq .entry-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.42em;
}

@media (max-width: 991px) {
  .blog-faq .entry-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .blog-faq .entry-title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-faq .entry-title h3 a {
  color: #000;
}

.blog-faq .entry-title ul {
  list-style: none;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-faq .entry-title ul {
    margin-bottom: 18px;
  }
}

.blog-faq .entry-title ul li {
  float: left;
  margin-right: 20px;
}

.blog-faq .entry-details p {
  margin-bottom: 2em;
}

.blog-faq .entry-details .theme-btn-s4, .blog-faq .entry-details .theme-btn-s6, .blog-faq .entry-details .theme-btn-s8, .blog-faq .entry-details .theme-btn-s11 {
  background-color: #0644ff;
  color: #fff;
}

.blog-faq .entry-details .theme-btn-s4:hover, .blog-faq .entry-details .theme-btn-s6:hover, .blog-faq .entry-details .theme-btn-s8:hover, .blog-faq .entry-details .theme-btn-s11:hover {
  background-color: #003bec;
}

@media screen and (min-width: 992px) {
  .blog-faq .blog-slider .owl-controls {
    margin: 0;
    position: absolute;
    right: 0;
    top: -80px;
  }
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-prev,
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-next {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    color: #a7a6a6;
  }
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-prev:hover,
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-next:hover {
    color: #0644ff;
  }
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-prev {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .blog-faq .blog-slider .owl-controls {
    margin-top: 30px;
  }
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-prev,
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-next {
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #555;
    color: #555;
    padding: 0;
  }
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-prev:hover,
  .blog-faq .blog-slider .owl-controls .owl-nav .owl-next:hover {
    background: #0644ff;
    color: #fff;
    border-color: #0644ff;
  }
}

@media (max-width: 991px) {
  .blog-faq .faq-section {
    margin-top: 60px;
  }
}

.blog-faq .panel-group {
  margin-bottom: 0;
}

.blog-faq .panel {
  border: 0;
  padding-left: 70px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  position: relative;
}

@media (max-width: 991px) {
  .blog-faq .panel {
    padding-left: 60px;
  }
}

.blog-faq .panel:before {
  content: "";
  background-color: #e8e8e8;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  left: 30px;
}

@media (max-width: 991px) {
  .blog-faq .panel:before {
    left: 22px;
  }
}

.blog-faq .panel-heading {
  background: transparent;
  border: 0;
  padding: 0;
}

.blog-faq .panel-heading a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 12px 15px 12px 0;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .blog-faq .panel-heading a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .blog-faq .panel-heading a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-faq .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f059";
  background-color: #0644ff;
  width: 56px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 991px) {
  .blog-faq .panel-heading a:before {
    width: 45px;
    height: 42px;
    line-height: 42px;
    left: -60px;
  }
}

.blog-faq .panel-heading .collapsed:before {
  background-color: transparent;
  color: #000;
}

.blog-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0;
  border: 0;
}

.blog-faq .panel-group .panel + .panel {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .blog-faq .panel-group .panel + .panel {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
#1.5	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
  text-align: center;
  margin-top: -10px;
}

.fun-fact-section .grid {
  position: relative;
}

.fun-fact-section .grid:after {
  content: "";
  background-color: #e2e2e2;
  width: 1px;
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .fun-fact-section .start-count > .col {
    margin-bottom: 40px;
  }
}

.fun-fact-section .start-count > .col:last-child .grid:after {
  display: none;
}

@media (max-width: 991px) {
  .fun-fact-section .start-count > .col:last-child .grid:after {
    display: block;
  }
}

.fun-fact-section .fi:before {
  font-size: 55px;
  color: #bcbebd;
}

@media (max-width: 1199px) {
  .fun-fact-section .fi:before {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .fi:before {
    font-size: 35px;
  }
}

.fun-fact-section .grid h3 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #0644ff;
  margin: 0 0 5px;
}

@media (max-width: 1199px) {
  .fun-fact-section .grid h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .grid h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.fun-fact-section .fact-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1199px) {
  .fun-fact-section .fact-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .fact-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 600px) {
  .fun-fact-section .fact-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------------
#1.6	partners-section
--------------------------------------------------------------*/
.partners-section {
  margin-top: -7px;
}

.partners-section .grids {
  overflow: hidden;
}

.partners-section .grid img {
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 991px) {
  .partners-section .grid img {
    max-width: 80%;
  }
}

.partners-section .grid {
  width: 25%;
  float: left;
  text-align: center;
  min-height: 140px;
  line-height: 140px;
  position: relative;
  border: 1px solid #ececec;
}

@media (max-width: 1199px) {
  .partners-section .grid {
    min-height: 100px;
    line-height: 100px;
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .partners-section .grid {
    min-height: 80px;
    line-height: 80px;
    padding: 20px 0;
  }
}

@media (max-width: 500px) {
  .partners-section .grid {
    width: 50%;
    height: 50px;
    margin-bottom: 25px;
    min-height: auto;
    line-height: none;
    border: 0;
  }
}

.partners-section .grid:after {
  content: "";
  background-color: #dde0df;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  .partners-section .grid:after {
    display: none;
  }
}

.partners-section .grid img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.partners-section .grid:hover img {
  -webkit-filter: none;
  filter: none;
}

.partners-section .grid:hover:after {
  width: 100%;
}

/*--------------------------------------------------------------
#1.7	contact-address-section
--------------------------------------------------------------*/
.contact-address-section {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.contact-address-section a {
color:#ccc;
text-decoration:none
}

.contact-address-section a:focus,a:hover {
color:#0644ff;
text-decoration:underline
}

@media (max-width: 991px) {
  .contact-address-section {
    padding-bottom: 15px;
  }
}

.contact-address-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .contact-address-section .row > .col {
    margin-bottom: 45px;
  }
}

@media (max-width: 550px) {
  .contact-address-section .row > .col {
    width: 100%;
  }
}

.contact-address-section .grid {
  padding: 0 26px;
}

@media (max-width: 1199px) {
  .contact-address-section .grid {
    padding: 0;
  }
}

.contact-address-section .grid p:last-child {
  margin-bottom: 0;
}

.contact-address-section .icon {
  background-color: #0644ff;
  width: 87px;
  height: 87px;
  line-height: 87px;
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .contact-address-section .icon {
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .contact-address-section .icon {
    width: 67px;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.contact-address-section p {
  color: #fff;
}

@media (max-width: 991px) {
  .contact-address-section p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
  }
}

/*--------------------------------------------------------------
#1.8	contact-section
--------------------------------------------------------------*/
.contact-section {
  position: relative;
}

.contact-section .contact-map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section .contact-box {
  background: #fff url("../images/contact-form-bg.png") no-repeat bottom left;
  padding: 63px 60px;
  margin-top: 150px;
  margin-bottom: -63px;
  overflow: hidden;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-span {
  color: #999;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size:12px;
}

@media (max-width: 991px) {
  .contact-section .contact-box {
    background-image: none;
    margin: 80px 0;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-box {
    padding: 30px 20px;
    border-radius: 15px;
  }
}

.contact-section .contact-box > img {
  position: absolute;
  left: -30px;
  bottom: -63px;
}

@media (max-width: 991px) {
  .contact-section .contact-box > img {
    display: none;
  }
}

.contact-section .contact-form {
  width: 350px;
  float: right;
}

@media (max-width: 991px) {
  .contact-section .contact-form {
    width: 100%;
    float: none;
  }
}

.contact-section .contact-form h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  color: #0644ff;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-section .contact-form h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-form h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.contact-section .contact-form input,
.contact-section .contact-form textarea {
  padding-left: 22px;
  border: 0;
  border-bottom: 1px solid #b1afaf;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-section .contact-form div {
  position: relative;
  margin-bottom: 26px;
}

.contact-section .contact-form div i {
  color: #b1afaf;
  position: absolute;
  left: 0;
  top: 8px;
}

.contact-section .contact-form form {
  margin-top: 54px;
}

@media (max-width: 991px) {
  .contact-section .contact-form form {
    margin-top: 30px;
  }
}

.contact-section .contact-form .submit-btn {
  margin: 50px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-section .contact-form .submit-btn {
    margin: 30px 0 0;
  }
}

/*******************************************************
	home color style 2
******************************************************/
.home-color-style2 {
  /************ header *************/
  /************ about section **********/
  /************ services section **********/
  /************ services section **********/
  /************ pricing section **********/
  /************ portfolio section **********/
  /************ case studies **********/
  /************ team member section **********/
  /************ blog-faq **********/
  /************ fun-fact-section **********/
  /************ contact-address-section **********/
  /************ contact-section **********/
  /************ footer-section **********/
}

.home-color-style2 .header-search-form form button,
.home-color-style2 .navbar-header button,
.home-color-style2 #navbar .close-navbar {
  background-color: #30c6a5;
}

.home-color-style2 .about-section .video-btn i {
  background-color: #30c6a5;
}

.home-color-style2 .about-section .features-grids .grid .fi:before {
  color: #30c6a5;
}

.home-color-style2 .about-section .features-grids .grid:hover {
  background-color: #30c6a5;
}

.home-color-style2 .about-section .features-grids .grid:hover .fi:before {
  color: #fff;
}

.home-color-style2 .services-section .grid .icon {
  background-color: #30c6a5;
}

.home-color-style2 .services-section .service-slider .owl-controls .owl-dots .owl-dot.active span,
.home-color-style2 .services-section .service-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #30c6a5;
}

.home-color-style2 .cta-section .theme-btn-s3 {
  background-color: #fff;
  color: #666;
}

.home-color-style2 .cta-section .theme-btn-s3:hover {
  background-color: #30c6a5;
  color: #fff;
}

.home-color-style2 .pricing-section .pricing-grids .col:nth-child(2) .grid h2,
.home-color-style2 .pricing-section .pricing-grids .col:nth-child(2) .grid ul i {
  color: #30c6a5;
}

.home-color-style2 .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s4, .home-color-style2 .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s6, .home-color-style2 .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s8, .home-color-style2 .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s11 {
  background-color: #30c6a5;
}

.home-color-style2 .pricing-section .grid .popular-tag {
  background-color: #30c6a5;
}

.home-color-style2 .portfolio-section .sorting-filters ul li .current {
  color: #30c6a5;
}

.home-color-style2 .portfolio-section .portfolio-grids .grid .box-inner:after {
  background-color: rgba(48, 198, 165, 0.7);
}

.home-color-style2 .case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot.active span,
.home-color-style2 .case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #30c6a5;
}

.home-color-style2 .team-member-section .team-grids .grid .details:after {
  background: url("../images/team/shadow-2.png") center center/cover no-repeat local;
}

.home-color-style2 .blog-faq .entry-details .theme-btn-s4, .home-color-style2 .blog-faq .entry-details .theme-btn-s6, .home-color-style2 .blog-faq .entry-details .theme-btn-s8, .home-color-style2 .blog-faq .entry-details .theme-btn-s11 {
  background-color: #30c6a5;
}

.home-color-style2 .blog-faq .entry-details .theme-btn-s4:hover, .home-color-style2 .blog-faq .entry-details .theme-btn-s6:hover, .home-color-style2 .blog-faq .entry-details .theme-btn-s8:hover, .home-color-style2 .blog-faq .entry-details .theme-btn-s11:hover {
  background-color: #269d83;
  border-color: #269d83;
}

.home-color-style2 .blog-faq .panel-heading a:before {
  background-color: #30c6a5;
}

.home-color-style2 .blog-faq .panel-heading .collapsed:before {
  background-color: transparent;
}

.home-color-style2 .fun-fact-section .grid h3 {
  color: #30c6a5;
}

.home-color-style2 .contact-address-section .icon {
  background-color: #30c6a5;
}

.home-color-style2 .contact-section .contact-form h2 {
  color: #30c6a5;
}

.home-color-style2 .site-footer ul li a:hover {
  color: #30c6a5;
}

/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#0.6	blog-list-section
--------------------------------------------------------------*/
.blog-list-section .blog-list-grids .grid {
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .blog-list-section .blog-list-grids .grid {
    margin-bottom: 55px;
  }
}

.blog-list-section .entry-media {
  margin-bottom: 30px;
}

.blog-list-section .grid h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .blog-list-section .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .blog-list-section .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-list-section .grid h3 a {
  color: #000;
}

.blog-list-section .grid h3 a:hover {
  color: #30c6a5;
}

.blog-list-section .meta {
  list-style: none;
  overflow: hidden;
}

.blog-list-section .meta li {
  float: left;
  margin-right: 17px;
}

.blog-list-section .meta li a {
  color: #000;
}

.blog-list-section .entry-body {
  margin-top: 26px;
}

@media (max-width: 767px) {
  .blog-list-section .entry-body {
    margin-top: 20px;
  }
}

.blog-list-section .entry-body p {
  margin-bottom: 2em;
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#0.6	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tags ***/
  /*** about-author ***/
  /*** comments ***/
}

.blog-single-section .entry-header {
  margin-bottom: 35px;
}

.blog-single-section .entry-header h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.3em;
}

.blog-single-section .entry-meta ul {
  overflow: hidden;
  margin-bottom: 20px;
  list-style: none;
}

.blog-single-section .entry-meta ul li {
  float: left;
  color: #999;
}

.blog-single-section .entry-meta ul > li + li {
  margin-left: 12px;
}

.blog-single-section .entry-body p {
  margin-bottom: 35px;
}

.blog-single-section .tag-share {
  overflow: hidden;
  margin: 40px 0 68px;
  /*** share ***/
}

@media (max-width: 767px) {
  .blog-single-section .tag-share {
    margin: 25px 0;
  }
}

.blog-single-section .tag-share ul {
  list-style: none;
}

.blog-single-section .tag-share > div {
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share > div {
    display: block;
    float: none !important;
  }
}

.blog-single-section .tag-share > div:last-child {
  float: right;
}

.blog-single-section .tag-share ul {
  display: inline-block;
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
  margin-right: 6px;
}

.blog-single-section .tag-share ul li:last-child {
  margin-right: 0;
}

.blog-single-section .tag-share .tag a {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7b8186;
  display: inline-block;
  text-align: center;
  border: 1px solid #e6e9ec;
  padding: 7px 12px;
}

@media (max-width: 991px) {
  .blog-single-section .tag-share .tag a {
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}

.blog-single-section .tag-share .tag a:hover {
  background-color: #30c6a5;
  color: #fff;
  border-color: #30c6a5;
}

.blog-single-section .tag-share > div:last-child span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #999;
  position: relative;
  top: -6px;
  padding-right: 10px;
}

.blog-single-section .tag-share .share {
  padding-bottom: 0;
}

.blog-single-section .tag-share .share a {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  display: inline-block;
}

@media (max-width: 991px) {
  .blog-single-section .tag-share .share a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  color: #30c6a5;
}

.blog-single-section .about-author {
  margin-bottom: 50px;
}

.blog-single-section .about-author h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.83em;
}

.blog-single-section .about-author .inner {
  background-color: #f8f8fa;
  padding: 33px 40px;
  border: 1px solid #e6e9ec;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blog-single-section .about-author .inner {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .about-author .inner {
    padding: 25px 20px;
  }
}

.blog-single-section .about-author .author-pic {
  width: 73px;
  float: left;
  border: 2px solid #30c6a5;
}

@media (max-width: 767px) {
  .blog-single-section .about-author .author-pic {
    width: 100%;
    float: none;
  }
}

.blog-single-section .about-author .author-details {
  width: calc(100% - 73px);
  float: left;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .about-author .author-details {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

.blog-single-section .about-author .author-details h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.blog-single-section .about-author .author-job {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
  display: inline-block;
  margin-bottom: 8px;
}

.blog-single-section .about-author p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
}

.blog-single-section .about-author .social li {
  float: left;
  margin-left: 10px;
  list-style: none;
}

.blog-single-section .about-author .social li:first-child {
  margin-left: 0;
}

.blog-single-section .about-author .social li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}

.blog-single-section .about-author .social li a:hover {
  color: #30c6a5;
}

.blog-single-section .comments {
  /*** .article ***/
}

.blog-single-section .comments h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 1em;
}

.blog-single-section .comments > ol {
  padding-left: 0;
}

.blog-single-section .comments ol {
  list-style: none;
}

.blog-single-section .comments ol > li {
  margin-bottom: 35px;
}

.blog-single-section .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-section .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-single-section .comments ol > li > ol {
    margin: 30px 0 0 10px;
  }
}

.blog-single-section .comments ol > li > ol > li {
  background-color: #fafafa;
  margin-bottom: 35px !important;
}

.blog-single-section .comments ol > li > ol > li:last-child {
  margin-bottom: 0 !important;
}

.blog-single-section .comments .article {
  overflow: hidden;
  border: 1px solid #d3d7d9;
  padding: 25px;
  position: relative;
}

.blog-single-section .comments .article h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-single-section .comments .article p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-single-section .comments .article .replay button {
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  right: 25px;
  top: 25px;
}

.blog-single-section .comments .article .replay button:hover {
  color: #30c6a5;
}

.blog-single-section .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-single-section .comments .article .author-meta h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
}

.blog-single-section .comments .article .author-meta > div:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #a3aab2;
}

.blog-single-section .comments .article .author-pic {
  width: 10%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-single-section .comments .article .details {
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comments .article p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4a4a4a;
}

.blog-single-section .comment-respond {
  margin-top: 55px;
}

.blog-single-section .comment-respond h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 1.2em;
}

.blog-single-section .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8fa;
  height: 40px;
  border: 1px solid #e6e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.blog-single-section .comment-respond form textarea {
  height: 195px;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond form textarea {
    height: 120px;
  }
}

.blog-single-section .comment-respond form > div {
  margin-bottom: 20px;
}

.blog-single-section .comment-respond .submit-btn {
  text-align: center;
  margin: 35px 0 0;
}

.blog-single-section .comment-respond .submit-btn button {
  font-family: "Montserrat", sans-serif;
  background-color: #30c6a5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 45px;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .submit-btn button {
    padding: 7px 20px;
  }
}

.blog-single-section .comment-respond .submit-btn button:hover {
  background-color: #2bb194;
}

/*******************************************************
	home gradient
******************************************************/
.gradient-home {
  /************ about section **********/
  /************ services section **********/
  /************ services section **********/
  /************ pricing section **********/
  /************ portfolio section **********/
  /************ case studies **********/
  /************ team member section **********/
  /************ blog-faq **********/
  /************ fun-fact-section **********/
  /************ contact-address-section **********/
  /************ contact-section **********/
  /************ footer-section **********/
}

.gradient-home .about-section .video-btn i {
  background-color: #5c60f3;
}

.gradient-home .about-section .features-grids .grid .fi:before {
  color: #5c60f3;
  background: -webkit-linear-gradient(#5c60f3, #57d4e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#5c60f3), to(#57d4e6));
  background: -o-linear-gradient(#5c60f3, #57d4e6);
  background: linear-gradient(#5c60f3, #57d4e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradient-home .about-section .features-grids .grid:hover {
  background: #5c60f3;
  background: -webkit-linear-gradient(left, #5c60f3, #57d4e6);
  background: -moz-linear-gradient(left, #5c60f3, #57d4e6);
  background: -o-linear-gradient(left, #5c60f3, #57d4e6);
  background: -ms-linear-gradient(left, #5c60f3, #57d4e6);
  background: -webkit-gradient(linear, left top, right top, from(#5c60f3), to(#57d4e6));
  background: linear-gradient(left, #5c60f3, #57d4e6);
}

.gradient-home .about-section .features-grids .grid:hover .fi:before {
  color: #fff;
  background: -webkit-linear-gradient(#fff, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: -o-linear-gradient(#fff, #fff);
  background: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradient-home .services-section .grid .icon {
  background: #5c60f3;
  background: -webkit-linear-gradient(left, #57d4e6, #5c60f3);
  background: -moz-linear-gradient(left, #57d4e6, #5c60f3);
  background: -o-linear-gradient(left, #57d4e6, #5c60f3);
  background: -ms-linear-gradient(left, #57d4e6, #5c60f3);
  background: -webkit-gradient(linear, left top, right top, from(#57d4e6), to(#5c60f3));
  background: linear-gradient(left, #57d4e6, #5c60f3);
  position: relative;
}

.gradient-home .services-section .grid .icon .gradient-bg {
  background: #5c60f3;
  background: -webkit-linear-gradient(left, #57d4e6, #5c60f3);
  background: -moz-linear-gradient(left, #57d4e6, #5c60f3);
  background: -o-linear-gradient(left, #57d4e6, #5c60f3);
  background: -ms-linear-gradient(left, #57d4e6, #5c60f3);
  background: -webkit-gradient(linear, left top, right top, from(#57d4e6), to(#5c60f3));
  background: linear-gradient(left, #57d4e6, #5c60f3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50%;
}

.gradient-home .services-section .grid .icon:before {
  content: "";
  background-color: rgba(23, 166, 225, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10px;
  border-radius: 50%;
}

.gradient-home .services-section .grid .icon:after {
  content: "";
  background-color: rgba(0, 255, 210, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  border-radius: 50%;
}

.gradient-home .services-section .grid .icon .fi {
  position: relative;
  z-index: 2;
}

.gradient-home .services-section .service-slider .owl-controls .owl-dots .owl-dot.active span,
.gradient-home .services-section .service-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #30c6a5;
}

.gradient-home .cta-section .theme-btn-s3 {
  background-color: #fff;
  color: #666;
}

.gradient-home .cta-section .theme-btn-s3:hover {
  background-color: #30c6a5;
  color: #fff;
}

.gradient-home .pricing-section .pricing-grids .col:nth-child(2) .grid h2,
.gradient-home .pricing-section .pricing-grids .col:nth-child(2) .grid ul i {
  color: #57d4e6;
}

.gradient-home .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s8 {
  background: #57d4e6;
  background: -webkit-linear-gradient(left, #57d4e6, #5c60f3);
  background: -moz-linear-gradient(left, #57d4e6, #5c60f3);
  background: -o-linear-gradient(left, #57d4e6, #5c60f3);
  background: -ms-linear-gradient(left, #57d4e6, #5c60f3);
  background: -webkit-gradient(linear, left top, right top, from(#57d4e6), to(#5c60f3));
  background: linear-gradient(left, #57d4e6, #5c60f3);
  border: 0;
}

.gradient-home .pricing-section .grid .popular-tag {
  background: #5c60f3;
  background: -webkit-linear-gradient(left, #57d4e6, #5c60f3);
  background: -moz-linear-gradient(left, #57d4e6, #5c60f3);
  background: -o-linear-gradient(left, #57d4e6, #5c60f3);
  background: -ms-linear-gradient(left, #57d4e6, #5c60f3);
  background: -webkit-gradient(linear, left top, right top, from(#57d4e6), to(#5c60f3));
  background: linear-gradient(left, #57d4e6, #5c60f3);
}

.gradient-home .portfolio-section .sorting-filters ul li .current {
  color: #57d4e6;
}

.gradient-home .portfolio-section .portfolio-grids .grid .box-inner:after {
  background: rgba(87, 212, 230, 0.7);
  background: -webkit-linear-gradient(left, rgba(92, 96, 243, 0.7), rgba(87, 212, 230, 0.7));
  background: -moz-linear-gradient(left, rgba(92, 96, 243, 0.7), rgba(87, 212, 230, 0.7));
  background: -o-linear-gradient(left, rgba(92, 96, 243, 0.7), rgba(87, 212, 230, 0.7));
  background: -ms-linear-gradient(left, rgba(92, 96, 243, 0.7), rgba(87, 212, 230, 0.7));
  background: -webkit-gradient(linear, left top, right top, from(rgba(92, 96, 243, 0.7)), to(rgba(87, 212, 230, 0.7)));
  background: linear-gradient(left, rgba(92, 96, 243, 0.7), rgba(87, 212, 230, 0.7));
}

.gradient-home .case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot.active span,
.gradient-home .case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #57d4e6;
}

.gradient-home .team-member-section .team-grids .grid .details:after {
  background: url("../images/team/shadow-3.png") center center/cover no-repeat local;
}

.gradient-home .blog-faq .entry-details .theme-btn-s4, .gradient-home .blog-faq .entry-details .theme-btn-s6, .gradient-home .blog-faq .entry-details .theme-btn-s8, .gradient-home .blog-faq .entry-details .theme-btn-s11 {
  background: #57d4e6;
  background: -webkit-linear-gradient(left, #5c60f3, #57d4e6);
  background: -moz-linear-gradient(left, #5c60f3, #57d4e6);
  background: -o-linear-gradient(left, #5c60f3, #57d4e6);
  background: -ms-linear-gradient(left, #5c60f3, #57d4e6);
  background: -webkit-gradient(linear, left top, right top, from(#5c60f3), to(#57d4e6));
  background: linear-gradient(left, #5c60f3, #57d4e6);
  border: 0;
}

.gradient-home .blog-faq .entry-details .theme-btn-s4:hover, .gradient-home .blog-faq .entry-details .theme-btn-s6:hover, .gradient-home .blog-faq .entry-details .theme-btn-s8:hover, .gradient-home .blog-faq .entry-details .theme-btn-s11:hover {
  background: #5c60f3;
  background: -webkit-linear-gradient(left, #57d4e6, #5c60f3);
  background: -moz-linear-gradient(left, #57d4e6, #5c60f3);
  background: -o-linear-gradient(left, #57d4e6, #5c60f3);
  background: -ms-linear-gradient(left, #57d4e6, #5c60f3);
  background: -webkit-gradient(linear, left top, right top, from(#57d4e6), to(#5c60f3));
  background: linear-gradient(left, #57d4e6, #5c60f3);
}

.gradient-home .blog-faq .panel-heading a:before {
  background: #57d4e6;
  background: -webkit-linear-gradient(left, #5c60f3, #57d4e6);
  background: -moz-linear-gradient(left, #5c60f3, #57d4e6);
  background: -o-linear-gradient(left, #5c60f3, #57d4e6);
  background: -ms-linear-gradient(left, #5c60f3, #57d4e6);
  background: -webkit-gradient(linear, left top, right top, from(#5c60f3), to(#57d4e6));
  background: linear-gradient(left, #5c60f3, #57d4e6);
}

.gradient-home .blog-faq .panel-heading .collapsed:before {
  background-color: transparent;
  background: -webkit-linear-gradient(left, transparent, transparent);
  background: -moz-linear-gradient(left, transparent, transparent);
  background: -o-linear-gradient(left, transparent, transparent);
  background: -ms-linear-gradient(left, transparent, transparent);
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background: linear-gradient(left, transparent, transparent);
}

.gradient-home .fun-fact-section .grid h3 {
  color: #5c60f3;
  background: -webkit-linear-gradient(#5c60f3, #57d4e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#5c60f3), to(#57d4e6));
  background: -o-linear-gradient(#5c60f3, #57d4e6);
  background: linear-gradient(#5c60f3, #57d4e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradient-home .contact-address-section .icon {
  background: #5c60f3;
  background: -webkit-linear-gradient(left, #5c60f3, #57d4e6);
  background: -moz-linear-gradient(left, #5c60f3, #57d4e6);
  background: -o-linear-gradient(left, #5c60f3, #57d4e6);
  background: -ms-linear-gradient(left, #5c60f3, #57d4e6);
  background: -webkit-gradient(linear, left top, right top, from(#5c60f3), to(#57d4e6));
  background: linear-gradient(left, #5c60f3, #57d4e6);
}

.gradient-home .contact-section .contact-form h2 {
  color: #5c60f3;
  background: -webkit-linear-gradient(#5c60f3, #57d4e6);
  background: -webkit-gradient(linear, left top, left bottom, from(#5c60f3), to(#57d4e6));
  background: -o-linear-gradient(#5c60f3, #57d4e6);
  background: linear-gradient(#5c60f3, #57d4e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradient-home .site-footer ul li a:hover {
  color: #57d4e6;
}

/*******************************************************
	home colorfull
******************************************************/
.home-colorfull {
  /************ header *************/
  /************ about section **********/
  /************ services section **********/
  /************ services section **********/
  /************ pricing section **********/
  /************ portfolio section **********/
  /************ case studies **********/
  /************ team member section **********/
  /************ blog-faq **********/
  /************ fun-fact-section **********/
  /************ contact-address-section **********/
  /************ contact-section **********/
  /************ footer-section **********/
}

.home-colorfull .header-search-form form button,
.home-colorfull .navbar-header button,
.home-colorfull #navbar .close-navbar {
  background-color: #ff2f27;
}

.home-colorfull .about-section .video-btn i {
  background-color: #ff2f27;
}

.home-colorfull .about-section .features-grids > .grid:first-child .fi:before {
  color: #13e2c7;
}

.home-colorfull .about-section .features-grids > .grid:nth-child(2) .fi:before {
  color: #ff2f27;
}

.home-colorfull .about-section .features-grids > .grid:nth-child(3) .fi:before {
  color: #ff7800;
}

.home-colorfull .about-section .features-grids > .grid:nth-child(4) .fi:before {
  color: #ffe625;
}

.home-colorfull .about-section .features-grids .grid:hover {
  background: #13e2c7;
}

.home-colorfull .about-section .features-grids .grid:hover .fi:before {
  color: #fff;
}

.home-colorfull .services-section .grid .icon {
  background: #13e2c7;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.home-colorfull .services-section .grid .icon .fi {
  position: relative;
  z-index: 2;
}

.home-colorfull .services-section .grid-slide-item > .grid:nth-child(2) .icon {
  background-color: #ff2f27;
}

.home-colorfull .services-section .grid-slide-item > .grid:nth-child(3) .icon {
  background-color: #ff7800;
}

.home-colorfull .services-section .grid-slide-item > .grid:nth-child(4) .icon {
  background-color: #ffe625;
}

.home-colorfull .services-section .grid-slide-item > .grid:nth-child(5) .icon {
  background-color: #19d600;
}

.home-colorfull .services-section .grid-slide-item > .grid:nth-child(6) .icon {
  background-color: #00e8fd;
}

.home-colorfull .services-section .service-slider .owl-controls .owl-dots .owl-dot.active span,
.home-colorfull .services-section .service-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #30c6a5;
}

.home-colorfull .cta-section .theme-btn-s3 {
  background-color: #fff;
  color: #ff2f27;
}

.home-colorfull .cta-section .theme-btn-s3:hover {
  background-color: #30c6a5;
  color: #fff;
}

.home-colorfull .pricing-section .pricing-grids .col:nth-child(2) .grid h2,
.home-colorfull .pricing-section .pricing-grids .col:nth-child(2) .grid ul i {
  color: #16e1c5;
}

.home-colorfull .pricing-section .pricing-grids .col:nth-child(2) .theme-btn-s11 {
  background-color: #f4372d;
  color: #fff;
  border-color: #f4372d;
}

.home-colorfull .pricing-section .grid .popular-tag {
  background: #f47c08;
}

.home-colorfull .portfolio-section .sorting-filters ul li .current {
  color: #30c6a5;
}

.home-colorfull .portfolio-section .portfolio-grids .grid .box-inner:after {
  background: rgba(244, 55, 45, 0.7);
}

.home-colorfull .case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot.active span,
.home-colorfull .case-studies-section .case-studies-slider .owl-controls .owl-dots .owl-dot:hover span {
  background: #ffe625;
}

.home-colorfull .team-member-section .team-grids .grid .details:after {
  background: url("../images/team/shadow-4.png") center center/cover no-repeat local;
}

.home-colorfull .blog-faq .entry-details .theme-btn-s4, .home-colorfull .blog-faq .entry-details .theme-btn-s6, .home-colorfull .blog-faq .entry-details .theme-btn-s8, .home-colorfull .blog-faq .entry-details .theme-btn-s11 {
  background: #19d600;
  border-color: #19d600;
}

.home-colorfull .blog-faq .entry-details .theme-btn-s4:hover, .home-colorfull .blog-faq .entry-details .theme-btn-s6:hover, .home-colorfull .blog-faq .entry-details .theme-btn-s8:hover, .home-colorfull .blog-faq .entry-details .theme-btn-s11:hover {
  background: #13a300;
  border-color: #13a300;
}

.home-colorfull .blog-faq .panel-heading a:before {
  background-color: #ff2f27;
}

.home-colorfull .blog-faq .panel-heading .collapsed:before {
  background-color: transparent;
}

.home-colorfull .fun-fact-section .grid h3 {
  color: #19ffe1;
}

.home-colorfull .fun-fact-section .row > .col:nth-child(2) h3 {
  color: #ff2f27;
}

.home-colorfull .fun-fact-section .row > .col:nth-child(3) h3 {
  color: #f47c08;
}

.home-colorfull .fun-fact-section .row > .col:nth-child(4) h3 {
  color: #19d600;
}

.home-colorfull .contact-address-section .icon {
  background: #19ffe1;
}

.home-colorfull .contact-address-section .row > .col:nth-child(2) .icon {
  background: #ff2f27;
}

.home-colorfull .contact-address-section .row > .col:nth-child(3) .icon {
  background: #f47c08;
}

.home-colorfull .contact-address-section .row > .col:nth-child(2) .icon {
  background: #ffe625;
}

.home-colorfull .contact-section .contact-form h2 {
  color: #ff2f27;
}

.home-colorfull .site-footer ul li a:hover {
  color: #ff2f27;
}

/*# sourceMappingURL=style.css.map */