/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Corpbiz - SEO Digital Marketing Agency
Version:        1.0.0
Author:         itechtheme
URL:            https://themeforest.net/user/itechtheme
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	features-section
#0.7	tips-tricks-section
#0.8	services-section
#0.9	seo-rank-section
#1.0	pricing-section
#1.2	partners-section
#1.3	testimonials-section
#1.4	why-choose-us-s1


--------------------------------------------------------------
	#home-style-2
--------------------------------------------------------------
#2.1	features-section-s2
#2.2	about-us-section
#2.3	why-choose-us-section
#2.4	services-section-s2
#2.5	faq-funfact-section
#2.6	testimonials-section-s2
#2.7	video-cta-area
#2.8	team-section


--------------------------------------------------------------
	#home-style-3
--------------------------------------------------------------
#3.1	about-us-section-s2
#3.2	services-section-s3
#3.3	portfolio-section
#3.4	testimonials-section-s3
#3.5	blog-section


--------------------------------------------------------------
	#contact-page
--------------------------------------------------------------
#4.1	contact-section-s3


--------------------------------------------------------------
	#service-single-page
--------------------------------------------------------------
#5.1	services-section-s4


--------------------------------------------------------------
	#project single page
--------------------------------------------------------------
#6.1	project-single-section


--------------------------------------------------------------
	#blog page
--------------------------------------------------------------
#7.1	blog-pg-section


--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------
#8.1	blog-single-section


--------------------------------------------------------------
	#shop page
--------------------------------------------------------------
#9.1  shop-pg-section


--------------------------------------------------------------
	#shop single page
--------------------------------------------------------------
#10.1	shop-single-section


--------------------------------------------------------------
    #404 page
--------------------------------------------------------------
#11.1  error-404-section



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@font-face {
  font-family: 'caros';
  src: url(../fonts/web-fonts/caros.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'caros';
  src: url(../fonts/web-fonts/caroslight.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'caros';
  src: url(../fonts/web-fonts/carosmedium.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'caros';
  src: url(../fonts/web-fonts/carosBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "caros", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  color: #687693;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

p {
  color: #687693;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #233d62;
}

ul {
  list-style-type: none;
  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: none;
}

img {
  max-width: 100%;
}

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

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

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

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

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

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #fc6e36;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  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 #error {
    font-size: 15px;
  }
}

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

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

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(252, 110, 54, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #fc6e36;
  border-radius: 0;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #fc6e36;
}

.back-to-top i {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #fff;
  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%);
}

/** 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, .section-title-s3, .section-title-s4, .section-title-s5, .section-title-s6, .section-title-s7, .section-title-s8 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title, .section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5, .section-title-s6, .section-title-s7, .section-title-s8 {
    margin-bottom: 40px;
  }
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span, .section-title-s5 > span, .section-title-s6 > span, .section-title-s7 > span, .section-title-s8 > span {
  background-color: rgba(252, 110, 54, 0.1);
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #fc6e36;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span, .section-title-s4 > span, .section-title-s5 > span, .section-title-s6 > span, .section-title-s7 > span, .section-title-s8 > span {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2, .section-title-s8 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0.3em 0 0.54em;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2, .section-title-s8 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2, .section-title-s8 h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.section-title-s2, .section-title-s3 {
  text-align: center;
}

.section-title-s3 > span {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.section-title-s3 h2,
.section-title-s3 p {
  color: #fff;
}

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

.section-title-s5, .section-title-s6, .section-title-s7, .section-title-s8 {
  margin-bottom: 30px;
}

.section-title-s5 > span, .section-title-s6 > span, .section-title-s7 > span, .section-title-s8 > span {
  background-color: transparent;
  padding: 0;
}

.section-title-s6, .section-title-s7, .section-title-s8 {
  text-align: center;
}

.section-title-s7 h2,
.section-title-s7 p {
  color: #fff;
}

.section-title-s8 {
  text-align: left;
}

.theme-btn, .theme-btn-s3, .theme-btn-s4 {
  background-color: #fff;
  color: #fc6e36;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  padding: 17px 30px;
  display: inline-block;
  position: relative;
  border-radius: 60px;
}

.theme-btn:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #fc6e36;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s3, .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 14px 24px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s3, .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 14px 20px;
  }
}

.theme-btn-s2 {
  background-color: #fff;
  color: #fc6e36;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  padding: 17px 53px 17px 30px;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}

.theme-btn-s2 i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-btn-s2:hover {
  background-color: #fc6e36;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 14px 40px 14px 20px;
  }
  .theme-btn-s2 i {
    right: 20px;
  }
}

.theme-btn-s3 {
  background-color: #eef0f3;
  color: #687693;
}

.theme-btn-s4 {
  background-color: #fc6e36;
  color: #fff;
}

.view-cart-btn {
  background: #fc6e36;
  width: 140px;
  padding: 10px;
  margin-top: 20px;
  color: white;
  font-weight: 500;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.view-cart-btn:hover {
  background-color: #fb4a04;
  color: #fff;
}

.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: #fc6e36;
  -webkit-box-shadow: 0 0 5px 0 #fd9268;
  -moz-box-shadow: 0 0 5px 0 #fd9268;
  -o-box-shadow: 0 0 5px 0 #fd9268;
  -ms-box-shadow: 0 0 5px 0 #fd9268;
  box-shadow: 0 0 5px 0 #fd9268;
}

.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;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #fd9268;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #fc6e36;
}

/******************************
	#page title
******************************/
.page-title {
  background-color: #2842b0;
  width: 100%;
  height: 430px;
  position: relative;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: local;
}

.page-title:before {
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

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

@media screen and (min-width: 992px) {
  .page-title .container {
    padding-top: 130px;
  }
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2 {
  font-size: 55px;
  font-size: 3.66667rem;
  font-weight: 900;
  color: #fff;
  margin: -0.2em 0 0.30em;
}

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

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.page-title p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
}

@media (max-width: 991px) {
  .page-title p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .page-title p {
    font-size: 15px;
    font-size: 1rem;
  }
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .spinner {
  width: 70px;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 12px);
}

.preloader .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fc6e36;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 25.81px 3.19px rgba(35, 61, 98, 0.06);
  box-shadow: 0px 4px 25.81px 3.19px rgba(35, 61, 98, 0.06);
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #233d62;
  display: block;
  padding: 25px 35px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 15px;
    font-size: 1rem;
    padding: 25px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 25px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #d4d8e1;
  border: 2px solid #d4d8e1;
  border-radius: 50%;
  font-size: 13px;
  font-size: 0.86667rem;
  position: absolute;
  top: 23px;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -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-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.2rem;
    right: 20px;
    width: auto;
    height: auto;
    line-height: auto;
    text-align: center;
    color: #d4d8e1;
    border: 0;
    top: 21px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #233d62;
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 0 35px 15px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 0 25px 10px;
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 0 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** tag-widget ***/
}

@media screen and (min-width: 1200px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

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

.blog-sidebar .widget h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
}

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

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

.blog-sidebar .search-widget input {
  background-color: #f8f8f8;
  height: 50px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(252, 110, 54, 0.1);
}

.blog-sidebar .search-widget form button {
  background: #fc6e36;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.blog-sidebar .search-widget form button i {
  font-size: 14px;
}

.blog-sidebar .about-widget {
  text-align: center;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
}

.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: bold;
  color: #233d62;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #fc6e36;
}

.blog-sidebar .about-widget .social ul {
  display: inline-block;
}

.blog-sidebar .about-widget .social ul li {
  float: left;
}

.blog-sidebar .about-widget .social ul > li + li {
  margin-left: 15px;
}

.blog-sidebar .about-widget .social a {
  font-size: 13px;
  color: #687693;
}

.blog-sidebar .about-widget .social a:hover {
  color: #fc6e36;
}

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

.blog-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 1rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #f3f2f2;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #687693;
  position: relative;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #fc6e36;
}

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

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f3f2f2;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 68px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 5px;
}

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

.blog-sidebar .recent-post-widget .post h4 {
  font-family: "caros", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #233d62;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #fc6e36;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #687693;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 13px;
  font-size: 0.86667rem;
  display: inline-block;
  padding: 7px 14px;
  color: #687693;
  border: 1px solid #efefef;
  border-radius: 50px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #fc6e36;
  color: #fff;
  border-color: #fc6e36;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

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

.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 {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #a9b8c4;
  border: 2px solid #f4f4f4;
  display: block;
  border-radius: 0;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #fc6e36;
  border-color: #fc6e36;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
#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;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #fc6e36 !important;
}

@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: 1.06667rem;
    color: #fff;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    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;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
  }
  .site-header #navbar > ul .sub-menu li.current-menu-item a {
    color: #fc6e36;
  }
  .site-header #navbar > ul .sub-menu li.current-menu-parent > a {
    color: #fc6e36;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 11px 20px;
    color: #233d62;
    font-weight: 500;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    padding-left: 25px;
    background-color: #f7f7f7;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    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: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    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: 14px;
    font-size: 0.93333rem;
  }
  .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: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.73333rem;
    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 #fc6e36;
    position: absolute;
    right: 0;
    top: 100%;
    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.93333rem;
    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.93333rem;
    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.93333rem;
    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: #fc6e36;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 21px;
    z-index: 20;
    border-radius: 3px;
  }
  .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: -330px;
    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: #fc6e36;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .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;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 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;
  }
}

/*--------------------------------------------------------------
	#header-style-1
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .header-style-1, .header-style-2, .header-style-3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: transparent;
  }
  .header-style-1 .container-fluid, .header-style-2 .container-fluid, .header-style-3 .container-fluid {
    padding: 0 100px;
  }
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
  }
  .header-style-1 #navbar > ul > li > a:before, .header-style-2 #navbar > ul > li > a:before, .header-style-3 #navbar > ul > li > a:before {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 43px;
    border-radius: 43px;
    position: absolute;
    left: 0;
    top: calc(50% - 21px);
    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;
    z-index: -1;
  }
  .header-style-1 #navbar > ul > li > a:hover:before, .header-style-2 #navbar > ul > li > a:hover:before, .header-style-3 #navbar > ul > li > a:hover:before {
    opacity: 1;
  }
  .header-style-1 #navbar > ul > li > a:hover, .header-style-2 #navbar > ul > li > a:hover, .header-style-3 #navbar > ul > li > a:hover {
    color: #fff;
  }
  .header-style-1 #navbar > ul > li.current-menu-parent > a:before, .header-style-2 #navbar > ul > li.current-menu-parent > a:before, .header-style-3 #navbar > ul > li.current-menu-parent > a:before,
  .header-style-1 #navbar > ul > li.current-menu-item > a:before,
  .header-style-2 #navbar > ul > li.current-menu-item > a:before,
  .header-style-3 #navbar > ul > li.current-menu-item > a:before {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: #2842b0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
  }
}

.header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
  margin-left: 70px;
}

@media (max-width: 1300px) {
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    margin-left: 30px;
  }
}

@media (max-width: 1220px) {
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    float: right !important;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    padding: 40px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    padding: 40px 22px;
  }
}

.header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-brand, .header-style-2 .navbar-brand, .header-style-3 .navbar-brand {
    margin-top: 0;
  }
}

.header-style-1 .navbar-brand img, .header-style-2 .navbar-brand img, .header-style-3 .navbar-brand img {
  max-width: 105px;
}

.header-style-1 .contact-info-1, .header-style-2 .contact-info-1, .header-style-3 .contact-info-1 {
  position: absolute;
  right: 100px;
  top: 23px;
}

@media (max-width: 991px) {
  .header-style-1 .contact-info-1, .header-style-2 .contact-info-1, .header-style-3 .contact-info-1 {
    right: 80px;
    top: 16px;
  }
}

.header-style-1 .contact-info-1 span, .header-style-2 .contact-info-1 span, .header-style-3 .contact-info-1 span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 45px;
}

@media (max-width: 1480px) {
  .header-style-1 .contact-info-1 span, .header-style-2 .contact-info-1 span, .header-style-3 .contact-info-1 span {
    display: none;
  }
}

@media (max-width: 1220px) {
  .header-style-1 .contact-info-1 a, .header-style-2 .contact-info-1 a, .header-style-3 .contact-info-1 a {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-style-1 .contact-info-1 a, .header-style-2 .contact-info-1 a, .header-style-3 .contact-info-1 a {
    display: block;
  }
}

@media (max-width: 400px) {
  .header-style-1 .contact-info-1 a, .header-style-2 .contact-info-1 a, .header-style-3 .contact-info-1 a {
    display: none;
  }
}

/*--------------------------------------------------------------
	#header-style-2
--------------------------------------------------------------*/
.header-style-2, .header-style-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /*** topbar **/
  /*** cart-search-contact ***/
}

