@charset "UTF-8";
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area

	
*/
/* Typography
================================================== */
body {
  font-family: "Rubik", sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #666666;
  font-weight: 400 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #172541;
  font-family: "Merriweather", serif; }

h1,
h2 {
  font-family: "Merriweather", serif; }

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700; }

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700; }

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700; }

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600; }

/* Global styles
================================================== */
body {
  border: 0;
  margin: 0;
  padding: 0; }

ul {
  margin: 0; }

iframe {
  border: none; }

a:link,
a:visited {
  text-decoration: none; }

a {
  color: #f3525a;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

a:hover {
  text-decoration: none;
  color: #f3525a; }

a.read-more {
  color: #f3525a;
  font-weight: 700; }

a.read-more:hover {
  color: #222; }

.body-color {
  background: #161362;
  color: #fff; }

.no-padding {
  padding: 0; }

.p-60 {
  padding: 60px 0; }

.p-100 {
  padding: 100px 0 !important; }

.media > .pull-left {
  margin-right: 20px; }

.gap-60 {
  clear: both;
  height: 60px; }

.gap-50 {
  clear: both;
  height: 50px; }

.gap-40 {
  clear: both;
  height: 40px; }

.gap-30 {
  clear: both;
  height: 30px; }

.gap-20 {
  clear: both;
  height: 20px; }

.gap-10 {
  clear: both;
  height: 10px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mt-100 {
  margin-top: 100px; }

.mt-50 {
  margin-top: 50px; }

.mt-80 {
  margin-top: 80px; }

.mt-35 {
  margin-top: 35px; }

.mrb-30 {
  margin-bottom: 30px; }

.mrb-80 {
  margin-bottom: -80px; }

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-100 {
  margin-right: 100px; }

.ml-70 {
  margin-left: 70px; }

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-100 {
  margin-right: 100px; }

.mrt-0 {
  margin-top: 0 !important; }

.pab-60 {
  padding-bottom: 60px; }

.pab-70 {
  padding-bottom: 70px; }

.pab {
  padding-bottom: 0; }

a:focus {
  outline: 0; }

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px; }

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase; }

.btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #f3525a;
  height: 45px;
  padding: 0 35px;
  line-height: 42px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border: none; }
  .btn:focus {
    outline: none; }
  .btn:hover {
    color: #f3525a;
    background: #fff;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); }
  .btn.fill {
    background: transparent;
    padding: 0 25px;
    color: #fff;
    margin-left: 20px;
    border: 2px solid #fff; }
    .btn.fill:hover {
      background: #f3525a;
      border-color: #f3525a; }
  .btn.btn-round {
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px; }

.btn-link {
  font-size: 13px;
  font-weight: 700;
  color: #f3525a;
  text-decoration: none !important; }
  .btn-link i {
    margin-left: 6px;
    position: relative;
    top: 2px; }
  .btn-link:hover {
    color: #f3525a; }

.btn-white {
  background: #fff;
  color: #2c2c2c;
  box-shadow: none; }

.solid-bg-two {
  background: #f2f2f2; }

.title-bg-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
  background: #101010;
  display: inline-block;
  padding: 3px 18px;
  text-transform: uppercase; }

.section-title,
.column-title {
  font-size: 36px;
  font-weight: 300;
  color: #101010;
  position: relative; }
  .section-title span,
  .column-title span {
    font-weight: 700; }
  .section-title:after,
  .column-title:after {
    position: absolute;
    left: 0;
    height: 1px;
    width: 40px;
    background: #ff5d34;
    content: '';
    bottom: -26%;
    display: none; }
  .section-title.title-center:after,
  .column-title.title-center:after {
    margin: auto;
    left: 0;
    right: 0; }
  .section-title.title-right:after,
  .column-title.title-right:after {
    margin: auto;
    left: auto;
    right: 0; }

/*   title   */
.title-small {
  font-size: 30px;
  font-weight: 700; }

.xs-title {
  font-size: 24px;
  font-weight: 600; }

.overlay {
  position: relative;
  z-index: 1; }
  .overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.68);
    z-index: -1; }

.overlay-two::before {
  background: rgba(1, 14, 42, 0.6); }

.main-container {
  padding: 80px 0; }
  .main-container.blog, .main-container.blog-single {
    padding-bottom: 50px; }

/*=======================
   owl default css
========================*/
.hero-area.owl-carousel .owl-nav {
  margin: 0; }

.owl-carousel .owl-nav {
  text-align: center; }

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: #2154cf;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  backface-visibility: hidden; }

.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  right: 40px; }

.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #272d33; }

.owl-carousel.owl-loaded .owl-nav .owl-next.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled {
  background: #f3525a !important;
  color: #fff !important;
  opacity: 1; }

/* owl carousel home slider */
.owl-stage-outer .owl-item.active .slider-item .slider-content p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.owl-stage-outer .owl-item.active .slider-item .slider-content .slider-title {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.owl-stage-outer .owl-item.active .slider-item .slider-content .btn {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    letter-spacing: normal;
    opacity: 1; } }
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    letter-spacing: normal;
    opacity: 1; } }
.tracking-in-contract {
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.tracking-in-contract-bck {
  -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.tracking-in-contract-bck {
  -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@-webkit-keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; } }
@keyframes scale-in-hor-right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1; } }
.scale-in-hor-right {
  -webkit-animation: scale-in-hor-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes xs-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.xs-zoomIn {
  animation-name: xs-zoomIn; }

@keyframes xspulse-out {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes xspulse-in {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes xs-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-70px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.xs-fadeInLeft {
  animation-name: fadeInLeft; }

@-webkit-keyframes rotate-in-2-fwd {
  0% {
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    opacity: 1; } }
@keyframes rotate-in-2-fwd {
  0% {
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    opacity: 1; } }
.rotate-in-2-fwd {
  -webkit-animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.scale-up-hor-center {
  animation-name: scale-up-hor-center; }

@keyframes xs-pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.xs-pulse {
  animation-name: pulse; }

.blurInBottom {
  animation-name: blurInBottom; }

@keyframes blurInBottom {
  from {
    transform: translateY(-100%);
    filter: blur(20px);
    opacity: 0; } }
/*
	Template Name: blo
	Author: XpeedStudio
	Author URI: https://themeforest.net/user/xpeedstudio
	Description: Blo - Industrial WordPress Theme
   Version: 1.0

=====================
   table of content 
====================

1.  topbar
2.  header
3.  hero area
4.  banner area 
5.  about area 
6.  history area
7.  testimonial area
8.  latest blog area
9.  service area
10. recent project area
11. features area
12. team area
13. working process
14. chart 
15. map location 
16. video popup
17. ts subscribe 
18. footer area
19. back to top
20  404

  
*/
/*================================================== 
	 Top Bar
================================================== */
body {
  counter-reset: my-sec-counter; }

.topbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 12px 0;
  line-height: normal;
  transition: 350ms; }
  .topbar li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    list-style: none;
    display: inline-block; }
    .topbar li i {
      color: #fff;
      font-weight: 400;
      font-size: 15px;
      top: 0; }
  .topbar.topbar-classic {
    padding: 6px 0; }
    .topbar.topbar-classic li {
      color: #101010; }

.alice-blue-bg {
  background: #edf5f8; }
  .alice-blue-bg li {
    color: #666666; }
    .alice-blue-bg li i {
      color: #666666; }

.top-info {
  padding: 0;
  margin: 0;
  display: inline-block; }
  .top-info li {
    margin-right: 49px; }
  .top-info i {
    margin-right: 5px; }

.social-links {
  text-align: right; }
  .social-links li {
    margin-right: 20px; }
    .social-links li:last-child {
      margin-right: 0; }

/*=====================================
      header middle area
=====================================*/
.header-middle-area {
  padding: 30px 0; }

.header-contact-info {
  padding: 0; }
  .header-contact-info li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    color: #101010;
    padding: 0 35px 0 65px;
    border-right: 1px solid #eee;
    position: relative; }
    .header-contact-info li:last-child {
      border-right: 0;
      padding-right: 0; }
    .header-contact-info li i {
      font-size: 25px;
      position: absolute;
      left: 20px;
      top: 6px; }
    .header-contact-info li span {
      font-weight: 700;
      display: block; }

/*=====================================
      header area
=====================================*/
.header .navbar {
  border-bottom: 1px solid #4D4542;
  padding: 0; }
.header .navbar-brand {
  padding: 0; }
.header ul.navbar-nav {
  float: left;
  margin-right: 30px; }
  .header ul.navbar-nav > li {
    float: none;
    display: inline-block; }
    .header ul.navbar-nav > li:last-child {
      padding-right: 0; }
      .header ul.navbar-nav > li:last-child:after {
        background: none; }
    .header ul.navbar-nav > li > a {
      color: #fff;
      text-rendering: optimizeLegibility;
      display: block;
      font-size: 14px;
      margin: 0;
      text-transform: uppercase;
      position: relative;
      font-weight: 700;
      transition: 350ms;
      -moz-transition: 350ms;
      -o-transition: 350ms;
      transition: 350ms;
      margin-left: 20px;
      line-height: 78px;
      padding: 7px 0px; }
      .header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a.active, .header ul.navbar-nav > li > a:focus {
        color: #f3525a !important; }
      .header ul.navbar-nav > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        border-bottom: 3px solid transparent;
        transform: scale(0) translateZ(0);
        transition: transform 0.45s ease, opacity 0.55s ease;
        -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
        -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
        -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
        transition: transform 0.45s ease, opacity 0.55s ease; }
      .header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a:focus {
        background: none; }
      .header ul.navbar-nav > li > a i {
        font-weight: 700;
        margin-left: 3px; }
    .header ul.navbar-nav > li:hover > a:before, .header ul.navbar-nav > li.active > a:before {
      border-color: #f3525a;
      opacity: 1;
      transform: scale(1) translateZ(0); }
    .header ul.navbar-nav > li.header-quote {
      margin-top: 20px; }
      .header ul.navbar-nav > li.header-quote a:before {
        border: none; }
      .header ul.navbar-nav > li.header-quote .quote-btn {
        height: 40px;
        line-height: 36px;
        padding: 0px 25px;
        background: #f3525a;
        margin-left: 30px; }
        .header ul.navbar-nav > li.header-quote .quote-btn:hover {
          background: #f3525a; }
.header ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 230px;
  margin: 0 20px;
  border-radius: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none; }
  .header ul.navbar-nav li .dropdown-menu li a {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 12px;
    display: block;
    color: #222;
    text-transform: uppercase;
    font-weight: 700; }
    .header ul.navbar-nav li .dropdown-menu li a:hover {
      color: #f3525a; }
    .header ul.navbar-nav li .dropdown-menu li a.active {
      color: #f3525a;
      background: none; }
  .header ul.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none; }
  .header ul.navbar-nav li .dropdown-menu li .dropdown-menu {
    left: 100%;
    margin: 0;
    top: 0; }
  .header ul.navbar-nav li .dropdown-menu li.dropdown > .dropdown-item:after {
    content: "\f105";
    font-family: "fontawesome";
    position: absolute;
    right: 0; }
.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none; }
.header .dropdown-toggle::after {
  content: "\f107";
  font-family: "fontawesome";
  border: 0;
  vertical-align: 0;
  float: right; }
.header.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: auto; }
  .header.header-transparent .navbar-brand {
    padding: 0;
    max-width: 140px; }
    .header.header-transparent .navbar-brand img {
      vertical-align: top; }
  .header.header-transparent ul.navbar-nav {
    position: relative; }
    .header.header-transparent ul.navbar-nav > li > a {
      color: #fff;
      line-height: 72px; }
      .header.header-transparent ul.navbar-nav > li > a:hover {
        color: #f3525a; }
  .header.header-transparent.nav-border {
    border-bottom: 1px solid #363d8a;
    padding: 10px 0; }
    .header.header-transparent.nav-border .navbar {
      padding: 0px 0; }
    .header.header-transparent.nav-border ul.navbar-nav > li.header-quote .quote-btn {
      background: #3a6af0; }
.header.header-standard {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  border-bottom: none;
  z-index: 2; }
  .header.header-standard .navbar {
    border-bottom: none; }
    .header.header-standard .navbar a.logo {
      max-width: 140px; }
  .header.header-standard ul.navbar-nav > li > a {
    color: #222222; }
    .header.header-standard ul.navbar-nav > li > a:hover {
      color: #f3525a; }
  .header.header-standard ul.navbar-nav > li.active > a {
    color: #f3525a; }
  .header.header-standard .nav-search {
    color: #222222; }
  .header.header-standard .search-block .search-close {
    color: #222; }
.header.header-classic {
  background: #101010; }
  .header.header-classic .navbar {
    border-bottom: none; }
  .header.header-classic .navbar-light ul.navbar-nav {
    margin-left: 0 !important; }
    .header.header-classic .navbar-light ul.navbar-nav > li > a {
      color: #fff;
      line-height: 50px;
      margin-left: 0;
      margin-right: 20px; }
    .header.header-classic .navbar-light ul.navbar-nav > li .dropdown-menu {
      margin: 0; }

.header-quote {
  margin-left: 25px; }
  .header-quote .quote-btn.btn {
    padding: 0 30px; }

.header-box {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header-box .header.header-classic {
    background: transparent; }
  .header-box .navbar {
    background: #101010;
    padding: 0 8px; }
  .header-box .top-box {
    background: #fff;
    margin: 0;
    padding: 20px; }

.dropdown-menu.show {
  display: none; }

@media (min-width: 991px) {
  .navbar-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #101010;
    padding: 0; }
    .navbar-sticky.sticky .navbar {
      border-bottom: none; }
    .navbar-sticky.sticky.fade_down_effect {
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: .1s;
      animation-delay: .1s; }
    .navbar-sticky.sticky.header-standard {
      background: #fff;
      padding: 0; }

  .header ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none; } }
/*-- Nav Search start --*/
.nav-search {
  cursor: pointer;
  color: #fff;
  text-align: center; }
  .nav-search i {
    font-size: 20px;
    font-weight: 900; }

.nav-search-area {
  position: relative; }
  .nav-search-area .nav-search.hide {
    opacity: 0;
    visibility: hidden; }

.search-block {
  background: #011146;
  box-shadow: 0 2px 5px rgba(1, 17, 70, 0.1);
  display: none;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 56px;
  width: 350px;
  z-index: 10;
  margin-top: 0; }
  .search-block .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 15px;
    font-style: italic; }
  .search-block .search-button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    color: #7a7a7d;
    top: 5px; }
  .search-block .search-close {
    color: #fff;
    position: absolute;
    top: -58px;
    right: 0px;
    font-size: 32px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center; }

.search-area .nav-search {
  top: 23px; }
.search-area .search-block {
  right: 0; }
  .search-area .search-block .search-close {
    top: -50px; }

/*========================================
      hero area
===========================================*/
.hero-area {
  padding: 0; }

.slider-item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative; }
  .slider-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ''; }
  .slider-item .slider-content {
    padding: 50px 0 50px;
    z-index: 1;
    position: relative; }
    .slider-item .slider-content .slider-info {
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 25px;
      color: #000;
      background: #fff;
      display: inline-block;
      padding: 3px 18px;
      text-transform: uppercase; }
    .slider-item .slider-content .slider-title {
      font-size: 48px;
      font-weight: 300;
      color: #fff;
      line-height: 65px;
      margin-bottom: 30px; }
      .slider-item .slider-content .slider-title span {
        font-weight: 700; }
    .slider-item .slider-content .slider-btn-area .btn {
      height: 55px;
      line-height: 55px;
      padding: 0 44px; }
      .slider-item .slider-content .slider-btn-area .btn.fill {
        padding: 0 25px; }

.hero-area.owl-carousel .active img {
  animation: fadeInRight 300ms both;
  animation-duration: 1.3s; }

.slider-table {
  width: 100%;
  height: 100%;
  display: table; }
  .slider-table .slider-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }

.hero-area.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  transition: all 500ms ease;
  margin-top: -25px; }

.hero-area.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #f3525a; }

.hero-area.owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  width: 36px;
  height: 72px;
  line-height: 72px;
  font-size: 26px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  transition: 400ms;
  transition: 400ms;
  transform: translateY(-50%);
  transform: translateY(-50%); }

.hero-area.owl-theme .owl-nav div:hover {
  background: #f3525a;
  color: #fff; }

.hero-area.owl-theme .owl-nav [class*=owl-prev] {
  right: auto;
  left: 0; }

/* ============================
		banner area
==============================*/
.banner-area .banner-title {
  font-size: 64px;
  color: #fff;
  line-height: 70px;
  font-weight: 600; }
.banner-area ol.breadcrumb {
  background: none;
  color: #fff; }
.banner-area.banner-solid {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #f3525a; }
  .banner-area.banner-solid .banner-title {
    font-size: 40px;
    line-height: 48px; }

.banner-bg {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .banner-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: -1; }

.xs-breadcrumb h3 {
  z-index: 2; }
.xs-breadcrumb .xs-breadcrumblist {
  z-index: 2; }

/*==========================
      about area
===========================*/
.about-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .about-area .xs-about-wrapper {
    margin-top: 30px; }
  .about-area .about-content {
    margin-bottom: 45px; }
  .about-area .single-about-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    width: 66%; }
  .about-area .xs-about-image-wrapper {
    position: relative; }
    .about-area .xs-about-image-wrapper .xs-about-intro {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 350px;
      background: #f3525a;
      padding: 30px;
      color: #fff;
      padding-top: 35px; }
      .about-area .xs-about-image-wrapper .xs-about-intro h3 {
        font-weight: 300;
        color: #fff;
        font-size: 30px; }
      .about-area .xs-about-image-wrapper .xs-about-intro span {
        font-weight: 700; }
    .about-area .xs-about-image-wrapper p {
      color: #fff; }

.xs-about-image-wrapper.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  top: 20px;
  background: #f5f5f5;
  color: #000;
  line-height: 33px; }
  .xs-about-image-wrapper.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f3525a;
    color: #fff; }

/*==========================
      history area
===========================*/
.history-area .history-content {
  background: #fff;
  padding: 47px;
  padding-left: 14px; }
.history-area .carousel-inner {
  margin-bottom: 45px; }
.history-area .history-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
.history-area .carousel-item {
  background: #fff; }
  .history-area .carousel-item [class*=col] {
    padding: 0; }
.history-area .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none; }
.history-area .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1; }
.history-area .carousel-indicators li {
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }
  .history-area .carousel-indicators li:before {
    position: absolute;
    top: -30px;
    left: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background: #101010;
    margin-left: -7px; }
.history-area .carousel-indicators li.active {
  width: 70px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  color: #f3525a;
  background: #fff; }
  .history-area .carousel-indicators li.active::before {
    background: #f3525a; }
  .history-area .carousel-indicators li.active:after {
    position: absolute;
    top: -34px;
    left: 44%;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    margin-left: -7px;
    border: 1px solid #f3525a; }
.history-area .carousel-item-next,
.history-area .carousel-item-prev {
  display: flex; }

.primary-bg {
  background: #f3525a; }

/*===========================================
      testimonial area
=============================================*/
.testimonial-carousel p {
  font-style: italic;
  font-size: 18px;
  color: #fff; }
.testimonial-carousel .single-testimonial .testimonial-footer {
  margin-top: 50px; }
  .testimonial-carousel .single-testimonial .testimonial-footer h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-bottom: 0; }
    .testimonial-carousel .single-testimonial .testimonial-footer h3 span {
      display: block;
      font-size: 14px;
      font-weight: 300;
      margin-top: 10px;
      text-align: left; }
  .testimonial-carousel .single-testimonial .testimonial-footer .client-info {
    margin-left: 15px; }
.testimonial-carousel.owl-carousel .owl-item img {
  height: 80px;
  width: 80px; }
.testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #9f9f9f;
  font-size: 40px;
  top: 15%;
  right: 0; }
  .testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #f3525a; }
.testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 0; }

/*==========================
     latest blog area
===========================*/
.xs-blog {
  margin: 0; }
  .xs-blog .single-blog .post-meta {
    display: inline-block;
    color: #f3525a;
    margin-bottom: 20px; }
    .xs-blog .single-blog .post-meta i {
      margin-right: 8px; }
  .xs-blog .single-blog .post-date {
    margin-left: 35px;
    color: #6c6b6f; }
    .xs-blog .single-blog .post-date i {
      color: #6c6b6f; }
  .xs-blog .single-blog h3 {
    font-weight: 400; }
    .xs-blog .single-blog h3 a {
      color: #101010; }
      .xs-blog .single-blog h3 a:hover {
        color: #f3525a; }
  .xs-blog .blog-box {
    border: 1px solid #d2d2d2;
    padding: 40px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
    .xs-blog .blog-box:hover {
      background-color: #edf5f8; }
      .xs-blog .blog-box:hover .btn-link i {
        opacity: 1;
        padding-left: 10px; }
      .xs-blog .blog-box:hover .xs-post-title a {
        color: #f3525a; }
    .xs-blog .blog-box:nth-of-type(2) {
      margin-left: -1px;
      margin-right: -1px; }
  .xs-blog .btn-link i {
    font-size: 17px;
    opacity: 0;
    transition: all ease-in-out 300ms; }

/*==========================
      service area
===========================*/
.xs-service-area {
  padding-bottom: 40px; }
  .xs-service-area .xs-service-wrapper .xs-service-img {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .xs-service-area .xs-service-wrapper .xs-service-img img {
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease; }
  .xs-service-area .xs-service-wrapper .xs-service-box-img i {
    font-size: 50px;
    color: #f3525a; }
  .xs-service-area .xs-service-wrapper .service-box-info {
    padding-left: 80px; }
    .xs-service-area .xs-service-wrapper .service-box-info.top {
      padding-left: 0px; }
    .xs-service-area .xs-service-wrapper .service-box-info p {
      font-weight: 400; }
    .xs-service-area .xs-service-wrapper .service-box-info .xs-title a {
      color: #252a37; }
  .xs-service-area .xs-service-wrapper:hover .xs-service-img img {
    transform: scale(1.1); }
  .xs-service-area .xs-service-wrapper:hover .xs-service-box-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce .4s ease-in-out 2 alternate;
    animation: bounce .4s ease-in-out 2 alternate; }
  .xs-service-area .xs-service-wrapper:hover .xs-title a {
    color: #f3525a; }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
/* ts service strategic */
.xs-service-strategic {
  padding-bottom: 10px; }
  .xs-service-strategic .xs-service-wrapper .service-box-info {
    padding-left: 0; }
  .xs-service-strategic .xs-service-wrapper .xs-service-box-img i {
    font-size: 50px;
    color: #f3525a; }
  .xs-service-strategic .xs-service-wrapper .xs-service-box-img.pull-left {
    padding-right: 20px; }
  .xs-service-strategic .xs-service-wrapper .xs-title {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 26px; }
    .xs-service-strategic .xs-service-wrapper .xs-title a {
      color: #101010; }
      .xs-service-strategic .xs-service-wrapper .xs-title a:hover {
        color: #f3525a; }
  .xs-service-strategic .xs-service-wrapper .btn-link {
    color: #666666;
    font-size: 15px; }
    .xs-service-strategic .xs-service-wrapper .btn-link i {
      margin-left: 0; }

.service-menu,
.service-menu ul {
  padding-left: 0; }
  .service-menu li,
  .service-menu ul li {
    list-style: none; }
    .service-menu li a,
    .service-menu ul li a {
      display: block;
      padding: 17px 30px;
      color: #252a37;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border-bottom: 1px solid #fff; }
      .service-menu li a:hover,
      .service-menu ul li a:hover {
        background-color: #f3525a;
        color: #fff; }

/*==========================
      Recent Projects area
===========================*/
.recent-project-wrapper {
  margin-bottom: 35px; }
  .recent-project-wrapper .recent-project-img {
    width: 100%;
    overflow: hidden; }
    .recent-project-wrapper .recent-project-img img {
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease; }
  .recent-project-wrapper:hover .recent-project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.recent-project-info {
  margin-top: 20px; }
  .recent-project-info .xs-title {
    margin-bottom: 0; }
  .recent-project-info .project-title {
    color: #ff5d34;
    margin-bottom: 10px; }
  .recent-project-info .xs-title a {
    color: #252a37; }
    .recent-project-info .xs-title a:hover {
      color: #ff5d34; }

.projectthree .recent-project-info {
  display: inline-block;
  position: absolute;
  background: #fff;
  bottom: 0;
  padding: 20px 40px;
  opacity: 0;
  transition: .5s; }
.projectthree .grid-item:hover .recent-project-info {
  opacity: 1; }

/* ---- .Projects gallery grid-item ---- */
.grid-item img {
  display: block;
  max-width: 100%; }

.xs-grid-item {
  margin: 0 -15px;
  background: transparent; }
  .xs-grid-item .grid-item {
    padding: 0 15px;
    margin-bottom: 30px; }
    .xs-grid-item .grid-item a.xs-popup {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block; }
      .xs-grid-item .grid-item a.xs-popup img {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease; }
      .xs-grid-item .grid-item a.xs-popup:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

/*==========================
      features area
===========================*/
.xs-features {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .xs-features .features-project [class*=col] {
    padding: 0;
    position: relative;
    overflow: hidden; }
    .xs-features .features-project [class*=col]:hover .single-project {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .xs-features .features-project .single-project {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    min-height: 450px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
    .xs-features .features-project .single-project:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: #000;
      opacity: .4;
      z-index: -1; }
    .xs-features .features-project .single-project i {
      font-size: 70px;
      color: #fff;
      display: block; }
    .xs-features .features-project .single-project h4 {
      font-size: 18px;
      margin-top: 30px;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 30px;
      color: #fff; }
    .xs-features .features-project .single-project p {
      color: #fff; }
    .xs-features .features-project .single-project .project-content {
      position: absolute;
      left: 30px;
      bottom: 0;
      transition: all ease 400ms;
      right: 30px; }
    .xs-features .features-project .single-project .project-info {
      background: rgba(255, 92, 35, 0.85);
      padding: 65px 35px;
      overflow: hidden;
      opacity: 0;
      position: absolute;
      transition: all .6s;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .xs-features .features-project .single-project .xs-btn a {
      background: #fff;
      color: #f3525a; }
    .xs-features .features-project .single-project:hover .project-info {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .xs-features .features-project .single-project:hover .project-content {
      opacity: 0; }

.xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-],
.xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #9f9f9f;
  font-size: 50px;
  top: 50%;
  right: -75px; }
  .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover,
  .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #f3525a; }
.xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
.xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: -75px; }

/*==========================
      team area
===========================*/
.xs-team-classic .xs-team-classic-wrapper .team-social-classic ul {
  padding: 0; }
.xs-team-classic .xs-team-classic-wrapper .xs-team-img img {
  width: 100%; }

.team-area .xs-team-wrapper {
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
.team-area .xs-team-img {
  position: relative; }
  .team-area .xs-team-img img {
    width: 100%; }
.team-area .xs-team-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 92, 35, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }
.team-area .xs-team-info {
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 20px 10px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
.team-area .team-social {
  position: absolute;
  top: 35%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .team-area .team-social ul {
    padding: 0; }
.team-area .team-social-classic {
  margin-top: 10px; }
.team-area .team-social li,
.team-area .team-social-classic li {
  list-style: none;
  display: inline-block; }
.team-area .team-social li a,
.team-area .team-social-classic li a {
  margin-right: 15px;
  font-size: 24px;
  color: #fff; }
.team-area .team-social-classic li a {
  color: #101010;
  font-size: 14px; }
.team-area .team-name {
  font-size: 24px;
  color: #101010;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }
.team-area .team-designation {
  margin-bottom: 0; }
.team-area .xs-team-wrapper:hover .team-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.team-area .xs-team-wrapper:hover .xs-team-img:after {
  opacity: 1;
  visibility: visible; }
.team-area .xs-team-wrapper:hover .team-name {
  color: #f3525a; }
.team-area .xs-team-wrapper:hover .xs-team-info {
  border-color: transparent;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); }

/*==========================
      Working  process
===========================*/
.application-process-img {
  height: 195px;
  width: 195px;
  text-align: center;
  border: 10px solid #edf5f8;
  border-radius: 50%;
  line-height: 175px;
  position: relative;
  display: inline-block; }
  .application-process-img:after {
    position: absolute;
    right: 88px;
    top: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/career/long-arrow.png);
    content: ''; }
  .application-process-img.first:after {
    display: none; }

.xs-application-process h3 {
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 0; }

/* work process list */
.work-process-list {
  position: relative;
  z-index: 1; }
  .work-process-list:after {
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 95%;
    content: '';
    border: 1px dashed #ffae99;
    z-index: -1; }
  .work-process-list li {
    position: relative;
    margin-bottom: 30px; }
  .work-process-list .working-num {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    background: #ff5d34;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0; }
  .work-process-list .working-text {
    left: 60px;
    top: 5px;
    padding-left: 60px; }

/*==================================================
 Chart
================================================== */
.graph-wrapper {
  margin-top: 50px; }

.graph-caption {
  text-align: center; }
  .graph-caption span {
    position: relative;
    padding: 0 25px; }
    .graph-caption span:after {
      position: absolute;
      left: 0;
      top: 50%;
      width: 15px;
      height: 15px;
      content: '';
      background: #f3525a;
      border-radius: 50%;
      margin-top: -7px; }
    .graph-caption span.blue-round:after {
      background: #2154cf; }

#graph {
  width: 85%;
  height: 350px;
  margin: 0 auto; }

.morris-hover {
  z-index: 1; }

/* ==========================
     map Location
=========================== */
.location {
  display: inline-block; }

.location_indicator {
  position: relative;
  width: 5px;
  height: 5px;
  background-color: #f3525a;
  border-radius: 50%; }

.location_indicator::before,
.location_indicator::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: #f3525a;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both; }

.location_indicator::after {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2); }
  75% {
    -webkit-box-shadow: 0 0 0 23px #ffd9cc;
    box-shadow: 0 0 0 23px #ffd9cc; }
  100% {
    -webkit-box-shadow: 0 0 0 0px #ffd9cc;
    box-shadow: 0 0 0 0px #ffd9cc; } }
.tooltip.show {
  opacity: 1; }

.tooltip .tooltip-inner {
  padding: 15px;
  width: 100%;
  max-width: 300px;
  text-align: left;
  background: #c6d2d6;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }

.location-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

.location-des {
  color: #001541; }

.tooltip .arrow::before {
  color: #FFFFFF; }

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: currentColor; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: currentColor; }

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: currentColor; }

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: currentColor; }

.location-wrapper {
  position: relative; }
  .location-wrapper .location {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px dashed #f3525a;
    border-radius: 50%;
    padding: 22px;
    animation: pulse 6s infinite cubic-bezier(0.5, 0, 1, 1) both;
    -webkit-animation: pulse 6s infinite cubic-bezier(0.5, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(2) {
      animation: pulse 8s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 8s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(2) .location_indicator::before,
      .location-wrapper .location:nth-of-type(2) .location_indicator::after {
        animation: pulse 4s infinite cubic-bezier(0.4, 0, 1, 1) both;
        -webkit-animation: pulse 4s infinite cubic-bezier(0.4, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(3) {
      animation: pulse 3s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 3s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(3) .location_indicator::before,
      .location-wrapper .location:nth-of-type(3) .location_indicator::after {
        animation: pulse 5s infinite cubic-bezier(0.5, 0, 1, 1) both;
        -webkit-animation: pulse 5s infinite cubic-bezier(0.5, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(4) {
      animation: pulse 4s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 4s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(4) .location_indicator::before,
      .location-wrapper .location:nth-of-type(4) .location_indicator::after {
        animation: pulse 6s infinite cubic-bezier(0.6, 0, 1, 1) both;
        -webkit-animation: pulse 6s infinite cubic-bezier(0.6, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(5) {
      animation: pulse 4s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 4s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(5) .location_indicator::before,
      .location-wrapper .location:nth-of-type(5) .location_indicator::after {
        animation: pulse 7s infinite cubic-bezier(0.7, 0, 1, 1) both;
        -webkit-animation: pulse 7s infinite cubic-bezier(0.7, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(6) {
      animation: pulse 6s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 6s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(6) .location_indicator::before,
      .location-wrapper .location:nth-of-type(6) .location_indicator::after {
        animation: pulse 8s infinite cubic-bezier(0.8, 0, 1, 1) both;
        -webkit-animation: pulse 8s infinite cubic-bezier(0.8, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(7) {
      animation: pulse 7s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 7s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(7) .location_indicator::before,
      .location-wrapper .location:nth-of-type(7) .location_indicator::after {
        animation: pulse 9s infinite cubic-bezier(0.9, 0, 1, 1) both;
        -webkit-animation: pulse 9s infinite cubic-bezier(0.9, 0, 1, 1) both; }

/*========================
 video popup
 =======================*/
.video-btn {
  margin: auto;
  font-size: 20px;
  color: #f3525a;
  text-align: center;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 3px 0px;
  position: relative;
  display: inline-block; }
  .video-btn i {
    position: relative; }
  .video-btn:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border: 20px solid #736969;
    border-radius: 50%;
    -webkit-animation: bubble-ripple 1.5s linear infinite;
    -moz-animation: bubble-ripple 1.5s linear infinite;
    -o-animation: bubble-ripple 1.5s linear infinite;
    animation: bubble-ripple 1.5s linear infinite; }
  .video-btn .btn-hover-anim {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border: 15px solid #656565;
    border-radius: 50%;
    -webkit-animation: bubble-ripple 2s linear infinite;
    -moz-animation: bubble-ripple 2s linear infinite;
    -o-animation: bubble-ripple 2s linear infinite;
    animation: bubble-ripple 2s linear infinite; }

@-webkit-keyframes bubble-ripple {
  0% {
    transform: scale(0.8);
    opacity: .75; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.7);
    opacity: 0; } }
@keyframes bubble-ripple {
  0% {
    transform: scale(0.8);
    opacity: .75; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
/*==========================
      ts subscribe
===========================*/
.xs-subscribe {
  padding: 53px 0; }

.xs-subscribe-wrapper {
  position: relative; }
  .xs-subscribe-wrapper:after {
    position: absolute;
    left: 0;
    bottom: -54px;
    width: 100%;
    height: 1px;
    content: '';
    background: #ddd; }

.xs-newsletter .column-title {
  margin-bottom: 0; }
  .xs-newsletter .column-title i {
    color: #f3525a; }

.xs-newsletter-form .form-group {
  margin-bottom: 0; }
.xs-newsletter-form .form-control {
  border-radius: 0;
  border: none;
  position: relative;
  box-shadow: none; }
  .xs-newsletter-form .form-control::placeholder {
    font-size: 14px; }
.xs-newsletter-form .btn {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0px 14px;
  height: 100%; }
  .xs-newsletter-form .btn:hover {
    opacity: .8;
    background-color: #f3525a;
    color: #fff; }
  .xs-newsletter-form .btn i {
    font-size: 26px;
    line-height: 45px; }

/*=====================================
      footer area
========================================*/
.xs-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .xs-footer p {
    color: #d5d5d5;
    margin-top: 35px;
    padding-right: 45px; }
  .xs-footer h3 {
    color: #fff; }
  .xs-footer .contact {
    margin-top: 40px; }
    .xs-footer .contact h3 {
      font-size: 20px;
      margin-bottom: 10px; }
    .xs-footer .contact p {
      margin: 0; }
  .xs-footer .widget-title {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 35px; }
  .xs-footer .list-arrow,
  .xs-footer .menu {
    list-style: none;
    padding: 0; }
    .xs-footer .list-arrow li,
    .xs-footer .menu li {
      line-height: normal;
      font-size: 15px;
      width: 50%;
      padding-bottom: 25px;
      float: left; }
      .xs-footer .list-arrow li:before,
      .xs-footer .menu li:before {
        font-family: FontAwesome;
        content: "\f105";
        margin-right: 10px;
        color: #fff;
        font-size: 15px; }
    .xs-footer .list-arrow a,
    .xs-footer .menu a {
      color: #d5d5d5; }
      .xs-footer .list-arrow a:hover,
      .xs-footer .menu a:hover {
        color: #fc6a2a; }
  .xs-footer .week-schedule li,
  .xs-footer .service-time li {
    width: 100%;
    color: #d5d5d5; }
    .xs-footer .week-schedule li:before,
    .xs-footer .service-time li:before {
      content: none; }
    .xs-footer .week-schedule li span,
    .xs-footer .service-time li span {
      float: right; }

.copy-right {
  background: #142355;
  padding: 20px 0; }
  .copy-right .copyright-text {
    margin-top: 5px;
    color: #fff; }

.footer-social {
  display: inline-block; }
  .footer-social li {
    list-style: none;
    display: inline-block; }
    .footer-social li a i {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      background: #000;
      margin-right: 5px;
      color: #fff; }
    .footer-social li .fa-facebook {
      background-color: #3B5998; }
    .footer-social li .fa-twitter {
      background-color: #55ACEE; }
    .footer-social li .fa-linkedin {
      background-color: #0976B4; }
    .footer-social li .fa-instagram {
      background-color: #B7242A; }

/*-- ts footer classic --*/
.xs-footer-classic .xs-footer-widget {
  margin-top: 40px; }
  .xs-footer-classic .xs-footer-widget .widget-title {
    margin-bottom: 15px;
    color: #101010; }
.xs-footer-classic .widget-title {
  color: #101010; }
.xs-footer-classic p {
  color: #666666; }
.xs-footer-classic .list-arrow li::before,
.xs-footer-classic .menu li::before {
  color: #666666; }
.xs-footer-classic .list-arrow li a,
.xs-footer-classic .menu li a {
  color: #666666; }
.xs-footer-classic .contact {
  margin-top: 0; }
  .xs-footer-classic .contact h3 {
    color: #101010;
    margin-top: 15px;
    font-weight: 500; }
.xs-footer-classic .latest-widget li {
  color: #101010;
  position: relative; }
  .xs-footer-classic .latest-widget li:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 1px;
    width: 100%;
    content: '';
    background: #e1e1e1; }
  .xs-footer-classic .latest-widget li:last-child:after {
    background: none; }
  .xs-footer-classic .latest-widget li span {
    color: #666666;
    float: left;
    margin-top: 8px; }
    .xs-footer-classic .latest-widget li span i {
      margin-right: 8px; }
.xs-footer-classic .service-time li {
  color: #666666; }

/*==============================
   Contact form
 ===============================*/
.xs-form .form-control {
  border: 1px solid #e8e8eb;
  border-radius: 0;
  margin-bottom: 30px;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px; }

.xs-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
.xs-form .form-control.message-box {
  resize: none;
  height: 133px;
  margin-bottom: 30px; }
.xs-form .form-control::placeholder {
  color: #999999; }
.xs-form select.form-control.field {
  width: 100%;
  height: 45px;
  padding: 0 20px; }

.xs-form input::-webkit-outer-spin-button,
.xs-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none; }

.xs-btn-wraper .btn {
  width: 100%; }

.contactMe .btn {
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  height: 45px;
  line-height: 19px;
  margin-top: 0; }

.qutoe-form-inner .form-control {
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  padding-left: 0;
  color: #000;
  background: #edf5f8;
  border-radius: 0; }
  .qutoe-form-inner .form-control:focus {
    border: 0;
    border-bottom: 1px solid #f3525a;
    background: none;
    border-radius: 0;
    box-shadow: none; }
.qutoe-form-inner textarea {
  height: 130px;
  resize: none; }
.qutoe-form-inner .form-group .btn {
  margin-top: 15px; }
.qutoe-form-inner.xs-qoute-form .form-control {
  background: transparent;
  padding: 0 20px;
  height: 55px;
  border: 1px solid #444444; }
  .qutoe-form-inner.xs-qoute-form .form-control:focus {
    border-color: #f3525a; }
.qutoe-form-inner.xs-qoute-form textarea.form-control {
  height: 130px;
  resize: none;
  padding: 20px; }

/*------------back to top-------------*/
.BackTo {
  background: #f3525a none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 18px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
  transition: all .3s; }
  .BackTo:hover {
    background: #000; }
  .BackTo a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 2px; }

.custom-width-500 .elementor-widget-wrap {
  max-width: 500px; }

.elementor-accordion .elementor-accordion-item {
  border-left: none;
  border-right: none; }

.elementor-accordion .elementor-tab-content {
  border-top: none; }

/*==================================================
      404
 ================================================== */
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1); }
.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700; }

.active-project-slider {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  position: relative; }
  @media (max-width: 1199.98px) {
    .active-project-slider {
      padding-left: 0px;
      padding-right: 0px; } }
  .active-project-slider .single-project-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative; }
    .active-project-slider .single-project-slider .left-inner-content {
      flex: 0 0 52%;
      max-width: 52%;
      background-color: #3763eb;
      color: #fff;
      font-family: "Rubik", sans-serif;
      position: relative;
      padding-left: 40px;
      padding-right: 127px;
      padding-top: 80px;
      min-height: 443px; }
      @media (max-width: 991.98px) {
        .active-project-slider .single-project-slider .left-inner-content {
          flex: 0 0 100%;
          max-width: 100%;
          order: 1;
          padding-right: 40px; } }
      .active-project-slider .single-project-slider .left-inner-content .counters {
        font-size: 150px;
        position: absolute;
        width: 100%;
        color: #486eec;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        z-index: 2; }
        .active-project-slider .single-project-slider .left-inner-content .counters:before {
          counter-increment: my-sec-counter;
          content: counter(my-sec-counter,decimal-leading-zero) " "; }
      .active-project-slider .single-project-slider .left-inner-content h3 {
        font-size: 30px;
        line-height: 40px;
        color: #fff;
        margin: 0 0 20px;
        font-family: "Poppins", sans-serif;
        z-index: 3;
        position: relative; }
        @media (max-width: 767.98px) {
          .active-project-slider .single-project-slider .left-inner-content h3 {
            font-size: 24px; } }
      .active-project-slider .single-project-slider .left-inner-content .text-link {
        display: inline-block;
        margin-top: 5px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: "Rubik", sans-serif; }
        .active-project-slider .single-project-slider .left-inner-content .text-link i {
          padding-left: 10px; }
    .active-project-slider .single-project-slider .right-inner-content {
      flex: 0 0 48%;
      max-width: 48%;
      box-shadow: 0px 15px 40px 0px rgba(11, 9, 64, 0.15);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 350px;
      background-color: #fff;
      position: relative;
      left: -65px; }
      @media (max-width: 991.98px) {
        .active-project-slider .single-project-slider .right-inner-content {
          flex: 0 0 100%;
          max-width: 100%;
          order: 0; } }
      @media (max-width: 767.98px) {
        .active-project-slider .single-project-slider .right-inner-content {
          height: 250px; } }
  .active-project-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 90px;
    z-index: 5; }
    @media (max-width: 1199.98px) {
      .active-project-slider .owl-dots {
        left: 40px;
        bottom: 30px; } }
  .active-project-slider .owl-dot {
    display: inline-block;
    margin-right: 10px;
    background: rgba(254, 254, 254, 0.2) !important;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    transition: all 0.24s ease-in-out; }
    .active-project-slider .owl-dot:last-child {
      margin-right: 0px; }
    .active-project-slider .owl-dot.active {
      background: #fefefe !important;
      height: 11px;
      width: 11px;
      outline: none; }

/*==========================
tab rotate 
===========================*/
@media (min-width: 992px) and (max-width: 1200px) {
  .header ul.navbar-nav > li > a {
    margin-left: 10px;
    font-size: 12px; }
  .header ul.navbar-nav > li .dropdown-menu {
    margin: 0 10px; }
  .header .nav-search i {
    font-size: 14px; }
  .header .quote-btn {
    padding: 0 20px;
    font-size: 12px; }

  .header-contact-info li {
    padding: 0 30px 0 60px;
    font-size: 14px; }

  .header-box .top-box {
    padding: 15px 5px; } }
/*==========================
tab device 
===========================*/
@media (min-width: 768px) and (max-width: 991px) {
  .header-contact-info li {
    padding: 0 14px 0 14px;
    font-size: 13px; }
    .header-contact-info li i {
      display: none; }

  .top-info li {
    margin-right: 20px;
    font-size: 14px; }

  .header .navbar-brand,
  .header .logo {
    margin: 15px 0; }
  .header .navbar-toggler {
    background: #f3525a; }
  .header .navbar-toggler-icon {
    outline: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
    .header .navbar-toggler-icon i {
      font-size: 30px;
      line-height: 30px;
      color: #fff; }
  .header .navbar-collapse {
    background: #101010;
    position: relative; }
  .header ul.navbar-nav {
    float: none;
    width: 100%;
    padding: 15px 30px; }
    .header ul.navbar-nav > li > a {
      line-height: 36px !important;
      margin-left: 0; }
    .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
      display: none; }
    .header ul.navbar-nav li .dropdown-menu {
      min-width: auto;
      background: transparent;
      box-shadow: none;
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0; }
      .header ul.navbar-nav li .dropdown-menu li a {
        color: #fff; }
      .header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
        transform: rotate(90deg); }
    .header ul.navbar-nav .dropdown-toggle::after {
      padding-right: 6px; }
  .header.header-standard ul.navbar-nav > li > a {
    color: #fff; }
  .header.header-standard .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    top: 100%; }
  .header.header-classic {
    padding: 10px 0; }

  .nav-search-area,
  .header-quote {
    display: none; }

  .header-box .header.header-classic {
    padding: 0; }
    .header-box .header.header-classic .navbar {
      padding: 10px; }

  .banner-area .banner-title {
    font-size: 50px;
    line-height: 55px; }

  .history-area .carousel-indicators li {
    margin: 0 16px; }

  .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
  .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 0; }

  .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next],
  .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] {
    right: 0; }

  .xs-blog .blog-box {
    margin-bottom: 30px; }

  .textwidget .contact {
    margin-bottom: 30px; } }
/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
  .xs-center {
    text-align: center; }

  .topbar .social-links {
    padding: 0px 0 0;
    text-align: center; }
  .topbar .top-info {
    text-align: center; }
    .topbar .top-info li {
      margin-bottom: 10px; }

  .header-middle-area {
    display: none; }

  a.logo.d-none {
    display: block !important; }

  .header .navbar-brand,
  .header .logo {
    margin: 15px 0; }
  .header .navbar-toggler {
    background: #f3525a;
    outline: 0; }
  .header .navbar-toggler-icon {
    outline: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
    .header .navbar-toggler-icon i {
      font-size: 30px;
      line-height: 30px;
      color: #fff; }
  .header .navbar-collapse {
    background: #101010;
    position: relative; }
  .header ul.navbar-nav {
    float: none;
    width: 100%;
    padding: 20px; }
    .header ul.navbar-nav > li > a {
      line-height: 36px !important;
      margin-left: 0; }
    .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
      display: none; }
    .header ul.navbar-nav li .dropdown-menu {
      min-width: auto;
      background: transparent;
      box-shadow: none;
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0; }
      .header ul.navbar-nav li .dropdown-menu li a {
        color: #fff; }
      .header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
        transform: rotate(90deg); }
  .header.header-standard, .header.header-classic {
    background: #fff; }
    .header.header-standard ul.navbar-nav > li > a, .header.header-classic ul.navbar-nav > li > a {
      color: #fff; }
    .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 11;
      top: 100%; }
  .header .dropdown-toggle::after {
    padding-right: 8px; }

  .nav-search-area,
  .header-quote {
    display: none; }

  .header-box .top-box {
    text-align: center; }
    .header-box .top-box .header-contact-info {
      display: none; }
  .header-box .navbar {
    padding: 10px; }

  .banner-area {
    padding: 60px 0; }
    .banner-area .banner-title {
      font-size: 40px;
      line-height: 44px; }
    .banner-area .mt-80 {
      margin-top: 150px; }

  .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
  .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 0; }

  .xs-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next],
  .xs-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] {
    right: 0; }

  .xs-blog .blog-box {
    margin-bottom: 30px; }

  .blog .post-body .entry-title {
    font-size: 24px;
    line-height: 30px; }
  .blog .pagination {
    margin-bottom: 40px; }

  .history-area .carousel-indicators {
    display: block; }
    .history-area .carousel-indicators:before {
      display: none; }

  .footer-left-widget .textwidget {
    margin-bottom: 30px; }

  .copy-right {
    text-align: center; }
    .copy-right .footer-social {
      text-align: center;
      margin-top: 15px;
      float: none; }
      .copy-right .footer-social ul {
        padding: 0; }

  .ekit-wid-con .ekit-location-groups .ekit-map-image {
    display: none; }
  .ekit-wid-con .ekit-location-groups .ekit-location-wraper .ekit-location {
    position: static; }
  .ekit-wid-con .ekit-location-groups .ekit-location_inner {
    min-width: auto;
    position: static;
    opacity: 1;
    transform: translate3d(0%, 0px, 0);
    visibility: visible;
    pointer-events: auto; }
  .ekit-wid-con .ekit-location-groups .ekit-location_indicator {
    display: none; }
  .ekit-wid-con .ekit-location-groups .ekit-location:not(:last-child) {
    margin-bottom: 30px; }
  .ekit-wid-con .elementskit_inline_form .elementskit_input_wraper {
    flex: auto !important; } }
.xs-main-case-slider {
  position: relative;
  overflow: hidden; }

.case-bg {
  height: 700px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  animation: fadeInDown 0.54s ease-in-out;
  background-color: #eef2f6; }

.xs-case-nav-slider {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  @media (max-width: 991.98px) {
    .xs-case-nav-slider {
      left: 0;
      bottom: auto;
      top: 50%;
      transform: translateY(-50%); } }
  .xs-case-nav-slider .nav-item {
    position: relative;
    text-align: left;
    flex: 0 0 25%;
    max-width: 25%; }
    @media (max-width: 991.98px) {
      .xs-case-nav-slider .nav-item {
        flex: 0 0 100%;
        max-width: 100%; } }
    .xs-case-nav-slider .nav-item .study-box {
      position: absolute;
      left: 0;
      top: -270px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 65px;
      padding-bottom: 0;
      height: 258px;
      width: 100%;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      transition: all 0.45s ease-in-out; }
      @media (max-width: 1199.98px) {
        .xs-case-nav-slider .nav-item .study-box {
          padding-top: 30px;
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 30px; } }
      @media (max-width: 767.98px) {
        .xs-case-nav-slider .nav-item .study-box {
          padding: 15px; } }
      @media (max-width: 991.98px) {
        .xs-case-nav-slider .nav-item .study-box {
          position: static;
          height: 0;
          display: none; } }
      .xs-case-nav-slider .nav-item .study-box i.fa, .xs-case-nav-slider .nav-item .study-box .icon {
        font-size: 80px;
        color: #e2e3e5;
        right: 0;
        position: absolute;
        top: 0; }
        @media (max-width: 991.98px) {
          .xs-case-nav-slider .nav-item .study-box i.fa, .xs-case-nav-slider .nav-item .study-box .icon {
            display: none; } }
      .xs-case-nav-slider .nav-item .study-box .count-no {
        font-size: 48px;
        color: rgba(23, 37, 65, 0.15);
        position: absolute;
        left: 30px;
        top: 50px;
        font-family: "Merriweather", serif;
        font-weight: 700;
        margin-left: 15px; }
        @media (max-width: 1199.98px) {
          .xs-case-nav-slider .nav-item .study-box .count-no {
            top: 21px;
            left: 16px; } }
        @media (max-width: 991.98px) {
          .xs-case-nav-slider .nav-item .study-box .count-no {
            top: 60px;
            margin-left: 0px; } }
        @media (max-width: 767.98px) {
          .xs-case-nav-slider .nav-item .study-box .count-no {
            left: 15px; } }
        .xs-case-nav-slider .nav-item .study-box .count-no:before {
          counter-increment: my-sec-counter;
          content: counter(my-sec-counter,decimal-leading-zero) " "; }
      .xs-case-nav-slider .nav-item .study-box h5 {
        font-size: 24px;
        text-transform: capitalize;
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
        color: #172541;
        font-family: "Merriweather", serif;
        font-weight: 700;
        margin-left: 15px; }
        @media (max-width: 991.98px) {
          .xs-case-nav-slider .nav-item .study-box h5 {
            margin-left: 0px;
            font-size: 20px; } }
      .xs-case-nav-slider .nav-item .study-box p {
        color: #565872;
        margin-left: 15px;
        font-size: 16px;
        line-height: 30px;
        font-family: "Rubik", sans-serif; }
        @media (max-width: 991.98px) {
          .xs-case-nav-slider .nav-item .study-box p {
            margin-left: 0px; } }
    .xs-case-nav-slider .nav-item a {
      background: rgba(39, 50, 114, 0.25);
      position: relative;
      padding: 20px 30px;
      text-align: left;
      display: block; }
      @media (max-width: 1199.98px) {
        .xs-case-nav-slider .nav-item a {
          padding: 20px 15px; } }
      @media (max-width: 991.98px) {
        .xs-case-nav-slider .nav-item a {
          padding: 10px 20px; } }
      .xs-case-nav-slider .nav-item a span {
        color: #fff; }
        .xs-case-nav-slider .nav-item a span:nth-child(1) {
          font-size: 24px;
          font-weight: 400;
          font-family: "Merriweather", serif; }
          @media (max-width: 1600px) {
            .xs-case-nav-slider .nav-item a span:nth-child(1) {
              font-size: 18px; } }
        .xs-case-nav-slider .nav-item a span:nth-child(2) {
          transition: all 0.24s ease-in-out;
          position: absolute;
          opacity: 0;
          left: 45px;
          visibility: hidden;
          font-size: 14px;
          top: 0;
          transform: translateY(100%);
          display: block;
          width: 100%;
          text-transform: uppercase;
          font-weight: 500; }
          @media (max-width: 991.98px) {
            .xs-case-nav-slider .nav-item a span:nth-child(2) {
              left: 15px; } }
          .xs-case-nav-slider .nav-item a span:nth-child(2):after {
            position: absolute;
            right: 30px;
            top: 50%;
            height: 1px;
            background: rgba(255, 255, 255, 0.2);
            width: 0;
            content: "";
            transition: all 0.44s ease-in-out;
            transition-delay: 0.24s; }
          .xs-case-nav-slider .nav-item a span:nth-child(2) i, .xs-case-nav-slider .nav-item a span:nth-child(2) .icon, .xs-case-nav-slider .nav-item a span:nth-child(2) i.fa {
            padding-right: 5px; }

.xs-case-nav-slider li.nav-item.active .study-box {
  opacity: 1;
  visibility: visible;
  top: -258px; }
  @media (max-width: 991.98px) {
    .xs-case-nav-slider li.nav-item.active .study-box {
      height: 258px;
      display: block; } }
.xs-case-nav-slider li.nav-item.active a {
  background: #f3525a; }
  .xs-case-nav-slider li.nav-item.active a span:nth-child(1) {
    opacity: 0;
    visibility: hidden; }
  .xs-case-nav-slider li.nav-item.active a span:nth-child(2) {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%); }
    .xs-case-nav-slider li.nav-item.active a span:nth-child(2):after {
      width: calc(100% - 160px); }

.xs-case-box {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 3px 3px 0px rgba(17, 12, 79, 0.1);
  transition: all 0.24s ease-in-out; }
  .xs-case-box .case-thumb {
    position: relative; }
    .xs-case-box .case-thumb img {
      display: block;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px; }
      @media (max-width: 767.98px) {
        .xs-case-box .case-thumb img {
          margin-left: auto;
          margin-right: auto; } }
    .xs-case-box .case-thumb .case-meta {
      display: inline-block;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 10px 30px 0px rgba(26, 43, 99, 0.1);
      background-color: #fff;
      position: absolute;
      left: 40px;
      bottom: 0px;
      color: #1d3977;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 500;
      padding: 3px 6px; }
      @media (max-width: 767.98px) {
        .xs-case-box .case-thumb .case-meta {
          left: 100px; } }
      .xs-case-box .case-thumb .case-meta span {
        margin-right: 8px;
        position: relative; }
        .xs-case-box .case-thumb .case-meta span:last-child {
          margin-right: 0px; }
        .xs-case-box .case-thumb .case-meta span:after {
          position: absolute;
          right: -8px;
          font-size: 24px;
          bottom: 0;
          content: ","; }
        .xs-case-box .case-thumb .case-meta span:last-child:after {
          display: none; }
  .xs-case-box .case-content {
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px; }
    .xs-case-box .case-content p {
      color: #565872;
      line-height: 26px; }
    .xs-case-box .case-content .case-title {
      font-size: 20px;
      color: #1d3977;
      font-weight: 700;
      margin: 0 0 15px;
      line-height: 30px; }
      .xs-case-box .case-content .case-title a {
        color: #1d3977; }
        .xs-case-box .case-content .case-title a:hover {
          color: #f3525a; }
    .xs-case-box .case-content .case-footer {
      margin-top: 20px; }
      .xs-case-box .case-content .case-footer .xs-btn {
        font-size: 12px;
        padding: 8px 30px;
        transition: 0.4s ease-in-out;
        z-index: 2;
        position: relative;
        display: inline-block;
        width: fit-content;
        font-weight: 500;
        white-space: nowrap;
        font-family: "Rubik", sans-serif;
        border: 2px solid rgba(26, 43, 99, 0.102);
        color: #1a2b63; }
        .xs-case-box .case-content .case-footer .xs-btn:hover {
          color: #fff;
          border-color: #f3525a;
          background: #f3525a; }
  .xs-case-box:hover {
    box-shadow: 0px 21px 20px 0px rgba(17, 12, 79, 0.1);
    transform: translateY(-5px); }

.xs-career-box {
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(17, 12, 79, 0.1);
  min-height: 316px;
  transition: all 0.34s ease-in-out;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-sizing: border-box; }
  .xs-career-box .career-meta {
    margin-bottom: 1.5625rem;
    padding-top: 25px; }
    .xs-career-box .career-meta a {
      display: inline-block;
      color: #1d3977;
      font-size: 12px;
      box-shadow: 0px 10px 30px 0px rgba(26, 43, 99, 0.1);
      padding: 3px 6px;
      font-weight: 500; }
  .xs-career-box .career-title {
    color: #1d3977;
    font-size: 1.25rem;
    font-family: "Merriweather", serif;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: capitalize; }
    .xs-career-box .career-title a {
      color: #1d3977;
      font-family: "Rubik", sans-serif; }
  .xs-career-box p {
    font-family: "Rubik", sans-serif;
    margin: 0 0 0; }
    .xs-career-box p span > span {
      font-weight: 500;
      text-transform: capitalize; }
    .xs-career-box p span:nth-child(1) > span {
      color: #1d3977; }
    .xs-career-box p span:nth-child(2) > span {
      color: #f3525a; }
  .xs-career-box .career-footer {
    margin-top: 20px;
    font-family: "Rubik", sans-serif; }
    .xs-career-box .career-footer a {
      font-size: 12px;
      padding: 10px 30px;
      border: 2px solid rgba(26, 43, 99, 0.102);
      font-family: "Rubik", sans-serif;
      color: #1a2b63;
      font-weight: 500; }
      .xs-career-box .career-footer a:hover {
        background: #f3525a;
        color: #fff;
        border: 2px solid #f3525a; }
  .xs-career-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 20px 20px 0px rgba(17, 12, 79, 0.1); }

.single-featurebox {
  display: flex;
  justify-content: space-between;
  background: #4046a1;
  color: #fff;
  position: relative;
  align-items: center;
  padding-left: 34px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .single-featurebox {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767.98px) {
    .single-featurebox {
      flex: 0 0 100%;
      max-width: 100%; } }
  .single-featurebox .box-badge {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #ff7d2a;
    font-family: "Poppins", sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: all 0.24s ease-in-out; }
    @media (max-width: 1199.98px) {
      .single-featurebox .box-badge {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      .single-featurebox .box-badge {
        font-size: 14px; } }
  .single-featurebox .icon-box {
    font-size: 60px;
    margin-right: 50px; }
    @media (max-width: 991.98px) {
      .single-featurebox .icon-box {
        font-size: 50px;
        margin-right: 45px; } }
  .single-featurebox h4 {
    font-size: 24px;
    color: #fff;
    font-family: Poppins, sans-serif; }
    @media (max-width: 1199.98px) {
      .single-featurebox h4 {
        font-size: 20px; } }
    .single-featurebox h4 a {
      color: #fff; }
  .single-featurebox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 100%;
    background: #393f91;
    content: "";
    z-index: -1;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    transition: all 0.24s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    @media (max-width: 991.98px) {
      .single-featurebox:after {
        width: 90px; } }
  .single-featurebox:nth-child(2) {
    background: #343675; }
    .single-featurebox:nth-child(2):after {
      background: #2f3069; }
  .single-featurebox:nth-child(3) {
    background: #21225f; }
    .single-featurebox:nth-child(3):after {
      background: #1e1f55; }
  .single-featurebox:hover:after, .single-featurebox.active:after {
    width: 100% !important;
    border-radius: 0px; }
  .single-featurebox:hover .box-badge, .single-featurebox.active .box-badge {
    opacity: 1;
    visibility: visible;
    top: -55px;
    transition-delay: 0.24s; }

.single-home-blog {
  position: relative;
  transition: all 0.24s ease-in-out;
  margin-bottom: 30px; }
  .single-home-blog .xs-post-thumbnail {
    position: relative;
    overflow: hidden; }
    .single-home-blog .xs-post-thumbnail img {
      transition: all 1s ease-out; }
    .single-home-blog .xs-post-thumbnail .xs-meta-date {
      position: absolute;
      background: #f3525a;
      color: #fff;
      height: 60px;
      width: 60px;
      text-align: center;
      right: 20px;
      box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
      transition: all 0.24s ease-in-out;
      top: 20px; }
      .single-home-blog .xs-post-thumbnail .xs-meta-date span {
        display: block;
        font-family: "Merriweather", serif;
        font-weight: 700; }
        .single-home-blog .xs-post-thumbnail .xs-meta-date span:nth-child(1) {
          font-size: 30px;
          line-height: 30px;
          padding-top: 4px; }
        .single-home-blog .xs-post-thumbnail .xs-meta-date span:nth-child(2) {
          font-size: 14px; }
      .single-home-blog .xs-post-thumbnail .xs-meta-date a {
        color: #fff; }
  .single-home-blog .entry-content__ {
    background-color: #eef2f6;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.24s ease-in-out; }
    .single-home-blog .entry-content__ .entry-header .entry-meta {
      margin-bottom: 1.5625rem; }
      .single-home-blog .entry-content__ .entry-header .entry-meta span {
        margin-right: 10px;
        font-size: 14px; }
        .single-home-blog .entry-content__ .entry-header .entry-meta span a {
          color: #565872; }
          .single-home-blog .entry-content__ .entry-header .entry-meta span a:hover {
            color: #f3525a; }
          .single-home-blog .entry-content__ .entry-header .entry-meta span a i, .single-home-blog .entry-content__ .entry-header .entry-meta span a .icon {
            margin-right: 5px; }
        .single-home-blog .entry-content__ .entry-header .entry-meta span:last-child {
          margin-right: 0px; }
        .single-home-blog .entry-content__ .entry-header .entry-meta span.xs-catagory {
          background: #fff;
          padding: 4px 15px;
          display: inline-block;
          transition: all 0.24s ease-in-out; }
    .single-home-blog .entry-content__ .entry-header .entry-title {
      font-size: 20px;
      margin-bottom: 1.875rem; }
      .single-home-blog .entry-content__ .entry-header .entry-title a {
        color: #172541;
        text-decoration: none;
        line-height: 30px; }
        .single-home-blog .entry-content__ .entry-header .entry-title a:hover {
          color: #f3525a; }
    .single-home-blog .entry-content__ .entry-footer a {
      color: #576277;
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 500;
      font-family: "Rubik", sans-serif;
      display: inline-block;
      transition: all 0.24s ease;
      text-transform: uppercase; }
      .single-home-blog .entry-content__ .entry-footer a i, .single-home-blog .entry-content__ .entry-footer a .icon {
        transition: all 0.24s ease;
        font-size: 16px;
        padding-left: 5px; }
      .single-home-blog .entry-content__ .entry-footer a:hover {
        color: #f3525a; }
        .single-home-blog .entry-content__ .entry-footer a:hover i, .single-home-blog .entry-content__ .entry-footer a:hover .icon {
          padding-left: 10px; }
  .single-home-blog:hover {
    box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1); }
    .single-home-blog:hover .entry-content__ {
      background-color: #fff; }
      .single-home-blog:hover .entry-content__ .entry-header .entry-meta span.xs-catagory {
        background: #eef2f6; }
    .single-home-blog:hover .xs-post-thumbnail img {
      transform: scale(1.1); }
    .single-home-blog:hover .xs-post-thumbnail .xs-meta-date {
      box-shadow: none; }

.blog-style-two .single-home-blog .entry-content__, .blog-style-five .single-home-blog .entry-content__ {
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
  .blog-style-two .single-home-blog .entry-content__ p, .blog-style-five .single-home-blog .entry-content__ p {
    margin: 0 0 18px;
    font-family: "Rubik", sans-serif;
    font-weight: 400; }
  .blog-style-two .single-home-blog .entry-content__ .entry-title, .blog-style-five .single-home-blog .entry-content__ .entry-title {
    margin-top: 0.3125rem;
    margin-bottom: 0px; }
    .blog-style-two .single-home-blog .entry-content__ .entry-title a:hover, .blog-style-five .single-home-blog .entry-content__ .entry-title a:hover {
      color: #c21111; }
  .blog-style-two .single-home-blog .entry-content__ .entry-footer a, .blog-style-five .single-home-blog .entry-content__ .entry-footer a {
    color: #c21111;
    font-size: 13px;
    letter-spacing: 1px; }
.blog-style-two .single-home-blog:hover .entry-content__, .blog-style-five .single-home-blog:hover .entry-content__ {
  box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.blog-style-five .single-home-blog .entry-content__ .case-icon {
  margin-right: 20px; }
.blog-style-five .single-home-blog .entry-content__ .entry-title a:hover {
  color: #3763eb; }
.blog-style-five .single-home-blog .entry-content__ .entry-footer a {
  color: #3763eb; }

.blog-style-two .single-home-blog .entry-content__, .blog-style-five .single-home-blog .entry-content__ {
  background-color: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }
  .blog-style-two .single-home-blog .entry-content__ .entry-title, .blog-style-five .single-home-blog .entry-content__ .entry-title {
    margin-top: 0.3125rem;
    margin-bottom: 5px; }
    .blog-style-two .single-home-blog .entry-content__ .entry-title a:hover, .blog-style-five .single-home-blog .entry-content__ .entry-title a:hover {
      color: #c21111; }
  .blog-style-two .single-home-blog .entry-content__ .entry-footer a, .blog-style-five .single-home-blog .entry-content__ .entry-footer a {
    color: #c21111;
    font-size: 13px;
    letter-spacing: 1px; }
.blog-style-two .single-home-blog:hover .entry-content__, .blog-style-five .single-home-blog:hover .entry-content__ {
  box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.footer-social2, .footer-social {
  margin-top: 20px;
  padding: 0;
  list-style: none; }
  .footer-social2 li, .footer-social li {
    display: inline-block; }
    .footer-social2 li a, .footer-social li a {
      display: block;
      margin-right: 10px; }
    .footer-social2 li a i, .footer-social li a i {
      display: block;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      background: #f3525a;
      border-radius: 50%;
      color: #fff;
      font-size: 14px; }
      .footer-social2 li a i.fa-facebook, .footer-social2 li a i.icon-facebook, .footer-social li a i.fa-facebook, .footer-social li a i.icon-facebook {
        background: #4969a8; }
        .footer-social2 li a i.fa-facebook:hover, .footer-social2 li a i.icon-facebook:hover, .footer-social li a i.fa-facebook:hover, .footer-social li a i.icon-facebook:hover {
          background: #415e96; }
      .footer-social2 li a i.fa-twitter, .footer-social2 li a i.icon-twitter, .footer-social li a i.fa-twitter, .footer-social li a i.icon-twitter {
        background: #2aa3ef; }
        .footer-social2 li a i.fa-twitter:hover, .footer-social2 li a i.icon-twitter:hover, .footer-social li a i.fa-twitter:hover, .footer-social li a i.icon-twitter:hover {
          background: #1299ed; }
      .footer-social2 li a i.g-pluse, .footer-social2 li a i.fa-google-plus, .footer-social2 li a i.icon-google-plus, .footer-social li a i.g-pluse, .footer-social li a i.fa-google-plus, .footer-social li a i.icon-google-plus {
        background: #1178b3; }
        .footer-social2 li a i.g-pluse:hover, .footer-social2 li a i.fa-google-plus:hover, .footer-social2 li a i.icon-google-plus:hover, .footer-social li a i.g-pluse:hover, .footer-social li a i.fa-google-plus:hover, .footer-social li a i.icon-google-plus:hover {
          background: #0f689c; }
      .footer-social2 li a i.instragram, .footer-social2 li a i.fa-instagram, .footer-social2 li a i.icon-instagram, .footer-social li a i.instragram, .footer-social li a i.fa-instagram, .footer-social li a i.icon-instagram {
        background: #db4c3f; }
        .footer-social2 li a i.instragram:hover, .footer-social2 li a i.fa-instagram:hover, .footer-social2 li a i.icon-instagram:hover, .footer-social li a i.instragram:hover, .footer-social li a i.fa-instagram:hover, .footer-social li a i.icon-instagram:hover {
          background: #d7382a; }
    .footer-social2 li:last-child a, .footer-social li:last-child a {
      margin-right: 0px; }

.xs-sidenav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 7;
  background-color: #152440;
  overflow-y: auto;
  color: #fff;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1600px) {
    .xs-sidenav {
      width: 240px;
      padding-left: 20px;
      padding-right: 20px; } }
  .xs-sidenav .xs-overlay {
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0.18;
    z-index: -1; }
  @media (max-width: 1199.98px) {
    .xs-sidenav {
      left: -300px;
      opacity: 0;
      visibility: hidden;
      width: 300px;
      transition: all 0.45s ease-in-out; }
      .xs-sidenav.xs-active {
        left: 0;
        visibility: visible;
        opacity: 1; } }
  .xs-sidenav .navbar-brand {
    margin-bottom: 80px; }
  .xs-sidenav .BLO-social-list {
    margin-top: 70px;
    margin-bottom: 80px;
    padding-left: 0px;
    text-align: center; }
    .xs-sidenav .BLO-social-list li a i {
      height: 36px;
      width: 36px;
      line-height: 36px; }
      @media (max-width: 1600px) {
        .xs-sidenav .BLO-social-list li a i {
          margin-right: 5px; } }
    .xs-sidenav .BLO-social-list li:last-child a {
      margin-right: 0px; }
  .xs-sidenav .xs-copyright {
    text-align: center; }
    .xs-sidenav .xs-copyright a {
      color: #3763eb; }

.fixed-sidebar-nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fixed-sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.fixed-sidebar-nav li {
  display: block;
  position: relative;
  width: auto; }
  .fixed-sidebar-nav li > a {
    display: block;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative; }
  .fixed-sidebar-nav li:menu-item-has-children > a {
    padding-bottom: 0px; }
  .fixed-sidebar-nav li.menu-item-has-children > a:after {
    font-family: "FontAwesome" !important;
    position: absolute;
    right: 0px;
    content: "";
    color: #fff;
    font-size: 16px;
    transition: all 0.24s ease-in-out; }
  .fixed-sidebar-nav li.menu-item-has-children.open > a {
    color: #3763eb; }
    .fixed-sidebar-nav li.menu-item-has-children.open > a:after {
      content: "";
      color: #3763eb; }
  .fixed-sidebar-nav li:hover > a {
    color: #3763eb; }
    .fixed-sidebar-nav li:hover > a:after {
      color: #3763eb; }
  .fixed-sidebar-nav li > ul {
    padding-left: 1em;
    display: none; }
    .fixed-sidebar-nav li > ul > li > a {
      font-size: 14px;
      font-weight: 400;
      padding-top: 7.5px;
      padding-bottom: 7.5px;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      display: block;
      text-transform: capitalize; }
    .fixed-sidebar-nav li > ul > li:hover > a {
      color: #3763eb;
      padding-left: 4px; }
    .fixed-sidebar-nav li > ul > li:last-child > a {
      padding-bottom: 0px;
      border-bottom: none; }

.xs-content {
  width: calc(100% - 300px);
  margin-left: auto;
  transition: all 0.45s ease-in-out; }
  @media (max-width: 1600px) {
    .xs-content {
      width: calc(100% - 240px); } }
  @media (max-width: 1199.98px) {
    .xs-content {
      width: 100%; }
      .xs-content.xs-active {
        width: calc(100% - 300px); } }

.xs-side-nav-open {
  display: none; }
  @media (max-width: 1199.98px) {
    .xs-side-nav-open {
      display: block; } }
  .xs-side-nav-open .navbar {
    padding: 20px 0; }

.open-sidemenu {
  width: 35px;
  cursor: pointer;
  position: relative;
  height: 21px; }
  .open-sidemenu span {
    display: block;
    background: #3763eb;
    height: 2px;
    border-radius: 0 999px;
    width: 35px;
    margin-bottom: 7px;
    transition: all 0.24s cubic-bezier(0.19, 1, 0.22, 1); }
    .open-sidemenu span:nth-child(2) {
      width: 20px; }
    .open-sidemenu span:nth-child(4) {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 15px;
      background: transparent; }
  .open-sidemenu:hover span:nth-child(2) {
    margin-left: 10px;
    width: 15px; }
  .open-sidemenu.open-menu span:nth-child(1) {
    transform: rotate(45deg) translateX(9px);
    background: #3763eb; }
  .open-sidemenu.open-menu span:nth-child(2) {
    margin-left: -20px;
    opacity: 0; }
  .open-sidemenu.open-menu span:nth-child(3) {
    transform: rotate(-45deg) translate(13px, -4px);
    background: #3763eb; }
  .open-sidemenu.open-menu span:nth-child(4) {
    margin-right: -20px;
    background: #3763eb;
    opacity: 0; }

.xs-breadcrumb {
  position: relative;
  background-color: #ccc; }
  .xs-breadcrumb .breadcrumb-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .xs-breadcrumb h3 {
    font-size: 48px;
    color: #172541;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 0;
    line-height: 48px;
    z-index: 0; }
    @media (max-width: 767.98px) {
      .xs-breadcrumb h3 {
        font-size: 30px;
        line-height: 30px; } }
  .xs-breadcrumb .xs-breadcrumblist {
    padding: 0px;
    margin: 0px;
    line-height: 48px; }
    .xs-breadcrumb .xs-breadcrumblist li {
      font-size: 16px;
      display: inline-block;
      text-transform: capitalize;
      color: #172541;
      margin-right: 20px;
      position: relative; }
      .xs-breadcrumb .xs-breadcrumblist li:last-child {
        margin-right: 0px; }
      .xs-breadcrumb .xs-breadcrumblist li:after {
        position: absolute;
        left: -13px;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        background: #172541;
        content: "";
        border-radius: 50%; }
      .xs-breadcrumb .xs-breadcrumblist li:first-child:after {
        display: none; }
      .xs-breadcrumb .xs-breadcrumblist li a {
        color: #172541; }
        .xs-breadcrumb .xs-breadcrumblist li a:hover {
          color: #f3525a; }

.breadcrumb-height {
  height: 200px; }

.xs-page-navigation {
  box-shadow: 0px 5px 20px 0px rgba(7, 25, 60, 0.1); }
  @media (max-width: 767.98px) {
    .xs-page-navigation {
      display: none; } }

.xs-page-nav li {
  display: inline-block; }
  .xs-page-nav li a {
    display: block;
    font-size: 16px;
    color: #172541;
    text-transform: capitalize;
    padding: 16px 30px; }
    @media (max-width: 991.98px) {
      .xs-page-nav li a {
        padding: 14px 15px; } }
    .xs-page-nav li a:hover {
      color: #fff;
      background: #f3525a; }
    .xs-page-nav li a i, .xs-page-nav li a .icon {
      margin-right: 8px;
      font-size: 15px; }
  .xs-page-nav li.current-menu-item a {
    color: #fff;
    background: #f3525a; }

.single-team-member {
  position: relative;
  margin-bottom: 86px; }
  .single-team-member .inner-content {
    width: 75%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1);
    min-height: 105px;
    position: absolute;
    bottom: -56px;
    z-index: 23;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.24s ease-in-out;
    overflow: hidden; }
    .single-team-member .inner-content h4 {
      text-transform: capitalize;
      font-size: 20px;
      color: #172541;
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      margin-bottom: 10px; }
      .single-team-member .inner-content h4 a {
        color: #172541; }
        .single-team-member .inner-content h4 a:hover {
          color: #f3525a; }
    .single-team-member .inner-content h6 {
      text-transform: uppercase;
      font-size: 13px;
      color: #565872;
      font-family: "Rubik", sans-serif;
      font-weight: 500;
      letter-spacing: 1px; }
    .single-team-member .inner-content ul.footer-social2 li a {
      transform: translateY(50px);
      transition: all 0.35s ease-in-out; }
    .single-team-member .inner-content .top-info {
      transform: translateY(35px);
      transition: all 0.35s ease-in-out; }
  .single-team-member:hover .inner-content {
    min-height: 160px; }
    .single-team-member:hover .inner-content .top-info {
      transform: translateY(0px); }
    .single-team-member:hover .inner-content ul.footer-social2 li a {
      transform: translateY(0px); }
    .single-team-member:hover .inner-content ul.footer-social2 li:nth-child(2) a {
      transition-delay: 0.15s; }
    .single-team-member:hover .inner-content ul.footer-social2 li:nth-child(3) a {
      transition-delay: 0.2s; }
    .single-team-member:hover .inner-content ul.footer-social2 li:nth-child(4) a {
      transition-delay: 0.2s; }
    .single-team-member:hover .inner-content ul.footer-social2 li:nth-child(5) a {
      transition-delay: 0.25s; }
    .single-team-member:hover .inner-content ul.footer-social2 li:nth-child(6) a {
      transition-delay: 0.3s; }
    .single-team-member:hover .inner-content ul.footer-social2 li:nth-child(7) a {
      transition-delay: 0.35s; }

.menu_border_bottom .elementor-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.menu_border_bottom.ekit-sticky--active {
  background: rgba(6, 22, 54, 0.56); }
  .menu_border_bottom.ekit-sticky--active .elementskit-menu-container {
    height: 60px !important; }
  .menu_border_bottom.ekit-sticky--active .elementor-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
  .menu_border_bottom.ekit-sticky--active .sticky_logo img {
    height: 40px;
    width: auto; }

.home_5_header.ekit-sticky--effects {
  background: #ff7d2a; }
  .home_5_header.ekit-sticky--effects .sticky_logo img {
    height: 40px;
    width: auto; }

.home_6_header.ekit-sticky--effects {
  background: #3763eb; }
  .home_6_header.ekit-sticky--effects .sticky_logo img {
    height: 40px;
    width: auto; }

.blo-danceTop {
  animation-name: danceTop;
  transform-origin: top; }

@keyframes blo-danceTop {
  16% {
    transform: skew(-14deg); }
  33% {
    transform: skew(12deg); }
  49% {
    transform: skew(-8deg); }
  66% {
    transform: skew(6deg); }
  83% {
    transform: skew(-4deg); } }
.ekit_feature_shadow {
  position: relative;
  z-index: 1; }
  .ekit_feature_shadow:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 20px);
    height: 10px;
    background-color: #f8f7f9;
    transform: translateX(-50%) translateY(10px);
    content: ""; }
    @media (max-width: 767.98px) {
      .ekit_feature_shadow:after {
        display: none; } }
  .ekit_feature_shadow:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 40px);
    height: 10px;
    background-color: #eaeaef;
    transform: translateX(-50%) translateY(20px);
    content: ""; }
    @media (max-width: 767.98px) {
      .ekit_feature_shadow:before {
        display: none; } }

.break_services_heading .elementskit-info-box-title {
  padding-right: 60px; }

.image_block_thumb .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body::before, .image_block_thumb .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body::after {
  display: none; }
.image_block_thumb .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body {
  position: absolute;
  left: 0;
  border-radius: 0px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 55; }
  .image_block_thumb .ekit-wid-con .elementskit-info-image-box.floating-style .elementskit-box-body .elementskit-box-footer {
    margin-top: 0px; }

.news_arrow .elementskit-btn i {
  padding-left: 5px; }

.footer-call_toaction {
  position: relative;
  z-index: 1; }
  .footer-call_toaction:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 66%;
    height: 100%;
    background: #f3525a;
    content: "";
    z-index: -1; }
    @media (max-width: 1600px) {
      .footer-call_toaction:after {
        width: 72%; } }
    @media (max-width: 1199.98px) {
      .footer-call_toaction:after {
        display: none; } }

.home-five-feature-box {
  padding-left: 25% !important;
  margin-bottom: 90px !important; }
  @media (max-width: 1900px) {
    .home-five-feature-box {
      padding-left: 20% !important; } }
  @media (max-width: 1600px) {
    .home-five-feature-box {
      padding-left: 10% !important; } }
  @media (max-width: 1199.98px) {
    .home-five-feature-box {
      padding-left: 50px !important; } }
  @media (max-width: 991.98px) {
    .home-five-feature-box {
      padding-left: 0px !important; } }
  @media (max-width: 767.98px) {
    .home-five-feature-box {
      padding-left: 15px !important;
      padding-right: 15px !important;
      margin-bottom: 50px !important; } }

.about_icon_overlay {
  position: relative;
  padding-bottom: 7px; }
  .about_icon_overlay:last-child {
    padding-bottm: 0px; }
  .about_icon_overlay:after {
    position: absolute;
    left: 32.5px;
    top: 77px;
    width: 1px;
    height: 26px;
    content: "";
    background: #e0e6ec; }
    @media (max-width: 767.98px) {
      .about_icon_overlay:after {
        display: none; } }
  .about_icon_overlay:last-child {
    margin-bottom: 0px; }
    .about_icon_overlay:last-child:after {
      display: none; }
  .about_icon_overlay .elementskit-infobox {
    overflow: visible !important; }
  .about_icon_overlay .elementskit-info-box-icon {
    transition: all 0.24s ease-in-out;
    position: relative;
    z-index: 33; }
    .about_icon_overlay .elementskit-info-box-icon:after {
      position: absolute;
      left: 7px;
      top: 0;
      width: 62px;
      height: 62px;
      background: #eff2f5;
      content: "";
      transform: rotate(15deg);
      z-index: -33;
      transition: all 0.24s ease-in-out; }
  .about_icon_overlay:hover .elementskit-info-box-icon {
    transform: translateY(-10px) !important; }
    .about_icon_overlay:hover .elementskit-info-box-icon:after {
      transform: rotate(-15deg); }
  .about_icon_overlay.home_3 .elementskit-info-box-icon:after {
    background: #fef2f2; }
  .about_icon_overlay.home_4 .elementskit-info-box-icon:after {
    background: #f2f4fe; }
  .about_icon_overlay.home_5 .elementskit-info-box-icon:after {
    background: #fef6f2; }

.about-dance-top:hover .elementskit-info-box-icon img {
  animation: blo-danceTop 400ms ease-in-out; }

.about-dance-top2:hover .elementskit-info-box-icon img {
  animation: blo-danceTop 0.76s ease-in-out;
  animation-fill-mode: both; }

.service_icon_3_hover:hover .elementskit-info-box-icon img {
  animation: pulse 400ms ease-in-out; }

.feature-box-animation:hover .elementskit-info-box-icon {
  animation: blo-danceBottom 400ms ease-in-out;
  animation-delay: 0.35s; }
.feature-box-animation:hover .elementskit-infobox .icon-hover {
  animation: fadeInUp 400ms ease; }

.services_icon_animation .elementskit-info-box-icon img {
  transition: all 0.24s ease-in-out; }
.services_icon_animation:hover .elementskit-info-box-icon img {
  transform: translateY(-8px) skewY(2deg); }

.services_icon_animation_2 .elementskit-info-box-icon img {
  transition: all 0.24s ease-in-out; }
.services_icon_animation_2:hover .elementskit-info-box-icon img {
  animation: rotate-in-2-fwd 0.56s ease-in-out; }

.services_icon_animation_3 .elementskit-info-box-icon img {
  transition: all 0.24s ease-in-out; }
.services_icon_animation_3:hover .elementskit-info-box-icon img {
  animation: tada 1s ease-in-out infinite;
  animation-fill-mode: both; }

.blo-danceBottom {
  animation-name: blo-danceBottom;
  transform-origin: bottom; }

@keyframes blo-danceBottom {
  16% {
    transform: skew(-14deg); }
  33% {
    transform: skew(12deg); }
  49% {
    transform: skew(-8deg); }
  66% {
    transform: skew(6deg); }
  83% {
    transform: skew(-4deg); } }
.blo-blurInTop {
  animation-name: blo-blurInTop; }

@keyframes blo-blurInTop {
  from {
    transform: translateY(100%);
    filter: blur(20px);
    opacity: 0; } }
@-webkit-keyframes blo-rotate-in-2-fwd {
  0% {
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    opacity: 1; } }
@keyframes blo-rotate-in-2-fwd {
  0% {
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
    opacity: 1; } }
.blo-rotate-in-2-fwd {
  -webkit-animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.blog-no-hover .ekit-wid-con .elementskit-post-image-card {
  transition: all 0.24s ease-in-out !important;
  box-shadow: none !important; }

.blog-no-hover .ekit-wid-con .elementskit-post-image-card:hover {
  transform: translateY(0);
  box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1) !important; }

.blog-no-hover .ekit-wid-con .elementskit-post-image-card .elementskit-entry-thumb > img {
  transition: all 1s ease-out !important; }

.blog-no-hover .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb > img {
  transform: scale(1.1); }

.xs-case-study-main {
  padding-top: 95px;
  background-color: #eef2f6; }

.case_study_content_info {
  background-color: #fff;
  padding: 60px 20px; }

.case_study_meta {
  padding: 0 40px; }
  .case_study_meta h3 {
    color: #1d3977;
    margin-bottom: 25px; }

.xs-case-study-related-post {
  padding-top: 100px; }

.case_study_related_content {
  margin-bottom: 25px; }
  .case_study_related_content .case-title {
    font-family: 'Merriweather', serif; }

.xs-page-headding {
  margin-bottom: 50px; }
  .xs-page-headding > p {
    margin-bottom: 20px;
    color: #ed3948;
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 500; }
  .xs-page-headding > h2 {
    margin-bottom: 0px;
    color: #172964;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Merriweather', serif; }

.case_study_content_info > h3 {
  color: #1d3977;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Merriweather', serif;
  margin-bottom: 25px; }

.blo_case_study_single_page_list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .blo_case_study_single_page_list > li {
    list-style: none;
    margin-bottom: 10px; }
    .blo_case_study_single_page_list > li > strong {
      color: #1d3977;
      font-weight: 600;
      font-size: 16px;
      width: 30%;
      display: inline-block; }
    .blo_case_study_single_page_list > li > span {
      width: 68%;
      display: inline-block;
      color: #565872;
      font-size: 16px; }

.blo_single_case_study_social {
  display: inline-block; }
  .blo_single_case_study_social > a {
    display: inline-block;
    margin-right: 13px; }
    .blo_single_case_study_social > a.facebook {
      color: #3b5998; }
    .blo_single_case_study_social > a.twitter {
      color: #1da1f2; }
    .blo_single_case_study_social > a.pinterest {
      color: #bd081c; }
    .blo_single_case_study_social > a.linkedin {
      color: #0077b5; }

.blog_caase_study_header_row {
  margin-bottom: 55px; }

.sidebar .blo_single_case_study_widget {
  background-color: white;
  box-shadow: 0px 3px 3px 0px rgba(17, 12, 79, 0.1);
  border: 0px solid #000; }
  .sidebar .blo_single_case_study_widget .widget-title {
    color: #1d3977;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    padding-bottom: 0;
    margin-bottom: 20px; }
    .sidebar .blo_single_case_study_widget .widget-title::before {
      display: none; }
.sidebar .widget_custom_html {
  background-color: white;
  box-shadow: 0px 3px 3px 0px rgba(17, 12, 79, 0.1);
  border: 0px solid #000; }
  .sidebar .widget_custom_html .widget-title {
    color: #1d3977;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
    padding-bottom: 0;
    margin-bottom: 20px; }
    .sidebar .widget_custom_html .widget-title::before {
      display: none; }

.blo_single_case_study_widget_posts .entry-title {
  color: #1d3977;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px; }
  .blo_single_case_study_widget_posts .entry-title > a {
    color: inherit; }
.blo_single_case_study_widget_posts .post-date > a {
  color: #565872;
  font-size: 14px; }
.blo_single_case_study_widget_posts .widget-post {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eef2f6; }
  .blo_single_case_study_widget_posts .widget-post:last-child {
    padding-bottom: 0px; }

.ekit_widget_button {
  width: 100%;
  display: block;
  background-color: #6584c2;
  box-shadow: 0px 3px 3px 0px rgba(17, 12, 79, 0.1);
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  transition: all 500ms ease;
  backface-visibility: hidden;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 18px;
  padding-bottom: 18px; }
  .ekit_widget_button:hover {
    color: #FFFFFF;
    box-shadow: none; }
  .ekit_widget_button > i {
    padding-right: 10px; }
  .ekit_widget_button .left_content {
    float: right;
    font-weight: 400; }
  .ekit_widget_button:not(:last-child) {
    margin-bottom: 20px; }

.xs-case-study-headding h2 {
  line-height: 45px; }

.author-info h3 {
  font-size: 20px;
  text-transform: capitalize; }

.xs-case-study-sidebar {
  position: sticky;
  top: 20px; }

/** Inline Form **/
.ekit-wid-con .elementskit_inline_form .elementskit_input_wraper:nth-child(1) {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }
.ekit-wid-con .elementskit_inline_form .elementskit_input_wraper:nth-child(2) {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important; }

/** Sidebar Menu **/
.xs-sidenav .os-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.xs-sidenav .xs-copyright {
  margin-top: auto;
  padding-bottom: 52px; }
.xs-sidenav + .xs-content + .ekit-template-content-footer {
  margin-left: auto;
  width: calc(100% - 300px); }
  @media (max-width: 1600px) {
    .xs-sidenav + .xs-content + .ekit-template-content-footer {
      width: calc(100% - 240px); } }
  @media (max-width: 1199px) {
    .xs-sidenav + .xs-content + .ekit-template-content-footer {
      width: 100%; } }

/*# sourceMappingURL=master.css.map */