@media (max-width: 1220px) {
  .header-style-2 #navbar, .header-style-3 #navbar {
    float: left !important;
  }
}

@media (max-width: 991px) {
  .header-style-2, .header-style-3 {
    border-bottom: 1px solid #5345c5;
  }
  .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: #5040be;
    border-bottom: 0;
  }
}

.header-style-2 .topbar, .header-style-3 .topbar {
  background-color: transparent;
  padding: 15px 0;
  -webkit-box-shadow: 0px 4px 57.85px 7.15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 57.85px 7.15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .header-style-2 .topbar, .header-style-3 .topbar {
    background-color: #4937af;
    text-align: center;
  }
  .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
    display: inline-block;
  }
}

.header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  float: left;
}

@media (max-width: 991px) {
  .header-style-2 .topbar .contact-info li, .header-style-3 .topbar .contact-info li {
    font-size: 13px;
    font-size: 0.86667rem;
    float: none;
  }
}

.header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
    margin: 10px 0 0;
  }
}

.header-style-2 .topbar .social, .header-style-3 .topbar .social {
  float: right;
}

@media (max-width: 991px) {
  .header-style-2 .topbar .social, .header-style-3 .topbar .social {
    float: none;
    margin-top: 15px;
  }
  .header-style-2 .topbar .social ul, .header-style-3 .topbar .social ul {
    display: inline-block;
  }
}

.header-style-2 .topbar .social ul li, .header-style-3 .topbar .social ul li {
  float: left;
}

.header-style-2 .topbar .social ul > li + li, .header-style-3 .topbar .social ul > li + li {
  margin-left: 15px;
}

.header-style-2 .topbar .social a, .header-style-3 .topbar .social a {
  font-size: 13px;
  color: #fff;
}

.header-style-2 .topbar .social a:hover, .header-style-3 .topbar .social a:hover {
  color: #fc6e36;
}

.header-style-2 .topbar .contact-info i, .header-style-3 .topbar .contact-info i {
  display: inline-block;
  padding-right: 3px;
}

.header-style-2 .topbar .contact-info ul > li:nth-child(2) i, .header-style-3 .topbar .contact-info ul > li:nth-child(2) i {
  position: relative;
  top: 2px;
}

.header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
  position: absolute;
  right: 100px;
  height: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
    right: 90px;
    top: 0;
    padding-top: 22px;
  }
}

@media (max-width: 450px) {
  .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
    display: none;
  }
}

.header-style-2 .cart-search-contact .theme-btn-s2, .header-style-3 .cart-search-contact .theme-btn-s2 {
  margin-left: 30px;
  position: relative;
  top: -9px;
}

@media (max-width: 1380px) {
  .header-style-2 .cart-search-contact .theme-btn-s2, .header-style-3 .cart-search-contact .theme-btn-s2 {
    display: none;
  }
}

.header-style-2 .cart-search-contact button, .header-style-3 .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.header-style-2 .cart-search-contact > div, .header-style-3 .cart-search-contact > div {
  float: left;
  position: relative;
}

.header-style-2 .cart-search-contact button > i, .header-style-3 .cart-search-contact button > i {
  font-size: 20px;
  color: #fff;
}

.header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
    top: 55px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
    top: 55px;
    right: 15px;
  }
}

.header-style-2 .cart-search-contact .header-search-form button i, .header-style-3 .cart-search-contact .header-search-form button i {
  color: #233d62;
}

.header-style-2 .cart-search-contact .header-search-form-wrapper .fi:before, .header-style-3 .cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 1.46667rem;
}

.header-style-2 .cart-search-contact form div, .header-style-3 .cart-search-contact form div {
  position: relative;
}

.header-style-2 .cart-search-contact form div button, .header-style-3 .cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-2 .cart-search-contact input, .header-style-3 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 450px) {
  .header-style-2 .cart-search-contact .mini-cart, .header-style-3 .cart-search-contact .mini-cart {
    display: none;
  }
}

.header-style-2 .cart-search-contact .mini-cart .fi:before, .header-style-3 .cart-search-contact .mini-cart .fi:before {
  font-size: 25px;
  font-size: 1.66667rem;
}

.header-style-2 .cart-search-contact .mini-cart .cart-count, .header-style-3 .cart-search-contact .mini-cart .cart-count {
  background: #fc6e36;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.66667rem;
  color: white;
  position: absolute;
  top: 0;
  right: -5px;
  border-radius: 50%;
}

.header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
  .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    top: 55px;
  }
}

@media (max-width: 767px) {
  .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    top: 55px;
  }
}

@media (max-width: 450px) {
  .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}

.header-style-2 .cart-search-contact .mini-cart-content p, .header-style-3 .cart-search-contact .mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #233d62;
  margin: 0;
  text-transform: uppercase;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
  padding: 25px 20px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  text-align: left;
  color: #233d62;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
  color: #fc6e36;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  border-top: 1px solid #efefef;
  text-align: center;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}

.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #233d62;
  display: inline-block;
}

.header-style-2 .cart-search-contact .mini-cart-content-toggle, .header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.header-style-2 .cart-search-contact .cart-toggle-btn, .header-style-3 .cart-search-contact .cart-toggle-btn,
.header-style-2 .cart-search-contact .search-toggle-btn,
.header-style-3 .cart-search-contact .search-toggle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*--------------------------------------------------------------
	#header-style-3
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .header-style-3 {
    border-bottom: 1px solid #5345c5;
  }
  .header-style-3 .navigation {
    background-color: #1d41aa;
    border-bottom: 0;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

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

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

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container,
.hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner,
.hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

/*--------------------------------------------------------------
	#hero-style-1
--------------------------------------------------------------*/
.hero-style-1 {
  background-color: #2842b0;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero-style-1 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 {
    height: 500px;
  }
}

.hero-style-1 .container {
  position: relative;
}

.hero-style-1 .rocket-area {
  position: absolute;
  right: 0;
  top: -150px;
}

@media (max-width: 1199px) {
  .hero-style-1 .rocket-area {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .rocket-area {
    max-width: 250px;
    top: -80px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .rocket-area {
    z-index: -1;
  }
}

.hero-style-1:before {
  content: "";
  background: url("../images/hero-s1-bg.png") left 100px/100% no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style-1:after {
  content: "";
  background: url("../images/hero-s1-bottom-shape.png") left bottom/cover no-repeat local;
  width: 100%;
  height: 205px;
  position: absolute;
  left: 0;
  bottom: -70px;
}

@media (max-width: 991px) {
  .hero-style-1:after {
    display: none;
  }
}

.hero-style-1 .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style-1 .line span {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 17%;
}

.hero-style-1 .line > span:nth-child(2) {
  left: 34%;
}

.hero-style-1 .line > span:nth-child(3) {
  left: 51%;
}

.hero-style-1 .line > span:nth-child(4) {
  left: 68%;
}

.hero-style-1 .line > span:nth-child(5) {
  left: 85%;
}

.hero-style-1 .slide-title {
  max-width: 580px;
}

.hero-style-1 .slide-title h2 {
  font-size: 60px;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.hero-style-1 .slide-text {
  max-width: 660px;
}

.hero-style-1 .slide-text p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2.4em;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-text p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero-style-1 .slide-btns > a:last-child {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-btns > a:last-child {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.hero-style-1 .slide-btns > a:last-child .fi {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  top: 5px;
}

.hero-style-1 .slide-btns > a:last-child .fi:before {
  font-size: 30px;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-btns > a:last-child {
    margin-left: 10px;
  }
}

/*--------------------------------------------------------------
	#hero-style-2
--------------------------------------------------------------*/
.hero-style-2, .hero-style-3 {
  background-color: #2842b0;
  background: url("../images/hero-s2-bg.png") center bottom/cover no-repeat local;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero-style-2, .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2, .hero-style-3 {
    height: 500px;
  }
}

.hero-style-2 .slide-title, .hero-style-3 .slide-title {
  max-width: 580px;
}

.hero-style-2 .slide-title > span, .hero-style-3 .slide-title > span {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: relative;
}

.hero-style-2 .slide-title > span:before, .hero-style-3 .slide-title > span:before {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  left: -75px;
  top: 7px;
}

.hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
  font-size: 75px;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  margin: 0.1em 0 0.5em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide-title h2, .hero-style-3 .slide-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.hero-style-2 .slide-text, .hero-style-3 .slide-text {
  max-width: 660px;
}

.hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2.4em;
}

@media (max-width: 767px) {
  .hero-style-2 .slide-text p, .hero-style-3 .slide-text p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero-style-2 .slide-btns .video-btn, .hero-style-3 .slide-btns .video-btn {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .hero-style-2 .slide-btns .video-btn, .hero-style-3 .slide-btns .video-btn {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.hero-style-2 .slide-btns .video-btn .fi, .hero-style-3 .slide-btns .video-btn .fi {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  top: 5px;
}

.hero-style-2 .slide-btns .video-btn .fi:before, .hero-style-3 .slide-btns .video-btn .fi:before {
  font-size: 30px;
}

@media (max-width: 991px) {
  .hero-style-2 .slide-btns .video-btn, .hero-style-3 .slide-btns .video-btn {
    margin-left: 10px;
  }
}

.hero-style-2 .hero-s2-vec, .hero-style-3 .hero-s2-vec {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
}

@media (max-width: 991px) {
  .hero-style-2 .hero-s2-vec, .hero-style-3 .hero-s2-vec {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .hero-s2-vec, .hero-style-3 .hero-s2-vec {
    display: none;
  }
}

/*--------------------------------------------------------------
	#hero-style-3
--------------------------------------------------------------*/
.hero-style-3 {
  background: url("../images/cloud-2.png") 80px 125px/auto no-repeat local;
  background-color: #1d41aa;
}

.hero-style-3 .slide-title > span {
  display: block;
  margin-bottom: 2em;
}

.hero-style-3 .slide-title > span:before {
  display: none;
}

.hero-style-3 .slide-title h2 {
  margin: 0 0 0.44em -5px;
  position: relative;
}

.hero-style-3 .slide-title h2:before {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 1px;
  position: absolute;
  left: -75px;
  top: 42px;
}

.hero-style-3 .slide-text {
  max-width: 660px;
}

.hero-style-3 .slide-text p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-style-3 .slide-text p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero-style-3 .hero-s3-vec {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

@media (max-width: 991px) {
  .hero-style-3 .hero-s3-vec {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .hero-style-3 .hero-s3-vec {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-3 .container {
    padding-top: 85px;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer, .site-footer-s2, .site-footer-s3 {
  background: url("../images/footer-shape-s1.png") center top/cover no-repeat local;
  width: 100%;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  padding-top: 400px;
  margin-top: -85px;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** service-link-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

@media (max-width: 1199px) {
  .site-footer, .site-footer-s2, .site-footer-s3 {
    padding-top: 147px;
  }
}

@media (max-width: 991px) {
  .site-footer, .site-footer-s2, .site-footer-s3 {
    padding-top: 0;
    margin-top: 0;
    background-color: #2842b0;
  }
}

.site-footer ul, .site-footer-s2 ul, .site-footer-s3 ul {
  list-style: none;
}

.site-footer p, .site-footer-s2 p, .site-footer-s3 p,
.site-footer li,
.site-footer-s2 li,
.site-footer-s3 li,
.site-footer a,
.site-footer-s2 a,
.site-footer-s3 a {
  color: #fff;
}

.site-footer .upper-footer, .site-footer-s2 .upper-footer, .site-footer-s3 .upper-footer {
  padding: 0 0 90px;
}

@media (max-width: 1199px) {
  .site-footer .upper-footer, .site-footer-s2 .upper-footer, .site-footer-s3 .upper-footer {
    padding-top: 190px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer, .site-footer-s2 .upper-footer, .site-footer-s3 .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer, .site-footer-s2 .upper-footer, .site-footer-s3 .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col, .site-footer-s2 .upper-footer .col, .site-footer-s3 .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col, .site-footer-s2 .upper-footer .col, .site-footer-s3 .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title, .site-footer-s2 .widget-title, .site-footer-s3 .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title, .site-footer-s2 .widget-title, .site-footer-s3 .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3, .site-footer-s2 .widget-title h3, .site-footer-s3 .widget-title h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3, .site-footer-s2 .widget-title h3, .site-footer-s3 .widget-title h3 {
    padding-bottom: 0;
  }
}

.site-footer .about-widget .logo, .site-footer-s2 .about-widget .logo, .site-footer-s3 .about-widget .logo {
  max-width: 110px;
}

.site-footer .about-widget p, .site-footer-s2 .about-widget p, .site-footer-s3 .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child, .site-footer-s2 .about-widget p:last-child, .site-footer-s3 .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .about-widget .social-icons, .site-footer-s2 .about-widget .social-icons, .site-footer-s3 .about-widget .social-icons {
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .about-widget .social-icons, .site-footer-s2 .about-widget .social-icons, .site-footer-s3 .about-widget .social-icons {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .about-widget .social-icons ul, .site-footer-s2 .about-widget .social-icons ul, .site-footer-s3 .about-widget .social-icons ul {
  overflow: hidden;
  list-style: none;
  margin-top: 15px;
}

.site-footer .about-widget .social-icons ul li, .site-footer-s2 .about-widget .social-icons ul li, .site-footer-s3 .about-widget .social-icons ul li {
  float: left;
}

.site-footer .about-widget .social-icons ul > li + li, .site-footer-s2 .about-widget .social-icons ul > li + li, .site-footer-s3 .about-widget .social-icons ul > li + li {
  margin-left: 15px;
}

.site-footer .about-widget .social-icons ul a, .site-footer-s2 .about-widget .social-icons ul a, .site-footer-s3 .about-widget .social-icons ul a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.site-footer .about-widget .social-icons ul a:hover, .site-footer-s2 .about-widget .social-icons ul a:hover, .site-footer-s3 .about-widget .social-icons ul a:hover {
  color: #fc6e36;
}

.site-footer .link-widget, .site-footer-s2 .link-widget, .site-footer-s3 .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget, .site-footer-s2 .link-widget, .site-footer-s3 .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget, .site-footer-s2 .link-widget, .site-footer-s3 .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget, .site-footer-s2 .link-widget, .site-footer-s3 .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget, .site-footer-s2 .link-widget, .site-footer-s3 .link-widget {
    max-width: 350px;
  }
}

.site-footer .link-widget ul, .site-footer-s2 .link-widget ul, .site-footer-s3 .link-widget ul {
  width: 50%;
  float: left;
}

.site-footer .link-widget ul li, .site-footer-s2 .link-widget ul li, .site-footer-s3 .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a, .site-footer-s2 .link-widget ul a, .site-footer-s3 .link-widget ul a {
  color: #fff;
  font-weight: 500;
}

.site-footer .link-widget ul a:hover, .site-footer-s2 .link-widget ul a:hover, .site-footer-s3 .link-widget ul a:hover {
  color: #fc6e36;
}

.site-footer .link-widget ul > li + li, .site-footer-s2 .link-widget ul > li + li, .site-footer-s3 .link-widget ul > li + li {
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .service-link-widget, .site-footer-s2 .service-link-widget, .site-footer-s3 .service-link-widget {
    padding-left: 25px;
  }
}

.site-footer .service-link-widget ul, .site-footer-s2 .service-link-widget ul, .site-footer-s3 .service-link-widget ul {
  margin-top: 25px;
}

.site-footer .service-link-widget ul li, .site-footer-s2 .service-link-widget ul li, .site-footer-s3 .service-link-widget ul li {
  position: relative;
}

.site-footer .service-link-widget ul > li + li, .site-footer-s2 .service-link-widget ul > li + li, .site-footer-s3 .service-link-widget ul > li + li {
  margin-top: 15px;
}

.site-footer .service-link-widget a:hover, .site-footer-s2 .service-link-widget a:hover, .site-footer-s3 .service-link-widget a:hover {
  color: #fc6e36;
}

.site-footer .newsletter-widget form, .site-footer-s2 .newsletter-widget form, .site-footer-s3 .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input, .site-footer-s2 .newsletter-widget form input, .site-footer-s3 .newsletter-widget form input {
  background-color: transparent;
  height: 50px;
  color: #fff;
  padding: 6px 20px;
  border-radius: 0;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .newsletter-widget form ::-webkit-input-placeholder, .site-footer-s2 .newsletter-widget form ::-webkit-input-placeholder, .site-footer-s3 .newsletter-widget form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.site-footer .newsletter-widget form :-ms-input-placeholder, .site-footer-s2 .newsletter-widget form :-ms-input-placeholder, .site-footer-s3 .newsletter-widget form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.site-footer .newsletter-widget form ::-ms-input-placeholder, .site-footer-s2 .newsletter-widget form ::-ms-input-placeholder, .site-footer-s3 .newsletter-widget form ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.site-footer .newsletter-widget form ::placeholder, .site-footer-s2 .newsletter-widget form ::placeholder, .site-footer-s3 .newsletter-widget form ::placeholder {
  color: #fff;
  opacity: 1;
}

.site-footer .newsletter-widget form :-ms-input-placeholder, .site-footer-s2 .newsletter-widget form :-ms-input-placeholder, .site-footer-s3 .newsletter-widget form :-ms-input-placeholder {
  color: #fff;
}

.site-footer .newsletter-widget form ::-ms-input-placeholder, .site-footer-s2 .newsletter-widget form ::-ms-input-placeholder, .site-footer-s3 .newsletter-widget form ::-ms-input-placeholder {
  color: #fff;
}

.site-footer .newsletter-widget form .submit, .site-footer-s2 .newsletter-widget form .submit, .site-footer-s3 .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button, .site-footer-s2 .newsletter-widget form .submit button, .site-footer-s3 .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
  margin-top: -2px;
  position: relative;
  right: -5px;
}

.site-footer .lower-footer, .site-footer-s2 .lower-footer, .site-footer-s3 .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row, .site-footer-s2 .lower-footer .row, .site-footer-s3 .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator, .site-footer-s2 .lower-footer .row .separator, .site-footer-s3 .lower-footer .row .separator {
  background: rgba(255, 255, 255, 0.1);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright, .site-footer-s2 .lower-footer .copyright, .site-footer-s3 .lower-footer .copyright {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright, .site-footer-s2 .lower-footer .copyright, .site-footer-s3 .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .copyright a, .site-footer-s2 .lower-footer .copyright a, .site-footer-s3 .lower-footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

.site-footer .lower-footer .extra-link, .site-footer-s2 .lower-footer .extra-link, .site-footer-s3 .lower-footer .extra-link {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link, .site-footer-s2 .lower-footer .extra-link, .site-footer-s3 .lower-footer .extra-link {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .extra-link ul, .site-footer-s2 .lower-footer .extra-link ul, .site-footer-s3 .lower-footer .extra-link ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .extra-link ul, .site-footer-s2 .lower-footer .extra-link ul, .site-footer-s3 .lower-footer .extra-link ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .extra-link ul li, .site-footer-s2 .lower-footer .extra-link ul li, .site-footer-s3 .lower-footer .extra-link ul li {
  float: left;
}

.site-footer .lower-footer .extra-link ul > li + li, .site-footer-s2 .lower-footer .extra-link ul > li + li, .site-footer-s3 .lower-footer .extra-link ul > li + li {
  margin-left: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li, .site-footer-s2 .lower-footer .extra-link ul > li + li, .site-footer-s3 .lower-footer .extra-link ul > li + li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .extra-link ul > li + li:before, .site-footer-s2 .lower-footer .extra-link ul > li + li:before, .site-footer-s3 .lower-footer .extra-link ul > li + li:before {
  content: "";
  background: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 11px;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .extra-link ul > li + li:before, .site-footer-s2 .lower-footer .extra-link ul > li + li:before, .site-footer-s3 .lower-footer .extra-link ul > li + li:before {
    display: none;
  }
}

.site-footer .lower-footer .extra-link ul a, .site-footer-s2 .lower-footer .extra-link ul a, .site-footer-s3 .lower-footer .extra-link ul a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}

.site-footer .lower-footer .extra-link ul a:hover, .site-footer-s2 .lower-footer .extra-link ul a:hover, .site-footer-s3 .lower-footer .extra-link ul a:hover {
  text-decoration: underline;
}

.site-footer-s2, .site-footer-s3 {
  background: url("../images/footer-shape-s2.png") center top/cover no-repeat local;
  margin-top: 0;
  padding-top: 200px;
}

@media (max-width: 1199px) {
  .site-footer-s2, .site-footer-s3 {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .site-footer-s2, .site-footer-s3 {
    padding-top: 0;
    margin-top: 0;
    background-color: #5447c9;
  }
}

.site-footer-s3 {
  background: url("../images/footer-s3-shape.jpg") center bottom/cover no-repeat local;
  margin-top: 0;
  padding-top: 100px;
}

@media (max-width: 1199px) {
  .site-footer-s3 {
    padding-top: 0;
  }
  .site-footer-s3 .upper-footer {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .site-footer-s3 {
    padding-top: 0;
    margin-top: 0;
    background-color: #5447c9;
  }
}

@media (max-width: 767px) {
  .site-footer-s3 {
    padding-top: 0;
  }
  .site-footer-s3 .upper-footer {
    padding-top: 80px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  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, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background-color: #2842b0;
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background-color: #5447c9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-style-3 .sticky-header {
  background-color: #2842b0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
#0.6	features-section
--------------------------------------------------------------*/

.features-section .feature-grids, .features-section-s2 .feature-grids, .features-section-s3 .feature-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .features-section .feature-grids, .features-section-s2 .feature-grids, .features-section-s3 .feature-grids {
    margin: 0 -7px;
  }
}

.features-section .feature-grids .grid, .features-section-s2 .feature-grids .grid, .features-section-s3 .feature-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 45px 45px 50px;
  -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) {
  .features-section .feature-grids .grid, .features-section-s2 .feature-grids .grid, .features-section-s3 .feature-grids .grid {
    padding: 45px 35px 50px;
  }
}

@media (max-width: 991px) {
  .features-section .feature-grids .grid, .features-section-s2 .feature-grids .grid, .features-section-s3 .feature-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .features-section .feature-grids .grid, .features-section-s2 .feature-grids .grid, .features-section-s3 .feature-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
    padding: 35px 25px 40px;
  }
}

@media (max-width: 600px) {
  .features-section .feature-grids .grid, .features-section-s2 .feature-grids .grid, .features-section-s3 .feature-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.features-section .feature-grids > .grid:first-child, .features-section-s2 .feature-grids > .grid:first-child, .features-section-s3 .feature-grids > .grid:first-child {
  -webkit-box-shadow: 4px 11px 24px rgba(35, 61, 98, 0.1);
  box-shadow: 4px 11px 24px rgba(35, 61, 98, 0.1);
}

.features-section .feature-grids .grid:hover, .features-section-s2 .feature-grids .grid:hover, .features-section-s3 .feature-grids .grid:hover {
  -webkit-box-shadow: 4px 11px 24px rgba(35, 61, 98, 0.1);
  box-shadow: 4px 11px 24px rgba(35, 61, 98, 0.1);
}

.features-section .feature-grids > .grid:nth-child(2) .fi:before, .features-section-s2 .feature-grids > .grid:nth-child(2) .fi:before, .features-section-s3 .feature-grids > .grid:nth-child(2) .fi:before {
  color: #2ecc0a;
}

.features-section .feature-grids > .grid:nth-child(3) .fi:before, .features-section-s2 .feature-grids > .grid:nth-child(3) .fi:before, .features-section-s3 .feature-grids > .grid:nth-child(3) .fi:before {
  color: #7633ff;
}

.features-section .grid .fi:before, .features-section-s2 .grid .fi:before, .features-section-s3 .grid .fi:before {
  font-size: 60px;
  font-size: 4rem;
  color: #fc6e36;
}

@media (max-width: 767px) {
  .features-section .grid .fi:before, .features-section-s2 .grid .fi:before, .features-section-s3 .grid .fi:before {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

.features-section .grid h3, .features-section-s2 .grid h3, .features-section-s3 .grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0.4em 0 1em;
}

@media (max-width: 767px) {
  .features-section .grid h3, .features-section-s2 .grid h3, .features-section-s3 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.features-section .grid p, .features-section-s2 .grid p, .features-section-s3 .grid p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

/*--------------------------------------------------------------
#0.7	tips-tricks-section
--------------------------------------------------------------*/


@media (max-width: 991px) {
  .tips-tricks-section .tips-trick-grids {
    margin-top: 50px;
  }
}

.tips-tricks-section .tips-trick-grids > .grid + .grid {
  margin-top: 10px;
}

.tips-tricks-section .grid {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.06);
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.06);
  position: relative;
}

@media (max-width: 767px) {
  .tips-tricks-section .grid {
    padding: 30px;
  }
}

.tips-tricks-section .grid h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  margin: 0 0 1em;
  padding-left: 45px;
}

.tips-tricks-section .grid .icon {
  background-color: rgba(252, 110, 54, 0.15);
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border-radius: 32px;
  position: absolute;
  left: 40px;
  top: 35px;
}

@media (max-width: 767px) {
  .tips-tricks-section .grid .icon {
    left: 30px;
    top: 25px;
  }
}

.tips-tricks-section .grid p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

/*--------------------------------------------------------------
#0.8	services-section
--------------------------------------------------------------*/
.services-section {
  position: relative;
  padding-bottom: 70px;
}

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

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

.services-section .shape {
  background-color: #2842b0;
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.services-section .shape:after {
  content: "";
  background: url("../images/service-area-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 99px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.services-section .shape .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .shape .line span {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 17%;
}

.services-section .shape .line > span:nth-child(2) {
  left: 34%;
}

.services-section .shape .line > span:nth-child(3) {
  left: 51%;
}

.services-section .shape .line > span:nth-child(4) {
  left: 68%;
}

.services-section .shape .line > span:nth-child(5) {
  left: 85%;
}

.services-section .service-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .services-section .service-grids {
    margin: 0 -7px;
  }
}

.services-section .service-grids .grid {
  background-color: #fff;
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 40px 45px 50px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11);
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.11);
  border-radius: 3px;
}

@media (max-width: 1199px) {
  .services-section .service-grids .grid {
    padding: 45px 35px 50px;
  }
}

@media (max-width: 991px) {
  .services-section .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .services-section .service-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
    padding: 35px 25px 40px;
  }
}

@media (max-width: 600px) {
  .services-section .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.services-section .grid .fi:before {
  font-size: 60px;
  font-size: 4rem;
  color: #fc6e36;
}

.services-section .grid h3 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0.5em 0 1em;
  font-weight: 600;
}

.services-section .grid h3 a {
  color: #233d62;
}

.services-section .grid p {
  margin: 0;
}

.services-section .grid:hover {
  background-color: #fc6e36;
}

.services-section .grid:hover .fi:before,
.services-section .grid:hover h3 a,
.services-section .grid:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
#0.9	seo-rank-section
--------------------------------------------------------------*/
.seo-rank-section, .seo-rank-section-s2 {
  background-color: #2842b0;
  text-align: center;
  padding: 100px 0 160px;
  position: relative;
}

@media (max-width: 991px) {
  .seo-rank-section, .seo-rank-section-s2 {
    padding: 90px 0 120px;
  }
}

@media (max-width: 767px) {
  .seo-rank-section, .seo-rank-section-s2 {
    padding: 80px 0 100px;
  }
}

.seo-rank-section .container, .seo-rank-section-s2 .container {
  position: relative;
}

.seo-rank-section .container .rocket, .seo-rank-section-s2 .container .rocket {
  position: absolute;
  right: 0;
  bottom: -160px;
}

@media (max-width: 991px) {
  .seo-rank-section .container .rocket, .seo-rank-section-s2 .container .rocket {
    display: none;
  }
}

.seo-rank-section:after, .seo-rank-section-s2:after {
  content: "";
  background: url("../images/cloud.png") center center/cover no-repeat local;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.seo-rank-section h2, .seo-rank-section-s2 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #fff;
  margin: 0 0 1em;
}

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

@media (max-width: 767px) {
  .seo-rank-section h2, .seo-rank-section-s2 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.seo-rank-section .analytic-form, .seo-rank-section-s2 .analytic-form {
  max-width: 680px;
  margin: 0 auto;
}

.seo-rank-section .analytic-form .input-1, .seo-rank-section-s2 .analytic-form .input-1 {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .seo-rank-section .analytic-form .input-1, .seo-rank-section-s2 .analytic-form .input-1 {
    width: 100%;
    float: none;
  }
}

.seo-rank-section .analytic-form form, .seo-rank-section-s2 .analytic-form form {
  margin-top: 25px;
  position: relative;
}

.seo-rank-section .analytic-form form .text-lebel, .seo-rank-section-s2 .analytic-form form .text-lebel {
  position: relative;
}

.seo-rank-section .analytic-form form input, .seo-rank-section-s2 .analytic-form form input {
  width: 100%;
  height: 65px;
  color: #687693;
  border: 0;
  padding: 6px 20px;
  border-radius: 70px;
}

@media (max-width: 600px) {
  .seo-rank-section .analytic-form form input, .seo-rank-section-s2 .analytic-form form input {
    height: 45px;
  }
}

.seo-rank-section .analytic-form form input:focus, .seo-rank-section-s2 .analytic-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fc6e36;
}

.seo-rank-section .analytic-form form .submit, .seo-rank-section-s2 .analytic-form form .submit {
  width: 20%;
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 2;
}

@media (max-width: 600px) {
  .seo-rank-section .analytic-form form .submit, .seo-rank-section-s2 .analytic-form form .submit {
    width: 100%;
    position: static;
    margin: 15px 0 0;
    text-align: center;
  }
}

.seo-rank-section .analytic-form form .submit button, .seo-rank-section-s2 .analytic-form form .submit button {
  background: #fc6e36;
  height: 65px;
  font-weight: 600;
  padding: 15px 25px;
  border: 0;
  outline: 0;
  color: #fff;
  border-radius: 0 70px 70px 0;
}

@media (max-width: 600px) {
  .seo-rank-section .analytic-form form .submit button, .seo-rank-section-s2 .analytic-form form .submit button {
    border-radius: 0;
    height: 50px;
  }
}

@media screen and (min-width: 401px) {
  .seo-rank-section .analytic-form form .submit .icon, .seo-rank-section-s2 .analytic-form form .submit .icon {
    display: none;
  }
}

.seo-rank-section .analytic-form .input-1 input, .seo-rank-section-s2 .analytic-form .input-1 input {
  border-radius: 50px 0 0 50px;
}

@media (max-width: 600px) {
  .seo-rank-section .analytic-form .input-1 input, .seo-rank-section-s2 .analytic-form .input-1 input {
    border-radius: 0;
  }
}

.seo-rank-section .analytic-form .input-2 input, .seo-rank-section-s2 .analytic-form .input-2 input {
  border-radius: 0;
  border-left: 1px solid #f1f1f1;
}

@media (max-width: 600px) {
  .seo-rank-section .analytic-form .input-2 input, .seo-rank-section-s2 .analytic-form .input-2 input {
    border-radius: 0;
  }
}

.seo-rank-section .analytic-form .input-1, .seo-rank-section-s2 .analytic-form .input-1,
.seo-rank-section .analytic-form .input-2,
.seo-rank-section-s2 .analytic-form .input-2 {
  width: 40%;
}

@media (max-width: 600px) {
  .seo-rank-section .analytic-form .input-1, .seo-rank-section-s2 .analytic-form .input-1,
  .seo-rank-section .analytic-form .input-2,
  .seo-rank-section-s2 .analytic-form .input-2 {
    width: 100%;
  }
}

.seo-rank-section-s2 {
  background: url(../images/footer-s3-shape.jpg) center bottom/cover no-repeat local;
  margin-top: 0;
  padding: 130px 0;
}

@media (max-width: 991px) {
  .seo-rank-section-s2 {
    padding: 110px 0;
  }
}

.seo-rank-section-s2:after {
  background-image: none;
}

/*--------------------------------------------------------------
#1.0	pricing-section
--------------------------------------------------------------*/
.pricing-section {
  padding-bottom: 70px;
  position: relative;
}

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

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

.pricing-section:before {
  content: "";
  height: 60em;
  width: 65em;
  top: -30%;
  right: -5%;
  background: #f6f5fd;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  position: absolute;
  z-index: -1;
}

.pricing-section .pricing-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-grids {
    margin: 0 -7px;
  }
}

.pricing-section .pricing-grids .grid {
  background-color: #fff;
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 70px 55px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 4px 24.03px 2.97px rgba(25, 38, 62, 0.05);
  box-shadow: 0px 4px 24.03px 2.97px rgba(25, 38, 62, 0.05);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

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

@media (max-width: 991px) {
  .pricing-section .pricing-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
    padding: 35px 25px 40px;
  }
}

@media (max-width: 600px) {
  .pricing-section .pricing-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.pricing-section .pricing-grids > .grid:nth-child(2) {
  -webkit-box-shadow: 0px 4px 40.94px 5.06px rgba(25, 38, 62, 0.12);
  box-shadow: 0px 4px 40.94px 5.06px rgba(25, 38, 62, 0.12);
}

.pricing-section .pricing-grids > .grid:nth-child(2) .theme-btn-s3 {
  background-color: rgba(252, 110, 54, 0.2);
}

.pricing-section .pricing-grids > .grid:nth-child(2) .theme-btn-s3:hover {
  background-color: #fc6e36;
}

.pricing-section .hilight-tag {
  background-color: #fc6e36;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  padding: 4px 50px 5px 30px;
  color: #fff;
  line-height: 26px;
  position: absolute;
  top: 15px;
  left: -30px;
  z-index: 1;
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  -webkit-transform: rotate(-38deg);
}

.pricing-section .pricing-header h5 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

.pricing-section .pricing-header i {
  display: block;
}

.pricing-section .pricing-header .fi:before {
  font-size: 70px;
  font-size: 4.66667rem;
  color: #233d62;
}

.pricing-section .pricing-header h1 {
  font-size: 60px;
  font-size: 4rem;
  margin: 0;
  position: relative;
  display: inline-block;
}

.pricing-section .pricing-header h1 span {
  font-size: 24px;
  font-size: 1.6rem;
  position: absolute;
  left: -12px;
  top: 10px;
}

.pricing-section .pricing-header p {
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  margin: 0;
}

.pricing-section .pricing-body {
  margin-top: 25px;
}

.pricing-section .pricing-body ul {
  margin-bottom: 35px;
}

.pricing-section .pricing-body li {
  font-size: 14px;
  font-size: 0.93333rem;
}

.pricing-section .pricing-body ul > li + li {
  border-top: 1px solid #efefef;
  padding-top: 10px;
  margin-top: 10px;
}

/*--------------------------------------------------------------
#1.2	partners-section
--------------------------------------------------------------*/
.partners-section, .partners-section-s2 {
  padding: 0 0 100px;
}

@media (max-width: 991px) {
  .partners-section, .partners-section-s2 {
    padding: 0 0 90px;
  }
}

@media (max-width: 767px) {
  .partners-section, .partners-section-s2 {
    padding: 0 0 80px;
  }
}

.partners-section .grid, .partners-section-s2 .grid {
  text-align: center;
}

.partners-section .grid img, .partners-section-s2 .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

/*--------------------------------------------------------------
#1.3	testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  padding-bottom: 80px;
}

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

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

@media screen and (min-width: 1200px) {
  .testimonials-section .testimonials-area {
    padding-left: 25px;
  }
}

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

.testimonials-section .quote p {
  font-size: 18px;
  font-size: calc-rem-vlue(18);
  margin: 0;
}

.testimonials-section .client-info {
  margin-top: 35px;
}

.testimonials-section .client-info h5 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0 0 0.5em;
}

.testimonials-section .client-info p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

.testimonials-section .owl-controls {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: -5px;
}

.testimonials-section .owl-carousel .owl-stage-outer .owl-item {
  padding-bottom: 40px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 5px;
  background: #fc6e36;
  opacity: 0.7;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  opacity: 1;
}

/*--------------------------------------------------------------
#1.4	why-choose-us-s1
--------------------------------------------------------------*/
.why-choose-us-s1 {
  padding-top: 0;
}

@media (max-width: 991px) {
  .why-choose-us-s1 .why-choose-grids {
    margin-bottom: 60px;
  }
}

.why-choose-us-s1 .why-choose-grids .grid {
  padding: 0 0 0 90px;
  position: relative;
}

.why-choose-us-s1 .why-choose-grids > .grid + .grid {
  margin-top: 50px;
}

.why-choose-us-s1 .why-choose-grids > .grid:nth-child(2) .icon {
  background-color: #e8e5fc;
}

.why-choose-us-s1 .why-choose-grids > .grid:nth-child(2) .fi:before {
  color: #644eee;
}

.why-choose-us-s1 .why-choose-grids > .grid:nth-child(3) .icon {
  background-color: #d9eedc;
}

.why-choose-us-s1 .why-choose-grids > .grid:nth-child(3) .fi:before {
  color: #018d11;
}

.why-choose-us-s1 .why-choose-grids .icon {
  background-color: rgba(252, 110, 54, 0.1);
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.why-choose-us-s1 .why-choose-grids .fi:before {
  font-size: 30px;
  font-size: 2rem;
  color: #fc6e36;
}

.why-choose-us-s1 .why-choose-grids h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .why-choose-us-s1 .why-choose-grids h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.why-choose-us-s1 .why-choose-grids p {
  margin-bottom: 0;
}

.about-pg-why-choose-us {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .about-pg-why-choose-us {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .about-pg-why-choose-us {
    padding-top: 80px;
  }
}

/*--------------------------------------------------------------
	#home-style-2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	features-section-s2
--------------------------------------------------------------*/
.features-section-s2 .feature-grids .grid, .features-section-s3 .feature-grids .grid {
  border-radius: 3px;
}

.features-section-s2 .feature-grids > .grid:first-child, .features-section-s3 .feature-grids > .grid:first-child {
  background-color: #5447c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.features-section-s2 .feature-grids > .grid:first-child .fi:before, .features-section-s3 .feature-grids > .grid:first-child .fi:before,
.features-section-s2 .feature-grids > .grid:first-child h3,
.features-section-s3 .feature-grids > .grid:first-child h3,
.features-section-s2 .feature-grids > .grid:first-child p,
.features-section-s3 .feature-grids > .grid:first-child p {
  color: #fff;
}

.features-section-s2 .feature-grids > .grid:nth-child(2) .fi:before, .features-section-s3 .feature-grids > .grid:nth-child(2) .fi:before {
  color: #2ecc0a;
}

.features-section-s2 .feature-grids > .grid:nth-child(3) .fi:before, .features-section-s3 .feature-grids > .grid:nth-child(3) .fi:before {
  color: #7633ff;
}

.features-section-s2 .feature-grids .grid:hover, .features-section-s3 .feature-grids .grid:hover {
  background-color: #5447c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.features-section-s3 .feature-grids > .grid:first-child {
  background-color: #2842b0;
}

.features-section-s3 .feature-grids > .grid:nth-child(3) .fi:before {
  color: #2842b0;
}

.features-section-s3 .feature-grids .grid:hover {
  background-color: #2842b0;
}

.features-section-s3 .feature-grids .grid:hover .fi:before {
  color: #fff;
}

/*--------------------------------------------------------------
#2.2	about-us-section
--------------------------------------------------------------*/
.about-us-section {
  padding-top: 0;
}

.about-us-section .about-details h5 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6em;
  margin: 0 0 1em;
}

.about-us-section .about-details p {
  margin-bottom: 2.5em;
}

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

/*--------------------------------------------------------------
#2.3	why-choose-us-section
--------------------------------------------------------------*/
.why-choose-us-section .why-choose-grids .grid {
  padding: 40px 35px 40px 130px;
  -webkit-box-shadow: 0px 4px 25.81px 3.19px rgba(35, 61, 98, 0.06);
  box-shadow: 0px 4px 25.81px 3.19px rgba(35, 61, 98, 0.06);
  position: relative;
}

@media (max-width: 767px) {
  .why-choose-us-section .why-choose-grids .grid {
    padding: 35px 25px;
  }
}

.why-choose-us-section .why-choose-grids > .grid + .grid {
  margin-top: 20px;
}

.why-choose-us-section .why-choose-grids > .grid:first-child,
.why-choose-us-section .why-choose-grids > .grid:last-child {
  position: relative;
  left: -50px;
}

@media (max-width: 991px) {
  .why-choose-us-section .why-choose-grids > .grid:first-child,
  .why-choose-us-section .why-choose-grids > .grid:last-child {
    left: 0;
  }
}

.why-choose-us-section .why-choose-grids > .grid:nth-child(2) .icon {
  background-color: #e8e5fc;
}

.why-choose-us-section .why-choose-grids > .grid:nth-child(2) .fi:before {
  color: #644eee;
}

.why-choose-us-section .why-choose-grids > .grid:nth-child(3) .icon {
  background-color: #d9eedc;
}

.why-choose-us-section .why-choose-grids > .grid:nth-child(3) .fi:before {
  color: #018d11;
}

.why-choose-us-section .why-choose-grids .icon {
  background-color: rgba(252, 110, 54, 0.1);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  left: 35px;
  top: 40px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .why-choose-us-section .why-choose-grids .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
}

.why-choose-us-section .why-choose-grids .fi:before {
  font-size: 30px;
  font-size: 2rem;
  color: #fc6e36;
}

.why-choose-us-section .why-choose-grids h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

.why-choose-us-section .why-choose-grids p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#2.4	services-section-s2
--------------------------------------------------------------*/
.services-section-s2 {
  position: relative;
}

.services-section-s2 .shape {
  background-color: #5447c9;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .services-section-s2 .shape {
    height: 350px;
  }
}

.services-section-s2 .shape:after {
  content: "";
  background: url("../images/service-area-shape.png") center center/cover no-repeat local;
  width: 100%;
  height: 99px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.services-section-s2 .shape .line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section-s2 .shape .line span {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 17%;
}

.services-section-s2 .shape .line > span:nth-child(2) {
  left: 34%;
}

.services-section-s2 .shape .line > span:nth-child(3) {
  left: 51%;
}

.services-section-s2 .shape .line > span:nth-child(4) {
  left: 68%;
}

.services-section-s2 .shape .line > span:nth-child(5) {
  left: 85%;
}

.services-section-s2 .service-grids {
  margin-top: 180px;
}

@media (max-width: 991px) {
  .services-section-s2 .service-grids {
    margin-top: 120px;
  }
}

@media (max-width: 500px) {
  .services-section-s2 .service-grids {
    margin-top: 70px;
  }
}

.services-section-s2 .service-grids .grid {
  position: relative;
  padding-left: 75px;
}

.services-section-s2 .service-grids > .grid + .grid {
  margin-top: 50px;
}

.services-section-s2 .service-grids .icon {
  position: absolute;
  left: 0;
  top: -11px;
}

.services-section-s2 .service-grids h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.2em 0 0.6em;
}

.services-section-s2 .service-grids h3 a {
  color: #233d62;
}

.services-section-s2 .service-grids h3 a:hover {
  color: #fc6e36;
}

.services-section-s2 .service-grids .fi:before {
  font-size: 50px;
  font-size: 3.33333rem;
  color: #fc6e36;
}

.services-section-s2 .service-grids p {
  margin: 0;
}

@media (max-width: 1199px) {
  .services-section-s2 .service-grids p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media screen and (min-width: 992px) {
  .services-section-s2 .right-align {
    text-align: right;
  }
  .services-section-s2 .right-align .grid {
    position: relative;
    padding-right: 75px;
    padding-left: 0;
  }
  .services-section-s2 .right-align .icon {
    position: absolute;
    right: 0;
    left: auto;
    top: -11px;
  }
}

@media (max-width: 991px) {
  .services-section-s2 .right-col {
    margin-top: 50px;
  }
}

.services-section-s2 .img-holder {
  margin-top: 120px;
}

@media (max-width: 1199px) {
  .services-section-s2 .img-holder {
    margin-top: 180px;
  }
}

@media (max-width: 991px) {
  .services-section-s2 .img-holder {
    display: none;
  }
}

.services-pg-s2-section {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .services-pg-s2-section {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  .services-pg-s2-section {
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .services-pg-s2-section {
    margin-top: -40px;
  }
}

/*--------------------------------------------------------------
#2.5	faq-funfact-section
--------------------------------------------------------------*/
.faq-funfact-section {
  position: relative;
  padding-top: 0;
}

.faq-funfact-section:before {
  content: "";
  width: 768px;
  height: 1062px;
  position: absolute;
  left: 0;
  top: 0;
}

.faq-funfact-section .fun-fact-grids {
  margin-top: 235px;
  position: relative;
}

@media (max-width: 1199px) {
  .faq-funfact-section .fun-fact-grids {
    height: 350px;
    margin-top: 80px;
  }
}

.faq-funfact-section .grid {
  background-color: #fc6e36;
  width: 185px;
  height: 185px;
  line-height: 185px;
  border-radius: 50%;
  text-align: center;
  display: table;
  position: absolute;
}

@media (max-width: 550px) {
  .faq-funfact-section .grid {
    width: 50%;
    float: left;
    position: static;
    border-radius: 0;
  }
}

.faq-funfact-section .grid .info {
  display: table-cell;
  vertical-align: middle;
}

.faq-funfact-section .grid h3 {
  font-size: 42px;
  font-size: 2.8rem;
  color: #fff;
  margin: 0;
}

.faq-funfact-section .grid p {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  margin: 0;
}

.faq-funfact-section .fun-fact-grids > .grid:first-child {
  left: 150px;
}

.faq-funfact-section .fun-fact-grids > .grid:nth-child(2) {
  background-color: #5197cf;
  top: 130px;
}

.faq-funfact-section .fun-fact-grids > .grid:nth-child(3) {
  background-color: #c334d2;
  width: 135px;
  height: 135px;
  top: 225px;
  left: 215px;
}

@media (max-width: 550px) {
  .faq-funfact-section .fun-fact-grids > .grid:nth-child(3) {
    width: 50%;
    float: left;
    position: static;
    border-radius: 0;
    height: 185px;
  }
}

.faq-funfact-section .fun-fact-grids > .grid:nth-child(3) h3 {
  font-size: 40px;
  font-size: 2.66667rem;
}

.faq-funfact-section .fun-fact-grids > .grid:nth-child(4) {
  background-color: #2842b0;
  width: 145px;
  height: 145px;
  top: 145px;
  left: 340px;
}

@media (max-width: 550px) {
  .faq-funfact-section .fun-fact-grids > .grid:nth-child(4) {
    width: 50%;
    float: left;
    position: static;
    border-radius: 0;
    height: 185px;
  }
}

.faq-funfact-section .fun-fact-grids > .grid:nth-child(4) h3 {
  font-size: 36px;
  font-size: 2.4rem;
}

/*--------------------------------------------------------------
#2.6	testimonials-section-s2
--------------------------------------------------------------*/
.testimonials-section-s2, .testimonials-section-s3 {
  padding-top: 0;
}

.testimonials-section-s2 .testimonial2-thumb-active, .testimonials-section-s3 .testimonial2-thumb-active {
  width: 328px;
  text-align: center;
  margin: auto;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .testimonial2-thumb-active, .testimonials-section-s3 .testimonial2-thumb-active {
    width: 300PX;
  }
}

.testimonials-section-s2 .testimonial2-thumb-active img, .testimonials-section-s3 .testimonial2-thumb-active img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  margin: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  opacity: 0.7;
}

.testimonials-section-s2 .testimonial2-thumb-active .slick-center, .testimonials-section-s3 .testimonial2-thumb-active .slick-center {
  border: 0;
  outline: 0;
}

.testimonials-section-s2 .testimonial2-thumb-active .slick-center img, .testimonials-section-s3 .testimonial2-thumb-active .slick-center img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.testimonials-section-s2 .testimonial-content-active, .testimonials-section-s3 .testimonial-content-active {
  max-width: 755px;
  margin: 30px auto 0;
  position: relative;
}

.testimonials-section-s2 .grid > p, .testimonials-section-s3 .grid > p {
  font-size: 19px;
  font-size: 1.26667rem;
}

@media (max-width: 767px) {
  .testimonials-section-s2 .grid > p, .testimonials-section-s3 .grid > p {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.testimonials-section-s2 .grid .info h5, .testimonials-section-s3 .grid .info h5 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 2em 0 0.3em;
}

.testimonials-section-s2 .grid .info p, .testimonials-section-s3 .grid .info p {
  font-size: 13px;
  font-size: 0.86667rem;
  margin: 0;
  color: #fc6e36;
}

.testimonials-section-s2 .testimonial2-thumb-active button i, .testimonials-section-s3 .testimonial2-thumb-active button i {
  font-size: 14px;
  color: #d4d4d4;
  position: absolute;
  left: 0;
}

.testimonials-section-s2 .testimonial2-thumb-active .slick-next i, .testimonials-section-s3 .testimonial2-thumb-active .slick-next i {
  left: auto;
  right: 0;
}

/*--------------------------------------------------------------
#2.7	video-cta-area
--------------------------------------------------------------*/
.video-cta-area {
  text-align: center;
  padding-top: 0;
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .video-cta-area {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .video-cta-area {
    padding-bottom: 80px;
  }
}

.video-cta-area:before {
  content: "";
  background: url("../images/video-cta-bg.png") center bottom/cover no-repeat local;
  width: 100%;
  height: 740px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.video-cta-area .img-holder {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
}

.video-cta-area .img-holder img {
  border-radius: 3px;
}

.video-cta-area .img-holder a {
  background-color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video-cta-area .img-holder .fi:before {
  font-size: 24px;
  font-size: 1.6rem;
  color: #5447c9;
}

.video-cta-area .content {
  max-width: 680px;
  margin: 85px auto 0;
}

.video-cta-area .content h2 {
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0 0 0.54em;
  color: #fff;
  position: relative;
}

@media (max-width: 991px) {
  .video-cta-area .content h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .video-cta-area .content h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.video-cta-area .content p {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .video-cta-area .content p {
    font-size: 15px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#2.8	team-section
--------------------------------------------------------------*/
.team-section {
  padding-bottom: 70px;
}

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

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

.team-section .team-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .team-section .team-grids {
    margin: 0 -7px;
  }
}

.team-section .team-grids .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .team-section .team-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 60px;
  }
}

@media (max-width: 767px) {
  .team-section .team-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 50px;
  }
}

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

.team-section .details {
  padding-top: 25px;
}

.team-section .details h4 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .team-section .details h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.team-section .details p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {
  .team-section .details p {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.team-section .details ul {
  display: inline-block;
}

.team-section .details ul li {
  float: left;
}

.team-section .details ul > li + li {
  margin-left: 15px;
}

.team-section .details a {
  font-size: 13px;
  color: #687693;
}

.team-section .details a:hover {
  color: #fc6e36;
}

/*--------------------------------------------------------------
	#home-style-3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	about-us-section-s2
--------------------------------------------------------------*/
.about-us-section-s2 {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .about-us-section-s2 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .about-us-section-s2 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .about-us-section-s2 .section-title-s5, .about-us-section-s2 .section-title-s6, .about-us-section-s2 .section-title-s7, .about-us-section-s2 .section-title-s8 {
    margin-top: 100px;
    padding-left: 25px;
  }
  .about-us-section-s2 .about-details {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .about-us-section-s2 .section-title-s5, .about-us-section-s2 .section-title-s6, .about-us-section-s2 .section-title-s7, .about-us-section-s2 .section-title-s8 {
    margin-top: 50px;
  }
}

.about-us-section-s2 .about-details h5 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6em;
  margin: 0 0 1em;
}

.about-us-section-s2 .about-details p {
  margin-bottom: 2.5em;
}

.about-us-section-s2 .feature-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .about-us-section-s2 .feature-grids {
    margin: 0 -7px;
  }
}

.about-us-section-s2 .feature-grids .grid {
  background-color: #fff;
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 50px 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.06);
  box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.06);
}

@media (max-width: 1199px) {
  .about-us-section-s2 .feature-grids .grid {
    padding: 45px 25px;
  }
}

@media (max-width: 991px) {
  .about-us-section-s2 .feature-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .about-us-section-s2 .feature-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
    padding: 35px 20px;
  }
}

@media (max-width: 600px) {
  .about-us-section-s2 .feature-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.about-us-section-s2 .feature-grids > .grid:nth-child(2) .fi {
  background-color: #2ecc0a;
}

.about-us-section-s2 .feature-grids > .grid:nth-child(3) .fi {
  background-color: #7633ff;
}

.about-us-section-s2 .feature-grids > .grid:nth-child(2) {
  position: relative;
  top: 150px;
}

@media (max-width: 600px) {
  .about-us-section-s2 .feature-grids > .grid:nth-child(2) {
    top: 0;
  }
}

.about-us-section-s2 .grid .fi {
  background-color: #fc6e36;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}

.about-us-section-s2 .grid .fi:before {
  font-size: 35px;
  font-size: 2.33333rem;
  color: #fff;
}

@media (max-width: 767px) {
  .about-us-section-s2 .grid .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.about-us-section-s2 .grid h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.3em 0 0.7em;
}

@media (max-width: 11999px) {
  .about-us-section-s2 .grid h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.about-us-section-s2 .grid p {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

/*--------------------------------------------------------------
#3.2	services-section-s3
--------------------------------------------------------------*/
.services-section-s3, .services-section-s4 {
  background-color: #f0f8fa;
  position: relative;
  padding: 200px 0 55px;
}

@media (max-width: 991px) {
  .services-section-s3, .services-section-s4 {
    padding: 150px 0 45px;
  }
}

@media (max-width: 767px) {
  .services-section-s3, .services-section-s4 {
    padding: 100px 0 45px;
  }
}

.services-section-s3:before, .services-section-s4:before {
  content: "";
  background: url("../images/service-s3-wave.png") center center/cover no-repeat local;
  width: 100%;
  height: 214px;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section-s3 .service-grids, .services-section-s4 .service-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .services-section-s3 .service-grids, .services-section-s4 .service-grids {
    margin: 0 -7px;
  }
}

.services-section-s3 .service-grids .grid, .services-section-s4 .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 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;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .services-section-s3 .service-grids .grid, .services-section-s4 .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .services-section-s3 .service-grids .grid, .services-section-s4 .service-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 35px;
    padding-left: 80px;
  }
}

@media (max-width: 600px) {
  .services-section-s3 .service-grids .grid, .services-section-s4 .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.services-section-s3 .service-grids > .grid:nth-child(2) .fi, .services-section-s4 .service-grids > .grid:nth-child(2) .fi {
  background-color: #d4d6f8;
}

.services-section-s3 .service-grids > .grid:nth-child(2) .fi:before, .services-section-s4 .service-grids > .grid:nth-child(2) .fi:before {
  color: #644eee;
}

.services-section-s3 .service-grids > .grid:nth-child(3) .fi, .services-section-s4 .service-grids > .grid:nth-child(3) .fi {
  background-color: #c2dfcd;
}

.services-section-s3 .service-grids > .grid:nth-child(3) .fi:before, .services-section-s4 .service-grids > .grid:nth-child(3) .fi:before {
  color: #0b7b18;
}

.services-section-s3 .service-grids > .grid:nth-child(4) .fi, .services-section-s4 .service-grids > .grid:nth-child(4) .fi {
  background-color: #e0e8c9;
}

.services-section-s3 .service-grids > .grid:nth-child(4) .fi:before, .services-section-s4 .service-grids > .grid:nth-child(4) .fi:before {
  color: #a1a705;
}

.services-section-s3 .service-grids > .grid:nth-child(6) .fi, .services-section-s4 .service-grids > .grid:nth-child(6) .fi {
  background-color: #efc9d5;
}

.services-section-s3 .service-grids > .grid:nth-child(6) .fi:before, .services-section-s4 .service-grids > .grid:nth-child(6) .fi:before {
  color: #ea0f42;
}

.services-section-s3 .grid .fi, .services-section-s4 .grid .fi {
  background-color: #f2dcd3;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .services-section-s3 .grid .fi, .services-section-s4 .grid .fi {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}

.services-section-s3 .grid .fi:before, .services-section-s4 .grid .fi:before {
  font-size: 35px;
  font-size: 2.33333rem;
  color: #fc6e36;
}

@media (max-width: 767px) {
  .services-section-s3 .grid .fi:before, .services-section-s4 .grid .fi:before {
    font-size: 30px;
    font-size: 2rem;
  }
}

.services-section-s3 .grid h3, .services-section-s4 .grid h3 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 0.6em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .services-section-s3 .grid h3, .services-section-s4 .grid h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.services-section-s3 .grid h3 a, .services-section-s4 .grid h3 a {
  color: #233d62;
}

.services-section-s3 .grid h3 a:hover, .services-section-s4 .grid h3 a:hover {
  color: #fc6e36;
}

.services-section-s3 .grid p, .services-section-s4 .grid p {
  font-size: 15px;
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 767px) {
  .services-section-s3 .grid p, .services-section-s4 .grid p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.services-section-s3-page,
.testimonials-pg-section,
.testimonials-section-s2-pg,
.faq-funfact-section-pg {
  background: #fff;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .services-section-s3-page,
  .testimonials-pg-section,
  .testimonials-section-s2-pg,
  .faq-funfact-section-pg {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .services-section-s3-page,
  .testimonials-pg-section,
  .testimonials-section-s2-pg,
  .faq-funfact-section-pg {
    padding-top: 80px;
  }
}

/*--------------------------------------------------------------
#3.3	portfolio-section
--------------------------------------------------------------*/
.portfolio-section {
  padding-bottom: 70px;
}

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

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

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

@media (max-width: 767px) {
  .portfolio-section .portfolio-grids {
    margin: 0 -7px;
  }
}

.portfolio-section .portfolio-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

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

@media (max-width: 767px) {
  .portfolio-section .portfolio-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 30px;
  }
}

@media (max-width: 600px) {
  .portfolio-section .portfolio-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.portfolio-section .grid .details {
  background-color: rgba(29, 65, 170, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -30%;
  text-align: center;
  display: table;
  opacity: 0;
  visibility: hidden;
  -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 .grid:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.portfolio-section .grid .content {
  display: table-cell;
  vertical-align: middle;
}

.portfolio-section .grid .content h3 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 0.4em;
}

.portfolio-section .grid .content h3 a {
  color: #fff;
}

.portfolio-section .grid .content p {
  color: #fc6e36;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
#3.4	testimonials-section-s3
--------------------------------------------------------------*/
.testimonials-section-s3 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .testimonials-section-s3 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s3 {
    padding-top: 80px;
  }
}

/*--------------------------------------------------------------
#3.5	blog-section
--------------------------------------------------------------*/
.blog-section {
  background-color: #f0f8fa;
  position: relative;
  padding: 200px 0 70px;
}

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

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

.blog-section:before {
  content: "";
  background: url("../images/service-s3-wave.png") center center/cover no-repeat local;
  width: 100%;
  height: 214px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-section .blog-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .blog-section .blog-grids {
    margin: 0 -7px;
  }
}

.blog-section .blog-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 50px;
  }
}

@media (max-width: 767px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7px 50px;
  }
}

@media (max-width: 600px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-section .grid .entry-media {
  position: relative;
}

.blog-section .grid .entry-media .date {
  background-color: #2842b0;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog-section .entry-details {
  padding-top: 35px;
}

@media (max-width: 991px) {
  .blog-section .entry-details {
    padding-top: 25px;
  }
}

.blog-section .entry-details h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .blog-section .entry-details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.blog-section .entry-details h3 a {
  color: #233d62;
}

.blog-section .entry-details h3 a:hover {
  color: #fc6e36;
}

.blog-section .entry-details .read-more {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #fc6e36;
  text-transform: uppercase;
}

.partners-section-s2 {
  padding: 100px 0;
}

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

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

/*--------------------------------------------------------------
	#contact-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	contact-section-s3
--------------------------------------------------------------*/
.contact-section-s3 {
  position: relative;
  padding-bottom: 25px;
}

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

@media screen and (min-width: 992px) {
  .contact-section-s3 .contact-info {
    margin-top: 150px;
  }
}

@media (max-width: 991px) {
  .contact-section-s3 .contact-info {
    margin-bottom: 60px;
  }
}

.contact-section-s3 .contact-info li {
  position: relative;
  padding-left: 85px;
}

.contact-section-s3 .contact-info ul > li + li {
  margin-top: 50px;
}

.contact-section-s3 .contact-info .fi {
  position: absolute;
  left: 0;
  top: -10px;
}

.contact-section-s3 .contact-info .fi:before {
  font-size: 50px;
  color: #fc6e36;
}

.contact-section-s3 .contact-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #233d62;
  margin: 0 0 0.2em;
}

.contact-section-s3 .contact-info p {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
}

.contact-section-s3 form input,
.contact-section-s3 form select,
.contact-section-s3 form textarea {
  width: 100%;
  height: 55px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .contact-section-s3 form input,
  .contact-section-s3 form select,
  .contact-section-s3 form textarea {
    height: 45px;
  }
}

.contact-section-s3 form input:focus,
.contact-section-s3 form select:focus,
.contact-section-s3 form textarea:focus {
  border-color: #fc6e36;
}

.contact-section-s3 form textarea {
  height: 180px;
}

.contact-section-s3 form {
  margin: 0 -15px;
  overflow: hidden;
}

.contact-section-s3 form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section-s3 form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section-s3 form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section-s3 form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section-s3 form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 1rem;
}

.contact-section-s3 form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 600px) {
  .contact-section-s3 form > div {
    width: calc(100% - 30px);
    float: none;
  }
}

.contact-section-s3 form .fullwidth {
  width: calc(100% - 30px);
  float: none;
  clear: both;
}

.contact-section-s3 form textarea,
.contact-section-s3 form input,
.contact-section-s3 form select {
  background: #fdfdfd;
  border-color: #eaeaea;
}

.contact-section-s3 form button {
  outline: none;
  border: 0;
}

.contact-map-section .contact-map {
  height: 450px;
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
	#service-single-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	services-section-s4
--------------------------------------------------------------*/
.services-section-s4 {
  background-color: #fff;
  padding: 100px 0 55px;
}

@media (max-width: 991px) {
  .services-section-s4 {
    padding: 90px 0 45px;
  }
}

@media (max-width: 767px) {
  .services-section-s4 {
    padding: 80px 0 45px;
  }
}

.services-section-s4:before {
  display: none;
}

.service-single-pg-pricing {
  padding-top: 0;
}

.service-single-faq-sec {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .service-single-faq-sec {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .service-single-faq-sec {
    padding: 80px 0;
  }
}

.service-single-pg-pricing-s2 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .service-single-pg-pricing-s2 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .service-single-pg-pricing-s2 {
    padding-top: 80px;
  }
}

/*--------------------------------------------------------------
	#project single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	project-single-section
--------------------------------------------------------------*/
.project-single-section {
  padding-bottom: 75px;
}

@media (max-width: 991px) {
  .project-single-section {
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .project-single-section {
    padding-bottom: 55px;
  }
}

.project-single-section .project-info {
  max-width: 660px;
  margin-bottom: 40px;
}

.project-single-section .project-info ul { 
  padding-left: 0px;
}
.project-single-section .project-info ul li {
  width: 33.33%;
  float: left;
}

@media (max-width: 600px) {
  .project-single-section .project-info ul li {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .project-single-section .project-info ul li {
    width: 100%;
    float: none;
  }
}

.project-single-section .project-info ul > li {
  margin-bottom: 10px;
  list-style: none;
}

.project-single-section .project-info li span {
  color: #233d62;
  font-weight: 600;
}



.project-single-section .content-area h2 {
  font-size: 32px;
  font-size: 2.13333rem;
  margin: 0 0 0.8em;
}

@media (max-width: 991px) {
  .project-single-section .content-area h2 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}

@media (max-width: 767px) {
  .project-single-section .content-area h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.project-single-section .content-area p {
  margin-bottom: 1.7em;
}

.project-single-section .challange-solution-section {
  margin: 0 -15px;
  padding-top: 0;
}

@media (max-width: 991px) {
  .project-single-section .challange-solution-section {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .project-single-section .challange-solution-section {
    margin-top: -30px;
  }
}

.project-single-section .challange-solution-section div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .project-single-section .challange-solution-section div {
    width: calc(100% - 30px);
    float: none;
    margin: 0 15px 30px;
  }
}

.project-single-section .challange-solution-section h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 2em 0 1em;
}

.project-single-section .challange-solution-section p {
  margin-bottom: 1.4em;
}

.project-single-section .challange-solution-section ul li {
  position: relative;
  padding-left: 35px;
  font-weight: 500;
  color: #233d62;
  margin-top: 14px;
  position: relative;
}

.project-single-section .challange-solution-section .icon {
  background-color: rgba(252, 110, 54, 0.15);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 32px;
  position: absolute;
  left: 0;
  top: -3px;
}

.project-single-section .challange-solution-section .icon img {
  max-width: 10px;
}

.project-single-related-project {
  padding-top: 0;
}

/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
  position: relative;
}
.blog-pg-section .blog-content .post.sticky {
   border: 1px solid #ebedf1;
    padding: 55px 40px 35px;
}
}
@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 60px;
  }
}

.blog-pg-section .blog-content .cat {
  background: #fc6e36;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  color: white;
  position: absolute;
  left: 0;
  bottom: -20px;
  border-radius: 0;
  z-index: 2;
}

.blog-pg-section .entry-media {
  position: relative;
}

.blog-pg-section .entry-media .cat {
  background: #fc6e36;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  color: white;
  position: absolute;
  left: 0;
  bottom: -20px;
  border-radius: 0;
  z-index: 2;
}

.blog-pg-section .entry-details {
  border-top: 0;
  position: relative;
  z-index: 1;
}

.blog-pg-section .entry-details .read-more {
  font-weight: 700;
  color: #fc6e36;
  text-transform: uppercase;
}

.blog-pg-section .entry-meta {
  border-top: 0;
  padding: 53px 0 0;
  position: relative;
}

.blog-pg-section .entry-meta span {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #687693;
  display: inline-block;
}

.blog-pg-section .entry-meta > span + span {
  margin-left: 50px;
}

.blog-pg-section .entry-meta span a {
  color: #687693;
}

.blog-pg-section .entry-meta span a:hover {
  color: #fc6e36;
}

.blog-pg-section .entry-meta > span + span {
  position: relative;
}

.blog-pg-section .entry-meta > span + span:before {
  content: "";
  background-color: #687693;
  width: 22px;
  height: 2px;
  position: absolute;
  left: -36px;
  top: 9px;
}

.blog-pg-section .post h3 {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0.7em 0 0.7em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.blog-pg-section .post h3 a {
  color: #233d62;
}

.blog-pg-section .post h3 a:hover {
  color: #fc6e36;
}

.blog-pg-section .post p {
  margin-bottom: 1.8em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}


.blog-pg-section .format-standard .entry-details .read-more,
.blog-pg-section .format-quote .entry-details .read-more {
  font-weight: 700;
  color: #fc6e36;
}

/*.blog-pg-section .format-standard .entry-meta,
.blog-pg-section .format-quote .entry-meta {
  padding: 100px 0 0 35px;
}

@media (max-width: 500px) {
  .blog-pg-section .format-standard .entry-meta,
  .blog-pg-section .format-quote .entry-meta {
    padding: 100px 0 0 20px;
  }
}*/

.blog-pg-section .format-standard .cat,
.blog-pg-section .format-quote .cat {
  top: -15px;
  bottom: auto;
  left: 0px;
}

@media (max-width: 500px) {
  .blog-pg-section .format-standard .cat,
  .blog-pg-section .format-quote .cat {
    left: 0px;
  }
}

.blog-pg-section .format-standard .cat a {
  color: #fff;
}
.blog-pg-section .entry-media + .entry-meta .cat {

}
.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #fc6e36;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.blog-pg-section .format-quote {
  background-color: #f9f9f9;
  position: relative;
}

.blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f105";
  font-size: 200px;
  font-size: 13.33333rem;
  color: #ecf3fb;
  margin-left: 0;
  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%);
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #233d62;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 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;
  opacity: 0.5;
}

.blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.blog-pg-section .format-video .video-holder a {
  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%);
}

.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 80px;
  font-size: 5.33333rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.blog-single-section .entry-media {
  padding-bottom: 53px;
}
@media (max-width: 767px) {
  .blog-single-section .entry-media {
    padding-bottom: 5px;
  }
}


.blog-single-section .date-entry-meta {
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .date-entry-meta {
    margin-bottom: 25px;
  }
}

.blog-single-section .date-entry-meta .entry-meta {
  border-top: 0;
  padding: 25px 0 0;
  padding-top: 0px
}

@media (max-width: 767px) {
  .blog-single-section .date-entry-meta .entry-meta {
    padding-top: 10px;
  }
}

.blog-single-section .date-entry-meta .entry-meta span {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #687693;
  display: inline-block;
}

.blog-single-section .date-entry-meta .entry-meta > span + span {
  margin-left: 50px;
}

.blog-single-section .date-entry-meta .entry-meta span a {
  color: #687693;
}

.blog-single-section .date-entry-meta .entry-meta span a:hover {
  color: #fc6e36;
}

.blog-single-section .date-entry-meta .entry-meta > span + span {
  position: relative;
}

.blog-single-section .date-entry-meta .entry-meta > span + span:before {
  content: "";
  background-color: #687693;
  width: 22px;
  height: 2px;
  position: absolute;
  left: -36px;
  top: 9px;
}

.blog-single-section .post h2 {
  font-size: 30px;
  font-size: 2rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.blog-single-section .post p {
  margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .post blockquote {
  background-color: #fc7c4b;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #233d62;
  line-height: 1.6em;
  padding: 35px 25px 30px 100px;
  margin-top: 60px;
  border: 0;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 25px;
  }
}

.blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f105";
  font-size: 45px;
  font-size: 3rem;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 37px;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}

.blog-single-section .post blockquote .quoter {
  font-size: 14px;
  font-size: 0.93333rem;
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin: 75px 0 0;
  padding: 30px 0;
  color: #233d62;
}

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

.blog-single-section .tag-share ul li {
  float: left;
}

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

.blog-single-section .tag-share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share ul > li + li {
    margin: 2px;
  }
}

.blog-single-section .tag-share .tag {
  float: left;
}

@media (max-width: 600px) {
  .blog-single-section .tag-share .tag {
    float: none;
  }
}

.blog-single-section .tag-share .tag > span {
  color: #233d62;
  font-weight: bold;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .tag ul {
  list-style: none;
  position: relative;
  top: 5px;
}

.blog-single-section .tag-share .tag li {
  position: relative;
}

.blog-single-section .tag-share .tag ul > li + li {
  margin-left: 10px;
}

.blog-single-section .tag-share .tag a {
  background-color: #f5f5f5;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #687693;
  padding: 6px 15px;
  border-radius: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

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

.blog-single-section .tag-share .share {
  float: right;
  position: relative;
  top: -15px;
}

@media (max-width: 600px) {
  .blog-single-section .tag-share .share {
    float: none;
    margin-top: 15px;
  }
}

.blog-single-section .tag-share .share > span {
  color: #233d62;
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
}

.blog-single-section .tag-share .share ul {
  position: relative;
  top: 15px;
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li + li {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share ul > li {
    margin: 5px;
  }
}

.blog-single-section .tag-share .share a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #eae6e6;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #627381;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.blog-single-section .tag-share .share a:hover {
  background: #fc6e36;
  border-color: #fc6e36;
  color: #fff !important;
}

.blog-single-section .tag-share .share ul > li:first-child a {
  color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
  color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
  color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
  color: #933f94;
}

.blog-single-section .author-box {
  padding: 35px 40px 25px;
  margin: 70px 0;
  -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
}

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

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

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-avatar img {
  border-radius: 5px;
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #233d62;
}

.blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #233d62;
}

.blog-single-section .author-box .social-link a:hover {
  color: #fc6e36;
}

.blog-single-section .more-posts {
  overflow: hidden;
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.blog-single-section .more-posts > div > a {
  display: inline-block;
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #dae9f9;
    padding-left: 5px;
    margin-top: 25px;
    padding-top: 25px;
  }
}

.blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "Flaticon";
  content: "\f103";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "Flaticon";
  content: "\f103";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #687693;
}

.blog-single-section .more-posts .post-name {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #233d62;
  margin: 0.7em 0 0;
  font-weight: 600;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 7671px) {
  .blog-single-section .more-posts .post-name {
    margin: 0;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #fc6e36;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #f4f4f4;
  padding: 35px 0 35px 0;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

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

.blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  border-radius: 5px;
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #233d62;
  font-weight: 600;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #687693;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.blog-single-section .comments-area .comment-reply-link {
  font-size: 15px;
  font-size: 1rem;
  color: #687693;
  font-weight: 600;
  display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link .fi {
  display: inline-block;
  padding-right: 5px;
}

.blog-single-section .comments-area .comment-reply-link .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  color: #fc6e36;
}

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

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 50px;
  border: 1px solid #dfe2e8;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fc6e36;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

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

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #fc6e36;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #fc5c1d;
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
	#shop page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1  shop-pg-section
--------------------------------------------------------------*/
.shop-pg-section .shop-grids {
  margin: 0 -15px;
}

.shop-pg-section .shop-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .shop-pg-section .shop-grids .grid {
    width: calc(50% - 30px);
  }
}

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

.shop-pg-section .grid:hover .cart-details li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.shop-pg-section .img-cart {
  position: relative;
  overflow: hidden;
}

.shop-pg-section .cart-details {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
}

.shop-pg-section .cart-details ul {
  overflow: hidden;
  display: inline-block;
  list-style-type: none;
}

.shop-pg-section .cart-details li {
  float: left;
  margin: 7px;
  position: relative;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.shop-pg-section .cart-details li:last-child {
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.shop-pg-section .cart-details li a {
  background: #fb4a04;
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
  border-radius: 50%;
  display: block;
}

.shop-pg-section .cart-details li a:hover {
  background: #333;
}

.shop-pg-section .details {
  text-align: center;
  padding: 30px 15px;
}

.shop-pg-section .details h4 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 0.4em;
  font-weight: 600;
}

@media (max-width: 991px) {
  .shop-pg-section .details h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.shop-pg-section .details h4 a {
  color: #233d62;
}

.shop-pg-section .details h4 a:hover {
  color: #fc6e36;
}

.shop-pg-section .details del {
  color: #aaa;
  font-weight: 500;
  display: inline-block;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .shop-pg-section .details del {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.shop-pg-section .details .price {
  color: #233d62;
  font-weight: 500;
}

@media (max-width: 991px) {
  .shop-pg-section .details .price {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.shop-pg-section .pagination-wrapper {
  text-align: center;
  clear: both;
}

/*--------------------------------------------------------------
	#shop single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1	shop-single-section
--------------------------------------------------------------*/
.shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}

.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}

.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}

.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-single-section .product-details {
  padding: 30px 30px 93px;
  /*** product option ***/
}

@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 40px 30px 85px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0;
  }
}

.shop-single-section .product-details h2 {
  font-size: 28px;
  font-size: 1.86667rem;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 0.33em;
}

@media (max-width: 767px) {
  .shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.shop-single-section .product-details .price {
  font-size: 36px;
  font-size: 2.4rem;
  color: #fc6e36;
  margin: 7px 0 14px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #a3acbe;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.shop-single-section .product-details p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-details p:last-child {
  margin: 0;
}

.shop-single-section .product-details .product-option {
  margin-top: 45px;
}

.shop-single-section .product-details .product-option .product-row {
  overflow: hidden;
}

.shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
  float: left;
}

.shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}

.shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}

.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s3:hover, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s4:hover {
  background: #fc6e36;
  border-color: #fc6e36;
  color: #fff;
}

.shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .theme-btn-s3, .shop-single-section .product-details .product-option .theme-btn-s4 {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
}

.shop-single-section .product-details .product-option .theme-btn:after, .shop-single-section .product-details .product-option .theme-btn-s3:after, .shop-single-section .product-details .product-option .theme-btn-s4:after {
  display: none;
}

.shop-single-section .product-details .product-option .theme-btn:hover, .shop-single-section .product-details .product-option .theme-btn-s3:hover, .shop-single-section .product-details .product-option .theme-btn-s4:hover {
  background-color: #fc6e36;
  color: #fff;
  border-color: #fc6e36;
}

@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn, .shop-single-section .product-details .product-option .theme-btn-s3, .shop-single-section .product-details .product-option .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.shop-single-section .product-details .product-option .theme-btn:before, .shop-single-section .product-details .product-option .theme-btn-s3:before, .shop-single-section .product-details .product-option .theme-btn-s4:before {
  display: none;
}

.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 1rem;
}

.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s3, .shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn-s4 {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  color: #687693;
  border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.shop-single-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
}

.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #fc6e36;
  color: #fff;
}

.shop-single-section .product-details .product-meta {
  margin-top: 40px;
}

.shop-single-section .product-details .product-meta > div + div {
  margin-top: 8px;
}

.shop-single-section .product-details .product-meta .label {
  font-size: 15;
  font-size: 1rem;
  color: #233d62;
  font-weight: 600;
  padding: 0;
}

.shop-single-section .product-details .product-meta a {
  color: #687693;
}

.shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** review form ***/
}

.shop-single-section .product-info h4 {
  font-size: 15px;
  font-size: 1rem;
  margin: 0;
  line-height: 1.7em;
}

.shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .nav-tabs {
  border: 0;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-single-section .product-info .nav-tabs li {
  border: 1px solid #dcdcdc;
  margin-right: 1px;
}

.shop-single-section .product-info .nav-tabs li.active a {
  border: 0;
  outline: 0;
}

.shop-single-section .product-info .nav-tabs a {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #687693;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}

.shop-single-section .product-info .nav-tabs a:hover,
.shop-single-section .product-info .nav-tabs .active a {
  background: #fc6e36;
  color: #fff;
}

.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #fc6e36;
}

.shop-single-section .product-info .tab-content {
  border: 1px solid #dcdcdc;
  padding: 35px 25px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .shop-single-section .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .shop-single-section .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-single-section .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: #fbfbfb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  border: 2px solid #efefef;
}

.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}

.shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}

.shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.shop-single-section .product-info .review-form form .rating-wrapper > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper > div {
    display: block;
    float: none !important;
  }
}

.shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating-wrapper > div:last-child {
    margin-top: 20px;
  }
}

.shop-single-section .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-single-section .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-single-section .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-single-section .product-info .review-form form .rating a:hover {
  color: #fc6e36;
}

.shop-single-section .product-info .review-form form .theme-btn, .shop-single-section .product-info .review-form form .theme-btn-s3, .shop-single-section .product-info .review-form form .theme-btn-s4 {
  display: inline-block;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fc6e36;
}

.shop-single-section .product-info .review-form form .theme-btn:hover, .shop-single-section .product-info .review-form form .theme-btn-s3:hover, .shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #fc6e36;
  color: #fff;
}

.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
    #404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1  error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

@media (max-width: 991px) {
  .error-404-section .error {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.error-404-section .error-message {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.error-404-section .error-message h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.8em;
}

@media (max-width: 767px) {
  .error-404-section .error-message h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.error-404-section .error-message p {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 1.8em;
}

@media (max-width: 767px) {
  .error-404-section .error-message p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

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